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

2501 Коммитов

Автор SHA1 Сообщение Дата
Felipe Gomes 56f9ec7161 Bug 1442759 - Enable the policy engine by default on Nightly and early Betas. r=mossop
MozReview-Commit-ID: 7PInwkHpkGy

--HG--
extra : rebase_source : 533aa48c0033cc7fda4a178575bc6608d02410b8
2018-03-02 18:15:42 -03:00
Dorel Luca d5ffb280ca Merge mozilla-central to autoland. r=merge on a CLOSED TREE
--HG--
extra : amend_source : 1da4c47b073cb2032ddeb3da8b88736e5a1c363d
2018-03-02 00:17:24 +02:00
Gijs Kruitbosch 8fc45f6ac9 Bug 1370930 - remove DirectoryLinksProvider, r=Mardak
MozReview-Commit-ID: 4YcsNvRg7Hn

--HG--
extra : rebase_source : 15518736c9cc52cf18a0540417e6a38c9bed630a
2018-03-01 16:53:49 +00:00
Bob Silverberg ee896b579b Bug 1344749 - Expose API to customize where new tabs open, r=dao,mixedpuppy
This patch implements the preference "browser.tabs.insertAfterCurrent" which,
when set to true, will cause all tabs (related and unrelated) to be opened next
to the current tab.

It also implements the browserSettings API "newTabPosition", which allows
extensions to control both "browser.tabs.insertRelatedAfterCurrent", and
"browser.tabs.insertAfterCurrent" via values for "afterCurrent",
"relatedAfterCurrent" and "atEnd".

The code for "browser.tabs.insertAfterCurrent" including the test for it is
mostly taken from a patch attached to bug 933532 written by Masayuki Nakano.

MozReview-Commit-ID: KQE7M2FGpc7

--HG--
extra : rebase_source : 71dac785c2edbf9edaa79e0e99dca6714addc9d8
2018-01-19 12:59:53 -05:00
Matheus Longaray b408fa1f76 Bug 1427809 - Enable Simplify Print Feature by default on Linux. r=mconley
MozReview-Commit-ID: AskeuyeHCWd
2018-01-03 16:31:00 -02:00
philipp 07d6a8e521 Bug 1433396 - Restrict infobar about unsubmitted crashes to Nightly builds. r=mconley 2018-01-29 13:46:00 +02:00
Andrew Swan aeee120808 Bug 1402064 Switch to modern AMO metadata API r=kmag
Switch from the old XML-based AMO metadata API to the modern JSON based
API.  This turned into something between a modest update and complete
rewrite.  Most notably, external APIs became (mostly) promise-based.  The
exception is getCachedAddonById() which XPIInstall.jsm requires a
synchronous callback from.

Also, hopefully we will be able to get rid of a bunch of this metadata
handling soon.  If this code had a long life ahead of it, the unit tests
could use some more attention, but I mostly did the minimum here just to
keep them running for now with the expectation that we'll be able to get
rid of them within some small number of months.

MozReview-Commit-ID: 3DRaBdWGaiJ

--HG--
rename : services/sync/tests/unit/addon1-search.xml => services/sync/tests/unit/addon1-search.json
rename : services/sync/tests/unit/bootstrap1-search.xml => services/sync/tests/unit/bootstrap1-search.json
rename : services/sync/tests/unit/missing-sourceuri.xml => services/sync/tests/unit/missing-sourceuri.json
rename : services/sync/tests/unit/missing-xpi-search.xml => services/sync/tests/unit/missing-xpi-search.json
rename : services/sync/tests/unit/rewrite-search.xml => services/sync/tests/unit/rewrite-search.json
rename : services/sync/tests/unit/systemaddon-search.xml => services/sync/tests/unit/systemaddon-search.json
extra : rebase_source : f25d78b938768041c5c05b72a1f7ff3a7dee8275
2018-01-10 14:18:20 -08:00
Edouard Oger 25db2f7ed6 Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
MozReview-Commit-ID: 4UuppJyOi5s

--HG--
extra : rebase_source : 706d6a9a1187e9b666074d0dd68d03eda3fb448b
2018-02-15 11:24:44 +08:00
Csoregi Natalia c8a2d994c8 Backed out changeset 22901b9f9199 (bug 1434706) for browser-chrome failures browser_contextmenu_sendtab.js. CLOSED TREE 2018-02-26 21:16:01 +02:00
Edouard Oger 7c03ced862 Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
MozReview-Commit-ID: 4UuppJyOi5s

--HG--
extra : rebase_source : 7a19b04f9df52ff58f9837d9d45be54fd3190ec9
2018-02-15 11:24:44 +08:00
Bob Owen babaf38444 Bug 1441824: Let level 5 (Alternate Desktop) for the Windows content sandbox ride the trains. r=jimm 2018-03-01 14:37:26 +00:00
Cosmin Sabou bfd2fc78a3 Backed out changeset a2147499c437 (bug 1434706) for frequent mochitest browser chrome failures on browser_contextmenu_sendpage.js 2018-02-23 22:15:08 +02:00
Edouard Oger 6e2641372c Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
MozReview-Commit-ID: 4UuppJyOi5s

--HG--
extra : rebase_source : d5f7b31627424b652147674a520ae75571203994
2018-02-15 11:24:44 +08:00
shindli f2126298f5 Backed out changeset 6e3058771f18 (bug 1434706) for bc6 and X failures in browser/base/content/test/general/browser_contextmenu_input.js and services/fxaccounts/tests/xpcshell/test_accounts.js respectively on a CLOSED TREE 2018-02-23 10:25:56 +02:00
Edouard Oger 1baec66b3d Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
MozReview-Commit-ID: 4UuppJyOi5s

--HG--
extra : rebase_source : 328093c9985c29effb1380e012c35f6da6ee667a
2018-02-15 11:24:44 +08:00
Andrei Oprea b7abc06c1c Bug 1428108 - Set browser.newtabpage.activity-stream.debug by default in local builds. r=Mardak
MozReview-Commit-ID: Gwd2fA6xfoX

--HG--
extra : rebase_source : 3af0c0009622c8b451a9182221d953dfe8d01a57
2018-02-15 14:23:53 +01:00
Brendan Dahl 40c81820ad Bug 1418403 - Remove viewing source in a standalone window. r=jryans
Along with removing the view source standalone windows and prefs this patch:
1) Re-structures several of the view source tests that were only testing the old
standalone windows to now test view source in tab.
2) Adds support viewSourceUtils.viewSource() to open a browser window when there
aren't any open (for browser toolbox view source).
3) Cleans up some of the API for viewSourceUtils and removes the old deprecated
ways of calling it.

MozReview-Commit-ID: DI6sgZwbCf

--HG--
extra : rebase_source : 64677186122f74ab95912d5f3f173cf37472458a
2018-02-05 13:33:58 -08:00
Ed Lee 6497dc1292 Bug 1433324 - Part 3. Assume true for browser.newtabpage.activity-stream.enabled. r=ursula
MozReview-Commit-ID: KMgNw5QsMIX

--HG--
extra : rebase_source : b3f3e2dbd568e88c0e8461fb4bfadbbdd9baaa99
2018-02-13 16:53:50 -08:00
Ed Lee d18f00ce9b Bug 1433324 - Part 1. Assume true for browser.newtabpage.activity-stream.aboutHome.enabled. r=ursula
MozReview-Commit-ID: KOSX1qNBna8

--HG--
extra : rebase_source : ad794ec6689df2f25fd7c053dc1963568036739b
2018-02-13 14:48:49 -08:00
Matthew Noorenberghe 75efe914ce Bug 1438349 - Disable credit card support for Form Autofill in Beta 59+. r=Dolske
MozReview-Commit-ID: fhS44Dk5bL

--HG--
extra : rebase_source : ed0da0db8721cb96ec0bc0bbd969a5e5790c8c32
2018-02-14 16:29:28 -08:00
Matthew Noorenberghe 435d1b3ea3 Bug 1438306 - Disable CA & DE country support and RTL support for Form Autofill in Beta 59+. r=Dolske
MozReview-Commit-ID: IBtrvEsIWtH

--HG--
extra : rebase_source : ade073df3071d03c7f2370e099725640dc42c701
2018-02-14 13:41:27 -08:00
Coroiu Cristina 0d7ebc409f Backed out changeset 301951ce868f (bug 1428108) for xpcshell failures at browser/components/newtab/tests/xpcshell/test_AboutNewTabService.js on a CLOSED TREE 2018-02-14 23:47:10 +02:00
Andrei Oprea 3257d18c85 Bug 1428108 - Set browser.newtabpage.activity-stream.debug by default in local builds. r=Mardak
MozReview-Commit-ID: 5x501W7nVjb

--HG--
extra : rebase_source : f6a06ae47bf6988c47e5186aa6031995c6da7e19
2018-02-13 21:22:00 +01:00
Haik Aftandilian c90be35636 Bug 1436566 - [Mac] Land disabled-by-default sandboxing for the Flash NPAPI plugin process. r=Alex_Gaynor,jimm
MozReview-Commit-ID: Es0GbMLKvH5

--HG--
extra : rebase_source : 991f20ac25735508d790947991f59214fb06e54f
2018-02-12 15:46:31 -08:00
Michael Kelly 2fb5002bb1 Bug 1426482 Report browser errors in Nightly to Mozilla. r=gijs
Errors are collected via nsIConsoleService, shaped to a Sentry-compatible
format, and sent off. Reporting is on by default, and can be disabled using a
checkbox added to the privacy prefs in about:preferences.

Collected errors are sampled to avoid overloading the collection service; the
sample rate was determined by a previous Shield study that measured the number
of errors occurring in Nightly.

The feature is hard-disabled outside of Nightly and local builds, and the
preference is disabled by default in local builds. It is intended as a prototype
that will be evaluated and replaced by a more robust collection system if it
proves helpful.

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

MozReview-Commit-ID: 6aqUatXyuYs

--HG--
extra : rebase_source : 574aa329069f80e0beb52d1fd15f43e65a548c5c
extra : amend_source : a817fa4691c520eafaef808531b10581d09aeb14
2018-02-12 10:59:47 -08:00
Florian Quèze 0512e69b5e 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 626be20bbb Bug 1427674 - Unify FxA content server URL preferences. r=markh,tcsc
MozReview-Commit-ID: 3zhHGAzQr0R

--HG--
extra : rebase_source : 013457dfb434c92134d2f244b389d21620c83595
2018-01-30 13:21:35 -05:00
Michael Kaply 41837be2b1 Bug 1405685 - Use geospecific defaults for all locales. r=florian
MozReview-Commit-ID: 6nAAvsoDZZu

--HG--
extra : rebase_source : 54b900c9554f6741efccc7d2b5e2bbcc2288eab8
2018-01-30 15:19:33 -08:00
Yuri Khan 55b18b18f9 Bug 1394304: Part 1 - Use pref to control whether to open url bar results in a new tab. r=adw
--HG--
extra : rebase_source : 9e6866c7da7ebea1c885b415324d29339e07ad2e
2018-01-28 22:28:09 +07:00
Gian-Carlo Pascutto 6520179659 Bug 1386404 - Enable content-process specific tmpdir on Linux. r=jld
MozReview-Commit-ID: 6Hijq0to9MG

--HG--
extra : rebase_source : 8435b8e39d9723c52b0176a7686895185136aa6e
extra : histedit_source : 50c41172788fddead6357f1d566d0e48de8c90d6
2018-01-09 16:29:40 +01:00
Jonathan Kingston 3cbbdda385 Bug 1434626 - Enable degraded padlock for HTTP pages in Private Browsing mode for Nightly build only r=johannh
MozReview-Commit-ID: G3F39BB2jhO

--HG--
extra : rebase_source : f3a3757942d3e3860012706210a9b362e6b83507
2018-01-31 15:45:52 +00:00
Panos Astithas b1adc0e137 Bug 1434761 - Fix preprocessor check for release builds. r=glandium
MozReview-Commit-ID: KzSemfEkMcd

--HG--
extra : rebase_source : 2655d22a805dcd8a7bb55b3e5950b91d7157f6e9
2018-01-31 14:56:01 -08:00
Andrew Swan 1acce175af Bug 1356331 Remove hotfix code from addons manager and related tests r=rhelmer
MozReview-Commit-ID: EjCOOgmXvVH

--HG--
extra : rebase_source : 051c618bd73e7bac41d5dc9339972742b029a879
extra : source : 9af7407fa9309e1fa2dc590309ed2329f02dc61e
2017-12-13 12:33:52 -08:00
Jared Hirsch cb850b7e0e Bug 1432694 - Add a default value for the Screenshots upload-disabled pref; r=ianbicking
MozReview-Commit-ID: 2ZpKfqlwFmb

--HG--
extra : rebase_source : 8a5ecdc8f3273f472f3c740fe5ebae393c2ec780
2018-01-23 18:58:39 -08:00
Narcis Beleuzu 9279994eae Merge inbound to mozilla-central. a=merge 2018-01-24 23:56:14 +02:00
Edouard Oger da674d7b63 Bug 1430994 - Sync the browser.urlbar.matchBuckets pref. r=tcsc
MozReview-Commit-ID: L3TJD3vks8f

--HG--
extra : rebase_source : bbd7b5064230bdb6ac7423f58c4d77c111dc3bd2
2018-01-24 11:31:45 -05:00
Jonathan Kingston 04acd987f8 Bug 1335970 - Add prefs to add "Not Secure" text to insecure pages. r=johannh
MozReview-Commit-ID: JtCAjIYI3Qz

--HG--
extra : rebase_source : 50673aa85686d9e0ea979b77c477c5612ee98a54
2018-01-20 22:41:59 +00:00
Jed Davis a739b10fb9 Bug 1126437 - Add Linux content sandbox level 4 for blocking socket APIs. r=gcp
Level 4 is now the default unless audio remoting (media.cubeb.sandbox pref) is disabled.

MozReview-Commit-ID: 4jUgiZnJImt
2018-01-23 22:35:44 -07:00
Mark Banner 412e825e77 Bug 1131491 - Remove browser.places.useAsyncTransactions preference - async transactions are now the only version. r=mak
MozReview-Commit-ID: 9EKNvA8Q9jo

--HG--
extra : rebase_source : 289082be4a1f086620bf0fe3008c2eacbdc6a9fa
2018-01-22 13:36:41 +00:00
Scott Wu 8a1ada22ac Bug 1419312 - Expand supported locales and countries on Nightly and Beta. r=lchang
MozReview-Commit-ID: 8MziULBn05l

--HG--
extra : rebase_source : 9b3117e20e94e530f74f1d6a6c168c4c7ea33f28
2018-01-15 18:31:08 +08:00
Luke Chang f759ca3821 Bug 1430522 - [Form Autofill] Enable address autofill by default on release build. r=seanlee
MozReview-Commit-ID: 9Pf8l7PqSMi

--HG--
extra : rebase_source : 973ed0a7cffb9fb9a8580b5f6d79d859f6d8c5f7
2018-01-15 15:56:53 +08:00
Mike Hommey 20c0a095e4 Bug 1427471 - Set app.update.enabled to false when building with --disable-updater. r=rhelmer
--HG--
extra : rebase_source : 135c219916d18b4646e9ca21931cea21c9510754
2017-12-31 17:00:57 +09:00
Tom Ritter bc92067c8e Bug 1424341 Add privacy.reduceTimerPrecision and privacy.reduceTimerPrecision.microseconds prefs r=bkelly,timhuang
This pref does not override privacy.resistFingerprinting, but when it is set (and
privacy.resistFingerprinting is not) we will still adjust the precision of almost
all timers. The adjustment amount is the second pref, which is defaulted to
20us but now dynamically adjustable (in the scale of microseconds.)

This patch does _not_ address the performance API, which privacy.resistFingerprinting
disables.

We are landing this preffed on at the current value we clamp performance.now() at
which is 20us.

MozReview-Commit-ID: ESZlSvH9w1D

--HG--
extra : rebase_source : a8afead1bdba958c6c7b383b2216dacb3a1b135c
2018-01-09 14:58:34 -06:00
Csoregi Natalia d07dee65a2 Backed out 6 changesets (bug 1386404) for failing /webdriver/test/ tests on Linux. r=backout on a CLOSED TREE
Backed out changeset be1441859e8b (bug 1386404)
Backed out changeset 8dca7ef74c4a (bug 1386404)
Backed out changeset b7ca6ae185f2 (bug 1386404)
Backed out changeset 2c007d385ce4 (bug 1386404)
Backed out changeset fbe717b9a664 (bug 1386404)
Backed out changeset 14f1fbe5263a (bug 1386404)
2018-01-10 14:08:51 +02:00
Gian-Carlo Pascutto 1a580a77b4 Bug 1386404 - Enable content-process specific tmpdir on Linux. r=haik,jld
MozReview-Commit-ID: 6Hijq0to9MG

--HG--
extra : rebase_source : 7ff43ffe52f32ebbc7c866428e0d1d64dd05cbcb
2018-01-09 16:29:40 +01:00
Sebastian Hengst d52c7b3231 merge inbound to central. r=merge a=merge 2018-01-06 00:27:10 +02:00
Alessio Placitelli 154a9f4b8c Bug 1417473 - Enable the hybrid content telemetry API. r=chutten
MozReview-Commit-ID: Cjsu10fgKtq

--HG--
extra : rebase_source : d507a9fb40cb18726b0ad4c8aeed86b3fafc746e
2018-01-04 10:32:58 +01:00
Csoregi Natalia 7dec907cd4 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 ffcf8abf77 Bug 1417473 - Enable the hybrid content telemetry API. r=chutten
MozReview-Commit-ID: Cjsu10fgKtq

--HG--
extra : rebase_source : 6e31502cbc8a19a43c7a40ad1145a2712d71de32
2018-01-04 10:32:58 +01:00
Nika Layzell ad0b398aa2 Bug 1425999 - Remove the dom.disable_window_status_change pref, as it no longer can be disabled, r=qdot
MozReview-Commit-ID: 1O6ff22IcZZ
2018-01-05 11:52:04 -05:00