83a2d9c67bb62fa3355ea7cc0541c8c296190a40: Bug 1446904 - Do not generate drag gestures from synthesized/mouse events while in touch drag mode. r=kats,smaug
Johann Hofmann <jhofmann@mozilla.com> - Thu, 05 Apr 2018 19:02:14 +0200 - rev 778711
Push
105582 by kgupta@mozilla.com at Fri, 06 Apr 2018 21:31:13 +0000
Bug 1446904 - Do not generate drag gestures from synthesized/mouse events while in touch drag mode. r=kats,smaug
Calling GenerateDragGesture at this point should not be necessary, since
eTouchMove events are already handled in the same function. This code
is intermittently triggered through (what I can only call "rogue")
eMouseMove, ePointerDown and ePointerMove events, which is causing hangs
in the native DoDragDrop function further down the stack.
Arguably this shouldn't be triggered by e.g. ePointerDown either, and
I'm unclear on why exactly DoDragDrop is hanging (likely because it is
called again before the user does a drop), but this is a quick fix that
should be suitable for uplift.
MozReview-Commit-ID: A0hBlS85icx
e6ecac1e488465a34471999306e1776e7fe11a1d: Bug 1444309 - Add a transition effect to the devtools tab. r=gl
Mantaroh Yoshinaga <mantaroh@gmail.com> - Fri, 06 Apr 2018 10:13:29 +0900 - rev 778710
Push
105582 by kgupta@mozilla.com at Fri, 06 Apr 2018 21:31:13 +0000
Bug 1444309 - Add a transition effect to the devtools tab. r=gl
This patch will apply a transition to devtools tab, this transition same to
browser tab transition.
MozReview-Commit-ID: 6fdJBKhB6sc
ff135c7d2e01f01fdb10f302afe00eb3328ec8e2: Bug 1170771 - Remove now-empty nsDOMClassInfo. r?bz
draft
Adrian Wielgosik <adrian.wielgosik@gmail.com> - Thu, 05 Apr 2018 14:20:44 +0200 - rev 778709
Push
105581 by bmo:adrian.wielgosik@gmail.com at Fri, 06 Apr 2018 21:23:17 +0000
Bug 1170771 - Remove now-empty nsDOMClassInfo. r?bz
MozReview-Commit-ID: 7XsiPD1kTt9
c51541b1f717481d66f35ac0fd1ded728b253864: Bug 1170771 - Remove ThisTranslator and support code. r?bz
draft
Adrian Wielgosik <adrian.wielgosik@gmail.com> - Thu, 05 Apr 2018 12:49:24 +0200 - rev 778708
Push
105581 by bmo:adrian.wielgosik@gmail.com at Fri, 06 Apr 2018 21:23:17 +0000
Bug 1170771 - Remove ThisTranslator and support code. r?bz
MozReview-Commit-ID: Fv0F4RLCnkL
c170b83fa5187fa66f808e808c047de14e67ff58: Bug 1449832 - P2 - screen share scale mochitest
draft
Nico Grunbaum <na-g@nostrum.com> - Thu, 05 Apr 2018 19:23:26 -0700 - rev 778707
Push
105580 by bmo:na-g@nostrum.com at Fri, 06 Apr 2018 21:21:14 +0000
Bug 1449832 - P2 - screen share scale mochitest
MozReview-Commit-ID: GbEbdUDsR8T
367f70c980030b022585ef4e7578f6a57b20aa4c: Bug 1452228 - Add dark-theme tweaks, custom-image restrictions and bug fixes to Activity Stream. r?ursula
draft
Ed Lee <edilee@mozilla.com> - Fri, 06 Apr 2018 14:10:22 -0700 - rev 778706
Push
105579 by bmo:edilee@mozilla.com at Fri, 06 Apr 2018 21:11:00 +0000
Bug 1452228 - Add dark-theme tweaks, custom-image restrictions and bug fixes to Activity Stream. r?ursula
MozReview-Commit-ID: 5u7251DxLp2
c8d9dbd9e2ee32bad6d4f63efee8ef579ecbe547: Bug 1427958 - Check modified dates when determining if the shipping address has changed. r?MattN
draft
Sam Foster <sfoster@mozilla.com> - Wed, 28 Mar 2018 15:54:20 -0700 - rev 778705
Push
105578 by bmo:sfoster@mozilla.com at Fri, 06 Apr 2018 20:48:29 +0000
Bug 1427958 - Check modified dates when determining if the shipping address has changed. r?MattN
* Compare address timeLastModified as well as the selectedShippingAddress guid when handling new state
* Add tests to ensure editing or removing the selected address record correctly updates the UI
MozReview-Commit-ID: InQDP55Fs2
1734abcbcb548feac6ccad32246e8ac99cd9cb03: Bug 1452104 - Final tweaks to policy names and params. r=felipe
draft
Michael Kaply <mozilla@kaply.com> - Fri, 06 Apr 2018 13:35:14 -0500 - rev 778704
Push
105577 by mozilla@kaply.com at Fri, 06 Apr 2018 20:34:06 +0000
Bug 1452104 - Final tweaks to policy names and params. r=felipe
MozReview-Commit-ID: CxxCqnyavfL
31c0ff1e1a2174cfc017c26563eda2acbd606233: Bug 1444500 - Add an about:library page to Firefox
draft
Ursula Sarracini <usarracini@mozilla.com> - Fri, 06 Apr 2018 16:08:52 -0400 - rev 778703
Push
105576 by usarracini@mozilla.com at Fri, 06 Apr 2018 20:09:29 +0000
Bug 1444500 - Add an about:library page to Firefox
MozReview-Commit-ID: 5SDwcLum0V9
3f774a5be1f7c8b1d447cc50d3b844da15f254aa: Bug 1448674 - avoid closing extension ports while detaching tabs r?aswan
draft
Rob Wu <rob@robwu.nl> - Fri, 06 Apr 2018 13:34:30 +0100 - rev 778702
Push
105575 by bmo:rob@robwu.nl at Fri, 06 Apr 2018 19:49:53 +0000
Bug 1448674 - avoid closing extension ports while detaching tabs r?aswan
Extension ports are automatically closed when the message manager of
the source is destroyed. When a tab is detached from a window, its
frameloader is moved to the new window and the original message
manager is destroyed.
Bug 1445537 started listening for SwapDocShells events, but that only
works for the first swap (e.g. detaching a tab once). To avoid early
disconnection of the port, we should continue to subscribe to
SwapDocShells events.
browser_ext_tab_runtimeConnect.js tests the scenario where a port was
opened from an extension page.
browser_ext_contentscript_connect_and_move_tabs.js tests the scenario
where a port was opened from a content script.
MozReview-Commit-ID: G2ZYAhNyHIL
bb9273a6e5e30ff3ea44ce576b4eb61d52c93506: Bug 1392067 - Disconnect open extension ports when the message manager goes away
draft
Rob Wu <rob@robwu.nl> - Fri, 06 Apr 2018 19:52:16 +0100 - rev 778701
Push
105574 by bmo:rob@robwu.nl at Fri, 06 Apr 2018 19:19:25 +0000
Bug 1392067 - Disconnect open extension ports when the message manager goes away
- Previously, if a port is disconnected by the other end, then memory
would be leaked to `ProxyMessenger.ports` in ExtensionParent.jsm.
To fix this, the port descriptor is now saved separately, keyed by
port ID instead of message manager.
- Previously, when a message manager was disconnected (e.g. window
closed/tab crashed), the port is disconnected only if the port was
created from that page.
This patch adds bookkeeping to keep track of the message managers at
both the sender and receiver's side, so that the port is always
disconnected when the other side goes away.
- The new test browser_ext_crash_disconnect_port.js checks whether
the ports are disconnected as expected. Previously, the subtest
connect_from_tab_to_bg_and_crash_tab failed because of the previous
point.
- Previously, the data structure in ProxyMessenger.ports contained
the original `sender` and `recipient`. For the purpose of sending
port disconnection messages, these are not necessary and therefore
they have been removed.
MozReview-Commit-ID: BoaKRVAUKuq
d236332cf08837d0fb75ca7aeefb2d7470874ff4: Bug 1452031 - InternalError is not a valid gUM error per spec. Use AbortError instead.
draft
Jan-Ivar Bruaroey <jib@mozilla.com> - Fri, 06 Apr 2018 15:06:16 -0400 - rev 778700
Push
105573 by jbruaroey@mozilla.com at Fri, 06 Apr 2018 19:11:51 +0000
Bug 1452031 - InternalError is not a valid gUM error per spec. Use AbortError instead.
MozReview-Commit-ID: 3pMRl1XgkfS
f44a790dae1571d94afb238b06d4d7f238a1c2db: Bug 1452031 - Use strong types for Media error names, fixing OverconstrainedError typo.
draft
Jan-Ivar Bruaroey <jib@mozilla.com> - Fri, 06 Apr 2018 12:48:19 -0400 - rev 778699
Push
105573 by jbruaroey@mozilla.com at Fri, 06 Apr 2018 19:11:51 +0000
Bug 1452031 - Use strong types for Media error names, fixing OverconstrainedError typo.
MozReview-Commit-ID: AqGoW9rBdl5
e66d6c47912e6ba69a88e3410a72e2fddc980eba: imported patch undo_jit_clang_issue.patch
draft
Jan-Ivar Bruaroey <jib@mozilla.com> - Fri, 06 Apr 2018 12:49:11 -0400 - rev 778698
Push
105573 by jbruaroey@mozilla.com at Fri, 06 Apr 2018 19:11:51 +0000
imported patch undo_jit_clang_issue.patch
MozReview-Commit-ID: 2xvAsToLPJm
f4f1f0131e3631ff36a502d9ae1d07cf5f824391: Bug 1407653: Make the fake h264 encoder/decoder more realistic.
draft
Byron Campen [:bwc] <docfaraday@gmail.com> - Thu, 22 Mar 2018 10:26:54 -0500 - rev 778697
Push
105572 by bcampen@mozilla.com at Fri, 06 Apr 2018 19:11:44 +0000
Bug 1407653: Make the fake h264 encoder/decoder more realistic.
MozReview-Commit-ID: 7aC7fdf0RfS
89f87799c0a2c8dad37c9c4784da80aa7e00cb29: Bug 1449832 - P2 - screen share scale mochitest
draft
Nico Grunbaum <na-g@nostrum.com> - Thu, 05 Apr 2018 19:23:26 -0700 - rev 778696
Push
105571 by bmo:na-g@nostrum.com at Fri, 06 Apr 2018 19:06:38 +0000
Bug 1449832 - P2 - screen share scale mochitest
MozReview-Commit-ID: GbEbdUDsR8T
ee1628b5fa53f4f95fc05278269f06d96d9e1a8d: Bug 1449832 - P1 - scale not crop when a single dimension constraint is supplied
draft
Nico Grunbaum <na-g@nostrum.com> - Wed, 04 Apr 2018 17:49:09 -0700 - rev 778695
Push
105571 by bmo:na-g@nostrum.com at Fri, 06 Apr 2018 19:06:38 +0000
Bug 1449832 - P1 - scale not crop when a single dimension constraint is supplied
MozReview-Commit-ID: LSce4YaUoDP
5481d47fc7a6d09c719fb1fc95851a2a70fffd5e: Bug 1449832 - P2 - screen share scale mochitest
draft
Nico Grunbaum <na-g@nostrum.com> - Thu, 05 Apr 2018 19:23:26 -0700 - rev 778694
Push
105570 by bmo:na-g@nostrum.com at Fri, 06 Apr 2018 18:59:49 +0000
Bug 1449832 - P2 - screen share scale mochitest
MozReview-Commit-ID: GbEbdUDsR8T
4f2f5afb224a7921b21c94b2d967dd1aa2422254: Bug 1449832 - P1 - scale not crop when a single dimension constraint is supplied
draft
Nico Grunbaum <na-g@nostrum.com> - Wed, 04 Apr 2018 17:49:09 -0700 - rev 778693
Push
105570 by bmo:na-g@nostrum.com at Fri, 06 Apr 2018 18:59:49 +0000
Bug 1449832 - P1 - scale not crop when a single dimension constraint is supplied
MozReview-Commit-ID: LSce4YaUoDP
0590e4b5165adcf76b89ac3bc891a293f70b1cda: Bug 1354458 - wait_for_condition() now replaced with wait().until() in unit tests
draft
ui.aseem_yadav <justaseem51@gmail.com> - Wed, 04 Apr 2018 01:01:26 +0530 - rev 778692
Push
105569 by bmo:justaseem51@gmail.com at Fri, 06 Apr 2018 18:53:26 +0000
Bug 1354458 - wait_for_condition() now replaced with wait().until() in unit tests
***
Bug 1354458 - wait_for_condition() now replaced with wait().until() in unit tests final commit
***
Bug 1354458 - wait_for_condition() now replaced with wait().until() in unit tests
MozReview-Commit-ID: GTVFt2fsZCH