Kyle Huey
|
802eb0ed2d
|
Bustage fix on a CLOSED TREE. r=bz
|
2010-08-05 19:15:11 -07:00 |
Boris Zbarsky
|
3be23e063a
|
Bug 584293. Make .style faster. r=peterv
|
2010-08-05 17:59:36 -04:00 |
Boris Zbarsky
|
fb79454ef5
|
Bug 584287. Speed up unwrapping for nsIDOMHTMLElement quickstubs. r=peterv
|
2010-08-05 17:59:35 -04:00 |
Robert Sayre
|
d23c6043b4
|
Bug 584252 - disallow non-standard extensions to float syntax (r=jorendorff) (CLOSED TREE)
|
2010-08-05 14:33:34 -07:00 |
Blake Kaplan
|
65f0963609
|
Bug 584551 - Do things that require entering a request on the old compartment before entering a request on the new one. r=igor a=blocking-beta3
--HG--
extra : rebase_source : 6480bb872de3268230813d2bddda27a4d552daba
|
2010-08-05 12:38:07 -07:00 |
Boris Zbarsky
|
2c05fad2f0
|
Bug 583839. Also skip the string buffer refcounting for traceable native quickstubs, not just fastnative ones. r=jst
|
2010-08-04 22:40:18 -04:00 |
David Zbarsky
|
d272840c23
|
Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst
|
2010-08-04 22:40:18 -04:00 |
David Zbarsky
|
1003769432
|
Remove unneeded nsIDOMNSHTMLImageElement interface by merging it into nsIDOMHTMLImageElement. (Bug 582303) r=jst
|
2010-08-04 22:40:17 -04:00 |
David Zbarsky
|
44791913e2
|
Remove unneeded nsIDOMNSHTMLAnchorElement interface by merging it into nsIDOMHTMLAnchorElement. (Bug 582303) r=jst
|
2010-08-04 22:40:17 -04:00 |
Zack Weinberg
|
a7770b97f9
|
Bug 568863 follow-up: add reset() to the JavaScript API. r=waldo a2.0=sayrer
|
2010-08-04 17:22:26 -07:00 |
Kyle Huey
|
ea1e385e8b
|
Bug 518136: Use -showIncludes to generate dependencies for MSVC for a substantial build performance win. r=ted
|
2010-08-04 16:59:23 -07:00 |
Robert Sayre
|
db29ba074d
|
Merge backout.
|
2010-08-04 13:45:02 -07:00 |
Robert Sayre
|
c870a775e4
|
Backed out changeset c6131ed87e9c. Jason Orendorff — Bug 583262 - Remove security checks on f.prototype.constructor property at last. r=mrbkap. Causing nightly topcrash.
|
2010-08-04 13:44:48 -07:00 |
Jason Orendorff
|
2e3b075930
|
Bug 583262 - Remove security checks on f.prototype.constructor property at last. r=mrbkap.
--HG--
extra : rebase_source : d41e97b9ec4367ed4eb1f28a082571f37a9696e2
|
2010-08-02 15:59:06 -05:00 |
Shu-yu Guo
|
51e4fbd111
|
Bug 583806 - Fix calling unbound mkIdentifier in narcissus jsparse.js. r=dherman
|
2010-08-02 12:17:04 -07:00 |
Jason Orendorff
|
52d1be3bd8
|
Fix two MSVC warnings. no_r=me.
|
2010-08-02 09:44:24 -05:00 |
Jacek Caban
|
293e94412f
|
Bug 580904 - remove jsval_layout.debugView in mingw-w64 r=lw
|
2010-08-02 12:01:22 +02:00 |
Jacek Caban
|
64540277e2
|
Bug 569819 - Fix nanojit compilation failure on mingw-w64. r=edwsmith
|
2010-08-02 11:59:50 +02:00 |
Jacek Caban
|
4d7f42f667
|
Bug 573341 - Wrong AVMPLUS_ALIGN16 declaration on mingw r=dvander
|
2010-08-02 11:58:44 +02:00 |
Dave Herman
|
1331fe0a75
|
bug 583281, r=khuey: njs should get symlinked into objdir
--HG--
rename : js/src/njs => js/src/shell/njs
|
2010-08-01 22:42:41 -07:00 |
Luke Wagner
|
9a20e8871f
|
Bug 581747 - Remove JSOP_CONCATN. Good-night, sweet prince. (r=waldo)
|
2010-08-01 21:54:09 -07:00 |
Nicholas Nethercote
|
8929ceee37
|
Bug 582766 - JIT vastly slows down Data Manager (let in .nextSibling loop makes TM loop way too often). r=dvander.
|
2010-08-01 18:03:12 -07:00 |
Shu-yu Guo
|
2b561f9f3e
|
Bug 579230 - Rewrite narcissus expr parser, refactor into builder pattern. r=gal
|
2010-08-01 12:20:18 -07:00 |
Robert Sayre
|
cb7111dc98
|
Merge relanding of bug 577648 and bug 582479.
|
2010-08-01 09:59:36 -07:00 |
Robert Sayre
|
4a6d82bcd2
|
Reland Bug 582479 - TM: Assertion failure: (&cx->regs->sp[1 - (iargc + 2)].toObject())->isFunction().
|
2010-08-01 09:59:02 -07:00 |
Robert Sayre
|
3104a3d511
|
Merge
|
2010-08-01 09:58:16 -07:00 |
Robert Sayre
|
4cd8354fb6
|
Reland: Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances.
|
2010-08-01 09:58:03 -07:00 |
Robert Sayre
|
9a5867f3a5
|
Merge.
|
2010-08-01 09:57:13 -07:00 |
Robert Sayre
|
47b6e40e2e
|
Reland bug 577648 tests.
|
2010-08-01 09:57:01 -07:00 |
Kyle Huey
|
b54ef2fc55
|
Sync js/src/config/ and config/ build files from silly mistakes on my part on this CLOSED TREE
|
2010-08-01 03:14:05 -07:00 |
Kyle Huey
|
8dd27a8938
|
Fixing typos on a CLOSED TREE
|
2010-08-01 02:32:15 -07:00 |
Kyle Huey
|
94356ad0d8
|
Bug 522770: Followup to turn on fakelibs only on Windows since gcc is dumb, even on a CLOSED TREE
|
2010-08-01 02:12:17 -07:00 |
Kyle Huey
|
682cc66d87
|
Bug 522770: Link directly to object files instead of intermediate static libs. Patch originally written by Ted Mielczarek. Checking into a CLOSED TREE as a bustage fix. reviews pending.
--HG--
extra : rebase_source : 54a506a5815dcdedaf3f61ad7d6bdd0529d7f5f7
|
2010-08-01 01:48:21 -07:00 |
Robert Sayre
|
e1c9befaf7
|
Remove tests associated with backouts.
|
2010-07-31 14:19:00 -07:00 |
Robert Sayre
|
1b9525b0fb
|
Backout changeset 80382d88b92c. (Bug 577648 - arguments.callee.caller does not work in FF 4 under certain circumstances). The patch is righteous, but MSVC's behavior with a mere 3GB of addressable memory is not. Will reland soon.
|
2010-07-31 14:01:26 -07:00 |
Robert Sayre
|
b2a69ceceb
|
Back out changeset c877176cbbed in order to get Windows compiling. (Bug 582479 - TM: Assertion failure: (&cx->regs->sp[1 - (iargc + 2)].toObject())->isFunction().)
|
2010-07-31 13:17:20 -07:00 |
Robert Sayre
|
17379260cb
|
Merge backout.
|
2010-07-31 11:16:52 -07:00 |
Robert Sayre
|
aecc47573f
|
Backed out changeset af011e92ad0b. (Dave Herman – bug 583281, r=jimb: njs should get symlinked into objdir). This doesn't build on windows.
|
2010-07-31 11:16:38 -07:00 |
Dave Herman
|
6c36aa723c
|
bug 583281, r=jimb: njs should get symlinked into objdir
--HG--
rename : js/src/njs => js/src/shell/njs
|
2010-07-30 15:17:14 -07:00 |
Zack Weinberg
|
0669409278
|
Bug 568863: Add a scriptable interface to operating-system performance measurement APIs (Linux only for now). r=cjones,waldo,mitch a2.0=bz
--HG--
rename : toolkit/components/ctypes/Module.cpp => toolkit/components/ctypes/ctypes.cpp
rename : toolkit/components/ctypes/Module.h => toolkit/components/ctypes/ctypes.h
|
2010-07-30 12:17:56 -07:00 |
Chris Leary
|
9fffc42540
|
Rename displaySave member of the stack frame to padding. (r=luke)
|
2010-07-30 11:57:03 -07:00 |
Jason Orendorff
|
637ea525c6
|
Delete obsolete comment. no_r=me.
--HG--
extra : rebase_source : 8b9b7408c0efd682a5f11f827fca2d2304e0a4a3
|
2010-07-30 10:21:11 -05:00 |
Ginn Chen
|
e3e7455490
|
Bug 568782 add #ifdef SOLARIS for mmap/munmap changes r=igor
|
2010-07-30 18:51:58 +08:00 |
Luke Wagner
|
832e801c21
|
Bug 581875 - use js::HashSet in JSAtomState (r=igor)
|
2010-07-28 09:54:14 -07:00 |
Robert Sayre
|
ca8bd3912e
|
Merge backout.
|
2010-07-29 18:15:03 -07:00 |
Robert Sayre
|
171b8bfd3f
|
Backed out changeset d8bbb2ef3038. (Igor Bukanov – bug 579957 - parent as a field in JSObject. r=lw)
|
2010-07-29 18:11:41 -07:00 |
Igor Bukanov
|
e69273441e
|
bug 579957 - parent as a field in JSObject. r=lw
|
2010-07-29 19:11:27 +02:00 |
Jason Orendorff
|
7d24a3b933
|
Fix MSVC warnings about class JSFunction. no_r=me.
|
2010-07-29 08:08:23 -05:00 |
Jason Orendorff
|
0f3807e69b
|
Remove extra backslashes. no_r=me.
|
2010-07-29 08:06:32 -05:00 |
Igor Bukanov
|
c541e3314e
|
bug 574313 - checking that autoroots are conservatively scanned and aborting if not. The check is enabled in optimized build for better test coverage. r=anygregor
|
2010-07-26 10:24:27 +02:00 |