34bc558363a1b446d77cd945bfa1a8da285739bc: Backed out changeset 3152577aab9b (bug 1305402)
Sebastian Hengst <archaeopteryx@coole-files.de> - Thu, 13 Oct 2016 23:15:09 +0200 - rev 317909
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Backed out changeset 3152577aab9b (
bug 1305402)
aa0f175618d350058a2547fd1a3023dbe826eb3d: Backed out changeset 27509f16a0f2
Sebastian Hengst <archaeopteryx@coole-files.de> - Thu, 13 Oct 2016 23:15:03 +0200 - rev 317908
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Backed out changeset 27509f16a0f2
b10e48ea5d2066097c55fe287264819cbbc25d0b: Bug 1309699 - Make super-triple-extra sure we're using the right preference name a=me CLOSED TREE
Wes Kocher <wkocher@mozilla.com> - Thu, 13 Oct 2016 14:12:06 -0700 - rev 317907
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1309699 - Make super-triple-extra sure we're using the right preference name a=me CLOSED TREE
f799fa3ce5dcda8706169e24aeceabe97a36a917: Bug 1309645 - Stop providing image/jpeg files as a string to websites, r=enndeakin
Michael Layzell <michael@thelayzells.com> - Thu, 13 Oct 2016 14:33:04 -0400 - rev 317906
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1309645 - Stop providing image/jpeg files as a string to websites, r=enndeakin
MozReview-Commit-ID: 1NsWeMk5V5s
4e664a1bdebd63417b0f75d0dac38a3e04ff063c: Bug 1309628 - Hide support for dispatching selection events on the contents of text controls behind a pref; r=mystor
Ehsan Akhgari <ehsan@mozilla.com> - Wed, 12 Oct 2016 23:36:29 -0400 - rev 317905
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1309628 - Hide support for dispatching selection events on the contents of text controls behind a pref; r=mystor
This patch adds a pref to control whether we dispatch the selection
events for changes in the contents of input and textarea text controls.
The spec for this feature hasn't been written yet, and we need to exclude
this part of the selection API from the part we want to ship.
27509f16a0f2a011998b4dff8bba1fff6b48240a: no bug - fixup unused value Werror bustage landed on a CLOSED TREEE
Trevor Saunders <tbsaunde@tbsaunde.org> - Thu, 13 Oct 2016 16:53:03 -0400 - rev 317904
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
no bug - fixup unused value Werror bustage landed on a CLOSED TREEE
4e5b5087c13e4841d429033ea2093d9f8aa90ccf: No bug - Clobber on OS X to fix bustage caused by files removed in bug 1261019. r=bustage-fix on a CLOSED TREE
Sebastian Hengst <archaeopteryx@coole-files.de> - Thu, 13 Oct 2016 22:42:33 +0200 - rev 317903
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
No bug - Clobber on OS X to fix bustage caused by files removed in
bug 1261019. r=bustage-fix on a CLOSED TREE
fe0cf76d660d8520993102c3b009f1dd67438a7a: Bug 1303891 - Convert Transaction::mMutants to a PLDHashTable, r=jmuizelaar.
Brian Hackett <bhackett1024@gmail.com> - Thu, 13 Oct 2016 09:27:58 -0600 - rev 317902
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1303891 - Convert Transaction::mMutants to a PLDHashTable, r=jmuizelaar.
20754fd4499aedb03b7dfeeb5499c18bfbb1c497: Backed out changeset 46db039dbe10 (bug 1305439) for failing testAboutPage on Android. r=backout
Sebastian Hengst <archaeopteryx@coole-files.de> - Thu, 13 Oct 2016 22:16:53 +0200 - rev 317901
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Backed out changeset 46db039dbe10 (
bug 1305439) for failing testAboutPage on Android. r=backout
3152577aab9bbac3410a57447003291371351c7b: bug 1305402 - implement the AtkTablecell interface r=davidb
Trevor Saunders <tbsaunde@tbsaunde.org> - Wed, 28 Sep 2016 11:08:45 -0400 - rev 317900
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
bug 1305402 - implement the AtkTablecell interface r=davidb
This is a pretty straight forward wrapper around the internal table cell
interface. However we need to be careful to only expose this interface if we
are dealing with a version of ATK new enough to understand it.
28272f824ad0c62b5af2bafdefeb8d66631897b1: bug 1305402 - add new IPC messages needed for AtkTableCell interface r=davidb
Trevor Saunders <tbsaunde@tbsaunde.org> - Wed, 28 Sep 2016 11:07:11 -0400 - rev 317899
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
bug 1305402 - add new IPC messages needed for AtkTableCell interface r=davidb
To implement the interface with 1 IPC message per method we need these new
messages.
b044f5da367000d075c25acc950193366c11262e: bug 1305402 - import atktablecell.h r=davidb
Trevor Saunders <tbsaunde@tbsaunde.org> - Wed, 28 Sep 2016 10:43:38 -0400 - rev 317898
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
bug 1305402 - import atktablecell.h r=davidb
This is a somewhat new header upstream that we need to import to support the
AtkTableCell interface. The one tricky bit is that upstream has started using
AVAILABLE_IN_ATK_X_Y macros defined in a generated header. To avoid needing
to generate that header on every build or checking in generated code we just
define the macros manually in atk.h.
5b7c66cd059c6541d8f5de09bb8adb7297b51591: Bug 1309917 - Stop defaulting to system wide default fonts if no IDWriteFont exists. r=jfkthame
Mason Chang <mchang@mozilla.com> - Wed, 12 Oct 2016 15:53:04 -0700 - rev 317897
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1309917 - Stop defaulting to system wide default fonts if no IDWriteFont exists. r=jfkthame
829c16e72fb7099733a01b01d1cdcaa66f717248: Bug 1309699 - Spell the preference name correctly so it works a=me
Wes Kocher <wkocher@mozilla.com> - Thu, 13 Oct 2016 12:04:59 -0700 - rev 317896
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1309699 - Spell the preference name correctly so it works a=me
8002cb8086cd19892c926d7d511db954bde8653b: Bug 1307853 - Add web platform test (in mochitest suite). r=mats
L. David Baron <dbaron@dbaron.org> - Thu, 13 Oct 2016 11:41:52 -0700 - rev 317895
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1307853 - Add web platform test (in mochitest suite). r=mats
This test failed with the initial (non-working) version of the patch,
and passes with the patch.
MozReview-Commit-ID: IPmd7Yh604Z
d61b47e3ac8a46f515978ac9cc2628485650b7f7: Bug 1307853 - Set inline-resize flag when the content-box size is changing (in addition to border-box). r=mats
L. David Baron <dbaron@dbaron.org> - Thu, 13 Oct 2016 11:41:52 -0700 - rev 317894
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1307853 - Set inline-resize flag when the content-box size is changing (in addition to border-box). r=mats
MozReview-Commit-ID: FjUwuQB8g5j
a7420b8839d209efd12fa95db6e43de75e6f6971: Update links pointing to my personal website (http -> https). No bug.
L. David Baron <dbaron@dbaron.org> - Thu, 13 Oct 2016 11:41:51 -0700 - rev 317893
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Update links pointing to my personal website (http -> https). No bug.
(Patch written entirely using a single sed command,
's,http://dbaron.org,https://dbaron.org,g' .)
MozReview-Commit-ID: 12JARDNn8H4
4c3a2d9775068884d9cb15a88d63dba5e3cdbeca: Some updates to the data for './mach file-info bugzilla-component' in layout/generic, partly for bug 1277129. No review.
L. David Baron <dbaron@dbaron.org> - Thu, 13 Oct 2016 11:41:51 -0700 - rev 317892
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Some updates to the data for './mach file-info bugzilla-component' in layout/generic, partly for
bug 1277129. No review.
MozReview-Commit-ID: 8gSfPy0eKIB
860ba5468626ee1c99780b3879f7c2009054c0b3: Bug 1277973 - Baldr: provide precise trap locations and stacks (r=bbouvier)
Luke Wagner <luke@mozilla.com> - Thu, 13 Oct 2016 13:17:56 -0500 - rev 317891
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1277973 - Baldr: provide precise trap locations and stacks (r=bbouvier)
MozReview-Commit-ID: IYeIrR2jL9v
6b8136cb9a4d195df6db0ffd784caf6150e4416a: Bug 1277973 - Baldr: avoid clobbering pc in ARM simulator (r=bbouvier)
Luke Wagner <luke@mozilla.com> - Thu, 13 Oct 2016 13:17:55 -0500 - rev 317890
Push
30819 by cbook@mozilla.com at Fri, 14 Oct 2016 09:59:32 +0000
Bug 1277973 - Baldr: avoid clobbering pc in ARM simulator (r=bbouvier)
MozReview-Commit-ID: 8whPV65LFj9