Jeff Walden
|
e356cf1d3a
|
Bug 463243 - Assert correct type in JSVAL_TO_* (and vice versa) macros to fail fast when type errors happen. r=brendan
|
2009-02-03 13:56:25 -08:00 |
|
Blake Kaplan
|
db79b857e5
|
Bug 475396 - Disable upvar optimizations under JS_EvaluateUCInStackFrame because we can't vouch for the display being right. r=brendan
|
2009-02-03 13:20:19 -08:00 |
|
Boris Zbarsky
|
749a81258a
|
Bug 475897. Rev imgIContainer iid in CLOSED TREE
|
2009-02-03 15:45:27 -05:00 |
|
Alexander Surkov
|
7aa52eb1ce
|
Bug 475901. Rev nsIAccessibleValue iid in CLOSED TREE
|
2009-02-03 15:45:27 -05:00 |
|
Boris Zbarsky
|
9a769982bc
|
Bug 475912. Rev nsITokenDialogs iid in CLOSED TREE
|
2009-02-03 15:45:26 -05:00 |
|
Boris Zbarsky
|
e4b078cd82
|
Bug 475913. Rev nsIXULWindow iid in CLOSED TREE
|
2009-02-03 15:45:26 -05:00 |
|
Boris Zbarsky
|
55f4cd190a
|
Bug 475915. Rev nsPIWindowWatcher iid in CLOSED TREE
|
2009-02-03 15:45:26 -05:00 |
|
David Mandelin
|
e62fb21f2a
|
Fixed signed/unsigned compare warning
|
2009-02-03 10:59:24 -08:00 |
|
Jason Orendorff
|
27c16ff3b1
|
Bug 476666 - TM: Crash reading near 0 @Detecting, regression due to bug 476238. r=gal.
|
2009-02-03 12:39:46 -06:00 |
|
Jason Orendorff
|
4e3f2cfd40
|
Revert to 07be1f190a3d. Revision 5f5c1cd63641 should not have been pushed.
|
2009-02-03 12:38:44 -06:00 |
|
Jason Orendorff
|
fd4bd7a53c
|
Merge.
|
2009-02-03 12:22:55 -06:00 |
|
Jason Orendorff
|
f8ca22b197
|
Bug 476666 - TM: Crash reading near 0 @Detecting, regression due to bug 476238. r=gal.
|
2009-02-03 12:19:50 -06:00 |
|
Gordon P. Hemsley
|
5b02bee2db
|
Bug 476295. Remove unused prescontext local. r+sr=bzbarsky
|
2009-02-03 10:40:38 -05:00 |
|
Robert Kaiser
|
1ef654b1ca
|
bug 474732 - Rerunning configure causes the world to be rebuilt, r=ted
|
2009-02-03 16:29:21 +01:00 |
|
Nilay Vaish
|
4bf92afb22
|
Bug 473268 - We should use forget instead of swap in mozStorageService.cpp; r=sdwilsh
|
2009-02-03 15:42:28 +01:00 |
|
Nilay Vaish
|
1c1304980a
|
Bug 473269 - Stop using swap, and start using forget; r=sdwilsh
|
2009-02-03 15:42:26 +01:00 |
|
Craig Topper
|
6ac140717f
|
Bug 374111 - DeCOMtaminate SVG viewBox; r+sr=roc
|
2009-02-03 15:42:24 +01:00 |
|
Andrew Sutherland
|
d63e071cfb
|
Bug 463907 - mozStorageConnection::ExecuteAsync does not check that provided statements have not been finalized; r=sdwilsh
|
2009-02-03 15:42:22 +01:00 |
|
Nickolay_Ponomarev
|
1820b09634
|
Bug 472258 - Reinitializing one-shot timers by resetting delay (->SetDelay) doesn't work anymore - fix callers; r+sr=bzbarsky
|
2009-02-03 15:42:21 +01:00 |
|
Arpad Borsos
|
829f9f024a
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
|
Boris Zbarsky
|
553227508e
|
Bug 476063. Only do special fieldsetty stuff with <legend>s that are in a fieldset. r+sr=dbaron
|
2009-02-03 09:29:47 -05:00 |
|
Boris Zbarsky
|
47183857d0
|
Bug 476087. Work around editor breakage with anonymous content. r+sr=dbaron
|
2009-02-03 09:29:46 -05:00 |
|
Vladimir Vukicevic
|
ff530b54bb
|
Back out bug 466586 (eBay preview image occasionally disappears after briefly appearing), due to 476349 crashes
|
2009-02-02 21:23:09 -08:00 |
|
Vladimir Vukicevic
|
5491a16c93
|
Backing out test for bug 466586
|
2009-02-02 21:14:59 -08:00 |
|
Asaf Romano
|
fe12740187
|
Bug 471499 - Actually address beltzner's comments.
|
2009-02-04 23:42:29 +02:00 |
|
Asaf Romano
|
491ec3abe4
|
Bug 471499 - Actually address beltzner's comments.
|
2009-02-04 23:33:01 +02:00 |
|
L. David Baron
|
8eb7aff884
|
Rename aInherited/inherited to aCanStoreInRuleTree/canStoreInRuleTree. (Bug 476598) r+sr=bzbarsky
|
2009-02-04 13:24:18 -08:00 |
|
L. David Baron
|
1854f68bbb
|
Reverse the boolean meaning of inherited/aInherited. (This patch, without the next patch to rename things, makes the code make less sense.) (Bug 476598) r+sr=bzbarsky
|
2009-02-04 13:24:18 -08:00 |
|
L. David Baron
|
d36ea26331
|
Make the aInherited parameters to Compute*Data const. (Bug 476598) r+sr=bzbarsky
|
2009-02-04 13:24:18 -08:00 |
|
L. David Baron
|
815dc2c66f
|
Fix incorrect uses of aInherited rather than inherited so that we can make aInherited const. (Bug 476598) r+sr=bzbarsky
|
2009-02-04 13:24:18 -08:00 |
|
L. David Baron
|
f8ebcab1a6
|
Add test that legend is display:block by default. (Bug 476063)
|
2009-02-04 13:24:18 -08:00 |
|
L. David Baron
|
0e1e58e70d
|
Correctly handle a style change reflow on a subtree that has placeholders with out of flows outside that subtree. (Bug 363247) r+sr=bzbarsky
|
2009-02-04 13:24:18 -08:00 |
|
L. David Baron
|
c7db9ce60f
|
Keep width of avail space rect at least 0. (Bug 476372) r+sr=roc
|
2009-02-04 13:24:17 -08:00 |
|
Brendan Eich
|
2cbed5bed4
|
Give up on automation due to intermittent redness (r=jst).
|
2009-02-02 18:51:47 -08:00 |
|
Jason Orendorff
|
df4d8addef
|
Bug 462042 - TM: Allow GC with traced machine code on stack. r=brendan.
|
2009-02-02 20:49:53 -06:00 |
|
Jason Orendorff
|
f6ffd1d380
|
[mq]: bug-462027-v9
|
2009-02-02 20:42:46 -06:00 |
|
Andreas Gal
|
68e8901a4a
|
Bake the value of fp->imacpc into the trace and report it at recording time when detecting inside JSOP_GETELEM (follow-up for 476238, r=brendan,jorendorff).
|
2009-02-02 18:21:28 -08:00 |
|
Andreas Gal
|
37c6216a54
|
Merge.
|
2009-02-02 17:26:22 -08:00 |
|
Andreas Gal
|
3682914dfd
|
Leave a hint for GetProperty in the context so it can figure out the current bytecode location without de-optimizing (476238, r=jorendorff).
|
2009-02-02 17:25:59 -08:00 |
|
Brendan Eich
|
8616d3c893
|
Try hardest of all (last time) to fix redness (r=nthomas).
|
2009-02-02 16:49:28 -08:00 |
|
Brendan Eich
|
eaee2dba84
|
Try hardest to fix redness (r=me).
|
2009-02-02 15:15:07 -08:00 |
|
Brendan Eich
|
526f6564d7
|
Try harder to fix redness (r=bsmedberg).
|
2009-02-02 14:34:45 -08:00 |
|
Brendan Eich
|
95121367a0
|
Try to fix redness (r=ted).
|
2009-02-02 14:17:43 -08:00 |
|
Brendan Eich
|
c2c9e37e08
|
Bug 476181 - imacros.c.out out of date; also Makefile.in bustage/cleanup (r=ted/jorendorff).
|
2009-02-02 13:53:35 -08:00 |
|
Igor Bukanov
|
70bfc5a80d
|
bug 476049 - optimizing js_CheckRedeclaration for the common case of non-existing properties. r=brendan
|
2009-02-02 20:53:56 +01:00 |
|
Andreas Gal
|
9ae445580b
|
Merge.
|
2009-02-01 23:16:39 -08:00 |
|
Andreas Gal
|
4d4966294d
|
Assert that JSVAL_ERROR_COOKIE doesn't leak from the JIT into the interpreter (r=me, debug only).
|
2009-02-01 23:16:00 -08:00 |
|
Josh Aas
|
f1b1a53408
|
Remove unnecessary NPPVprivateModeBool enum. b=468877
|
2009-02-01 21:15:44 -05:00 |
|
Phil Ringnalda
|
3ce60add90
|
Bug 470166 - remove accidentally-imported Minotaur logs, r=ctalbert
|
2009-02-01 13:40:00 -08:00 |
|
Ehsan Akhgari
|
dbc6942b6a
|
Bug 427021 - [RTL] Wizard widget should get mirrored buttons on GTK; r=dao
|
2009-02-01 18:34:09 +03:30 |
|