Граф коммитов

70037 Коммитов

Автор SHA1 Сообщение Дата
Mike Conley f91c7b29a6 Bug 1650243 - Don't accidentally restore the WebRTC global sharing indicator if it is minimized when changing streams. r=pbz
window.sizeToContent causes a minimized window to be restored, so we skip calling that if the
indicator is minimized. We call it instead once the indicator is restored.

Differential Revision: https://phabricator.services.mozilla.com/D82620
2020-07-08 09:34:39 +00:00
julianwels c44ea283e8 Bug 1644456 - Manage HTTPS-Only Mode permission with SitePermissions interface. r=necko-reviewers,pbz,dragana
Differential Revision: https://phabricator.services.mozilla.com/D79427
2020-07-08 12:06:02 +00:00
Dão Gottwald 15905f8234 Bug 1574562 - Make the find bar support frame_inactive. r=ntim
Differential Revision: https://phabricator.services.mozilla.com/D82658
2020-07-08 10:15:03 +00:00
Dão Gottwald f9607f7c7d Bug 1503678 - Respect prefers-reduced-motion when reordering items in customize mode. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D82541
2020-07-08 08:33:47 +00:00
Bogdan Tara d45df146b1 Backed out changeset d3f7f11b80ea (bug 1503678) for widget-overflow-fixed-list related failures CLOSED TREE 2020-07-08 11:10:29 +03:00
Tom Tung 7e78f4ec74 Bug 1626581 - Use mozfile.remove in test_refresh_firefox.py and add the "\\?\" prefix for file path on Windows for mozfile.remove; r=whimboo,gbrown
Differential Revision: https://phabricator.services.mozilla.com/D81901
2020-07-07 15:00:46 +00:00
Dão Gottwald 9a6c0a0bd5 Bug 1503678 - Respect prefers-reduced-motion when reordering items in customize mode. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D82541
2020-07-07 23:17:56 +00:00
Cosmin Sabou d84db7a42c Backed out 2 changesets (bug 1633913) for turning bug 1648918 into permafail.
Backed out changeset 034094223ab6 (bug 1633913)
Backed out changeset 9b4ac167f5fa (bug 1633913)
2020-07-08 08:05:23 +03:00
Severin 8deb84e6ca Bug 1641415 - show values from page inputs in username field of password manager doorhanger;r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D80673
2020-07-08 04:46:11 +00:00
Narcis Beleuzu c97aefe71a Backed out changeset 4a732e51e604 (bug 1604807) for xpcshell failure on test_autofillFormFields.js 2020-07-08 07:55:48 +03:00
Adam Roach [:abr] ffd0f638b7 Bug 1604807: Set text field values through formFillController to avoid races r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D82637
2020-07-08 03:16:38 +00:00
Kris Maglione bd94db4e9a Bug 1580764: Part 2 - Use BrowsingContext IDs rather than window IDs to compute frame IDs. r=zombie
Differential Revision: https://phabricator.services.mozilla.com/D82464
2020-07-07 21:37:53 +00:00
Narcis Beleuzu 8359f16846 Backed out 7 changesets (bug 1650163, bug 1649477) for bustages on JSActor.cpp . CLOSED TREE
Backed out changeset 4a21afb65254 (bug 1650163)
Backed out changeset c41753a56f5a (bug 1650163)
Backed out changeset 5fb444c35764 (bug 1650163)
Backed out changeset 830aa93d2b0c (bug 1649477)
Backed out changeset eca6e9dce450 (bug 1649477)
Backed out changeset 5b217aa88289 (bug 1649477)
Backed out changeset 8959d02b840f (bug 1649477)
2020-07-08 04:09:27 +03:00
Mike Conley 18cfe83515 Bug 1633913 - Add a test to make sure no new Activity Stream actions get added to the startup window without the isStartup meta property. r=Mardak
This also updates the head.js for the about:home startup cache tests to make
sure that Pocket stories exist during the test.

Differential Revision: https://phabricator.services.mozilla.com/D80999
2020-07-07 23:07:12 +00:00
Mike Conley 26e47e4baf Bug 1633913 - Annotate ActivityStream actions that occur during startup, and have the cached about:home document ignore them. r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D80998
2020-07-07 23:07:00 +00:00
Nika Layzell df351180c3 Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre
Differential Revision: https://phabricator.services.mozilla.com/D82104
2020-07-06 20:30:58 +00:00
Scott bea2192307 Bug 1644891 - Client side mechanism to read spoc v2 server response. r=gvn
Differential Revision: https://phabricator.services.mozilla.com/D82610
2020-07-07 22:15:33 +00:00
Gijs Kruitbosch 7768878f07 Bug 1649819 - fix triggering gmp/widevine/openh264 eme CDM installs by attempting to use them, r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D82527
2020-07-07 17:50:18 +00:00
Nika Layzell 672ef8965c Bug 1599579 - Part 5: Ensure all views have matching BrowsingContextGroup IDs in getViews test, r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D80258
2020-07-06 19:45:43 +00:00
Gijs Kruitbosch 6aaf11538a Bug 1650931 - don't use hidden attribute to hide the containers category item, so switching to it works correctly, r=preferences-reviewers,mstriemer
In bug 1648222, the `gotoPref` helper that switches between different
preference panes was altered to disallow switching to hidden categories, so
that if there were no experimental pref entries, we don't show the
'Firefox experiments' category in the prefs.

Unfortunately, the containers category is always hidden, and only accessible
from the 'settings' button for containers and the URL (ie
`about:preferences#containers`), but the added requirement for categories to
not have the `hidden` attribute broke showing this category.

This patch fixes this by hiding the category using CSS instead. It also
cleans up some other use of the hidden attribute.

Note that the sync category is also hidden by default, but shown at
https://searchfox.org/mozilla-central/rev/91d82d7cbf05a71954dfa49d0e43824c7c973e62/browser/components/preferences/preferences.js#97-103

Differential Revision: https://phabricator.services.mozilla.com/D82505
2020-07-07 16:02:29 +00:00
Dave Townsend c551d1b151 Bug 1642398: Add a lint rule to warn about multiple calls to document.l10n.formatValue. r=Standard8,preferences-reviewers,ntim
Differential Revision: https://phabricator.services.mozilla.com/D77900
2020-07-02 18:51:44 +00:00
Mike Conley fc14f2266e Bug 1650790 - Add the about:home startup cache to the about:preferences experiments section. r=Gijs,fluent-reviewers
The cache is still disabled by default, but it would be good to collect more bugs and feedback early.

Differential Revision: https://phabricator.services.mozilla.com/D82394
2020-07-07 15:53:21 +00:00
Robert Helmer f842fb26e8 Bug 1646860 - Pioneer badge call-out on RemoteSettings update r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D82255
2020-07-07 14:57:27 +00:00
Christian Holler 6c48a4ff36 Bug 1649062 - Disable the crash reporter in debug fuzzing builds. r=truber,tsmith
Differential Revision: https://phabricator.services.mozilla.com/D81488
2020-07-07 10:24:26 +00:00
Csoregi Natalia fe1354b164 Backed out changeset 4ed5a0e27c05 (bug 1647732) for font related wpt failures. CLOSED TREE 2020-07-07 12:31:27 +03:00
Liang-Heng Chen e69b3bc58b Bug 1647732 - isolate font cache; r=baku,jfkthame,necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D82034
2020-07-07 07:49:38 +00:00
Sebastian Hengst 7847e18297 Backed out 3 changesets (bug 1145314) on request from ckerschb for regressions (e.g. bug 1650951)
Backed out changeset 664cc562ddf3 (bug 1145314)
Backed out changeset 9640a9d093c7 (bug 1145314)
Backed out changeset 5492ac0e42f7 (bug 1145314)
2020-07-07 09:32:27 +02:00
Csoregi Natalia 9f0cf20b98 Backed out changeset 5455671d51b2 (bug 1646860) for failures on browser_pioneer_ui.js. CLOSED TREE 2020-07-07 10:07:34 +03:00
Robert Helmer 93a769fb25 Bug 1646860 - Pioneer badge call-out on RemoteSettings update r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D82255
2020-07-06 23:55:44 +00:00
Razvan Maries f4ffe8aa1f Backed out changeset 97acb45d8efb (bug 1646860) for perma failures on browser_pioneer_ui.js. CLOSED TREE 2020-07-07 02:52:37 +03:00
Gerald Squelart 9de7e9a9b5 Bug 1640325 - Implement IOInterposeObserver::Observation::FileType() on Windows - r=canaltinova
Use `GetFileType(HANDLE)` on Windows.
Unlike `HandleToFilename`, `GetFileType` is fast enough that we don't need to use a `SmallArrayLRUCache` for it.

The pipe I/Os should not be visible anymore in the startup tests.

Differential Revision: https://phabricator.services.mozilla.com/D82303
2020-07-06 23:43:18 +00:00
Gerald Squelart f3b8c9b60a Bug 1529610 - LRU cache of Windows filenames in WinIOAutoObservation - r=canaltinova,florian
Caching filenames in 32-entry LRU array covers >95% of calls, and makes the average `Filename()` call 5 to 10 times cheaper.

browser_start_content_mainthreadio.js needed to be updated to handle operations that now have a filename thanks to the cache.

Since `ClearPoisonIOInterposer()` is never called (see bug 1647107), during Firefox shutdown we put LRUCache in a shutdown mode, which bypasses the cache in case it is still used at that time.

Differential Revision: https://phabricator.services.mozilla.com/D79767
2020-07-06 23:42:38 +00:00
Adam Roach [:abr] d2ca950580 Bug 1645735: Fix expiration date truncation for maxLength=5 r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D81736
2020-07-06 21:28:16 +00:00
Razvan Maries 79184b44b9 Backed out changeset bf22c292ae5c (bug 1650790) for bc failures on browser_search_subdialogs_within_preferences_site_data. CLOSED TREE 2020-07-07 00:49:04 +03:00
Robert Helmer 510aab7dd9 Bug 1646860 - Pioneer badge call-out on RemoteSettings update r=leplatrem
Differential Revision: https://phabricator.services.mozilla.com/D82255
2020-07-06 20:28:40 +00:00
emcminn a996bc6e85 Bug 1638087 - Refactored aboutwelcome.jsx to use SimplifiedAboutWelcome component r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D81142
2020-07-06 19:27:52 +00:00
Mike Conley 3d41ea64c9 Bug 1650790 - Add the about:home startup cache to the about:preferences experiments section. r=Gijs,fluent-reviewers
The cache is still disabled by default, but it would be good to collect more bugs and feedback early.

Differential Revision: https://phabricator.services.mozilla.com/D82394
2020-07-06 19:25:50 +00:00
emcminn 5e35e2ac1e Bug 1650442 - Contrast fix for about:welcome r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D82230
2020-07-06 19:10:12 +00:00
Dana Keeler 6f7bd19b68 Bug 1649518 - 2/3: prohibit web-extensions from interacting with the osclientcerts module r=mixedpuppy
Depends on D81888

Differential Revision: https://phabricator.services.mozilla.com/D81895
2020-07-06 19:29:03 +00:00
Dana Keeler a959380d74 Bug 1649518 - 1/3: revert a34e77d6c3bf in preparation of enabling osclientcerts by default r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D81888
2020-07-06 19:29:17 +00:00
Dão Gottwald b69a25acce Bug 1650417 - Remove dark mode styling for Library on Linux. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D82199
2020-07-06 18:21:57 +00:00
Adam Roach [:abr] e3cf93b918 Bug 1428269: Fix profile value truncation for numeric data r=zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D81630
2020-07-06 18:23:24 +00:00
Gijs Kruitbosch 751f7f657f Bug 1650603 - enable view > page style menu (alternate stylesheets) for local files, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D82400
2020-07-06 17:53:21 +00:00
Gavin Lazar Suntop 08f24d4bb1 Bug 1645906 - Adding telemetry to Popular Topics r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D81236
2020-07-06 17:48:07 +00:00
Rob Wu 7745da3177 Bug 1631018 - Enable blocklist v3 by default on desktop r=Gijs
The blocklist v2 implementation will be removed in bug 1649906.

Differential Revision: https://phabricator.services.mozilla.com/D81929
2020-07-06 16:10:30 +00:00
Dorel Luca 3e761e3907 Backed out changeset 255d9078dd17 (bug 1633710) for Browser-chrome failures in extensions/test/xpinstall/browser_datauri.js. CLOSED TREE 2020-07-06 18:38:13 +03:00
Sebastian Streich 95212989d4 Bug 1633710 - Move js uri.host to principal r=ckerschb,preferences-reviewers,ntim
Differential Revision: https://phabricator.services.mozilla.com/D73242
2020-07-06 14:00:09 +00:00
Andrew Park 7fa2f11fad Bug 1544570 - Set minimum time delta value to avoid division by zero. r=zombie
Differential Revision: https://phabricator.services.mozilla.com/D80805
2020-07-06 13:50:55 +00:00
Gijs Kruitbosch 8909e119d0 Bug 1642725 - use sets of known message identifiers to limit possible error titles and messages instead of consulting fluent, r=zbraniecki,prathiksha,fluent-reviewers,Pike
Differential Revision: https://phabricator.services.mozilla.com/D82135
2020-07-06 11:12:08 +00:00
Christoph Kerschbaumer 402b0a5c46 Bug 1647719: Introduce Pref for HTTS-Only in Private Browsing Mode. r=JulianWels,jcj
Differential Revision: https://phabricator.services.mozilla.com/D80873
2020-07-06 08:52:02 +00:00