szegedia%freemail.hu
6c2cd12403
Fix exclusions
2008-01-23 17:24:28 +00:00
szegedia%freemail.hu
a01b294d8a
Make sure it finds JUnit
2008-01-23 16:52:31 +00:00
nboyd%atg.com
ebe10f402b
Fix Bug 412247 Allow to customize toBoolean conversion
...
Add new ScriptableObject method, avoidObjectDectection:
/**
* Emulate the SpiderMonkey (and Firefox) feature of allowing
* custom objects to avoid detection by normal "object detection"
* code patterns. This is used to implement document.all.
* See https://bugzilla.mozilla.org/show_bug.cgi?id=412247 .
* This is an analog to JOF_DETECTING from SpiderMonkey; see
* https://bugzilla.mozilla.org/show_bug.cgi?id=248549 .
* Other than this special case, embeddings should return false.
* @return true if this object should avoid object detection
* @since 1.7R1
*/
2008-01-23 14:59:38 +00:00
igor%mir2.org
53d0fe97a5
Bug 413556: Patch from Jason Orendorff to fix JS_ConvertArguments. r,a=brendan
2008-01-23 14:20:38 +00:00
nboyd%atg.com
b98d10b31c
Fix bug 392593 Wrong type for arguments object
2008-01-23 13:45:38 +00:00
igor%mir2.org
d67b5e2e98
Bug 412340: avois rehashing of alreday atomized strings. r,a=brendan
2008-01-23 13:17:48 +00:00
igor%mir2.org
54167a2e07
Bug 413565: GC now put all free cells to free lists. r,a=brendan
2008-01-23 13:05:48 +00:00
igor%mir2.org
244cc95afe
Bug 411722: backing out again to fix incorrect error recovery
2008-01-23 09:56:28 +00:00
igor%mir2.org
4573725988
Bug 411722: faster implementation of js_GetLocalNameArray. r,a=brendan
2008-01-23 09:38:32 +00:00
igor%mir2.org
6928a6bca9
Bug 411722: the new version of the patch shows the same bad Ts regression, backing out again.
2008-01-22 09:06:06 +00:00
brendan%mozilla.org
2cc4a5f9eb
Fix #ifdef NARCISSUS code to track patch for bug 409476 (NPOTB).
2008-01-22 08:56:26 +00:00
igor%mir2.org
98bbf70212
Bug 411722: faster implementation of js_GetLocalNames. r,a=brendan
2008-01-22 08:21:54 +00:00
sayrer%gmail.com
09b772df36
Bug 411365. Shark functions. r/sr=brendan
2008-01-22 06:37:53 +00:00
nboyd%atg.com
cfa8cdf48f
Remove unused method.
2008-01-22 01:12:40 +00:00
mrbkap%gmail.com
00cad89ded
Use already running code's context when executing JS code from C++. bug 412598, r+sr=jst
2008-01-22 00:27:13 +00:00
jst%mozilla.org
0e7f93e216
Fixing bug 412698. Make XPConnect cache the per thread data for the main thread and use the cache when running on the main thread to save on time getting at the per thread data. r=dbradley@gmail.com, sr=brendan@mozilla.org
2008-01-21 04:51:55 +00:00
jst%mozilla.org
e79deac24a
Fixing bug 408301. Make more XPConnect wrappers share their JS object maps. r=peterv@propagandism.org, sr=brendan@mozilla.org
2008-01-20 21:03:52 +00:00
igor%mir2.org
b61cf8dfef
Bug 413241: fixing bogus assertion in Statements() from jsparse.c. r=brendan,mrbkap a=brendan
2008-01-20 20:55:42 +00:00
igor%mir2.org
a2b306b071
Bug 411722: Backing out due to bad Ts regression.
2008-01-20 19:11:59 +00:00
igor%mir2.org
0a9b748dbf
Bug 411722: faster implementation of js_GetLocalNames. r=brendan a=blocking1.9+
2008-01-20 17:42:38 +00:00
peterv%propagandism.org
409cf7ef4f
Part of fix for bug 412491 (function objects cloned by XPConnect still keep hidden window alive late into shutdown). r=igor, sr=jst.
2008-01-20 17:29:35 +00:00
timeless%mozdev.org
8a98ae8422
Bug 334195 XPCWrappedNative::HandlePossibleNameCaseError dereferences an unitialized value if !set
...
r=dbradley sr=jst a=mtschrep
2008-01-20 11:21:36 +00:00
igor%mir2.org
f81ff83ace
Bug 410649: function statement and destructuring parameter name clash now favours the function. r,a=brendan
2008-01-20 10:34:06 +00:00
reed%reedloden.com
ceda84e91e
I'm dumb. Please forgive me. Yes, that includes you, shaver.
2008-01-20 09:54:09 +00:00
reed%reedloden.com
768460e885
Bug 331545 - "Use _InterlockedCompareExchange for js_CompareAndSwap" [p=mmoy@yahoo.com (Michael Moy) r+a1.9=brendan a=blocking1.9+]
2008-01-20 04:39:10 +00:00
jwalden%mit.edu
d50f716127
Fix typo noted by igor, bug 409476
2008-01-20 02:52:23 +00:00
sayrer%gmail.com
099dbf15a9
Bug 412874. Need Shark functions in JS component global scope. r/sr=brendan
2008-01-20 02:31:10 +00:00
nboyd%atg.com
57fc1021ab
Fix bug 412755 - Provide better error message when a function is not found
...
Modification of patch by Marc Guillemot.
2008-01-20 02:20:32 +00:00
shaver%mozilla.org
3c02a90c6a
Config file for Solaris 10 from Wesley Garland (wes@page.ca), r=shaver.
2008-01-20 02:12:59 +00:00
jwalden%mit.edu
227bbcdd64
Bug 409476 - js_ValueToBoolean is pure, remove cx and out parameters and just return a boolean value for better perf. r+a=brendan
2008-01-20 00:56:09 +00:00
igor%mir2.org
34e194fd9f
Bug 411025: temp rooting implemenation cleanup, r,a=brendan
2008-01-20 00:46:37 +00:00
sayrer%gmail.com
a16f13c621
Bug 411365. JS Shark renames per brendan. r/a=brendan
2008-01-19 23:33:08 +00:00
igor%mir2.org
f33393addf
Bug 413104: access to JSString is hidden behind macros even for a flat string.
2008-01-19 21:15:08 +00:00
reed%reedloden.com
23bd0cf141
Back out Igor's patch from bug 412340 due to consistent orange on fxdbug-win32-tb.
2008-01-19 08:06:45 +00:00
igor%mir2.org
07d04588e7
Bug 412340: JString stores a flag to indicate that it was atomized. r=brendan a=blocking1.9+
2008-01-19 02:56:51 +00:00
nboyd%atg.com
715df2c324
Refactor prompts to make them more accessible for other uses (i.e. doctest)
2008-01-18 19:21:01 +00:00
nboyd%atg.com
706f23198d
More skips for flaky tests.
2008-01-18 18:37:24 +00:00
peterv%propagandism.org
4614f3c033
Back out remainder of patch for bug 412491 to try to fix orange.
2008-01-18 15:36:28 +00:00
peterv%propagandism.org
8ff7e4d709
Back out to try to fix orange.
2008-01-18 13:59:07 +00:00
peterv%propagandism.org
08d139a3ff
Fix for bug 412491 (function objects cloned by XPConnect still keep hidden window alive late into shutdown). r=igor, sr=jst.
2008-01-18 13:29:07 +00:00
reed%reedloden.com
9da0903927
Back out patch from bug 411579, as there may be a Ts perf regression.
2008-01-18 10:36:40 +00:00
reed%reedloden.com
ffc92e7918
Bug 412811 - "xpconnect-tools build broken" [p=armin76@gentoo.org (Ra��l Porcel) r+sr=bsmedberg (NPODB)]
2008-01-18 09:09:18 +00:00
reed%reedloden.com
807c87ee1e
Bug 411579 - "Optimize read file buffer sizes for faster startup times" [p=jmathies@mozilla.com (Jim Mathies) r=sayrer sr=bsmedberg a=blocking1.9+]
2008-01-18 09:08:10 +00:00
reed%reedloden.com
8ab1253962
Bug 411968 - "Finishing JS_AlreadyHasOwnProperty" (CHECK_REQUEST(cx) in JS_AlreadyHasOwn{,UC}Property) [p=jorendorff@mozilla.com (Jason Orendorff) r+a1.9=brendan]
2008-01-17 10:28:57 +00:00
nboyd%atg.com
de3895ff2d
Add additional skips for flaky tests: see
...
http://groups.google.com/group/mozilla.dev.tech.js-engine.rhino/browse_thread/thread/d1b39d223cdcb157/09fcacfb83b67a80?#09fcacfb83b67a80
2008-01-16 20:58:06 +00:00
sayrer%gmail.com
2bead260f3
Bug 411365. Start and stop Shark from JS. r=crowder, sr=jst
2008-01-16 20:42:51 +00:00
igor%mir2.org
22263669d1
Bug 412047: optimizing regexp upper/lower. r=crowder,a=blocking1.9
2008-01-16 08:31:15 +00:00
reed%reedloden.com
38baf1ec8d
Bug 411285 - "js_BoyerMooreHorspool is sometimes called for very short texts" [p=Seno.Aiko@gmail.com r=crowder a1.9=schrep]
2008-01-16 06:37:13 +00:00
bclary%bclary.com
506cc21059
JavaScript Tests - test iterator value scope in array comprehension, by Norris Boyd, bug 412467, not part of the build
2008-01-16 04:47:31 +00:00
mrbkap%gmail.com
52be66aaa9
Don't call js_PopStatement if there was a parse error. bug 410852, r=brendan
2008-01-15 22:24:54 +00:00