Commit Graph

4790 Commits

Author SHA1 Message Date
Sebastian Hengst
b834f0d177 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 7Ez95T2ivfR
2017-10-07 10:37:39 +02:00
Erica Wright
b4684c64dc Bug 1394457 - Update illustration for about:sessionrestore. ui-r=shorlander, r=dao
MozReview-Commit-ID: FSLb0ucVroj

--HG--
extra : rebase_source : 44a7f125c73b7df15dc85853ce63a7b029903449
2017-09-20 11:30:14 -04:00
Sebastian Hengst
de4a55d914 Merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: BV7MGDYeoRQ
2017-10-05 10:49:53 +02:00
L10n Bumper Bot
762f140286 no bug - Bumping Firefox l10n changesets DONTBUILD r=release a=l10n-bump
ia -> default
2017-10-04 19:39:22 -07:00
Wes Kocher
7b3327cb2e Merge autoland to central, a=merge
MozReview-Commit-ID: 4jAMhgCDoPO
2017-10-03 13:25:44 -07:00
L10n Bumper Bot
e62604a972 no bug - Bumping Firefox l10n changesets r=release a=l10n-bump
ach -> default
af -> default
an -> default
ar -> default
as -> default
ast -> default
az -> default
be -> default
bg -> default
bn-BD -> default
bn-IN -> default
br -> default
bs -> default
ca -> default
cak -> default
cs -> default
cy -> default
da -> default
de -> default
dsb -> default
el -> default
en-GB -> default
en-ZA -> default
eo -> default
es-AR -> default
es-CL -> default
es-ES -> default
es-MX -> default
et -> default
eu -> default
fa -> default
ff -> default
fi -> default
fr -> default
fy-NL -> default
ga-IE -> default
gd -> default
gl -> default
gn -> default
gu-IN -> default
he -> default
hi-IN -> default
hr -> default
hsb -> default
hu -> default
hy-AM -> default
ia -> default
id -> default
is -> default
it -> default
ja -> default
ja-JP-mac -> default
ka -> default
kab -> default
kk -> default
km -> default
kn -> default
ko -> default
lij -> default
lo -> default
lt -> default
ltg -> default
lv -> default
mai -> default
mk -> default
ml -> default
mr -> default
ms -> default
my -> default
nb-NO -> default
ne-NP -> default
nl -> default
nn-NO -> default
or -> default
pa-IN -> default
pl -> default
pt-BR -> default
pt-PT -> default
rm -> default
ro -> default
ru -> default
si -> default
sk -> default
sl -> default
son -> default
sq -> default
sr -> default
sv-SE -> default
ta -> default
te -> default
th -> default
tl -> default
tr -> default
uk -> default
ur -> default
uz -> default
vi -> default
xh -> default
zh-CN -> default
zh-TW -> default
2017-10-03 10:41:19 -07:00
Gijs Kruitbosch
c7a51be34d Bug 1402929 - add header to overflow panel in customize mode, r=mikedeboer
MozReview-Commit-ID: 7Z8Xk2X707J

--HG--
extra : rebase_source : 6422413079a4aeb0bf1e44ff39aaea58a2711166
2017-09-29 23:10:38 +01:00
Aki Sasaki
a3078063fc bug 1345619 - land initial browser/locales/l10n-changesets.json. r=Callek
MozReview-Commit-ID: HFIhPfsEPhB

--HG--
extra : rebase_source : 36c0ea3084e383c0f6c261e8c0ed6f62e9726d78
2017-09-25 10:16:26 -07:00
Francesco Lodolo (:flod)
af1a6bd07a Bug 1400796 - Add 'ia' to the Firefox Nightly builds r=delphine
MozReview-Commit-ID: F1h78ESHchf

--HG--
extra : rebase_source : 849de7e68b65a6da69ac12d6c9af65c9bae55254
2017-10-02 06:54:43 +02:00
Francesco Lodolo (:flod)
fac9329134 Bug 1400798 - [ia] Search engine setup for Firefox for Interlingua r=delphine
MozReview-Commit-ID: 4Stpr12otgs

--HG--
extra : rebase_source : f7fd85dea8a6064c7e77e0eb9f8b01d69227929c
2017-10-02 06:38:54 +02:00
Ricky Chien
f48144beff Bug 1404318 - Remove redundant colon sign in preferences/sanitize.xul r=jaws
MozReview-Commit-ID: EyiLhnHEAPq

--HG--
extra : rebase_source : 7933c69168167a33a390d5695694cc2ff684da92
2017-10-01 18:18:19 +08:00
Wouter Verhelst
81a56d6525 Bug 1357391 - Implement a PKCS#11 management API r=kmag,zombie
This WebExtensions API allows to install, remove, and query installed
PKCS#11 modules as well as to query the the status of available PKCS#11
"slots" for a given module.

Reuses the native application manifests from the "Native Messaging" API,
but using the "pkcs11" type rather than the "stdio" type.

All calls expect an application name, which is not the PKCS#11 friendly
name (the "description" field in the manifest file is used for that) but
instead the application name in the manifest file.

MozReview-Commit-ID: 8dHr5QfEaXv

--HG--
extra : rebase_source : 196ff66a8987be1b21463b725a2e207396e5eb0a
2017-08-22 17:59:38 +02:00
Wes Kocher
32225d9fd6 Backed out changeset 82920c8bb33a (bug 1357391) for xpcshell failures in test_ext_pkcs11_management.js a=backout
MozReview-Commit-ID: JUyVhAEDNs0
2017-09-29 11:22:49 -07:00
Wouter Verhelst
39f5c2a463 Bug 1357391 - Implement a PKCS#11 management API r=kmag,zombie
This WebExtensions API allows to install, remove, and query installed
PKCS#11 modules as well as to query the the status of available PKCS#11
"slots" for a given module.

Reuses the native application manifests from the "Native Messaging" API,
but using the "pkcs11" type rather than the "stdio" type. Update the
code for the Native Messaging API to ignore any manifests for the
"pkcs11" type.

All calls expect an application name, which is not the PKCS#11 friendly
name (the "description" field in the manifest file is used for that) but
instead the application name in the manifest file.

MozReview-Commit-ID: 8dHr5QfEaXv

--HG--
extra : rebase_source : 00cc9c6d8433460c93f9c579f1696e4e17d6d3a0
2017-08-22 17:59:38 +02:00
Wes Kocher
d3f885c82c Backed out changeset cf0280811b62 (bug 1394457) for sessionstore related bc failures a=backout
MozReview-Commit-ID: 6QvYDCSrdP1
2017-09-28 13:48:19 -07:00
Erica Wright
910f67301a Bug 1394457 - Update illustration for about:sessionrestore. ui-r=shorlander, r=dao
MozReview-Commit-ID: FSLb0ucVroj

--HG--
extra : rebase_source : 48c02733fc5cab4e14ae5f29f601b06348854757
2017-09-20 11:30:14 -04:00
Gijs Kruitbosch
8e37c2add4 Bug 1405643 - swap out overflow panel label to say 'menu' instead of 'panel', r=mkelly
MozReview-Commit-ID: DCEO6Snxxeu

--HG--
extra : rebase_source : f7238a1d28032524f67a8377d2752a3854de0cb7
2017-10-04 16:09:01 +01:00
Evan Tseng
bea126d2fc Bug 1400829 - Remove trackingProtectionPBM5 string since it is no longer being used anymore. r=flod
MozReview-Commit-ID: 2XAGhjL9AyK

--HG--
extra : rebase_source : c4632eaa6654ac360582f423b7a7f580ba32d9a7
2017-09-26 15:10:37 +08:00
Sebastian Hengst
7e7dc3f5d5 Backed out changeset ff34580cb279 (bug 1394457) for failing many session store related tests due to exception, e.g. Marionette's test_refresh_firefox.py TestFirefoxRefresh.testReset. r=backout 2017-09-26 23:06:25 +02:00
Erica Wright
d354185626 Bug 1394457 - Update illustration for about:sessionrestore. ui-r=shorlander, r=dao
MozReview-Commit-ID: FSLb0ucVroj

--HG--
extra : transplant_source : %0BN%9F%16%A6%B6%00%22%A7y%27%05v%22%BD%98Y%92%29%BD
2017-09-20 11:30:14 -04:00
Aki Sasaki
6f53115c42 bug 1345619 - remove central-changesets.json. DONTBUILD r=pike
MozReview-Commit-ID: 2ZKRF3n0uk7

--HG--
extra : rebase_source : 179200ff1d4a4c0efc76ae21ea07be3b05ad3b64
2017-10-04 18:01:35 -07:00
Mark Striemer
9bb7808669 Bug 1373853 - Show extension that is controlling the new tab in preferences r=jaws
MozReview-Commit-ID: GycnWgmr9kJ

--HG--
extra : rebase_source : 649806237c140f77302c447244b9815d2fe30b14
2017-09-15 21:07:24 -05:00
Sebastian Hengst
3e4bc7a1e3 Backed out changeset 6c69f8021a5e (bug 1373853) for accidentially landing. r=backout 2017-09-22 16:54:27 +02:00
Mark Striemer
9dd4ca6513 Bug 1373853 - Show extension that is controlling the new tab in preferences r=jaws
MozReview-Commit-ID: GycnWgmr9kJ
2017-09-22 16:49:28 +02:00
Jonathan Kingston
3d183512ad Bug 1400812 - Removal of containers drawer icon. r=baku,dao
MozReview-Commit-ID: JK2tB0ITRqY

--HG--
extra : rebase_source : 26f534fe05e898d8b33cff1b629a84a5c6ae4dff
2017-09-21 16:26:26 +01:00
Wes Kocher
4efc440d90 Backed out changeset f1e37c409e4f (bug 1373853) for leaked preference windows in browser_urlbarAboutHomeLoading.js a=backout
MozReview-Commit-ID: 37Zd7ogYu4S
2017-09-21 17:15:39 -07:00
Mark Striemer
71ecf34866 Bug 1373853 - Show extension that is controlling the new tab in preferences r=jaws
MozReview-Commit-ID: GycnWgmr9kJ

--HG--
extra : rebase_source : d57eaf96014b864f56649679d9bffdb4a05e9e5a
2017-09-15 21:07:24 -05:00
Michael Kaply
20d1c205fc Bug 1397975 - Show opt-in dialog for is_default with non built-in engines. r=aswan
MozReview-Commit-ID: 67SvzDcM7kK

--HG--
extra : rebase_source : 93ab53e43be09b0b24bb7c7fcd73c0010fc912a2
2017-09-07 19:38:55 -05:00
Sebastian Hengst
117f151830 Backed out changeset 7e8e47c972f4 (bug 1397975) for eslint failure at browser/components/extensions/ext-chrome-settings-overrides.js:124: windowTracker is not defined. r=backout 2017-09-21 22:56:07 +02:00
Michael Kaply
9b7d4d878e Bug 1397975 - Show opt-in dialog for is_default with non built-in engines. r=aswan
MozReview-Commit-ID: 67SvzDcM7kK

--HG--
extra : rebase_source : 674a8e9e4e3e0769a58ed919f268678cb5af48c7
2017-09-07 19:38:55 -05:00
Yura Zenevich
cf548aef76 Bug 1383051 - added accessibility service indicators. r=jimm
MozReview-Commit-ID: JrUlzpCDbw1
2017-09-20 22:29:46 -04:00
Jared Wein
91f61f1115 Bug 1400975 - Add specific placeholders for the sidebar search boxes. r=adw
MozReview-Commit-ID: KtIFalMLw0B

--HG--
extra : rebase_source : 2f3dffe8e7c20b645f1ebd4a4f59a3a7c6401d3a
2017-09-19 17:02:07 -04:00
Mike de Boer
ecca1af556 Bug 1388422 - Remove all traces of the Customize Mode tip panel that no longer applies. r=Gijs
MozReview-Commit-ID: IffDnXEqooR

--HG--
extra : rebase_source : 04344421e5152c1f7ba8959698ba7cff57448e15
2017-09-20 14:37:53 +02:00
Nihanth Subramanya
5774ce7105 Bug 1398183 - Update copy for about:sessionrestore. r=johannh
MozReview-Commit-ID: ET2zEKsS7SM

--HG--
extra : rebase_source : 4684157d65d9425a043eacf14e470ee5ee974afd
2017-09-20 01:23:07 +05:30
Nihanth Subramanya
1809a687e8 Bug 1394458 - Update copy for about:tabcrashed. r=johannh
MozReview-Commit-ID: Fyx4ug6ZiQO

--HG--
extra : rebase_source : 216b8f0626b2a10bd30bd119de3fe3bc6e51e476
2017-09-20 02:09:19 +05:30
Johann Hofmann
4a84c97ab7 Bug 1394462 - Update dnsNotFound error copy and illustration. r=nhnt11
MozReview-Commit-ID: KFp3JhkCDJJ

--HG--
extra : rebase_source : 62449541d1d5362fbc15b18fde9b4964cd153c4c
2017-09-19 21:54:29 +02:00
Wes Kocher
3baa8a7e6e Merge inbound to central, a=merge
MozReview-Commit-ID: 5B5W6AHKcCb
2017-09-19 14:49:11 -07:00
Jonathan Kingston
9914e60252 Bug 1272304 - Add disabled state to screen sharing permission r=florian
MozReview-Commit-ID: LsZmQD5fWzW

--HG--
extra : rebase_source : 8bb8a901290ec651c23fbc8a69b323c501587920
2017-08-12 18:54:24 +01:00
Vedant Chakravadhanula
e8910cf14c Bug 1359289 - Add a "Learn More" link to Safe Browsing checkbox in about:preferences. r=jhofmann 2017-09-19 12:33:28 +05:30
Jonathan Kingston
b194a2f906 Bug 1397100 - Disable container about:preference checkbox if a container addon is enabled. r=bsilverberg,Felipe
MozReview-Commit-ID: DtJX3FiE0e0

--HG--
extra : rebase_source : 2374318065a63ea2c279d85591a7442e132422c0
2017-09-18 08:11:31 +01:00
Gijs Kruitbosch
54c3a0b839 Bug 1400976 - remove dead tracking protection strings, r=bgrins
MozReview-Commit-ID: 4EnV74fzjUS

--HG--
extra : rebase_source : 450a42575a3dd01f41678f812b31772dca214913
2017-09-18 20:56:45 +01:00
Prathiksha
86d7bac5f6 Bug 1363051 - Update about:blocked page visuals and copy. r=francois,johannh
MozReview-Commit-ID: CK2cO5Ikivt

--HG--
extra : rebase_source : 01da86303c4aa20961be609c7f45db39bf7e9f7b
2017-09-04 19:25:05 +05:30
Jared Wein
dc2b8a922a Bug 1383130 - Remove the word "automatically" from telemetry checkbox label. r=mconley
MozReview-Commit-ID: I7lb1hH9ycB

--HG--
extra : rebase_source : 8e84277f8d342aa989555c34377f9d8a1c1c0f1f
2017-09-14 17:20:52 -04:00
Erica Wright
5203d976cb Bug 1394460 - Update illustration and copy for error: invalid URL. ui-r=shorlander r=johannh
MozReview-Commit-ID: 8mMUvlOzygj

--HG--
extra : rebase_source : 6b93f7de2bbf55c330c4c25f08555386362dce04
2017-08-29 16:55:31 -04:00
Axel Hecht
86eb17e169 Backout revision ec6c7dd9e25f (bug 1390461) for breaking Beta release automation.
MozReview-Commit-ID: CdPvaPuVGHE

--HG--
extra : rebase_source : 587ad51d0c37b1bb9e6261d9694cb87c078715d6
extra : histedit_source : 6f32c8a0ac853fad76c351dbb17402b36aacdcf8
2017-09-16 12:41:57 +02:00
Axel Hecht
e426fec326 Backout revision d3021ff5ea6a (bug 1396177) for breaking Beta release automation.
MozReview-Commit-ID: L9a0ehdQvLu

--HG--
extra : rebase_source : da3cb88986ebaa0a173bf94b6bf666a17f1d3202
extra : histedit_source : 2c2bce4437c0b6c6e2111248b6f86dfa02e0d0a6
2017-09-16 12:38:46 +02:00
Axel Hecht
4383c6ecf6 Backout revision e95f8bd7b519 and 84091f931dff (bug 1385227) for breaking Beta release automation.
--HG--
extra : rebase_source : 512c7603f1c600d9cd4ba4b17007ee9a9480e365
extra : histedit_source : be31be1ade27d0df5a25badc2def1a59f2a9c2fd%2Ca0db2bfd6e59dab72fb8c58063ea7592cfeb430e
2017-09-16 11:04:13 +02:00
Mike de Boer
e25ffb59ac Bug 1354536 - Part 1 - Introduce a string for the 'Recent Highlights' section soon the be added to the Library view. r=Gijs
MozReview-Commit-ID: J1tcBxspjuI
2017-09-15 10:10:14 +02:00
Ricky Chien
0d2d4dbaf5 Bug 1399699 - Remove redundant colon signs in cookies.dtd, siteDataSettings.dtd, translation.dtd r=jaws
MozReview-Commit-ID: L3D5tRJjY3x

--HG--
extra : rebase_source : c1a8b1fb08b095d939db7ccbd3adcb15715e08dd
2017-09-14 10:59:04 +08:00
Mark Banner
8e2f6113a5 Bug 1393437 - Add a checkbox to preferences to control whether the separate Search Bar is present in the toolbar. r=Gijs ui-review=epang
MozReview-Commit-ID: 8gpukk8BhxG

--HG--
extra : rebase_source : ccb003d2eebefb82b18f7a4e5c80ed87517f86ce
2017-08-30 09:38:05 +01:00