Johnny Stenback
|
20c8cb9449
|
Fixing bug 501725. Use nsDependentSubstring() on strings that are not null terminated. r+sr=mrbkap@gmail.com
--HG--
extra : rebase_source : 7f657cd0465c3a568f6cfc534d6fbd4876e0776d
|
2009-07-06 14:00:23 -07:00 |
|
Johnny Stenback
|
9a76468500
|
Fixing bug 502137. Removing dead code relating to plugin scripting, and updating some comments. r+sr=mrbkap@gmail.com
--HG--
extra : rebase_source : 2101080c410c9656cdbfc4503479470545c9f351
|
2009-07-06 13:56:18 -07:00 |
|
Steven Michaud
|
5c250b1c5b
|
Stop nsMenuItemIconX object from possibly outliving its nsMenuObjectX owner. b=499600 r=josh
|
2009-07-06 15:59:46 -05:00 |
|
David Mandelin
|
938af66eb9
|
Bug 502058: blacklist regexps for native compilation more efficiently and reliably, r=gal
|
2009-07-06 13:21:32 -07:00 |
|
Doug Turner
|
984a6df7a5
|
Bug 136936 - TestInterfaceInfo is out of date - nsIServiceManager; r=benjamin
|
2009-07-06 22:09:39 +02:00 |
|
Luke Wagner
|
f14098bddb
|
Bug 501834 - Regression on js1_5/Regress/regress-312588.js crash [@ JS_HashTableRawLookup]. r=jwalden
|
2009-07-06 13:02:43 -07:00 |
|
Serge Gautherie
|
5ea9f32798
|
Bug 430112 - <nsAutoLock.cpp>: 2 "warning: unused variable status"; (Bv1) Split the init to 2 instructions; r=benjamin
|
2009-07-06 22:01:37 +02:00 |
|
Mark Finkle
|
98c2bbbe5c
|
Bug 499852: up network thread priority on Windows CE, r=vlad, sr=biesi
|
2009-07-06 15:20:10 -04:00 |
|
Robert Sayre
|
7da710114d
|
Merge mozilla-central to tracemonkey.
|
2009-07-06 12:20:54 -04:00 |
|
Robert Kaiser
|
47ec939c62
|
bug 498500 - Mac DMG unpackaging is unreliable, r=ted
|
2009-07-06 18:13:57 +02:00 |
|
Peter Van der Beken
|
2092ff2028
|
Fix for bug 502617 (Crash when logging in to Facebook [@ JS_GetClass]). r/sr=smaug.
|
2009-07-06 18:03:42 +02:00 |
|
Mark Finkle
|
523fca9cea
|
Bug 500208: select element should update label when script changes selection, r=bzbarsky
|
2009-07-06 09:39:54 -04:00 |
|
Henri Sivonen
|
379dedb7f6
|
Bug 502103 - Crash [@ NS_NewEditorKeyListener] with <isindex action="">. r+sr=mrbkap
|
2009-07-06 15:11:14 +03:00 |
|
Dave Townsend
|
f37dd315fe
|
Bug 481406: Stop using dump in browser chrome tests. r=mak77
|
2009-07-06 10:27:26 +01:00 |
|
Josh Aas
|
525b725f6e
|
Plugin host cleanup. b=501996 r/sr=jst
|
2009-07-06 02:10:10 -04:00 |
|
Doug Turner
|
a423b771c1
|
Backing about 484488.
|
2009-07-05 22:24:56 -07:00 |
|
Andreas Gal
|
58be2470a2
|
Build fix for 502145 with JS_TRACER disabled (no bug).
|
2009-07-06 07:01:21 +02:00 |
|
Andreas Gal
|
539e90642d
|
Shortcut lookup flag calculation when on trace (bug 502145, r=igor).
|
2009-07-06 06:42:13 +02:00 |
|
Nick Thomas
|
d75a99fab8
|
Bug 501457, OSX type/creator ID is incorrect because echo -n is not portable, r=ted.mielczarek
|
2009-07-06 15:58:33 +12:00 |
|
Peter Van der Beken
|
7461727b5f
|
Try to fix orange.
|
2009-07-05 20:03:52 +02:00 |
|
Andreas Gal
|
62b184e1f8
|
Add an argument to bench.sh that selects which shell to test (no bug).
|
2009-07-03 22:26:27 -07:00 |
|
Andreas Gal
|
38d8fac6c7
|
Fix warnings in jsxdrapi.cpp (502296, r=jwalden).
|
2009-07-03 17:37:41 -07:00 |
|
Andreas Gal
|
fae6c2c16d
|
Consistently use signed ints for pcdepth (502241, r=brendan).
|
2009-07-03 17:03:24 -07:00 |
|
Andreas Gal
|
38bec06e4c
|
Cleanup alignment cast for jump tables (502242, r=jwalden).
|
2009-07-03 16:55:22 -07:00 |
|
Nicholas Nethercote
|
62f7c87f98
|
Bug 493125 - remove LIR_cs. r=edwsmith.
|
2009-07-02 12:21:28 +10:00 |
|
Luke Wagner
|
3c25c163ba
|
Bug 200505 - Better fix for C/C++ syntax problems with declaring the JSTempVector template. r=jwalden
|
2009-07-01 16:15:01 -07:00 |
|
Blake Kaplan
|
55f8232fd9
|
Bug 501270 - Make pseudo-frames have call objects if they're around a heaveyweight function to preserve engine invariants. r=brendan
|
2009-07-01 11:40:36 -07:00 |
|
Nicholas Nethercote
|
2126305b08
|
Bug 492866: implement variable-width LIR. r=graydon.
|
2009-07-01 14:18:55 +10:00 |
|
Nicholas Nethercote
|
4cda697bb6
|
Backed out changeset ae16e5919d19 (tree was closed for talos maintenance).
|
2009-07-01 11:33:54 +10:00 |
|
Nicholas Nethercote
|
5ac80508a7
|
Make LIR variable-width (bug 492866, r=graydon).
|
2009-07-01 11:13:22 +10:00 |
|
Luke Wagner
|
0dbb7fe5e9
|
Bug 200505 - Optimization of jsref array_join_sub() function. r=waldo
|
2009-06-30 20:19:42 -04:00 |
|
Robert Sayre
|
0f140077a3
|
Backout jsvector patch. Doesn't build the full browser.
|
2009-06-30 12:14:47 -07:00 |
|
Robert Sayre
|
ac161b29f7
|
Backed out changeset b2256abf53c0
|
2009-06-30 12:14:09 -07:00 |
|
Robert Sayre
|
7766dc693b
|
Backed out changeset 31f30d06b803
|
2009-06-30 12:13:22 -07:00 |
|
Luke Wagner
|
c1fdd4c7d8
|
Bug 200505 - Optimization of jsref array_join_sub() function. r=waldo
|
2009-06-30 11:45:20 -07:00 |
|
Luke Wagner
|
f4262ecf76
|
Bug 200505 - Optimization of jsref array_join_sub() function. r=waldo
|
2009-06-30 11:29:43 -07:00 |
|
Nicholas Nethercote
|
0387130125
|
Remove dead setCallTable() declaration (bug 488515, r=gal).
|
2009-06-30 14:55:44 +10:00 |
|
David Mandelin
|
99949e5c2a
|
Bug 500621: make regexp lirbuf setup work the same as tracing lirbuf to avoid mem leak, r=dvander
|
2009-06-29 17:04:35 -07:00 |
|
Mike Hommey
|
6c72c60910
|
Bug 501241 - xpcshell fails to build when setting EDITLINE. r=mrbkap
--HG--
extra : rebase_source : c41df07d7ccaf98a15335493aa9227788da323ee
|
2009-06-29 16:10:54 -07:00 |
|
Andreas Gal
|
d12732ccbe
|
js_GetMethod shouldn't detect (501229, r=jorendorff).
|
2009-06-29 15:19:37 -07:00 |
|
David Mandelin
|
9e8e0f155f
|
Bug 496448: check in python scripts for TraceVis, r=brendan
|
2009-06-29 14:56:57 -07:00 |
|
Andreas Gal
|
f88980cdf4
|
clearResv() is i->resv()->clear() now (501072, r=graydon).
|
2009-06-29 13:23:06 -07:00 |
|
Paritosh Aggarwal
|
2f3f19f2d3
|
Bug 499365 - lirasm - Provide for execution of multiple fragments in a single file. r=jorendorff.
|
2009-06-29 13:26:43 -05:00 |
|
Andreas Gal
|
3dda00e0ed
|
Missing strtointeger path in js_StringToInt32 (501124, r=brendan).
|
2009-06-29 10:55:43 -07:00 |
|
Robert Sayre
|
0ea9ef5bdf
|
Merge.
|
2009-06-27 11:21:54 -07:00 |
|
Robert Sayre
|
f28cd0f53f
|
Merge mozilla-central to tracemonkey
|
2009-06-27 11:19:19 -07:00 |
|
Jonathan Griffin
|
57cfb0b344
|
Bug 400925 - Reftests for live changes to gradients and patterns. r=roc
|
2009-06-27 16:43:34 +02:00 |
|
Michael Ventnor
|
f97c1cf5ba
|
Bug 500897 - Window resizer is not drawn correctly on some themes. r+sr=roc
|
2009-06-27 16:40:12 +02:00 |
|
Andreas Gal
|
c7c6875d53
|
Deep abort is not detected in JSOP_IN (500108, r=dvander).
|
2009-06-26 16:29:38 -07:00 |
|
Graydon Hoare
|
d6e8ddb960
|
Bug 473989 - Adjust trace-test.js part of 'make check' in js/src to handle win32 properly, r=bsmedberg.
|
2009-06-26 12:37:58 -07:00 |
|