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

69897 Коммитов

Автор SHA1 Сообщение Дата
Nihanth Subramanya 4457dc4b82 Bug 1719519 - Add DoH Nightly Normandy slug to the graduation set to transition clients over to remote settings. r=mythmon
Differential Revision: https://phabricator.services.mozilla.com/D119311
2021-07-07 18:27:56 +00:00
Doug Thayer dc9c284076 Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi
This implements Jamie's suggested fixes for a screenreader issue when the
skeleton UI is enabled. Most of the work here is just pulling out pieces from the
files we needed to include in mozglue so that any references to, say, nsString
or other pieces from libxul either no longer exist or are only included when
building libxul. In a few cases this meant creating whole files to house single
functions, which isn't so pretty, but it was the best I could come up with to
get the job done.

Differential Revision: https://phabricator.services.mozilla.com/D117663
2021-07-07 18:17:36 +00:00
Michael Cooper d259e9c364 Bug 1717894 - Register Normandy's UI ready observer before awaiting to avoid races r=andreio
Without this change, Normandy migrations could take longer to run than the UI took to start up, and so the UI ready notification would be sent before the listener was set up. This caused Normandy to sometimes never initialize, especially right after an upgrade.

Differential Revision: https://phabricator.services.mozilla.com/D119236
2021-07-07 17:37:31 +00:00
Andrei Oprea 3d1f81b9e9 Bug 1716560 - Create C++ API for NimbusFeatures r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D117339
2021-07-07 17:12:29 +00:00
Sam Foster 27fd851b8d Bug 1708502 - De-dupe about:newtab icons. r=thecount
Differential Revision: https://phabricator.services.mozilla.com/D118863
2021-07-07 17:08:28 +00:00
Paul Zuehlcke 6eb0d4fb20 Bug 1714608 - Cleaned up partitionKey base domain helpers. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D118724
2021-07-07 16:05:06 +00:00
Steve Fink a8793c0ceb Bug 1717631 - Structured clone telemetry r=jonco
Differential Revision: https://phabricator.services.mozilla.com/D118516
2021-07-07 15:56:58 +00:00
Itiel 7a6f45de19 Bug 1719359 - Make the fix in Bug 1714512 more consistent r=desktop-theme-reviewers,harry
Differential Revision: https://phabricator.services.mozilla.com/D119102
2021-07-07 15:36:21 +00:00
Chris H-C ac46073e93 Bug 1713843 - Don't register prefs listeners in about:telemetry r=janerik
unload listeners aren't reliable at the best of time, and for about: pages they
seem to never fire in my testing. There is no weakref-based listener setup for
prefs in JS and I don't want to build one, so this makes the prefs display in
about:telemetry only update on render, not live.

Differential Revision: https://phabricator.services.mozilla.com/D119285
2021-07-07 14:39:41 +00:00
Kate Hudson 37fd301090 Bug 1715281 - Rename ExperimentFeature to _ExperimentFeature r=andreio
Differential Revision: https://phabricator.services.mozilla.com/D119201
2021-07-07 13:54:21 +00:00
Dimi Lee 66c7fdbc40 Bug 1716033 - Add a timeout before clearing telemetry in the beginning of the test. r=tgiles
This patch adds a timeout to make sure all the pending telemetry data
is aggregated in the parent process when we clear it.

Differential Revision: https://phabricator.services.mozilla.com/D118168
2021-07-07 13:34:38 +00:00
Andrew Creskey 1347e6dc17 Bug 1719199 - Add scrolling metrics to history metadata tables in places db r=mak
We need to first add the scrolling metrics (scrolling_time and scrolling_distance) to the DB so we can complete the capturing and tests for those metrics (see Bug 1717920)

Differential Revision: https://phabricator.services.mozilla.com/D119119
2021-07-07 12:42:30 +00:00
Emilio Cobos Álvarez b4379d4a38 Bug 1716546 - Fix and cleanup bookmarks submenu styling. r=desktop-theme-reviewers,harry
Differential Revision: https://phabricator.services.mozilla.com/D118188
2021-07-07 11:33:43 +00:00
Stefan Zabka 7bdc63c79c Bug 1705034 - Implemented ForgetThisBaseDomain in GMPServiceParent. r=pbz,bryce
Differential Revision: https://phabricator.services.mozilla.com/D116412
2021-07-07 10:51:59 +00:00
Paul Zuehlcke 57e2e84d66 Bug 1714608 - Use partitionKey pattern matcher in ClearDataService#hasBaseDomain. r=szabka
Differential Revision: https://phabricator.services.mozilla.com/D118725
2021-07-07 10:25:13 +00:00
Csoregi Natalia cd64ee0ebb Backed out changeset a81a827f54fb (bug 1711053) for failures on browser_download_opens_on_click.js. CLOSED TREE 2021-07-07 13:20:05 +03:00
Tim Huang 9457317201 Bug 1706608 - Part 8: Proper clear the lists after the test is finished. r=pbz
We need to clear the lists once the test is finished. This patch adds a
method in nsIURLQueryStrippingListService to do that.

Differential Revision: https://phabricator.services.mozilla.com/D117377
2021-07-07 09:16:10 +00:00
Tim Huang b7e493dac8 Bug 1706608 - Part 7: Make URLQueryStrippingListService working with Fission r=pbz
The URLQueryStrippingListService will get initialized too late in
Fission because the 'profile-after-change' won't be triggered for
content processes in Fission. So, it won't have a complete list when the
query stripping happens because it will be initalized by then.

To address this issue, we add a content process script which will run
during the creation of content processes and it will get the service to
initialize it early so that we will have a complete list when doing the
stripping.

Differential Revision: https://phabricator.services.mozilla.com/D117376
2021-07-07 09:16:10 +00:00
Tim Huang 9827f875e5 Bug 1706608 - Part 6: Modify the test 'browser_urlQueryStrippingListService.js' to also test content process. r=pbz
The patch adds additional checks for doing stripping in content
processes to verify that the lists will be updated even in the content
process.

Differential Revision: https://phabricator.services.mozilla.com/D117056
2021-07-07 09:16:09 +00:00
Tim Huang a21bf6ee6f Bug 1706608 - Part 5: Send the remote settings lists to the content process. r=pbz
Because the remote setttings update would only happen in the parent
process, so we need to send the update result to the content process.
The parent-side URLQueryStrippingListService will broadcast the remote
setting lists once it get the update from the remote settings. The
serivce in content processes will listen to the message and update the
lists in the content processes.

Differential Revision: https://phabricator.services.mozilla.com/D117055
2021-07-07 09:16:09 +00:00
Tim Huang a6598a3a39 Bug 1706608 - Part 4: Modify the gTest TestURLQueryStringStripper. r=dimi
Because the URLQueryStringStripper will no longer access the pref
directly. We need to use the gTest and make it to wait the pref change
been set to the stripper to do the test properly.

Differential Revision: https://phabricator.services.mozilla.com/D116849
2021-07-07 09:16:08 +00:00
Tim Huang 596be2baad Bug 1706608 - Part 3: Add a test for URLQueryStrippingListService. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D116600
2021-07-07 09:16:08 +00:00
Tim Huang 2a0c743211 Bug 1706608 - Part 2: Modify URLQueryStringStripper to get lists from the URLQueryStrippingListService. r=dimi
The URLQueryStrippingListService will handle the update of all lists
either from prefs or remote settings. So, URLQueryStringStripper no
longer needs to observe the change of the prefs. Instead, it will rely
on URLQueryStrippingListService to get the updated lists.

Differential Revision: https://phabricator.services.mozilla.com/D116599
2021-07-07 09:16:08 +00:00
Tim Huang 3b472b5b1f Bug 1706608 - Part 1: Implement URLQueryStrippingListService. r=pbz
This patch implements URLQueryStrippingListService which is responsible
for monitoring the list of query stripping on remote settings and prefs.

Differential Revision: https://phabricator.services.mozilla.com/D116598
2021-07-07 09:16:07 +00:00
Ava Katushka ava8katushka afa86b23e5 Bug 1711053 - Open file after download if user clicked on downloading file. r=mtigley,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D118328
2021-07-07 09:13:28 +00:00
Brendan Dahl 6c5dfd93a9 Bug 1719380 - Update pdf.js to version 2.10.263 r=pdfjs-reviewers,marco
Differential Revision: https://phabricator.services.mozilla.com/D119237
2021-07-06 23:03:03 +00:00
Paul Zuehlcke da24464574 Bug 1713139 - Clear partitioned storage for session storage and legacy localStorage implementation. r=dom-storage-reviewers,johannh,asuth
Differential Revision: https://phabricator.services.mozilla.com/D116607
2021-07-06 21:10:58 +00:00
Paul Zuehlcke 38e07b9a08 Bug 1705036 - Added QuotaCleaner deleteByBaseDomain. r=johannh,dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D116130
2021-07-06 21:10:57 +00:00
Andrei Oprea 78dea6a3f6 Bug 1718031 - Intermittent [tier2] TV toolkit/components/nimbus/test/browser/browser_remotesettingsexperimentloader_remote_defaults.js r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D118946
2021-07-06 20:22:37 +00:00
Butkovits Atila d38447f8c9 Backed out changeset 0bf78f953aac (bug 1705034) for causing Gtest failures. 2021-07-06 21:40:33 +03:00
Gabriele Svelto a0fd5f1159 Bug 1658831 - Implement a writer for the thread names' minidump stream on macOS r=Gankra
Also adds basic parsing and printing support for the stream.

Differential Revision: https://phabricator.services.mozilla.com/D118927
2021-07-06 17:04:08 +00:00
Gabriele Svelto c0b016ad02 Bug 1718226 - Only capture crash reports for fatal exceptions intercepted via WER r=KrisWright
Our Windows Error Reporting runtime module seems to be notified of all
sorts of non-fatal exceptions. Since there is no documentation clarifying
how to tell them apart from actual crashes we'll try using the bIsFatal
field in the WER_RUNTIME_EXCEPTION_INFORMATION structure for this
purpose. There is no documentation describing the contents of the field
so we can only assume that what its name implies is what we're looking
for.

Differential Revision: https://phabricator.services.mozilla.com/D118813
2021-07-06 17:03:11 +00:00
Stefan Zabka caec487963 Bug 1705034 - Implemented ForgetThisBaseDomain in GMPServiceParent. r=pbz,bryce
Differential Revision: https://phabricator.services.mozilla.com/D116412
2021-07-06 16:38:44 +00:00
Chris H-C 3f129dc158 Bug 1717487 Update about:glean's doclink for testing r=janerik DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D119195
2021-07-06 15:28:46 +00:00
Chris H-C e07fa0ad14 Bug 1713380 - Document how to migrate individual data collections from Telemetry to Glean r=mdroettboom DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D116404
2021-07-06 14:49:54 +00:00
Sebastian Hengst cd0b84af3a Backed out changeset d6716c153f0e (bug 1676024) for new test test_ext_webSocket.js failing with assertion. CLOSED TREE 2021-07-06 13:55:45 +02:00
Niklas Goegge 6b49d6c6db Bug 1676024: Websockets triggered by extensions should not be subject to a page's CSP. r=ckerschb,mixedpuppy
Needs ReviewPublic

Differential Revision: https://phabricator.services.mozilla.com/D104671
2021-07-06 08:05:49 +00:00
Matthew Noorenberghe efc6383c93 Bug 1693069 - Focus the page range field when choosing a custom print range. r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D118886
2021-07-05 22:55:55 +00:00
Gijs Kruitbosch 1aa0ea7655 Bug 1680147 - open file: links to PDFs from file: pages with PDF.js immediately r=mtigley
Differential Revision: https://phabricator.services.mozilla.com/D116915
2021-07-05 18:28:52 +00:00
Alexandru Michis 6daae29ec4 Backed out changeset c204c9f05b2e (bug 1711053) for causing failures in browser_download_opens_on_click.js
CLOSED TREE
2021-07-05 19:22:36 +03:00
Ava Katushka ava8katushka bc8b666b90 Bug 1711053 - Open file after download if user clicked on downloading file. r=mtigley,flod,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D118328
2021-07-05 14:32:01 +00:00
Emilio Cobos Álvarez e150976c0e Bug 1719146 - Use size_t in breakpad's Linux exception handler. r=gsvelto
Differential Revision: https://phabricator.services.mozilla.com/D119083
2021-07-05 11:59:34 +00:00
Butkovits Atila 3443c47a26 Bug 1716033 - disable browser_username_only_form_telemetry.js on Linux_64_opt, Mac_qr_debug and Win10 for frequent failures. r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D118110
2021-06-29 09:46:57 +00:00
Masayuki Nakano 63d372da2f Bug 1676702 - part 2: Make `TextControlState` initialize `TextEditor` with `PasswordMaskData` r=m_kato
During a `TextControlState` alive, `PasswordMaskData` should be alive too.
Otherwise, we cannot keep unmasked range at reframing.

Depends on D118756

Differential Revision: https://phabricator.services.mozilla.com/D118757
2021-06-28 04:37:54 +00:00
Kashav Madan 0d34540a2e Bug 1703692 - Use ChildOffset to build the offset path for flushes, r=nika
We can't rely on the Children list since it may have been cleared on shutdown.
Since we don't clear parent edges, walking the parent chain and using
mChildOffset works.

Differential Revision: https://phabricator.services.mozilla.com/D118384
2021-06-26 20:25:29 +00:00
Kashav Madan 2b70b9d821 Bug 1703692 - Store the latest embedder's permanent key on CanonicalBrowsingContext, r=nika,mccr8
And include it in Session Store flushes to avoid dropping updates in case the
browser is unavailable.

Differential Revision: https://phabricator.services.mozilla.com/D118385
2021-06-26 20:25:29 +00:00
Shane Caraveo 1266d06fb6 Bug 1717006 support choice+string enumeration injection to fix access to menus.ContextType r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D118856
2021-06-26 15:07:37 +00:00
Dorel Luca 40fe0b4056 Backed out 3 changesets (bug 1703692) for Browser-chrome failures in browser/components/sessionstore/test/browser_broadcast.js. CLOSED TREE
Backed out changeset fe5703d7b580 (bug 1703692)
Backed out changeset eec4a4138ca7 (bug 1703692)
Backed out changeset 6745b363a745 (bug 1703692)
2021-06-26 10:09:23 +03:00
Dorel Luca bc6f2486e2 Backed out changeset 11d1710e481f (bug 1714212) for Browser-chrome failures in toolkit/xre/test/browser_checkdllblockliststate.js. CLOSED TREE 2021-06-26 09:45:29 +03:00
Kashav Madan 748ca3f0ed Bug 1703692 - Use ChildOffset to build the offset path for flushes, r=nika
We can't rely on the Children list since it may have been cleared on shutdown.
Since we don't clear parent edges, walking the parent chain and using
mChildOffset works.

Differential Revision: https://phabricator.services.mozilla.com/D118384
2021-06-26 05:49:12 +00:00
Kashav Madan e6788be168 Bug 1703692 - Store the latest embedder's permanent key on CanonicalBrowsingContext, r=nika,mccr8
And include it in Session Store flushes to avoid dropping updates in case the
browser is unavailable.

Differential Revision: https://phabricator.services.mozilla.com/D118385
2021-06-26 05:49:12 +00:00
Doug Thayer c3702a9447 Bug 1714212 - Ensure COM initialized prior to showing skeleton UI r=Jamie,aklotz,tkikuchi
This implements Jamie's suggested fixes for a screenreader issue when the
skeleton UI is enabled. Most of the work here is just pulling out pieces from the
files we needed to include in mozglue so that any references to, say, nsString
or other pieces from libxul either no longer exist or are only included when
building libxul. In a few cases this meant creating whole files to house single
functions, which isn't so pretty, but it was the best I could come up with to
get the job done.

Differential Revision: https://phabricator.services.mozilla.com/D117663
2021-06-26 04:10:50 +00:00
Toshihito Kikuchi be81f728ae Bug 1713855 - Part2: Add a link to about:third-party. r=fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D118383
2021-06-25 22:22:03 +00:00
Toshihito Kikuchi 309abd3615 Bug 1713855 - Part1: Remove the Third-Party Modules section from about:support. r=Gijs
Now that the about:third-party page landed (bug 1695817), we can remove the predecessor.
This patch reverts the Part10 patch of bug 1669036 (d9f8cdf2877b), keeping the other patches
which are required for about:third-party page.

Differential Revision: https://phabricator.services.mozilla.com/D118382
2021-06-25 22:22:03 +00:00
Ed Lee 469e83e010 Bug 1694259 - Allow experimenting with 1-click default vs settings-dialog-ful flow r=andreio
Switch pref check to NimbusFeature.getVariable with updated manifest for fallback pref.

Differential Revision: https://phabricator.services.mozilla.com/D118760
2021-06-25 21:53:26 +00:00
Brendan Dahl 8d4e7bf9c2 Bug 1718320 - Update pdf.js to version 2.10.201 r=calixte
Differential Revision: https://phabricator.services.mozilla.com/D118857
2021-06-25 19:27:14 +00:00
Mike Hommey fa986685c1 Bug 1718131 - Close GdkDisplay in XREMain destructor. r=stransky
Differential Revision: https://phabricator.services.mozilla.com/D118753
2021-06-25 13:28:28 +00:00
Alexandru Michis b30c84492c Bug 1717463 - Add missing semicolon in test_security_settings.js a=lint-fix
CLOSED TREE
2021-06-25 14:13:39 +03:00
Paul Zuehlcke dc5ce17977 Bug 1717463 - Update SecuritySettingsCleaner to clear partitioned client auth remember decisions. r=johannh,keeler
Differential Revision: https://phabricator.services.mozilla.com/D118451
2021-06-25 10:27:00 +00:00
Alexandru Michis 7498132439 Backed out 2 changesets (bug 1695118, bug 1718131) for causing leaks.
CLOSED TREE

Backed out changeset 69aa398773b4 (bug 1695118)
Backed out changeset 19805fbf94a3 (bug 1718131)
2021-06-25 13:43:04 +03:00
Luca Greco 6d74d19208 Bug 1714251 - Extend addonsManager and extensions.data.migrateResult probes. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D118747
2021-06-25 10:02:27 +00:00
Mike Hommey b6d5387325 Bug 1718131 - Close GdkDisplay in XREMain destructor. r=stransky
Differential Revision: https://phabricator.services.mozilla.com/D118753
2021-06-25 09:29:33 +00:00
Itiel 1c1866d4df Bug 1714512 - Fix focus rings in menulists inside a richlistitem r=preferences-reviewers,Gijs
Also fix the contrast for these menulists.
Also fix some styling in the containers section in about:preferences

Differential Revision: https://phabricator.services.mozilla.com/D117907
2021-06-25 07:16:36 +00:00
Mike Hommey 81228f00cd Bug 1717947 - Remove packager support for brotli in Jars. r=firefox-build-system-reviewers,nalexander
This was added ing bug 1352595. It has only been used briefly, and we
since then have gone all the way to never compress omni.ja. Even if we
did go back to compressing, we'd probably go with zstd rather than
brotli.
The gecko-side support for this has only ever been nightly-only.

Differential Revision: https://phabricator.services.mozilla.com/D118655
2021-06-25 00:20:10 +00:00
Mike Conley 5c4959c5b5 Bug 1687362 - Make DateTimeTestHelper.waitForPickerReady wait until the datepicker.xhtml document is loaded. r=emilio
This helps to fix an intermittent that occurs when the iframe that loads
the picker sometimes has an opportunity to fire a "load" event _before_
datepicker.xhtml is actually loaded (perhaps from the initial about:blank
document). This made it so that waitForPickerReady would attach the
PickerReady CustomEvent listener on the wrong document, and the test
would time out despite the PickerReady event properly firing.

The fix is to ensure that the load event that waitForPickerReady waits
for is for the datepicker.xhtml document.

Differential Revision: https://phabricator.services.mozilla.com/D118746
2021-06-25 00:11:59 +00:00
Sam Foster b6f8f294bc Bug 1699586 - Rename default right arrow icon to arrow-right.svg for naming consistency with its other directions. Use it rather than flipping the left arrow. r=Itiel,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D118424
2021-06-25 00:03:22 +00:00
Sam Foster fa43fe37e3 Bug 1699586 - De-duplicate default up arrow icons, rename as arrow-up.svg r=harry,desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117577
2021-06-25 00:03:22 +00:00
Sam Foster a4b983a6cb Bug 1699586 - De-duplicate default down arrow icons, rename as arrow-down.svg. r=harry,desktop-theme-reviewers,Itiel,extension-reviewers,mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D117576
2021-06-25 00:03:21 +00:00
Sam Foster 194b1aaf6a Bug 1699586 - De-duplicate small right arrow icons, rename as arrow-right-12.svg r=harry,desktop-theme-reviewers,thecount,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117575
2021-06-25 00:03:21 +00:00
Sam Foster deab16a9d6 Bug 1699586 - De-duplicate small left arrow icons, rename as arrow-left-12.svg. r=harry,desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117574
2021-06-25 00:03:21 +00:00
Sam Foster c703c07954 Bug 1699586 - De-duplicate small down arrow icons, rename as arrow-down-12.svg. r=harry,preferences-reviewers,desktop-theme-reviewers,thecount,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117571
2021-06-25 00:03:20 +00:00
Kirk Steuber 534f060d0a Bug 1718116 - Don't register the Background Update Task if the ManualAppUpdateOnly policy is enabled r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D118761
2021-06-24 22:25:09 +00:00
Iulian Moraru 7a2e51ed62 Backed out 3 changesets (bug 1703692) for causing bc failures on multiple files.
Backed out changeset a199dfd8ce8d (bug 1703692)
Backed out changeset 599a0a99ded9 (bug 1703692)
Backed out changeset 14fe807e6be4 (bug 1703692)
2021-06-25 00:43:23 +03:00
Kashav Madan 7c9cce86f8 Bug 1703692 - Use ChildOffset to build the offset path for flushes, r=nika
We can't rely on the Children list since it may have been cleared on shutdown.
Since we don't clear parent edges, walking the parent chain and using
mChildOffset works.

Differential Revision: https://phabricator.services.mozilla.com/D118384
2021-06-24 20:26:14 +00:00
Kashav Madan c75e110512 Bug 1703692 - Store the latest embedder's permanent key on CanonicalBrowsingContext, r=nika,mccr8
And include it in Session Store flushes to avoid dropping updates in case the
browser is unavailable.

Differential Revision: https://phabricator.services.mozilla.com/D118385
2021-06-24 20:26:13 +00:00
Brendan Dahl 99d58f302e Bug 1718101 - Update pdf.js to version 2.10.199 r=calixte
Differential Revision: https://phabricator.services.mozilla.com/D118734
2021-06-24 16:38:57 +00:00
Bas Schouten 903294a395 Bug 1717474: Re-activate probes around queuing of certain input events. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D118386
2021-06-24 16:16:26 +00:00
Michelle Goossens fc09f27525 Bug 1714462 - Part 2: Remove CSS rules using "not (-moz-proton)" in miscellaneous files r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D118594
2021-06-24 15:42:03 +00:00
Jasleen d32a884ef2 Bug 1716642 - Replaced calls to GlobalManager.extensionMap.get() with WebExtensionPolicy.getByID(). r=Standard8,kmag,robwu
Differential Revision: https://phabricator.services.mozilla.com/D118407
2021-06-24 15:06:17 +00:00
julianwels cbe6bf13ea Bug 1685737 - Older blocked mixed-content downloads get removed from download-list on restart. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D113716
2021-06-24 11:13:49 +00:00
Andrei Oprea 312ee5f650 Bug 1701033 - Make bucketing separate for Nimbus remote defaults r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D117013
2021-06-24 09:56:13 +00:00
Paul Zuehlcke 39d7802233 Bug 1705030 - Updated tests for clearing partitioned cache. r=timhuang
Differential Revision: https://phabricator.services.mozilla.com/D113129
2021-06-24 09:13:31 +00:00
Paul Zuehlcke 2e06ca7e1c Bug 1705030 - Added NetworkCacheCleaner deleteByBaseDomain. r=necko-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D113128
2021-06-24 09:13:30 +00:00
Marco Bonardo 3efec453cb Bug 1715991 - Write history metadata to the Places database. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D118230
2021-06-24 08:46:38 +00:00
Micah Tigley 054de605ad Bug 1702431 - Remove per-platform findBar.css files. r=mconley CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D118409
2021-06-23 19:24:52 +00:00
Shane Caraveo 7a0db3609f Bug 1711168 support extension matching in webAccessibleResources r=zombie,smaug
Differential Revision: https://phabricator.services.mozilla.com/D115114
2021-06-23 21:52:38 +00:00
Dorel Luca 38d37d5ac1 Backed out 6 changesets (bug 1699586) for Browser-chrome failures in browser/base/content/test/performance/browser_startup_images.js. CLOSED TREE
Backed out changeset 8d42246a3ee8 (bug 1699586)
Backed out changeset e492a3c410b1 (bug 1699586)
Backed out changeset 621c35b393a2 (bug 1699586)
Backed out changeset 91f70d7ff2b1 (bug 1699586)
Backed out changeset 25a77358d2bc (bug 1699586)
Backed out changeset 1d3c1fe20fe9 (bug 1699586)
2021-06-24 02:03:18 +03:00
Dorel Luca 41bb52a153 Backed out changeset 39346118bd93 (bug 1702431) for Browser-chrome failures in browser/components/preferences/tests/browser_open_download_preferences.js. CLOSED TREE 2021-06-24 02:01:59 +03:00
cerkiewny 88a35afa47 Bug 1443505 - tests conditionally added for release only r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D117397
2021-06-23 21:15:29 +00:00
Micah Tigley bd295f73be Bug 1702431 - Remove per-platform findBar.css files. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D118409
2021-06-23 19:24:52 +00:00
Sam Foster d8768ef4ce Bug 1699586 - Rename default right arrow icon to arrow-right.svg for naming consistency with its other directions. Use it rather than flipping the left arrow. r=Itiel,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D118424
2021-06-23 18:49:43 +00:00
Sam Foster e2c1c7fbb2 Bug 1699586 - De-duplicate default up arrow icons, rename as arrow-up.svg r=harry,desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117577
2021-06-23 18:49:43 +00:00
Sam Foster 49c6f1e705 Bug 1699586 - De-duplicate default down arrow icons, rename as arrow-down.svg. r=harry,desktop-theme-reviewers,Itiel,extension-reviewers,mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D117576
2021-06-23 18:49:42 +00:00
Sam Foster 13ff596b35 Bug 1699586 - De-duplicate small right arrow icons, rename as arrow-right-12.svg r=harry,desktop-theme-reviewers,thecount,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117575
2021-06-23 18:49:42 +00:00
Sam Foster d7aad17d27 Bug 1699586 - De-duplicate small left arrow icons, rename as arrow-left-12.svg. r=harry,desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117574
2021-06-23 18:49:41 +00:00
Sam Foster 9347a81644 Bug 1699586 - De-duplicate small down arrow icons, rename as arrow-down-12.svg. r=harry,preferences-reviewers,desktop-theme-reviewers,thecount,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117571
2021-06-23 18:49:41 +00:00
Kagami Sascha Rosylight a4841d8501 Bug 1717615 - Remove nsSidebar r=smaug. Relanded. CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D118500
2021-06-23 14:02:23 +00:00
Sandor Molnar 631f53bfe4 Backed out changeset f7641b51ed31 (bug 1717615) for causing build bustage. CLOSED TREE 2021-06-23 18:07:44 +03:00
Kagami Sascha Rosylight 64a3bc93a9 Bug 1717615 - Remove nsSidebar r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D118500
2021-06-23 14:02:23 +00:00
Mike Conley ba30b01adc Bug 1698883 - Remove the panel-footer-menulike class. r=mhowell
We kept this class around so that we could toggle back and forth between the
Photon-era footer button style, and the Proton-era menuitem style for footer
buttons.

Now that v89 has shipped, we can remove that class and switch the markup and
styling over completely to the Proton styling.

Differential Revision: https://phabricator.services.mozilla.com/D117553
2021-06-23 13:54:41 +00:00
Iulian Moraru e52d645cec Backed out changeset a52d5a052386 (bug 1717615) for causing build bustages. CLOSED TREE 2021-06-23 15:43:28 +03:00
Tomislav Jovanovic 7e2b71461c Bug 1671244 - Stop duplicating originPermissions in ExtensionData.permissions r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D118269
2021-06-23 10:39:39 +00:00
Kagami Sascha Rosylight 25884fe5f6 Bug 1717615 - Remove nsSidebar r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D118500
2021-06-23 10:28:47 +00:00
Dale Harvey 79494e7550 Bug 1714259 - Remove REGION_LOCATION_SERVICES_DIFFERENCE telemetry. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D118061
2021-06-23 08:25:08 +00:00
mhoye 96cec5e5d5 Bug 1528338 - Update the Disconnect.me license to CC-BY-SA 4.0 r=dnazer DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D118404
2021-06-23 07:52:53 +00:00
Tooru Fujisawa 9fafbb0361 Bug 1710010 - Collect telemetry for popup condition of window.open. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D118448
2021-06-23 04:19:40 +00:00
Nika Layzell 5731c1747c Bug 1717526 - String's implicit conversion operator causes COW relocations, r=xpcom-reviewers,mccr8
Differential Revision: https://phabricator.services.mozilla.com/D118430
2021-06-23 01:57:00 +00:00
Michelle Goossens 55106740f3 Bug 1714462 - Part 1: Remove CSS rules from toolkit/themes using "not (-moz-proton)" r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D117202
2021-06-23 00:24:54 +00:00
Brindusan Cristian 0f63b1513f Backed out 6 changesets (bug 1699586) for causing bc failures in browser_ext_tabs_hide.js.
CLOSED TREE

Backed out changeset aeeaa1d05965 (bug 1699586)
Backed out changeset 2b0292c56e66 (bug 1699586)
Backed out changeset b23c2cdf6055 (bug 1699586)
Backed out changeset 4c4d46cb250d (bug 1699586)
Backed out changeset bd33ea428223 (bug 1699586)
Backed out changeset faedaeb2a10f (bug 1699586)
2021-06-23 03:12:24 +03:00
Sam Foster 0901151ac2 Bug 1699586 - Rename default right arrow icon to arrow-right.svg for naming consistency with its other directions. Use it rather than flipping the left arrow. r=Itiel,desktop-theme-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D118424
2021-06-22 22:32:35 +00:00
Sam Foster 9b797ac970 Bug 1699586 - De-duplicate default up arrow icons, rename as arrow-up.svg r=harry,desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117577
2021-06-22 22:32:34 +00:00
Sam Foster e84104bc3d Bug 1699586 - De-duplicate default down arrow icons, rename as arrow-down.svg. r=harry,desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117576
2021-06-22 22:32:34 +00:00
Sam Foster 7743f214a9 Bug 1699586 - De-duplicate small right arrow icons, rename as arrow-right-12.svg r=harry,desktop-theme-reviewers,thecount,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117575
2021-06-22 22:32:34 +00:00
Sam Foster 899a5d3b0f Bug 1699586 - De-duplicate small left arrow icons, rename as arrow-left-12.svg. r=harry,desktop-theme-reviewers,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117574
2021-06-22 22:32:33 +00:00
Sam Foster 4037e82e34 Bug 1699586 - De-duplicate small down arrow icons, rename as arrow-down-12.svg. r=harry,preferences-reviewers,desktop-theme-reviewers,thecount,Itiel
Differential Revision: https://phabricator.services.mozilla.com/D117571
2021-06-22 22:32:33 +00:00
Alexandru Michis e3d24b013a Backed out changeset 3beb01f5d643 (bug 1717526) for causing gtest failures in SpanTest.from_xpcom_collections
CLOSED TREE
2021-06-23 01:58:49 +03:00
owlishDeveloper 1c2af46134 Bug 1699794 - [2.0] Add address autocomplete tests r=geckoview-reviewers,agi
Depends on D109139

Differential Revision: https://phabricator.services.mozilla.com/D109137
2021-06-22 22:03:01 +00:00
Tarik Eshaq f62b6857e9 Bug 1707057 - Add shutdown handling for viaduct. r=dragana.
Differential Revision: https://phabricator.services.mozilla.com/D118390
2021-06-22 21:24:56 +00:00
Nika Layzell c14de7eabc Bug 1717526 - String's implicit conversion operator causes COW relocations, r=xpcom-reviewers,mccr8
Differential Revision: https://phabricator.services.mozilla.com/D118430
2021-06-22 21:18:03 +00:00
Harry Twyford 45ebbdc987 Bug 1715137 - Part 3 - Port test_preloaded_sites.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D118220
2021-06-22 21:02:58 +00:00
Harry Twyford 914315ca8c Bug 1715137 - Part 2 - Remove Preloaded Sites and heuristic result code from UnifiedComplete. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D118219
2021-06-22 21:02:58 +00:00
Harry Twyford 1c5a86cc7f Bug 1715137 - Part 1 - Split UrlbarProviderPreloadedSites out from UnifiedComplete. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D118218
2021-06-22 21:02:57 +00:00
Chris H-C 4f3313d052 Bug 1683171 - JS/C++ FOG test APIs will now fail if there are errors r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D117923
2021-06-22 18:34:33 +00:00
Chris H-C 91525dd8a0 Bug 1683171 - Tidy up some header includes r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D117922
2021-06-22 18:34:32 +00:00
amy churchwell f3d0380678 Bug 1712223 - Update newtab background color in dark mode. r=thecount,desktop-theme-reviewers,harry
Differential Revision: https://phabricator.services.mozilla.com/D116049
2021-06-22 17:35:56 +00:00
Kris Maglione cd43e30d8b Bug 1714112: Add new Fission decision value for phased rollout enablement. r=nika,fluent-reviewers,flod
This should be less confusing to users, and makes it easier to triage
about:support data.

Differential Revision: https://phabricator.services.mozilla.com/D118416
2021-06-22 17:28:34 +00:00
Bernard Igiri 142c430968 Bug 1704669 - Deduplicate and consolidate checkmark icons across the tree r=mconley,desktop-theme-reviewers,Itiel
Replaced instances of success.svg with check.svg and removed success.svg.

Differential Revision: https://phabricator.services.mozilla.com/D118031
2021-06-22 17:19:40 +00:00
Tarik Eshaq 453be8c6fd Bug 1716450 - Removes fxa-client rust code from Desktop. r=rfkelly
Differential Revision: https://phabricator.services.mozilla.com/D118238
2021-06-22 17:04:35 +00:00
John Bieling 9975889f5c Bug 1717201 - Add optional callback parameter to map permission names to permission description keys. r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D118267
2021-06-22 16:56:13 +00:00
Csoregi Natalia e46aba44fe Backed out 2 changesets (bug 1683171) for bustage on Counter.cpp. CLOSED TREE
Backed out changeset 50d55b80e7a1 (bug 1683171)
Backed out changeset 0e14f3d135e1 (bug 1683171)
2021-06-22 19:55:50 +03:00
Mike Kaply 198804c3db Bug 1714428 - Add support for accessing color management prefs via WebExtensions. r=mixedpuppy,jaws
Differential Revision: https://phabricator.services.mozilla.com/D116769
2021-06-22 16:32:52 +00:00
Chris H-C cb30e92549 Bug 1683171 - JS/C++ FOG test APIs will now fail if there are errors r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D117923
2021-06-22 15:15:31 +00:00
Chris H-C e98399a595 Bug 1683171 - Tidy up some header includes r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D117922
2021-06-22 15:15:31 +00:00
Kashav Madan e043f873b6 Bug 1717497 - Only assert we have a timer if we expect to have created one, r=farre
Differential Revision: https://phabricator.services.mozilla.com/D118482
2021-06-22 15:08:41 +00:00
Gabriele Svelto c61f6033ff Bug 1035892 - Handle 64-bit addresses for EXC_BAD_ACCESS exceptions on Mac r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D24356
2021-06-22 10:31:22 +00:00
Emilio Cobos Álvarez ba7f7e74e5 Bug 1717386 - Don't allocate memory in CollectProfilingStackFrame. r=florian,gerald
If we have a function bigger than the inline string capacity then we'd
allocate memory potentially causing deadlocks.

Differential Revision: https://phabricator.services.mozilla.com/D118351
2021-06-22 09:57:37 +00:00
julianwels 4183efc71d Bug 1708717 - Updated about:addons default theme previews. r=robwu
Differential Revision: https://phabricator.services.mozilla.com/D118227
2021-06-22 09:47:52 +00:00
Neil Deakin 3791d0d415 Bug 1717103, use a slightly better check that fails in xorigin mode as window.parent doesn't anymore, r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D118213
2021-06-22 09:18:21 +00:00
Mike Hommey ba5238e01b Bug 1717569 - Upgrade sanitizer builds to first rust 1.54.0 nightly. r=firefox-build-system-reviewers,andi
That was supposed to go in with bug 1716485 but I forgot to update
phabricator.

Differential Revision: https://phabricator.services.mozilla.com/D118435
2021-06-22 05:44:09 +00:00
Mike Hommey 744db845c6 Bug 1700534 - Coalesce RLBox wasmboxed libraries. r=firefox-build-system-reviewers,shravanrn,bholley,andi,mhentges
Differential Revision: https://phabricator.services.mozilla.com/D116440
2021-06-22 05:31:33 +00:00
Tim D. Smith 74159be23b Bug 1717169 - Collect value of browser.urlbar.showSearchSuggestionsFirst r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D118253
2021-06-21 22:30:29 +00:00
Butkovits Atila eef7eae906 Backed out 2 changesets (bug 1683171) for causing Python3 failures. CLOSED TREE
Backed out changeset 401623bf09ce (bug 1683171)
Backed out changeset 2782440566b7 (bug 1683171)
2021-06-21 23:00:59 +03:00
Chris H-C 33a4af2c00 Bug 1683171 - JS/C++ FOG test APIs will now fail if there are errors r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D117923
2021-06-21 19:08:46 +00:00
Chris H-C ed6123b2d1 Bug 1683171 - Tidy up some header includes r=janerik
Differential Revision: https://phabricator.services.mozilla.com/D117922
2021-06-21 19:08:45 +00:00
Paul Adenot a07a3b3977 Bug 1714303 - Remove WEBRTC_DTLS_PROTOCOL_VERSION. r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D117435
2021-06-21 15:36:24 +00:00
Paul Adenot d063060526 Bug 1714303 - Remove the probe about chained ogg. r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D116698
2021-06-21 15:36:23 +00:00
Paul Adenot ee2e428847 Bug 1714303 - Add this bug number's to all probes touched. r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D116697
2021-06-21 15:36:23 +00:00
Paul Adenot 1e845586d2 Bug 1714303 - Bump some telemetry probes to 100. r=bryce data-review=chutten
Differential Revision: https://phabricator.services.mozilla.com/D116696
2021-06-21 15:36:22 +00:00
Paul Adenot a9827e532b Bug 1714303 - Update emails for media telemetry probes. r=alwu,bryce,ng
Differential Revision: https://phabricator.services.mozilla.com/D116695
2021-06-21 15:36:22 +00:00
Youhai Li e10e215fb2 Bug 1672577 - Removed expired probe NUMBER_OF_PROFILES, r=jaws,nalexander
Differential Revision: https://phabricator.services.mozilla.com/D116735
2021-06-21 14:53:09 +00:00