Commit Graph

226874 Commits

Author SHA1 Message Date
Bobby Holley
7b8365c896 Bug 1127203 - Be more consistent about when and how we apply the fuzz factor. r=mattwoodrow 2015-01-30 17:45:49 -08:00
Bobby Holley
37da003071 Bug 1127203 - Rename aError to aTolerance. r=mattwoodrow
aError is a really misleading name.
2015-01-30 17:45:49 -08:00
Jim Blandy
b04e1a183b Bug 1095145: Remove compileAndGoGlobal argument to Debugger::onNewScript, and simplify accordingly. r=shu
--HG--
extra : rebase_source : d07242d14f9bf46584ebefbdf94c9856f632adad
extra : amend_source : f05f1a446818d95d9117b0c3e24b693a3503494e
2015-01-26 11:48:35 -06:00
Dan Gohman
32051b3a94 Bug 1125236 - SpiderMonkey: Verify that asm.js heap loads and stores can be correctly disassembled r=jandem 2015-01-30 16:32:26 -08:00
Dan Gohman
a430a5a9e2 Bug 1125236 - SpiderMonkey: Implement a minimal x86 disassembler r=jandem 2015-01-30 16:32:26 -08:00
JW Wang
bda6b94a78 Bug 1121332. Part 6 - update test_interfaces.html. r=bz 2015-01-31 13:23:59 +13:00
JW Wang
9e143fcd1d Bug 1121332. Part 5 - update EME mochitests for webidl changes. r=cpearce. 2015-01-31 13:23:19 +13:00
JW Wang
6802f989fc Bug 1121332. Part 4 - implement MediaKeySession.keyStatuses and remove MediaKeySession.getUsableKeyIds. r=bz. 2015-01-31 13:23:07 +13:00
JW Wang
e2367ce0d6 Bug 1121332. Part 3 - export MapObject from JS. r=jorendorff. 2015-01-31 13:22:48 +13:00
JW Wang
6fea7611db Bug 1121332. Part 2 - expose media key status from CDMCaps. r=cpearce. 2015-01-31 13:22:25 +13:00
JW Wang
5fdc2d3679 Bug 1121332. Part 1 - add media key status to gmp-api. r=cpearce. 2015-01-31 13:22:12 +13:00
Tom Schuster
1319a5bb3e Bug 1100936 - Handle various operations on revoked proxies. r=efaust 2015-01-31 01:11:24 +01:00
Dan Gohman
4ecafbea42 Bug 1125202 - SpiderMonkey: Reorganize the x86 BaseAssembler codebase r=jandem 2015-01-30 16:05:56 -08:00
Dan Gohman
26d22dcb80 Bug 1125202 - SpiderMonkey: Add formatting macros for rip-relative memory operands r=bbouvier 2015-01-30 16:05:56 -08:00
Dan Gohman
6b90082bbc Bug 1125202 - SpiderMonkey: Eliminate twoByteRipOpSimd's ripOffset argument r=bbouvier 2015-01-30 16:05:55 -08:00
Dan Gohman
6cdbc05b19 Bug 1125202 - SpiderMonkey: Minimize diffs between Architecture-x64.h and Architecture-x86.h r=mjrosenb 2015-01-30 16:05:55 -08:00
Dan Gohman
7d0a5ae2ed Bug 1125202 - SpiderMonkey: Move AssemberBuffer spew code out of line r=h4writer 2015-01-30 16:05:55 -08:00
Dan Gohman
85a732f4bc Bug 1125202 - SpiderMonkey: Finish the conversion of spew output r=bbouvier 2015-01-30 16:05:55 -08:00
Dan Gohman
b6331a84a7 Bug 1125202 - SpiderMonkey: Implement all remaining FIXME_INSN_PRINTING uses r=bbouvier 2015-01-30 16:05:55 -08:00
Dan Gohman
e8b3609971 Bug 1125202 - SpiderMonkey: Eliminate unnecessary friend declarations r=jandem 2015-01-30 16:05:55 -08:00
Dan Gohman
f66291202b Bug 1125202 - SpiderMonkey: Reduce usage of reinterpret_cast r=jandem 2015-01-30 16:05:55 -08:00
Dan Gohman
12b14d6e35 Bug 1125202 - SpiderMonkey: Remove redundant inline keywords r=jandem 2015-01-30 16:05:55 -08:00
Dan Gohman
944cc10e5f Bug 1125202 - SpiderMonkey: Refactor a repeated assert so that it's checked in only one place r=jandem 2015-01-30 16:05:55 -08:00
Dan Gohman
dcd2f32f49 Bug 1125202 - SpiderMonkey: Replace AssemblerBuffer's internals with mozilla::Vector r=sstangl 2015-01-30 16:05:55 -08:00
Dan Gohman
f017f8acef Bug 1125202 - SpiderMonkey: Tidy the register name functions r=jandem 2015-01-30 16:05:55 -08:00
Dan Gohman
d3fef4448f Bug 1125202 - SpiderMonkey: Use BitwiseCast to do bitwise casts r=djvj 2015-01-30 16:05:55 -08:00
Dan Gohman
e81a3f3d42 Bug 1125202 - SpiderMonkey: Rename a BaseAssembler function for consistency r=jandem 2015-01-30 16:05:55 -08:00
Dan Gohman
b4cf5ad2a8 Bug 1125202 - SpiderMonkey: Add MOZ_WARN_UNUSED_RESULT to JmpSrc returns r=jandem 2015-01-30 16:05:55 -08:00
Dan Gohman
9950d55fe3 Bug 1125202 - SpiderMonkey: Delete unused functions r=jandem 2015-01-30 16:05:55 -08:00
Gary Kwong
eb438e2cc5 Bug 1128097 - Unable to compile js 32-bit ARM-simulator shells on Mac. rs=jandem 2015-01-30 15:44:15 -08:00
Geoff Brown
aabe69887e Bug 1127928 - Increase pushDir timeout for xpcshell tests directory to 600 seconds; r=wlach 2015-01-30 15:23:41 -07:00
Geoff Brown
4f24554baf Bug 1127457 - Fix check for zip in devicemanagerADB.py; r=armenzg 2015-01-30 15:23:40 -07:00
Jim Blandy
b15f5a7eca Bug 1124752: Provide more information when js/src/jit-test/tests/debug/Memory-takeCensus-02.js fails. r=sfink
--HG--
extra : rebase_source : 6be43886cc52c0a60823502dd61e09e355a12112
2015-01-28 16:52:15 -08:00
Josh Grant
d3620c27bd Bug 1105863 - Add docstring to timeouts. r=dburns
--HG--
extra : transplant_source : %83%B8%99%B70c%DE%DB%5D%5B%DB%8A/%DC%08%EE%E2J%11%03
extra : histedit_source : e28545c7ee3493b2bd3511ebd566ef031eb2321d%2Cac2ee5b9a92eb87a80c8132135c1abac640cfbef
2015-01-30 07:37:11 -05:00
Brian O'Keefe
0fd63796be Bug 870366 - Part 3: Prohibit PREF_JS_EXPORTS in Makefile.ins. r=gps 2015-01-20 13:07:04 -05:00
Brian O'Keefe
d077344297 Bug 870366 - Part 2b: Make l10n PREF_JS_EXPORTS use PP_TARGETS instead. r=glandium 2015-01-20 13:07:03 -05:00
Brian O'Keefe
eddceb3a00 Bug 870366 - Part 2: Move PREF_JS_EXPORTS to moz.build (easy moves). r=gps 2015-01-20 13:07:03 -05:00
Brian O'Keefe
96f36e3bf3 Bug 870366 - Part 1: Move PREF_JS_EXPORTS to moz.build (mozbuild logic). r=gps 2015-01-20 13:07:02 -05:00
Jan de Mooij
723f75b300 Bug 1066878 part 3 - Fix NewObjectWithGivenProto to actually use its allocKind argument. r=bhackett 2015-01-30 22:12:06 +01:00
Jan de Mooij
f23bcc864d Bug 1126318 - Fix TryAttachNativeGetPropStub to ensure the function is native before using its jitinfo. r=bz 2015-01-30 22:11:53 +01:00
Jeff Muizelaar
85263c98fd Bug 1127839. Inline some single use methods. r=kats
These methods are only used from the constructors.
2015-01-30 15:51:38 -05:00
Markus Stange
a56b456111 Bug 1127498 - Share one buffer between all threads, improve marker lifetime management, some code cleanup. r=BenWa 2015-01-30 14:49:32 -05:00
Ms2ger
69c01f4e71 Bug 1127943 - Make testharness.js the default template for gen_template.pl; r=bz (NPOTB, DONTBUILD) 2015-01-30 20:38:45 +01:00
David Keeler
ba4ba32e0f backout cd0ec3afca5a (bug 832837) for mochitest bustage 2015-01-30 11:25:24 -08:00
Kartikaya Gupta
2326c50381 Bug 1124452 - Ensure the widget continues to be destroyed on the main thread. r=BenWa
--HG--
extra : rebase_source : 012cfddceefea66299e3476d2a4ae831a586ad1c
2015-01-29 12:57:55 -05:00
Kartikaya Gupta
cdfc8917b3 Bug 1124452 - Make it work without containerless-root, too. r=tn
--HG--
extra : rebase_source : 487e678ef5fc1592326a72f279e7e7f9f32a3a71
2015-01-28 13:28:28 -05:00
Botond Ballo
6e969d1405 Bug 1124452 - Set a displayport for the root scroll frame of the root document in the chrome process. r=kats,tn
--HG--
extra : rebase_source : 08f10c1c81888d1ce4164f8609aa86fd3c93a4f8
2015-01-28 13:25:53 -05:00
Botond Ballo
024f0d71f6 Bug 1124452 - Store the main thread's MessageLoop in ChromeProcessController. r=kats
--HG--
extra : rebase_source : 9c163795564dbe2fae1fd3a6e371b6455277d811
2015-01-14 18:03:43 -05:00
Botond Ballo
b4c29b2836 Bug 1124452 - Store the widget in ChromeProcessController. r=kats
--HG--
extra : rebase_source : 007affed79a563eee52b25c21f8c1f8eda980542
2015-01-14 18:46:37 -05:00
Ryan VanderMeulen
4aa269687d Backed out 4 changesets (bug 782751, bug 1127948) for Gaia UI test failures.
Backed out changeset 4d8735e0cc30 (bug 1127948)
Backed out changeset de498dd4e303 (bug 782751)
Backed out changeset fe9436f5474c (bug 782751)
Backed out changeset fff8f6c32743 (bug 782751)
2015-01-30 14:16:40 -05:00