Commit Graph

204966 Commits

Author SHA1 Message Date
Jim Blandy
3be436a914 Bug 469237: Assert that we never add properties to lexical blocks. r=igor 2009-04-09 13:07:27 -07:00
Benjamin Smedberg
882ae00fd6 Back out everything from bug 326628 because it's too red to fix on the fly. CLOSED TREE 2009-04-09 16:01:02 -04:00
Benjamin Smedberg
1c2d5702a9 Merge bustage fix of bug 326628 (nsDOMClassInfoID) with tip 2009-04-09 15:34:04 -04:00
Benjamin Smedberg
35e3e0f51d Update nsDOMClassInfoID to match the classinfo change from bug 326628 2009-04-09 15:33:09 -04:00
Boris Zbarsky
23fd23c1e4 Merge backout of rev 50940a1eb1e9 2009-04-09 14:48:04 -04:00
Boris Zbarsky
1557bd18f7 Backed out changeset 50940a1eb1e9 (bug 473732) because it causes Linux unit
test orange.
2009-04-09 14:47:49 -04:00
David Bolter
17ce008f51 Bug 473732 - Provide actions to set ARIA sort and expanded, r=surkov, r=MarcoZ 2009-04-09 18:16:10 +02:00
David Bolter
5ced6a8879 Bug 484437 - Remove aria-droppable, r=surkov, r=MarcoZ 2009-04-09 17:36:25 +02:00
Honza Bambas
b8c77c9fa2 Bug 487632 - test_unsecureIframeMetaRedirect.html intermittently fails, disabling the test temporarily 2009-04-09 18:11:31 +02:00
Boris Zbarsky
7c8b25788e Merging backout of rev 716fc2e4f7d3 2009-04-09 12:03:25 -04:00
Boris Zbarsky
7a752eba19 Backed out changeset 716fc2e4f7d3 (bug 486821) on suspicion of causing intermittent leak orange. 2009-04-09 12:02:55 -04:00
Boris Zbarsky
d54e8ca520 Merging backout of rev b1237eca3670 2009-04-09 12:01:43 -04:00
Boris Zbarsky
ae41479a15 Backed out changeset b1237eca3670 (bug 481598) on suspicion of causing intermittent leak orange. 2009-04-09 12:01:21 -04:00
Boris Zbarsky
a44f3edb87 Merging backout of rev 17abd3beeabf 2009-04-09 12:00:37 -04:00
Boris Zbarsky
171b161bc1 Backed out changeset 17abd3beeabf (bug 419612) on suspicion of causing intermittent leak orange. 2009-04-09 12:00:20 -04:00
Boris Zbarsky
4b6797b952 Merging backout of rev 3c687f3d4ff4 2009-04-09 11:59:02 -04:00
Boris Zbarsky
8dda2f0044 Backed out changeset 3c687f3d4ff4 (bug 482971) on suspicion of causing intermittent leak orange. 2009-04-09 11:58:40 -04:00
Boris Zbarsky
851bbc2f3a Merging backout of rev 0233d2bb8a07 2009-04-09 11:57:13 -04:00
Boris Zbarsky
ea7f1dc003 Backed out changeset 0233d2bb8a07 (bug 485563) on suspicion of causing intermittent leak orange. 2009-04-09 11:56:47 -04:00
Boris Zbarsky
ea173c91e5 Merge backout of rev 86c8e18f20eb 2009-04-09 11:55:47 -04:00
Boris Zbarsky
b13f991939 Backed out changeset 86c8e18f20eb (bug 486933) due to landing on orange tree. 2009-04-09 11:54:43 -04:00
Boris Zbarsky
f5bdebcb69 Backed out changeset 510bd328a29d (bug 483552) due to landing on orange tree. 2009-04-09 11:52:45 -04:00
Dão Gottwald
92032d0a60 Bug 483552 - ensureElementIsVisible on scrollBoxObject doesn't take border into account. r=enn 2009-04-09 14:40:59 +02:00
Robert Longson
57f1153139 Bug 486933 - image-rendering does not work on body or root CSS background images. r+sr=roc 2009-04-09 13:17:50 +01:00
Simon Bünzli
86488d22e5 Bug 485563 - eval doesn't handle \u2028 (LINE SEPARATOR) and \u2029 the same as JSON.parse. r=dietrich 2009-04-09 08:48:46 +02:00
Alfred Kayser
26e3e8ca65 Bug 483971 - nsCSSScanner: cleanup of EatWhiteSpace and removal of EatNewline. r+sr=dbaron 2009-04-09 08:46:26 +02:00
Nochum Sossonko
d2d98578ba Test for bug 419612 - pref to not update site-specific zoom for existing background tabs. r=gavin 2009-04-09 08:45:07 +02:00
Mike Connor
c939def125 Bug 481598 - Starting Private browsing from window-less state shows last closed tab from PB mode in list of recently closed tabs after stop. r=gavin 2009-04-09 08:43:27 +02:00
Dão Gottwald
3fc98122e0 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
07d0daac9e Merge tracemonkey to mozilla-central. 2009-04-08 23:55:18 -04:00
Brendan Eich
199366349e Bug 487209 - erroneous redeclaration of let ... with try {...} catch(e) {var e...} (r=mrbkap). 2009-04-08 18:42:20 -07:00
Brendan Eich
3892de08f3 Bug 487538 - bug 487271 left three tests broken in its wake (r=mrbkap). 2009-04-08 18:27:44 -07:00
Jeff Walden
113fa10814 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
2fdde783c2 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
437c4c67f4 Remove nsCSSOMFactory/nsICSSOMFactory. (Bug 376111) r+sr=bzbarsky 2009-04-08 13:52:37 -07:00
L. David Baron
0000423887 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
9acfc6bd28 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
5e964b0336 Switch away from nsBlockReflowState::mAvailSpaceRect in nsBlockFrame::PropagateFloatDamage. (Bug 25888) r+sr=roc 2009-04-08 13:52:37 -07:00
L. David Baron
f1e122cbd0 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
8477c70501 Switch away from nsBlockReflowState::mAvailSpaceRect for inline reflow. (Bug 25888) r+sr=roc 2009-04-08 13:52:37 -07:00
L. David Baron
53fb256319 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
a44af1082d 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
20dc1bbfd1 Switch away from nsBlockReflowState::mAvailSpaceRect in nsBlockReflowState::AddFloat. (Bug 25888) r+sr=roc 2009-04-08 13:52:36 -07:00
L. David Baron
ad59611052 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
914089143b b=483412; don't overaggressively invalidate on canvas drawWindow; r=roc 2009-04-08 13:27:20 -07:00
Brendan Eich
6eb1474e60 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
58d8e271e5 Merge backout of rev 0ea22856b5d9 (bug 484448). 2009-04-08 15:57:41 -04:00
Boris Zbarsky
330653be70 Backed out changeset 0ea22856b5d9 (bug 484448). 2009-04-08 15:56:43 -04:00
Jeremy D. Lea
9730c943dc Bug 419125 - Remove assert to fix bustage; 2009-04-08 12:48:34 -07:00
Boris Zbarsky
0b5e6a2535 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
2009-04-08 12:56:16 -04:00