c4fdd2f8e16795724da43434dc6a61e314005c93: Bug 1236737 - Stop intermittent timeouts in browser_cmd_screenshot.js r=me
Michael Ratcliffe <mratcliffe@mozilla.com> - Wed, 03 Aug 2016 12:09:43 +0100 - rev 351507
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1236737 - Stop intermittent timeouts in browser_cmd_screenshot.js r=me
MozReview-Commit-ID: DLlHhPMWIB5
809f50d9fc9f4749144d39b251222ab193b81f97: Bug 1288401 - Inspector sidebar tabs are missing the :active styling. r=ntim
Steve Chung <schung@mozilla.com> - Tue, 26 Jul 2016 18:06:20 +0800 - rev 351506
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1288401 - Inspector sidebar tabs are missing the :active styling. r=ntim
MozReview-Commit-ID: 3Mhc25G9AK3
83a4d6ae56732f4196a4f28b7042bcdd4f70b167: Bug 1253330 - Fix heap-tree-item-field heap-tree-item-name inline style (margin-left) in RTL. r=ntim
Steve Chung <schung@mozilla.com> - Wed, 03 Aug 2016 14:24:19 +0800 - rev 351505
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1253330 - Fix heap-tree-item-field heap-tree-item-name inline style (margin-left) in RTL. r=ntim
MozReview-Commit-ID: Irz2x4P7hx4
b965a94cd13ecf249b4bc4106c32b99ba420f243: Bug 1291268 - HiDPI image are missing from video controls on Windows and Linux. r=ralin
Jared Wein <jwein@mozilla.com> - Wed, 03 Aug 2016 09:37:36 -0400 - rev 351504
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1291268 - HiDPI image are missing from video controls on Windows and Linux. r=ralin
MozReview-Commit-ID: 7cM7knEqMyV
2b687444223cbaa1f5727b4e8fff13177ab8ef0d: Bug 1184461 - If a listener is not callable, assume it is an event listener object. r=past
Eddy Bruel <ejpbruel@mozilla.com - Wed, 03 Aug 2016 14:26:06 +0200 - rev 351503
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1184461 - If a listener is not callable, assume it is an event listener object. r=past
In ThreadActor._getAllEventListeners, we construct a list of handler functions
for each target in the event target chain of a given event target. If a handler
is an event handler object, we obtain the handler function from its handleEvent
property. Otherwise, the handler function is assumed to be the handler itself.
To detect whether a handler is an event handler object, we would check its class
name property. This approach is fragile for several reasons: if the handler is
a proxy, accessing its class name may cause the debuggee to run. Moreover,
since accessing a proxy's class name requires us to enter the compartment of the
proxy's handler, if the latter is a security wrapper, accessing its class name
will cause security warnings in debug mode.
Since a handler is either an event handler object or a function, it should be
safe to assume that a handler is an event handler object if and only if it is
not callable. Checking whether a proxy is callable cannot cause the debuggee to
run. Moreover, it does not require us to enter the compartment of the proxy's
handler, thus avoiding the security warnings we mentioned earlier.
003319dc7a1f79b9bdf600c5d20ca7d19bcb80b0: Bug 1282611 - Recheck for captive portal after watcher is initialized. r=MattN
Nihanth Subramanya <nhnt11@gmail.com> - Mon, 27 Jun 2016 16:09:23 -0700 - rev 351502
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1282611 - Recheck for captive portal after watcher is initialized. r=MattN
MozReview-Commit-ID: DKUibGPvTrx
8af80e4c3def3275ddef3cb965dada9aa50887d6: Bug 445498 - Make background of tab preview transparent on Linux. r=mdeboer
Dão Gottwald <dao@mozilla.com> - Wed, 03 Aug 2016 12:44:07 +0200 - rev 351501
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 445498 - Make background of tab preview transparent on Linux. r=mdeboer
62a983c56050b3ac647d8f95d9c2ca69c3ad2d91: Bug 1291078 - More closely mimic non-e10s order of events when choosing <select> elements in e10s mode. r=enndeakin+6102
Mike Conley <mconley@mozilla.com> - Tue, 02 Aug 2016 15:09:59 -0400 - rev 351500
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1291078 - More closely mimic non-e10s order of events when choosing <select> elements in e10s mode. r=enndeakin+6102
MozReview-Commit-ID: 4CkFUy1nLbo
6732d24079ca1c6f7337bc786d75c0dd2ecd598c: Bug 1292008 - Enable the no-empty rule for eslint. r=markh
Jared Wein <jwein@mozilla.com> - Thu, 04 Aug 2016 00:55:07 -0400 - rev 351499
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1292008 - Enable the no-empty rule for eslint. r=markh
MozReview-Commit-ID: EfM3YOUjClW
2ce7bd81fd0673ec5b45a56e4236168879c49a80: Bug 1241436 - Update the "email me" checkbox in accordance with the email input field in the tab crash reporter. r=Felipe
Cervantes Yu <cyu@mozilla.com> - Tue, 26 Jul 2016 18:29:54 +0800 - rev 351498
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1241436 - Update the "email me" checkbox in accordance with the email input field in the tab crash reporter. r=Felipe
MozReview-Commit-ID: EnIe7NRwMes
603abe52e6879bb81d5274c91d3808e892598fd4: Bug 1291185 - Remove the DECODER_WARN_HELPER trick. r=bechen
JW Wang <jwwang@mozilla.com> - Tue, 02 Aug 2016 16:45:28 +0800 - rev 351497
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1291185 - Remove the DECODER_WARN_HELPER trick. r=bechen
MozReview-Commit-ID: 7U1p0VOvmY3
de07c5af9cc8975d82cbb5dde8cd2a64dc3d8b42: Bug 1289561 - Implement LSB release annotation in crash reports. r=jrmuizel
Andrew Comminos <andrew@comminos.com> - Tue, 26 Jul 2016 14:23:47 -0400 - rev 351496
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1289561 - Implement LSB release annotation in crash reports. r=jrmuizel
MozReview-Commit-ID: IEcH6K5D27H
3a0a2331334c5f5734f1fd4769c9fcc0b0b3709d: Merge m-c to autoland
Phil Ringnalda <philringnalda@gmail.com> - Wed, 03 Aug 2016 18:56:27 -0700 - rev 351495
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Merge m-c to autoland
8538a05d5ba3a006dc77bb85011416f0aa70335c: Bug 1290616 - Pass down LD to the NSS build system. r=gps
Mike Hommey <mh+mozilla@glandium.org> - Sat, 30 Jul 2016 08:01:45 +0900 - rev 351494
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1290616 - Pass down LD to the NSS build system. r=gps
as opposed to passing down LINK when cross compiling.
Until
bug 1290334, LINK was the variable used by the NSS build system
for the linker on Windows, but it now uses LD, like on other platforms.
But its default value on Windows is "link", which can pick /usr/bin/link
on msys2, instead of MSVC's so, pass down LD from the Gecko build
system. And do so an all platforms in all cases, because it shouldn't
hurt.
0bcc782c6b6409c8ccd052edfa21c1bd06591920: Merge m-c to autoland, a=merge
Wes Kocher <wkocher@mozilla.com> - Wed, 03 Aug 2016 16:47:31 -0700 - rev 351493
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Merge m-c to autoland, a=merge
0f652fa04c5630d625dfde7c359be0f0339caea6: Bug 1291910 - Add ability for mach eslint to accept --fix. r=Felipe
Jared Wein <jwein@mozilla.com> - Wed, 03 Aug 2016 19:18:55 -0400 - rev 351492
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1291910 - Add ability for mach eslint to accept --fix. r=Felipe
MozReview-Commit-ID: 5PB2oI2jPri
6265328c999cc098a56a2e4e3392927c94b220bc: Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop
Jared Wein <jwein@mozilla.com> - Wed, 03 Aug 2016 18:54:59 -0400 - rev 351491
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1291855 - Enable the no-else-return rule for eslint. r=Felipe,kmag,mossop
MozReview-Commit-ID: DYOmE6xwMJh
354e5ccbd5b9308752f202563068707c453f5595: Bug 1287075 - Back out bug 1273250, part 4 for regressing the rendering of the Australis submenus. r=mstange
Botond Ballo <botond@mozilla.com> - Wed, 03 Aug 2016 13:48:10 -0400 - rev 351490
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1287075 - Back out
bug 1273250, part 4 for regressing the rendering of the Australis submenus. r=mstange
MozReview-Commit-ID: 1m8lVoIX3qT
cf2d25af848d9a290da06a8820809f036f5cfade: Bug 1291569 - avoid for-let-of scoping bug and temporarily disable failing tests r=aswan
Robert Helmer <rhelmer@mozilla.com> - Wed, 03 Aug 2016 08:58:59 -0700 - rev 351489
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
Bug 1291569 - avoid for-let-of scoping bug and temporarily disable failing tests r=aswan
Due to an existing scoping bug fixed by
bug 1263355, this test hasn't been
running the tests we thought it did. This patch gets most of the tests running
and disables the few that are not passing while we work on fixing these.
MozReview-Commit-ID: 2BqO4Ap2tLU
84f4017ae85f529e810c936b658c8f694ae825b2: bug 1289885 - Enable VeriSign Class 3 Public PCA - G4 for EV in PSM r=jcj
David Keeler <dkeeler@mozilla.com> - Wed, 27 Jul 2016 14:06:09 -0700 - rev 351488
Push
1324 by mtabara@mozilla.com at Mon, 16 Jan 2017 13:07:44 +0000
bug 1289885 - Enable VeriSign Class 3 Public PCA - G4 for EV in PSM r=jcj
MozReview-Commit-ID: GDZnZcVCNl6