Timothy Nikkel
|
2de0f3ddf5
|
Bug 396367. Make the tests reset the textzoom after changing it.
--HG--
extra : rebase_source : 5afddd159099314576ad6623d11649266a7b4e77
|
2009-12-26 21:36:12 -06:00 |
Timothy Nikkel
|
b0273ee72c
|
Bug 396367. Make sure that we have flushed content notifications anytime we process restyles that might cause frame construction. r=bzbarsky
--HG--
extra : rebase_source : c6aa412247ab70f5bf3a4688f262edcccd2d6fdd
|
2009-12-22 18:09:10 -06:00 |
Saint Wesonga
|
841fb7e959
|
Bug 537195 - nsISound.play without esound installed should throw NS_ERROR_NOT_AVAILABLE. r=roc
|
2010-01-02 13:13:27 +01:00 |
Dão Gottwald
|
e9f504ea98
|
Test for bug 537474
|
2010-01-02 11:03:06 +01:00 |
Dão Gottwald
|
977af7d55f
|
Bug 537474 - nsIBrowserDOMWindow.OPEN_CURRENTWINDOW implementation is broken. r=typo
|
2010-01-02 09:28:09 +01:00 |
Timothy Nikkel
|
ae8fd477d5
|
Bug 499841. Add crashtest.
|
2010-01-01 20:49:24 -06:00 |
Timothy Nikkel
|
ae48b825b0
|
Merge back out of changeset 63d4a49fbec1 (bug 396367)
|
2010-01-01 20:36:10 -06:00 |
Timothy Nikkel
|
6af73b42c4
|
Backed out changeset 63d4a49fbec1 (bug 396367)
|
2010-01-01 20:34:05 -06:00 |
Timothy Nikkel
|
b0ee09c3aa
|
Backed out changeset 640bf652618a (bug 396367)
|
2010-01-01 20:33:27 -06:00 |
Timothy Nikkel
|
1d7dc5e046
|
Bug 396367. Make the tests reset the textzoom after changing it.
--HG--
extra : rebase_source : 632a44629f3fac9c77f6b142baeefa83e792afd9
|
2009-12-26 21:36:12 -06:00 |
Timothy Nikkel
|
f572a78fed
|
Bug 396367. Make sure that we have flushed content notifications anytime we process restyles that might cause frame construction. r=bzbarsky
--HG--
extra : rebase_source : 67d99a197a4974684f57f23873033b85c276ef86
|
2009-12-22 18:09:10 -06:00 |
Timothy Nikkel
|
a08e45d0de
|
Bug 396367. Fix up some tests to be more robust. r=enndeakin
--HG--
extra : rebase_source : c3aafd472aebcacfce7f778d61f5a088dd0493c4
|
2009-12-22 17:53:07 -06:00 |
Timothy Nikkel
|
bef46bcb1d
|
Bug 488771. Stop nsIRollUpListener from inheriting from nsISupports. r=roc
--HG--
extra : rebase_source : 0af5c537b7be03c1407f4b658ba7802081ad3f01
|
2009-12-22 17:49:33 -06:00 |
Timothy Nikkel
|
f478e72b06
|
Bug 484400. When removing a positioned element use the placeholder frame to get the relevant containing block for first-letter processing. r=bzbarsky
--HG--
extra : rebase_source : 9a327e8f44541ac822bc7be52caa1ceab825ccd1
|
2009-12-22 17:47:25 -06:00 |
Timothy Nikkel
|
47f5d8ee07
|
Bug 499841. Pass the block frame that contains the first letter style to RemoveFirstLetterFrames so that the NS_BLOCK_HAS_FIRST_LETTER_CHILD bit can be unset on it. Always set the NS_BLOCK_HAS_FIRST_LETTER_CHILD bit on the first continuation only. r=bzbarsky
--HG--
extra : rebase_source : 411297490d6d18244fa7caa3194facfedc28ea86
|
2009-12-22 17:44:35 -06:00 |
Timothy Nikkel
|
0de6d6f6e8
|
Bug 287088. Stop first-line styling from leaking into second and subsequent lines when a single element is split between first and second lines. r=roc
--HG--
extra : rebase_source : 0dcf9009a73d5f8082c09172f4ce6840be5e6c98
|
2009-12-22 17:42:45 -06:00 |
Makoto Kato
|
e47179dc9c
|
Bug 535495 - build break test plugin on x64 due to changeset 9c16bf14545c. r=josh
|
2010-01-01 23:00:18 +09:00 |
Boris Zbarsky
|
1c816abedf
|
Bug 537419. mContent might be null here. r=dbaron
|
2009-12-31 20:37:57 -05:00 |
Boris Zbarsky
|
d4a0579fc1
|
Trying to fix orange due to landing of bug 528306 by fixing assumption in test.
|
2009-12-31 17:12:43 -05:00 |
Taras Glek
|
a2636b6079
|
Bug 537158: Make fastload more robust r=brendan
|
2009-12-29 14:04:38 -08:00 |
Taras Glek
|
dfaa4cf98a
|
Bug 537398 - Fix copyright headers in libjar r=reed
--HG--
extra : rebase_source : 22b2082bcf17534346f833e36e3b4f9d80659782
|
2009-12-31 11:27:22 -08:00 |
Boris Zbarsky
|
c285d23dfe
|
Bug 528306 part 3. Hook up restyle processing to nsRefreshDriver. r=dbaron
|
2009-12-31 14:07:57 -05:00 |
Boris Zbarsky
|
d6b41b4ecf
|
Bug 528306 part 2. Make nsCSSFrameConstructor reference-counted. r=dbaron
|
2009-12-31 14:07:57 -05:00 |
Boris Zbarsky
|
9e3e565f0b
|
Bug 528306 part 1. Don't stop the refresh driver timer on observer removal; instead just stop it if it fires when there are no observers. r=dbaron
|
2009-12-31 14:07:57 -05:00 |
Boris Zbarsky
|
fe9af2ddfc
|
Bug 536623 and bug 537141. Don't attempt to maybe-create textframes for kids of parents that have xbl childlists on insert and append: we know we didn't skip creating any frames that didn't need skipping unconditionally in that situation, and trying to create them can put them in the wrong place. r=roc
|
2009-12-31 14:07:57 -05:00 |
Boris Zbarsky
|
2458109f0e
|
Bug 536716. Make BuildScrollFrame not set the primary frame on the content, fix letter frames to reset primary frames to 0 before resetting them to the new value as needed, fix things so <area> never gets a frame of its own, and reenable the SetPrimaryFrame assertion when the primary frame is being changed from one non-null frame to another. r=roc
|
2009-12-31 14:07:56 -05:00 |
Taras Glek
|
5cf794388d
|
Bug 536911: fix null dereference topcash r=alfredkayser
--HG--
extra : rebase_source : 60f760586ac33354e98e48015cecc4762b3d181a
|
2009-12-31 10:10:20 -08:00 |
L. David Baron
|
3751f618b7
|
Revert bulk of changeset 67ddbe030ab6 (originally for bug 457809) now that bug 253354 is fixed.
|
2009-12-31 12:49:22 -05:00 |
Neil Deakin
|
c55e40d146
|
Bug 536486, remove IsDestroyingFrames check now that frames are available from content nodes, fixes possible leak, r=roc
|
2009-12-31 12:36:56 -05:00 |
Shawn Wilsher
|
ce6bdadcdf
|
Disabled test_browserGlue_smartBookmarks.js due to bug 510219.
|
2009-12-31 09:31:49 -08:00 |
L. David Baron
|
2749a81012
|
Add mochitest for bug 536379.
|
2009-12-31 10:56:33 -05:00 |
L. David Baron
|
05ba179a2c
|
Ensure that it is safe to hand out CSS rules before doing so. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
L. David Baron
|
0f31c31686
|
Add nsPresContext::EnsureSafeToHandOutCSSRules. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
L. David Baron
|
722841395c
|
Add method to nsStyleSet to call EnsureUniqueInner on all CSS sheets. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
L. David Baron
|
37cb33e858
|
ClearRuleCascades when ensuring a stylesheet has a unique inner so that matched rules point back to the new rules. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
L. David Baron
|
c8fcc52c1c
|
Make EnsureUniqueInner return a tri-state result that says whether it needed to do any cloning. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
L. David Baron
|
75f747fc59
|
DeCOMify nsHTMLCSSStyleSheet. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
L. David Baron
|
eb66798d8b
|
Move class definition of nsHTMLCSSStyleSheet into its own header. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:32 -05:00 |
L. David Baron
|
d1fe101f44
|
Rename HTMLCSSStyleSheetImpl to nsHTMLCSSStyleSheet. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:32 -05:00 |
Shawn Wilsher
|
99478818aa
|
Attempt to fix bug 510219 which is currently very orange. r=orange
|
2009-12-31 06:35:43 -08:00 |
Dão Gottwald
|
4dd5a42766
|
Bug 537171 - defaulting navigation toolbar results in strange back/forward button types. r=neil
|
2009-12-31 13:48:16 +01:00 |
Dão Gottwald
|
45f0000bb6
|
Bug 537303 - remove unused gToolboxIconSize. r=neil
|
2009-12-31 11:12:43 +01:00 |
Dão Gottwald
|
86946f1da5
|
Fix test_painting.html bustage on Win and OS X from changeset 4f5630e68d04
|
2009-12-31 11:11:17 +01:00 |
Karl Tomlinson
|
2b5cf7dc46
|
bug 535687 is not fixed yet so mark todo for mochitest-ipcplugins
--HG--
extra : rebase_source : ff6a13dc4dfbbac62071328bc9202eb2f9169d99
|
2009-12-31 20:32:51 +13:00 |
Reed Loden
|
58258ab291
|
Backout patch from bug 489897 as the likely cause of pwmgr test failures.
|
2009-12-31 01:15:11 -06:00 |
Shailen
|
53dadc98d3
|
Bug 526446 - "AIX Compilation error for 3.7a1pre source "/home/firefox/mozilla-central/js/src/jsvector.h", line 427.5: 1540-0130 (S) "AP" is not declared" [r=lw]
|
2009-11-04 03:03:00 -06:00 |
Shailen
|
bf63faf84b
|
Bug 526436 - "AIX Compilation error for 3.7a1pre source js/src/jsvector.h", line 677.21: 1540-0274 (S) The name lookup for "PointerRangeSize" did not find a declaration" [r=lw]
|
2009-12-18 22:43:00 -06:00 |
Drew Willcoxon
|
7b1b3bf058
|
Bug 529597 - Places protocol handler, r=mak77,bz
|
2009-12-29 19:37:24 -08:00 |
David Dahl ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
|
be3b4e4c74
|
Bug 489897 - implement StatementRow::NewEnumerate
for (let colName in stmt.row) now works!
r=sdwilsh
r=ddahl
sr=mrbkap
|
2009-10-12 17:49:00 -05:00 |
Karl Tomlinson
|
81881d970b
|
test windowless invalidation (b=535687) and expose events with clips (b=445707)
--HG--
extra : rebase_source : 4befde6a6635d53f60e628b74576cc1dcb1fe1c2
|
2009-12-31 16:20:51 +13:00 |