Florian Quèze
7e376f1716
Bug 1336227 - Show about:blank as soon as possible during startup (pref'ed off), r=mconley.
2018-02-10 15:07:48 +01:00
Edouard Oger
1666fb5941
Bug 1427674 - Unify FxA content server URL preferences. r=markh,tcsc
...
MozReview-Commit-ID: 3zhHGAzQr0R
2018-01-30 13:21:35 -05:00
Andrew McCreight
272cee1e65
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
...
This patch was autogenerated by my decomponents.py
It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.
It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.
It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)
MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Marco Bonardo
9cb130abef
Bug 1167237 - Remove nsIBrowserGlue.sanitize() and nsIBrowserGlue. r=johannh
...
MozReview-Commit-ID: DPs8n6OTfDh
2018-02-06 14:23:03 +01:00
Johann Hofmann
0013a2e800
Bug 1167238 - Part 3 - Clean up usage of sanitize.js to properly use Sanitizer.jsm. r=mak
...
This replaces all non-test usage of sanitize.js or legacy Sanitizer.jsm
to use the new Sanitizer.jsm module which does not hold internal state
and instead receives all configuration through function arguments (or by reading prefs).
MozReview-Commit-ID: KitMVptuIG3
2018-01-18 16:02:04 +01:00
Florian Quèze
c5f15a4700
Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop.
2018-02-01 20:45:22 +01:00
Zibi Braniecki
6a23509aaf
Bug 1433411 - Import fetch API in nsBrowserGlue. r=Gijs
...
MozReview-Commit-ID: 4jgi2NOu81A
2018-01-26 08:28:51 -08:00
Kris Maglione
0bb74efdf1
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Cosmin Sabou
f09d6d985d
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE
...
Backed out changeset a1eca62826a1 (bug 1431533 )
Backed out changeset 34c999fa006b (bug 1431533 )
Backed out changeset e2674287e57f (bug 1431533 )
2018-01-30 07:17:48 +02:00
Kris Maglione
fd67f090b2
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Brindusan Cristian
483ba301cb
Backed out 2 changesets (bug 1431533) for ESlint failures on a CLOSED TREE
...
Backed out changeset 6e56f4c8843e (bug 1431533 )
Backed out changeset 12fc4dee861c (bug 1431533 )
2018-01-30 02:32:43 +02:00
Kris Maglione
683a97d172
Bug 1431533: Part 5a - Auto-rewrite code to use ChromeUtils import methods. r=florian
...
This was done using the following script:
37e3803c7a/processors/chromeutils-import.jsm
MozReview-Commit-ID: 1Nc3XDu0wGl
2018-01-29 15:20:18 -08:00
Thom Chiovoloni
d12f5322be
Bug 1408361 - Add ellipsis when truncating received tab URI for display. r=eoger
...
MozReview-Commit-ID: 4PVX5J59kpM
2018-01-16 12:57:36 -05:00
Johann Hofmann
ed86084f85
Bug 1345077 - Part 2 - Add telemetry on permission requests from third party origins, handling user input and insecure contexts. r=florian,liuche
...
MozReview-Commit-ID: 4ARIxa6gwCg
2018-01-10 21:07:59 +01:00
Drew Willcoxon
6222e547c6
Bug 1431489 - Follow-up fix: Allow users to choose whether search suggestions or history suggestions come first in the address bar. r=mak
...
MozReview-Commit-ID: 7t1Co8JxA8O
2018-01-19 11:35:26 -08:00
Dão Gottwald
9f79dc1a2c
Bug 1430128 - Remove remnants of the iconsize attribute. r=Gijs
...
MozReview-Commit-ID: 3a80XcR3NUM
2018-01-12 16:03:44 +01:00
Tim Nguyen
e0347f3526
Bug 1428938 - Remove legacy toolbar customization code. r=Gijs
...
MozReview-Commit-ID: 1ppfxI7yYJW
2018-01-11 16:35:17 +00:00
Drew Willcoxon
cd64a5cda7
Bug 1426216 - Allow users to choose whether search suggestions or history suggestions come first in the address bar. r=mak,past
...
MozReview-Commit-ID: HVWRyEu19Dv
2018-01-10 08:41:16 -08:00
DimiL
8b6d0c4a38
Bug 1407879 - Check password field url against the local whitelist. r=francois
...
MozReview-Commit-ID: 1OqpeWeU1s1
2017-12-19 14:16:23 +08:00
Alessio Placitelli
74f5cb095d
Bug 1417473 - Implement the hybrid content telemetry API. r=chutten,Gijs
...
This enables whitelisted pages to send messages to the chrome using
asynchronous messaging from the content. This patch only adds the
API and test coverage. The first consumer of the API will be added
as part of bug 1417479.
MozReview-Commit-ID: ESxFFjvhpWA
2017-11-27 11:54:27 +01:00
Csoregi Natalia
7aedfa322e
Backed out 3 changesets (bug 1417473) for failing browser_HybridContentTelemetry.js. r=backout on a CLOSED TREE
...
Backed out changeset 27db7bf978be (bug 1417473)
Backed out changeset a365a5a59ad1 (bug 1417473)
Backed out changeset 443747e39abe (bug 1417473)
2018-01-05 13:45:25 +02:00
Alessio Placitelli
9aa344ff1f
Bug 1417473 - Implement the hybrid content telemetry API. r=chutten,Gijs
...
This enables whitelisted pages to send messages to the chrome using
asynchronous messaging from the content. This patch only adds the
API and test coverage. The first consumer of the API will be added
as part of bug 1417479.
MozReview-Commit-ID: ESxFFjvhpWA
2017-11-27 11:54:27 +01:00
Margareta Eliza Balazs
5a94a14ee9
Merge inbound to mozilla-central r=merge a=merge
2017-12-20 11:47:11 +02:00
Ciure Andrei
18e59bfd8b
Backed out changeset 3325c31e498c (bug 1423247) for taking a new approach targeting Mozilla59 r=backout a=backout on a CLOSED TREE
2017-12-20 01:46:37 +02:00
DimiL
ea3c40a569
Bug 1425625 - Fix getting reputation service with wrong interface name. r=francois
...
Fix get service with wrong interface name and a double init issue.
MozReview-Commit-ID: BA0wex06eWb
2017-12-19 09:46:28 +08:00
Drew Willcoxon
315b2eddc7
Bug 1423247 - Couple Awesome Bar Composition (matchBuckets pref) to user's Address bar state (unified vs. 2 bar). r=mak
...
MozReview-Commit-ID: LZIWVcDvMrK
2017-12-14 14:14:10 -08:00
DimiL
cb870a0cdd
Bug 1407878 - P1. Check URLs against the login reputation service when a password field is focused. r=francois
2017-12-14 10:11:45 +08:00
Florian Quèze
103f0c42f1
Bug 1424343 - Stop migrating the browser.search.selectedEngine preference, r=adw.
2017-12-10 01:39:17 +01:00
Florian Quèze
d4e339176b
Bug 1423811 - do not attempt to reset search settings of users with an original default engine that isn't considered a default engine (likely due to a langpack), r=adw.
2017-12-10 01:39:16 +01:00
Dorel Luca
e9d6b143c3
Merge mozilla-central to autoland r=merge on a CLOSED TREE
2017-12-07 00:27:29 +02:00
Matthew Noorenberghe
1362bb548a
Bug 1415692 - Show the bookmark toolbar in new profiles with > 3 bookmarks on it. r=Gijs,mak
...
MozReview-Commit-ID: C3tmqIrt5ak
2017-12-04 15:24:02 -08:00
Gijs Kruitbosch
febbc31556
Bug 1396565, make reader mode fetch the article from within the content process on desktop, r=jaws
...
MozReview-Commit-ID: 11uTaQYwz2Y
2017-11-14 16:53:55 +00:00
Zibi Braniecki
9e6f08de8a
Bug 1414390 - Add intl.locale.requested locale list to replace general.useragent.locale. r=jfkthame,mossop
...
This patch moves us from using an old pref `general.useragent.locale`combined
with `intl.locale.matchOS` for retrieving user requested locale, to use a new
preference `intl.locale.requested` which stores a list of well-formed BCP47
language tags. If set to empty, the OS locales are used. If not set at all,
default locale is used.
We are also adding a piece of code to migrate from old to new system.
MozReview-Commit-ID: 854yQ1kC6Ee
2017-11-01 20:16:21 -07:00
Sebastian Hengst
38cbd54b39
Backed out changeset 8312a6286023 (bug 1415692) for failing to parse dom/events/test/mochitest.ini on Android due pref usage. r=backout
2017-12-05 19:56:51 +02:00
Matthew Noorenberghe
b10ddbcf3f
Bug 1415692 - Show the bookmark toolbar in new profiles with > 3 bookmarks on it. r=Gijs,mak
...
MozReview-Commit-ID: C3tmqIrt5ak
2017-12-04 15:24:02 -08:00
Michael Kaply
19ffb8f0f6
Bug 1415727 - resetToOriginalDefaultEngine should unhide engine. r=florian
...
MozReview-Commit-ID: 2Z2osvN3Ir5
2017-12-05 09:08:07 -06:00
Chung-Sheng Fu
8f5dc91bd9
Bug 1039069 - Provide a popup about English for international users. r=arthuredelstein,mconley
...
MozReview-Commit-ID: IL8i4vzjWQd
2017-09-12 17:32:07 +08:00
Narcis Beleuzu
a0fa469158
Backed out 3 changesets (bug 1039069) for ESlint failures on browser/components/preferences/languages.js r=backout on a CLOSED TREE
...
Backed out changeset 036a91aed264 (bug 1039069)
Backed out changeset 69af55073d39 (bug 1039069)
Backed out changeset 4fce39a14630 (bug 1039069)
2017-11-30 23:38:27 +02:00
Chung-Sheng Fu
9d1e131670
Bug 1039069 - Provide a popup about English for international users. r=arthuredelstein,mconley
...
MozReview-Commit-ID: IL8i4vzjWQd
2017-09-12 17:32:07 +08:00
Florian Quèze
44c74da470
Bug 1419941 - fix typo in setCharPref, r=Sylvestre.
2017-11-23 18:45:01 +01:00
Florian Quèze
962ba47cd1
Bug 1419941 - Reset the engine of users having a default engine likely installed by a legacy add-on, r=adw.
2017-11-23 01:51:15 +01:00
Gijs Kruitbosch
e17c63d00b
Bug 1416822 - remove INSTALL_COMPACT_THEMES define now that we always ship compact themes, r=bgrins
...
MozReview-Commit-ID: 118eGLpRqjg
2017-11-13 17:10:49 +00:00
Coroiu Cristina
289d7d5ef9
Backed out changeset d3c111ae8e20 (bug 1415692) for leaks in windows clipboard tests a=backout r=backout
2017-11-12 00:13:33 +02:00
Matthew Noorenberghe
ae07a923e2
Bug 1415692 - Show the bookmark toolbar in new profiles with > 3 bookmarks on it. r=Gijs,mak
...
MozReview-Commit-ID: C3tmqIrt5ak
2017-11-10 15:04:22 -08:00
Michael Kaply
e5d3c01050
Bug 1414965 - Reset geo preferences for Firefox 57. r=florian
...
MozReview-Commit-ID: FukSW7TB4Av
2017-11-06 16:01:34 -06:00
Jim Mathies
41065b1976
Bug 1413599 - Disable the JAWS compatibility prompt in Nightly builds for testing. r=felipe
2017-11-02 12:01:54 -05:00
Zibi Braniecki
9291d4c450
Bug 1410731 - Use multilocale.json as a locale set for L10nRegistry sources. r=mossop
...
MozReview-Commit-ID: 4SsInmlt1C4
2017-10-22 11:09:44 -07:00
DimiL
4dd8993ea0
Bug 1384753 - Add dummy login reputation service in reputationservice component. r=francois
...
Login reputation service is initialized during idle startup.
2017-10-26 11:27:17 +08:00
Sebastian Hengst
b963414666
Backed out 2 changesets (bug 1384753) for frequently failing toolkit/components/extensions/test/mochitest/test_chrome_ext_downloads_saveAs.html on Android. r=backout on a CLOSED TREE
...
Backed out changeset 2f0da700e651 (bug 1384753)
Backed out changeset 9801aade9511 (bug 1384753)
2017-10-27 18:36:30 +02:00
Mark Banner
e47ccbfec3
Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop
...
MozReview-Commit-ID: H5YVp3rnzGo
2017-10-26 11:47:01 +01:00