Sebastian Hengst
7824630fde
Backed out changeset 658b68ee4d0a (bug 1401383) for frequently failing browser-chrome's browser/components/extensions/test/browser/browser_ext_browserAction_popup_resize.js, especially on Linux x64 asan. r=backout
2017-09-20 17:28:51 +02:00
Mark Banner
8332d2278d
Bug 1401242 - Fix removing bookmarks from tag groups - when getting the tagGuid from the node, we must get it async, rather than using the concrete guid. r=mak
...
MozReview-Commit-ID: 7fGS6jFNVPl
--HG--
extra : rebase_source : 67306adaa925b32bae8fe928b77692842304be9a
2017-09-19 20:47:26 +01:00
Gijs Kruitbosch
a6a0d6ef67
Bug 1401232 - ensure sidebar persists correctly on update, r=bgrins
...
MozReview-Commit-ID: 84x9ys2inJz
--HG--
extra : rebase_source : 5c41489641bc0606a75436fd89a14afd25a69761
2017-09-20 13:05:48 +01:00
Mike de Boer
ecca1af556
Bug 1388422 - Remove all traces of the Customize Mode tip panel that no longer applies. r=Gijs
...
MozReview-Commit-ID: IffDnXEqooR
--HG--
extra : rebase_source : 04344421e5152c1f7ba8959698ba7cff57448e15
2017-09-20 14:37:53 +02:00
Mike de Boer
c0b0c75c02
Bug 1388422 - Clean up all traces of the 'browser.uiCustomization.disableAnimation' pref used to disable Customize Mode transitions in unit tests. r=Gijs
...
MozReview-Commit-ID: 44Q9NbKEJeC
--HG--
extra : rebase_source : 4895a170b403195cd1bc7023fc905deff12c2de2
2017-09-20 14:25:58 +02:00
Ricky Chien
054443f843
Bug 1400595 - Allow Preferences search engine table scrollable only if its items are overflow r=jaws
...
MozReview-Commit-ID: DVqCYNkh4x8
--HG--
extra : rebase_source : 1fc221b69344e2d6d38b0564983718cdb7c7ef41
2017-09-20 15:17:25 +08:00
Gijs Kruitbosch
40de26eb54
Bug 1401238 - remove recent bookmarks from the bookmarks menu button and toplevel bookmarks menu, r=mak
...
MozReview-Commit-ID: 7JT9xCq9zcS
--HG--
extra : rebase_source : b6dca5a110636a66181c6843aba616192288fa92
2017-09-20 00:38:39 +01:00
Gijs Kruitbosch
b078909af6
Bug 1401383 - remove anchor state after transition even if the transition is canceled, and always set main view as current, r=mikedeboer
...
Prior to this change, showMainView set the 'current' attribute on a main view, but then _cleanupTransitionPhase() would remove it again.
This patch fixes that by calling showMainView *after* _cleanupTransitionPhase.
Separately, we weren't removing the 'open' attribute from the anchor if the transition didn't complete.
This patch fixes this by moving the addition of 'open' into _transitionViews, and its removal into
_cleanupTransitionPhase.
MozReview-Commit-ID: 24FYaxDVlga
--HG--
extra : rebase_source : 41bb5ffe29ca8e0ec9acc1793ae87d63d28e1f43
2017-09-19 23:53:59 +01:00
Sebastian Hengst
0dc17cba82
merge mozilla-central to autoland. r=merge a=merge
2017-09-20 11:49:13 +02:00
Sebastian Hengst
bc68e8f407
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 9Z3Ly8icnvh
2017-09-20 11:48:02 +02:00
Kris Maglione
8a6b0ff3bf
Bug 1384078: Prevent enter key from closing extension panels. r=Gijs
...
MozReview-Commit-ID: DnpiIUc4RkH
--HG--
extra : amend_source : f768acea169a593bf7313a58378ca4b7c84d4e87
2017-09-19 16:37:07 -07:00
Myk Melez
6ddfbd4f2a
Bug 1400453 - yield thread between each call to gExternalProtocolService.getProtocolHandlerInfo; r=florian
2017-09-19 15:55:07 -07:00
Luca Greco
51b5ca0e35
Bug 1401288 - Run remote devtools panel browsers in the right TabGroup. r=aswan
...
This patch ensures that the devtools panel browser elements are associated to
the same TabGroup of the other extension pages from the same extension.
MozReview-Commit-ID: 40TSPqGfTnz
--HG--
extra : rebase_source : 93c429c5a3277407da648e3efa03717b4bd22fbd
2017-09-19 20:06:02 +02:00
Nihanth Subramanya
5774ce7105
Bug 1398183 - Update copy for about:sessionrestore. r=johannh
...
MozReview-Commit-ID: ET2zEKsS7SM
--HG--
extra : rebase_source : 4684157d65d9425a043eacf14e470ee5ee974afd
2017-09-20 01:23:07 +05:30
Wes Kocher
3baa8a7e6e
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 5B5W6AHKcCb
2017-09-19 14:49:11 -07:00
Andrew Halberstadt
7527e600f0
Bug 1392787 - Disable manifestparser tests using 'disabled' key instead of comment, r=jmaher
...
MozReview-Commit-ID: IQL7hWxQX9F
--HG--
extra : rebase_source : b78cbf7913fc1b0a27dfa085c38957e2bc2467d0
2017-08-22 16:56:02 -04:00
Henrik Adolfsson
2b97d02c70
Bug 1366369 - Change default theme icons. r=dao
...
MozReview-Commit-ID: KYXIRd7m9O2
--HG--
rename : browser/base/content/defaultthemes/compactdark.icon.svg => browser/base/content/defaultthemes/dark.icon.svg
rename : browser/base/content/defaultthemes/compactlight.icon.svg => browser/base/content/defaultthemes/light.icon.svg
extra : rebase_source : a1281aff2dea24f3d28941f644467eef76683557
2017-09-20 10:18:34 +02:00
Evan Tseng
6efd1a5a95
Bug 1398050 - Polish preferences page to match visual spec. r=mconley
...
* Remove transparency from the menu icons and labels in Normal state.
* Adding Firefox Support's hover state.
* Make the size of radio buttons as 20x20 px.
* Make minimum width of action buttons as 150px.
* Fix margin issues of When Nightly starts and Nightly Updates sections.
MozReview-Commit-ID: DHwdKTO1wxM
--HG--
extra : rebase_source : b5c93b8ef930dead9c6f194b14ed6dfcff39ecd6
2017-09-12 17:38:41 +08:00
Boris Zbarsky
624fdefa57
Bug 1400898 part 1. Remove the one script use of nsIDOMChromeWindow. r=farre
...
MozReview-Commit-ID: I31eceiJP55
2017-09-19 10:13:22 -04:00
Vedant Chakravadhanula
e8910cf14c
Bug 1359289 - Add a "Learn More" link to Safe Browsing checkbox in about:preferences. r=jhofmann
2017-09-19 12:33:28 +05:30
Jonathan Kingston
b194a2f906
Bug 1397100 - Disable container about:preference checkbox if a container addon is enabled. r=bsilverberg,Felipe
...
MozReview-Commit-ID: DtJX3FiE0e0
--HG--
extra : rebase_source : 2374318065a63ea2c279d85591a7442e132422c0
2017-09-18 08:11:31 +01:00
Wes Kocher
c36e650732
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 7Z1eEWwhzZC
2017-09-18 16:25:06 -07:00
Wes Kocher
519bb0922b
Merge inbound to central, a=merge
...
MozReview-Commit-ID: EK8iFR1hSRp
2017-09-18 16:21:01 -07:00
Gijs Kruitbosch
088853fcdf
Bug 1399935 - use horizontal panel for downloads checkbox panel at all times, r=mak
...
Rather than using left-hand-side at all times (which can go over the edge of the window
in some cases) this uses left or right-hand-side panels, always opening towards the
center of the window.
MozReview-Commit-ID: EvjDmKR1G5A
--HG--
extra : rebase_source : 12046edc24b564e035dff68a5e34bce3ff5fd507
2017-09-17 23:31:06 +01:00
Gijs Kruitbosch
27050c2c34
Bug 1399486 - show downloads auto hide panel after changing the pref instead of before, r=mak
...
Note that we will no longer show the panel if you use the context menu to move the item in one
window and have customize mode open in the other. I don't think that edgecase matters.
MozReview-Commit-ID: 3dzGr3cs2oQ
--HG--
extra : rebase_source : cc5f528557e35e48b0bc06e58b92fdcb7ecfa6fe
2017-09-17 18:09:35 +01:00
Ian Bicking
e967db83a4
Bug 1399615 - Export Screenshots 19.0.0 to Firefox. r=kmag
...
MozReview-Commit-ID: 1QFbWCThVeg
--HG--
rename : browser/extensions/screenshots/webextension/icons/onboarding-4.png => browser/extensions/screenshots/webextension/icons/onboarding-5.png
extra : transplant_source : 1%8AV%EBZ%A5%18%F9%BD%E9%EA%ADv%DEbm%BF%EF5N
2017-09-13 14:40:39 -05:00
Joel Maher
8277a708a2
Bug 1398514 - Disable browser/components/extensions/test/browser/test-oop-extensions/browser_ext_tabs_executeScript_runAt.js on windows for frequent failures. r=me, a=test-only
2017-09-18 12:00:26 -04:00
Joel Maher
f79bc86156
Bug 1380968 - Disable browser/components/sessionstore/test/browser_522545.js for frequent failures. r=me, a=test-only
2017-09-18 12:00:25 -04:00
Maya Messinger
1710134422
Bug 1387846 change print button command to print instead of print preview on all platforms r=Gijs
...
MozReview-Commit-ID: IIxhCx4N362
--HG--
extra : rebase_source : b920e3c9333df0b2ee9cda92880b5effb4922e45
2017-09-17 17:23:00 -04:00
Tim Huang
2a25d05564
Bug 1384330 - Part 2: Add a test case for testing that navigator.mozAddonManager is correctly blocked when pref 'privacy.resistFingerprinting.block_mozAddonManager' is true. r=arthuredelstein,mossop
...
The patch adds a test case which will first test with the pref off to see that
navigator.mozAddonManager can be accessed successfully. And then turn the pref
on to see that whether navigator.mozAddonManager is blocked.
MozReview-Commit-ID: 3nptUqdg7p7
--HG--
extra : rebase_source : 51a48284009d189294be4ee6943db453d4a76d18
2017-09-14 16:49:33 +08:00
Drew Willcoxon
de32f1dce3
Bug 1400024 - Clicks on Zoom label in Photon app menu shouldn't close the menu. r=Gijs
...
MozReview-Commit-ID: 6zHRb27RBGw
--HG--
extra : rebase_source : 8713582d948b81a5558c539ad1d910d1139fea2d
2017-09-18 13:13:13 -07:00
Shane Caraveo
c554e8efa5
Bug 1394947 fix toggling the extension sidebars from menus, r=Gijs
...
MozReview-Commit-ID: G2LGIzSl9Be
--HG--
extra : rebase_source : a92497efe61b50cdbe6455415b4e6ff460872d0f
2017-09-11 14:48:18 -07:00
Prathiksha
86d7bac5f6
Bug 1363051 - Update about:blocked page visuals and copy. r=francois,johannh
...
MozReview-Commit-ID: CK2cO5Ikivt
--HG--
extra : rebase_source : 01da86303c4aa20961be609c7f45db39bf7e9f7b
2017-09-04 19:25:05 +05:30
Edouard Oger
daf87f8b3b
Bug 1383663 part 1 - Revert bug 1385191 changes. r=markh
...
This reverts commit 3f279247b875becd0c617fa6dc31cdf9f1349374.
MozReview-Commit-ID: FuCMewhO20z
--HG--
extra : rebase_source : cbeb2b30a425020e2379d3f5d21affabe610a20b
2017-08-21 17:06:06 -04:00
Phil Ringnalda
e6c038d6ee
Backed out 3 changesets (bug 1383663) for timeouts in browser_aboutAccounts.js and failures in test_web_channel.js
...
Backed out changeset f384a524cac6 (bug 1383663)
Backed out changeset 9d26a627e2f8 (bug 1383663)
Backed out changeset c7d46e2e8ddc (bug 1383663)
MozReview-Commit-ID: 88xbdeVJtK2
2017-09-16 10:40:00 -07:00
Edouard Oger
11875727be
Bug 1383663 part 1 - Revert bug 1385191 changes. r=markh
...
This reverts commit 3f279247b875becd0c617fa6dc31cdf9f1349374.
MozReview-Commit-ID: FuCMewhO20z
--HG--
extra : rebase_source : f071fe7d8b67d84a0b2836b7dae3883e8c85c46a
2017-08-21 17:06:06 -04:00
Blake Winton
ab01ad862f
Bug 1388167 - Unify doorhanger footer styles. ui-r=abenson r=johannh
...
MozReview-Commit-ID: GGd9sHa2Ga0
--HG--
extra : rebase_source : 9a4dc328c9b81b30743f37aca25d0ec85cab532c
2017-08-21 15:49:32 -04:00
Sebastian Hengst
1d35d25f21
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 1Wa3jV6n7Wj
2017-09-16 11:35:02 +02:00
Ryan VanderMeulen
17c17bd036
Merge m-c to inbound. a=merge
2017-09-15 14:20:59 -04:00
Luca Greco
19b7ef8391
Bug 1398729 - Support devtools.panels.elements sidebar.setExpression API method. r=aswan
...
MozReview-Commit-ID: 2tRLF59o8Bg
--HG--
extra : rebase_source : c0371df9af68cf3332194ed6849525b0620cd8d0
2017-09-09 16:39:17 +02:00
Luca Greco
ad4b833918
Bug 1398729 - Share devtools.inspectedWindow.eval helper methods in ext-devtools API module. r=aswan
...
MozReview-Commit-ID: 9ezZNjEOdUY
--HG--
extra : rebase_source : 82b6cb645b3b6894f98b17f8a474cf3232b20b34
2017-09-09 15:44:35 +02:00
Mark Banner
e1b4d55203
Bug 1399968 - Ensure the inNavBar search pref really does get set correctly on startup. r=Gijs
...
Delay the initialisation of the pref until the toolbar has been initialised.
MozReview-Commit-ID: JxQajZ4wrCR
--HG--
extra : rebase_source : 42f936c5a3e6b7f8cdce1703d7d74883fc806d1c
2017-09-14 20:59:32 +01:00
Nicolas Chevobbe
cd3fe07201
Bug 1399460 - Fix browser_ext_devtools_inspectedWindow_eval_bindings.js failure. r=rpl
...
The bug was failing because we were calling the server but the connection was already closed.
In order to prevent such things, we check the number of nodes of the tree, and if it has only
one, then we wait on a mutation that will ensure that server calls are done.
MozReview-Commit-ID: 7kHAkYs2I4K
--HG--
extra : rebase_source : 0204960d4ea3cca8bd9614908a730a0d4d6b4e69
2017-09-14 17:59:33 +02:00
Liang-Heng Chen
bb17178a61
Bug 1399409 - Ignore about:blank in awaitBrowserLoaded. r=kmag
...
MozReview-Commit-ID: 8WoN86Zd6PS
2017-09-13 23:46:00 -04:00
Sebastian Hengst
ec66bbd3e1
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 4dRrVdftJVy
2017-09-15 11:05:11 +02:00
Sebastian Hengst
09dd8ba13f
merge mozilla-central to mozilla-inbound. r=merge a=merge on a CLOSED TREE
...
--HG--
extra : amend_source : ee605ac050c0532521f96bdeda5ef20fb0099519
2017-09-15 00:18:43 +02:00
Jim Chen
f21881cfe9
Bug 1367077 - 4. Remove LoginManagerParent.login; r=kmag
...
Mobile code now loads LoginManagerParent lazily, similar to
nsBrowserGlue on desktop, so we no longer need LoginManagerParent.login.
MozReview-Commit-ID: 8tnWnev344
2017-09-14 17:50:57 -04:00
Shane Caraveo
aac2ef44df
Bug 1399070 move launchWebAuthFlow to parent to fix opening auth window when remote, r=zombie
...
MozReview-Commit-ID: GAdlxYUM6rr
--HG--
rename : toolkit/components/extensions/ext-c-identity.js => toolkit/components/extensions/ext-identity.js
extra : rebase_source : eaec4890e559e0c969b6d7721ee94dcbda85c4f6
2017-09-14 09:18:27 -07:00
Maya Messinger
11ffb95321
Bug 1398305 - reorder library dropdown items to spec r=Gijs
...
MozReview-Commit-ID: 912yc4MB5Ap
--HG--
extra : rebase_source : 8393ffa21314fc67784119b319abd0a73b6b3bcd
2017-09-14 11:37:22 -04:00
Gijs Kruitbosch
e931ee1884
Bug 1399490 - fix unhiding the downloads button in customize mode if it was moved to the palette, r=nhnt11
...
MozReview-Commit-ID: 7Q8yPzBVxim
--HG--
extra : rebase_source : 865ec5357bcadabb12d7f08692cd4995b9914fc6
2017-09-13 16:24:13 +01:00