Commit Graph

30529 Commits

Author SHA1 Message Date
Mike Hommey
f6b8ef93a4 Bug 941450 - Add some GENERATED_FILES to moz.build. r=gps 2013-11-22 08:16:18 +09:00
Mike Hommey
99fc7c7312 Bug 938437 - Replace nsStaticXULComponents.cpp with smart use of sections. r=bsmedberg,irc-r=decoder,r=nfroyd 2013-11-19 13:45:31 +09:00
retornam
8cb270d23f Bug 941889 - Make configure recognize Android 19 tools. r=nalexander 2013-11-21 20:19:20 -08:00
Brian Hackett
74eb4a8a27 Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem. 2013-11-21 19:20:25 -08:00
Kan-Ru Chen (陳侃如)
1cc886aeff Bug 940285 - Followup fix the variable order. r=me 2013-11-22 10:52:13 +08:00
Eddy Bruel
50fe2b1f7c Bug 637572: Implement Debugger.Source.prototype.elementProperty (v7) r=sfink 2013-11-21 13:25:15 -08:00
Jim Blandy
2431692c15 Bug 637572: Add elementProperty to CompileOptions. r=sfink 2013-11-21 13:25:15 -08:00
Eddy Bruel
30a0653e9d Bug 637572: Implement Debugger.Source.prototype.element (v7) r=sfink 2013-11-21 13:25:15 -08:00
Jim Blandy
e45070c886 Bug 637572: Have cloned JSScripts refer to their ScriptSourceObjects via a CCW, not by copying them r=sfink 2013-11-21 13:25:15 -08:00
Jim Blandy
b34dabcabb Bug 637572: Assert that JSScript:: and LazyScript::sourceObject_ are never cross-compartment references. r=billm 2013-11-21 13:25:14 -08:00
Jim Blandy
97a88673eb Bug 941122: Make nsXBLProtoImplMethod and nsXBLProtoImplProperty handle gray objects properly. r=mccr8, r=smaug 2013-11-21 13:19:46 -08:00
Hannes Verschore
b2f798283e Bug 941028 - Fix comment, r=jandem 2013-11-21 22:17:31 +01:00
Hannes Verschore
35a8eb3747 Bug 941028 - IonMonkey: Don't inline into big functions, r=jandem 2013-11-21 22:14:27 +01:00
Wes Kocher
17b472a233 Backed out changeset a64bdb8671ae (bug 941821) for jit-test failures on a CLOSED TREE 2013-11-21 13:03:49 -08:00
Terrence Cole
9ea02cd273 Bug 941821 - Suppress a rooting analysis hazard false positive across ForkJoin invocation; r=sfink
--HG--
extra : rebase_source : f75e0939c648187297c9ecba3ee31f817316d5e4
2013-11-21 11:45:41 -08:00
Jim Blandy
21adf8cbeb Bug 941803: Make --enable-perf build again, after the rvalue reference support patch broke it. r=luke 2013-11-21 11:35:56 -08:00
Bill McCloskey
1daaaa5152 Bug 895395 - Support NameFunctions when compiling scripts off the main thread Bug 895395 - Support NameFunctions when compiling scripts off the main thread (r=bhackett) 2013-11-19 13:20:33 -08:00
Terrence Cole
3650d7f101 Bug 941779 - Fix a build error in opt no-debug ggc builds; r=bhackett 2013-11-21 10:49:29 -08:00
Brian Hackett
6fa4bd7ff5 Bug 940852 - Record baseline frame information before Ion compilation, r=jandem. 2013-11-21 10:37:38 -08:00
Steve Fink
dc1f252f34 Bug 940765 - Possibly-temporary annotation for InitStaticMembers, r=terrence
--HG--
extra : rebase_source : 43df20066e1090ce1269cc4cbc104d537a91a017
2013-11-21 10:15:22 -08:00
Steve Fink
c0ab54753b Bug 941262 - AutoAssertNoGC with no runtime, r=terrence
--HG--
extra : rebase_source : d21310b00637cbaf59232ece4667ea97d9bb3bcd
2013-11-21 10:10:56 -08:00
Nicolas Pierron
3f82431af1 Bug 940972 - Remove register truncation from clamp path. r=jandem
---
2013-11-21 10:05:35 -08:00
Jan de Mooij
27d38f625a Bug 941590 - Build jsapi-tests in unified mode. r=ehsan,luke
--HG--
extra : rebase_source : 01ce690cd3583e99b47ab82ff0a19eaaa128e1fd
2013-11-21 16:42:01 +01:00
Ryan VanderMeulen
1e4f3c8477 Backed out changeset 1469f9e856c0 (bug 939993) for SM rootanalysis crashes.
CLOSED TREE
2013-11-21 09:44:27 -05:00
Brian Hackett
f037692393 Bug 724768 - Fix outdated comment. 2013-11-21 06:19:26 -08:00
Brian Hackett
0374b5edbe Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem. 2013-11-21 06:01:58 -08:00
Jon Coppeard
29d17a9ee7 Bug 939993 - Check that AddPtrs are used only with matching Lookup values r=sfink 2013-11-19 22:53:32 +00:00
Nathan Froyd
6ed8089d8f Bug 933225 - delete unused NEXT_ROOT bits from configure; r=glandium 2013-11-21 07:50:28 -05:00
Boris Zbarsky
4c293cf8e4 Bug 941437 part 2. Remove the unused cx argument from UNWRAP_OBJECT and UNWRAP_WORKER_OBJECT. r=smaug 2013-11-21 07:51:16 -05:00
Jan de Mooij
b1746873c6 Bug 940525 - Fix Baseline typed array stubs to handle double indexes. r=djvj 2013-11-21 13:02:49 +01:00
Mike Hommey
1b21d4aed0 Bug 914274 - Remove MODULE_NAME. r=mshal 2013-11-21 17:31:19 +09:00
Shu-yu Guo
1e50f4ac36 Bug 935470 - Update end position after lazily parsing a function. (r=jorendorff) 2013-11-20 22:50:28 -08:00
Shu-yu Guo
470bcaae2e Bug 933882 - Invalidate JIT code instead of doing full GC on debug mode toggle. (r=bhackett) 2013-11-20 22:50:28 -08:00
Dan Gohman
b8e658f288 Bug 934175 - SpiderMonkey: Micro-optimize the x64 extended jumps table. r=sstangl 2013-11-20 22:05:12 -08:00
Dan Gohman
e5eccb0398 Bug 939893 - IonMonkey: Handle x/x in lowerUDiv. r=bhackett 2013-11-20 21:53:51 -08:00
Ehsan Akhgari
b050bf31c9 Bug 940591 - Build most of js/src/jit in unified mode; r=djvj 2013-11-20 22:39:42 -05:00
Nicholas D. Matsakis
f99c3f2826 Bug 938728 - Add float32x4 and int32x4 data constructors r=till 2013-11-20 15:11:45 -05:00
Jim Blandy
12677153b8 Bug 941247: Rename Zone::CompartmentGCState to Zone::GCState. r=jonco 2013-11-20 16:50:49 -08:00
Bobby Holley
f5f202a142 Bug 858101 - Tests. r=mrbkap 2013-11-20 16:04:01 -08:00
Bobby Holley
2e05465683 Bug 866823 - Tests. r=gabor,mrbkap 2013-11-20 16:04:00 -08:00
Kannan Vijayan
eaffebe914 Bug 938130 - Fix noSuchMethod invocation. r=efaust 2013-11-20 17:45:31 -05:00
Andrew McCreight
3eed280708 Bug 935721, part 5 - Invert the control flow of CycleCollectNow's pre- and post-collection work, add CCResults as a field on the CC. r=smaug
nsJSEnvironment::CycleCollectNow does work before and after a CC runs. With ICC, nsJSEnv won't
know where in the CC when a CC is about to begin or end, so this patch reorganizes that work
into two separate callback hooks.  This requires adding a new struct, CycleCollectorStats, to
hold data nsJSEnv needs between the two calls.

Rather than trying to pass around a pointer to a results structure, this patch just adds
it to the nsCycleCollector struct, and always stores them. The results are passed back
to the end CC callback.
2013-11-20 14:35:16 -08:00
Benjamin Smedberg
0f711f29b8 Bug 672843 part D2 - Fix the xpconnect exception code and Components.results to prefer the name NS_ERROR_ILLEGAL_VALUE over the other synonyms. Fix a few tests that rely on exception names to use exception values instead. r=bholley 2013-11-20 11:46:18 -05:00
Terrence Cole
db6bfaf0c6 Bug 940718 - Create the first safe JSContext in a GC safe location; r=bholley
--HG--
extra : rebase_source : fa6e43d8e194e21e1a5231050aa7a959d844edd5
2013-11-20 12:12:11 -08:00
Terrence Cole
674dfe548e Bug 940755 - Add an exact rooting suppression for AutoAssertNoGC; r=sfink
--HG--
extra : rebase_source : 01ce5a48daa53c46138256daf0bf814356b3ca4e
2013-11-19 15:50:25 -08:00
Nicholas D. Matsakis
c0711cd507 Bug 917454 - Add objectType function r=till 2013-09-12 12:29:40 -04:00
Jon Coppeard
8dff303b2e Bug 939476 - Only use separate GC stats phase for markDelayedChildren() in mark phase r=billm 2013-11-20 15:37:30 +00:00
Jon Coppeard
cf6ff52940 Bug 940727 - Fix rooting hazard in DOMProxyHandler::GetAndClearExpandoObject() r=bholley 2013-11-20 15:37:30 +00:00
Jon Coppeard
155a30a731 Bug 940639 - Fix rooting hazard in nsXPCComponents_Utils::(Un)blockScriptForGlobal() r=bholley 2013-11-20 15:37:30 +00:00
Jon Coppeard
ca69392589 Bug 940505 - Fix rooting hazard in JSObject2JSObjectMap::Add() r=bholley 2013-11-20 15:37:30 +00:00
Jon Coppeard
6c959ac057 Bug 935136 - Remove the now unnecessary UnbarrieredMutableValueOperations r=terrence 2013-11-19 22:53:36 +00:00
Steve Fink
a63db4cf2e Bug 940765 - pref_HashTableLookup cannot GC, r=terrence
DONTBUILD because this only affects the analysis, and that'll get rebuilt soon enough
2013-11-19 23:22:54 -08:00
Steve Fink
8aad515319 Bug 939472 - Remove buffer from multiview list when neutered, r=billm
--HG--
extra : rebase_source : 0f010d15b90486f3b16c540a5eaf9a237d3c563b
2013-11-18 14:50:14 -08:00
Steve Fink
c16831e3d4 Bug 940629 - Root StackShape across getChildPropertyOnDictionary calls, r=bhackett
--HG--
extra : rebase_source : 57b54ad4f448107a323cf2810eb0231f5e1a1513
2013-11-19 12:32:33 -08:00
Jan de Mooij
b04126a128 Bug 940925 - Don't inspect Baseline binary arithmetic IC if it had unoptimizable operands. r=bhackett 2013-11-20 18:40:57 +01:00
Bobby Holley
8b0fb2235d Bug 939166 - Be more direct in GetStaticScriptGlobal. r=bz
This can all collapse because of the following facts:
* Ever since we introduced SandboxPrivate, we never actually use a Window
  as an SOP for a sandbox.
* nsGlobalWindow is actually the only thing that implements nsIScriptGlobalObject.
2013-11-20 08:48:00 -08:00
Bobby Holley
cc8b137bde Bug 940783 - Tests. r=bz 2013-11-20 08:47:59 -08:00
Ed Morley
0f65d839f4 Backed out changeset 1b720320ccf4 (bug 939993) for rootanalysis assertions on a CLOSED TREE 2013-11-20 16:38:41 +00:00
Ed Morley
ac849a0cf8 Backed out changeset b75c703f2e7e (bug 935136) 2013-11-20 16:38:13 +00:00
Ed Morley
19c89623dc Backed out changeset 915744e45b57 (bug 939476) 2013-11-20 16:38:07 +00:00
Ed Morley
9c83adc750 Backed out changeset 017d3e4e80bf (bug 940505) 2013-11-20 16:38:04 +00:00
Ed Morley
fd234eb2fb Backed out changeset ee2544f18623 (bug 940639) 2013-11-20 16:38:01 +00:00
Ed Morley
361b4a192c Backed out changeset 17ca97e65aa5 (bug 940727) 2013-11-20 16:37:55 +00:00
Jon Coppeard
abca7a17ab Bug 940727 - Fix rooting hazard in DOMProxyHandler::GetAndClearExpandoObject() r=bholley 2013-11-20 15:37:30 +00:00
Jon Coppeard
164158923e Bug 940639 - Fix rooting hazard in nsXPCComponents_Utils::(Un)blockScriptForGlobal() r=bholley 2013-11-20 15:37:30 +00:00
Jon Coppeard
8e2bf74b90 Bug 940505 - Fix rooting hazard in JSObject2JSObjectMap::Add() r=bholley 2013-11-20 15:37:30 +00:00
Jon Coppeard
9a6ba361f7 Bug 939476 - Only use separate GC stats phase for markDelayedChildren() in mark phase r=billm 2013-11-20 15:37:30 +00:00
Jon Coppeard
ad9abaa05b Bug 935136 - Remove the now unnecessary UnbarrieredMutableValueOperations r=terrence 2013-11-19 22:53:36 +00:00
Jon Coppeard
29da11f188 Bug 939993 - Check that AddPtrs are used only with matching Lookup values r=sfink 2013-11-19 22:53:32 +00:00
Luke Wagner
16541ad204 Bug 933807 - Allow easily disabling TriggerOperationCallbackFor(Ion|AsmJS)Code (r=bhackett)
--HG--
extra : rebase_source : bcf49d894252af53a24aa08a0db25c99dedd26d9
2013-11-18 12:56:32 -06:00
Luke Wagner
55066274a3 Bug 933932 - OdinMonkey: provide a better warning message for uncoerced calls (r=bbouvier)
--HG--
extra : rebase_source : 48b02eb62e0b829b57ca6caef1d922643afab791
2013-11-18 12:55:54 -06:00
Luke Wagner
c07f14c2c8 Bug 938615 - Simplify usage of ScriptSource::chars (r=benjamin)
--HG--
extra : rebase_source : ae8644e441bd99e08c1743c5dc47517bae479f78
2013-11-14 14:57:11 -06:00
Luke Wagner
1c38928042 Bug 938390 - don't create a string to hold chars in ScriptSource::chars (r=benjamin)
--HG--
extra : rebase_source : 44698608d7adc45fce0a40b9a400b0e0ef922a82
2013-11-14 09:55:13 -06:00
Michael Shuen
bc1ee94d15 Bug 939475 - Mention markStackLimit in gcparam() help and error. r=luke 2013-11-20 09:40:32 -05:00
Carsten "Tomcat" Book
19e4c98632 Merge m-c to mozilla-inbound 2013-11-20 15:33:32 +01:00
Carsten "Tomcat" Book
22519643b6 Backed out changeset a829f4d2584a (bug 934646) Android Nightlies Build Bustage
--HG--
rename : mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png => mobile/android/branding/aurora/content/fennec_144x144.png
rename : mobile/android/branding/aurora/res/drawable-mdpi/icon.png => mobile/android/branding/aurora/content/fennec_48x48.png
rename : mobile/android/branding/aurora/res/drawable-hdpi/icon.png => mobile/android/branding/aurora/content/fennec_72x72.png
rename : mobile/android/branding/aurora/res/drawable-xhdpi/icon.png => mobile/android/branding/aurora/content/fennec_96x96.png
rename : mobile/android/branding/beta/res/drawable-xxhdpi/icon.png => mobile/android/branding/beta/content/fennec_144x144.png
rename : mobile/android/branding/beta/res/drawable-mdpi/icon.png => mobile/android/branding/beta/content/fennec_48x48.png
rename : mobile/android/branding/beta/res/drawable-hdpi/icon.png => mobile/android/branding/beta/content/fennec_72x72.png
rename : mobile/android/branding/beta/res/drawable-xhdpi/icon.png => mobile/android/branding/beta/content/fennec_96x96.png
rename : mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png => mobile/android/branding/nightly/content/fennec_144x144.png
rename : mobile/android/branding/nightly/res/drawable-mdpi/icon.png => mobile/android/branding/nightly/content/fennec_48x48.png
rename : mobile/android/branding/nightly/res/drawable-hdpi/icon.png => mobile/android/branding/nightly/content/fennec_72x72.png
rename : mobile/android/branding/nightly/res/drawable-xhdpi/icon.png => mobile/android/branding/nightly/content/fennec_96x96.png
rename : mobile/android/branding/official/res/drawable-xxhdpi/icon.png => mobile/android/branding/official/content/fennec_144x144.png
rename : mobile/android/branding/official/res/drawable-mdpi/icon.png => mobile/android/branding/official/content/fennec_48x48.png
rename : mobile/android/branding/official/res/drawable-hdpi/icon.png => mobile/android/branding/official/content/fennec_72x72.png
rename : mobile/android/branding/official/res/drawable-xhdpi/icon.png => mobile/android/branding/official/content/fennec_96x96.png
rename : mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png => mobile/android/branding/unofficial/content/fennec_144x144.png
rename : mobile/android/branding/unofficial/res/drawable-mdpi/icon.png => mobile/android/branding/unofficial/content/fennec_48x48.png
rename : mobile/android/branding/unofficial/res/drawable-hdpi/icon.png => mobile/android/branding/unofficial/content/fennec_72x72.png
rename : mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png => mobile/android/branding/unofficial/content/fennec_96x96.png
2013-11-20 15:16:00 +01:00
Ed Morley
06dad708cb Backed out changeset b92529577644 (bug 895395) on suspicion of causing shutdown hangs on OS X 2013-11-20 12:29:48 +00:00
Bill McCloskey
fe34c3a959 Bug 895395 - Support NameFunctions when compiling scripts off the main thread Bug 895395 - Support NameFunctions when compiling scripts off the main thread (r=bhackett) 2013-11-19 13:20:33 -08:00
Jan de Mooij
3e3050489e Bug 937550 - Report OOM to stderr in JS_MORE_DETERMINISTIC builds. r=jorendorff 2013-11-19 22:20:37 +01:00
Geoff Brown
9ac3576ea9 Bug 940441 - Disable Bug914137.js on Android; r=nmatsakis 2013-11-19 14:10:36 -07:00
Terrence Cole
5727e36473 Bug 940505 - Handlify GetXrayWaiver; r=bholley
--HG--
extra : rebase_source : 1812e79207fccdcf479b14637b67b2510d2f317b
2013-11-19 10:12:10 -08:00
Jan de Mooij
ed37da0a3d Bug 927516 - Bump Ion script size limit for DOM workers. r=bhackett 2013-11-19 21:10:34 +01:00
Ehsan Akhgari
deb33a30a9 Bug 939608 - Part 1: Code changes required to build xpconnect in unified mode; r=bholley
--HG--
extra : rebase_source : e691b361737fbb233a0b33ed7fc6aa97ae172223
2013-11-19 15:03:40 -05:00
Jim Blandy
f0a0296f91 Bug 896100: Convert all uses of OldMove and MoveRef to true rvalue references and the modern Move and Forward. r=luke, r=waldo 2013-11-19 09:05:36 -08:00
Terrence Cole
391179cd80 Bug 940558 - Fix an exact rooting hazard false positive in replaceLastProperty; r=sfink
--HG--
extra : rebase_source : 65d3779ba2e233c14c6b558320cfd0861140d082
2013-11-19 11:09:33 -08:00
Nick Alexander
0bec83eec7 Bug 934646 - Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
--HG--
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
2013-11-18 09:31:55 -08:00
Douglas Crosher
c0ae65c57f Bug 938468 - ARM backtracking allocator backend fixes. r=sunfish 2013-11-16 00:44:23 +11:00
Douglas Crosher
2b336fe2a6 Bug 931882 - Avoid invoking a nested shell when running jit-test bug710947.js. r=luke 2013-11-20 18:03:30 +11:00
Douglas Crosher
84bf75f620 Bug 931882 - Guard against passing a null js-cache in NestedShell. r=luke 2013-11-20 18:03:19 +11:00
Douglas Crosher
393d6bb8ec Bug 931882 - Correct the creation of the jit-test remote js-cache directory. r=dminor 2013-11-20 18:02:56 +11:00
Ehsan Akhgari
1c75e7c443 Bug 939580 - #include LOCAL_INCLUDES after the source dir and current dir includes; r=gps 2013-11-19 14:10:15 -05:00
Jan de Mooij
f5c053ab6b Bug 894881 - Fix JIT fast paths to work with typed array properties. r=bhackett 2013-11-19 19:21:11 +01:00
Gregory Szorc
00b30fed02 Bug 939587 - js/src should regenerate build backend when necessary; r=glandium
--HG--
extra : rebase_source : 5cbb0f49f0ee6c09f7e48b7888cbae9ca622e9e5
2013-11-18 13:51:01 -08:00
Nicholas D. Matsakis
56a3543abb Bug 898359 - Implement reference types in typed objects r=sfink 2013-09-22 20:18:31 -04:00
Nicholas D. Matsakis
34c7d65023 Bug 926401 - Zero-length arrays r=waldo 2013-11-01 11:07:37 -04:00
Nicholas D. Matsakis
e1591a1d39 Bug 930974 - Check IsObject() and not just ObjectIsHandle() r=till 2013-11-19 11:03:26 -05:00
Brian Hackett
c23af42698 Bug 938950 - Don't provide full access to compartment/zone/runtime during Ion compilation, r=jandem. CLOBBER 2013-11-19 08:37:52 -07:00
Jan Varga
4752b723fe Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
--HG--
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 08:36:12 +01:00
Jan Beich
6382281e11 Bug 810716 - Detect res_ninit() on DragonFly and FreeBSD. r=ted 2013-11-19 15:42:55 +01:00
Michael Shuen
b3caedd019 Bug 939471 - Fix typo in gcparam() error message. r=luke 2013-11-19 09:09:53 -05:00
David Caabeiro
71879975fa Bug 897027 - Handle one argument cases for both Math.atan2() and Math.pow(). r=till 2013-11-18 20:15:37 +01:00
Carsten "Tomcat" Book
db4be58213 Backed out changeset 161bfee3f57a (bug 939608) PGO build issue 2013-11-19 14:13:15 +01:00
Carsten "Tomcat" Book
1d8c4e4f76 Backed out changeset 21df28ade757 (bug 939608) PGO build issue 2013-11-19 14:12:53 +01:00
Boris Zbarsky
ee72990f4e Bug 940686. When we eliminate a barrier, make its unbox infallible if it was a barrier-type unbox before. r=h4writer 2013-11-20 08:16:19 -05:00
Boris Zbarsky
45c142619f Bug 939835. Fix up performance regressions from bug 937772. r=h4writer
There are two changes here.

1) When trying to eliminate type barriers, skip over infallible
unboxes, not just barriered ones.

2) When we statically know a value is double or int but dynamically
we've only observed integers, keep allowing TI to barrier and
specialize to integer instead of forcing the value to be treatd as a
double.
2013-11-20 08:16:19 -05:00
Ed Morley
2ac7edcee1 Merge mozilla-central and inbound 2013-11-20 12:44:07 +00:00
Nicholas Nethercote
f6c19f8046 Bug 937012 - Replace the busted find_vanilla_new_calls script with the much better check_vanilla_allocations.py. r=evilpie,gps.
--HG--
extra : rebase_source : 08f0cf236a1f4269685f38b510e26f76cbf56972
2013-11-11 18:37:55 +11:00
Makoto Kato
1e5cd0764c Backed out changeset 4110a8986a2a (Bug 912371) due to Bug 940246 and Bug 940324 2013-11-20 10:15:56 +09:00
Kan-Ru Chen (陳侃如)
feeaa5935d Bug 940285 - Fix build with --disable-ion r=billm
--HG--
extra : rebase_source : 91e9640d7bd41cc5054895cfa9656c93bdc03ba8
2013-11-20 11:04:36 +08:00
Phil Ringnalda
cfd80862b1 Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
CLOSED TREE
2013-11-19 22:27:56 -08:00
Shu-yu Guo
ccaaeaede6 Bug 935228 - Toggle debug traps only in debug mode. (r=jandem) 2013-11-19 14:17:13 -08:00
Brian Hackett
f6a970320d Bug 938124 - Add mprotect mechanism indicating which GC heap accesses made during Ion compilation are threadsafe, r=jandem. 2013-11-19 15:14:30 -07:00
Jim Blandy
02179a60fa Bug 937404 - Remove the unused NotableStringInfo copy constructor. r=jimb
--HG--
extra : rebase_source : 9af09cb34a2bda3b1cbee61c85617a25c5876106
2013-11-18 13:48:45 -08:00
Gijs Kruitbosch
771cc158cd Bug 890545 - provide a way to enumerate registered manifests, r=froydnj,f=glandium
--HG--
extra : rebase_source : 7534f0d3c0257ff34f1477c0bfdd23b540e7a7c7
2013-07-05 21:20:04 +02:00
Eddy Bruel
9e0cb488f1 Bug 938907 - Get rid of the compile and go flag on ContextOptions; r=bholley 2013-11-19 12:41:42 +01:00
Carsten "Tomcat" Book
381f762d9f Backed out changeset 5cda44ae1ba0 (bug 921478) for perma-orange on Mochitest-1 on B2G Linux Opt on a CLOSED TREE
--HG--
rename : dom/indexedDB/test/test_globalObjects_content.html => dom/indexedDB/test/test_globalObjects.html
rename : dom/indexedDB/test/test_globalObjects_chrome.xul => dom/indexedDB/test/test_globalObjects.xul
rename : dom/indexedDB/test/unit/test_globalObjects_xpc.js => dom/indexedDB/test/unit/test_globalObjects.js
2013-11-19 11:41:52 +01:00
Jan Varga
a1c86d73e5 Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
--HG--
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
2013-11-19 08:36:12 +01:00
Mike Hommey
46738d8834 Bug 938526 - Ignore import libraries when dealing with --extract in expandlibs_exec.py. r=khuey 2013-11-19 16:12:55 +09:00
Nicholas Nethercote
59dd43f7ec Bug 921224 (part 2) - Use a smaller mark stack when incremental GC is disabled. r=wmccloskey.
--HG--
extra : rebase_source : 86fdb1f981db31751f07a1e2c367caa31637cc5a
2013-11-14 18:43:13 -08:00
Nicholas Nethercote
7a01468dca Bug 921224 (part 1) - Don't use ballast in MarkStack. r=wmccloskey.
--HG--
extra : rebase_source : f847b35b7d5879816f1cde112c1f3cbf0fe58414
2013-11-14 18:43:11 -08:00
Jim Blandy
a55993d6d7 Bug 936143 - Part 2: Simplify and fix js_GetScriptLineExtent. (r=shu) 2013-11-18 20:39:57 -08:00
Shu-yu Guo
9212162656 Bug 936143 - Part 1: Add Debugger.Script.lineCount test where the script's source notes end in newline notes. (r=jimb) 2013-11-18 20:38:52 -08:00
Mike Hommey
a65383e1e9 Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
2013-11-19 11:50:54 +09:00
Mike Hommey
8ceb917350 Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps 2013-11-19 11:48:10 +09:00
Mike Hommey
d8122fdc68 Bug 939074 - Infer LIBXUL_LIBRARY from FINAL_LIBRARY. r=gps 2013-11-19 11:47:52 +09:00
Mike Hommey
e42fd39b2e Bug 939071 - Kill SHORT_LIBNAME. r=ted 2013-11-19 11:47:47 +09:00
Mike Hommey
b95448fc0b Bug 914245 - Move FORCE_SHARED_LIB to moz.build. r=mshal 2013-11-19 11:47:45 +09:00
Mike Hommey
9fe772e7fd Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Mike Hommey
bb6779efe3 Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
Mike Hommey
74a879ee97 Bug 939044 - Remove the last uses of the MODULE variable in makefiles. r=gps 2013-11-19 11:47:30 +09:00
Mike Hommey
3b12c2be6c Bug 939042 - Remove library building related variables in directories that build no C/C++ sources. r=mshal 2013-11-19 11:47:29 +09:00
Mike Hommey
ae2930e795 Bug 939039 - Make FINAL_LIBRARY imply FORCE_STATIC_LIB. r=gps
This also moves the LIBXUL_LIBRARY implies FORCE_STATIC_LIB test in the emitter
instead of config.mk, since both variables are defined in moz.build exclusively.
backend.mk can end up with both LIBXUL_LIBRARY and FORCE_STATIC_LIB defined, but
it's just fine.
2013-11-19 11:47:26 +09:00
Mike Hommey
d7b6f95761 Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps 2013-11-19 11:47:14 +09:00
Wes Kocher
d0b7874d3d Backed out changeset c848ede03acc (bug 938950) for build bustage 2013-11-18 13:29:11 -08:00
Brian Hackett
179986cd50 Bug 938950 - Don't provide full access to compartment/zone/runtime during Ion compilation, r=jandem. 2013-11-18 14:05:09 -07:00
Jan de Mooij
bc24d55179 Bug 936455 - Call GetObjectElementOperation instead of GetElementOperation from GetElementIC::update. r=efaust 2013-11-18 21:56:05 +01:00
Jan de Mooij
b94ff25dcf Bug 939420 - Fix shell neuter() function to return |undefined| instead of itself. r=jorendorff 2013-11-18 21:56:02 +01:00
Wes Kocher
2570a43262 Backed out changeset aacbc603eb67 (bug 938950) for bustage on a CLOSED TREE 2013-11-18 12:27:19 -08:00
Brian Hackett
923e52d836 Bug 938950 - Don't provide full access to compartment/zone/runtime during Ion compilation, r=jandem. 2013-11-18 13:05:31 -07:00
Andy Wingo
67c63f72fb Bug 932768 - Remove vestigial decompiler hacks from BytecodeEmitter. r=jwalden 2013-11-18 16:53:58 +01:00
Andy Wingo
829b56ffef Bug 932312 - Remove SRC_HIDDEN as it is no longer used. r=jwalden 2013-11-18 16:37:22 +01:00
Steve Fink
945123d0cc Bug 932851 - Do not read from empty buffers when discarding, r=jorendorff
--HG--
extra : rebase_source : c7e537f280ee0b35c67a7aee9ad4d4b60d646dbd
2013-11-14 20:42:31 -08:00
Alexandre Poirot
de21aaa2a1 Bug 770915 - Make Sandbox.dump() appear in adb logcat. r=gabor 2013-11-18 12:54:46 -05:00
Jon Coppeard
de7a99ed0d Bug 938211 - Supply copy assignment operator for Heap<T> and fix up some other classes in RootingAPI.h r=sfink 2013-11-18 17:21:44 +00:00
Jon Coppeard
6dd52666e7 Bug 938212 - Tenure iterator prototypes, as these can be accessed off-main-thread r=bhackett 2013-11-18 17:21:44 +00:00
Jon Coppeard
8f4ff1fe23 Bug 934442 - Defer finalization of object ID table until after minor GC r=terrence 2013-11-18 17:21:43 +00:00
Benjamin Bouvier
c0c3be983f Bug 938431: Make MPostWriteBarriers a safe Float32 instruction; r=jonco 2013-11-18 17:36:59 +01:00
Jan de Mooij
2e4999b16b Bug 937540 part 6 - Pass TempAllocator to IonAllocPolicy. r=luke 2013-11-18 13:14:08 +01:00
Hannes Verschore
c19a4e76bf Bug 936431 - Fix tracelogger after CompileOptions changes, r=jimb 2013-11-18 11:48:22 +01:00
Makoto Kato
9cdc796606 Bug 912371 - ICU cross compiling support. r=glandium
--HG--
rename : build/autoconf/codeset.m4 => js/src/build/autoconf/codeset.m4
2013-11-18 17:39:20 +09:00
Landry Breuil
79e72b2f39 Bug 939504: Remove leftover <CanGC> template in !LITTLE_ENDIAN case after bug 928050 r=bhackett 2013-11-18 08:30:25 +01:00
Ehsan Akhgari
fa5dd2633d Bug 939608 - Fix a build problem 2013-11-18 00:52:53 -05:00
Ehsan Akhgari
e71e84c404 Bug 939608 - Build xpconnect in unified mode; r=bholley 2013-11-18 00:47:30 -05:00
Bobby Holley
f1e34517cf Bug 938429 - Bump the trusted script buffer for macosx64 a bit. r=luke 2013-11-17 18:46:40 -08:00
Bobby Holley
ed185f8be3 Bug 936232 - Use setConstructor for TypedObject. r=jorendorff 2013-11-17 18:44:29 -08:00
Bobby Holley
bf8b28b514 Bug 938297 - Stop using GetContextFromDocument in GetStateObject. r=bz 2013-11-17 18:44:04 -08:00
Jan de Mooij
134883814a Bug 937540 part 5 - Use placement new syntax for MIR instructions. r=bhackett
--HG--
extra : rebase_source : 94cef1cdd9875c9ed5806c982e8109637bdcfbd1
2013-11-18 00:00:07 +01:00
Brian Hackett
2757734fdc Bug 936403 - Make sure undefined global properties are tracked when generating baseline ICs, r=jandem. 2013-11-17 15:59:52 -07:00
Brian Hackett
34c8feab4c Bug 936854 - Get the unowned base shape for a shape with the right API, r=jandem. 2013-11-17 15:50:03 -07:00
Andrew McCreight
b734ae8d6b Bug 937152 - Remove XPCWrappedJS::mMainThread and mMainThreadOnly. r=bholley 2013-11-17 14:47:02 -08:00
Andrew McCreight
e8941dde8b Bug 936698 - Update the list of headers in testIntTypesABI. r=waldo 2013-11-17 14:47:02 -08:00
Andrew McCreight
373d6bd175 Bug 937157, part 13 - Remove DEBUG_shaver. r=bholley 2013-11-17 14:47:01 -08:00
Andrew McCreight
f6a20a414c Bug 937157, part 12 - Remove DEBUG_xpc_hacker. r=bholley 2013-11-17 14:47:01 -08:00
Andrew McCreight
cb066c43df Bug 937157, part 11 - Remove XPC_DUMP_AT_SHUTDOWN. r=bholle 2013-11-17 14:47:01 -08:00
Andrew McCreight
97b2314c48 Bug 937157, part 10 - Remove DEBUG_xpc_leaks. r=bholley 2013-11-17 14:47:00 -08:00
Andrew McCreight
49ddb25fb6 Bug 937157, part 9 - Remove XPC_TRACK_WRAPPER_STATS. r=bholley 2013-11-17 14:47:00 -08:00
Andrew McCreight
b77d413d8f Bug 937157, part 8 - Remove XPC_TRACK_SCOPE_STATS. r=bholley 2013-11-17 14:47:00 -08:00
Andrew McCreight
4d2c0de390 Bug 937157, part 7 - Remove XPC_TRACK_PROTO_STATS. r=bholley 2013-11-17 14:46:59 -08:00
Andrew McCreight
9b7d840d3d Bug 937157, part 6 - Remove XPC_CHECK_WRAPPERS_AT_SHUTDOWN. r=bholley 2013-11-17 14:46:59 -08:00
Andrew McCreight
218a6e5880 Bug 937157, part 5 - Remove XPC_REPORT_SHADOWED_WRAPPED_NATIVE_MEMBERS. r=bholley 2013-11-17 14:46:59 -08:00
Andrew McCreight
1f5eb7b031 Bug 937157, part 4 - Remove XPC_CHECK_CLASSINFO_CLAIMS reference from xpcprivate.h. r=bholley 2013-11-17 14:46:58 -08:00
Andrew McCreight
adb156188b Bug 937157, part 3 - Remove XPC_ASSERT_CLASSINFO_CLAIMS. r=bholley 2013-11-17 14:46:58 -08:00
Andrew McCreight
51c14b3178 Bug 937157, part 2 - Remove flushing debug info plus a few other minor things. r=bholley 2013-11-17 14:46:58 -08:00
Andrew McCreight
982c68e309 Bug 937157, part 1 - Remove some ancient or unused debugging #defines. r=bholley 2013-11-17 14:46:57 -08:00
Brian Hackett
92dd04f4f6 Bug 930327 - Add test. 2013-11-17 15:46:02 -07:00
Brian Hackett
55412888c2 Bug 936966 - Fix computation deciding whether to allocate in MNewArray, r=jandem. 2013-11-17 15:44:14 -07:00
Brian Hackett
0ef197fc0a Bug 928050 - Remove worker pausing mechanism, r=billm. 2013-11-17 15:33:09 -07:00
Tom Schuster
f311064c6e Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz 2013-11-16 13:31:36 +01:00
Tom Schuster
7a9f2017c0 Bug 935696 - Tidy up XPCStringConvert::ReadableToJSVal. r=bz 2013-11-16 13:31:36 +01:00
Ms2ger
6b38d3ca3d Backout changesets ded0d64f6786:03f041d03f24 and 30cbd1abde1a (bug 935696, bug 933834 and bug 939194) for build bustage. 2013-11-17 16:39:25 +01:00
Tom Schuster
dd485f9336 Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz 2013-11-16 13:31:36 +01:00
Tom Schuster
80c32cca12 Bug 935696 - Tidy up XPCStringConvert::ReadableToJSVal. r=bz 2013-11-16 13:31:36 +01:00
Dan Gohman
5ed015cff5 Bug 901274 - IonMonkey: Refactor a testValueTruthyKernel out of testValueTruthy and use it to enable a fallthrough in visitTestNotV. r=waldo 2013-11-17 03:39:31 -08:00
Dan Gohman
23ffc2a7fb Bug 901274 - IonMonkey: Refactor testObjectTruthy and testValueTruthy to use more fallthroughs. r=waldo 2013-11-17 03:39:28 -08:00
Boris Zbarsky
662091ce70 Bug 937772. Make better use of our out-of-band type information for unboxing object-valued return values of DOM getters and methods. r=h4writer 2013-11-17 00:10:19 -05:00
Benjamin Peterson
cd674782d0 No bug - Make zone iterator constructors explicit. r=billm 2013-11-16 23:55:36 -05:00
Benjamin Peterson
99fc3680f7 Bug 939464 - Rewrite code to fix GCC unitialized variable compliants. r=billm
--HG--
extra : amend_source : 8a8629b2781c2e02e031d190dae3d2db33ab6d79
2013-11-16 23:42:03 -05:00
Phil Ringnalda
bf481f4c8e Back out b4c82e9838d5 (bug 939464) for make check assertions
CLOSED TREE
2013-11-16 20:24:41 -08:00
Benjamin Peterson
c7cf0b5f09 Bug 939464 - Rewrite code to fix GCC unitialized variable compliants. r=billm
--HG--
extra : rebase_source : 6ef2b3017888286447135816e734c98bb6cf3da9
2013-11-16 18:15:33 -05:00
Dan Gohman
9b93ada5d3 Bug 937944 - SpiderMonkey: Use d15 as the float scratch register on ARM, to avoid conflicts with argument registers. r=mjrosenb 2013-11-12 20:20:22 -08:00
Jan de Mooij
f2171b0bf8 Bug 937540 part 4 - Use placement new for MBasicBlock. r=djvj 2013-11-16 10:15:35 +01:00
Jan de Mooij
36fd8f30f8 Bug 937540 part 3 - Use placement new for GVN ValueNumberData. r=mjrosenb 2013-11-16 10:15:33 +01:00
Jan de Mooij
5e64da9a8a Bug 937540 part 2 - Use placement new for BitSet and LoopAliasInfo. r=sstangl 2013-11-16 10:15:30 +01:00
Jan de Mooij
653f45a90a Bug 937540 part 1 - Add |operator new| for placement new to TempObject and use for regalloc objects. r=luke 2013-11-16 10:14:07 +01:00
Martin Husemann
38c18f914f Bug 810716: Avoid AC_TRY_LINK on systems where we do not want res_ninit r=ted 2013-11-16 09:13:23 +01:00
Landry Breuil
c4524289aa Bug 928390: Partially backport libffi upstream 049d8386ff for OpenBSD/mips/hppa. r=glandium 2013-11-13 22:06:05 +01:00
Mike Hommey
3f865998c5 Bug 938956 - Add a generic recursion rule. r=gps
Use by running:
  make -C objdir recurse RECURSED_COMMAND="command_to_run in_each_subdirectory"
2013-11-16 13:40:53 +09:00
Mike Hommey
f25c307c6b Bug 937526 - Cleanup unicharutil/util and rdf/util related things. r=gps 2013-11-16 13:37:54 +09:00
Michael Shuen
7581110bd7 Bug 937916 - Implement TrueValue() and FalseValue(). r=sfink 2013-11-15 21:46:39 -05:00
Gregor Wagner
e6599c199f Bug 937605 - Firefox fails to build on PPC64: GCInternals.h:29:5: error: ‘ZoneSelector’ does not name a type. r=billm 2013-11-15 14:40:37 -08:00