Tim Nguyen
5429683dc7
Bug 1540387 - Replace browser-compacttheme.js with theme experiments. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D25536
--HG--
extra : moz-landing-system : lando
2019-04-03 08:28:18 +00:00
Jonathan Kingston
2b27f3c10d
Bug 1479433 - Changing icons and colors for containers to be class based. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D24918
--HG--
extra : moz-landing-system : lando
2019-04-10 11:19:00 +00:00
Trushita
89435f2ad4
Bug 1494948: Removed FX_PREFERENCES_OPENED_VIA probe and origin parameter for openPreferences r=jaws,chutten
...
Removed FX_PREFERENCES_OPENED_VIA probe as it expired in 63.Origin parameter for openPreferences has also been removed.
Differential Revision: https://phabricator.services.mozilla.com/D26795
--HG--
extra : moz-landing-system : lando
2019-04-09 20:40:26 +00:00
Vijay Budhram
cc01c2ca14
Bug 1535937 - Add custom telemetry for FxA toolbar menu r=janerik
...
Differential Revision: https://phabricator.services.mozilla.com/D25225
--HG--
extra : moz-landing-system : lando
2019-04-09 13:30:59 +00:00
Syeda Asra Arshia Qadri
4b00a87326
Bug 1540637: Don't save persistent certificate exceptions in private browsing windows. r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D26539
--HG--
extra : moz-landing-system : lando
2019-04-09 10:30:01 +00:00
Gijs Kruitbosch
7a09de96f9
Bug 1539757 - fix trying to initialize XBL bindings while the prompt is still hidden, r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D25390
--HG--
extra : moz-landing-system : lando
2019-04-01 13:37:49 +00:00
Ciure Andrei
73e7b60fc2
Backed out changeset de24b08ddc37 (bug 1539757) for causing browser_hidden_document_autofill.js, browser_httpauth.js, test_bug_627616.html to permafail CLOSED TREE
...
--HG--
extra : histedit_source : 12f30c6ab7c094c787618b62090e221815ff8439
2019-03-30 03:13:58 +02:00
Gijs Kruitbosch
4ffc2ff028
Bug 1539757 - fix trying to initialize XBL bindings while the prompt is still hidden, r=bgrins
...
Differential Revision: https://phabricator.services.mozilla.com/D25390
--HG--
extra : moz-landing-system : lando
2019-03-29 23:11:37 +00:00
Johann Hofmann
204f870fd6
Bug 1530348 - Unfork aboutNetError.{xhtml,css}. r=nhnt11
...
The larger changesets in this patch are simply moving code from one file into the other with hg mv.
A short summary of the changes:
- I removed the forked redirection from AboutRedirector.cpp
- I deleted the original aboutNetError.xhtml and aboutNetError.css files
and moved aboutNetError-new.xhtml and aboutNetError-new.css in their place instead.
- I removed the browser.security.newcerterrorpage.enabled pref and all its usages.
- I removed some localization strings and resources that went unused because of the above changes.
Differential Revision: https://phabricator.services.mozilla.com/D25232
--HG--
extra : moz-landing-system : lando
2019-03-29 09:33:58 +00:00
Oana Pop Rus
47e94b5d6e
Merge inbound to mozilla-central. a=merge
2019-03-28 12:11:35 +02:00
Christoph Kerschbaumer
64005a8818
Bug 1524970: Update more frontend code to explicitly pass a csp. r=Gijs,jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D24959
--HG--
extra : moz-landing-system : lando
2019-03-27 16:38:01 +00:00
Kris Maglione
e7796b70b4
Bug 1525511: Part 1 - Remove LWT install gunk. r=aswan
...
Differential Revision: https://phabricator.services.mozilla.com/D18781
--HG--
extra : rebase_source : cfd98054b2098bc4fee6eeea0736bcd42a036bcf
2019-02-05 21:29:58 -08:00
Bas Schouten
115004ee5c
Bug 1536174 - Part 3: Add ability to start and stop composition recordings from a keyboard combo. r=mconley
...
Differential Revision: https://phabricator.services.mozilla.com/D23915
--HG--
rename : browser/base/content/browser-webrender.js => browser/base/content/browser-graphics-utils.js
extra : rebase_source : dd94a1bb4e437bd9283c0cec6198c4912429a6af
2019-03-18 20:06:33 +01:00
Mark Banner
ce267bd0ae
Bug 1538771 - Move trimURL to BrowserUtils.jsm so it can be more easily accessed in non-window contexts. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D24761
--HG--
extra : moz-landing-system : lando
2019-03-26 09:15:50 +00:00
sakshaat
d781937a67
Bug 1517483 - Get rid of nsIScriptSecurityManager::IsSystemPrincipal r=bzbarsky
...
Replaced instances of callers in both C++ and JS files to query the state from the principal directly.
Differential Revision: https://phabricator.services.mozilla.com/D22532
--HG--
extra : moz-landing-system : lando
2019-03-24 20:36:25 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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