Boris Zbarsky
|
89f22bb63c
|
Backed out changeset 716fc2e4f7d3 (bug 486821) on suspicion of causing intermittent leak orange.
|
2009-04-09 12:02:55 -04:00 |
|
Dão Gottwald
|
423e6207f9
|
Bug 486821 - Misplaced white line under last visible entry of location bar autocomplete. r=enn
|
2009-04-09 08:42:01 +02:00 |
|
Robert Sayre
|
e45bf4929a
|
Merge tracemonkey to mozilla-central.
|
2009-04-08 23:55:18 -04:00 |
|
Brendan Eich
|
b9323a1394
|
Bug 487209 - erroneous redeclaration of let ... with try {...} catch(e) {var e...} (r=mrbkap).
|
2009-04-08 18:42:20 -07:00 |
|
Brendan Eich
|
0b6ed95284
|
Bug 487538 - bug 487271 left three tests broken in its wake (r=mrbkap).
|
2009-04-08 18:27:44 -07:00 |
|
Jeff Walden
|
0582793992
|
Bug 487534 - TM: "Assertion failure: JSVAL_IS_NULL(v)" with function/regexp used as index. The other half of bug 484120, poorly reviewed by me -- no soup for me! r=graydon
|
2009-04-08 17:45:17 -07:00 |
|
Matthew Hayward
|
317c5ccf32
|
Bug 461902 - Remove obsoleted 'CompletionNotifier::cancel()'
Removes some code that is no longer needed (or executed).
r=sdwilsh
|
2009-04-08 17:30:26 -04:00 |
|
L. David Baron
|
d72622c8a1
|
Remove nsCSSOMFactory/nsICSSOMFactory. (Bug 376111) r+sr=bzbarsky
|
2009-04-08 13:52:37 -07:00 |
|
L. David Baron
|
e4a4e2453e
|
Use a struct containing a rectangle and a boolean for float available space rather than passing them around separately. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:37 -07:00 |
|
L. David Baron
|
f63606188b
|
Complete switch away from nsBlockReflowState::mAvailSpaceRect by removing the old members. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:37 -07:00 |
|
L. David Baron
|
8db07256cc
|
Switch away from nsBlockReflowState::mAvailSpaceRect in nsBlockFrame::PropagateFloatDamage. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:37 -07:00 |
|
L. David Baron
|
b901f2cb67
|
Switch away from nsBlockReflowState::mAvailSpaceRect for reflow of child blocks. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:37 -07:00 |
|
L. David Baron
|
c82f0b7e2f
|
Switch away from nsBlockReflowState::mAvailSpaceRect for inline reflow. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:37 -07:00 |
|
L. David Baron
|
9bba032aed
|
Switch away from nsBlockReflowState::mAvailSpaceRect for reflow of child floats. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:36 -07:00 |
|
L. David Baron
|
5e6c45ce6a
|
Switch away from nsBlockReflowState::mAvailSpaceRect in bullet reflow, and simultaneously refix bug 427370 in a way that also fixes bug 428810. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:36 -07:00 |
|
L. David Baron
|
095105cad5
|
Switch away from nsBlockReflowState::mAvailSpaceRect in nsBlockReflowState::AddFloat. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:36 -07:00 |
|
L. David Baron
|
84174c3b60
|
Begin removing mAvailSpaceRect and mBandHasFloats from nsBlockReflowState by converting the current state-mutation GetAvailableSpace to a getter GetFloatAvailableSpace to replace it, and reimplementing the state mutation in terms of the getter. (Bug 25888) r+sr=roc
|
2009-04-08 13:52:36 -07:00 |
|
Vladimir Vukicevic
|
008463d971
|
b=483412; don't overaggressively invalidate on canvas drawWindow; r=roc
|
2009-04-08 13:27:20 -07:00 |
|
Brendan Eich
|
3f4a58e4f0
|
Bug 487271 - Crash [@ js_Invoke ], and missing google-maps background, at padmapper.com (r=mrbkap).
|
2009-04-08 13:14:02 -07:00 |
|
Boris Zbarsky
|
bbe7010825
|
Merge backout of rev 0ea22856b5d9 (bug 484448).
|
2009-04-08 15:57:41 -04:00 |
|
Boris Zbarsky
|
25164496ef
|
Backed out changeset 0ea22856b5d9 (bug 484448).
|
2009-04-08 15:56:43 -04:00 |
|
Jeremy D. Lea
|
3783553d06
|
Bug 419125 - Remove assert to fix bustage;
|
2009-04-08 12:48:34 -07:00 |
|
Boris Zbarsky
|
f70fe28e08
|
Bug 484448. Fix handling of whitespace kids of table-related frames. r=bernd, sr=roc
--HG--
rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
rename : layout/reftests/table-anonymous-boxes/white-space-1-ref.html => layout/reftests/table-anonymous-boxes/white-space-ref.html
|
2009-04-08 12:56:16 -04:00 |
|
Shawn Wilsher
|
f4ebe145db
|
Bug 487145 - Update language helpers to follow style guidelines
Consistent spacing, consistent naming, and namespaces - OH MY!
r=asuth
|
2009-04-08 12:24:25 -04:00 |
|
Shawn Wilsher
|
b8e49cdb07
|
Bug 487230 - Remove dead code in mozStorageValueArray.*
Removes code that appears to have never been used...
r=asuth
|
2009-04-08 12:24:22 -04:00 |
|
Frederic Plourde
|
7a301d5617
|
Bug 469873 - Fennec building does not link XPT files in a single bundle : no call to xptlink.pl r+ted
|
2009-04-08 10:40:12 -04:00 |
|
Jeremy D. Lea
|
c44e58f04a
|
Bug 419125 - Part 3 - Merge nsRenderingContextImpl into nsThebesRenderingContext; r+sr=vlad
|
2009-04-08 11:40:32 -07:00 |
|
Jeremy D. Lea
|
c7914df439
|
Bug 419125 - Part 2 - Merge DeviceContextImpl into nsThebesDeviceContext; r+sr=vlad
|
2009-04-08 11:40:24 -07:00 |
|
Jeremy D. Lea
|
3a44262f63
|
Bug 419125 - Part 1 - Minour cleanups of nsThebesDeviceContext; r+sr=vlad
|
2009-04-08 11:40:12 -07:00 |
|
Jeremy D. Lea
|
69123ff5af
|
Bug 431634 - Part 2 - remove unused methods from nsIWidget; r+sr=roc
|
2009-04-08 11:39:58 -07:00 |
|
Boris Zbarsky
|
56a3756669
|
Bug 472020. Blindly appending to our insertion point really is the wrong thing to do. This doesn't get us to correct behavior, but it gets us closer. r+sr=sicking.
|
2009-04-08 14:37:15 -04:00 |
|
Boris Zbarsky
|
06e6d37df7
|
Adding test for bug 363326
|
2009-04-08 13:27:53 -04:00 |
|
Fred Jendrzejewski
|
63abee270a
|
Fix for bug 457104 (nsTextServicesDocument::FirstSelectedBlock dead?). r/sr=peterv.
--HG--
extra : rebase_source : 73e620aade6618aa90cebe0784754a68d5479a6d
|
2009-04-08 14:59:06 +02:00 |
|
Jonathan Watt
|
2bef32708b
|
Bug 487404. The 'marker' attribute does not work. r=longsonr
|
2009-04-08 18:03:51 +02:00 |
|
Johnathan Nightingale
|
09d2e2f203
|
Bug 486826 - Firefox is overriding netErrorApp.dtd even though we actually override all of netError.dtd's strings. r=gavin
|
2009-04-08 12:01:03 -04:00 |
|
Brendan Eich
|
240c326a21
|
Bug 487320 - named function objects can escape without detection by the upvar analysis (r=mrbkap).
|
2009-04-07 17:10:33 -07:00 |
|
David Mandelin
|
ab16a824b1
|
Bug 487173: Making undefined use stub getter/setter so use of global undefined can be traced, r=mrbkap
|
2009-04-07 17:01:20 -07:00 |
|
Robert Sayre
|
51f43ccd72
|
Merge mozilla-central to tracemonkey.
|
2009-04-07 19:04:17 -04:00 |
|
Andreas Gal
|
f7f0ad16bc
|
Bug 484693 - Cap size of global object, r=graydon.
|
2009-04-07 15:53:08 -07:00 |
|
Blake Kaplan
|
d17152f491
|
Bug 487215 - A lambda expression that uses arguments might escape, so don't clear the funarg flag. r=brendan
|
2009-04-07 15:48:16 -07:00 |
|
Jim Blandy
|
065b4086c2
|
Bug 469237: Use offsetof instead of a magic constant. r=jorendorff
|
2009-04-07 15:41:47 -07:00 |
|
Jason Orendorff
|
cbb1d7f51f
|
Merge backout.
|
2009-04-07 17:07:40 -05:00 |
|
Jason Orendorff
|
a613c0d579
|
Backout changeset 143e997c858e (bug 484693) because it caused crashes on Mac tinderboxen.
|
2009-04-07 17:07:11 -05:00 |
|
Jason Orendorff
|
d6c3321108
|
Merge.
|
2009-04-07 16:42:38 -05:00 |
|
Jason Orendorff
|
e42a325f6e
|
Bug 487216 - TM: Other builtins that call JS_malloc. r=gal.
|
2009-04-07 16:26:13 -05:00 |
|
Johnny Stenback
|
977b7eacfc
|
Fixing bug 486269. Prevent plugins from being destroyed while calling into them. r=joshmoz@gmail.com, sr=bzbarsky@mit.edu
|
2009-04-07 14:20:57 -07:00 |
|
Jason Orendorff
|
d24fe77d94
|
Backed out changeset e201de53e918 in favor of a different approach.
|
2009-04-07 16:15:34 -05:00 |
|
Graydon Hoare
|
163d74068e
|
Bug 484693 - Remove uses of alloca, r=gal.
|
2009-04-07 13:47:36 -07:00 |
|
Walter Meinl
|
854af9da72
|
Bug 487126: fix OS/2 and Qt test plugins build break, r=joshmoz
|
2009-04-07 23:41:49 +03:00 |
|
Brendan Eich
|
c1db7f391d
|
Bug 487251 - imacros.c.out generation fails: Error: .igroup/.end name mismatch (r=mrbkap).
|
2009-04-07 13:32:24 -07:00 |
|