Граф коммитов

38745 Коммитов

Автор SHA1 Сообщение Дата
Phil Ringnalda 54d50d8fdd Back out 755ecb4d6e2c and 7ea09c8bf385 (bug 925962) for bustage
CLOSED TREE
2013-10-14 14:03:03 -07:00
Jason Orendorff 807f7ead19 Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo.
--HG--
extra : rebase_source : 027d8ed582b276845ff49c19b867d82b058542e1
2013-10-14 15:24:11 -05:00
Brian Hackett 4e81a9bc27 Bug 925962 - Add missing isValid() check. 2013-10-14 14:21:33 -06:00
Brian Hackett 79c5ae47d5 Bug 925962 - Track expected contents of stack type sets in compiler constraints, r=jandem. 2013-10-14 13:38:39 -06:00
Sankha Narayan Guria 73f8fb6ab4 Bug 693838 - Convert capitalization of Probes::functionName to probes::FunctionName. r=sfink 2013-10-12 03:17:59 +05:30
Ryan VanderMeulen e8016b0826 Merge m-c to inbound. 2013-10-14 14:43:11 -04:00
Ed Morley c850e0a16b Merge latest green inbound changeset and mozilla-central 2013-10-14 17:39:02 +01:00
Ed Morley 0f6d579260 Backed out changeset ccf11ae08ba2 (bug 882541) 2013-10-14 17:30:43 +01:00
Carsten "Tomcat" Book 11dca73c3e Backed out changeset c52934a52f94 (bug 925397) for jit/scatter test failures 2013-10-14 14:22:43 +02:00
Eddy Bruel d23ac74800 Bug 880330 - Refactor xpconnect to use the new options API; r=bholley 2013-10-14 13:42:16 +02:00
Eddy Bruel c25117dc6e Bug 880330 - Refactor the jsapi-tests to use the new options API; r=bholley 2013-10-14 13:36:42 +02:00
Eddy Bruel f662b56dc7 Bug 880330 - Refactor the shell to use the new options API; r=bholley 2013-10-14 13:31:03 +02:00
Phil Ringnalda 85133defd9 Bug 926266 - Bail in 900683.js when ParallelArray isn't defined 2013-10-13 19:41:55 -07:00
Jan de Mooij b2ef254383 Bug 925312 - Fix small bug in ArrayJoin. r=terrence 2013-10-12 15:39:22 +02:00
Steve Fink 873cb9f8bb Bug 925585 - Missing Rooted in proxy_createFunction, r=terrence
--HG--
extra : rebase_source : 8187932a7bbf0ac858aec2ed08982d4113fd1ee5
2013-10-11 22:02:24 -07:00
Steve Fink 28a0a96bcc Bug 925582 - Handlify ParseContext::define, r=terrence
--HG--
extra : rebase_source : 603d1010716d78c4fdc0b52285f02a69736de86b
2013-10-11 22:02:24 -07:00
Steve Fink 8c62d30470 Bug 925547 - Suppress GC in debug-only call, r=terrence
--HG--
extra : rebase_source : 7ef1a453699c88962140129c9581df379a0637e9
2013-10-11 22:02:24 -07:00
Steve Fink 78c2facbb2 Bug 925534 - Convert toVariant to use handles, r=terrence
--HG--
extra : rebase_source : b7b2a6d8b0240b888ba388133376ddcb4d6d04ce
2013-10-11 22:02:24 -07:00
Brian Hackett 45e5a21d82 Bug 924611 - Don't create lazy type objects and type properties in IonBuilder, r=jandem. 2013-10-14 12:13:41 -06:00
Mike Hommey 210d6ca711 Bug 926126 - Enable pseudo derecurse on releng builds, and enable parallel export; r=gps 2013-10-13 09:19:46 +09:00
Jeff Walden 71c6c1b0cf Bug 925739 - Rename cx->names().classPrototype to just cx->names().prototype, for readability/predictability. r=jorendorff 2013-10-11 15:24:44 +02:00
Steve Fink 42d905f522 Bug 920765 - Reduce analysis memory usage, r=Waldo
--HG--
extra : rebase_source : 46c12e527d6b899afd80c94292a5c07b0f6f9c38
2013-09-26 14:19:26 -07:00
Reuben Morais 614a787036 Bug 916267 - Remove XPIDL for MozContactChangeEvent. r=smaug
--HG--
extra : rebase_source : d8f8735865974e9e2ff76d5e9cde69866c8de3a5
2013-10-11 22:48:29 -03:00
Eric Faust 8b20a186f3 Bug 922861 - Implement caching getter calls in GetElementIC. (r=djvj) 2013-10-11 18:56:32 -07:00
Eric Faust 3ac362486f Bug 922493 - Allow cacheing slotful unshadowed DOM proxy accesses in idempotent GetPropertyICs. (r=djvj) 2013-10-11 18:56:29 -07:00
Wes Kocher e6ca9fe89a Backed out changeset e807ddf2965f (bug 688852) for test bustage 2013-10-11 18:07:40 -07:00
Chris Peterson 69fd01071d Bug 925541 - Remove TypedObject.cpp's unused InRange() functions. r=nmatsakis 2013-10-10 12:02:04 -07:00
Eddy Bruel 6432194dec Bug 880330 - Replace options bitfield in JSContext with a struct; r=bholley 2013-10-14 13:25:47 +02:00
Jan de Mooij 1dea058460 Bug 925067 - Fix infinite loop in BlockMightReach. r=bhackett 2013-10-14 11:59:51 +02:00
Jon Coppeard f4625d3a2f Bug 925817 - GenerationalGC: Refactor inside nursery check to avoid repetition r=terrence 2013-10-14 10:16:25 +01:00
Jon Coppeard ff8172dd1e Bug 925397 - Add JSObject::initDenseElementsUnbarriered() for use from PJS r=terrence 2013-10-14 10:15:47 +01:00
Terrence Cole 9352d36b34 Bug 688852 - Rewrite Array.prototype.concat to use spec steps; r=Waldo
--HG--
extra : rebase_source : b82607aabd4f959e7c204073a440225c6a12da6c
2013-01-03 17:34:34 -08:00
Brian Hackett d225e0b28c Bug 880085 - Unbreak run once closure optimizations, and don't treat named lambdas as run once closures, r=luke. 2013-10-11 14:34:11 -06:00
Gregory Szorc 81b47f773e Bug 924615 - Move JarMaker.py into mozbuild; r=mshal
--HG--
rename : config/JarMaker.py => python/mozbuild/mozbuild/jar.py
rename : config/tests/unit-JarMaker.py => python/mozbuild/mozbuild/test/test_jarmaker.py
2013-10-11 13:19:11 -07:00
Terrence Cole cb51a5e3cd Bug 925863 - Remove unused AccumulateEdges tracer in store buffer; r=sfink 2013-10-11 12:55:50 -07:00
Jan de Mooij 9171aed74d Bug 925790 - Fix Octane/V8 SETPROP performance regression from bug 918584. r=shu 2013-10-11 20:24:33 +02:00
Terrence Cole cec4468cbd Bug 924608 - Fix a compiler warning in memorymetrics; r=njn 2013-10-08 14:15:59 -07:00
Ed Morley 79aac1d02b Backed out changeset cff5a22acb7c (bug 924992) for breaking upload_symbolds on Nightlies 2013-10-11 17:47:55 +01:00
Boris Zbarsky ce891d2c00 Bug 882541 part 4. Treat undefined as missing for optional WebIDL arguments. r=khuey,ms2ger 2013-10-11 12:28:24 -04:00
Gregory Szorc dfb77e1fbd Bug 585016 - Move buildlist.py to a mozbuild action; r=mshal
--HG--
rename : config/buildlist.py => python/mozbuild/mozbuild/action/buildlist.py
rename : config/tests/unit-buildlist.py => python/mozbuild/mozbuild/test/action/test_buildlist.py
2013-10-11 07:22:49 -07:00
Nathan Froyd ae7e07a8a9 Bug 925334 - delete check for HAVE_GNU_GET_LIBC_VERSION; r=glandium 2013-10-10 09:43:36 -04:00
Nathan Froyd 642ef95b36 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 63e38128ae Bug 925169 - part 2 - delete MOZ_MEMORY_SIZEOF_PTR_2POW from configury; r=glandium 2013-10-09 19:05:39 -04:00
Nathan Froyd 9572a6752b Bug 925319 - delete HAVE_U?INT* checks from configure; r=glandium 2013-06-24 19:06:11 -04:00
Carsten "Tomcat" Book cc30a0119e merge mozilla-central to mozilla-inbound 2013-10-11 11:19:10 +02:00
Carsten "Tomcat" Book 21ea4c719a merge b2g-inbound to mozilla-central 2013-10-11 11:15:46 +02:00
Jon Coppeard 53de3a656b Bug 923179 - Check main thread access later in generational barriers r=terrence 2013-10-11 09:52:56 +01:00
Shu-yu Guo 8175bc3b2a 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 790c9846bd Bug 918584 - Part 4: Add SetElementParIC. (r=jandem) 2013-10-10 20:02:31 -07:00
Shu-yu Guo ace6f49a57 Bug 918584 - Part 3: Add SetPropertyParIC. (r=jandem) 2013-10-10 20:02:31 -07:00