Oana Pop Rus
cacc0b68c1
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-03-22 00:58:41 +02:00
Coroiu Cristina
60be40b053
Merge inbound to mozilla-central a=merge
2019-03-21 23:59:53 +02:00
Brian Grinstead
a797a66d25
Bug 1531119 - Remove editMenuCommands.inc.xul and make editMenuOverlay.js in charge of constructing the relevant commandset DOM r=bdahl,NeilDeakin
...
This allows us to drop preprocessing and makes it simpler to add edit menu functionality to any type of document.
Differential Revision: https://phabricator.services.mozilla.com/D21446
--HG--
extra : moz-landing-system : lando
2019-03-21 14:18:48 +00:00
Mike Conley
2c8a12e078
Bug 1535748 - Remove NIGHTLY_BUILD build-time switches for Picture-in-Picture. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D23948
--HG--
extra : moz-landing-system : lando
2019-03-21 13:58:17 +00:00
Mike Conley
c218b68adf
Bug 1535760 - Update strings and controls for toggling Picture-in-Picture from the context menu. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D23947
--HG--
extra : moz-landing-system : lando
2019-03-21 13:58:05 +00:00
Ian Moody
67fb55f3b9
Bug 1536653 - browser/ automated ESLint no-throw-literal fixes. r=Gijs
...
Result of running:
$ mach eslint -funix browser/ | sed -Ee 's/:.+//' - | xargs sed -E \
-e 's/throw ((["`])[^"]+\2);/throw new Error(\1);/g' \
-e 's/throw ((["`])[^"]+\2 \+ [^ ";]+);/throw new Error(\1);/g' \
-e 's/throw \(/throw new Error(/g' -i
Differential Revision: https://phabricator.services.mozilla.com/D24110
--HG--
extra : moz-landing-system : lando
2019-03-20 10:17:42 +00:00
paarmita
cc8f215561
Bug 1483364 - Tooltip for Tracking Protection item in the Firefox menu uses a capitalized Preferences; r=johannh
...
Tooltip for Tracking Protection item in the Firefox menu uses a capitalized Preferences (and should use 'options' on Windows)
Differential Revision: https://phabricator.services.mozilla.com/D21856
--HG--
extra : moz-landing-system : lando
2019-03-21 13:40:54 +00:00
Brindusan Cristian
327ca02963
Backed out 2 changesets (bug 1535760, bug 1535748) for ESlint failure at browser_contextMenu.js:66:11. CLOSED TREE
...
Backed out changeset 8ab3c856b9c2 (bug 1535748)
Backed out changeset a9a01b1c9e3a (bug 1535760)
2019-03-21 04:35:52 +02:00
Mike Conley
47e70b9c38
Bug 1535748 - Remove NIGHTLY_BUILD build-time switches for Picture-in-Picture. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D23948
--HG--
extra : moz-landing-system : lando
2019-03-20 21:24:15 +00:00
Mike Conley
50371e1fee
Bug 1535760 - Update strings and controls for toggling Picture-in-Picture from the context menu. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D23947
--HG--
extra : moz-landing-system : lando
2019-03-20 21:24:37 +00:00
Drew Willcoxon
66b8f1c131
Bug 1529931 - Avoid autofill flicker: Fix reflow performance tests. r=mconley
...
Replace a couple of popup methods so that they call dirtyFrame(), so that reflows happen deterministically.
Differential Revision: https://phabricator.services.mozilla.com/D23734
--HG--
extra : moz-landing-system : lando
2019-03-20 16:08:21 +00:00
Julian Descottes
6987dbacc5
Bug 1487581 - Remove aboutdebugging.notftl file;r=daisuke
...
Depends on D23878
Differential Revision: https://phabricator.services.mozilla.com/D23879
--HG--
extra : moz-landing-system : lando
2019-03-20 18:08:18 +00:00
Gijs Kruitbosch
d185982673
Bug 1530500 - remove obsolete browser swapping flags, r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D24114
--HG--
extra : moz-landing-system : lando
2019-03-20 08:49:04 +00:00
Dana Keeler
2cf1772b43
bug 1535851 - proactively check for mixed content in nsSecureBrowserUIImpl r=Ehsan
...
If nsSecureBrowserUIImpl::GetState is never called, it never checks for mixed
content (this can happen when loading a page from the BF cache). To ensure that
we properly set the security state (via OnLocationChange -> OnSecurityChange),
nsSecureBrowserUIImpl must check for mixed content more proactively.
Differential Revision: https://phabricator.services.mozilla.com/D23945
--HG--
extra : moz-landing-system : lando
2019-03-19 23:56:55 +00:00
Jan-Ivar Bruaroey
f30f21c430
Bug 1335740 - Update wpt & mochitests to work w/[SecureContext] navigator.mediaDevices. r=pehrsons
...
Differential Revision: https://phabricator.services.mozilla.com/D20425
--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html
extra : moz-landing-system : lando
2019-03-19 14:17:53 +00:00
Vijay Budhram
2c33b42b2c
Bug 1536467 - bind callbacks to this for Send Tab to Device subview so they work when we're waiting for the initial sync r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D24068
--HG--
extra : moz-landing-system : lando
2019-03-19 19:25:01 +00:00
Gijs Kruitbosch
98463769e5
Bug 1536514 - actually close quote of 'PanelUI-fxa' for fxa menu keypress handler, r=vbudhram
...
Differential Revision: https://phabricator.services.mozilla.com/D24067
--HG--
extra : moz-landing-system : lando
2019-03-19 18:06:35 +00:00
Gijs Kruitbosch
1e96300cf3
Bug 1353013 - create preloaded newtab browser from an idle task, only in top window(s), r=dthayer
...
This limits us to 1 preloaded browser per window, in the top 3 normal windows + top 3 private windows.
If we try to create additional browsers beyond that, we instead move a pre-existing browser across.
Differential Revision: https://phabricator.services.mozilla.com/D21129
--HG--
extra : moz-landing-system : lando
2019-03-19 17:29:48 +00:00
Gijs Kruitbosch
44dd6b4718
Bug 1353013 - allow using the preloaded new tab page in private windows, too, r=dthayer
...
This didn't use to work and was disabled in
https://bugzilla.mozilla.org/show_bug.cgi?id=1195981 . I expect my changes in
https://bugzilla.mozilla.org/show_bug.cgi?id=1427186 fixed the issue. It works
in my testing, anyway.
Differential Revision: https://phabricator.services.mozilla.com/D21127
--HG--
extra : moz-landing-system : lando
2019-03-19 17:29:34 +00:00
Gijs Kruitbosch
5e05f6c9c9
Bug 1353013 - move new tab preload browser tracking into a separate module, r=dthayer
...
Differential Revision: https://phabricator.services.mozilla.com/D21126
--HG--
extra : moz-landing-system : lando
2019-03-19 17:29:14 +00:00
Mellina Yonashiro
27590d5af5
Bug 1534629 Non-bypassable cert error pages should use Advanced instead of More information r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D23316
--HG--
extra : moz-landing-system : lando
2019-03-18 17:11:50 +00:00
Dhyey Thakore
d35fbfef92
Bug 1444133 - Have an option to have view-source open in a separate (browser) window, not separate tab, r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D18071
--HG--
extra : moz-landing-system : lando
2019-03-19 11:17:18 +00:00
Gurzau Raul
b0e75ab0e1
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-03-18 23:44:31 +02:00
Gijs Kruitbosch
718ffb7d51
Bug 1524665 - update sync now item when syncing, r=vbudhram
...
Differential Revision: https://phabricator.services.mozilla.com//D23695
2019-03-18 15:44:28 +00:00
Vijay Budhram
b326d15f68
Bug 1524665 - Add send tab to device button, r=gijs
...
Differential Revision: https://phabricator.services.mozilla.com//D23387
--HG--
extra : rebase_source : 2f41fc8a0f78149105b32b87017e1d9035cc5d3e
2019-03-13 20:31:59 +00:00
Jonathan Kingston
d1d4db5320
Bug 1535378 - Adding a test for the serialization of principals r=ckerschb,mikedeboer
...
Differential Revision: https://phabricator.services.mozilla.com/D23554
--HG--
extra : moz-landing-system : lando
2019-03-18 16:29:51 +00:00
shindli
66a5ef2991
Backed out changeset c0996caf797f (bug 1523761) for bc failures in browser/components/customizableui/test/browser_947914_button_history.js CLOSED TREE
2019-03-18 19:20:56 +02:00
shindli
a7af1edc71
Backed out 3 changesets (bug 1353013) for a11y failures in accessible/tests/mochitest/relations/test_tabbrowser.xul CLOSED TREE
...
Backed out changeset af8bce2330e9 (bug 1353013)
Backed out changeset a3d1302b06c0 (bug 1353013)
Backed out changeset 976afd1adf84 (bug 1353013)
2019-03-18 18:21:16 +02:00
Yuan Cheng
ad8f4def53
Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D22980
--HG--
extra : moz-landing-system : lando
2019-03-15 18:46:46 +00:00
berkay.barlas
7feefb5c15
Bug 1135593 Make The Reader Mode controls sidebar not affected by page zoom actions r=Gijs
...
Roll up existing commits
Make updateFontSizeButtonControls separate method
Differential Revision: https://phabricator.services.mozilla.com/D23147
--HG--
extra : moz-landing-system : lando
2019-03-15 20:22:31 +00:00
Sebastian Hengst
757f55aa2c
Bug 1535666 - Explicitly turn on new cert error pages in browser_aboutCertError_noSubjectAltName.js to let it pass on beta r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D23728
--HG--
extra : moz-landing-system : lando
2019-03-18 15:27:16 +00:00
Erica Wright
5d103831b6
Bug 1522919 - Add histograms to count fingerprinting and cryptomining blocking states per page load. r=johannh
...
Add histograms to count fingerprinting and cryptomining blocking states per page load.
Differential Revision: https://phabricator.services.mozilla.com/D20389
--HG--
extra : moz-landing-system : lando
2019-03-18 15:21:52 +00:00
Gijs Kruitbosch
e306931fb1
Bug 1353013 - create preloaded newtab browser from an idle task, only in top window(s), r=dthayer
...
This limits us to 1 preloaded browser per window, in the top 3 normal windows + top 3 private windows.
If we try to create additional browsers beyond that, we instead move a pre-existing browser across.
Differential Revision: https://phabricator.services.mozilla.com/D21129
--HG--
extra : moz-landing-system : lando
2019-03-12 14:34:39 +00:00
Gijs Kruitbosch
6f44e2b43b
Bug 1353013 - allow using the preloaded new tab page in private windows, too, r=dthayer
...
This didn't use to work and was disabled in
https://bugzilla.mozilla.org/show_bug.cgi?id=1195981 . I expect my changes in
https://bugzilla.mozilla.org/show_bug.cgi?id=1427186 fixed the issue. It works
in my testing, anyway.
Differential Revision: https://phabricator.services.mozilla.com/D21127
--HG--
extra : moz-landing-system : lando
2019-03-12 14:34:24 +00:00
Gijs Kruitbosch
b7a741e6cb
Bug 1353013 - move new tab preload browser tracking into a separate module, r=dthayer
...
Differential Revision: https://phabricator.services.mozilla.com/D21126
--HG--
extra : moz-landing-system : lando
2019-03-12 14:34:04 +00:00
Sebastian Hengst
2a4d267a85
Bug 1536073 - Remove DevTools button in browser_identityBlock_focus.js to prevent branch-specific focus in toolbar r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D23858
--HG--
extra : moz-landing-system : lando
2019-03-18 14:37:04 +00:00
Sebastian Hengst
b33de7cfb1
Bug 1536069 - Remove DevTools button in browser_multiselect_tabs_using_keyboard.js to prevent branch-specific focus in toolbar r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D23855
--HG--
extra : moz-landing-system : lando
2019-03-18 14:36:13 +00:00
Matthew Noorenberghe
bc2caa0b99
Bug 1533206 - Center the login autocomplete footer text. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D23395
--HG--
extra : histedit_source : d25b3ee35de5da8a67f47b9a8aebcc129c3bab04
2019-03-17 21:43:54 -07:00
Matthew Noorenberghe
6ad98db472
Backed out changeset db4a1fa6c07c (bug 1533206) for bad interactions between XUL flex and display:flex.
...
--HG--
extra : histedit_source : 3adee7bd962d6eb570b2a283ada2a5c5c7e043ba
2019-03-17 21:01:13 -07:00
danielleleb
07bdaa54f0
Bug 1501955 - Runs securityOnLoad on certificate error pages and adds test. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21840
--HG--
extra : moz-landing-system : lando
2019-03-16 19:53:02 +00:00
Andreea Pavel
4f60356595
Backed out changeset b12dda048dd5 (bug 1535666) patch does not work on beta DONTBUILD
2019-03-16 18:51:42 +02:00
Sebastian Hengst
11cbaa0ead
Bug 1535666 - Explicitly turn on new cert error pages in browser_aboutCertError_noSubjectAltName.js to let it pass on beta r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D23728
--HG--
extra : moz-landing-system : lando
2019-03-15 22:45:46 +00:00
Mark Striemer
794a80e7e5
Bug 1525092 - Confirm removing an extension in HTML about:addons r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D22796
--HG--
extra : moz-landing-system : lando
2019-03-15 19:19:28 +00:00
Johann Hofmann
a6438722be
Bug 1533362 - Record contentBlockingEvent for background tabs. r=Ehsan
...
When switching tabs we use the securityUI.contentBlockingEvent property to update the shield state.
That property is set in https://searchfox.org/mozilla-central/rev/aae527894a97ee3bbe0c2cfce9c67c59e8b8fcb9/browser/base/content/browser.js#5025 .
Unfortunately, that event is only received by the current browser because is is registered with gBrowser.addProgressListener instead of gBrowser.addTabsProgressListener. Thus, the background tab is not storing its content blocking event.
To fix this, we also listen for content blocking events with addTabsProgressListener, but exclude the
currently selected tab there.
Differential Revision: https://phabricator.services.mozilla.com/D23485
--HG--
extra : moz-landing-system : lando
2019-03-15 17:37:26 +00:00
Yura Zenevich
d251333222
Bug 1506510 - add keyboard focus styling for toolbar/urlbar buttons. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D19958
--HG--
extra : moz-landing-system : lando
2019-03-15 04:35:09 +00:00
Gijs Kruitbosch
d7a2ca5718
Bug 1527922 - fix test for keyboard navigation for devedition, take #3 , r=aryx
...
Differential Revision: https://phabricator.services.mozilla.com/D23671
--HG--
extra : moz-landing-system : lando
2019-03-15 14:16:47 +00:00
Thomas Nguyen
26bd1e060c
Bug 1528695 - Part 2 : Use referrerInfo in openWindow, contextmenu and openLinkIn r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D21911
--HG--
extra : moz-landing-system : lando
2019-03-15 05:10:17 +00:00
Carolina Jimenez Gomez
0f33068ca0
Bug 1483626 - Checks if subjectAltNames has elements that are not empty string, and if it has them, they will be remove, preventing incomplete r=johannh
...
messages to show to the user. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D21796
--HG--
extra : moz-landing-system : lando
2019-03-14 15:45:55 +00:00
prathiksha
5a2ccf9277
Bug 1533206 - Center the login autocomplete footer text. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D23395
--HG--
extra : moz-landing-system : lando
2019-03-14 18:52:11 +00:00
Andrea Marchesini
61d20299f1
Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 4 - tests, r=dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D22471
--HG--
extra : moz-landing-system : lando
2019-03-14 17:48:50 +00:00
Dão Gottwald
a47ef96904
Bug 1535263 - Move role=combobox from the input field to a parent node. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D23475
--HG--
extra : moz-landing-system : lando
2019-03-14 13:59:14 +00:00
shindli
2008d4e156
Backed out changeset d7f58753a981 (bug 1518946) per developer's request on IRC
2019-03-14 13:04:40 +02:00
Dorel Luca
3ef1df6038
Backed out 5 changesets (bug 1533074) for eslint failure
...
Backed out changeset 36c6a7178a5c (bug 1533074)
Backed out changeset 7e6a8fadff5b (bug 1533074)
Backed out changeset 2a0494fed543 (bug 1533074)
Backed out changeset 38470d2dd98c (bug 1533074)
Backed out changeset af4e03d1f5c8 (bug 1533074)
2019-03-14 09:14:15 +02:00
Andrea Marchesini
587086626b
Bug 1533074 - Implement Fingerprinting and Cryptomining annotation features - Part 4 - tests, r=dimi
...
Differential Revision: https://phabricator.services.mozilla.com/D22471
--HG--
extra : moz-landing-system : lando
2019-03-14 06:32:40 +00:00
Kyle Machulis
f1f0e15fa3
Bug 1522713 - Don't change node binding to tree when updating remoteness; r=nika
...
Since we now have a method on nsFrameLoaderOwner/MozFrameLoaderOwner
that can update remoteness, we should no longer need to unbind and
rebind browser elements to the tree to change their remoteness
attributes. We can just call the method and have the Frameloaders
rebuilt in the backend.
We're still getting some test breakage in Marionette and browser
chrome with this patch. Putting this behind a pref so the fission
team can still work with it while the tests are being fixed.
Depends on D22790
Differential Revision: https://phabricator.services.mozilla.com/D22791
--HG--
extra : moz-landing-system : lando
2019-03-14 00:52:02 +00:00
Kyle Machulis
b1414002ac
Bug 1524709 - Remove aShouldBeRemote from updateBrowserRemoteness; r=nika
...
Just set the RemoteType in the options object argument, instead of
doubling up the information.
Differential Revision: https://phabricator.services.mozilla.com/D23250
--HG--
extra : moz-landing-system : lando
2019-03-14 00:51:30 +00:00
Johann Hofmann
6b5b6ed403
Bug 1529643 - Implement MitM priming on certificate error pages. r=keeler,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D22406
--HG--
extra : moz-landing-system : lando
2019-03-13 23:36:54 +00:00
Gurzau Raul
c747f02899
Backed out 2 changesets (bug 1529643) for eslint failure at NetErrorChild.jsm on a CLOSED TREE.
...
Backed out changeset 000dfd4caca0 (bug 1529643 )
Backed out changeset e4718a35d70b (bug 1529643 )
2019-03-14 01:09:43 +02:00
Edwin Gao
a5bef7a7c7
Bug 1531590, 1531598, 1534811, 1336075, 1531571, 1531572, 1531572, 1531574, 1534855, 1534857, 1535082 - skip tests in mochitest-dev-tools and mochitest-browser-chrome suites for windows10-aarch64 r=jmaher
...
Bug 1531598 - disable browser_markup_copy_image_data.js
Bug 1531598 - disable browser_markup_links_04.js
Bug 1531598 - disable browser_inspector_menu-01-sensitivity.js
Bug 1534811 - disable accessible/tests/browser/general
Bug 1336075 - disable browser_largeAllocation_non_win32.js
Bug 1531571 - disable browser_jsterm_context_menu_labels.js
Bug 1531572 - disable browser_jsterm_helper_dollar_x.js
Bug 1531573 - disable browser_jsterm_no_input_and_tab_key_pressed.js
Bug 1531574 - disable browser_jsterm_syntax_highlight_output.js
Bug 1534855 - disable accessible/tests/browser/
Bug 1534857 - disable browser_ext_slow_script.js
Bug 1535082 - disable browser_jsterm_helper_dollar_dollar.js
Differential Revision: https://phabricator.services.mozilla.com/D23369
--HG--
extra : moz-landing-system : lando
2019-03-13 19:47:25 +00:00
Johann Hofmann
1235c91131
Bug 1529643 - Implement MitM priming on certificate error pages. r=keeler,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D22406
--HG--
extra : moz-landing-system : lando
2019-03-13 21:04:02 +00:00
Ricky Rosario
13c49573c1
Bug 1533588 - Bookmark confirmation hint panel is missing "Saved to Library!" text after landing patch from bug #1528955 r=dao
...
MozReview-Commit-ID: Ks6TAsIpHFz
Differential Revision: https://phabricator.services.mozilla.com/D22991
--HG--
extra : moz-landing-system : lando
2019-03-13 08:16:27 +00:00
Syeda Asra Arshia Qadri
ca143a6bd0
Bug 1284835: Replaced Hardcoded URLs with Services.urlFormatter.formatURLPref r=johannh
...
Bug 1284835: Replaced Hardcoded URLs with Services.urlFormatter.formatURLPref r=reviewers
Differential Revision: https://phabricator.services.mozilla.com/D21834
--HG--
extra : moz-landing-system : lando
2019-03-13 08:23:00 +00:00
Brian Grinstead
5ea52d4cbf
Bug 1531155 - Remove editmenu.ftl from browser_all_files_referenced.js;r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D23199
--HG--
extra : moz-landing-system : lando
2019-03-12 20:31:36 +00:00
James Willcox
082b6eb1e7
Bug 1524992 - Treat command line URIs as external r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D20890
--HG--
extra : moz-landing-system : lando
2019-03-12 20:20:58 +00:00
Gurzau Raul
66f315212e
Bug 1518946 - Disable browser_devices_get_user_media_queue_request.js on Mac and Linux. r=aryx
...
Differential Revision: https://phabricator.services.mozilla.com/D22984
--HG--
extra : moz-landing-system : lando
2019-03-12 09:09:37 +00:00
Edouard Oger
d391c790bc
Bug 1532514 - Update sinon to v7.2.7. r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D22046
--HG--
extra : moz-landing-system : lando
2019-03-12 19:32:40 +00:00
Ricky Rosario
82faf9e160
Bug 1533452 - Very frequent (80%) macOS debug TEST-UNEXPECTED-FAIL | leakcheck | default 3024989 bytes leaked (AbstractThread, AbstractWatcher, AnimationTimeline, AtomSet, AudioChannelAgent, ...) when Gecko 67 merges to Beta on 2019-03-11 r=dao
...
MozReview-Commit-ID: BTTLzWmA1HT
Differential Revision: https://phabricator.services.mozilla.com/D23034
--HG--
extra : moz-landing-system : lando
2019-03-12 09:11:10 +00:00
Gijs Kruitbosch
065019888f
Bug 1531367 - use root event for history middle clicks to get the correct URI, r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D23039
--HG--
extra : moz-landing-system : lando
2019-03-12 09:22:11 +00:00
Dorel Luca
eb794cd9b8
Backed out changeset 4b280518c7b1 (bug 1532514) for Browser-chrome failures in browser/components/syncedtabs/test/browser/browser_sidebar_syncedtabslist.js. CLOSED TREE
2019-03-12 03:59:56 +02:00
Edouard Oger
ff5f53617b
Bug 1528622 - Debounce FxA Send Tab commands. r=markh,rfkelly
...
Differential Revision: https://phabricator.services.mozilla.com/D21286
--HG--
extra : moz-landing-system : lando
2019-03-12 01:05:03 +00:00
Edouard Oger
565385661c
Bug 1532514 - Update sinon to v7.2.7. r=markh
...
Differential Revision: https://phabricator.services.mozilla.com/D22046
--HG--
extra : moz-landing-system : lando
2019-03-12 00:18:16 +00:00
Mark Striemer
020a5bff50
Bug 1520068 - Handle more system shortcuts in add-on shortcuts ui r=dao
...
This centralizes the checks for system shortcuts into ShortcutUtils.jsm, so
they can be checked for in the add-on shortcut assignment UI. It also
introduces a mechanism for skipping the system event handler if it is already
being handled by the shortcuts UI.
Differential Revision: https://phabricator.services.mozilla.com/D17586
--HG--
extra : moz-landing-system : lando
2019-03-08 18:32:20 +00:00
neha
5677a00d88
Bug 1511834 - Improving site Information header in reader mode r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21869
--HG--
extra : moz-landing-system : lando
2019-03-07 12:36:51 +00:00
Gijs Kruitbosch
071fe3aace
Bug 1534256 - actually open the right help topic page, r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D22973
--HG--
extra : moz-landing-system : lando
2019-03-11 14:11:53 +00:00
Sebastian Hengst
613c6b9e17
Bug 1527922 - Remove DevTools button in browser_toolbarKeyNav.js to prevent branch-specific focus in toolbar r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D22876
--HG--
extra : moz-landing-system : lando
2019-03-11 13:01:06 +00:00
Sylvestre Ledru
5604250942
Bug 1531176 - about:support: also support the split of the key r=florian,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D22676
--HG--
extra : moz-landing-system : lando
2019-03-10 15:29:42 +00:00
Brendan Dahl
7ebaf1cd2b
Bug 1527977 - Share XUL prototype cache with XUL and XHTML. r=smaug
...
Create a new parser (PrototypeDocumentParser) and content sink
(PrototypeDocumentContentSink) that can be used by both XUL and XHTML.
The new parser moves the code from XULDocument that handles creating and
loading a nsXULPrototypeDocument from either the cache or the source
file. Once the parser has finished loading the prototype it notifies the
content sink. The parser is largely a stub and would be better suited
for use as a nsBaseParser, but nsHTMLDocument unfortunately needs an
nsIParser.
The new content sink has the XULDocument code responsible for the
prototype traversal that creates the DOM (XULDocument::ResumeWalk and
friends) and fires off various events.
To unify XUL and XHTML, the XHTML readystate event sequence is used in
XUL. However, the layout path of XHTML loaded from the prototype cache
more closely follows XUL, where frame initializers and layout don't
start until the entire DOM is built.
Differential Revision: https://phabricator.services.mozilla.com/D21236
--HG--
rename : dom/xul/XULDocument.cpp => dom/prototype/PrototypeDocumentContentSink.cpp
rename : parser/moz.build => dom/prototype/moz.build
rename : parser/moz.build => parser/prototype/moz.build
extra : moz-landing-system : lando
2019-03-09 01:00:23 +00:00
Vijay Budhram
de28a9888d
Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
...
Differential Revision: https://phabricator.services.mozilla.com//D20433
--HG--
extra : rebase_source : b5d3d213eb130d46b6786a8445a85944bfef32e2
2019-02-23 17:56:19 +00:00
Mike Conley
e429592a56
Bug 1529762 - Send PageStyle information up from pageshow events only after idle. r=Felipe
...
Differential Revision: https://phabricator.services.mozilla.com/D22521
--HG--
extra : moz-landing-system : lando
2019-03-08 20:22:37 +00:00
Mike Conley
2b9b7b6358
Bug 1529762 - PageStyle child actors should only instantiate for web pages. r=Felipe
...
This avoids instantiating them for internal pages, like about:home.
Differential Revision: https://phabricator.services.mozilla.com/D22520
--HG--
extra : moz-landing-system : lando
2019-03-08 20:22:19 +00:00
Dão Gottwald
0f913a9f9c
Bug 1524561 - Quantumbar: add accessibility semantics. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D22469
--HG--
extra : moz-landing-system : lando
2019-03-08 13:42:11 +00:00
James Teh
3801c30252
Bug 1527922: Ensure the Reload button is disabled when testing against blank tabs in the browser toolbar key nav tests. r=Gijs
...
For a blank tab, the Reload button should be disabled.
These tests depend on this.
This seems to be true when setting the new tab page to blank in Firefox Options.
However, when we open about:blank with BrowserTestUtils.withNewTab, this is unreliable.
That is, sometimes the Reload button is enabled, sometimes it isn't.
I don't understand why this happens.
For the purposes of these tests, just force the Reload button to be disabled for new, blank tabs so we get consistent results.
Differential Revision: https://phabricator.services.mozilla.com/D22449
--HG--
extra : moz-landing-system : lando
2019-03-07 18:10:13 +00:00
arthur.iakab
93997623bd
Merge mozilla-central to autoland a=merge on a CLOSED TREE
2019-03-08 00:14:12 +02:00
arthur.iakab
85ad02d41a
Merge inbound to mozilla-central a=merge
2019-03-07 23:58:42 +02:00
Noemi Erli
978b96980f
Backed out 2 changesets (bug 1529762) for failures in browser_page_style.js CLOSED TREE
...
Backed out changeset f49189976e12 (bug 1529762)
Backed out changeset 459979fd1d25 (bug 1529762)
2019-03-07 23:27:43 +02:00
Mike Conley
d8a1aaa5de
Bug 1529762 - Send PageStyle information up from pageshow events only after idle. r=Felipe
...
Differential Revision: https://phabricator.services.mozilla.com/D22521
--HG--
extra : moz-landing-system : lando
2019-03-07 19:04:35 +00:00
Mike Conley
7f1f53f718
Bug 1529762 - PageStyle child actors should only instantiate for web pages. r=Felipe
...
This avoids instantiating them for internal pages, like about:home.
Differential Revision: https://phabricator.services.mozilla.com/D22520
--HG--
extra : moz-landing-system : lando
2019-03-07 19:05:45 +00:00
Mike Conley
c7e9046b0e
Bug 1532001 - Add aboutConfig.ftl to the browser_all_files_referenced.js whitelist until the new about:config rides the trains. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D22118
--HG--
extra : moz-landing-system : lando
2019-03-07 17:01:59 +00:00
Matthew Noorenberghe
b4768d96bc
Bug 1533167 - Move LoginFormFactory to its own file. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D22452
--HG--
rename : toolkit/components/passwordmgr/LoginManagerContent.jsm => toolkit/components/passwordmgr/LoginFormFactory.jsm
extra : moz-landing-system : lando
2019-03-07 18:10:00 +00:00
Edwin Gao
47511268ea
Bug 1533161 - disable browser_contextmenu_input.js test due to possible a11y issue r=jmaher
...
Changes:
- added skip-if clause to `windows10-aarch64`
Differential Revision: https://phabricator.services.mozilla.com/D22416
--HG--
extra : moz-landing-system : lando
2019-03-07 00:37:15 +00:00
Dão Gottwald
cf91e86d2c
Bug 1532719 - Reset _pinnedUnscrollable flag when unpinning a tab. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D22474
--HG--
extra : moz-landing-system : lando
2019-03-07 11:47:26 +00:00
Ricky Rosario
aab777d346
Bug 1529340 - CFR Pinned tabs popup animation r=k88hudson
...
MozReview-Commit-ID: FTr5Pi7ySbY
Differential Revision: https://phabricator.services.mozilla.com/D22398
--HG--
extra : moz-landing-system : lando
2019-03-07 07:29:45 +00:00
Dorel Luca
f233fae32c
Backed out changeset b52eb25bbe9c (bug 1529340) for Browser-Chrome failures in browser/base/content/test/static/browser_parsable_css.js
2019-03-07 04:43:59 +02:00
Ricky Rosario
7663d037e9
Bug 1529340 - CFR Pinned tabs popup animation r=k88hudson
...
MozReview-Commit-ID: FTr5Pi7ySbY
Differential Revision: https://phabricator.services.mozilla.com/D22398
--HG--
extra : moz-landing-system : lando
2019-03-06 23:43:15 +00:00
Edwin Gao
7e4426091e
Bug 1533141 - disable browser_appmenu.js for windows10-aarch64 r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D22421
--HG--
extra : moz-landing-system : lando
2019-03-07 00:37:05 +00:00
Edwin Gao
7695d88b21
Bug 1533164 - disable browser_enable_DRM_prompt.js test r=jmaher
...
Changes:
- added skip-if clause for `windows10-aarch64`
Differential Revision: https://phabricator.services.mozilla.com/D22417
--HG--
extra : moz-landing-system : lando
2019-03-07 00:37:07 +00:00
Karan Sapolia
b37b92c534
Bug 1532673 - "Stop using safe mode" help access key funtionality restored. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D22248
--HG--
extra : moz-landing-system : lando
2019-03-06 22:25:04 +00:00
Alexander Surkov
9947de8f4b
Bug 1525101 - Convert browser-search-autocomplete-result-popup into a Custom Element, r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D20819
--HG--
extra : moz-landing-system : lando
2019-03-06 21:06:41 +00:00
Edwin Gao
1a16705409
Bug 1525665 - disable browser/base/content/test/tabs/browser_accessibility_indicator.js tests r=jmaher
...
Changes:
- disabled tests relating to `browser_accessibility_indicator.js`
Differential Revision: https://phabricator.services.mozilla.com/D22363
--HG--
extra : moz-landing-system : lando
2019-03-06 19:13:17 +00:00
Coroiu Cristina
1ffb6d372d
Backed out changeset 39c2628de53e (bug 1522919) for browser chrome failures at content/test/trackingUI/browser_trackingUI_cryptominers.js on a CLOSED TREE
2019-03-06 20:08:47 +02:00
Ricky Rosario
1a7923c7af
Bug 1528955 - Tab successfully pinned notification r=dao
...
MozReview-Commit-ID: IUKhiRvDsqZ
Differential Revision: https://phabricator.services.mozilla.com/D21393
--HG--
extra : moz-landing-system : lando
2019-03-06 15:34:34 +00:00
Gijs Kruitbosch
4fe5536b6a
Bug 1532685 - avoid opening help pages more than once by adding listeners to the actual dialogs instead of using utilityOverlay.js, r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D22300
--HG--
extra : moz-landing-system : lando
2019-03-06 16:10:37 +00:00
Erica Wright
b6be38fdef
Bug 1522919 - Add histograms to count fingerprinting and cryptomining blocking states per page load. r=johannh
...
Add histograms to count fingerprinting and cryptomining blocking states per page load.
Differential Revision: https://phabricator.services.mozilla.com/D20389
--HG--
extra : moz-landing-system : lando
2019-03-06 16:23:07 +00:00
Gurzau Raul
aa161c4fb3
Backed out changeset 50e087cd09de (bug 1532001) for failing at /test/static/browser_all_files_referenced.js on a CLOSED TREE.
2019-03-06 18:31:14 +02:00
Johann Hofmann
0788e90a43
Bug 1485670 - Improve error page styles in iframes. r=ewright
...
Differential Revision: https://phabricator.services.mozilla.com/D21907
--HG--
extra : moz-landing-system : lando
2019-03-06 15:58:18 +00:00
Mike Conley
4ea712ba77
Bug 1532001 - Add aboutConfig.ftl to the browser_all_files_referenced.js whitelist until the new about:config rides the trains. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D22118
--HG--
extra : moz-landing-system : lando
2019-03-06 02:16:41 +00:00
Nikki S
58536c524e
Bug 1484071 - Crop large data URLs before displaying them in the status bar r=Felipe
...
This commit provides a simple fix to reduce the time spent
rendering larger data URLs (such as large screenshots) in
the status panel when the Highlights tab is hovered over.
By limiting the number of characters displayed, this
decreases the time spent in the _showDelayed function.
Differential Revision: https://phabricator.services.mozilla.com/D21593
--HG--
extra : moz-landing-system : lando
2019-03-06 14:09:31 +00:00
shivani
86c8a5c629
Bug 1530281 - Replace promiseWaitForEvent in browser_typeAheadFind.js with BrowserTestUtils.waitForEvent. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D22101
--HG--
extra : moz-landing-system : lando
2019-03-06 09:39:03 +00:00
Shruti
72236ba96c
Bug 1531013: Replace makeURI with Services.io.newURI in browser-places.js r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21668
--HG--
extra : moz-landing-system : lando
2019-03-06 09:27:55 +00:00
Doug Thayer
61cadb5fd3
Bug 1532841 - Don't preopen pinned tabs for private browser window r=Gijs
...
If we're opening a private browsing window on startup, we won't run the
session restore code, and thus we won't end up cleaning up the preopened
tabs. This raises the question: are there other scenarios where we won't
run restoreWindow at all? Eyeballing the code I think not, but I'm not
sure.
Depends on D22195
Differential Revision: https://phabricator.services.mozilla.com/D22216
--HG--
extra : moz-landing-system : lando
2019-03-06 11:51:55 +00:00
Andrea Marchesini
5559d59466
Bug 1509638 - Split browser_cookiePermission.js test, r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D22078
--HG--
rename : browser/base/content/test/sanitize/browser_cookiePermission.js => browser/base/content/test/sanitize/browser_cookiePermission_aboutURL.js
rename : browser/base/content/test/sanitize/browser_cookiePermission.js => browser/base/content/test/sanitize/browser_cookiePermission_containers.js
rename : browser/base/content/test/sanitize/browser_cookiePermission.js => browser/base/content/test/sanitize/browser_cookiePermission_subDomains.js
extra : moz-landing-system : lando
2019-03-06 10:24:10 +00:00
Alexander Surkov
e5f57aa59a
Bug 1525101 - Convert autocomplete-rich-result-popup into a Custom Element, r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D20506
--HG--
extra : moz-landing-system : lando
2019-03-05 17:45:57 +00:00
Brindusan Cristian
252f6553c6
Backed out changeset 6890499eb5d1 (bug 1484071) for ESlint failure at tabbrowser.js. CLOSED TREE
2019-03-06 01:42:21 +02:00
Nikki S
30f6fc4eeb
Bug 1484071 - Crop large data URLs before displaying them in the status bar r=Felipe
...
This commit provides a simple fix to reduce the time spent
rendering larger data URLs (such as large screenshots) in
the status panel when the Highlights tab is hovered over.
By limiting the number of characters displayed, this
decreases the time spent in the _showDelayed function.
Differential Revision: https://phabricator.services.mozilla.com/D21593
--HG--
extra : moz-landing-system : lando
2019-03-05 22:11:37 +00:00
Felipe Gomes
bbac5f5455
Bug 827976 - Test that the hidden window is not loaded before first paint. r=florian
...
Differential Revision: https://phabricator.services.mozilla.com/D21087
--HG--
extra : moz-landing-system : lando
2019-03-04 18:53:38 +00:00
Felipe Gomes
fdd7a4fc7d
Bug 827976 - browser-places.js doesn't need to get a reference to the hidden window. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D21080
--HG--
extra : moz-landing-system : lando
2019-03-04 18:53:03 +00:00
Felipe Gomes
b2e6c063a6
Bug 827976 - Don't trigger the creation of the hidden window on non-Mac platforms from newInstall.js. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D21077
--HG--
extra : moz-landing-system : lando
2019-03-04 18:52:51 +00:00
Felipe Gomes
cb474bf4db
Bug 827976 - Create the hidden window after first paint, but before session restore. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D21072
--HG--
extra : moz-landing-system : lando
2019-03-04 18:52:43 +00:00
ECarr
1371a0545c
Bug 1531959 - Change all RemoteLogins message names to PasswordManager in pwmgr code. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D22176
--HG--
extra : moz-landing-system : lando
2019-03-05 21:08:49 +00:00
Gijs Kruitbosch
11cb3ce73a
Bug 1530557 - tabprompt dialog box size restrictions are completely broken, r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D22020
--HG--
extra : moz-landing-system : lando
2019-03-05 10:42:32 +00:00
Soeren Hentzschel
6da0e18dfe
Bug 1522856 - Add an "import" option to the file menu to make browser migration discoverable. r=MattN,felipe
...
Differential Revision: https://phabricator.services.mozilla.com/D19274
--HG--
extra : rebase_source : 7289825a0a5fa83082d6bd2908d3debb06793bb6
extra : amend_source : 1d8799059a50555a516e3949efecdac7810b05da
extra : histedit_source : 47fa2b61fc1d41cf249957762fbb0717c9ead1e1%2C63e64f6cfc61f67cc4914a8b77a6e7983bbc503c
2019-03-04 15:29:03 -08:00
Ciure Andrei
e97d6d2ed4
Merge inbound to mozilla-central. a=merge
2019-03-04 23:50:12 +02:00
Ehsan Akhgari
3a951ef767
Bug 1525856 - Enable the disabled portions of browser_trackingUI_fingerprinters.js and browser_trackingUI_cryptominers.js now that we correctly deal with channels in the face of the content blocking allow list; r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21425
2019-03-04 08:59:25 -05:00
Alastor Wu
e65344a0d3
Bug 1526355 - part2 : modify test to ensure we would get blocked event again when navigating from the bfcache. r=daleharvey
...
Differential Revision: https://phabricator.services.mozilla.com/D21583
--HG--
extra : moz-landing-system : lando
2019-03-04 10:58:45 +00:00
jjo
bf5cedc558
Bug 1530179: Replace promiseWaitForCondition with TestUtils.waitForCondition in browser_double_close_tab.js r=johannh
...
Changed promiseWaitForCondition in line 69 to TestUtils.waitForCondition
Differential Revision: https://phabricator.services.mozilla.com/D21875
--HG--
extra : moz-landing-system : lando
2019-03-04 12:43:09 +00:00
Doug Thayer
9790c57933
Bug 1442694 - Preopen pinned tabs before session restore r=Gijs
...
When we open firefox with pinned tabs, we first paint a window with
one tab open, and then that tab gets displaced after the pinned tabs
come in. This aims to ensure that our first paint contains the
pinned tab, so that we don't have tabs moving around after first
paint.
MozReview-Commit-ID: GC1y6NlgLTd
Differential Revision: https://phabricator.services.mozilla.com/D18742
--HG--
extra : moz-landing-system : lando
2019-03-01 18:28:53 +00:00
Gijs Kruitbosch
4d5129f897
Bug 1529901 - saving resources behind http auth should work, r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D21842
--HG--
extra : moz-landing-system : lando
2019-03-04 15:26:46 +00:00
James Teh
9dd9138423
Bug 1531246: Support keyboard activation (space/enter) of the Downloads toolbar button when focused. r=Gijs
...
Depends on D21614
Differential Revision: https://phabricator.services.mozilla.com/D21615
--HG--
extra : moz-landing-system : lando
2019-03-01 12:00:45 +00:00
James Teh
acfbabd5d2
Bug 1515543: Support keyboard activation (space/enter) of toolbar overflow buttons when focused. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D21614
--HG--
extra : moz-landing-system : lando
2019-03-04 06:48:43 +00:00
Shane Caraveo
5f1ea2b9fb
Bug 1532110 handle homepage/newtab when extension settings is not initialized r=rpl
...
If no extension controls the settings, ExtensionSettings may not be initialized on startup. Fall back to the defaults in that case.
Differential Revision: https://phabricator.services.mozilla.com/D21866
--HG--
extra : moz-landing-system : lando
2019-03-03 20:20:53 +00:00
Cosmin Sabou
d503a7df4f
Merge autoland to mozilla-central. a=merge
2019-03-02 23:46:22 +02:00
Thomas Wisniewski
10be4fc289
Bug 1530824 - mark the about:compat process script as intermittently loaded in the browser_startup_content mochitest; r=kmag
...
Mark the about:compat process script as intermittently loaded in browser/base/content/test/performance/browser_startup_content.js
Differential Revision: https://phabricator.services.mozilla.com/D21316
--HG--
extra : moz-landing-system : lando
2019-03-02 18:42:04 +00:00
Cosmin Sabou
a706bb3916
Backed out 16 changesets (bug 827976) for causing bug 1532054. a=backout
...
Backed out changeset 54c0b12443ed (bug 827976)
Backed out changeset 92b45080d080 (bug 827976)
Backed out changeset 443087a359f9 (bug 827976)
Backed out changeset f976c2d4cebb (bug 827976)
Backed out changeset 66cffb171024 (bug 827976)
Backed out changeset 845e1d0b2402 (bug 827976)
Backed out changeset fd94066a1d76 (bug 827976)
Backed out changeset e253b264e7bd (bug 827976)
Backed out changeset 07ef335770a8 (bug 827976)
Backed out changeset 9d3805d77b99 (bug 827976)
Backed out changeset eed600ceb606 (bug 827976)
Backed out changeset 3b64368cff52 (bug 827976)
Backed out changeset 69d0378e0c09 (bug 827976)
Backed out changeset 9203871a5c6f (bug 827976)
Backed out changeset 96a507c818e2 (bug 827976)
Backed out changeset e254496ff95b (bug 827976)
2019-03-02 20:40:01 +02:00
Razvan Maries
c51046f730
Merge mozilla-inbound to mozilla-central a=merge
2019-03-02 11:41:18 +02:00
Dorel Luca
e20a483d9c
Backed out changeset 0507c090702b (bug 1525856) for devtool failures in devtools/client/webconsole/test/mochitest/browser_webconsole_trackingprotection_errors.js
2019-03-02 02:25:07 +02:00
Felipe Gomes
190932ad70
Bug 827976 - Test that the hidden window is not loaded before first paint. r=florian
...
Differential Revision: https://phabricator.services.mozilla.com/D21087
--HG--
extra : moz-landing-system : lando
2019-03-01 21:07:28 +00:00
Felipe Gomes
c403f8b002
Bug 827976 - browser-places.js doesn't need to get a reference to the hidden window. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D21080
--HG--
extra : moz-landing-system : lando
2019-03-01 21:07:00 +00:00
Felipe Gomes
3dafad00a7
Bug 827976 - Don't trigger the creation of the hidden window on non-Mac platforms from newInstall.js. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D21077
--HG--
extra : moz-landing-system : lando
2019-03-01 21:06:50 +00:00
Felipe Gomes
6686586c56
Bug 827976 - Create the hidden window after first paint, but before session restore. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D21072
--HG--
extra : moz-landing-system : lando
2019-03-01 21:05:04 +00:00
Michael Cooper
836121f55d
Bug 1527782 - Cleanup temporary parts of Feature Gates r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D20747
--HG--
extra : moz-landing-system : lando
2019-03-01 18:27:36 +00:00
Riz
baacbb6a72
Bug 1530283 replaced promiseWaitForEvent usage in the waitForNewTabEvent test function with the BrowserTestUtils.waitForEvent utility function r=johannh
...
Replaced promiseWaitForEvent usage in the waitForNewTabEvent test function with the BrowserTestUtils.waitForEvent utility function r=reviewers
Differential Revision: https://phabricator.services.mozilla.com/D21395
--HG--
extra : moz-landing-system : lando
2019-03-01 15:11:06 +00:00
championshuttler
7ada3b2020
Bug 1530276 - Replace promiseWaitForEvent in browser_bug477014.js with BrowserTestUtils.waitForEvent. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21517
--HG--
extra : moz-landing-system : lando
2019-03-01 14:24:22 +00:00
Brian Grinstead
1ac52b51b4
Bug 1530288 - Center align the reload button in customize mode r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D21323
--HG--
extra : moz-landing-system : lando
2019-03-01 12:00:10 +00:00
Johann Hofmann
b4d5efa6f7
Bug 1525267 - Move auth prompt rate limiting to nsIAuthPrompt2.promptAuth. r=MattN
...
This also changes the name of 'canceledAuthenticationPromptCounter' to account for the
fact that we no longer count up when the prompt was cancelled, but when it was shown.
Differential Revision: https://phabricator.services.mozilla.com/D21680
--HG--
extra : moz-landing-system : lando
2019-03-01 15:24:19 +00:00
Marco Bonardo
69d74cca55
Bug 1523332 - Allow to instant switch on and off the Quantum Bar. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D20534
--HG--
extra : moz-landing-system : lando
2019-03-01 14:52:17 +00:00
Gurzau Raul
cdf9392948
Merge inbound to mozilla-central. a=merge
2019-03-01 15:01:31 +02:00
Oriol Brufau
c153629d72
Bug 1521923 - Preserve lazyness of the first inactive tab moved into a new window. r=jaws CLOSED TREE
...
Differential Revision: https://phabricator.services.mozilla.com/D20100
--HG--
extra : source : 51ffa59f14882531251a889b57ed73530c8997ac
extra : histedit_source : 6cf345b42f48b404c9ec2cdef9a7279012e1a0f1
2019-02-28 23:21:40 +00:00
Narcis Beleuzu
1bcc890eb4
Backed out changeset 51ffa59f1488 (bug 1521923) for WR failures on outline-013.html . CLOSED TREE
2019-03-01 06:25:27 +02:00
Gurzau Raul
6b94d177d1
Merge mozilla-central to inbound. a=merge CLOSED TREE
2019-03-01 09:28:28 +02:00
Dale Harvey
2fc441d686
Bug 1522058 - Fix race in clearing global permissions. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21381
--HG--
extra : moz-landing-system : lando
2019-02-28 22:03:48 +00:00
Drew Willcoxon
0f9b9dfe9d
Bug 1528744 - Port browser_urlbar_search.js and browser_urlbar_keyed_search.js to QuantumBar. r=Standard8,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D21242
--HG--
rename : browser/base/content/test/performance/browser_urlbar_keyed_search.js => browser/base/content/test/performance/browser_urlbar_keyed_search_legacy.js
rename : browser/base/content/test/performance/browser_urlbar_search.js => browser/base/content/test/performance/browser_urlbar_search_legacy.js
extra : moz-landing-system : lando
2019-02-28 21:19:42 +00:00
Dale Harvey
21b36d58c7
Bug 1522053 - Copy global permissions into new browsers r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21279
--HG--
extra : moz-landing-system : lando
2019-02-28 20:17:18 +00:00
Shane Caraveo
8073d84e30
Bug 1529582 prevent addon-set external home pages in private browsing without permission r=rpl,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D21228
--HG--
extra : moz-landing-system : lando
2019-02-28 18:12:46 +00:00
Oana Pop Rus
12c70e6b88
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-03-01 00:00:53 +02:00
Oana Pop Rus
5c86c9efec
Merge inbound to mozilla-central. a=merge
2019-02-28 23:47:12 +02:00
monikamaheshwari
d077c68cd6
Bug 1530277 BrowserTestUtils.waitForEvent added in browser_findbarClose.js r=johannh
...
Have replace promiseWaitForEvent in browser_findbarClose.js with BrowserTestUtils.waitForEvent
Differential Revision: https://phabricator.services.mozilla.com/D21366
--HG--
extra : moz-landing-system : lando
2019-02-28 10:21:27 +00:00
jawad
9f4c7e75a5
Bug 1530765 - Replace waitForEvent in the browser_pageinfo_firstPartyIsolation.js by the BrowserTestUtils.waitForEvent utility function. r=johannh CLOSED TREE
...
--HG--
extra : amend_source : c27dd680e777ecc7527c1d022148298110c682e0
2019-02-27 19:40:17 +05:00
Cosmin Sabou
4ae5f536f9
Backed out changeset 71dd92230a54 (bug 1528744) for permafails on browser_urlbar_keyed_search.js
2019-02-28 09:57:20 +02:00
Mark Banner
255718ee30
Bug 1531039 - Fix a couple more tests in browser/base/content to work with QuantumBar. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D21377
--HG--
extra : moz-landing-system : lando
2019-02-28 00:02:39 +00:00
Narcis Beleuzu
40f20bdeb3
Backed out changeset a27b5825884b (bug 1525856) as per eakhgari request. CLOSED TREE
2019-02-28 22:23:54 +02:00
Ehsan Akhgari
095f74dc8e
Bug 1525856 - Enable the disabled portions of browser_trackingUI_fingerprinters.js and browser_trackingUI_cryptominers.js now that we correctly deal with channels in the face of the content blocking allow list; r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21425
--HG--
extra : moz-landing-system : lando
2019-02-28 18:13:47 +00:00
Dave Townsend
6f68f52787
Bug 1526248: Hide the sync sign-in form after submission. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D21562
--HG--
extra : moz-landing-system : lando
2019-02-28 18:09:50 +00:00
Oriol Brufau
4d7075222b
Bug 1530893 - Fix browser_new_web_tab_in_file_process_pref.js timeout. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D21307
--HG--
extra : moz-landing-system : lando
2019-03-01 00:17:53 +00:00
Oriol Brufau
ceaa13b7b4
Bug 1521923 - Preserve lazyness of the first inactive tab moved into a new window. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D20100
--HG--
extra : moz-landing-system : lando
2019-02-28 23:21:40 +00:00
Marco Bonardo
5c4e44ce0a
Bug 1528751 - Add a custom eslint rule to check "consistent" if bracing. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D20753
--HG--
extra : moz-landing-system : lando
2019-02-28 08:39:33 +00:00
Pavithra
d531649527
Bug 1531008: Replace makeURI with Services.io.newURI r=johannh
...
Replaced makeURI with Services.io.newURI
Differential Revision: https://phabricator.services.mozilla.com/D21404
--HG--
extra : moz-landing-system : lando
2019-02-28 11:32:18 +00:00
phoenixabhishek
0032b81cc2
Bug 1501543 - Misleading message when DisableAppUpdate is true but the system administrator updates Firefox in place r=spohl,flod
...
Changed text
From: We have just installed an update in the background.
To: Firefox has just been updated in the background.
Differential Revision: https://phabricator.services.mozilla.com/D21019
--HG--
extra : moz-landing-system : lando
2019-02-25 18:15:40 +00:00
Jared Wein
fa6f4e4e2b
Bug 1530367 - Toggle audio playback when clicking on blocked media in pinned tabs. r=dao
...
This attribute was overlooked previously when moving away from _overPlayingIcon.
Differential Revision: https://phabricator.services.mozilla.com/D21436
--HG--
extra : moz-landing-system : lando
2019-02-28 04:27:42 +00:00
Boris Zbarsky
9c5da5f234
Bug 1489308 part 9. Remove now-unused wyciwyg bits. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D17327
--HG--
rename : dom/html/test/browser_refresh_wyciwyg_url.js => dom/html/test/browser_refresh_after_document_write.js
rename : dom/html/test/file_refresh_wyciwyg_url.html => dom/html/test/file_refresh_after_document_write.html
extra : moz-landing-system : lando
2019-02-28 01:09:48 +00:00
Boris Zbarsky
2e5c884144
Bug 1489308 part 5. Align the work we do on document.open with the spec. r=mccr8,smaug
...
The main behavior changes are:
1) We no longer create a new Window when doing document.open(). We use the
same Window but remove all the event listeners on it and on the existing DOM
tree before removing the document's existing kids.
2) We no longer create a new session history entry. The existing one always
gets replaced instead.
3) We now support document.open on documents that are not in a Window.
The reasons for the various test changes are as follows:
The change to browser_modifiedclick_inherit_principal.js is because we no
longer set the docshell to a wyciwyg URL when document.open() happens and the
test was depending on that to terminate.
browser_wyciwyg_urlbarCopying.js is being removed because it's trying to test
wyciwyg URIs, which no longer exist.
The changes in docshell/test/navigation are because document.open() no longer
affects session history. One of the tests was testing the interactions there
and is being removed; another is being repurposed to just test that
document.open() does not affect history.length.
The change to test_x-frame-options.html is because document.open() now removes
event listeners on the window, which it didn't use to do (and in the specific
case in this test reused the existing inner too, so the listener was still
around in practice). The new behavior matches other browsers.
The removal of test_bug172261.html is because document.open() no longer affects
session history, so you can't go back across it or forward to the "opened"
state, so the situation that test is trying to test no longer exists.
The changes to test_bug255820.html are because reloading a document after
document.open() will now just load the URL of the document that was the entry
document for the open() call, not reload the written content. So there's not
much point testing reload behavior, and in this test it was just reloading the
toplevel test file inside the frames.
The change to test_bug346659.html is because now we no longer create a new
Window on document.open().
The change to test_bug1232829.html is because document.open() (implicit in this
test) no longer adds history entries, so the back() was just leaving the test
page instead of going back across the document.open(). The test is a
crashtest in practice, so might still be testing something useful about how
document.open() interacts with animations.
The change to test_bug715739.html is because the URL of the document after
document.open() is now the URL of the entry document, not a wyciwyg URL, so
reload() has different behavior than it used to.
The change to test_bug329869.html is because now when we go back we're
reloading the original document we had, not doing a wyciwyg load, and the
security info now doesn't include the untrusted script.
The changes to the wpt expectations are removing a bunch of expected failures
now that we pass those tests and disabling some tests that are fundamentally
racy and hence fail randomly. The latter all have github issues filed for the
test problem.
The change to testing/web-platform/tests/common/object-association.js is fixing
tests that were not matching the spec (and were failing in other browsers).
The change to parser-uses-registry-of-owner-document.html is fixing tests that
were not matching the spec (and were failing in other browsers).
The change to document-write.tentative.html is because the test was buggy: it
was using the same iframe element for all its tests and racing loads from some
tests against API calls from other tests, etc. It's a wonder it ever managed
to pass, independent of these patches (and in fact it doesn't pass according to
wpt.fyi data, even in Firefox).
The changes in html/browsers/history/the-history-interface are because
document.open() no longer adds history entries. The test was failing in all
other browsers for the same reason.
The changes in html/browsers/history/the-location-interface are because
reloading a document.open()-created thing now loads the URL of the page that
was the entry document for the open() call. The test was failing in all other
browsers.
The change to reload_document_open_write.html is because we now reload the url
of the document that entered the script that called open() when we reload, not
the written content. Other browsers were failing this test too; Gecko with
the old document.open implementation was the only one that passed.
The change to http-refresh.py is to fix a test bug: it was not returning a
Content-Type header, so we were putting up helper app dialogs, etc.
The change to test_ext_contentscript.js is because we no create a new global
for document.open() calls. Kris Maglione OKed this part.
Differential Revision: https://phabricator.services.mozilla.com/D17323
--HG--
extra : moz-landing-system : lando
2019-02-27 23:24:48 +00:00
Drew Willcoxon
b860840c2f
Bug 1528744 - Port browser_urlbar_search.js and browser_urlbar_keyed_search.js to QuantumBar. r=Standard8,mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D21242
--HG--
rename : browser/base/content/test/performance/browser_urlbar_keyed_search.js => browser/base/content/test/performance/browser_urlbar_keyed_search_legacy.js
rename : browser/base/content/test/performance/browser_urlbar_search.js => browser/base/content/test/performance/browser_urlbar_search_legacy.js
extra : moz-landing-system : lando
2019-02-28 00:32:08 +00:00
Jonathan Kingston
f6680698bd
Bug 1525319 - Removing context from OnDataAvailable r=valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D20881
--HG--
extra : moz-landing-system : lando
2019-02-27 23:42:27 +00:00
Jonathan Kingston
dd4c731d8c
Bug 1525319 - Changing js to remove context from onStartRequest and onStopRequest r=valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D20771
--HG--
extra : moz-landing-system : lando
2019-02-27 23:41:54 +00:00
Gabriele Svelto
0443979a06
Bug 675539 - Make tab discard functionality work on tab objects directly r=mconley
...
This removes the need to go through the browser-to-tab mapping when discarding
a tab and simplifies the relevant code. Besides being renamed discardBrowser()
was also split so that one can check if a tab can be discarded prior to trying
it.
Differential Revision: https://phabricator.services.mozilla.com/D20475
--HG--
extra : moz-landing-system : lando
2019-02-26 05:35:09 +00:00
Nihanth Subramanya
64539979a9
Bug 1529001 - fxmonitor: properly package l10n in the build system. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D20366
--HG--
rename : browser/extensions/fxmonitor/locale/en-US/strings.properties => browser/extensions/fxmonitor/locales/en-US/fxmonitor.properties
extra : moz-landing-system : lando
2019-02-27 14:19:57 +00:00
Coroiu Cristina
5a9b738453
Backed out 2 changesets (bug 1524992) for multiple failures and timeout on a CLOSED TREE
...
Backed out changeset fb1d7e57e253 (bug 1524992)
Backed out changeset bd215cd3c8d7 (bug 1524992)
2019-02-27 19:02:03 +02:00
Mark Banner
c86d07da05
Bug 1530983 - Move browser_bookmark_popup/titles.js to browser/components/places and fix them for running with QuantumBar. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D21347
--HG--
rename : browser/base/content/test/general/browser_bookmark_popup.js => browser/components/places/tests/browser/browser_bookmark_popup.js
rename : browser/base/content/test/general/browser_bookmark_titles.js => browser/components/places/tests/browser/browser_bookmark_titles.js
extra : moz-landing-system : lando
2019-02-27 16:08:59 +00:00
James Willcox
867ec83b7d
Bug 1524992 - Treat command line URIs as external r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D20890
--HG--
extra : moz-landing-system : lando
2019-02-27 15:57:44 +00:00
Daniel Varga
f150d529f8
Backed out 2 changesets (bug 1524992) for linting opt failure on a CLOSED TREE
...
Backed out changeset 998c1f756e51 (bug 1524992)
Backed out changeset e5da75d979ef (bug 1524992)
--HG--
extra : amend_source : 4ae2d7cb138f24453c4d19098f5e1a1f400f9fea
2019-02-27 17:19:45 +02:00
James Willcox
aa8999a525
Bug 1524992 - Treat command line URIs as external r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D20890
--HG--
extra : moz-landing-system : lando
2019-02-26 19:23:43 +00:00
akshitha
7c28162987
Bug 1530279 - Replace promiseWaitForEvent in browser_tab_dragdrop2.js with BrowserTestUtils.waitForEvent. r=johannh
...
Replace promiseWaitForEvent in browser_tab_dragdrop2.js with BrowserTestUtils.waitForEvent
Differential Revision: https://phabricator.services.mozilla.com/D21231
--HG--
extra : moz-landing-system : lando
2019-02-27 10:05:26 +00:00
Dorel Luca
cde6aa9ebe
Backed out 2 changesets (bug 1335740) for devtools failures. CLOSED TREE
...
Backed out changeset 1bddabb7bafb (bug 1335740)
Backed out changeset e31483efc331 (bug 1335740)
--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html
extra : rebase_source : e6fc9bc5fc3eac450e65d6ff38b672b01a4cbe5d
2019-02-27 12:00:27 +02:00
Mark Banner
11c44b6ae3
Bug 1522521 - Port browser_bug655584 to QuantumBar. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D21245
--HG--
rename : browser/base/content/test/general/browser_bug655584.js => browser/components/urlbar/tests/browser/browser_switchTab_closesUrlbarPopup.js
extra : moz-landing-system : lando
2019-02-27 08:06:12 +00:00
Mark Banner
df02cd3c5f
Bug 1522521 - Move and correct indentation in browser_bug555767.js. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D21243
--HG--
rename : browser/base/content/test/general/browser_bug555767.js => browser/components/urlbar/tests/browser/browser_switchToTab_closes_newtab.js
extra : moz-landing-system : lando
2019-02-27 08:05:38 +00:00
Jan-Ivar Bruaroey
5739f01e2d
Bug 1335740 - Update wpt & mochitests to work w/[SecureContext] navigator.mediaDevices. r=pehrsons
...
Differential Revision: https://phabricator.services.mozilla.com/D20425
--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html
extra : moz-landing-system : lando
2019-02-27 03:51:14 +00:00
Dão Gottwald
fb03a6d522
Backed out changeset 59c8fffe9e41 (bug 1442694)
2019-03-07 11:41:29 +01:00
Trishul
9b5f1c720c
Bug 1527660 - Adding learn more link to permissions popup r=mstriemer,johannh
...
Adding learn more link to permissions popup
Differential Revision: https://phabricator.services.mozilla.com/D19711
--HG--
extra : moz-landing-system : lando
2019-02-21 10:36:33 +00:00
shindli
c442603050
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-02-26 18:58:45 +02:00
shindli
3e61151522
Merge autoland to mozilla-central. a=merge
2019-02-26 18:41:24 +02:00
shindli
08b7f8eebb
Backed out 2 changesets (bug 1442694) for breaking session restores on update a=backout
...
Backed out changeset f100f8631f78 (bug 1442694)
Backed out changeset 7a20c79a0e12 (bug 1442694)
2019-02-26 18:32:20 +02:00
Luca Greco
9f966959b1
Bug 1420655 - Fix intermittent timeout failure on browser_contextmenu_openlink_after_tabnavigated.js; r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D21216
--HG--
extra : moz-landing-system : lando
2019-02-26 15:42:55 +00:00
Thomas Wisniewski
19cbb97ab8
Bug 1488845 - Add an about:compat page to the Webcompat GoFaster addon. r=denschub,kmag,Pike
...
Add an about:compat page to the Webcompat GoFaster addon.
Differential Revision: https://phabricator.services.mozilla.com/D18303
--HG--
extra : moz-landing-system : lando
2019-02-25 23:10:41 +00:00
neha
f88ff18658
Bug 1530182 - Replaced promiseWaitForCondition with TestUtils.waitForCondition in browser_minimize.js. r=johannh
...
Replaced promiseWaitForCondition with TestUtils.waitForCondition. Replaced all occurences of promiseWaitForCondition with TstUtils.waitForCondition, in mozilla-central/browser/base/content/test/general/browser_minimize.js
Differential Revision: https://phabricator.services.mozilla.com/D21036
--HG--
extra : moz-landing-system : lando
2019-02-25 19:06:40 +00:00
Doug Thayer
978e0344ff
Bug 1442694 - Preopen pinned tabs before session restore r=Gijs
...
When we open firefox with pinned tabs, we first paint a window with
one tab open, and then that tab gets displaced after the pinned tabs
come in. This aims to ensure that our first paint contains the
pinned tab, so that we don't have tabs moving around after first
paint.
MozReview-Commit-ID: GC1y6NlgLTd
Differential Revision: https://phabricator.services.mozilla.com/D18742
--HG--
extra : moz-landing-system : lando
2019-02-25 19:19:07 +00:00
prathiksha
6d94010e04
Bug 1189618 - Add a 'View Saved Logins' footer to the password manager autocomplete popup. r=MattN
...
Add a 'View Saved Logins' footer to the password manager autocomplete popup.
Differential Revision: https://phabricator.services.mozilla.com/D19602
--HG--
extra : moz-landing-system : lando
2019-02-25 18:30:32 +00:00
Carolina Jimenez Gomez
c374c10150
Bug 1530183 - Change promiseWaitForCondition for TestUtils.waitForCondition r=johannh
...
however, in the file head.js other functions use BrowserTestUtils instead of TestUtils, so I wasn't sure which of those is the
correct one, so I used the one suggested in the issue.
Differential Revision: https://phabricator.services.mozilla.com/D21011
--HG--
extra : moz-landing-system : lando
2019-02-25 14:46:22 +00:00
danielleleb
4417ad8330
Bug 1530181 - Replaces promiseWaitForCondition with TestUtils.waitForCondition. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D21034
--HG--
extra : moz-landing-system : lando
2019-02-25 19:01:53 +00:00
James Teh
57bb4f7bf4
Bug 1519226: browser_toolbarButtonKeyPress.js: Wait for the bookmarked status to finish updating before pressing the Bookmark this page button. r=Gijs
...
The status regarding whether a page is bookmarked or not is updated async.
While the update is pending, the Bookmark this page button ignores activation.
Thus, the test must wait for the update to be finished before trying to press the button.
This fixes intermittent timeouts in this test.
Differential Revision: https://phabricator.services.mozilla.com/D20978
--HG--
extra : moz-landing-system : lando
2019-02-25 09:56:04 +00:00
Dorel Luca
f80c9cfdae
Merge mozilla-inbound to mozilla-central. a=merge
2019-02-25 03:43:20 +02:00
ui.manish
33fd585ed0
Bug 1479335 - Remove permissions close button r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D16264
--HG--
extra : moz-landing-system : lando
2019-02-24 20:33:33 +00:00
Razvan Maries
7a5c7bab52
Backed out changeset 8c7ac177290e (bug 1479335) for ES Lint fialure. CLOSED TREE
2019-02-24 12:17:38 +02:00
ui.manish
4d1af398d9
Bug 1479335 - Remove permissions close button r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D16264
--HG--
extra : moz-landing-system : lando
2019-02-24 09:58:15 +00:00
Narcis Beleuzu
42bafc21a1
Backed out changeset b94501076533 (bug 1479335) for firefox-ui-functional failures on test_notifications.py
2019-02-24 04:13:17 +02:00
ui.manish
5c91d29d6a
Bug 1479335 - Remove permissions close button r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D16264
--HG--
extra : moz-landing-system : lando
2019-02-24 00:17:40 +00:00
Matthew Noorenberghe
892a65479b
Bug 1474143 - Don't load FormAutofillContent.jsm until it's needed. r=Felipe
...
Switch to using DOMFormBeforeSubmit event instead of earlyformsubmit observer notifications.
Differential Revision: https://phabricator.services.mozilla.com/D16656
--HG--
extra : moz-landing-system : lando
2019-02-23 00:26:03 +00:00
Matthew Noorenberghe
f325e844bc
Bug 1474143 - Switch earlyformsubmit satchel observer to DOMFormBeforeSubmit listener. r=Felipe
...
Extend ActorChild for satchel's formSubmitListener in order to listen to the event.
Differential Revision: https://phabricator.services.mozilla.com/D16655
--HG--
rename : toolkit/components/satchel/formSubmitListener.js => toolkit/components/satchel/FormSubmitChild.jsm
extra : moz-landing-system : lando
2019-02-23 00:24:52 +00:00
Matthew Noorenberghe
004fdc8088
Bug 1474143 - Switch earlyformsubmit pwmgr observers to DOMFormBeforeSubmit listeners. r=Felipe
...
Differential Revision: https://phabricator.services.mozilla.com/D16652
--HG--
extra : moz-landing-system : lando
2019-02-23 00:24:12 +00:00
Johann Hofmann
408fc31a44
Bug 1527151 - Reset securityUI.contentBlockingEvent on top level location changes. r=Ehsan
...
We had previously missed to call browser.updateSecurityUIForContentBlockingEvent on
onLocationChange updates, to reset the contentBlockingEvent state. This would mean that
on tab switch the contentBlockingEvent state for benign pages would still be what it was
set to on the last tracker page.
Differential Revision: https://phabricator.services.mozilla.com/D20328
--HG--
extra : moz-landing-system : lando
2019-02-22 19:44:03 +00:00
Ciure Andrei
1dac9ae589
Backed out changeset ac316114822b (bug 1527782) for perma failing browser_all_files_referenced.js CLOSED TREE
2019-02-22 21:42:48 +02:00
Ciure Andrei
f7412ac1f2
Backed out 10 changesets (bug 1474143) for perma failing browser_markup_events_01.js CLOSED TREE
...
Backed out changeset 1b5d04866585 (bug 1474143)
Backed out changeset 78bfb4dd1f6a (bug 1474143)
Backed out changeset 85ec4f1f5f60 (bug 1474143)
Backed out changeset 5c112b77e489 (bug 1474143)
Backed out changeset 5d35599598bb (bug 1474143)
Backed out changeset 9fd0d7a7946f (bug 1474143)
Backed out changeset 1a83be7a75ca (bug 1474143)
Backed out changeset 2fc9b13171d0 (bug 1474143)
Backed out changeset 3983d7b6d9ad (bug 1474143)
Backed out changeset 9fe55dd58cd8 (bug 1474143)
--HG--
rename : browser/actors/FormValidationChild.jsm => browser/actors/FormSubmitChild.jsm
rename : toolkit/components/satchel/FormSubmitChild.jsm => toolkit/components/satchel/formSubmitListener.js
2019-02-22 21:16:49 +02:00
Matthew Noorenberghe
7100b7f1d9
Bug 1474143 - Don't load FormAutofillContent.jsm until it's needed. r=Felipe
...
Switch to using DOMFormBeforeSubmit event instead of earlyformsubmit observer notifications.
Differential Revision: https://phabricator.services.mozilla.com/D16656
--HG--
extra : moz-landing-system : lando
2019-02-22 15:13:40 +00:00
Matthew Noorenberghe
8fcd71b197
Bug 1474143 - Switch earlyformsubmit satchel observer to DOMFormBeforeSubmit listener. r=Felipe
...
Extend ActorChild for satchel's formSubmitListener in order to listen to the event.
Differential Revision: https://phabricator.services.mozilla.com/D16655
--HG--
rename : toolkit/components/satchel/formSubmitListener.js => toolkit/components/satchel/FormSubmitChild.jsm
extra : moz-landing-system : lando
2019-02-22 15:13:25 +00:00
Matthew Noorenberghe
24787216b4
Bug 1474143 - Switch earlyformsubmit pwmgr observers to DOMFormBeforeSubmit listeners. r=Felipe
...
Differential Revision: https://phabricator.services.mozilla.com/D16652
--HG--
extra : moz-landing-system : lando
2019-02-22 15:12:48 +00:00
Michael Cooper
98835e172a
Bug 1527782 - Cleanup temporary parts of Feature Gates r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D20747
--HG--
extra : moz-landing-system : lando
2019-02-22 13:37:14 +00:00
Felipe Gomes
de03f8191a
Bug 1351078 - Remove unused Battery.jsm. r=Yoric
...
Differential Revision: https://phabricator.services.mozilla.com/D20756
--HG--
extra : moz-landing-system : lando
2019-02-22 16:51:26 +00:00
Dorel Luca
95e0086f6f
Backed out changeset 3607e50ad27a (bug 1351078) for build bustage. CLOSED TREE
2019-02-22 18:35:24 +02:00
Felipe Gomes
29b4521b7a
Bug 1351078 - Remove unused Battery.jsm. r=Yoric
...
Differential Revision: https://phabricator.services.mozilla.com/D20756
--HG--
extra : moz-landing-system : lando
2019-02-22 12:52:27 +00:00
Matthew Noorenberghe
6a9cc09d37
Bug 1304001 - Stop passing the top window to LoginManagerContent. r=sfoster
...
It wasn't clear in callee code that the window was the top-window and it wasn't necessary in many cases. Relying on the top-window would also cause problems with Fission if the windows are in separate processes.
Differential Revision: https://phabricator.services.mozilla.com/D20395
--HG--
extra : moz-landing-system : lando
2019-02-22 15:41:35 +00:00
Matthew Noorenberghe
0f34dbc0e2
Bug 1304001 - Update comments related to gEnabled/rememberSignons. r=sfoster
...
Fixes some stales comments and identation.
Differential Revision: https://phabricator.services.mozilla.com/D20392
--HG--
extra : moz-landing-system : lando
2019-02-22 15:40:43 +00:00
Felipe Gomes
e33554f4c4
Bug 1529380 - ContentSearch shouldn't do XHR for non-data URLs. r=r1cky
...
Differential Revision: https://phabricator.services.mozilla.com/D20613
--HG--
rename : browser/components/search/test/browser/testEngine.xml => browser/modules/test/browser/testEngine_chromeicon.xml
extra : moz-landing-system : lando
2019-02-22 06:42:00 +00:00
Christoph Kerschbaumer
8124d3a763
Bug 1518454: Part 2, frontend changes, add CSP to loadURIOptions dictionary and pass CSP explicitly from frontend to docshell. r=gijs
2019-02-22 09:19:26 +01:00
Christian Frey
fccf4fa2b5
Bug 1517493 - migrated pageInfo.dtd and pageInfo.properties to pageInfo.ftl r=jaws,flod,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D16931
--HG--
extra : moz-landing-system : lando
2019-02-22 15:26:15 +00:00
Ricky Rosario
4c98b7c5c0
Bug 1528952 - Add Pin tab action to the Page Actions Menu r=andreio,dao
...
MozReview-Commit-ID: 4MMiF2u61uV
Differential Revision: https://phabricator.services.mozilla.com/D20422
--HG--
extra : moz-landing-system : lando
2019-02-22 08:04:12 +00:00
Coroiu Cristina
84a1fb90d8
Bug 1497713 - disable browser_tabclose.js on win 64 for frequent failures r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D21897
--HG--
extra : moz-landing-system : lando
2019-03-04 11:23:46 +00:00
Bogdan Tara
de6fb7d842
Backed out 5 changesets (bug 1304001) for dom/html/test/test_bug430351.html failures CLOSED TREE
...
Backed out changeset 275c3744e059 (bug 1304001)
Backed out changeset c9628639b5e1 (bug 1304001)
Backed out changeset 7d8f97779a35 (bug 1304001)
Backed out changeset a5644de3c2f5 (bug 1304001)
Backed out changeset e23ef4dbbc7f (bug 1304001)
2019-02-22 05:05:56 +02:00
Matthew Noorenberghe
fc3ea21215
Bug 1304001 - Stop passing the top window to LoginManagerContent. r=sfoster
...
It wasn't clear in callee code that the window was the top-window and it wasn't necessary in many cases. Relying on the top-window would also cause problems with Fission if the windows are in separate processes.
Differential Revision: https://phabricator.services.mozilla.com/D20395
--HG--
extra : moz-landing-system : lando
2019-02-21 20:19:16 +00:00
Matthew Noorenberghe
f1ec30658a
Bug 1304001 - Update comments related to gEnabled/rememberSignons. r=sfoster
...
Fixes some stales comments and identation.
Differential Revision: https://phabricator.services.mozilla.com/D20392
--HG--
extra : moz-landing-system : lando
2019-02-21 20:18:19 +00:00
Felipe Gomes
2e794ffb4d
Bug 1525100 - Remove ColorAnalyzer.jsm and related files, which are dead code. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D18702
--HG--
extra : moz-landing-system : lando
2019-02-21 19:51:28 +00:00
Jonathan Kingston
cf5ea59a1e
Bug 1521878 - Have fallback consistency for (de)serialization of principals. r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D17271
--HG--
extra : moz-landing-system : lando
2019-02-21 18:12:35 +00:00
Gurzau Raul
dd9cb929e6
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-02-21 23:56:21 +02:00
Junior Hsu
b7e28eddd2
Bug 1507110 - Allow hijacking localhost only if network.proxy.allow_hijacking_localhost is set r=Gijs,mayhemer,mkaply,jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D19325
--HG--
extra : moz-landing-system : lando
2019-02-19 21:53:22 +00:00
Oana Pop Rus
d259530ce5
Backed out changeset d28d0498bd7b (bug 1517493) for bc failures at browser_firstPartyIsolation_saveAs.js
2019-02-21 14:28:56 +02:00
Christian Frey
df96294465
Bug 1517493 Migrating pageInfo to Fluent r=jaws,flod,Gijs
...
Translating most string from pageInfo.properties and making pageInfo.js and security.js use Fluent
Differential Revision: https://phabricator.services.mozilla.com/D16931
--HG--
extra : moz-landing-system : lando
2019-02-21 11:31:05 +00:00
Christoph Kerschbaumer
08be3dab62
Bug 1529252: Remove the 2 from the various version to create a channel within nsIIOService.idl. r=valentin
2019-02-21 12:48:20 +01:00
Tom Ritter
8340e568c3
Bug 1407366 - Part 1: Rename the LanguagePrompt.jsm to RFPHelper.jsm and changing the place of doing uninitialization. r=johannh
...
This patch changes the name of LanguagePrompt.jsm to RFPHelper.jsm.
The RFPHelper is going to not only be responsible for the language
--HG--
rename : toolkit/components/resistfingerprinting/LanguagePrompt.jsm => toolkit/components/resistfingerprinting/RFPHelper.jsm
extra : histedit_source : 37b437de2c52b37b07da11cabdbcb9f2749c0a65
2019-02-20 11:22:19 -06:00
Johann Hofmann
d9b61c5c4b
Bug 1527891 - Fix copy-paste error in browser-contentblocking.js, update category labels when pref changes for fp and cm. r=ewright
...
Differential Revision: https://phabricator.services.mozilla.com/D20186
--HG--
extra : moz-landing-system : lando
2019-02-20 15:36:58 +00:00
Jonas Allmann
9e8cf63b9b
Bug 1525636, Replace ondialogextra1 and ondialogextra2 attributes with event handlers, r=Gijs
...
Remove all occurences of the above mentioned attributes and replace them by event handlers.
Minor changes to consuming functions to preserve functionality.
Differential Revision: https://phabricator.services.mozilla.com/D20368
--HG--
extra : moz-landing-system : lando
2019-02-20 11:11:31 +00:00
Brian Grinstead
672f93b031
Bug 1528969 - Only remove whitespace-only text nodes in parseXULToFragment r=MattN
...
It was supposed to be doing this already, but we were instead removing _all_ text
nodes, which led the the "Learn More" link not showing up in popupnotifications
Differential Revision: https://phabricator.services.mozilla.com/D20379
--HG--
extra : moz-landing-system : lando
2019-02-19 23:28:30 +00:00
Erica Wright
1910b868dd
Bug 1522919 - Add basic telemetry for startup and control panel events for cryptomining and fingerprinting. r=johannh on a CLOSED TREE
...
Include a boolean reporting whether these prefs are enabled on startup. inlcude extra information when user interacts with the control panel reporting if anything is being blocked.
Differential Revision: https://phabricator.services.mozilla.com/D19843
--HG--
extra : source : 8ae2da51010e64e1c0a970acb0d2182796635f82
extra : histedit_source : d18fdb19d6dc58e83b32b50e1a468f6558842627
2019-02-19 19:22:38 +00:00
Coroiu Cristina
33a769d893
Backed out changeset 8ae2da51010e (bug 1522919) for mochitest failures on a CLOSED TREE
2019-02-19 22:24:02 +02:00
Erica Wright
9a54423518
Bug 1522919 - Add basic telemetry for startup and control panel events for cryptomining and fingerprinting. r=johannh
...
Include a boolean reporting whether these prefs are enabled on startup. inlcude extra information when user interacts with the control panel reporting if anything is being blocked.
Differential Revision: https://phabricator.services.mozilla.com/D19843
--HG--
extra : moz-landing-system : lando
2019-02-19 19:22:38 +00:00
Shane Caraveo
fff2e14c0b
Bug 1525125 block newtab and homepage overrides in private windows r=rpl,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D18730
--HG--
extra : moz-landing-system : lando
2019-02-19 19:19:44 +00:00
Oriol Brufau
149483e887
Bug 1528044 - Fix flaky test browser_multiselect_tabs_move_to_new_window_contextmenu.js. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D20018
--HG--
extra : moz-landing-system : lando
2019-02-19 18:17:11 +00:00
Yuan Cheng
12a33aae75
Bug 1523737 - Migrate printProgress.dtd, printPageSetup.dtd, and printPreviewProgress.dtd to Fluent, r=jaws,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D19322
--HG--
extra : moz-landing-system : lando
2019-02-19 17:59:05 +00:00
Jonas Allmann
fbe8b0661c
Bug 1523813, Remove new Function from utilityOverlay.js, r=Gijs
...
Replaced new Function() by CustomEvent carrying original click event as sourceEvent.
Adapted all oncommand listeners to use event.sourceEvent instead of event.
Differential Revision: https://phabricator.services.mozilla.com/D18847
--HG--
extra : moz-landing-system : lando
2019-02-19 16:20:02 +00:00
Jonathan Kingston
cf14643de4
Bug 1521549 - Move (de)serializePrincipal from sessionstore Utils to E10SUtils. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D17261
--HG--
extra : moz-landing-system : lando
2019-02-19 02:34:09 +00:00
shindli
428bc0ca50
Backed out changeset cfb1a7fbbfa7 (bug 1517493) for bc failures in browser/base/content/test/static/browser_all_files_referenced.js
2019-02-18 22:49:05 +02:00
Christian Frey
59bf1f3f79
Bug 1517493 Migrating pageInfo to Fluent r=jaws,flod
...
Translating most string from pageInfo.properties and making pageInfo.js and security.js use Fluent
Differential Revision: https://phabricator.services.mozilla.com/D16931
--HG--
extra : moz-landing-system : lando
2019-02-07 06:31:04 +00:00
Mark Banner
bbf3b1369f
Bug 1522512 - Port most of the browser performance tests to QuantumBar. r=mak
...
Differential Revision: https://phabricator.services.mozilla.com/D20154
--HG--
extra : moz-landing-system : lando
2019-02-18 16:12:35 +00:00
Tim Nguyen
ea9eb4d4cd
Bug 1526379 - Use <vbox> instead of <box> to make the children stretch horizontally in sanitize dialogs. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D20089
--HG--
extra : moz-landing-system : lando
2019-02-18 16:13:03 +00:00