crowder@fiverocks.com
|
4cfdb64aa4
|
Bug 383721: escape tabs on platforms with unusual isprint() routines, r=mrbkap
|
2007-06-12 12:30:57 -07:00 |
|
brendan@mozilla.org
|
1e95e50e45
|
Fix CheckSideEffects over-aggressiveness (383674, r=mrbkap).
|
2007-06-12 01:26:26 -07:00 |
|
igor@mir2.org
|
48e93e5ace
|
Bug 384104: Fixing ALE macros to quell GCC strict-aliasing warnings. r=brendan
|
2007-06-12 00:27:23 -07:00 |
|
jwalden@mit.edu
|
4799fc779f
|
Typo fixes
|
2007-06-10 15:08:17 -07:00 |
|
bzbarsky@mit.edu
|
31c193374b
|
Change the URI argument to Components.utils.import to be a resource: URI. Bug380970, patch by Alex Vincent <ajvincent@gmail.com>, r=sayrer, sr=bsmedberg
|
2007-06-10 14:13:18 -07:00 |
|
graydon@mozilla.com
|
db1aa449df
|
Backing out patch in bug 368869, again. Still randomly crashing (as in bug 383763).
|
2007-06-08 12:08:26 -07:00 |
|
gavin@gavinsharp.com
|
6f30049c2a
|
Bug 381031: make JS1.8 the default for <xul:script>, and add a JSVERSION_LATEST #define to simplify future changes, patch by Nickolay Ponomarev <asqueella@gmail.com>, r+sr=brendan
|
2007-06-07 15:50:12 -07:00 |
|
asqueella@gmail.com
|
72244a2fb8
|
Bug 381499 - Components.utils.import reports NS_ERROR_FAILURE when the file not existsswitch to NS_ERROR_FILE_NOT_FOUND and update testsr=sayrer, sr=brendan
|
2007-06-07 15:34:06 -07:00 |
|
jwalden@mit.edu
|
88dacc9b1e
|
Bug 369032 - "Assertion failure: kid2->parent == xml || !kid2->parent" with E4X after appendChild; avoid incorrectly reparenting XML by deeply copying instead of mutating. r=mrbkap
|
2007-06-06 15:06:16 -07:00 |
|
jwalden@mit.edu
|
28ca384ed9
|
Fix syntax error.
|
2007-06-06 11:32:31 -07:00 |
|
crowder@fiverocks.com
|
9adc5b48b1
|
Bug 374681: 260 GC roots remain after destroying JSRuntime (not the complete fix, I think), r=brendan
|
2007-06-06 08:59:45 -07:00 |
|
graydon@mozilla.com
|
87f15ddb10
|
Bug #368869, suspect all native wrappers as cycle roots (yet again, after Igor's change to js gc).r=brendan, sr=jst
|
2007-06-05 16:50:22 -07:00 |
|
mrbkap@gmail.com
|
019810ad4f
|
Remove vestigial initialization
|
2007-06-05 16:44:21 -07:00 |
|
mrbkap@gmail.com
|
ac3cd0da1f
|
Be less strict about how you can call eval. In particular, allow callers to call it through other names, as long as the this object is a global object. bug 383381, r=brendan
|
2007-06-05 16:42:00 -07:00 |
|
crowder@fiverocks.com
|
6e003e6a16
|
Bug 380831: incorrect uneval trying to output a getter function that is a sharp definition, r=igor
|
2007-06-05 13:20:07 -07:00 |
|
nboyd@atg.com
|
95b8b76815
|
Fix bug 383174: Add new reportMatch function in shell.jsr=bclary@bclary.com
|
2007-06-05 11:31:53 -07:00 |
|
mattwillis@gmail.com
|
3932303027
|
bug 382744 - Correct backwards assertion check in XPCNativeScriptableInfo. Patch by Manish Singh <manish@flock.com>, r=dbaron, sr=shaver
|
2007-06-05 08:59:44 -07:00 |
|
brendan@mozilla.org
|
b7ec89dba8
|
Fix JOF_TMPSLOT accounting (383255, r=igor).
|
2007-06-04 22:23:29 -07:00 |
|
igor@mir2.org
|
569cd785c8
|
Bug 383188: using code spec flag to declare extra slot used for post ++/--. r=brndan
|
2007-06-04 20:07:38 -07:00 |
|
mrbkap@gmail.com
|
6c64f414a1
|
Fix overflow potential. bug 373931, r=crowder rs=brendan
|
2007-06-04 17:05:32 -07:00 |
|
mrbkap@gmail.com
|
5dee40693a
|
Remove indirect eval. bug 382509, r=brendan
|
2007-06-04 16:03:03 -07:00 |
|
mrbkap@gmail.com
|
eb787082ee
|
Handle error returns from ftell. bug 373934, r=brendan
|
2007-06-04 16:01:41 -07:00 |
|
mrbkap@gmail.com
|
b0f7dbe005
|
Backing out to fix orange
|
2007-06-04 15:18:25 -07:00 |
|
mrbkap@gmail.com
|
5c0b203590
|
Fixing bustage, bug 382509
|
2007-06-04 14:47:13 -07:00 |
|
mrbkap@gmail.com
|
a86be613d4
|
Create XPCNativeWrapper function wrappers with the right parent. bug 370127, r=bzbarsky sr=brendan
|
2007-06-04 14:43:57 -07:00 |
|
mrbkap@gmail.com
|
93b24ea79d
|
Remove indirect eval. bug 382509, r=brendan
|
2007-06-04 14:40:55 -07:00 |
|
mrbkap@gmail.com
|
8ea7ab631e
|
Whitespace police
|
2007-06-04 14:38:40 -07:00 |
|
igor@mir2.org
|
5d6b27ea58
|
Bug 381973: new opcode flag top declare an extra temporary slot used by interpreter. r=brendan
|
2007-06-04 13:01:41 -07:00 |
|
brendan@mozilla.org
|
1d2da89892
|
Fix fun_resolve to avoid resolving hidden properties (locals/params; 382532, r=mrbkap).
|
2007-06-04 12:50:30 -07:00 |
|
crowder@fiverocks.com
|
dc97191b2e
|
Bug 366355: perlconnect removal continues, r=mrbkap, patch by Patrick Welche <pw-fb@newn.cam.ac.uk>
|
2007-06-04 12:33:42 -07:00 |
|
nboyd@atg.com
|
3f9d754d6f
|
Move skip lists to the testsrc directory.
|
2007-06-04 11:24:48 -07:00 |
|
nboyd@atg.com
|
b3216813c9
|
Add skips for tests causing OutOfMemoryErrors.
|
2007-06-04 09:06:43 -07:00 |
|
peterv@propagandism.org
|
2f628cf5c2
|
Fix for bug 382133 ("(function(){}).apply.ee = <foo/>;" causes shutdown crash [@ nsXPConnect::Unlink] during nsCycleCollector::CollectWhite). r/sr=jst.
|
2007-06-04 03:01:34 -07:00 |
|
igor@mir2.org
|
eb24a82feb
|
Bug 379220: replacing JS_AddRoot calls via doubly-linked lists. r=jst sr=brendan
|
2007-06-02 08:11:52 -07:00 |
|
igor@mir2.org
|
f94d144cd9
|
Bug 382253: consistent termination of inline functions. r=brendan
|
2007-06-01 20:46:39 -07:00 |
|
crowder@fiverocks.com
|
239391c529
|
backing out checkin on closed tree
|
2007-06-01 11:31:02 -07:00 |
|
crowder@fiverocks.com
|
c5ffaad983
|
Bug 366355: more perlconnect removal goodness
|
2007-06-01 11:29:49 -07:00 |
|
bclary@bclary.com
|
bf62d09d91
|
JavaScript Test - fix broken test, bug 351515
|
2007-05-31 14:58:36 -07:00 |
|
bclary@bclary.com
|
5723ee75d2
|
JavaScript Test - update test for bug 380237
|
2007-05-31 12:46:36 -07:00 |
|
bclary@bclary.com
|
62b53dc2c6
|
JavaScript Test - change eval tests to work around anonfunfix, bug 356247
|
2007-05-31 12:24:01 -07:00 |
|
bclary@bclary.com
|
86fbb27749
|
JavaScript Test - change native function to decodeURI since print is not native in the browser version
|
2007-05-31 12:00:11 -07:00 |
|
bclary@bclary.com
|
96b76deee1
|
JavaScript Tests - fix test to match new decompilation and to add missing brace in expected decompilation, bug 381205
|
2007-05-31 11:31:12 -07:00 |
|
bclary@bclary.com
|
749587c417
|
JavaScript Test - regression test for bug 356247, by Jesse Ruderman
|
2007-05-31 00:11:53 -07:00 |
|
bclary@bclary.com
|
6d2d5a51aa
|
JavaScript Test - regression test for bug 381108, by Jesse Ruderman
|
2007-05-30 23:54:10 -07:00 |
|
bclary@bclary.com
|
e8e9a2889e
|
JavaScript Test - regression test for bug 381301, by Jesse Ruderman
|
2007-05-30 23:45:06 -07:00 |
|
bclary@bclary.com
|
57695f25ae
|
JavaScript Test - regression test for bug 382335, by Igor Bukanov
|
2007-05-30 23:37:52 -07:00 |
|
timeless@mozdev.org
|
bf8ba0bb8e
|
Bug 380886 Possible crashes/leaks in regexp handling in OOM conditionspatch by gavin@picsel.com r=crowder
|
2007-05-30 23:31:05 -07:00 |
|
brendan@mozilla.org
|
c357ffcffb
|
Fix let-induced anti-bracing logic to cope with group assignment expression statements (356247, r=mrbkap).
|
2007-05-30 15:39:21 -07:00 |
|
nboyd@atg.com
|
a9cfdb19a3
|
Skip js1_5/Regress/regress-330352.js
|
2007-05-30 13:10:33 -07:00 |
|
crowder@fiverocks.com
|
9dad5e7465
|
Bug 381205: object uneval gets confused by special "getter functions", r=mrbkap
|
2007-05-30 13:05:31 -07:00 |
|