Commit Graph

39930 Commits

Author SHA1 Message Date
Jan de Mooij
e3603b8c6a Bug 1160182 - Handle extended functions in CreateLazyScriptsForCompartment. r=shu 2015-05-13 11:04:11 +02:00
Jan de Mooij
27c17dd32a Bug 1145785 - Fix OOM crash in the ARM simulator's icache check. r=bhackett 2015-05-13 11:04:09 +02:00
Lars T Hansen
af0ae5ada4 Bug 1139856 - do not lose wakeups. r=luke 2015-05-13 10:35:42 +02:00
David Major
e2b806f5fa Bug 1160146: Disable global sized deallocation for VS2015. r=glandium 2015-05-12 18:20:10 -04:00
Tom Schuster
1a47aeb5ab Bug 1163423 - Use JS_HasOwnProperty in WrapperAnswer::RecvHasOwn. r=billm 2015-05-12 21:05:50 +02:00
Tom Schuster
aecf4a84d2 Bug 1163423 - Introduce JS_HasOwnProperty. r=bhackett 2015-05-12 21:05:50 +02:00
Andrea Marchesini
d991fa6d9b Bug 1163387 - Rename FileImpl to BlobImpl, r=ehsan 2015-05-12 13:11:03 +01:00
Andrea Marchesini
7a35ed6840 Bug 1159401 - Split Blob and File classes, r=bz 2015-05-12 13:09:51 +01:00
Carsten "Tomcat" Book
a9a4fd2445 Backed out changeset 3841e37b0e2f (bug 861219) for JS Crashes on a CLOSED TREE 2015-05-12 12:27:52 +02:00
Carsten "Tomcat" Book
ad17cb8208 Backed out changeset e9a4931b119c (bug 861219) 2015-05-12 12:27:20 +02:00
Nicolas B. Pierron
35c7fc5c25 Bug 1158344 part 2 - Do not produce upper bounds check if the condition is always verified. r=sunfish 2015-05-12 11:26:53 +02:00
Nicolas B. Pierron
f94c5331d1 Bug 1154971 - ValueNumbering: Skip finding the leader if the simplified instruction existed before the simplification. r=sunfish 2015-05-12 11:26:52 +02:00
Till Schneidereit
f87f1b54e6 Bug 861219 - Part 1: Make Date.prototype not be a Date object. r=bholley 2014-05-26 13:04:55 +02:00
Tooru Fujisawa
96b99a0d06 Bug 861219 - Part 0: Make ClassSpec be able to delegate to another ClassSpec. r=bholley 2015-05-12 18:05:38 +09:00
Jon Coppeard
7f518a71e6 Bug 1163643 - Fix unified build errors following recent marking changes r=terrence 2015-05-12 10:04:14 +01:00
Mike Hommey
3a3e32f4c0 Bug 1043692 - Move DIST_INSTALL to moz.build. r=gps 2015-05-12 07:55:22 +09:00
Mike Hommey
ec07b959e5 Bug 1043692 - Add a DIST_INSTALL variable to moz.build, and replace NO_DIST_INSTALL with it. r=gps 2015-05-12 07:55:21 +09:00
Mike Hommey
c4edef7b2b Bug 1162779 - Move NO_EXPAND_LIBS to moz.build. r=mshal 2015-05-12 07:26:42 +09:00
Jeff Walden
d88c2a427a Bug 1158399 - Ensure/assert that DateObject::setUTCTime never stores a non-TimeClip'd value in the reserved slot. r=evilpie 2015-04-30 20:03:30 -07:00
Jeff Walden
c1dad444dd Bug 1155472 - Add the ES6 grammar parametrization to all the Parser methods, so that the permissibility of |in|, |yield| as keyword, &c. is specified directly, not by inspecting instantaneous statefulness. Don't change the statefulness yet, tho -- stop relying on it (where appropriate) in a later patch. r=efaust 2015-04-07 16:24:33 -07:00
Jeff Walden
97ecb2b229 Bug 1155472 - Reorder the various statement items in Parser::statement to correspond to the ordering in the Statement grammar production. r=efaust 2015-04-06 17:32:51 -04:00
Sean Stangl
aad2d6d263 Bug 1163168 - Prettify IonAssemblerBuffer.h. r=dougc 2015-05-08 11:55:34 -07:00
Wes Kocher
6fd66905f8 Backed out 2 changesets (bug 1159401) for b2g build bustage
Backed out changeset adfee1efb1e1 (bug 1159401)
Backed out changeset 70c63c8546e3 (bug 1159401)
2015-05-11 14:54:02 -07:00
Shu-yu Guo
245b492878 Bug 1154115 - Rewrite profiler JSON streaming. (r=mstange) 2015-05-11 14:16:44 -07:00
Shu-yu Guo
5d5fdbcc30 Bug 1154115 - Rewrite the JSAPI profiling API to use a FrameHandle, as to avoid multiple lookups in JitcodeGlobalTable. (r=djvj) 2015-05-11 14:16:44 -07:00
Birunthan Mohanathas
b2ee671e29 Bug 1162766 - Fix more bad implicit constructors in js. r=evilpie 2015-05-07 15:24:56 -07:00
Wes Kocher
a4c92e377b Backed out changeset 56e4c68dc3da (bug 1163387) for build bustage CLOSED TREE 2015-05-11 13:17:58 -07:00
Andrea Marchesini
5f0d79c537 Bug 1163387 - Rename FileImpl to BlobImpl, r=ehsan 2015-05-11 18:50:54 +01:00
Andrea Marchesini
8216a76e2b Bug 1159401 - patch 1 - Split Blob and File in 2 classes, r=bz 2015-05-11 18:50:50 +01:00
Terrence Cole
ff70316f24 Bug 1163059 - Add a more convenient wrapper for isAtomsZone; r=sfink 2015-05-07 10:17:49 -07:00
Ryan VanderMeulen
ab585ee6e8 Backout revisions 4287533203fb and 96a3ebfe09d8 (bug 1159401) for bustage.
CLOSED TREE
2015-05-11 11:43:59 -04:00
Brian Hackett
0013770a05 Bug 1161346 - Add missing capacity for unboxed arrays, r=jandem. 2015-05-11 08:35:27 -06:00
Andrea Marchesini
3d1cf0758c Bug 1159401 - patch 1 - Split Blob and File in 2 classes, r=bz 2015-05-11 15:20:06 +01:00
Douglas Crosher
ddc9b0d8bb Bug 1160911 - JIT: precise shift right derived result range for all int32 input ranges. r=sunfish 2015-05-10 15:42:23 +10:00
Phil Ringnalda
8ff50f4652 Back out 2 changesets (bug 944164) for breaking fuzzing
Backed out changeset 4323557b111d (bug 944164)
Backed out changeset bff319d49d58 (bug 944164)
2015-05-10 15:17:27 -07:00
Wes Kocher
1b93ef6944 Backed out changeset 4963ecd92915 (bug 1067610) for m-oth permafail CLOSED TREE 2015-05-08 19:44:11 -07:00
Tom Schuster
b624f6d01c Bug 1055473 - Make WeakMap/Set.prototype a plain object. r=Waldo 2015-05-08 23:27:50 +02:00
Jan de Mooij
2e4d61a916 Bug 1157231 - Optimize calls to own property setters. r=efaust 2015-05-08 21:41:50 +02:00
Tooru Fujisawa
900a39cb05 Bug 1163020 - Fix --jitflags=none or no --jitflags in jit_test.py. r=terrence 2015-05-09 04:01:03 +09:00
Steve Fink
398019f0d7 Bug 944164 - Add in missing shell/jsshell.h file, r=bustage, a=KWierso for CLOSED TREE push 2015-05-07 09:53:31 -07:00
Steve Fink
1b2945dc6c Bug 944164 - Move a bunch of file-related stuff onto an os.file object, creating aliases from the old names, r=jorendorff 2015-05-08 10:45:24 -07:00
Brian Hackett
661d0c0824 Bug 1067610 - Rewrite how the main data structures in the backtracking allocator are organized, r=sunfish. 2015-05-08 11:42:10 -06:00
Terrence Cole
3e1fa7a861 Bug 1162590 - Change the name of the 2-arg traverse to traverseEdge; r=sfink 2015-05-07 10:17:47 -07:00
Terrence Cole
173a1b60b6 Bug 1162303 - Simplify TenuringTracer's implementation; r=jonco 2015-05-07 10:17:45 -07:00
Terrence Cole
f87a7d6199 Bug 1162301 - Move tenuring implementation to TenuringTracer; r=sfink 2015-05-07 10:17:43 -07:00
Terrence Cole
185cb3a822 Bug 1162296 - Use generic value traversal when scanning unboxed memory; r=jonco 2015-05-06 10:26:34 -07:00
Jan de Mooij
d5921ef615 Bug 1157239 - Give MGuardShape and friends a resultTypeSet. r=h4writer 2015-05-08 15:18:03 +02:00
Jan de Mooij
5e29220752 Bug 1124870 - Use LookupPropertyPure instead of LookupProperty in IsCacheableDOMProxyUnshadowedSetterCall. r=evilpie 2015-05-08 15:17:52 +02:00
Jon Coppeard
b229dafe94 Bug 1162078 - Ignore timeouts for some CGC tests r=terrence DONTBUILD 2015-05-08 12:48:47 +01:00
Shu-yu Guo
526c07fdc3 Bug 1161362 - When initializing a trivial script, also initialize its call object shape to the empty shape. (r=jimb) 2015-05-07 18:16:53 -07:00