Commit Graph

2692 Commits

Author SHA1 Message Date
Brian Grinstead
9db03b09ae Bug 1500626 - Convert <menuitem> bindings to a Custom Element r=surkov
Differential Revision: https://phabricator.services.mozilla.com/D9322
2019-05-02 19:28:18 +00:00
Andrew Swan
4aa16694cc Bug 1547767 Fix buttons in Sync disconnect dialog r=bgrins
Differential Revision: https://phabricator.services.mozilla.com/D29432
2019-04-30 22:58:26 +00:00
Gijs Kruitbosch
c4940a7c3f Bug 1547496 - remove warning for minimum font sizes being big as internal pages are no longer affected, r=mconley,flod
This warning was added in https://bugzilla.mozilla.org/show_bug.cgi?id=1047586 .
As a result of https://bugzilla.mozilla.org/show_bug.cgi?id=1528712 , internal pages
are no longer affected by this change. Instead, they obey the OS font size
configuration, in which we cannot warn. So let's remove the now-inaccurate warning dialog.

Differential Revision: https://phabricator.services.mozilla.com/D29218
2019-04-30 17:14:40 +00:00
Michael Kaply
125f8c1b6b Bug 1547020 - Locking useDownloadDir shouldn't lock file chooser. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D28874
2019-04-26 19:47:08 +00:00
Oana Pop Rus
12bcd294e0 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2019-04-26 01:20:21 +03:00
Erica Wright
1f701358fc Bug 1543037 - Improve "Reload all tabs" experience. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D27936
2019-04-24 15:43:40 +00:00
Brian Grinstead
3dd68e7775 Bug 1546501 - Remove unnecessary type attributes (i.e. [type="application/javascript"]) on non-test script tags r=mossop
This is an autogenerated commit, generated with https://bug1546501.bmoattachments.org/attachment.cgi?id=9060222

Differential Revision: https://phabricator.services.mozilla.com/D28559
2019-04-24 19:43:57 +00:00
Gijs Kruitbosch
cff78a6d12 Bug 1546147 - fix broken search keyword textbox when switching categories, r=vporof
Differential Revision: https://phabricator.services.mozilla.com/D28674
2019-04-24 17:32:16 +00:00
Erica Wright
9c5b3185d3 Bug 1545074 - wait for condition appropriate for all channels. r=johannh
We were waiting for a condition which in beta would not be true. All other waitForCondition in this file should be future-proof.

Differential Revision: https://phabricator.services.mozilla.com/D28088
2019-04-24 09:09:25 +00:00
Andrew Swan
365b36f208 Bug 1538983 Rework highlightable buttons r=jaws
Our standard <button> binding has been carrying around an extra <label>
just to support search highlighting in about:preferences.  This patch
removes that overhead by moving the tweaks that about:preferences needs
into a custom element used only within about:preferences.

Differential Revision: https://phabricator.services.mozilla.com/D28511
2019-04-19 14:08:33 -07:00
Ricky Rosario
ff586fa56a Bug 1537736 - Use HomePage.get()/set() more consistently r=nanj
MozReview-Commit-ID: 5PzW6ONmuKd

Differential Revision: https://phabricator.services.mozilla.com/D28505
2019-04-23 18:30:07 +00:00
Narcis Beleuzu
5d2c5ba381 Bug 1533681 - Disable browser_siteData.js on Win and Linux (debug) r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D28316
2019-04-22 11:37:07 +00:00
Brian Grinstead
90f864cbfe Bug 1545962 - Use <template> instead of CDATA for about:preferences r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D28280
2019-04-22 22:38:57 +00:00
Andrew Swan
a21c1c9924 Bug 1538983 Convert button xbl binding to a custom element r=bgrins
As of this change, instances of xul <button> use a custom element.
The button-base xbl binding remains for now, since it is still used
by toolbarbutton, it will be removed soon.

Differential Revision: https://phabricator.services.mozilla.com/D27742
2019-04-15 14:27:32 -07:00
Zibi Braniecki
8737df3517 Bug 1545399 - Update the Preferences' setControllingExtensionDescription to only alter the DOM when needed. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D28170
2019-04-21 00:50:41 +00:00
Joel Maher
165632857c Bug 1545552 - fix manifest to allow browser_telemetry.js to run. r=jaws
browser_telemetry.js has a condition that requires healthreport to be active.  This will never be the case.  Removing that gives us a chance to run the test.

Differential Revision: https://phabricator.services.mozilla.com/D28219
2019-04-20 00:24:09 +00:00
Arpit
bf94575434 Bug 1483077 - Replaced reference to getBrowser with gBrowser r=robwu,dao
Differential Revision: https://phabricator.services.mozilla.com/D27418
2019-04-17 00:04:54 +00:00
Kirk Steuber
5d6c1c5b62 Bug 1544562 - Call onUnload when about:preferences is closed r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D27591
2019-04-18 20:52:02 +00:00
Erica Wright
3ef0910cc7 Bug 1529659 - Update top-level content blocking description to be more generic. r=flod
Differential Revision: https://phabricator.services.mozilla.com/D27961
2019-04-18 06:55:15 +00:00
Luke Crouch
0c06f212e3 contextualIdentity: add gray color and fence icon (Bug 1532746); r=jkt,flod
Adds a gray color and fence icon for Containers. This is originally from
Facebook Container: https://addons.mozilla.org/firefox/addon/facebook-container/

User Research showed a strong affinity for the fence icon as an indicator of
the kind of "boundary" protection that Containers provide.
https://docs.google.com/spreadsheets/d/1bnqjcWTV893RESMPJzAXOrDN0juN_Z0-EE93Mvn3Z5g/edit#gid=0

Differential Revision: https://phabricator.services.mozilla.com/D26988
2019-04-17 16:43:30 +00:00
Erica Wright
b715160bb0 Bug 1544746 - Cookies label in Strict mode now reflects the state of cookie behavior. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D27733
2019-04-16 21:21:39 +00:00
Erica Wright
0737dc5778 Bug 1545074 - Future-proof the strict category expectations. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D27906
2019-04-17 16:39:31 +00:00
Mike de Boer
4685c831da Bug 1518545 - Remove the superfluous 'engine-current' Search Service observer topic in favour of 'engine-default'. r=daleharvey
Differential Revision: https://phabricator.services.mozilla.com/D27857
2019-04-17 09:45:24 +00:00
Noemi Erli
aad004c24c Merge autoland to mozilla-central. a=merge 2019-04-17 01:01:20 +03:00
Andreea Pavel
cf41ea345c Backed out changeset 252732b54408 (bug 1544562) for causing bug 1544625 a=backout 2019-04-16 18:40:50 +03:00
Kirk Steuber
63c4292f37 Bug 1544562 - Call onUnload when about:preferences is closed r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D27591
2019-04-15 21:23:04 +00:00
Erica Wright
5db0a3e479 Bug 1543280 - Enable FP and CM in strict in all channel, enable FP and CM in standard for nightly and early beta. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D27315
2019-04-16 13:53:18 +00:00
Andrew Swan
1d2f1cd4ef Bug 1541577 Drop AddonInstall references when installs finish r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D26013
2019-04-03 13:56:08 -07:00
Jonathan Kingston
7af9989152 Bug 1479433 - Changing icons and colors for containers to be class based. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D24918
2019-04-10 11:19:00 +00:00
Gijs Kruitbosch
ef4258e987 Bug 1533477 - check that the number of items in the app list doesn't change, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D26751
2019-04-09 19:37:16 +00:00
Ehsan Akhgari
c9f3e02cb3 Bug 1415037 - Re-enable browser_siteData.js now that bug 1498102 has been fixed; r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D26020
2019-04-05 14:27:29 +00:00
Erica Wright
f7014533b9 Bug 1529517 - Add prefs for defining expected values in each content blocking category. r=johannh,flod
Add prefs for defining expected values in each content blocking category, depend on those prefs to set expectations.

Differential Revision: https://phabricator.services.mozilla.com/D21234
2019-04-05 05:36:00 +00:00
phoenixabhishek
a23497b040 Bug 1521919 - SitePermissions.get should check for nsIURI. r=johannh
functions now throw an error if the uri parameter is not an nsIURI.

Differential Revision: https://phabricator.services.mozilla.com/D23672
2019-03-27 05:40:23 +00:00
Gijs Kruitbosch
9cbb4b9692 Bug 1541377 - add contentPane class to allow the site data settings dialog to scroll when the window height is constrained, r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D26195
2019-04-04 19:05:10 +00:00
Zibi Braniecki
c8a8112918 Bug 1540085 - Use label.value rather than text content in site data settings UI to use cropping. r=jaws,flod
Differential Revision: https://phabricator.services.mozilla.com/D25692
2019-04-04 14:14:52 +00:00
Ehsan Akhgari
db8f81b484 Bug 1436395 - Re-enable browser_clearSiteData.js now that bug 1498102 has been fixed; r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D26021
2019-04-04 01:48:31 +00:00
Mark Striemer
777ac4818c Bug 1539137 - Fix help link in browser languages dialog r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D25998
2019-04-03 23:01:29 +00:00
Jan-Erik Rediger
5fec79a3f4 Bug 1529696 - Rename DATASET_RELEASE_CHANNEL_OPTOUT/OPTIN to DATASET_ALL/PRERELEASE_CHANNELS everywhere r=chutten
Depends on D25934

Differential Revision: https://phabricator.services.mozilla.com/D25935
2019-04-03 17:12:11 +00:00
Dave Townsend
7f2790c1c4 Bug 1533077: Remove nsIAppStartup.eRestartNotSameProfile r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D22345
2019-04-03 15:24:59 +00:00
Sam Foster
60ccce0752 Bug 1533263 - wait for initial pref values before init-ing the DNS-Over-HTTPs UI. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D23009
2019-04-01 22:10:30 +00:00
Emilio Cobos Álvarez
1ca5f49149 Bug 1537594 - Make the fixed generic family a parse-time alias to monospace. r=jfkthame
As discussed on IRC, fixed is only used for prefs right now, and:

 * We already copy the fixed size to the monospace font.
 * We already serialize the fixed family as "monospace" in the style system.

So it already works somewhat inconsistently. Making it an alias makes it
work consistently.

Differential Revision: https://phabricator.services.mozilla.com/D24288
2019-04-01 21:48:08 +00:00
Carolina Jimenez Gomez
06fbf600a9 Bug 1510960 - Fix the problem when the user removes all permissions from cookies permission and then try to add the same before clicking on "Save Changes". r=johannh
The problem was that it only apply changes when the user clicks on save button, so, some times there is a permission that has to be added but is also in the permissions to delete, so, the solution is just delete all the permissions it has to delete first and then add the permissions that has to be added. r=johannh

Differential Revision: https://phabricator.services.mozilla.com/D23952
2019-04-01 12:41:51 +00:00
arthur.iakab
cc7c9e85ec Backed out 3 changesets (bug 1537594, bug 1537575) for causing build bustages on mathml/nsMathMLChar.cpp CLOSED TREE
Backed out changeset 7375a830b5ef (bug 1537594)
Backed out changeset 0cd1411e2fb3 (bug 1537575)
Backed out changeset c7565f50239a (bug 1537575)
2019-04-01 23:41:04 +03:00
Emilio Cobos Álvarez
2e153ac595 Bug 1537594 - Make the fixed generic family a parse-time alias to monospace. r=jfkthame
As discussed on IRC, fixed is only used for prefs right now, and:

 * We already copy the fixed size to the monospace font.
 * We already serialize the fixed family as "monospace" in the style system.

So it already works somewhat inconsistently. Making it an alias makes it
work consistently.

Differential Revision: https://phabricator.services.mozilla.com/D24288
2019-04-01 18:48:10 +00:00
Jared Wein
6dc2d40d43 Bug 1533294 - Changing categories should hide the search-headers. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D25188
2019-03-28 10:59:44 +00:00
Zibi Braniecki
26752314e2 Bug 1483036 - Fix fluent errors caught by the new test failures. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D24315
2019-03-26 15:05:14 +00:00
Jonas Allmann
245381a9bb Bug 1529231, Remove all occurences of ondialogaccept and ondialogcancel, r=Gijs
Removed all occurences of ondialogaccept.
Removed all occurences of ondialogcancel.
Replaced all removed attributes with event handlers.

Differential Revision: https://phabricator.services.mozilla.com/D21227
2019-03-26 18:34:02 +00:00
Johann Hofmann
ff4ea03b85 Bug 1529128 - Automatically update cryptomining and fingerprinting lists when the features are enabled. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D23300
2019-03-26 11:29:20 +00:00
Noor Afshan Fathima
3f00203b70 Bug 1537535 - Changed the string replace method with trim() method. r=johannh
Summary:
Changed the string replace method with trim() method

Issue fixed

Reviewers: johannh

Reviewed By: johannh

Bug #: 1537535

Differential Revision: https://phabricator.services.mozilla.com/D24344
2019-03-23 04:32:17 +02:00
Brian Grinstead
b161be4615 Bug 1536752 - Remove sync pane from about:preferences when identity.fxaccounts.enabled is false r=Gijs
This fixes a bug in where we render out the text content of the template when searching.

Differential Revision: https://phabricator.services.mozilla.com/D24544
2019-03-22 20:49:53 +00:00