Commit Graph

64761 Commits

Author SHA1 Message Date
Thomas Wisniewski
547077eb9b Bug 1564594 - re-sync browser/ and mobile/ versions of the addon to correct a telemetryKey typo, remove the now unusued regex-matching code, and bump version to 6.0.3; r=miketaylr
re-sync browser/ and mobile/ versions of the addon to correct a telemetryKey typo, remove the now unusued regex-matching code, and bump version to 6.0.3

Differential Revision: https://phabricator.services.mozilla.com/D45946

--HG--
extra : moz-landing-system : lando
2019-09-15 07:21:25 +00:00
Brindusan Cristian
e32489a0d8 Backed out changeset 44d3452f6a07 (bug 1550721) for build bustages on nsWindow.cpp. CLOSED TREE 2019-09-17 02:27:52 +03:00
Marius Gedminas
880d097a69 Bug 1550721 - Fix GTK title bar for tiled windows. r=stransky,dao
Differential Revision: https://phabricator.services.mozilla.com/D45500

--HG--
extra : moz-landing-system : lando
2019-09-16 20:35:47 +00:00
Brindusan Cristian
c2ee78aa6f Backed out changeset 3af4309ffce7 (bug 1237782) for wpt assertions/leaks. CLOSED TREE 2019-09-17 01:03:46 +03:00
Jonathan Kingston
bd229a5c73 Bug 1237782 - Remove http override and add appcache pref r=baku
Differential Revision: https://phabricator.services.mozilla.com/D44472

--HG--
extra : moz-landing-system : lando
2019-09-16 17:24:39 +00:00
Ehsan Akhgari
89fcae5179 Bug 1581625 - Move fingerprinting blocking out of the Standard mode of content blocking; r=tanvi
Differential Revision: https://phabricator.services.mozilla.com/D46062

--HG--
extra : moz-landing-system : lando
2019-09-16 19:55:09 +00:00
Zibi Braniecki
6db45733a9 Bug 1581204 - Remove unused DTDs from browser, part2. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D45908

--HG--
extra : moz-landing-system : lando
2019-09-16 19:42:13 +00:00
Zibi Braniecki
a07224edcf Bug 1581204 - Remove unused DTDs from browser. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D45888

--HG--
extra : moz-landing-system : lando
2019-09-16 19:41:25 +00:00
Mihai Alexandru Michis
ee8e5475f4 Backed out 3 changesets (bug 1579489) for causing bc failures at browser_ext_webrtc.js CLOSED TREE
Backed out changeset 71978ebe41f1 (bug 1579489)
Backed out changeset b5e35c96c2f7 (bug 1579489)
Backed out changeset 71130160afee (bug 1579489)
2019-09-16 22:02:47 +03:00
Tim Huang
15cf9f859c Bug 1566813 - Part 3: Show a warning lock icon for the 'about:certerror' page in identity popup. r=johannh
We add a new connection type 'cert-error-page' and will show a warning
lock icon for it. We add a test for it and update existing tests.

Differential Revision: https://phabricator.services.mozilla.com/D45647

--HG--
extra : moz-landing-system : lando
2019-09-16 18:00:04 +00:00
Tim Huang
5ffe9356f3 Bug 1566813 - Part 2: Show a warning lock icon as the identity icon if it is in a 'about:certerror' page. r=johannh
This patch adds a new class 'certError' for the identity icon if it is
in the 'about:certerror' page. The identity icon will show a warning
lock icon if this class is present.

Differential Revision: https://phabricator.services.mozilla.com/D45646

--HG--
extra : moz-landing-system : lando
2019-09-16 17:58:38 +00:00
Tim Huang
732f7d561b Bug 1566813 - Part 1: Divide gIdentityHandler.refreshIdentityBlock(). r=johannh
Right now, the gIdentityHandler.refreshIdentityBlock() is gigantic. In
order to not hit the eslint assert 'complexity', we segregate this
function into two functions according to the functionalities. This
slightly improves the readability of this function.

Differential Revision: https://phabricator.services.mozilla.com/D45645

--HG--
extra : moz-landing-system : lando
2019-09-16 17:56:49 +00:00
Johann Hofmann
cbdf930501 Bug 1579489 - Check the persistent permission checkbox by default for WebExtension WebRTC prompts. r=jib
This is done to offset the requirement that extensions have to get persistent permission before
they can start using WebRTC in popups.

Differential Revision: https://phabricator.services.mozilla.com/D45335

--HG--
extra : moz-landing-system : lando
2019-09-16 15:40:50 +00:00
Johann Hofmann
b3169e3b66 Bug 1579489 - Add tests for getUserMedia handling in WebExtensions. r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D45334

--HG--
extra : moz-landing-system : lando
2019-09-16 15:40:35 +00:00
Johann Hofmann
ec59c497c6 Bug 1579489 - Improve getUserMedia handling in extension pages. r=jib,rpl
The goal is to

- Avoid showing any permission prompt when calling getUserMedia in webextension popups,
  while still checking for persistent permissions.
- Never allow getUserMedia calls on background pages.

Differential Revision: https://phabricator.services.mozilla.com/D45333

--HG--
extra : moz-landing-system : lando
2019-09-16 15:40:21 +00:00
Marco Bonardo
fdfb9d4446 Bug 1578856 - browser.fixup.dns_first_for_single_words and the keyword-uri-fixup UI are broken. r=adw
In the Quantum Bar it's usually the urlbar code that decides whether a search
string should be visited or searched. if dns_first_for_single_words is set,
we can't make a final decision, because that depends on a dns lookup. For now
we don't want to duplicate the docshell code, also because we must keep the
old behavior functioning for cases where the urlbar value is set without input.

Similarly, when the docshell decides to search for a single word host, and a
dns lookup resolves it, it also shows a prompt asking the user if he meant to
visit it instead of searching. Because the urlbar skips the docshell decision
making, we must manually call the fixup prompt code from the urlbar.

Differential Revision: https://phabricator.services.mozilla.com/D45743

--HG--
extra : moz-landing-system : lando
2019-09-16 16:46:34 +00:00
Drew Willcoxon
03d547d224 Bug 1579963 - Quantumbar experiments doc: Fix incorrect statement about hacking the Extension.isPrivileged getter r=harry
I was conflating two different things: loading extensions and giving them access to privileged APIs. I think this does a better job of explaining things.

Differential Revision: https://phabricator.services.mozilla.com/D45931

--HG--
extra : moz-landing-system : lando
2019-09-16 16:41:50 +00:00
Drew Willcoxon
f9936c08e4 Bug 1580259 - Quantumbar experiments doc: Update signing contacts r=harry
Differential Revision: https://phabricator.services.mozilla.com/D45914

--HG--
extra : moz-landing-system : lando
2019-09-16 16:39:59 +00:00
Rob Wu
64ad4811f6 Bug 1570715 - Treat (deprecation) warnings as errors r=rpl
Add new preference `extensions.webextensions.warnings-as-errors` that
defaults to `true` in tests. Tests that expect warnings are modified
to briefly flip the pref for the specific part of the test that needs
an exception.

As part of the refactor, log entries for schema entries that contain
`"onError": "warn"` will now be prefixed by "Warning" instead of
"Error", to be consistent with the change from bug 1495908.

Differential Revision: https://phabricator.services.mozilla.com/D40548

--HG--
extra : moz-landing-system : lando
2019-09-16 16:35:59 +00:00
Valentin Gosu
44d8431a8c Bug 1513574 - Remove UAOverridesBootstrapper r=michal
Differential Revision: https://phabricator.services.mozilla.com/D14750

--HG--
extra : moz-landing-system : lando
2019-09-16 15:21:18 +00:00
Johann Hofmann
ff1911cf74 Bug 1580319 - Clear PopupNotifications UI state when no checkbox is present. r=prathiksha
In getUserMedia we didn't use to have prompts without a checkbox, thus this bug couldn't manifest.
Now we do hide the checkbox for iframes, so this code path is triggered and doesn't properly
reset the UI state between prompts.

Differential Revision: https://phabricator.services.mozilla.com/D45911

--HG--
extra : moz-landing-system : lando
2019-09-16 09:44:07 +00:00
Cosmin Sabou
c9c01ce286 Backed out 2 changesets (bug 1567076) for browser chrome failures on browser_security-2.js.
Backed out changeset 654460f2dd4e (bug 1567076)
Backed out changeset df96f6fc42b8 (bug 1567076)
2019-09-16 12:39:12 +03:00
Johann Hofmann
8847236f13 Bug 1573502 - Always use system principal as triggeringPrincipal for about:certificate. r=jkt
about:certificate is always trusted and we don't have to use the content principal in browser.js

Differential Revision: https://phabricator.services.mozilla.com/D45939

--HG--
extra : moz-landing-system : lando
2019-09-16 09:06:00 +00:00
arthur.iakab
9cdf2ac91b Bug 1567076 - Fixed Eslint failure for in-content/privacy.js CLOSED TREE 2019-09-16 10:54:33 +03:00
Zachary Svoboda
42de330fad Bug 1567076 - Remove test table from malware blocking privacy settings r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D45764

--HG--
extra : moz-landing-system : lando
2019-09-16 07:23:59 +00:00
Rob Wu
6c8fef0765 Bug 1527029 - Split about:blank test from browser_ext_tabs_executeScript.js r=zombie
The browser_ext_tabs_executeScript.js test occasionally times out.
Apparently the part of the test that opens "about:blank" and awaits the
result sometimes times out (`tabs.executeScript` does not resolve).

To avoid collateral damage by this small part of the test, the
"about:blank" test has been moved to its own file.

Differential Revision: https://phabricator.services.mozilla.com/D45955

--HG--
extra : moz-landing-system : lando
2019-09-15 22:18:27 +00:00
Harry Twyford
2b19541fd2 Bug 1580808 - Change UrlbarTestUtils.get[set]SelectedIndex to get[set]SelectedRowIndex. r=adw
Depends on D45455

Differential Revision: https://phabricator.services.mozilla.com/D45724

--HG--
extra : moz-landing-system : lando
2019-09-12 21:05:22 +00:00
Narcis Beleuzu
1cb9dbb638 Backed out 2 changesets (bug 1570715) for causing tp6m raptor failures
Backed out changeset e7364a10a663 (bug 1570715)
Backed out changeset 51824b1dda97 (bug 1570715)
2019-09-14 16:00:00 +03:00
shindli
db496969b4 Backed out changeset c07c104ed40e (bug 1580094) for causing XPCshell failures CLOSED TREE 2019-09-14 14:48:51 +03:00
monikamaheshwari
9d60e0d578 Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D45629

--HG--
extra : moz-landing-system : lando
2019-09-14 09:39:26 +00:00
Dão Gottwald
a9c4c1d278 Bug 1577181 - Fix one off search button overflow layout in the urlbar. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D45826

--HG--
extra : moz-landing-system : lando
2019-09-14 09:18:11 +00:00
Francesco Lodolo (:flod)
1b3e58578c Bug 1580094 - Add 'ca-valencia' to Firefox Nightly build r=Pike
Differential Revision: https://phabricator.services.mozilla.com/D45550

--HG--
extra : moz-landing-system : lando
2019-09-11 16:18:58 +00:00
Ed Lee
fd0c14a1da Bug 1581195 - Add bookmarked CFR, errored snippet and bug fixes to New Tab Page r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D45892

--HG--
extra : moz-landing-system : lando
2019-09-13 22:57:40 +00:00
Tom Ritter
46be6f9ea3 Bug 1577284 - Refactor out a data: URI in loadProcessScript r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D45730

--HG--
extra : moz-landing-system : lando
2019-09-14 03:36:14 +00:00
lesleynorton
e5f76e4b85 Bug 1579220: Hide faint gray line when select is focused. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D45264

--HG--
extra : moz-landing-system : lando
2019-09-14 00:55:20 +00:00
Cosmin Sabou
68efd2f8f7 Backed out changeset 21ee43d26d0f (bug 1536312) for turning bug 1536312 into permafail. 2019-09-14 02:14:18 +03:00
Mihai Alexandru Michis
bc93ee4014 Backed out changeset 9253d5d4148f (bug 1579311) for causing failures in test_confirm_delete_dialog.html CLOSED TREE 2019-09-14 02:05:16 +03:00
Harry Twyford
23ad8796f5 Bug 1578435 - Update UrlbarView's selection model to support selection within "tip" results. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D45455

--HG--
extra : moz-landing-system : lando
2019-09-13 22:47:41 +00:00
Jared Wein
acf146b819 Bug 1579311 - Adjust the order of the buttons in the confirmation dialog based on OS and focus the confirmation button by default. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D45274

--HG--
extra : moz-landing-system : lando
2019-09-13 19:42:50 +00:00
lesley
d71fead04b Bug 1576047: Make breach indicators accessible. r=jaws,fluent-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D44913

--HG--
extra : moz-landing-system : lando
2019-09-09 16:37:05 +00:00
Harry Twyford
a6bf2bfd9e Bug 1536312 - Reenable browser/components/customizableui/test/browser_884402_customize_from_overflow.js on Mac and Windows. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D45886

--HG--
extra : moz-landing-system : lando
2019-09-13 21:39:06 +00:00
lesleynorton
41de4a94e9 Bug 1579170: Adjust hover treatment of FxA button. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D45267

--HG--
extra : moz-landing-system : lando
2019-09-13 21:31:57 +00:00
Hiroyuki Ikezoe
4bd3544316 Bug 1578973 - Don't use autofocus in data URL in browser_selectpopup.js. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D45779

--HG--
extra : moz-landing-system : lando
2019-09-13 11:00:10 +00:00
Cosmin Sabou
7eefc811e7 Backed out 2 changesets (bug 1522659, bug 1553624) for browser chrome failures on browser_edit.js. CLOSED TREE
Backed out changeset 65435277ebd7 (bug 1522659)
Backed out changeset 5faf20588375 (bug 1553624)
2019-09-13 21:42:11 +03:00
Cosmin Sabou
9bd5920216 Backed out changeset dc7ec5a19a13 (bug 1577181) for browser chrome failures on browser_oneOffContextMenu. CLOSED TREE 2019-09-13 20:33:34 +03:00
Dão Gottwald
1b33a49317 Bug 1578715 - Increase urlbarView's z-index. r=adw
This is the same value we now use for the megabar: https://searchfox.org/mozilla-central/rev/878bbf3cb8897a208454df27535f3522ab482cf2/browser/themes/shared/urlbar-searchbar.inc.css#118

Differential Revision: https://phabricator.services.mozilla.com/D45823

--HG--
extra : moz-landing-system : lando
2019-09-13 17:15:06 +00:00
Robert Helmer
0c10989c46 Bug 1581002 - pass -first-startup flag to Firefox from stub and normal intallers r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D45763

--HG--
extra : moz-landing-system : lando
2019-09-13 15:12:56 +00:00
Mark Banner
d081f85ab5 Bug 1563017 - Use private browsing search engine in the search bar when in private browsing mode. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D45850

--HG--
extra : moz-landing-system : lando
2019-09-13 15:37:24 +00:00
Mark Striemer
85c106d2a2 Bug 1522659 - Cancel editing a pref with escape in about:config r=jaws,paolo
Differential Revision: https://phabricator.services.mozilla.com/D45087

--HG--
extra : moz-landing-system : lando
2019-09-12 23:21:17 +00:00
Mark Striemer
daeadbec99 Bug 1553624 - Select current text when editing in about:config r=paolo,jaws
Differential Revision: https://phabricator.services.mozilla.com/D45078

--HG--
extra : moz-landing-system : lando
2019-09-12 23:20:55 +00:00