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

23472 Коммитов

Автор SHA1 Сообщение Дата
Rafael Avila de Espindola 9119a9387c Bug 641232 - Make HAS_XCODE_2_1 detection compatible with Xcode 4 - Remove unused configure bits. r=khuey 2011-06-20 10:40:58 +01:00
Michael Wu 01e2aa7d32 Bug 654489 - Remove fastload, r=bsmedberg 2011-06-17 15:53:52 -07:00
Chris Jones d8c3a76fe7 Bug 661973: Implement mozilla::RefCounted, RefPtr, TemporaryRef, OutParamRef, and byRef. r=Bas,luke sr=roc 2011-06-16 20:40:20 -07:00
Jonas Sicking b1d3974896 Back out bug 661980 due to orange. CLOSED TREE 2011-06-16 14:33:42 -07:00
Jonas Sicking a8d582b108 Bug 661980: Add ability to make interfaces scriptable but not scriptimplementable. r=bsmedberg 2011-06-16 12:21:25 -07:00
Mounir Lamouri d02604b4f2 Merging mozilla-inbound with mozilla-central. 2011-06-16 11:28:58 +02:00
Dave Townsend 0d045ee106 Bug 481603: Add a way to unload JS modules loaded with Components.utils.import. r=mrbkap 2011-06-15 11:08:43 -07:00
Luke Wagner da0d379ccd Bug 664252 - Turn lemons (LLVM-only build bustage) into lemonade (rewrite JSOP_CALL/EVAL/NEW to have less goto madness) (r=waldo) 2011-06-14 16:36:13 -07:00
Matt Brubeck ede62c1ae5 Merge last green mozilla-inbound changeset to mozilla-central 2011-06-15 08:25:48 -07:00
Ms2ger d474748a0a Bug 659053 - Followup, change PRUint16 to PRBool; r=sicking 2011-06-15 09:35:41 +02:00
Mike Hommey be259c17f7 Bug 655003 - On Linux, use -Os on normal builds and -O3 when PGO is enabled. r=ted 2011-05-24 12:56:04 +02:00
Jonas Sicking 3edc4ba986 Bug 659539 Part 3: Use nsINode::NodeName where possible. Remove the now unused mQualifiedNameCorrectedCase. r=bz,peterv 2011-06-14 00:56:49 -07:00
Jonas Sicking a16fab44fe Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz 2011-06-14 00:56:49 -07:00
Jonas Sicking db14879a51 Bug 659053 Part 2: Implement a faster non-recursive Node.isEqualNode directly on nsINode. r=peterv. Fixes were r=bent 2011-06-14 00:56:48 -07:00
Jonas Sicking da2507980f Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv 2011-06-14 00:56:48 -07:00
Luke Wagner 463aff0dfb Bug 664159 - Fix eval-in-frame crash (r=waldo) 2011-06-14 17:35:19 -07:00
Brendan Eich d83a7e872d Bug 664009 - Fix a minor array bug that happens to break some code. r=jwalden, a=clegnitto 2011-06-14 16:07:29 -07:00
Justin Lebar bfb2e9d6ac Merging mozilla-central and build-system. 2011-06-14 15:16:38 -04:00
Ms2ger e369dd9f77 Bug 664123 - Backout bugs 659053 and 659539 (changesets 9c49f69d8bab-1b11c64ffcdf) 2011-06-14 16:25:51 +02:00
Ms2ger b16a451383 Bug 659053 - Followup, change PRUint16 to PRBool; r=sicking 2011-06-14 12:46:31 +02:00
Jonas Sicking b861547d18 Bug 659539 Part 3: Use nsINode::NodeName where possible. Remove the now unused mQualifiedNameCorrectedCase. r=bz,peterv 2011-06-14 00:56:49 -07:00
Jonas Sicking dcede2b5e7 Bug 659539 Part 2: Create nsINode::NodeType/NodeName/LocalName and make them non-virtual. r=bz 2011-06-14 00:56:49 -07:00
Jonas Sicking 9bf170cc97 Bug 659053 Part 2: Implement a faster non-recursive Node.isEqualNode directly on nsINode. r=peterv 2011-06-14 00:56:48 -07:00
Jonas Sicking 48f55a5733 Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv 2011-06-14 00:56:48 -07:00
Ehsan Akhgari 7c55737ac3 Back out Dao's push because of build bustage 2011-06-14 00:17:10 -04:00
Matheus Kerschbaum 1d1d68269b Bug 662000 part 2: Remove XPC_IDISPATCH_SUPPORT from the build-system and XPConnect. r=mrbkap 2011-06-14 05:50:29 +02:00
Matheus Kerschbaum f2b4e1f0ab Bug 662000 part 1: Remove interfaces and tests. r=mrbkap 2011-06-14 05:50:17 +02:00
Mike Hommey 8d3d4fa497 Bug 659942 - Clean up profiling data during PROFILE_GENERATE phase. r=ted 2011-06-13 11:58:34 -04:00
Ted Mielczarek b9712b1eab merge m-c and b-s 2011-06-13 09:09:43 -04:00
Ed Morley 8aaddd0334 Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
Ms2ger 8915f62d3b Bug 660433 - Remove nsIDOMNSHTMLTextAreaElement; f=volkmar r=peterv 2011-06-11 09:52:24 +02:00
Andrew McCreight 9efa89af2a Bug 655089 - change CC_KIND macro to a function to avoid double call; r=mrbkap 2011-06-10 09:55:47 -07:00
Chris Leary 0f3ac4a82b Merge mozilla-central and tracemonkey. 2011-06-13 10:00:23 -07:00
Daniel Holbert 0bff5de53f Bug 662086: Convert recently-added comment in jsval.h to be C-style, to fix build warning. r=mrbkap DONTBUILD 2011-06-11 17:28:48 -07:00
Chris Leary fabe8fa157 Bug 660453: Proper regexp bytecode deallocation. (r=dmandelin) 2011-06-09 14:48:03 -07:00
Ted Mielczarek 655b21063e merge m-c to b-s 2011-06-10 12:58:21 -04:00
Nicholas Nethercote a576e69b6d Bug 662963 - Add JSString::charsHeapSize(). r=luke. 2011-06-09 09:20:12 +10:00
Jim Blandy 6634d5e6d3 Bug 599764: Define jsval in terms of a type we control, not a type defined, depending on circumstances, by either NSPR or our own headers. r=luke 2011-06-08 12:14:58 -07:00
Jim Blandy f9bd757b4a Bug 662836: Don't require JS_EvaluateUCScriptInStackFrame to be able to extend call objects that the bytecode compiler didn't expect to be extensible. r=dvander 2011-06-08 12:10:39 -07:00
Makoto Kato 11f9f13192 Backed out changeset c25968f1f4f0 2011-06-08 15:56:43 +09:00
Makoto Kato 0b7fb8df23 Bug 635617 - 64-bit crash [@ MakeDay]. r=jwalden 2011-06-08 10:41:37 +09:00
Kyle Huey 82027de2b8 Fix MSVC warning. 2011-06-07 17:17:30 -07:00
Blake Kaplan 995b2c989e Bug 662114 - Don't use DummyFrameGuard directly to avoid Windows DLL-linkage warnings. r=luke
--HG--
extra : rebase_source : 8ef14ff1cecaa7f426adc55b3a1ad205f00d0b8c
2011-06-07 19:43:18 -04:00
Brendan Eich bfa9aacd1f Strict mode early error (strict option warning) on assignment to declared const (383902, r=jwalden). 2011-06-07 16:24:33 -07:00
Steve Fink 62a01b2607 Bug 637393 - Give JSScript control over the lifetime of JSPCCounters, to allow freeing with cx (r=dmandelin)
--HG--
extra : rebase_source : 9e94ec8506bc3aac28c1dd0ef5b9047e33ff6e8d
2011-06-06 16:48:20 -07:00
Kyle Huey f363a1dc43 Merge m-c to b-s. 2011-05-31 15:29:32 -07:00
Jonathan Protzenko b7d8aa0bbc Bug 658351 - Add extra assertions to jsval.h to check for malformed JSBools r=mrbkap 2011-05-31 20:18:21 +02:00
Mitchell Field c1eec06aa3 Merge mozilla-central to build-system. 2011-05-29 14:10:30 +10:00
Blake Kaplan d817ad2114 Disable this test on Android as well since it's broken in Electrolysis. r=vingtetun 2011-05-24 11:21:42 +02:00
Ed Morley 5861162dc0 Bug 591611 - Clean up FIREFOX_VERSION handling; r=khuey 2011-05-28 14:33:07 +02:00