dbaron@dbaron.org
|
e7bb1b1c38
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 08:34:59 -07:00 |
|
dbaron@dbaron.org
|
d98d9fdec5
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
dbaron@dbaron.org
|
af8ff51b78
|
Consolidate duplicated code into the beginning of the double-hashing loop. b=374906 r=brendan
|
2007-03-27 08:32:38 -07:00 |
|
bclary@bclary.com
|
b9bf8d7884
|
Bug 370490 - Build SpiderMonkey with JS_C_STRINGS_ARE_UTF8, not part of the build, patch by Tom Insam, r=brendan
|
2007-03-26 14:13:57 -07:00 |
|
igor@mir2.org
|
e2b9880b99
|
Bug 373082: Changine XML method lookup to never alter "this". r=brendan,jwalden
|
2007-03-26 02:07:24 -07:00 |
|
igor@mir2.org
|
e354216aff
|
Bug 355736: no quotas arround name matching keywords in keywordless context. r=brendan,mrbkap
|
2007-03-24 00:34:47 -07:00 |
|
dbaron@dbaron.org
|
cb86161398
|
Avoid the need for a getKey callback in jsdhash/pldhash. b=374906 r=brendan
|
2007-03-23 16:32:40 -07:00 |
|
crowder@fiverocks.com
|
cbec55609e
|
Bug 339652: Maximum recursion value is too low, r=brendan
|
2007-03-23 11:11:40 -07:00 |
|
crowder@fiverocks.com
|
e204ac324a
|
Bug 330352: very non-greedy regexp causes crash in jsregexp.c, r=mrbkap
|
2007-03-23 09:13:06 -07:00 |
|
peterv@propagandism.org
|
2f5df4b5e9
|
Relanding part of the fix for bug 372960 (Make XPConnect traverse more JS edges). r=brendan, sr=jst.
|
2007-03-23 06:21:22 -07:00 |
|
crowder@fiverocks.com
|
d80633890b
|
Bug 368152: jsregexp preprocessor-enabled "debugging" mode
|
2007-03-22 20:35:42 -07:00 |
|
hg@mozilla.com
|
05e5d33a57
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
igor%mir2.org
|
6bda48b6f2
|
Bug 374112: Ensure that empty ns gets empty prefix. r=brendan
|
2007-03-20 23:39:16 +00:00 |
|
crowder%fiverocks.com
|
cb0ae77130
|
Bug 335001: Build without JS_HAS_XML_SUPPORT fails, r=brendan
|
2007-03-20 18:26:42 +00:00 |
|
igor.bukanov%gmail.com
|
f8db6863ec
|
Bug 351102: Simpler exception handling implementation, r=brendan
|
2007-03-20 07:31:02 +00:00 |
|
jst%mozilla.org
|
1cadd342cc
|
Followup fix for bug 355766. Make functions exposed through XPCSafeJSObjectWrapper wrappers work more like normal functions. r+sr=brendan@mozilla.org
|
2007-03-20 00:26:02 +00:00 |
|
igor.bukanov%gmail.com
|
da87cc0fe7
|
Bug 366123: Patch brendan@mozilla.org, r=myself
|
2007-03-19 21:46:45 +00:00 |
|
graydon%mozilla.com
|
f476b5cfc0
|
Disable the patch for 368869.
|
2007-03-16 19:52:33 +00:00 |
|
peterv%propagandism.org
|
5a1ed9c668
|
Fix for bug 374096 (Cycle collector doesn't collect all the cycles it could). r=graydon, sr=dbaron.
|
2007-03-16 12:52:47 +00:00 |
|
brendan%mozilla.org
|
f127aa68e2
|
Fix non-existent attribute deref bug (374116, r=igor).
|
2007-03-15 23:06:22 +00:00 |
|
graydon%mozilla.com
|
47299d3e29
|
Bug 368869 - Make cycle collection suspect all native wrapper roots
r=brendan, sr=jst
|
2007-03-15 23:05:03 +00:00 |
|
igor.bukanov%gmail.com
|
c291e1fb2f
|
Bug 374106: making xml_contains to work again. r=mrbkap
|
2007-03-15 20:30:56 +00:00 |
|
crowder%fiverocks.com
|
f17db8ab09
|
Bug 355827: SpiderMonkey's readline() doesn't handle EOF properly, r=crowder, patch by KATO Kazuyoshi <kzys@8-p.info>
|
2007-03-14 20:47:42 +00:00 |
|
igor.bukanov%gmail.com
|
f78676d710
|
Bug 373678: qnamepart should not set isXML. r=brendan
|
2007-03-13 23:59:20 +00:00 |
|
alfred.peng%sun.com
|
ac5a543cca
|
Bug 116243. Incorrect type conversion of Java Boolean to Javascript String.
r=brendan,sr=jst.
|
2007-03-13 03:18:29 +00:00 |
|
mrbkap%gmail.com
|
5555d0ffc7
|
Investigate the srcnotes for more opcodes (even ones that don't have quite the right flag formats). bug 372364, r=brendan
|
2007-03-11 20:59:30 +00:00 |
|
mrbkap%gmail.com
|
c09a0cd599
|
Implement ES4's /y option on regular expressions. This is useful for scripts that want to use regular expressions for lexical scanning and don't want to have to chop the input string and use ^ to avoid O(n^2) lexing time. bug 371932, r=crowder
|
2007-03-11 19:36:59 +00:00 |
|
mrbkap%gmail.com
|
52736f4292
|
Always do the JSOP_PUSHOBJ replacement magic, even if the current call op didn't push anything. bug 372563, r=igor
|
2007-03-11 19:28:54 +00:00 |
|
mrbkap%gmail.com
|
0b937be63d
|
Create a new opcode (JSOP_FORCONST) to use when doing a for-in with a const as the lhs. This also reclaims the useless JSOP_STARTITER. bug 372565, r=brendan
|
2007-03-11 19:25:58 +00:00 |
|
mrbkap%gmail.com
|
6c1f678db3
|
Clear inXML after processing names that could have set us to be inXML. bug 372564, r=jwalden
|
2007-03-11 19:23:28 +00:00 |
|
peterv%propagandism.org
|
2a0c068fc1
|
Backout to try to fix orange mochitest on OS X.
|
2007-03-11 18:17:11 +00:00 |
|
peterv%propagandism.org
|
a5505bbe92
|
Fix for bug 372960 (Make XPConnect traverse more JS edges). r=brendan, sr=jst.
|
2007-03-11 15:03:00 +00:00 |
|
igor.bukanov%gmail.com
|
3671397b3a
|
Bug 371369: delete xml.function::name now works. r=brendan,jwalden
|
2007-03-10 11:14:22 +00:00 |
|
alfred.peng%sun.com
|
672dcb1911
|
Bug 248409. LiveConnect should equate java and Packages.java, etc.
r=brendan,sr=jst.
|
2007-03-10 06:22:21 +00:00 |
|
peterv%propagandism.org
|
a267e57680
|
Fix for bug 373219 (ASSERTION: Fault in cycle collector: null XPCOM pointer returned (ptr: 0)). r/sr=dbaron.
|
2007-03-09 13:14:06 +00:00 |
|
sayrer%gmail.com
|
21404816e2
|
fix for bug 366725 missed a semicolon and broke msvc 2005 express for some people.
|
2007-03-08 08:25:28 +00:00 |
|
igor.bukanov%gmail.com
|
c183a43d5a
|
Bug 366725: JS_GetString(Bytes|Chars) are no longer used in SpiderMonkey.
|
2007-03-08 06:25:23 +00:00 |
|
igor.bukanov%gmail.com
|
1ddec32142
|
Bug 373072: consistently using JSXML_HAS_NAME(xml) instead of explicit xml class checks. r=brendan
|
2007-03-07 23:00:55 +00:00 |
|
igor.bukanov%gmail.com
|
8f5df2bb38
|
Bug 372331: the proper evaluation order for for-in loops. r=brendan
|
2007-03-03 14:01:44 +00:00 |
|
pedemont%us.ibm.com
|
4dafcd97d6
|
Bug 350886 - First pass at JavaXPCOM unit tests. r=bsmedberg.
|
2007-03-02 21:28:58 +00:00 |
|
crowder%fiverocks.com
|
31373180bf
|
Bug 372309: Crash in [@SetArrayElement] using canvas, r=igor@mir2.org
|
2007-03-02 17:35:29 +00:00 |
|
crowder%fiverocks.com
|
1d426e7506
|
Bug 359024: script bug causes deref of 0x80000001 (JSVAL_VOID), r=brendan
|
2007-03-01 21:30:48 +00:00 |
|
crowder%fiverocks.com
|
6a8cc9c15f
|
Bug 367888: regexp empty alt (|) with repeat yields infinite loop and consumes all memory, r=mrbkap
|
2007-03-01 16:05:30 +00:00 |
|
igor.bukanov%gmail.com
|
675b8ad7e7
|
Bug 363530: Optimizing JS function/method calling bytecodes. r=brendan
|
2007-03-01 01:33:46 +00:00 |
|
mrbkap%gmail.com
|
e1d3a954d4
|
Only warn for properties that we find on our object, not on properties that we're overriding. bug 365869 and 371174, r=crowder
|
2007-02-28 04:04:15 +00:00 |
|
brendan%mozilla.org
|
187827fa7f
|
First stage of loop optimization (371802, r=igor).
|
2007-02-28 03:12:01 +00:00 |
|
bzbarsky%mit.edu
|
405ac72ac4
|
Don't hand ownership of stuff allocated with nsMemory to the JS engine just like that. Tell it how to deallocate instead. Bug 353107, r=jst, sr=brendan
|
2007-02-28 02:33:05 +00:00 |
|
brendan%mozilla.org
|
780f3be1e0
|
Fix group assignment of sharp-var-named right-hand-side array (368213, r=mrbkap).
|
2007-02-28 02:05:08 +00:00 |
|
crowder%fiverocks.com
|
4a270ce887
|
Bug 367121: thread-safety and ordering issues in Script object, r=brendan
|
2007-02-27 04:35:35 +00:00 |
|
jst%mozilla.org
|
0d13829eab
|
Followup fix for bug 368945. Adding missing argc check to make sure we don't poke past the end of the arguments. r+sr=shaver@mozilla.org
|
2007-02-27 02:00:13 +00:00 |
|