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

70340 Коммитов

Автор SHA1 Сообщение Дата
Jim Mathies 2cb953ef94 Bug 1626055 - Disable address autofill auto-saving until we deal with duplicate addresses. r=MattN
Tie address capture to a new temporary pref, and update some tests to enable it so the test keep running.

Differential Revision: https://phabricator.services.mozilla.com/D83961
2020-07-21 05:58:30 +00:00
Jim Mathies da9ed0a51f Bug 1425884 - Enable browser_creditCard_doorhanger.js. r=zbraniecki
Enable this credit card autofill test. Passing on all platforms.

Differential Revision: https://phabricator.services.mozilla.com/D83983
2020-07-17 17:54:14 +00:00
Jim Mathies e53e7cccd4 Bug 1456284 - Enable browser_insecure_form.js. r=zbraniecki
Credit autofill is now working better, and this test is passing on all platforms.

Differential Revision: https://phabricator.services.mozilla.com/D83986
2020-07-17 17:54:39 +00:00
Mark Banner ff5c602cf4 Bug 1654246 - When cloning search engines for preferences, clone the hidden property as well to ensure restore default engines works correctly. r=daleharvey,preferences-reviewers,ntim
Differential Revision: https://phabricator.services.mozilla.com/D84520
2020-07-23 12:04:04 +00:00
Francesco Lodolo (:flod) f42aa82585 Bug 1654528 - Update comments for brand names in Fluent files r=Pike
Differential Revision: https://phabricator.services.mozilla.com/D84497
2020-07-23 09:31:52 +00:00
Matthew Noorenberghe 7ff7f91d0f Bug 1654604 - Hold CSV Import to Nightly for Fx80. r=severin,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D84619
2020-07-23 06:32:30 +00:00
Matthew Noorenberghe 7c3a6d2696 Bug 1653432 - Don't wait on AboutLoginsUtilsReady to populate the SUMO URL. r=severin
Differential Revision: https://phabricator.services.mozilla.com/D84618
2020-07-23 03:57:21 +00:00
Jonathan Watt b7e932192e Bug 1652270. Convert nsFrameLoader::Print to return a Promise. r=farre,remote-protocol-reviewers,marionette-reviewers,jgraham,whimboo,mixedpuppy
(Instead of requiring callers to pass an nsIWebProgressListener.)

Differential Revision: https://phabricator.services.mozilla.com/D83249
2020-07-22 23:17:45 +00:00
Andrei Oprea 7e6bdb7722 Bug 1649538 - Add new Snippets template for Send to Device r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D83135
2020-07-22 20:56:31 +00:00
Robert Helmer ddbad8ba46 Bug 1653098 - pre-enrollment consent dialog for Pioneer v2 r=mstriemer
Differential Revision: https://phabricator.services.mozilla.com/D83893
2020-07-22 21:15:44 +00:00
emcminn 8519acb03f Bug 1653322 - Converted import topsites "disclaimer" tooltip to a footer r=pdahiya,fluent-reviewers,MarcoZ,flod
Differential Revision: https://phabricator.services.mozilla.com/D84025
2020-07-22 19:54:14 +00:00
Jonathan Almeida [:jonalmeida] e9a6ea525b Bug 1607092 - Add new quote from Book of Mozilla for GeckoView r=geckoview-reviewers,Pike,agi
Differential Revision: https://phabricator.services.mozilla.com/D80575
2020-07-07 02:22:07 +00:00
Neil Deakin 0cae4293b6 Bug 1654127, move webrtc and about home cache handling out of ContentObservers.js framescript, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D84277
2020-07-22 10:14:26 +00:00
Matthew Noorenberghe 3b1e0dde32 Bug 1653798 - Add Primary Password SUMO link and text about the name change. r=preferences-reviewers,fluent-reviewers,flod,ntim
`forms-primary-pw-former-name = {""}` is used when this term didn't change for a locale.

Differential Revision: https://phabricator.services.mozilla.com/D84291
2020-07-22 07:16:29 +00:00
Narcis Beleuzu 6a99a110b2 Backed out changeset 01f3ce4e1942 (bug 1649538) for newtab failures on SubmitFormSnippet.scss . CLOSED TREE 2020-07-22 21:11:14 +03:00
Narcis Beleuzu 687f235fbc Backed out changeset f95c19e45ab2 (bug 1652270) for reftest failures on test-text.html . CLOSED TREE 2020-07-22 20:36:53 +03:00
Tim Huang 26fd85af70 Bug 1647825 - Part 2: Report the XFO and CSP: frame-ancestors error through the telemetry event. r=ckerschb,chutten,nhnt11
After user ticks the checkbox of allowing error reporting, we will
report the error through the telemetry event. The event includes the
error type, XFO policy, CSP policy, the frame uri and the top-level uri.

Differential Revision: https://phabricator.services.mozilla.com/D82332
2020-07-22 15:12:38 +00:00
Tim Huang 748ddb821d Bug 1647825 - Part 1: Add the UI for enable reporting XFO and CSP:frame-ancestors error. r=ckerschb,nhnt11
This patch adds the UI for allowing users to enable reporting XFO error.
The reporting UI will be displayed in the error page if the error is a
XFO error.

Differential Revision: https://phabricator.services.mozilla.com/D82331
2020-07-22 15:12:38 +00:00
Ksenia Berezina eab4e2c6da Bug 1654555 - Import v13.0.1 webcompat addon sources. r=webcompat-reviewers,miketaylr
Differential Revision: https://phabricator.services.mozilla.com/D84544
2020-07-22 16:33:52 +00:00
Sebastian Streich 62263a0673 Bug 1654583 - Refactor SiteDataManager.jsm to not use principal.uri r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D82912
2020-07-22 16:46:33 +00:00
Andrei Oprea 6cf2a7977e Bug 1649538 - Add new Snippets template for Send to Device r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D83135
2020-07-22 15:02:29 +00:00
Jonathan Watt 8c0fb25348 Bug 1652270. Convert nsFrameLoader::Print to return a Promise. r=farre,remote-protocol-reviewers,marionette-reviewers,jgraham,whimboo,mixedpuppy
(Instead of requiring callers to pass an nsIWebProgressListener.)

Differential Revision: https://phabricator.services.mozilla.com/D83249
2020-07-22 15:54:01 +00:00
Scott 3fcf9cfd53 Bug 1638544 - Fix istanbul coverage reporting in browser/components/newtab r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D84415
2020-07-22 14:47:21 +00:00
Kirk Steuber 5cccad60d5 Bug 1653394 - Dynamically allocate string buffers in ReadStrings() to remove the 600 character limit r=mhowell,Pike
Differential Revision: https://phabricator.services.mozilla.com/D84418
2020-07-22 08:11:41 +00:00
Alphan Chen 718c5dafae Bug 1653556 - Set "_tabDataForFinishRestoreHistory" when sessionHistory is in the parent process r=smaug,mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D84290
2020-07-22 10:50:48 +00:00
Neil Deakin 8e3d371176 Bug 1654124, switch to get the remote type from the browsing context rather than the message manager in a few places, r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D84269
2020-07-21 17:16:50 +00:00
Cosmin Sabou b743660c1a Merge autoland to mozilla-central. a=merge 2020-07-22 07:31:46 +03:00
Dorel Luca 990d081d9f Backed out 2 changesets (bug 1651519) for WPT failures in webdriver/tests/switch_to_frame/switch.py. CLOSED TREE
Backed out changeset 7b973a0e7be9 (bug 1651519)
Backed out changeset 55e9184c5617 (bug 1651519)
2020-07-22 02:47:34 +03:00
Mozilla Releng Treescript 555134e344 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
szl -> default
2020-07-21 22:08:38 +00:00
Dão Gottwald 1e00a1d634 Bug 1654293 - Remove URL matching from Top Site attribution request. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D84365
2020-07-21 15:16:05 +00:00
Emma Malysz 04e1282606 Bug 1653846, ensure sync now buttons are all given correct attributes to correctly perform sync animation. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D84368
2020-07-21 15:36:58 +00:00
Kashav Madan ae956c4eef Bug 1653674 - Unskip passing fission tests, r=kmag
It's possible that some of these are still failing intermittently. We can't
really know without first unskipping them.

https://github.com/annygakh/audit-tests

Differential Revision: https://phabricator.services.mozilla.com/D84017
2020-07-21 15:42:48 +00:00
Itiel 653130ff0d Bug 1653859 - Mirror the theme icons in the new multistage about:welcome for RTL r=Mardak
Differential Revision: https://phabricator.services.mozilla.com/D84106
2020-07-21 14:58:08 +00:00
Cameron McCormack 406ebd614d Bug 1654004 - Tweak browser_parsable_css.js to account for other rules when the ::file-chooser-button pref is disabled. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D84271
2020-07-21 07:57:47 +00:00
Kris Maglione d182c95351 Bug 1651519: Part 2 - Also remove nsIDOMWindowUtils::outerWindowID. r=nika,geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D82957
2020-07-21 22:19:19 +00:00
Kris Maglione e7d942c77f Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo
It has some properties which make it footgunny, especially in the face of
Fission. Callers should use WindowGlobalChild.innerWindowId instead.

Differential Revision: https://phabricator.services.mozilla.com/D82801
2020-07-21 19:02:27 +00:00
Eugen Sawin f36309192d Bug 1654369 - [1.0] Enable new-password generation heuristics for GeckoView. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D84416
2020-07-21 20:23:30 +00:00
Andrei Oprea 1d790b65af Bug 1632818 - Create page for CFR Simple template in Firefox source docs r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D80838
2020-07-21 20:36:10 +00:00
Punam Dahiya 5ccca093b8 Bug 1653087 - Add default theme as an option to multistage choose a theme screen r=Mardak,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D83869
2020-07-21 20:20:30 +00:00
Nicolas Chevobbe ae24ed2cde Bug 1652016 - Destroy target created by WebExtension when destroying the toolbox. r=rpl,daisuke,jdescottes.
The problem has 2 folds.
The first one is that the shutdown function on DevToolsExtensionPageContextParent
wasn't called, which means the target was never destroyed. This is fixed by
overriding unload in DevToolsExtensionPageContextParent instead of shutdown, so
the function gets called and the target destroyed.

The second issue was that a single webextension could create 2 targets, and since
we only keep track of a single target, we would miss one. This is fixed by putting
the call to watchTargets in getCurrentDevTools in a promise, so subsequent calls
that might occur before the resulting promise isn't resolved don't end up calling
watchTargets a second time.

Differential Revision: https://phabricator.services.mozilla.com/D83935
2020-07-21 16:26:16 +00:00
Francesco Lodolo (:flod) 81a6f4c8e1 Bug 1654199 - Add Silesian (szl) to Nightly builds, r=Pike,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D84310
2020-07-21 13:39:01 +00:00
Francesco Lodolo (:flod) 3533386491 Bug 1654173 - Remove redundant stand-alone comment for keyboard shortcuts r=fluent-reviewers,Pike
Differential Revision: https://phabricator.services.mozilla.com/D84292
2020-07-21 13:38:43 +00:00
Nathan Froyd 0b1387e22e Bug 1641928 - use new dump_syms for Linux builds; r=firefox-build-system-reviewers,rstewart
Faster and more maintainable is better.

Differential Revision: https://phabricator.services.mozilla.com/D83654
2020-07-21 13:07:31 +00:00
Dorel Luca d91c6dc40b Backed out 2 changesets (bug 1651519) for wpt failures in webdriver/tests/switch_to_frame/switch.py. CLOSED TREE
Backed out changeset 52317abc5c68 (bug 1651519)
Backed out changeset 45448dca59a4 (bug 1651519)
2020-07-21 21:55:57 +03:00
Mike Conley 3d8ed5dd22 Bug 1651265 - Ensure DiscoveryStreamFeed exists before trying to access it in browser_no_startup_actions.js to fix an intermittent orange. r=emalysz
Differential Revision: https://phabricator.services.mozilla.com/D83955
2020-07-21 17:23:04 +00:00
Kris Maglione 4a25531b4a Bug 1651519: Part 2 - Also remove nsIDOMWindowUtils::outerWindowID. r=nika,geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D82957
2020-07-21 16:59:33 +00:00
Kris Maglione 9c2c147159 Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo
It has some properties which make it footgunny, especially in the face of
Fission. Callers should use WindowGlobalChild.innerWindowId instead.

Differential Revision: https://phabricator.services.mozilla.com/D82801
2020-07-21 16:59:28 +00:00
Itiel 4df0cdf960 Bug 1653946 - Fix the expander icons visibility in dark mode r=dao
Also fix their hover and active states for non-dark mode.

Differential Revision: https://phabricator.services.mozilla.com/D84193
2020-07-21 16:02:11 +00:00
Nihanth Subramanya f195ad10c8 Bug 1643187 - Update storage access permission icon to cookie icon. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D84270
2020-07-21 11:29:26 +00:00
Nihanth Subramanya b852dc7a5f Bug 1643187 - Update Storage Access API prompt to not declare that the third party is a tracker. r=pbz
Differential Revision: https://phabricator.services.mozilla.com/D84248
2020-07-21 11:26:36 +00:00