L. David Baron
|
e163f9af14
|
Fix the pass() function to use the standard syntax too. (Bug 477512) r=jwalden
|
2009-02-10 16:56:32 -08:00 |
|
Jesse Ruderman
|
c9eb6349ac
|
Add some crashtests
|
2009-02-10 16:36:04 -08:00 |
|
Blake Kaplan
|
099408ea29
|
Bug 477918 - Don't cast the narrower type to a wider type and write to it. r+sr=jst
|
2009-02-10 16:19:12 -08:00 |
|
Brad Lassey
|
bb73fc3637
|
bug 473443 - drawImage of canvas onto self is incorrect r=jrmuizel,vlad
|
2009-02-10 18:44:40 -05:00 |
|
Vladimir Vukicevic
|
87ea64415b
|
b=477727; bandaid wince firefox restart crash; r=stuart
|
2009-02-10 15:10:08 -08:00 |
|
Vladimir Vukicevic
|
5e4535227f
|
b=477727; fix up Windows CE xptcall; r=stuart
|
2009-02-10 15:10:08 -08:00 |
|
Vladimir Vukicevic
|
b28374e66f
|
b=477727; add missing braces around WinCE bits in LocalFileWin; r+sr=stuart
|
2009-02-10 15:10:08 -08:00 |
|
Vladimir Vukicevic
|
10b1b3230a
|
b=477727; fix unaligned access in URL classifier; r=dcamp,sr=stuart
|
2009-02-10 15:10:08 -08:00 |
|
Vladimir Vukicevic
|
b0faff7bbc
|
b=477727; WinCE doesn't have DELETE_ON_CLOSE; r=dougt
|
2009-02-10 15:10:08 -08:00 |
|
Vladimir Vukicevic
|
ecf8d0a67a
|
b=477735; fix XPCOMUtils.generateQI to handle null/undef members in array; r=sayrer
|
2009-02-10 15:10:07 -08:00 |
|
Vladimir Vukicevic
|
248b4fb004
|
b=477727; remove calls to GetViewportOrgEx; r=stuart
|
2009-02-10 15:10:07 -08:00 |
|
Vladimir Vukicevic
|
d8b5259f62
|
b=477727; remove CoCreateGuid usage on WinCE; r+sr=stuart
|
2009-02-10 15:10:07 -08:00 |
|
Vladimir Vukicevic
|
6fd22354d0
|
b=477727; rework mozce_shunt's env var handling; r=crowder
|
2009-02-10 15:10:07 -08:00 |
|
Taras Glek
|
44022ace1a
|
bug 476897 - add pref to disable caret browsing/f7 - r=gavin
|
2009-02-10 15:10:07 -08:00 |
|
Taras Glek
|
ed53b751bc
|
Bug 477708 - expose nsIRegion::getrects() to scripts r=stuart
|
2009-02-10 15:10:07 -08:00 |
|
Andreas Gal
|
f94a259662
|
Merge.
|
2009-02-10 14:07:31 -08:00 |
|
Andreas Gal
|
93eb39269d
|
Substitute operation counting with a watchdog thread (477187, 3nd attempt, r=brendan/mrbkap/jst, sr=brendan/jst).
|
2009-02-10 14:07:01 -08:00 |
|
L. David Baron
|
018be96174
|
TestHarness.h should give errors with TEST-UNEXPECTED-FAIL. (Bug 477512) r=jwalden
|
2009-02-10 14:05:28 -08:00 |
|
L. David Baron
|
e6253b557d
|
Fix remaining occurrences of 'ERROR FAIL' in the tree (other than those fixed in bug 468913). (Bug 477869) r=ted
|
2009-02-10 14:05:27 -08:00 |
|
L. David Baron
|
b33d36d7b7
|
Fix the ignoring of load events for previous documents check so that it also works for (most) cases of the assertion check. (Bug 477409) r=jruderman
|
2009-02-10 14:05:27 -08:00 |
|
L. David Baron
|
be84876a13
|
Remove the aBits parameter from ReLayoutChildren, given that what it does blows away the distinction between NS_FRAME_IS_DIRTY and NS_FRAME_HAS_DIRTY_CHILDREN. (Bug 477294) r+sr=bzbarsky
|
2009-02-10 14:05:27 -08:00 |
|
Robert Sayre
|
7ea1577349
|
Merge.
|
2009-02-10 16:04:02 -05:00 |
|
Robert Sayre
|
7401f9c47c
|
Merge tm to m-c
|
2009-02-10 16:03:33 -05:00 |
|
Jim Chen
|
6513b5e77c
|
Bug 88831 Support new IME API "Text Services Framework" from Office XP and Windows XP (relanding)
--HG--
rename : content/events/src/nsQueryContentEventHandler.cpp => content/events/src/nsContentEventHandler.cpp
rename : content/events/src/nsQueryContentEventHandler.h => content/events/src/nsContentEventHandler.h
|
2009-02-11 05:56:51 +09:00 |
|
Daniel Holbert
|
59d61972ae
|
Bug 461047 follow-up patch - Fix a number of small issues from the nsStringArray to nsTArray<nsString> switchover, mostly related to signed vs unsigned array sizes. r+sr=roc
|
2009-02-10 12:39:43 -08:00 |
|
Blake Kaplan
|
d9f6caa753
|
Bug 477128 - Don't throw if XPCNativeWrapper is called as a function but passed a primitive value to allow for safe primitive testing. r+sr=jst
|
2009-02-10 12:06:56 -08:00 |
|
Mats Palmgren
|
3aa5a63403
|
Crash test for bug 421671 and bug 444027.
|
2009-02-10 20:24:07 +01:00 |
|
Jason Orendorff
|
0fcee1ed9f
|
Bug 477713 - Allow LIR_ret at end of trace. r=edwsmith.
|
2009-02-10 13:23:27 -06:00 |
|
Boris Zbarsky
|
eebf50ce30
|
No longer need these gcparam calls to improve performance. In fact, even on hardware with a lot of RAM we're faster running the mandelbrot tests without these calls.
|
2009-02-10 13:22:21 -05:00 |
|
Masayuki Nakano
|
def135f71a
|
Backing out the patch of bug 442774. This might cause a timeout failure on test_keycodes.xul
|
2009-02-11 03:19:15 +09:00 |
|
Graydon Hoare
|
5a88071db0
|
Bug 477425 - Fix pathological doubling in Fragmento uncovered by new pressure on lirbuf, r=jorendorff.
|
2009-02-10 10:08:58 -08:00 |
|
Masayuki Nakano
|
4755de05c7
|
Backing out the TSF patch of bug 88831. This might cause a timeout failure on test_keycodes.xul
--HG--
rename : content/events/src/nsContentEventHandler.cpp => content/events/src/nsQueryContentEventHandler.cpp
rename : content/events/src/nsContentEventHandler.h => content/events/src/nsQueryContentEventHandler.h
|
2009-02-11 03:02:05 +09:00 |
|
Oleg Romashin
|
8d5ffda846
|
Bug 477586 - We should be able to disable NativeColors using in xpwidgets.
|
2009-02-10 14:25:00 -05:00 |
|
Andreas Gal
|
474d0d308f
|
Backout bug 477187.
|
2009-02-10 09:54:14 -08:00 |
|
Wan-Teh Chang
|
5f2e0cfef4
|
Bug 466745: Upgraded NSS to NSS_3_12_3_BETA3.
|
2009-02-10 09:18:32 -08:00 |
|
Boris Zbarsky
|
304fd45c3f
|
Bug 477333. Make sure to skip over editor's bogus anon content when dealing with first-letter too. r+sr=dbaron
|
2009-02-10 12:08:12 -05:00 |
|
Andreas Gal
|
f796bcd60a
|
Substitute operation counting with a watchdog thread (477187, 2nd attempt, r=brendan/mrbkap/jst, sr=brendan/jst).
|
2009-02-10 03:45:36 -08:00 |
|
Andreas Gal
|
7ea402f38c
|
Merge.
|
2009-02-09 22:54:41 -08:00 |
|
Andreas Gal
|
2a20c2a6de
|
Backing out bug 477187. Breaks xpcshell.
|
2009-02-09 22:54:05 -08:00 |
|
Graydon Hoare
|
ed7d2bc1e7
|
Bug 466747 - Flush script-associated fragments more correctly by unlinking from hash chain, r=jorendorff.
|
2009-02-09 20:54:08 -08:00 |
|
Andreas Gal
|
2e46d80547
|
Merge.
|
2009-02-09 18:21:15 -08:00 |
|
Andreas Gal
|
cbfbbd3cac
|
Substitute operation counting with a watchdog thread (477187, r=brendan/mrbkap/jst, sr=brendan/jst).
|
2009-02-09 18:20:50 -08:00 |
|
Graydon Hoare
|
8c3802fc54
|
Bug 466747 - Flush fragments for a JSScript when it is destroyed, r=gal.
|
2009-02-09 16:58:39 -08:00 |
|
Graydon Hoare
|
d459aeaced
|
Bug 477425 - Allocate TreeInfo and UnstableExit in LirBuffer, r=gal.
|
2009-02-09 16:49:25 -08:00 |
|
Jason Orendorff
|
fe52baef8e
|
Bug 477581 - "Assertion failure: !JSVAL_IS_PRIMITIVE(regs.sp[-2]), at ../jsinterp.cpp:3237" with generator on trace. r=brendan.
|
2009-02-09 14:23:24 -06:00 |
|
Ben Turner
|
ddcf726aa4
|
Bug 477319 - "Some objects left locked in tracer code". r=brendan, a=blocking1.9.1+.
|
2009-02-08 16:36:55 -08:00 |
|
Jeff Walden
|
19207254e5
|
Remove some trailing whitespace to maybe kick build machines out of an orange
|
2009-02-08 03:30:29 -08:00 |
|
Jeff Walden
|
31fdce5e81
|
Bug 467747 - JS version/option unsyncing results in JS modules not being loaded with the very latest JS version, resulting in syntax errors when loading modules that use new JS syntax. r=brendan
|
2009-02-07 23:23:01 -08:00 |
|
Blake Kaplan
|
843dd4928c
|
Bug 469405 - Handle an __iterator__ implementation returning a primitive value on trace. r=brendan
|
2009-02-07 11:28:23 -08:00 |
|
Igor Bukanov
|
277f1a0d54
|
bug 477021 - make sure that js_(New|Destroy)Context() do not race against the GC. r=brendan
|
2009-02-07 12:39:57 +01:00 |
|