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

453178 Коммитов

Автор SHA1 Сообщение Дата
Kris Maglione b729a30707 Bug 1229874: Part 3 - Enable ESLint in WebExtension code. r=billm
The base .eslintrc is essentially a merge of the root Toolkit .eslintrc and
the devtools .eslintrc, with some minor changes to match our prevalent style.

For the most enforces the coding styles that we've been using most
consistently. There are a couple of significant differences, though:

 * The rule for opening brace alignment can only be applied globally, and
   doesn't make exceptions for top-level functions. I chose to turn it on, and
   change the brace style of existing top-level functions that violated it,
   since the rule seemed worth using, and that's the direction most Toolkit JS
   code has been headed anyway.

 * The rule for switch/case statements requires an added indentation level for
   case statements. Most of our switch statements did not use an extra level
   of indentation, and I initially wrote the rule to enforce that style, until
   I came across case statements that used blocks, and required the extra
   indentation level for sanity.

--HG--
rename : devtools/.eslintrc => toolkit/components/extensions/.eslintrc
extra : commitid : 4aDZOi5MNPc
extra : rebase_source : f34ba43aeb8046a0c971cb76b76410497bd12b42
extra : source : 2a7eb4ef7b375e5fd52d843ca206a071367a6475
2015-12-02 16:58:53 -08:00
Dave Townsend 40279b9be7 Bug 1227981: Test that referencing a DTD from the inline options of an add-on works. r=rhelmer
--HG--
extra : commitid : GEBPImsntYP
extra : rebase_source : 356f7cd9825337dd24073a39a97c6b442ffcc077
2015-11-25 10:18:53 -08:00
Mike Conley 904acbd272 Bug 1225921 - Have SessionStore keep a list of window data that might be saved during a flush. r=billm
This helps us keep track of what windows we've chosen to forget, and helps
us avoid the problem of accidentally saving a window we've chosen to forget.

--HG--
extra : commitid : 4sAF1DKyhKp
extra : rebase_source : c1e967bc38ebd32ced25ba3ee6ed5912b0f2e50a
2015-12-02 13:48:19 -05:00
Mike Conley 3969629382 Bug 1225921 - Regression tests. r=billm
--HG--
extra : commitid : 4MkFmSCJAK8
extra : rebase_source : 6e5d89f6d142aa145b91d84f971a490d53660a5a
extra : amend_source : 99e021ab8f0b7d9db1311ef2c589c881aa0d54a0
2015-12-02 13:48:05 -05:00
Ryan VanderMeulen 85bac0ef81 Bug 1230618 - Update pdf.js to version 1.3.56. r=bdahl
--HG--
extra : rebase_source : 39726f96f49770b8ada4f555583a2c95fff4234d
2015-12-04 11:10:12 -05:00
Panos Astithas 92b2551106 Bug 1207146 - Add a link to expert technical information in the cert error page. r=Gijs,keeler 2015-12-04 19:46:13 +02:00
Dave Townsend 6fcdc1e67d Bug 1229519: Fix miscellaneous parts of toolkit to pass eslint checks. r=MattN
--HG--
extra : commitid : 1iLsb7ZpSpI
extra : rebase_source : ed920934f04e520f5410454ec3930cd5992aa965
2015-12-03 10:02:45 -08:00
Marco Bonardo e0a4edc6c5 Bug 1230581 - Eslint 'no-use-before-define' should be relaxed with 'nofunc'. r=Mossop
--HG--
extra : commitid : LvuqWYOZLqX
extra : rebase_source : 4ba0b8a5d1d008174e499e39f6d7a5bf1bb9bdab
2015-12-04 17:35:04 +01:00
Mark Banner 729eb4c878 Bug 1230192 - Loop's desktop unit tests are doing lots of unnecessary console.log of dispatcher actions. r=dcritch 2015-12-04 17:26:14 +00:00
Michael Comella f008bd6dea Bug 1220315 - Use alertDialogTheme on v21+ to add accentColor. r=sebastian
--HG--
extra : commitid : 1f1HGOH46dd
extra : rebase_source : cd4df9b963c89e3bac96577842807ff4ab338b7c
2015-12-02 13:50:26 -08:00
Gijs Kruitbosch 4d2addedb3 Bug 1190382 - fix reference to KeyboardEvent in content process, rs=bustage
--HG--
extra : commitid : H802gBVwVxg
extra : rebase_source : 679fcfbc237acd9077d52eb7a079747bfba06a10
2015-12-04 15:29:05 +00:00
Gijs Kruitbosch 59f45711a5 Bug 1218249 - followup: re-add 'content.' to the Node reference in content.js, rs=bustage
--HG--
extra : commitid : GHo3vAFpWeY
extra : rebase_source : e39a434dbe2f70d94c0b816e1e1bad670446e91a
2015-12-04 15:21:43 +00:00
Marco Bonardo f2af219100 Bug 1225540 - bump FX_URLBAR_SELECTED_RESULT_TYPE and FX_URLBAR_SELECTED_RESULT_INDEX expiration. r=vladan 2015-12-04 14:36:31 +01:00
simplyblue 34af26c5b6 Bug 1228976 - Remove array comprehensions from Places .r=mak 2015-12-03 16:26:58 +05:30
Gijs Kruitbosch 4918920221 Bug 1218249 - check type of node before using xlink:href, r=felipe,f=longsonr
--HG--
extra : commitid : Lh3cVtsYgac
extra : rebase_source : 737f7510384015d13be970ddb22f2fffc84d2ba3
2015-12-02 14:10:39 +00:00
Gijs Kruitbosch 9930c8ae16 Bug 1229474 - only create widgets in browser windows, r=jaws
--HG--
extra : commitid : DyFeq4QIv9e
extra : rebase_source : fe42eb4a04c783f975de86f226e6f6029adb1fa6
2015-12-02 16:11:56 +00:00
Gijs Kruitbosch bdd852acd7 Bug 1190382 - don't send useless KeyboardEvent properties, r=neil
--HG--
extra : commitid : 5h4frlALRJ9
extra : rebase_source : ce387ca1af2f7c0d2e9f06406d034304fb31e2aa
2015-12-02 15:25:29 +00:00
Carsten "Tomcat" Book 8d69e722ff merge mozilla-inbound to mozilla-central a=merge 2015-12-04 11:57:23 +01:00
Carsten "Tomcat" Book e523d63b9f merge fx-team to mozilla-central a=merge 2015-12-04 11:56:25 +01:00
Phil Ringnalda a54f2a1eda Back out ce4623289f7f (bug 1230054) for crashtest bustage in 789075-1.html/795892-1.html, Android mochitest-chrome bustage in test_texttrack_chrome.html, and probably Gij video_list_test.js
CLOSED TREE
2015-12-03 22:12:01 -08:00
Xidorn Quan ba1aea5e03 Bug 1229739 - Use the color of shadow if available for drawing emphasis marks in shadow. r=jfkthame
--HG--
extra : source : 2e07c6f0480005fea6ea2c0343726baef39d1bc6
2015-12-04 16:28:34 +11:00
Jean-Yves Avenard 7b1c9931c6 Bug 1230054: Add missing headers ON A CLOSED TREE. r=me 2015-12-04 15:56:46 +11:00
Chris Pearce 0840e7ba6a Bug 1230272 - Remove version suffix from keySystem string reported by MediaKey*.keySystem attribute. r=gerald 2015-12-04 17:35:40 +13:00
Jean-Yves Avenard f6323082e7 Bug 1230353: P2. Update webref test expected results. r=karlt
type and subtype in media mimetype are case-insensitive
2015-12-04 15:24:25 +11:00
Jean-Yves Avenard 5800cccc88 Bug 1230353: P1. Ensure type and subtype of MIME are lowercase. r=bz
As per RFC 2616 section 3.7, which states "The type, subtype, and parameter attribute names are case-insensitive". So ensure the type and subtype are always lower-case as all our comparisons assume that they are.
2015-12-04 15:24:24 +11:00
Jean-Yves Avenard b2545f9af0 Bug 1230054: Remove unused WebMReader. r=kinetik 2015-12-04 15:23:43 +11:00
Xidorn Quan f723e98d21 Bug 1224013 part 3 - Add reftests for text-emphasis with ruby. r=jfkthame
--HG--
extra : source : 97428cf7cacc7177f7fc9efe297ea7d5f96f1886
2015-12-04 15:16:54 +11:00
Xidorn Quan 8e300673ba Bug 1224013 part 2 - Render text-emphasis outside ruby. r=jfkthame
--HG--
extra : source : e725814ae1bb0ccdaf8852eccd3442a9103f7e3a
2015-12-04 15:16:54 +11:00
Xidorn Quan aa54c2e7ff Bug 1224013 part 1 - Enable text-emphasis in UA sheets. r=dbaron
The only usage of text-emphasis in UA sheets is to clear it on ruby text. Making
it enabled in UA sheets allows that rule to take effect without additional code
to reload html.css when the pref changes.

--HG--
extra : source : ed43e0efd1f4f8b4605732ff8740f88f1282eedc
2015-12-04 15:16:54 +11:00
Dave Townsend 3f712c761e Backed out 5161ded671e0 for causing Mulet failures
--HG--
extra : commitid : AcnOYAhDWhq
extra : rebase_source : 74bdf37c69b2518534c77ea0d29bfbe4f1166f62
2015-12-03 20:01:43 -08:00
Mark Capella e43c1dcf7f Bug 1215959 - (GeckoCarets2) - skip-if overlooked perma-orange test 2015-12-03 22:58:08 -05:00
Jordan Lund b12f6b6add Bug 1206668 - remove confvars.sh in beta_to_release merge script, DONTBUILD NPOTB r=rail 2015-12-03 19:54:48 -08:00
Jean-Yves Avenard d6b653ae10 Bug 1229605: [MSE] Allow webm/audio independently of video. r=kentuckyfriedtakahe
This adds a media.mediasource.webm.audio.enabled preference (true by default) to disable opus or vorbis audio in webm mediasource.
2015-12-04 14:43:47 +11:00
Jean-Yves Avenard 4559d44eb5 Bug 1191833: P2. Update webref test expected results. r=karlt
Video codecs aren't allowed in an audio container.
2015-12-04 14:43:46 +11:00
Jean-Yves Avenard 72d555ab40 Bug 1191833: P1. Properly check webm mimetype against codec type. r=cpearce
Also move the logic inside WebMDecoder, this continue on with the logic used by MP4Decoder
2015-12-04 14:43:46 +11:00
Ben Tian e6557e5b56 Bug 1230066 - Add missing STATUS_AUTH_REJECTED into enum BluetoothStatus,r=tzimmermann 2015-12-03 18:25:03 +08:00
Wes Kocher ceeecd110c Merge m-c to b2ginbound, a=merge
--HG--
extra : commitid : HBa9vqJvY25
2015-12-03 16:11:31 -08:00
Wes Kocher c40454e094 Merge fx-team to central, a=merge
--HG--
extra : commitid : 4Zjf9SresVg
2015-12-03 16:07:50 -08:00
Wes Kocher 496bb06c12 Merge inbound to central, a=merge
--HG--
extra : commitid : 7q2wkRZjpWP
2015-12-03 15:53:51 -08:00
Wes Kocher 13dbbc1cfc Merge b2ginbound to central, a=merge
--HG--
extra : commitid : HXlqlrbW6rE
2015-12-03 15:44:46 -08:00
B2G Bumper Bot e7a07471ca Bumping manifests a=b2g-bump 2015-12-03 14:45:59 -08:00
B2G Bumper Bot e482da9da3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8b0a6383f64
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33476 from sfoster/ftu-late-customization-gij-bug-1215219

Bug 1215219 - Integration tests for Late Customization.

========

https://hg.mozilla.org/integration/gaia-central/rev/c69974389469
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1215219 - Integration tests for Late Customization. r=arcturus
2015-12-03 14:44:34 -08:00
Chris Pearce ff1b756ddd Bug 1230026 - Add test for 'webm' initDataType for ClearKey initData. r=gerald
--HG--
rename : dom/media/test/test_eme_key_ids_initdata.html => dom/media/test/test_eme_initDataTypes.html
2015-12-04 07:24:32 +13:00
Chris Pearce 9654972991 Bug 1230026 - Support 'webm' initDataType format for MP4 ClearKey initData. r=gerald 2015-12-04 07:24:11 +13:00
B2G Bumper Bot 3bb48b3744 Bumping manifests a=b2g-bump 2015-12-03 09:39:58 -08:00
B2G Bumper Bot 8d27d87204 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a71a5a82809
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33498 from ferjm/bug1230142.asyncStorage.switch.accounts

Bug 1230142 - asyncStorage not defined when switching accounts. r=mic…

========

https://hg.mozilla.org/integration/gaia-central/rev/694d8bfd0e65
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1230142 - asyncStorage not defined when switching accounts. r=michielbdejong
2015-12-03 09:38:34 -08:00
Gregor Wagner 03c5c2e7d0 Bug 1215494 - Don't set b2g.safe_mode pref in child process. r=fabrice 2015-12-03 18:23:22 +01:00
Fabrice Desré 73cba43755 Bug 1229620 - Replace #ifdefs in b2g/ code by AppConstants r=timdream 2015-12-03 09:14:07 -08:00
B2G Bumper Bot e20ba29a1c Bumping manifests a=b2g-bump 2015-12-03 07:16:36 -08:00
B2G Bumper Bot 4f29e9e6c0 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/519a0bca45fa
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Revert "Bug 1224203 - Update Kinto.js to version 6ea1cf5 (1 Dec), r=ferjm"

This reverts commit 2fa6b60d2e42cf7e202497dc72882aca5d4725fa.

========

https://hg.mozilla.org/integration/gaia-central/rev/6d2bd78e65f9
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #33468 from azasypkin/bug-1229372-update-libs

Bug 1229372 - [Messages][NG] Update tools/update_nga_libs.sh script to work with new fxos-components repository. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/c6bec3afc105
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1229372 - [Messages][NG] Update tools/update_nga_libs.sh script to work with new fxos-components repository. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/d72a203016e8
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #33460 from albertopq/1228600-migrate-sim

Bug 1228600 - Migrate SimLockSystemDialog to a WebComponent r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/6ca318dd371d
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1228600 - Migrate SimLockSystemDialog to a WebComponent r=mhenretty
2015-12-03 07:15:13 -08:00