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

209120 Коммитов

Автор SHA1 Сообщение Дата
Bob Clary c4c1cac6d1 Bug 509198 - Sisyphus - directly mount dmg installer, r=ctalbert. 2009-08-18 00:29:59 -07:00
Bob Clary 241aec6117 bug 504078 - JavaScript Test by Anders Hammarquist. 2009-08-18 00:29:59 -07:00
Bob Clary 3147b1f440 Bug 509164 - Sisyphus - support mozilla-build start*.bat environment settings, r=ctalbert. 2009-08-18 00:29:59 -07:00
Bob Clary 4eb27023a0 bug 496846 - run browser tests via file:. 2009-08-18 00:29:58 -07:00
Bob Clary 444ee67a40 bug 353078 - JavaScript Test - modify test to only fail in the event of a crash. 2009-08-18 00:29:58 -07:00
Bob Clary 623bc7ba43 bug 452498 - JavaScript Tests - disable js1_5/decompilation/regress-352073.js for 1.8.x, 1.9.0 due to changes in test. 2009-08-18 00:29:58 -07:00
Bob Clary 8bb8113dc5 bug 383269 - JavaScript Tests - js1_5/GC/regress-383269-{01,02}.js are timing dependent and fail randomly, add to performance*.tests. 2009-08-18 00:29:58 -07:00
Bob Clary 6ddb7d1a96 Bug 457618 - update js1_7/block/order-of-operation.js 2009-08-18 00:29:58 -07:00
Bob Clary 33f41cbd0e bug 457618 - JavaScript Tests - update tests due bug 346749 (let declarations at function level should be treated as var). 2009-08-18 00:29:58 -07:00
Bob Clary 2f9f2f8628 bug 496113 - JavaScript Test by Masakazu Takahashi. 2009-08-18 00:29:58 -07:00
David Anderson ddb7ef3f3c Improved joinEdgesToEntry functionality and cleanliness (bug 509093, r=sayrer,gal). 2009-08-17 18:01:00 -07:00
David Mandelin 6edf99f2c8 Bug 510730: make new trace-test harness output tinderbox-parseable, r=graydon
--HG--
extra : rebase_source : de6ca79b0df5b8d98e24f2fe6cd5ebd4f16c5964
2009-08-17 16:53:41 -07:00
Nicholas Nethercote 5e7453dfaa Bug 511012 - TM: don't use addName() and insStorei() together. r=gal. 2009-08-18 09:27:48 +10:00
Jason Orendorff aa2009ea62 Delete unused JSBUILTIN_ constants. No bug. r=gal. 2009-08-17 17:36:36 -05:00
David Mandelin 2229712cc2 Bug 509599: on trace, call putArguments when returning from JS function via either return or stop, r=jorendorff 2009-08-17 15:29:09 -07:00
David Mandelin f015428110 Bug 510434: don't trace setting |arguments|, r=brendan 2009-08-17 15:20:26 -07:00
Jim Blandy 6e8814f833 Bug 509510: Update tests to match final ECMA 5 spec. r=mrbkap 2009-08-17 14:54:52 -07:00
Jim Blandy 9c242fff98 Bug 509510: Make Object.getPrototypeOf reject primitives, not coerce them. r=mrbkap 2009-08-17 14:54:52 -07:00
Andreas Gal 7eaab67564 Don't flush the code cache every time we GC (506117, r=brendan). 2009-08-17 14:50:57 -07:00
Jason Orendorff 2533f1aa41 Re-apply d8e4676dc10e (bug 510553) to trace-test.py. Changeset c3648b2ea86c inadvertently reverted these changes because I rebased it across d8e4676dc10e and rebase is dumb. r=sea of orange
--HG--
extra : rebase_source : 461c4b16b92841b6cf3e3460f2c55a143787706d
2009-08-15 07:14:45 -05:00
Jason Orendorff 25de6d264d Bug 510568 - Kill one last #if JS_HAS_LVALUE_RETURN directive. r=Waldo. 2009-08-15 07:21:06 -05:00
David Mandelin 1d0f9d748e Backed out changeset 238e8b557e4f: causing tjss orange
--HG--
extra : rebase_source : 49cfd40e67221067c45c85a5b96db39d22be1f67
2009-08-14 19:17:00 -07:00
Blake Kaplan 012057645b Fix compiler warnings on x86-64 (and maybe even miscompilation) by forcing this value to be the right width. 2009-08-14 16:52:48 -07:00
David Mandelin 56386993ff Bug 505591: trace JSOP_NAME for returned closures, r=dvander 2009-08-14 16:02:47 -07:00
David Mandelin 9bde1b8e54 Bug 509982 followup: simpler faster test for presence of upvars in a flat closure, sr=brendan 2009-08-14 15:36:50 -07:00
David Mandelin ca2ac7de6a Bug 504587 test case: test shape guard validity, r=jorendorff via IRC 2009-08-14 15:34:23 -07:00
David Mandelin b0fe2531fe Bug 509982 part 2: add test case 2009-08-14 15:29:54 -07:00
David Mandelin e6d2a71aa7 Bug 509982: don't populate flat closure upvars when there aren't any upvars, r=dvander 2009-08-14 15:25:05 -07:00
Jeff Walden 2f0577f4f8 Bug 510537 - Implement Array.isArray, easiest ES5 feature evar. r=jorendorff 2009-08-14 03:23:07 -07:00
Robert Sayre 890fbf29d7 Merge. 2009-08-14 17:58:22 -04:00
Robert Sayre 377047d873 Merge mozilla-central to tracemonkey. 2009-08-14 17:49:42 -04:00
Jason Orendorff 4bd3069631 Bug 508051 part 2 - Avoid imacros for JSOP_INSTANCEOF. Re-landing per comment 8. r=gal. 2009-08-14 16:34:43 -05:00
Jason Orendorff 801af07435 Bug 508051 part 1 - Avoid imacros for JSOP_SETELEM. Re-landing per comment 8. r=gal. 2009-08-14 15:47:04 -05:00
Jason Orendorff 001fef7bf7 Remove Python 3.x version of trace-test.py. Maintaining two copies is a headache. r=dmandelin.
--HG--
extra : rebase_source : 91fcfe4a1b16b788ec42f1ab37097ee2bfe81413
2009-08-14 15:07:11 -05:00
Saint Wesonga 10a9a83eea Bug 273467 - -"-0x1" results in 1 instead of NaN. r=brendan. 2009-08-14 15:03:10 -05:00
Makoto Kato bbc0f6e629 Bug 510449 - Bug 493457 causes crash on x64 windows build because JSSLOT_CLASS_MASK_BITS is uint32. r=jwalden
--HG--
extra : rebase_source : f9c5040cdec6d23ecfd1ac49f0ce6e97e356f4f1
2009-08-14 11:09:15 -07:00
Tommy Fogwell e9d5620d31 Bug 484898 - Remove unused *_TIMER macros in CNavDTD and nsViewSourceHTML. r=bnewman sr=jst
--HG--
extra : rebase_source : f84584ede02f022edeb4b073c598a812134f5d1d
2009-08-14 09:56:03 -07:00
Jeff Walden 5c27762016 Convert an abort to an assertion because garbage in elsewhere is producing garbage out here, and it's taking awhile to track down the cause 2009-08-14 10:34:38 -07:00
Taras Glek d331cb9b8d Bug 468011 - Combine all chrome into browser+toolkit jars. r=bsmedberg 2009-08-14 09:32:40 -07:00
Adam Barth 5c141f78e7 Bug 509714 - Add TestGetURL executable for testing network stack; r=dwitte 2009-08-14 16:10:17 +02:00
Hashem Masoud b71a1a1cfa Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin 2009-08-14 16:09:00 +02:00
Wan-Teh Chang 683a2e9c02 Bug 510135: Don't need to decode policy OID in CERTPolicyInfo
because the 'oid' member contains the decoded policy OID.  Use
CERT_REV_M_IGNORE_MISSING_FRESH_INFO (the default) for clarity.
r=alexei.volkov
2009-08-14 06:37:31 -07:00
Axel Hecht 1575b22d42 bug 505713, factor multiple-jar.mn handling into method on JarMaker class, r=ted 2009-08-14 13:06:15 +02:00
Axel Hecht a1803ec338 bug 489313, use l10n.mk for firefox, bustage fixes, r=ted 2009-08-14 13:06:15 +02:00
Neil Rashbrook 16b1fe13c8 Bug 499027 Copying an empty string to a new string allocates a buffer r=dbaron sr=jst 2009-08-14 12:03:05 +01:00
Neil Rashbrook c736ea5f68 Bug 509124 Chrome flags are never set on unparented XUL windows r=jst 2009-08-14 12:00:44 +01:00
Neil Rashbrook 157c6529e0 Bug 510323 Multiline <select> doesn't ignore middle clicks correctly r=smaug 2009-08-14 11:59:24 +01:00
Leon Sha 0d52b3144e Bug 510451 Build failed on solaris after merge tamarin's CodeAlloc(bug 504462). r=gal 2009-08-14 18:07:28 +08:00
Dave Townsend fb6dba23c2 Bug 509194: Remove extension manager dependency on classic.jar (add-ons manager changes). r=robstrong. sr=bsmedberg 2009-08-14 09:08:31 +01:00
Ginn Chen 310c466b2b Bug 508992 missed a return statement in last checkin r=surkov.alexander 2009-08-14 16:07:25 +08:00