Commit Graph

1479 Commits

Author SHA1 Message Date
Andrew Swan
0a51e1ac64 Bug 1263313 Remove search pane from about:addons r=rhelmer
Also remove related code that was only used from here including
stuff related to marketplace purchases, etc.

MozReview-Commit-ID: ESX78tVQK7M

--HG--
extra : rebase_source : 56d956168f75cdc40fd3df057e41493f80733352
2017-12-05 21:17:13 -08:00
Andrew Swan
b0dd2b0198 Bug 1263313 Switch search to AMO r=rhelmer
MozReview-Commit-ID: 6FO2dgI5WdH

--HG--
extra : rebase_source : 57ad54c0483f07248ab17e67a5250c27f8db8d36
2017-12-05 21:07:09 -08:00
Sylvestre Ledru
064af18473 Bug 1407285 - Support spaces in toolkit/locales/l10n.mk r=Pike
MozReview-Commit-ID: CfJlnn2NdoH

--HG--
extra : rebase_source : aa5f6e4557be6abd6117b7566c2e3d87c5062fd2
2017-12-05 12:20:52 +01:00
Narcis Beleuzu
7a627826a6 Merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE 2017-12-06 01:47:41 +02:00
Cosmin Sabou
08218515b9 Merge mozilla-inbound to mozilla-central r=merge a=merge 2017-12-06 00:09:01 +02:00
Zibi Braniecki
e62b350d3b Bug 1422997 - Fix multilocale.json in repacks. r=Pike
MozReview-Commit-ID: 8KBNmesxhpY

--HG--
extra : rebase_source : d7e483df25d9a58961c9486dfe09a51437394ee3
2017-12-04 16:14:23 -08:00
Ted Mielczarek
0d6c1e30f1 bug 1416891 - use LOCALIZED_GENERATED_FILES for update.locale. r=nalexander
This change moves update.locale generation to moz.build using
LOCALIZED_GENERATED_FILES. Since the existing Makefile rules were simply
putting the name of the locale into the output file, the input template
has been removed and the generation script just writes the name of the
locale to the output.

MozReview-Commit-ID: 8FT2tpHpaa2

--HG--
extra : rebase_source : 8822645edf6f07cc2d16b7c8998a6ce09d3a25cb
2017-11-17 15:41:56 -05:00
Zibi Braniecki
a5600cdb98 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

--HG--
extra : rebase_source : c4a7171bc026f857f7878ee83d973ec01b536a84
2017-11-01 20:16:21 -07:00
Brindusan Cristian
d339014f90 Merge mozill-central to autoland. r=merge a=merge on a CLOSED TREE 2017-12-03 12:05:49 +02:00
Eitan Isaacson
a55e238edf Bug 1409731 - Expose input[type=date/time] correctly in a11y. r=surkov, r=jjong 2017-12-02 18:12:14 -05:00
Sylvestre Ledru
0df2ec12c4 Bug 406738 - No longer show the kind of updates in 'Show Update History' as they are all marked as "security updates" r=florian
MozReview-Commit-ID: 1TTK5vPRnfT

--HG--
extra : rebase_source : a7d6f2d06a2cb8f2e85139f5ca09f5e999ea0ef3
2017-10-19 11:36:25 +02:00
Csoregi Natalia
31c313504e Backed out changeset 313e0c5a2081 (bug 406738) for failing browser-chrome's browser/components/preferences/in-content/tests/browser_advanced_update.js r=backout on a CLOSED TREE 2017-12-01 19:39:50 +02:00
Sylvestre Ledru
52773cd64b Bug 406738 - No longer show the kind of updates in 'Show Update History' as they are all marked as "security updates" r=florian
MozReview-Commit-ID: 1TTK5vPRnfT

--HG--
extra : rebase_source : 7d7dd108e8cab840c4029f995b6802b6cae23d1b
2017-10-19 11:36:25 +02:00
Brian Grinstead
a38f3c265d Bug 1416372 - Remove remaining references to the view source statusbar;r=jryans
MozReview-Commit-ID: HQcRAo5eTKk

--HG--
extra : rebase_source : 2d8a50937aa653e65c0e6e769875ddd840b5b9af
2017-11-21 08:40:55 -08:00
Axel Hecht
7245bd41b2 bug 1385227, use proper make steps to put l10n repacks in sequence, r=gps
This drops the abuse of make dependencies to factor our steps
in l10n repacks and language packs.
It's replaced with clobbers, libs, and the packaging, which
can be shared between installers and the language pack.

MozReview-Commit-ID: 2vEHp0QogXQ

--HG--
extra : rebase_source : c14f0b17904f8f9e0e3f004384c2a292ceeafe4f
extra : source : e95f8bd7b5190bf1d3fae75a88a15ebbe6613809
2017-08-04 17:19:12 +02:00
Cosmin Sabou
fdc83a94aa Merge inbound to mozilla-central r=merge a=merge 2017-11-21 00:01:02 +02:00
Ted Mielczarek
6110b6707e bug 1409721 - move crashreporter.ini and crashreporter-override.ini to moz.build LOCALIZED_FILES. r=nalexander
The additional `ifndef IS_LANGPACK` Makefile bits turned out to be unnecessary,
as langpack packaging excludes ini files:
https://dxr.mozilla.org/mozilla-central/rev/20d57b9c4183973af4af5e078dff2aec0b74f928/toolkit/locales/l10n.mk#220

We already don't have this wrapping around updater.ini so it doesn't seem
harmful.

MozReview-Commit-ID: 7kmg1AIVLcl

--HG--
extra : rebase_source : d0ea61865ad0b07054b894335f9266f19c1495f5
extra : source : 0e485a8fdc3f45ae4cdad75e010765fb48aa20c4
2017-11-13 15:58:09 -05:00
Gijs Kruitbosch
ba009dae2f Bug 1408044 - remove the 'about:' page from toolkit, r=dao
MozReview-Commit-ID: 8qNBcCYWxhe

--HG--
extra : rebase_source : 7fbd316235899cbd340c53ea2111b020eff941d4
2017-11-16 17:16:12 +00:00
Ciure Andrei
a8907fc95a Backed out 5 changesets (bug 1408044) for failing Android test: TestAboutPagesPreparer.java:24: cannot find symbol. r=backout on a CLOSED TREE
Backed out changeset 5c5152ad910d (bug 1408044)
Backed out changeset c9a062838c12 (bug 1408044)
Backed out changeset 9ceaa645f2a9 (bug 1408044)
Backed out changeset 10fc0a581606 (bug 1408044)
Backed out changeset 513140019014 (bug 1408044)
2017-11-17 12:19:30 +02:00
Gijs Kruitbosch
460f3e9014 Bug 1408044 - remove the 'about:' page from toolkit, r=dao
MozReview-Commit-ID: 8qNBcCYWxhe

--HG--
extra : rebase_source : b56c3e86aa16d975fbc38d1b50c101bfefa425a3
2017-11-16 17:16:12 +00:00
Michael Froman
cb81178b8a Bug 1414167 - Add offer/answer labels to local and remote sdp headings on about:webrtc. r=drno,smaug
Add a new |offerer| field to RTCStatsReport.
Based on offerer, label the local sdp as offer or answer.
Based on offerer, label the remote sdp as offer or answer.

MozReview-Commit-ID: 4jdWP8tpr9w

--HG--
extra : rebase_source : 5724645ef8e39c2af0c5fccf7d7872ee2cb437b5
2017-11-15 13:40:09 -06:00
Steve Jarvis
cc3fb7fbb2 Bug 1334663 - Add ability to copy and launch URL from password manager. r=MattN,rfeeley
MozReview-Commit-ID: JApe0OhTIg8

--HG--
extra : rebase_source : f53e7a030a17c5580b08605348a30d5061b96cba
extra : amend_source : 5808aa783f7a517e931d0df4c69af25b42e71141
2017-11-13 16:13:00 -08:00
Felipe Gomes
f811f99f00 Bug 1409148 - Remove the activation warning on the flash click-to-play overlay. r=johannh
This warning is being removed because the same warning about Flash being potentially slow is mentioned in the doorhanger that shows up when the user clicks to activate.

MozReview-Commit-ID: 3TTMflTDiYK

--HG--
extra : rebase_source : 747c5e016f050cf656bb7f3105e4cc7dcb254df3
2017-11-09 14:41:45 -02:00
Sebastian Hengst
9d26579fa1 Backed out 6 changesets (bug 1409148) for failing mochitest caps/tests/mochitest/test_bug292789.html on Android. r=backout on a CLOSED TREE
Backed out changeset 6fe2a24e51ca (bug 1409148)
Backed out changeset 0b032b6e0655 (bug 1409148)
Backed out changeset 78eebd668bf1 (bug 1409148)
Backed out changeset acfd8cf8c4ec (bug 1409148)
Backed out changeset 4d486418cd55 (bug 1409148)
Backed out changeset 0da5d54d003c (bug 1409148)

--HG--
rename : toolkit/themes/shared/plugins/plugin-blocked.svg => browser/themes/shared/notification-icons/plugin-blocked.svg
rename : toolkit/themes/shared/plugins/plugin.svg => browser/themes/shared/notification-icons/plugin.svg
2017-11-10 02:59:06 +02:00
Felipe Gomes
e091488559 Bug 1409148 - Remove the activation warning on the flash click-to-play overlay. r=johannh
This warning is being removed because the same warning about Flash being potentially slow is mentioned in the doorhanger that shows up when the user clicks to activate.

MozReview-Commit-ID: 3TTMflTDiYK

--HG--
extra : rebase_source : 747c5e016f050cf656bb7f3105e4cc7dcb254df3
2017-11-09 14:41:45 -02:00
Andreea Pavel
62b7374667 Backed out 6 changesets (bug 1409148) for ESlint failure at browser/base/content/test/plugins/browser_CTP_overlay_styles.js:73 r=backout
Backed out changeset 86e066b54fc3 (bug 1409148)
Backed out changeset bd2913f16345 (bug 1409148)
Backed out changeset 331d0da78f3e (bug 1409148)
Backed out changeset 86d7f89e9cfb (bug 1409148)
Backed out changeset 9159635ae827 (bug 1409148)
Backed out changeset 59532da5ffff (bug 1409148)

--HG--
rename : toolkit/themes/shared/plugins/plugin-blocked.svg => browser/themes/shared/notification-icons/plugin-blocked.svg
rename : toolkit/themes/shared/plugins/plugin.svg => browser/themes/shared/notification-icons/plugin.svg
extra : rebase_source : 62b608b3daa611c3b06c3912e9b84db0cb6710ba
2017-11-09 23:42:41 +02:00
Felipe Gomes
c1b702a192 Bug 1409148 - Remove the activation warning on the flash click-to-play overlay. r=johannh
This warning is being removed because the same warning about Flash being potentially slow is mentioned in the doorhanger that shows up when the user clicks to activate.

MozReview-Commit-ID: 3TTMflTDiYK

--HG--
extra : rebase_source : 747c5e016f050cf656bb7f3105e4cc7dcb254df3
2017-11-09 14:41:45 -02:00
Zibi Braniecki
9d0b169191 Bug 1414975 - Add locale information to about:support. r=mkelly
MozReview-Commit-ID: Dwy3pEPJgeN

--HG--
extra : rebase_source : 633d41590138524135c7d8fc45b6dc02b3c34f8b
2017-11-06 15:42:32 -08:00
Mantaroh Yoshinaga
60c5093160 Bug 1411121 - Part 4. Remove printPageSetup resources from linux package since Linux will display native dialog. r=mconley
This patch will remove printPageSetup resources from Linux package. This xul is
'PageSetup' dialog, but gecko doesn't use this dialog since gecko will display
a native page setup dialog.
(For Detail, See nsPrintDialogServiceGTK::ShowPageSetup)

MozReview-Commit-ID: 4AFjaM3cB35

--HG--
extra : rebase_source : 9ed0e9f0c3289c7d66b8f839417a899f884b345c
2017-11-06 09:27:05 +09:00
Mantaroh Yoshinaga
26d5a3372b Bug 1411121 - Part 2: Remove printdialog.xul and printjoboptions.xul. r=mconley
This patch will remove printing xul dialog and related files since a caller of
this xul dialog doesn't exist.
The printjoboptions.xul is only used by printdialog.xul.

MozReview-Commit-ID: B6VZuj3Lg1b

--HG--
extra : rebase_source : 7cf2e94c491147a2cb84616ab922adeb833cb447
2017-11-06 09:27:05 +09:00
Csoregi Natalia
b111f07e40 Backed out 3 changesets (bug 1411121) for failling browser-chrome browser/base/content/test/static/browser_all_files_referenced.js r=backout on a CLOSED TREE
Backed out changeset 9f02fcb3d28c (bug 1411121)
Backed out changeset 9d8722dd9693 (bug 1411121)
Backed out changeset d390f8888d71 (bug 1411121)
2017-11-01 11:47:48 +02:00
Mantaroh Yoshinaga
b37cd99810 Bug 1411121 - Part 2: Remove printdialog.xul and printjoboptions.xul. r=mconley
This patch will remove printing xul dialog and related files since a caller of
this xul dialog doesn't exist.
The printjoboptions.xul is only used by printdialog.xul.

MozReview-Commit-ID: B6VZuj3Lg1b

--HG--
extra : rebase_source : 22c7fcacbca20e0a1eca66450a64653d5c4f0f5c
2017-11-01 12:05:40 +09:00
Zibi Braniecki
026b20f505 Bug 1412751 - Move the multilocale.json generation to python and add to moz.build. r=chmanchester
MozReview-Commit-ID: 2MalHxkcFxn

--HG--
extra : rebase_source : 2ca8f3ff9b2dc7b31d2564a3b5222776131dcb93
2017-10-30 09:50:16 -07:00
Zibi Braniecki
c46d36dffb Bug 1362617 - Generalize MOZ_CHROME_MULTILOCALE to work for browser as well. r=gps,mshal,Pike,ted
MozReview-Commit-ID: 80ldQPhNyi7

--HG--
extra : rebase_source : d6a1c6fcc36ba7fb49df25fa4c73f4aa564db613
2017-10-23 08:04:24 -07:00
Sebastian Hengst
429ff227ee Backed out changeset 17ef68e368bb (bug 1362617) for build bustage on OS X. r=backout on a CLOSED TREE
--HG--
extra : amend_source : 78500a66ae825039d21ea4d69a23ae2d6570ee38
2017-10-27 16:46:27 +02:00
Zibi Braniecki
f31e020d7e Bug 1362617 - Generalize MOZ_CHROME_MULTILOCALE to work for browser as well. r=gps,mshal,Pike,ted
MozReview-Commit-ID: 80ldQPhNyi7

--HG--
extra : rebase_source : e40838ce14ebe1e4fae4d6742633c16b5c4387f9
2017-10-23 08:04:24 -07:00
Georg Fritzsche
8c122016c2 Bug 1394196 - Update about:telemetry settings string to new data preference semantics. r=chutten 2017-10-24 04:47:00 -04:00
Sebastian Hengst
b0c2da4645 Backed out changeset 2a0a1c887047 (bug 1394196) for l10n issues. r=backout a=backout
MozReview-Commit-ID: KxdLWrhTs3W

--HG--
extra : amend_source : 5a4db212a037be8ea7a89272c13e248ffdc74ab9
2017-10-24 12:54:23 +02:00
Georg Fritzsche
d49e2b63bd Bug 1394196 - Update about:telemetry settings string to new data preference semantics. r=chutten 2017-10-23 11:51:00 -04:00
hrdktg
b55f2120fb Bug 1383562 - Correctly get Month and date in DownloadUtils.jsm. r=gandalf
--HG--
extra : rebase_source : deb64bb081069d19c712aa8738fc59344655cea5
2017-10-20 06:51:59 +05:30
Jared Wein
052f2a5f79 Bug 1230241 - Do not disturb language is awkward in about:preferences. r=evanxd
MozReview-Commit-ID: 8FMy3bTUykU

--HG--
extra : rebase_source : 25e03331b41809c4b992e351e8b7020cbc2375bf
2017-10-16 11:31:01 -04:00
Jed Davis
df2e63a6ff Bug 1408568 - Handle SandboxReport::ProcType::FILE correctly in XPCOM bindings. r=gcp
MozReview-Commit-ID: EwNTeG4cbZG

--HG--
extra : rebase_source : feed835fd56053644c5fa390d95884fc9b17439b
2017-10-13 17:33:01 -06:00
Axel Hecht
76393466c5 bug 1408380, bustage fix for language pack defines, r=gandalf
Undoing some of my ideas to support l10n-merge for defines.inc.
We'll add that once compare-locales can actually merge them.

The culprit why this didn't work is that there's one level
of $(MAKE) invocation missing between the rule that
defines IS_LANGUAGE_REPACK and config.mk actually taking
that into account.

MozReview-Commit-ID: 2JJZrvAPhG0

--HG--
extra : rebase_source : 7984a98611b40d35c58b65194cedf1ac20127293
2017-10-13 16:46:40 +02:00
Zibi Braniecki
09f831b269 Bug 1395363 - Switch to webextension-langpacks. r=Pike
MozReview-Commit-ID: HFT0v0yWVVC

--HG--
extra : rebase_source : 8955a39ca7fb3b903ae611940c34952e970e84a1
2017-10-06 15:15:39 -07:00
Francesco Lodolo (:flod)
5b44721f93 Bug 1407916 - Fix localization comment for pageSubtitle in aboutTelemetry.properties r=chutten
MozReview-Commit-ID: CxdFlmKAX0v

--HG--
extra : rebase_source : 0c70cb9c354a30dce9592500373712564b2ed581
2017-10-12 08:53:18 +02:00
Zibi Braniecki
e9a86bc479 Bug 1405631 - Remove broken firefox-l10n.js code from langpacks. r=Pike
MozReview-Commit-ID: D1Nlz50dSi5

--HG--
extra : rebase_source : 9cad300ae0c56060bed58d49d9b27fd9f06bfacb
2017-10-04 13:48:22 +02:00
sajattack
a883671274 Bug 1364333 - remove leftover code and strings from standalone about:addons UI r=rhelmer
MozReview-Commit-ID: SmDGrX0fz5

--HG--
extra : rebase_source : 70762fa21a33d7c781c0f75423f7a0636c33b26d
2017-09-14 13:44:36 -07:00
Zibi Braniecki
8677f9f1f6 Bug 1395459 - Store the version of the locale data in a langpack based on HG push timestamp. r=gps
MozReview-Commit-ID: ELx9VW81s6Q

--HG--
extra : rebase_source : 2ca118bea6c566899a5ac558d3548bf1b4037c77
2017-09-10 19:57:34 -07:00
Axel Hecht
187284c8d1 bug 1402401, don't break builds on broken locales, r=stas
We added a return error value for compare-locales so that it
can be used in automated checks more easily. For builds, though,
ignore that return value.
Also, mach doesn't like utf-8 encoded output, so let's print
unicode.

MozReview-Commit-ID: L4lzqhBE0By

--HG--
extra : rebase_source : 3a9c612dc99b0f0417eb02c4d8478f1a2f245436
2017-09-24 14:09:08 +02:00
Axel Hecht
3dc36a71a4 bug 1382005, update compare-locales to 2.1, r=glandium
Vendor new dependency for compare-locales, python-fluent.
This is the 0.4.2 release of python-fluent.

Also, make mach command a bare minimum wrapper.

The compare-locales mach command used to own a couple of defaults
and opinions.
Now that those opinions and defaults are in the Makefiles, this
command can be much simpler. As a side effect, this should
make the thunderbird port easier, where none of the mach defaults
worked.

Update l10n.mk for compare-locales 2.x:

The command line interface is different now, with positional arguments.
Also, the l10n config file isn't a default anymore (that never worked
for thunderbird).
And the merge dir is now the parent of the locale dir, much like
we already anticipated in the code.

MozReview-Commit-ID: DxVVKyVSt5y

--HG--
extra : rebase_source : 7c591fea8c7d9ecef615fb56f9359d4f1bd4b340
2017-09-18 18:31:24 +02:00