Andreea Pavel
2c4bcdbd1d
Backed out 3 changesets (bug 1488953) for failing bc at browser_windowopen.js on a CLOSED TREE
...
Backed out changeset 8646ea969443 (bug 1488953)
Backed out changeset 519acd8e145f (bug 1488953)
Backed out changeset 3a5cbbb9bc48 (bug 1488953)
2019-06-10 11:48:07 +03:00
Hiroyuki Ikezoe
50c389b817
Bug 1488953 - Disable smooth scroll on tabbar scrollbox to avoid stopping scrolling the last tab on race conditions. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D33615
--HG--
extra : moz-landing-system : lando
2019-06-10 03:06:25 +00:00
Hiroyuki Ikezoe
d427e7411c
Bug 1488953 - Wait for a scrollend event to make sure the scrolling has finished before proceeding the test. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D33614
--HG--
extra : moz-landing-system : lando
2019-06-10 03:06:25 +00:00
Rob Wu
e46b58d180
Bug 1551490 - Fix browser_ext_browserAction_contextMenu.js when HTML about:addons is enabled r=rpl
...
When HTML `about:addons` is enabled, the "Manage extension" button still
opens the add-on's details page, but without automatically loading the
inline options.
The test assumed that it did and failed. This patch switches to a
different way of detecting that the menu item works as expected.
Differential Revision: https://phabricator.services.mozilla.com/D34209
--HG--
extra : moz-landing-system : lando
2019-06-08 12:37:40 +00:00
Rob Wu
349969e334
Bug 1551490 - Fix test failures with inline options in HTML about:addons r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D34078
--HG--
extra : moz-landing-system : lando
2019-06-09 11:18:54 +00:00
Luca Greco
492f0cccbe
Bug 1551490 - Fix failures when browser_update_checkForUpdate run with HTML about:addons enabled. r=aswan
...
Depends on D31778
Differential Revision: https://phabricator.services.mozilla.com/D31779
--HG--
extra : moz-landing-system : lando
2019-05-28 22:02:28 +00:00
Luca Greco
78afc2d288
Bug 1551490 - Fix enterprise policy test failures when HTML about:addons is enabled by default. r=mkaply,rpl
...
Differential Revision: https://phabricator.services.mozilla.com/D31776
--HG--
extra : moz-landing-system : lando
2019-06-07 15:56:08 +00:00
Tim Nguyen
158bdfb07c
Bug 1558030 - Apply a default background to the searchbar. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D34290
--HG--
extra : moz-landing-system : lando
2019-06-09 19:34:47 +00:00
Boris Zbarsky
5eb248348f
Bug 1557847. Stop using [array] in nsIClipboard. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D34243
--HG--
extra : moz-landing-system : lando
2019-06-09 01:06:39 +00:00
Boris Zbarsky
bb35ab7a20
Bug 1557963. Stop using [array] in nsIUpdateService. r=rstrong
...
Differential Revision: https://phabricator.services.mozilla.com/D34278
--HG--
extra : moz-landing-system : lando
2019-06-08 19:04:47 +00:00
Gijs Kruitbosch
5431ebd7d7
Bug 1550637 - fix tooltip hiding when navigating or switching tabs in e10s, r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D34275
--HG--
extra : moz-landing-system : lando
2019-06-08 18:31:36 +00:00
Nicklas Boman
f293246462
Bug 1519365 - Update object property names that get passed to loadURIOptions to match the names in loadURIOptions r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D31729
--HG--
extra : moz-landing-system : lando
2019-06-08 11:04:27 +00:00
Tim Nguyen
aba8c723e5
Bug 1556561
- Remove <children> usage from autocomplete binding. r=dao,surkov
...
Differential Revision: https://phabricator.services.mozilla.com/D33568
--HG--
extra : moz-landing-system : lando
2019-06-08 08:16:18 +00:00
Zibi Braniecki
b4932e4709
Bug 1555662 - Register L10nRegistry sources using categories. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D34227
--HG--
extra : moz-landing-system : lando
2019-06-08 04:37:31 +00:00
Mike Conley
4e4505e499
Bug 1505909 - Make PlacesUIUtils.getViewForNode resilient against dead wrapper nodes. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D33164
--HG--
extra : moz-landing-system : lando
2019-06-08 01:10:21 +00:00
Mike Conley
068170691c
Bug 1505909 - Update WebExtension menus API to use updated, Fission-aware ContextMenuChild. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D33163
--HG--
extra : moz-landing-system : lando
2019-06-08 01:10:03 +00:00
Mike Conley
d622bd6c52
Bug 1505909 - Make basic context menu actions Fission-compatible. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D32876
--HG--
extra : moz-landing-system : lando
2019-06-08 01:09:46 +00:00
Mike Conley
638dd8fb19
Bug 1505909 - Stop sending a CPOW for the target element for context menu messages. r=MattN
...
This introduces a new toolkit module, ContentDOMReference, which can generate identifiers
for DOM elements that can be safely passed across the process boundary without having to
use the CPOW infrastructure.
The Password Manager code seemed to be the only thing using the original CPOW, so this
has been updated to use the ContentDOMReference identifier instead.
Differential Revision: https://phabricator.services.mozilla.com/D32758
--HG--
extra : moz-landing-system : lando
2019-06-08 01:09:29 +00:00
Mike Conley
42b822a5ef
Bug 1505909 - Merge remote and non-remote context menu handlers. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D32757
--HG--
extra : moz-landing-system : lando
2019-06-08 01:09:10 +00:00
Andreea Pavel
ab7673faaa
Backed out 2 changesets (bug 1555662) for multiple bc failures e.g browser_panelUINotifications_multiWindow.js on a CLOSED TREE
...
Backed out changeset 84c57f9dda5b (bug 1555662)
Backed out changeset ede8b931ee0d (bug 1555662)
2019-06-08 03:25:28 +03:00
Andreea Pavel
52a0122618
Bug 1555662 - follow-up linting fix on a CLOSED TREE
2019-06-08 03:06:14 +03:00
Zibi Braniecki
6ca89e400f
Bug 1555662 - Register L10nRegistry sources using categories. r=kmag
...
Differential Revision: https://phabricator.services.mozilla.com/D34227
--HG--
extra : moz-landing-system : lando
2019-06-07 20:11:00 +00:00
Michael Kaply
90f8b4ec76
Bug 1553041 - Switch page load mechanism for about policy tests. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D34188
--HG--
rename : browser/components/enterprisepolicies/tests/browser/browser_policy_block_about_addons.js => browser/components/enterprisepolicies/tests/browser/browser_policy_block_about.js
extra : moz-landing-system : lando
2019-06-07 20:48:11 +00:00
Tim Nguyen
f35c2594d6
Bug 1557814 - Replace XUL textbox with HTML input in identityPanel.inc.xul. r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D34223
--HG--
extra : moz-landing-system : lando
2019-06-07 19:15:19 +00:00
Daniel Varga
ecf3a4733e
Backed out changeset e7c35e215255 (bug 1557717) for browser-chrome failure in browser_connection_bug1557717.js. On a CLOSED TREE
2019-06-07 19:44:03 +03:00
Noemi Erli
ea35f4b13b
Backed out 6 changesets (bug 1505909) for failures in browser_ext_webNavigation_onCreatedNavigationTarget_contextmenu.js CLOSED TREE
...
Backed out changeset 57336967a6c7 (bug 1505909)
Backed out changeset 8adcacadd689 (bug 1505909)
Backed out changeset bcca6bb913ef (bug 1505909)
Backed out changeset afc11a5ebb6d (bug 1505909)
Backed out changeset 40f0a56ed3af (bug 1505909)
Backed out changeset 3e31f9726798 (bug 1505909)
2019-06-07 19:19:14 +03:00
Alexander Surkov
142ff314ab
Bug 1534404 - Fold searchbar-textbox with searchbar CE r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D34094
--HG--
extra : moz-landing-system : lando
2019-06-07 15:44:15 +00:00
Tom Ritter
0cf4318471
Bug 1557073 - Disable the Mozilla Web Content Process r=nika
...
We need to complete additional process switching infrastructure for
this to be safe.
Differential Revision: https://phabricator.services.mozilla.com/D33810
--HG--
extra : moz-landing-system : lando
2019-06-05 17:00:04 +00:00
Michael Kaply
fd8b79b957
Bug 1557717 - Locked preferences shouldn't be reenabled. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D34163
--HG--
extra : moz-landing-system : lando
2019-06-07 15:13:56 +00:00
Jared Wein
6792a1221a
Bug 1550135 - Add tests for Preferences menuitem. r=MattN CLOSED TREE
...
Differential Revision: https://phabricator.services.mozilla.com/D34029
--HG--
extra : rebase_source : 3d528b71f57c1dcc5960cfb353ac72a5a007e6d0
extra : amend_source : e8c17d119cca42ed7caaa3abb08389d14e2dbcd5
extra : source : 530e97722d13c6706c7895df8f7096416471f3f1
2019-06-07 07:02:23 +00:00
Jared Wein
e0466bf17f
Bug 1550135 - Add a menuitem that links to Preferences. r=MattN,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D34028
--HG--
extra : rebase_source : e678adb1d40053149018bdc7e23917c242144de2
extra : source : 9bb52c6580dd4eea416e1a2b7bce7635c3acf84d
2019-06-07 07:02:17 +00:00
Jared Wein
24eabac74c
Bug 1550135 - Create a menu-button custom element. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D34027
--HG--
extra : rebase_source : 9759451f2c5d0c414da36cdd095933b0a672f43f
extra : source : 4e8a446cbae1059996b872ad9b35e28a7a2c6cc9
2019-06-07 07:02:15 +00:00
Jared Wein
45df0c4b2d
Bug 1550135 - Introduce an .alternate-button class for buttons that should appear with a transparent background when not hovered. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D34026
--HG--
extra : rebase_source : 5ea9a1f11f3154ed0ec2863c10f587ed959e9cc5
extra : source : fd85867c8940c66256ded2ff0c32225c2529307b
2019-06-07 07:02:19 +00:00
Jared Wein
e592a5bd3d
Bug 1550139 - Add a subcategory for linking directly to the Logins & Passwords preferences. r=MattN
...
I'll add the menuitem in about:logins in bug 1550135.
Differential Revision: https://phabricator.services.mozilla.com/D34025
--HG--
extra : rebase_source : d65c98012649015d095028037c06c232182f3d54
extra : source : 340e24683868094821c4c719b3da31144cca8001
2019-06-07 07:02:21 +00:00
Mike Conley
f891581d0a
Bug 1505909 - Make PlacesUIUtils.getViewForNode resilient against dead wrapper nodes. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D33164
--HG--
extra : moz-landing-system : lando
2019-06-07 14:29:36 +00:00
Mike Conley
8e66288636
Bug 1505909 - Update WebExtension menus API to use updated, Fission-aware ContextMenuChild. r=mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D33163
--HG--
extra : moz-landing-system : lando
2019-06-07 14:29:17 +00:00
Mike Conley
6d0f158a7d
Bug 1505909 - Make basic context menu actions Fission-compatible. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D32876
--HG--
extra : moz-landing-system : lando
2019-06-07 14:28:59 +00:00
Mike Conley
cf5863f79c
Bug 1505909 - Stop sending a CPOW for the target element for context menu messages. r=MattN
...
This introduces a new toolkit module, ContentDOMReference, which can generate identifiers
for DOM elements that can be safely passed across the process boundary without having to
use the CPOW infrastructure.
The Password Manager code seemed to be the only thing using the original CPOW, so this
has been updated to use the ContentDOMReference identifier instead.
Differential Revision: https://phabricator.services.mozilla.com/D32758
--HG--
extra : moz-landing-system : lando
2019-06-07 14:28:47 +00:00
Mike Conley
cef09f3647
Bug 1505909 - Merge remote and non-remote context menu handlers. r=NeilDeakin
...
Differential Revision: https://phabricator.services.mozilla.com/D32757
--HG--
extra : moz-landing-system : lando
2019-06-07 14:28:33 +00:00
Noemi Erli
b6375d3ca2
Backed out 5 changesets (bug 1550135, bug 1550139) for causing browser-chrome failures CLOSED TREE
...
Backed out changeset 530e97722d13 (bug 1550135)
Backed out changeset 9bb52c6580dd (bug 1550135)
Backed out changeset 4e8a446cbae1 (bug 1550135)
Backed out changeset fd85867c8940 (bug 1550135)
Backed out changeset 340e24683868 (bug 1550139)
2019-06-07 17:32:33 +03:00
Karan Sapolia
1a5439aa95
Bug 1557281 - Clean up MozTabbrowserTab fragment markup. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D33957
--HG--
extra : moz-landing-system : lando
2019-06-07 12:34:26 +00:00
Jared Wein
581809f8a3
Bug 1550135 - Add tests for Preferences menuitem. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D34029
--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:23 +00:00
Jared Wein
c25f4ddedd
Bug 1550135 - Add a menuitem that links to Preferences. r=MattN,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D34028
--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:17 +00:00
Jared Wein
2cb8824ba4
Bug 1550135 - Create a menu-button custom element. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D34027
--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:15 +00:00
Jared Wein
a6f87c432f
Bug 1550135 - Introduce an .alternate-button class for buttons that should appear with a transparent background when not hovered. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D34026
--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:19 +00:00
Jared Wein
431a51543c
Bug 1550139 - Add a subcategory for linking directly to the Logins & Passwords preferences. r=MattN
...
I'll add the menuitem in about:logins in bug 1550135.
Differential Revision: https://phabricator.services.mozilla.com/D34025
--HG--
extra : moz-landing-system : lando
2019-06-07 07:02:21 +00:00
Noemi Erli
4bdfd61d5a
Backed out 5 changesets (bug 1550135, bug 1550139) for browser-chrome failures CLOSED TREE
...
Backed out changeset 6f3a1d6e5715 (bug 1550135)
Backed out changeset a6732137172d (bug 1550135)
Backed out changeset 1b24b871d517 (bug 1550135)
Backed out changeset 8e42af7334f4 (bug 1550135)
Backed out changeset 5ed230b74109 (bug 1550139)
2019-06-07 09:57:13 +03:00
Jared Wein
ae34f1a7e0
Bug 1550135 - Add tests for Preferences menuitem. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D34029
--HG--
extra : moz-landing-system : lando
2019-06-07 02:48:41 +00:00
Jared Wein
bb5e0f4683
Bug 1550135 - Add a menuitem that links to Preferences. r=MattN,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D34028
--HG--
extra : moz-landing-system : lando
2019-06-07 02:48:34 +00:00
Jared Wein
bfe10811d0
Bug 1550135 - Create a menu-button custom element. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D34027
--HG--
extra : moz-landing-system : lando
2019-06-07 02:48:27 +00:00