Boris Zbarsky
c2eaf2205f
Bug 679939 part 4. Set the isRunOnce compile flag as needed. r=luke
2015-04-01 12:05:28 -04:00
Boris Zbarsky
458bf125e5
Bug 679939 part 3. Add a CompileOptions flag for indicating that the script should be compiled runOnce. r=luke
2015-04-01 12:05:28 -04:00
Boris Zbarsky
96ca1664a7
Bug 679939 part 2. Disallow execution of global/eval scripts that are flagged runOnce and have already run. r=luke
2015-04-01 12:05:28 -04:00
Boris Zbarsky
3aa088b969
Bug 679939 part 1. Extend the hasRunOnce/treatAsRunOnce setup to global and eval scripts. r=luke
2015-04-01 12:05:28 -04:00
Boris Zbarsky
ce432a8628
Bug 1150513. While we're working with a function's script (e.g. cloning it), prevent that function getting relazified. r=luke
2015-04-02 19:13:26 -04:00
Wes Kocher
2176c8f88b
Backed out changeset 39d74e5c3df5 (bug 1149897) for frequent bc3 timeout errors
2015-04-02 16:12:06 -07:00
Wes Kocher
83df753364
Backed out changeset 8bfc506611fc (bug 482051) for bc1 orange
2015-04-02 16:07:18 -07:00
Steve Fink
b35ffb3ae9
Bug 1149739
- Nerf performance.mozMemory ifdef JS_MORE_DETERMINISTIC, r=terrence
2015-04-02 13:05:29 -07:00
Steve Fink
045dc5f13d
No bug. Minor analysis fix for duplicate avoidance logic. Does not seem to matter in practice. r=woof!
2015-03-27 17:26:43 -07:00
Steve Fink
80c2446cb6
Bug 1150347 - Fix autospider.sh --dep flag name, r=philor
2014-11-13 12:23:26 -08:00
Steve Fink
2bab38350a
Bug 1056410 - Mark more classes final, r=terrence
...
Bug 1047696 was blocked by the hazard here, so it ended up not marking problematic classes final. Mark them final.
2015-03-30 14:00:45 -07:00
Steve Fink
c19bd732f9
Bug 1056410 - Add edge between internal destructors, r=terrence
2014-08-29 15:59:06 -07:00
Ehsan Akhgari
2306715bbc
Bug 1148854 - Part 2: Resume the intercepted network reuest if the interception fails for some reason; r=jdm
2015-04-02 17:58:22 -04:00
Ehsan Akhgari
eec21e7426
Bug 1148854 - Part 1: Relax the assertion in ServiceWorkerManager::DispatchFetchEvent; r=nsm,jdm
2015-04-02 17:58:22 -04:00
Ehsan Akhgari
f4a6fbde43
Bug 482051 - Remove mentions of the browser.privatebrowsing.keep_current_session pref; r=jdm
2015-04-02 17:58:21 -04:00
Andrew McCreight
8ca644d24c
Bug 1149807 - Remove some unused nsIProgrammingLanguage.h includes. r=froydnj
2015-04-02 14:54:46 -07:00
Andrew McCreight
7091628ebc
Bug 1147946, part 6 - Remove some useless null checks on infallible new in XULContentSinkImpl. r=baku
2015-04-02 14:54:45 -07:00
Andrew McCreight
d7e1f4640e
Bug 1147946, part 5 - Don't use the generic nsIProgrammingLanguage enum in XULContentSinkImpl::OpenScript(). r=baku
...
Use a boolean isJavaScript rather than an enum which is either UNKNOWN or JAVASCRIPT.
Note that the existing behavior is odd, where encountering some kinds
of failures is immediately fatal, which other kinds are not, and the
order we see attributes in affects whether or not we decide something
is JavaScript. This behavior should be wholly preserved by this patch.
2015-04-02 14:54:45 -07:00
Shu-yu Guo
0298bde642
Bug 1137569 - Delay stringification of JIT frames until streaming time. (r=djvj)
2015-04-02 14:50:08 -07:00
Shu-yu Guo
f3347cbffc
Bug 1137569 - Stream and save samples and markers in the profiler on JSRuntime destruction. (r=mstange)
2015-04-02 14:50:08 -07:00
Eric Faust
76b54e166f
Bug 1149769 - Split reflect-parse.js reftest into its own subdirectory. (r=Waldo)
2015-03-31 18:29:10 -07:00
Markus Stange
5943a76877
Bug 1148855 - Tweak reftest fuzziness.
2015-04-02 17:29:35 -04:00
Nicolas B. Pierron
339dfa61b8
Bug 1149510 - Initialize the MachineState with safe-bad pointers. r=jandem
2015-04-02 23:26:54 +02:00
Nicolas B. Pierron
e4bc014d4b
Bug 1134626 part 2 - Move x86 & x64 Architecture into a shared file. r=jandem
2015-04-02 23:26:53 +02:00
Andrew Halberstadt
fef8c3f868
Bug 1150497 - Make manifestparser tags whitespace (instead of comma) delimited to conform to other attributes, r=chmanchester
2015-04-02 09:50:30 -04:00
Timothy Nikkel
7f7c973956
Bug 1150363. Remove unused mInScroll from nsViewManager. r=mats
2015-04-02 16:12:23 -05:00
Patrick McManus
591860d29b
Bug 1148328 - Disable alt-svc. r=dveditz
...
CLOSED TREE
2015-03-31 18:57:44 -04:00
Ryan VanderMeulen
198bd447cf
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-04-02 16:22:48 -04:00
Ryan VanderMeulen
48c772444a
Merge inbound to m-c. a=merge
2015-04-02 16:20:54 -04:00
Ryan VanderMeulen
aa8d752e88
Backed out changeset b03732ee3d23 (bug 1150548) for mochitest-e10s failures.
...
CLOSED TREE
2015-04-02 16:12:43 -04:00
L. David Baron
4ad5158072
Backed out changeset 9002c68ad577 (bug 980770, enabling off-main-thread animations) for 10% failure rate crash bug 1150619 on Linux ASAN mochitest-e10s-2, on a CLOSED TREE.
2015-04-02 12:58:55 -07:00
Jeff Walden
d4b1e1fa30
Bug 1149797 - Update browser jstests to treat ecma_6/extensions tests as 1.8, so that let is interpreted as a statement and not as an expression. r=bustage in a CLOSED TREE
2015-04-02 15:46:33 -04:00
Andrew McCreight
b44a2ef2ff
Bug 1147946, part 4 - Use an early return in XULContentSinkImpl::OpenScript(). r=baku
2015-04-02 12:13:15 -07:00
Andrew McCreight
e57669ea4e
Bug 1147946, part 3 - Eliminate unused case for non-JS scripting languages in XULContentSinkImpl::OpenScript(). r=baku
...
langID is either be UNKNOWN or JAVASCRIPT so we never run the code here.
2015-04-02 12:13:15 -07:00
Andrew McCreight
d574337098
Bug 1147946, part 2 - Move body of check inside prior if in XULContentSinkImpl::OpenScript(). r=baku
2015-04-02 12:13:15 -07:00
Andrew McCreight
f2444c8eab
Bug 1147946, part 1 - Tuck elses in nsXULContentSink.cpp. r=baku
2015-04-02 12:13:15 -07:00
B2G Bumper Bot
293eeb63b7
Bumping manifests a=b2g-bump
2015-04-02 10:54:51 -07:00
B2G Bumper Bot
8592bc3884
Bumping manifests a=b2g-bump
2015-04-02 09:42:57 -07:00
B2G Bumper Bot
64a08f4d16
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4b56fba8a50f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1087811 - merge pull request #25506 from jrburke:bug1087811-email-es6-minify to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/9b8d1ab79ff4
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1087811 - [email] update minification step to work with newer ES6-ish features
2015-04-02 09:40:21 -07:00
B2G Bumper Bot
dfe6bf0bba
Bumping manifests a=b2g-bump
2015-04-02 09:07:31 -07:00
Ryan VanderMeulen
867b850538
Backed out changeset 93166201fca0 (bug 941085) for Gip failures.
...
CLOSED TREE
2015-04-02 12:05:56 -04:00
B2G Bumper Bot
cf0194d952
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d94959f4a9b9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1149448 - merge pull request #29277 from sfoster:card-view-ltr-subtitles-bug-1149448 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/c8e2c42dd219
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1149448 - Cardview subtitles are always URLs and always LTR
2015-04-02 09:05:20 -07:00
B2G Bumper Bot
cf5ba8707f
Bumping manifests a=b2g-bump
2015-04-02 07:12:44 -07:00
B2G Bumper Bot
b06e1e806a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/455864f6d989
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1145072 - merge pull request #29285 from RudyLu:keyboard/Bug1145072-keyboard_action_queue to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/8546c45f8d03
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 1145072 - Implement a queue for key input actions.
2015-04-02 07:10:10 -07:00
B2G Bumper Bot
658c180d19
Bumping manifests a=b2g-bump
2015-04-02 06:42:49 -07:00
B2G Bumper Bot
c82b53d046
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/97e79a0f3625
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #29307 from albertopq/1146256-statusbar-fullscreen-act
Bug 1146256 - Using topMostWindow for calculating statusbvar visibility r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/99e27fdf61f7
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1146256 - Using topMostWindow for calculating statusbvar visibility
2015-04-02 06:40:13 -07:00
Carsten "Tomcat" Book
2d161736e9
Merge mozilla-central to b2g-inbound
2015-04-02 15:16:10 +02:00
B2G Bumper Bot
a7c3e1df41
Bumping manifests a=b2g-bump
2015-04-02 05:19:42 -07:00
B2G Bumper Bot
42c2cffc01
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0070c3cd69e4
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1139105 - merge pull request #29306 from timdream:settings-layout-name-bdi to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/3ebb0eee2e97
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1139105 - Wrap layout names in list with <bdi> tag
2015-04-02 05:17:32 -07:00
Carsten "Tomcat" Book
9a5e25a74f
merge mozilla-inbound to mozilla-central a=merge
2015-04-02 14:09:15 +02:00