Nicholas Nethercote
f44287005f
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
...
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
--HG--
extra : rebase_source : 82e3387abfbd5f1471e953961d301d3d97ed2973
2015-08-27 20:44:53 -07:00
Nicholas Nethercote
4e53819fec
Bug 1198334 (part 0) - Tighten up warnings-as-errors usage in tools/power/. r=glandium.
...
--HG--
extra : rebase_source : a8239fd2911e57820eba3c1759365627f669b9d2
2015-08-27 20:40:44 -07:00
Xidorn Quan
f40af074ca
Bug 1189200 - Only clear pending fullscreen requests in inclusive descendants of the specified document in ClearPendingFullscreenRequests. r=smaug
...
--HG--
extra : source : a6268f26d0704037d0e84ead00f29f6e9ba1b0ec
2015-08-31 09:25:23 +10:00
Ryan VanderMeulen
2ceaec38c0
Bug 967606 - Skip test_call_start_from_end_handler.html on B2G opt.
2015-08-30 19:17:48 -04:00
Ryan VanderMeulen
593120864b
Backed out changeset db8aa4fdcba4 (bug 1142455) for making bug 1179547
nearly permafail on OSX 10.6.
2015-08-30 18:38:14 -04:00
Ryan VanderMeulen
cb6f9fc8c5
Bug 1146002 - Add more Android fuzz to box-sizing-replaced-003.xht.
...
--HG--
extra : rebase_source : 9e40494bc663c35891300a961aadbe0272e2297a
2015-08-30 18:12:25 -04:00
Ryan VanderMeulen
32e2481e0c
Bug 1178697 - Add Android fuzz to mq_print_height.xhtml.
...
--HG--
extra : rebase_source : f3a0fbaa043a13c486e43a5cf16d249c49f4d605
2015-08-30 18:07:44 -04:00
Ryan VanderMeulen
d88af421c5
Bug 1182082 - Add Android fuzz to large-gradient-2.html.
...
--HG--
extra : rebase_source : 0d4aaa82f8f7a8b8701df257700ed15af2fbc622
2015-08-30 18:01:21 -04:00
Ryan VanderMeulen
836b4be423
Bug 1191270 - Skip test_audio_capture_error.html on B2G emulator builds for frequent failures.
...
--HG--
extra : rebase_source : b2596353ad7e415f0fef858dd71cfae5b02b1960
2015-08-30 17:56:35 -04:00
Ryan VanderMeulen
83775e2f4d
Bug 1193351 - Disable various failure-prone EME tests on B2G.
...
--HG--
extra : rebase_source : 18b0e4b0a44d5df7450e1c4a68edb6eab3920f02
2015-08-30 17:52:04 -04:00
Ryan VanderMeulen
46150b51af
Bug 1186406 - Skip test_eme_playback.html on Windows due to frequent intermittent failures.
...
--HG--
extra : rebase_source : 67c6f857ccbccc2096142d26e255a2e496452ea6
2015-08-30 17:47:36 -04:00
Shu-yu Guo
f8c82270a9
Bug 1193583 - Fix scratchpad test that expects vars introduced by webconsole's JS evaluation to be configurable. (r=jimb)
...
The situation has changed.
2015-08-30 15:08:19 -07:00
Shu-yu Guo
74dcccdc3f
Bug 1193583 - Fix misc XPConnect and devtools tests. (r=jorendorff)
2015-08-30 15:08:19 -07:00
Shu-yu Guo
d228db207e
Bug 1193583 - Fix out-of-date reftests. (r=jorendorff)
2015-08-30 15:08:19 -07:00
Shu-yu Guo
b17f71092a
Bug 1193583 - Rename Debugger.evalInGlobal to executeInGlobal. (r=jorendorff)
...
--HG--
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-01.js => js/src/jit-test/tests/debug/Object-executeInGlobal-01.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-07.js => js/src/jit-test/tests/debug/Object-executeInGlobal-07.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-08.js => js/src/jit-test/tests/debug/Object-executeInGlobal-08.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-10.js => js/src/jit-test/tests/debug/Object-executeInGlobal-10.js
rename : toolkit/devtools/server/tests/mochitest/test_evalInGlobal-outerized_this.html => toolkit/devtools/server/tests/mochitest/test_executeInGlobal-outerized_this.html
2015-08-30 15:08:19 -07:00
Shu-yu Guo
1194a532eb
Bug 1193583 - Change the semantics of Debugger.evalInGlobal to be like executing a series of statements at the global level instead of like an indirect eval. (r=jimb)
...
This is to allow the web console to introduce and persist lexical
bindings on the global level. If evalInGlobal were like an indirect
eval, then no lexical bindings can escape the lexical environment of the
eval.
2015-08-30 15:08:19 -07:00
Shu-yu Guo
256fcebeb7
Bug 1193583 - Test. (r=jorendorff)
2015-08-30 15:08:19 -07:00
Shu-yu Guo
b4e25ed468
Bug 1193583 - Teach Debugger tests that eval frames now always have a lexical environment. (r=jorendorff)
2015-08-30 15:08:19 -07:00
Shu-yu Guo
9228fad4d3
Bug 1193583 - Fix eval to always execute under a non-extensible lexical scope. (r=jorendorff)
2015-08-30 15:08:19 -07:00
Shu-yu Guo
f48bd0b3d2
Bug 1193583 - Support emitting block scopes in the prologue. (r=jorendorff)
2015-08-30 15:08:19 -07:00
Ryan VanderMeulen
c7fdbe4d0f
Backed out changeset 982be1bbebdf (bug 1199624) for Windows bustage.
2015-08-30 17:09:09 -04:00
Jacek Caban
c8309c6328
Bug 1199624 - Don't use memset and memcmp in files that don't include cstring explicitly. r=briansmith
2015-08-29 07:59:00 -04:00
Ting-Yu Chou
c9627afeba
Bug 1194121 - Skip UpdateCommands() from initializing collapse to avoid sync IPC during app startup. r=jst
2015-08-28 15:18:56 +08:00
Liam Middlebrook
8bd3711ef1
Bug 1178893
- Made state/gl-enum-tests Conformant. r=kamidphish
...
GL_NUM_COMPRESSED_TEXTURE_FORMATS isn't a valid enum for gl.getParameter so
instead of setting a GL_NO_ERROR it should set a GL_INVALID_ENUM.
2015-08-26 15:35:43 -04:00
Ryan VanderMeulen
a543f05a2a
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-08-30 16:03:38 -04:00
Ryan VanderMeulen
71d14cf3e9
Bug 1199846 - Mark uncontrolled-page.https.html as passing.
...
CLOSED TREE
--HG--
extra : rebase_source : 6b6a30a51e2279cb34e13952dd01822a1950b600
2015-08-30 16:02:11 -04:00
Ryan VanderMeulen
0e85e4d32d
Bug 1198982 - Mark WorkerGlobalScope_importScripts_NetworkErr.htm as passing now.
...
--HG--
extra : rebase_source : 6a1f3ad2bd85357acf21e91b2082965c767831ff
2015-08-30 16:00:10 -04:00
Ryan VanderMeulen
a4a5b28112
Merge m-c to inbound. a=merge
2015-08-30 15:44:58 -04:00
Ryan VanderMeulen
2619578c83
Merge fx-team to m-c. a=merge
2015-08-30 15:24:02 -04:00
B2G Bumper Bot
7f79247668
Bumping manifests a=b2g-bump
2015-08-30 03:44:45 -07:00
B2G Bumper Bot
041e6bc5c3
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/15ba43fc66bd
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1180444 - [PrivacyPanel] Follow-up, remove old comment r=kgrandon
Remove old comment which is no longer valid to help searches during the web component migration.
2015-08-30 03:43:04 -07:00
Terrence Cole
6d4d6d6a09
Bug 1199822 - Turn self-hosting's cycle-check into an assertion; r=till
...
--HG--
extra : rebase_source : 106f1068f0a93efa8608ef02dcf738a5a92e87bc
2015-08-29 09:58:16 -07:00
Brian Grinstead
e06dc9e42a
Bug 1188176 - Update findbar close icon for dark theme in OSX Dev Edition theme;r=dao
2015-08-29 11:10:51 +02:00
Dão Gottwald
50c57e5d21
Bug 1188176 - Invert find bar close icon for the dark DevEdition theme on Windows. r=bgrinstead
2015-08-29 11:10:45 +02:00
Dão Gottwald
0238c0e467
Bug 1199609 - Expose keyboard shortcut for closing the current tab in the tab's close button tooltip. r=jaws
2015-08-29 11:10:06 +02:00
B2G Bumper Bot
f6fe8d2d2f
Bumping manifests a=b2g-bump
2015-08-29 00:44:37 -07:00
B2G Bumper Bot
a4d9789900
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3a7295caa7ca
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31588 from zbraniecki/1192426-add-l10nassert-to-mockl10n
Bug 1192426 - Add L10nAssert to mock_l10n.js
========
https://hg.mozilla.org/integration/gaia-central/rev/f0dcf50e5ca8
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1192426 - Add L10nAssert to mock_l10n.js
2015-08-29 00:42:54 -07:00
Gijs Kruitbosch
4f4c7db263
Backed out changeset 0fa63b2ccea0 (bug 1199579)
...
--HG--
extra : commitid : BS9nNzU5qDg
2015-08-29 08:10:48 +01:00
B2G Bumper Bot
ec0f19611c
Bumping manifests a=b2g-bump
2015-08-28 21:42:43 -07:00
B2G Bumper Bot
fd673c0bcc
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6ef6c08b5562
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #31434 from justindarc/bug1196425"
This reverts commit ccddf1824ac6da0ebb4b4433dbfd6dd21cbf7aca, reversing
changes made to 7a77326ef8b14ddef4d101efc336d7b26670ef94.
========
https://hg.mozilla.org/integration/gaia-central/rev/3b10699e3327
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #31457 from justindarc/bug1196414"
This reverts commit c74e69d85e0f6a18afe3fa27a8eeceae70a2ff18, reversing
changes made to 047ee93ad94a8c8bead484b984e2fc2195990847.
========
https://hg.mozilla.org/integration/gaia-central/rev/520714742a54
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #31503 from justindarc/bug1197873"
This reverts commit d95dd48d64451062bdffaf1c5d1c619e4c0b0acc, reversing
changes made to 140dd50887f126e10441d617049ae96d561f8932.
2015-08-28 21:40:39 -07:00
Gabriel Luong
d16bce4b19
Bug 1199579 - Eslint cleanup of inplace-editor r=pbro
2015-08-28 21:23:51 -07:00
B2G Bumper Bot
afd2dfdb88
Bumping manifests a=b2g-bump
2015-08-28 18:49:15 -07:00
B2G Bumper Bot
6cb30f61db
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ba1f69ef3546
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Bug 1192426 - Add L10nAssert to mock_l10n.js"
This reverts commit 9fbe9b073b9c38c1b318988214a81e745eef346b.
2015-08-28 18:41:59 -07:00
B2G Bumper Bot
9d527b67ea
Bumping manifests a=b2g-bump
2015-08-28 17:51:00 -07:00
B2G Bumper Bot
75b2d3b2b2
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/545a1ab9f95c
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #31549 from npark-mozilla/1197910
Bug 1197910 - Create Imagecompare RTL test for Settings:Device
========
https://hg.mozilla.org/integration/gaia-central/rev/d6d8703c30e8
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1197910 - Create Imagecompare RTL test for Settings:Device
2015-08-28 17:48:15 -07:00
B2G Bumper Bot
c42cc2fb44
Bumping manifests a=b2g-bump
2015-08-28 17:10:40 -07:00
B2G Bumper Bot
d45389b738
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/88c1b9647a77
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31580 from mwargers/1199597
Bug 1199597 - Fix failure in Bug test_edit_contact.py and test_import_edit_export_contact.py
========
https://hg.mozilla.org/integration/gaia-central/rev/387154ac41d8
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1199597 - Fix failure in Bug test_edit_contact.py and test_import_edit_export_contact.py
========
https://hg.mozilla.org/integration/gaia-central/rev/caf4089b906c
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30974 from evanxd/bug-1179689
Bug 1179689 - Re-enable test_play_ogv_video, test_play_webm_video, and test_play_ogg_video tests
========
https://hg.mozilla.org/integration/gaia-central/rev/c408a2e39ff1
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1179689 - Re-enable test_play_ogv_video, test_play_webm_video, and test_play_ogg_video tests
2015-08-28 17:09:58 -07:00
Fabrice Desré
809dad253a
Bug 1199714 - Add gaia build options r=nalexander
2015-08-28 17:06:53 -07:00
B2G Bumper Bot
a1ba2f24db
Bumping manifests a=b2g-bump
2015-08-28 16:45:55 -07:00
B2G Bumper Bot
52c1e948f7
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8bcf77a10564
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #31503 from justindarc/bug1197873
Bug 1197873 - [Music][NGA] Move '#endpoint' services to parent window
========
https://hg.mozilla.org/integration/gaia-central/rev/e70075f05103
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1197873 - [Music][NGA] Move '#endpoint' services to parent window
========
https://hg.mozilla.org/integration/gaia-central/rev/21ff0fac4dea
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31332 from zbraniecki/1192426-add-l10nassert-to-mockl10n
Bug 1192426 - Add L10nAssert to mock_l10n.js. r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/5141707ab74e
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1192426 - Add L10nAssert to mock_l10n.js
2015-08-28 16:16:54 -07:00