Commit Graph

29560 Commits

Author SHA1 Message Date
Nathan Froyd
6885d95f93 Bug 925334 - delete check for HAVE_GNU_GET_LIBC_VERSION; r=glandium 2013-10-10 09:43:36 -04:00
Nathan Froyd
a8e14b1b3c Bug 925222 - part 2 - delete configure checks for domainname member of struct utsname; r=glandium 2013-10-09 21:37:59 -04:00
Nathan Froyd
01c8185ff4 Bug 925169 - part 2 - delete MOZ_MEMORY_SIZEOF_PTR_2POW from configury; r=glandium 2013-10-09 19:05:39 -04:00
Nathan Froyd
47b3652354 Bug 925319 - delete HAVE_U?INT* checks from configure; r=glandium 2013-06-24 19:06:11 -04:00
Carsten "Tomcat" Book
fdf723a9db merge mozilla-central to mozilla-inbound 2013-10-11 11:19:10 +02:00
Carsten "Tomcat" Book
19d472dcbb merge b2g-inbound to mozilla-central 2013-10-11 11:15:46 +02:00
Jon Coppeard
7f9ef759eb Bug 923179 - Check main thread access later in generational barriers r=terrence 2013-10-11 09:52:56 +01:00
Shu-yu Guo
0d36c5754e Bug 921325 - Return bool from PJS VM functions and use the fatal bit on ForkJoinSlice to signal fatal vs retry. (r=nmatsakis) 2013-10-10 20:02:32 -07:00
Shu-yu Guo
c6c97c912b Bug 918584 - Part 4: Add SetElementParIC. (r=jandem) 2013-10-10 20:02:31 -07:00
Shu-yu Guo
06e6659818 Bug 918584 - Part 3: Add SetPropertyParIC. (r=jandem) 2013-10-10 20:02:31 -07:00
Shu-yu Guo
f7a54486db Bug 918584 - Part 2: Gently refactor SetElementIC. (r=jandem) 2013-10-10 20:02:31 -07:00
Shu-yu Guo
00c497c147 Bug 918584 - Part 1: Gently refactor SetPropertyIC. (r=jandem) 2013-10-10 20:02:31 -07:00
Shu-yu Guo
315699364e Bug 924757 - Remove PJS-tagged callee tokens. (r=jandem) 2013-10-10 20:02:31 -07:00
Shu-yu Guo
d8d8d552a3 Bug 925305 - Use ScratchFloatReg when converting float32->double for callVM. (r=sstangl) 2013-10-10 20:02:30 -07:00
Shu-yu Guo
f795b07f7b Bug 909743 - Save live ForkJoinSlice register in the fast string concat stub. (r=jandem) 2013-10-10 20:02:30 -07:00
Ehsan Akhgari
c52d2a5eab Remove the unused UnexpectedFailure static function to fix my build, no bug 2013-10-10 17:39:52 -04:00
Birunthan Mohanathas
0fe811f2b7 Bug 784739 - Switch from NULL to nullptr in js/xpconnect/; r=ehsan 2013-10-10 16:35:53 -04:00
Brian Hackett
036ac200e0 Bug 923892 - Ignore constrainedOutputs when canceling off thread compilations, r=jandem. 2013-10-10 13:13:06 -06:00
Brian Hackett
1b57cee3aa Bug 923860 - Watch for ids considered to be integers by TI when emitting destructuring prop/elem accesses, r=jandem. 2013-10-10 11:15:27 -06:00
Luke Wagner
2cf80d80da Bug 922395 - OdinMonkey: move the check for generators (r=jorendorff)
--HG--
extra : rebase_source : ffb4753d59240a3310a4bb81077f141877e14e29
2013-10-10 13:11:41 -04:00
Ed Morley
4123a88873 Backed out changeset 774d6d582f40 (bug 897027) for assertions 2013-10-10 17:12:21 +01:00
Phil Ringnalda
82bcd369e8 Backed out changeset 44eee084be1d (bug 924660) for jit-test failures 2013-10-10 08:37:56 -07:00
David Caabeiro
5a9a6c846d Bug 897027 - Missing ToNumber conversion for Math.pow()/Math.atan() when passing only one argument. r=till 2013-10-10 13:36:11 +02:00
Mike Hommey
dcb5764ee4 Bug 924992 - Use an absolute path for DIST; r=gps 2013-10-10 18:00:44 +09:00
Dan Gohman
7f885e7c75 Bug 924660 - IonMonkey: Revert unintended changes to MDiv::truncate introduced in 6afebbb8e595. r=nbp 2013-10-10 06:49:10 -07:00
Brian Hackett
8e039761d9 Bug 923693 - Distinguish different kinds of object state changes in type information, r=jandem. 2013-10-10 07:45:20 -06:00
Brian Hackett
0d6798ee41 Bug 923799 - Mark UDivOrMod as clobbering eax when used for Mod, r=jandem. 2013-10-10 07:31:04 -06:00
Dan Gohman
2d3ce88c6e Bug 925088 - IonMonkey: Micro-optimize x86 and x64's branchTruncateDouble. r=jandem 2013-10-10 05:31:05 -07:00
Dan Gohman
c80eed789b Bug 925088 - SpiderMonkey: Micro-optimize x64's testStringTruthy. r=mjrosen 2013-10-10 05:21:05 -07:00
Dan Gohman
3e53c7d352 Bug 925088 - SpiderMonkey: Fold loads into branchTest32. r=nbp 2013-10-10 05:20:55 -07:00
Dan Gohman
d87a4b311c Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn 2013-10-10 05:18:01 -07:00
Carsten "Tomcat" Book
907ba804fb Merge m-c to mozilla-inbound 2013-10-10 13:42:10 +02:00
Carsten "Tomcat" Book
b613238ffa merge fx-team to mozilla-central 2013-10-10 13:39:48 +02:00
Jon Coppeard
b9b5b047df Bug 924690 - Remove unnecessary post-barriering of watchpoint hash table r=terrence 2013-10-10 10:28:17 +01:00
Jon Coppeard
b2f69acb8e Bug 922091 - Don't use RelocatablePtrObject on the stack in watchpoint code r=terrence 2013-10-10 10:27:51 +01:00
Andrea Marchesini
d24dfb225f Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug
--HG--
rename : js/xpconnect/tests/unit/test_textDecoder.js => js/xpconnect/tests/unit/test_url.js
2013-10-10 08:56:01 +02:00
Wes Kocher
b603279094 Merge m-c to fxteam 2013-10-09 20:42:24 -07:00
Nick Alexander
12792a1daa Bug 923306 - Follow-up: Address review comment. r=me 2013-10-09 17:14:20 -07:00
Nick Alexander
b04068da45 Bug 923306 - Add JAVA_JAR_TARGETS. r=glandium 2013-10-09 17:05:36 -07:00
Ryan VanderMeulen
700df6f454 Merge m-c to inbound.
CLOSED TREE
2013-10-09 15:34:02 -04:00
Marco Castelluccio
4778ce1568 Bug 924549 - Add MOCHITEST_WEBAPPRT_CHROME_MANIFESTS to specify webapprt chrome tests and convert all the webapprt mochitests to use manifests. r=gps 2013-10-09 09:16:18 -04:00
Dan Gohman
38d7cd5826 Bug 924648 - Make the return type of getTemp() methods consistently use LDefinition *. r=bhackett 2013-10-08 16:49:39 -07:00
Dan Gohman
167c70f14f Bug 923867 - IonMonkey: Explicitly handle infinite operands in MSub::computeRange. r=nbp 2013-10-08 16:49:25 -07:00
Dan Gohman
cfd7fb08b2 Bug 924641 - Rename movzxbl to movzbl for consistency. r=sstangl 2013-10-08 15:39:50 -07:00
Dan Gohman
ff139889d8 Bug 924634 - Misc. x86 assembler spew fixes. r=sstangl 2013-10-08 15:39:44 -07:00
Edgar Chen
a8154f3d20 Bug 873380 - Part 1: Refined the error report policy for card lock functionality. r=smaug. sr=hsinyi 2013-09-25 14:49:44 +08:00
Dan Gohman
bdcfbec358 Bug 924649 - IonMonkey: Include the function name in MathFunction debug output. r=jandem 2013-10-09 08:28:08 -07:00
Dan Gohman
d3960c61da Bug 924649 - IonMonkey: Implement extraName() for several LInstruction subclasses. r=jandem 2013-10-09 08:28:03 -07:00
Dan Gohman
80fba47123 Bug 924639 - Make jit_test.py print test names relative to the tests directory, for consistency. r=terrence 2013-10-09 06:41:44 -07:00
Sean Stangl
59d7205f3e Bug 916511 - Prevent underflow in YARR. r=nbp 2013-10-02 14:17:34 -07:00