Clint Talbert
|
1acc74d9c9
|
Backed out changeset e67e79969232 due to orange on debug mochitests
|
2010-01-07 19:57:02 -06:00 |
|
Robert Longson
|
26ce10b388
|
Bug 536677 - fill with url to gradient not inherited when dynamically switched more than once. r=roc
|
2010-01-07 19:07:30 +00:00 |
|
Joel Maher
|
f1b69370ac
|
Bug 530475 - Refactoring test harnesses to classes for easier reuse for mobile testing p=jmaher r=ted
|
2010-01-07 12:47:19 -06:00 |
|
Benjamin Smedberg
|
869fa2a2d8
|
Merge mozilla-central to electrolysis.
|
2010-01-06 11:27:39 -05:00 |
|
Benjamin Smedberg
|
75601d4658
|
Merge mozilla-central to Electrolysis.
|
2010-01-05 13:18:08 -05:00 |
|
Daniel Holbert
|
dce1eac776
|
Bug 530983, patch 1: Extend nsStyleAnimation to support computing/uncomputing 'clip: auto'. r=dbaron
|
2010-01-04 16:32:11 -08:00 |
|
romaxa
|
20519041b1
|
Bug 537124 - "Some native color values are not initialized properly (ex: eColor__moz_fieldtext)" [r=Ventron sr=roc]
|
2009-12-31 04:29:00 -06:00 |
|
Robert Longson
|
23ccf8ff6c
|
Bug 537609 - Change to SVG 1.2T stroke-dasharray parsing. r=dbaron
|
2010-01-06 08:51:45 +00:00 |
|
Simon Montagu
|
2be26bfa52
|
Unescape URIs in page headers. Bug 537216, r=roc
|
2010-01-05 23:09:18 -08:00 |
|
Daniel Holbert
|
1cc4d1651d
|
Remove broken 'onload="run()"' from reference cases for bug 386401's tests, to fix "JavaScript error: ...run is not defined" warnings. (Trivial tests-only change)
|
2010-01-05 17:21:02 -08:00 |
|
Jacek Caban
|
e787295d9f
|
Bug 530448 - Make TestPoisonArea.cpp compile on mingw, r=zwol
|
2010-01-05 18:29:08 -05:00 |
|
Benjamin Smedberg
|
2c8597f9a3
|
Merge mozilla-central into electrolysis.
|
2009-12-22 16:23:41 -05:00 |
|
L. David Baron
|
4927cc54c4
|
Merge backout of revisions fa5326c011b8, 8b22441911b0, and cfa10b01b1f6 (bug 531585) on suspicion of causing random orange bug 536382.
|
2009-12-22 15:47:42 -05:00 |
|
L. David Baron
|
eae023b6a3
|
Backout revisions fa5326c011b8, 8b22441911b0, and cfa10b01b1f6 (bug 531585) on suspicion of causing random orange bug 536382.
|
2009-12-22 15:46:23 -05:00 |
|
Benjamin Smedberg
|
e418880c95
|
Merge mozilla-central to electrolysis.
|
2009-12-22 14:18:51 -05:00 |
|
Jonathan Kew
|
94c533cabd
|
Bug 534352. Accept fonts with redundant cmap sentinel value. r=jdaggett
|
2009-12-22 09:47:18 +00:00 |
|
Robert Longson
|
abf32eb824
|
Bug 510177 - path with a single point not rendered. r=jwatt
|
2009-12-21 22:10:34 +00:00 |
|
Metal Sonic
|
4c1b34d634
|
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
|
2009-12-21 21:50:30 +00:00 |
|
L. David Baron
|
dadb7490da
|
Make nsRefreshDriver hold a reference to its observers while notifying them. (Bug 531585) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
ac268014d7
|
Fix rather serious build warning about passing non-POD types to printf. DEBUG-only
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
d0934f9f1f
|
Make the transition manager reference-counted. (Bug 531585) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
09ff5f95d8
|
Make setting property after setting transition-duration and transition-delay to 0 stop running transitions on that property: part 3: main patch. (Bug 522643) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
7a4d1f5c03
|
Make setting property after setting transition-duration and transition-delay to 0 stop running transitions on that property: part 2: make GetElementTransitions faster so we can call it more often. (Bug 522643) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
6b160209bb
|
Make setting property after setting transition-duration and transition-delay to 0 stop running transitions on that property: step 1: move static function up. (Bug 522643) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
218e356973
|
Add support for animation of 'background-position' and 'background-size'. (Bug 532307) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
67f4531d35
|
Add support for animation of 'visibility' to transitions (but make it a special case for transitions). (Bug 531942) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
24c692cc7f
|
Add support for animation of nsRect values. (Bug 520488) r=bzbarsky
|
2009-12-21 16:46:25 -05:00 |
|
L. David Baron
|
c4c186dd89
|
Make nsRefreshDriver reference-counted instead of being a sub-object of the pres context. (Bug 531585) r=bzbarsky
|
2009-12-21 16:46:24 -05:00 |
|
Benjamin Smedberg
|
c85b1e45a9
|
Merge mozilla-central to electrolysis
|
2009-12-21 10:22:07 -05:00 |
|
Simon Montagu
|
545c0b5a6f
|
Update data files and tests to Unicode 5.2. Bug 528359, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 01:20:35 -08:00 |
|
Simon Montagu
|
d84ebba607
|
Remove intl/uconv/ucvmath. Bug 483116, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 00:47:08 -08:00 |
|
Neil Rashbrook
|
a711f8a29e
|
Bug 525057 'make clean' deletes automationutils.py r=ted
|
2010-01-11 23:55:51 +00:00 |
|
Robert O'Callahan
|
68f4784a75
|
Bug 526394. Part 36: Store the overflow area explicitly whenever it's not exactly equal to the border-box; if they're both empty but with different dimensions or position, we should still store the explicit overflow area. Also fix test_offsets to compute the expected scrolled area correctly. r=mats
|
2010-01-12 10:45:21 +13:00 |
|
Robert O'Callahan
|
8d3cbbd5d2
|
Bug 526394. Part 35: Prevent event dispatch and script execution during UpdateViewAfterScroll, even in the presence of malign Win32 reentrant APIs. r=mats
|
2010-01-12 10:45:20 +13:00 |
|
Robert O'Callahan
|
b5f5b11c36
|
Bug 526394. Part 33: Remove nsScrollPortView etc. r=mats
|
2010-01-12 10:45:20 +13:00 |
|
Robert O'Callahan
|
dd085808e4
|
Bug 526394. Part 32: Remove code that only existed so that scrollframes could have views. r=mats
|
2010-01-12 10:45:19 +13:00 |
|
Robert O'Callahan
|
e845917d4e
|
Bug 526394. Part 31.5: Cleanup ScrolledAreaEvent stuff to be simpler. In particular we don't need to store the scrolled area, we can just compute it when we fire the event. r=mats
|
2010-01-12 10:45:19 +13:00 |
|
Benjamin Smedberg
|
e5c0bed1ab
|
Merge mozilla-central to electrolysis.
|
2009-12-17 13:09:48 -05:00 |
|
Robert O'Callahan
|
a0eeb78969
|
Bug 526216 - mochitest-browser-chrome: crash in nsObjectFrame::IsOpaque while running browser_pluginnotification.js and test_crashing.html, r=josh
--HG--
extra : rebase_source : 3f5677e9af8e5b9d54ac394d62cf8528487efa94
|
2009-12-17 09:56:24 -05:00 |
|
Robert Longson
|
da1e4a0b96
|
Bug 534841 - filter feFunc[RGBA] does not default omitted attributes correctly. r=roc
|
2009-12-17 11:00:54 +00:00 |
|
Benjamin Smedberg
|
211d3738cb
|
Merge mozilla-central to electrolysis.
|
2009-12-16 19:02:20 -05:00 |
|
Doug Turner
|
54346be057
|
Bug 535338 - UpdateVisibility should call VisibilityFullyObscured when clip is zero. r=roc
|
2009-12-16 14:08:14 -08:00 |
|
Jonathan Kew
|
e96ca9e720
|
Bug 534919: do not inherit font from ZWNJ to adjacent character. r=roc
|
2009-12-16 15:47:12 +00:00 |
|
Benjamin Smedberg
|
2efe22a0e4
|
Merge only plugin changes from e10s to mozilla-central.
|
2009-12-16 09:19:07 -05:00 |
|
Benjamin Smedberg
|
ffeebc91f0
|
Merge mozilla-central into electrolysis
|
2009-12-16 08:38:42 -05:00 |
|
Boris Zbarsky
|
bdc41dba60
|
Bug 531148 followup. Actually return a value here!
|
2009-12-17 02:38:12 -05:00 |
|
Gavin Sharp
|
d801147906
|
Back out revision dbdbe3ad0234 from bug 525047 - every leak test box that's clobbered since it landed has failed, not finding the first thing it tries to import from automationutils
--HG--
extra : rebase_source : 6c8b3ef583b3ad06de1b395db13bedee735f125e
|
2009-12-15 23:35:30 -05:00 |
|
Benjamin Smedberg
|
ce3386b2d4
|
Electrolysis-plugin-only bookkeeping commit.
|
2009-12-15 20:33:05 -05:00 |
|
Benjamin Smedberg
|
daab3b8125
|
Merge mozilla-central into electrolysis.
|
2009-12-15 20:31:04 -05:00 |
|
Olli Pettay
|
6b73946c52
|
Bug 534407 - Crash [@ nsPrintEngine::DoPrint(nsPrintObject*)] while printing, r=roc
--HG--
extra : rebase_source : 2dfe04469e14c8dc6903f5284daf2a36fa9d723d
|
2009-12-16 00:17:57 +02:00 |
|
Neil Rashbrook
|
e5f97bdf04
|
Bug 532617 -moz-background-size does not always get serialised r=dbaron
|
2009-12-15 21:40:38 +00:00 |
|
Neil Rashbrook
|
5c00290acc
|
Bug 525057 \'make clean\' deletes automationutils.py r=ted
|
2009-12-15 21:39:51 +00:00 |
|
Zack Weinberg
|
d676634e05
|
Bug 532721: follow-up tweaks and bustage fix. r=roc
|
2009-12-15 19:01:01 -08:00 |
|
Josh Aas
|
514a6c5e9d
|
Greatly reduce the number of timers firing when multiple Carbon plugin instances are active on Mac OS X. Should reduce CPU usage. Make all instances use the same (at most two) timers for idle events. b=519598 r=roc
|
2009-12-15 15:44:52 -05:00 |
|
Jesse Ruderman
|
c462eaca6f
|
Add reftests for bug 490176 and bug 490177
|
2009-12-16 18:45:09 -08:00 |
|
Jim Mathies
|
1ea63e49c6
|
Bug 534027 - input event coords incorrect for oop windowless plugins. r=jmuizelaar.
|
2009-12-14 18:28:51 -06:00 |
|
Jim Mathies
|
23118539a9
|
Bug 531860 - plugin-alpha-zindex ref test fails with oopp enabled. r=jmuizelaar.
|
2009-12-14 18:27:25 -06:00 |
|
Zack Weinberg
|
09a37c1c23
|
Bug 532721: less conservative detection of gradients with size dependence. r=dbaron
|
2009-12-15 12:34:19 -08:00 |
|
Robert O'Callahan
|
b228105b93
|
Bug 534366. Make nsFirstLineFrame set InlineReflowState::mLineLayout correctly. r=dbaron
|
2009-12-16 09:08:59 +13:00 |
|
Zack Weinberg
|
86ab0ff298
|
Bug 532721. Be aware that gradient background rendering depends on the size of the containing frame. r=dbaron
|
2009-12-16 09:08:59 +13:00 |
|
Markus Stange
|
3a2b1d0a66
|
Bug 534416 - Only turn off initial auto repeat delay for hover autorepeatbuttons. r=Enn
|
2009-12-15 15:36:11 +01:00 |
|
Benjamin Smedberg
|
999be86ac2
|
Merge mozilla-central into electrolysis.
|
2009-12-14 08:01:18 -05:00 |
|
Simon Montagu
|
77681c9d20
|
Call AdjustOffsetsForBidi on a new continuation frame immediately after creating it. Bug 536963, r=roc
|
2010-01-03 00:46:19 -08:00 |
|
Timothy Nikkel
|
2178cc013a
|
Bug 537562. Add crashtest.
|
2010-01-02 18:57:40 -06:00 |
|
Timothy Nikkel
|
97bc36029b
|
Bug 499841. Fix a failed attempt at a merge.
|
2010-01-02 18:56:29 -06:00 |
|
Timothy Nikkel
|
c4d4fe1182
|
Bug 537059. Add crashtest.
--HG--
extra : rebase_source : 7a22e75f66a58c08d9ff25f264617ac31aea65b4
|
2010-01-02 02:22:22 -06:00 |
|
Timothy Nikkel
|
c581600f0c
|
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
|
bd15675d9d
|
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 |
|
Timothy Nikkel
|
b3a04ada9c
|
Bug 499841. Add crashtest.
|
2010-01-01 20:49:24 -06:00 |
|
Timothy Nikkel
|
1172cc4cd0
|
Backed out changeset 63d4a49fbec1 (bug 396367)
|
2010-01-01 20:34:05 -06:00 |
|
Timothy Nikkel
|
6a84e052f2
|
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
|
3e07c97339
|
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
|
ad77d4e1d7
|
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
|
5f6a955352
|
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
|
01699b9589
|
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 |
|
Boris Zbarsky
|
b22600af13
|
Bug 537419. mContent might be null here. r=dbaron
|
2009-12-31 20:37:57 -05:00 |
|
Boris Zbarsky
|
cba4b340ad
|
Trying to fix orange due to landing of bug 528306 by fixing assumption in test.
|
2009-12-31 17:12:43 -05:00 |
|
Boris Zbarsky
|
06b277fcc7
|
Bug 528306 part 3. Hook up restyle processing to nsRefreshDriver. r=dbaron
|
2009-12-31 14:07:57 -05:00 |
|
Boris Zbarsky
|
ef3cef478b
|
Bug 528306 part 2. Make nsCSSFrameConstructor reference-counted. r=dbaron
|
2009-12-31 14:07:57 -05:00 |
|
Boris Zbarsky
|
5e1384376d
|
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
|
35c346dcdf
|
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
|
a99f0f4f96
|
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 |
|
L. David Baron
|
61bd9cfc56
|
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
|
989819833a
|
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 |
|
L. David Baron
|
2178a29eb2
|
Add mochitest for bug 536379.
|
2009-12-31 10:56:33 -05:00 |
|
L. David Baron
|
0050e304d7
|
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
|
8483573833
|
Add nsPresContext::EnsureSafeToHandOutCSSRules. (Bug 536379) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
L. David Baron
|
1d3abc0523
|
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
|
0edebe9e9f
|
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
|
175e61cedf
|
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
|
46b22b7ca0
|
DeCOMify nsHTMLCSSStyleSheet. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:33 -05:00 |
|
L. David Baron
|
c8c4296b20
|
Move class definition of nsHTMLCSSStyleSheet into its own header. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:32 -05:00 |
|
L. David Baron
|
7df0e7485a
|
Rename HTMLCSSStyleSheetImpl to nsHTMLCSSStyleSheet. (Bug 239008) r=bzbarsky
|
2009-12-31 10:56:32 -05:00 |
|
Benjamin Smedberg
|
422b4b28d2
|
Merge mozilla-central into electrolysis. One code change was required: in nsDocShell::CreateStaticClone I replaced EnsureDocShell with MaybeCreateDocShell.
|
2009-12-12 13:38:25 -05:00 |
|
Robert Longson
|
09b236ef87
|
Bug 534216 - Text in anchor tags not placed correctly if viewBox present. r=roc
|
2009-12-12 14:37:20 +00:00 |
|
Markus Stange
|
6a7cd4e2e2
|
Bug 534183 - Autorepeatbuttons in menus shouldn't have any initial delay. r=Enn
--HG--
extra : rebase_source : a28ce171cfb0bca7070b8f0bfdf0c7da446908d5
|
2009-12-11 23:03:31 +01:00 |
|
Boris Zbarsky
|
d01f0e2af4
|
Bug 525608 followup. Initialize the variable, and remove the extra branch. r=dbaron
|
2009-12-12 00:03:17 -08:00 |
|
Boris Zbarsky
|
4ecb7006bd
|
Bug 531933. Give HasStateDependentStyle a better signature. r=dbaron
|
2009-12-11 22:36:34 -08:00 |
|
Boris Zbarsky
|
c4baa01a7a
|
Bug 529749. Make sure nsRuleWalker never has a null mCurrent. r=dbaron
|
2009-12-11 22:36:34 -08:00 |
|
Boris Zbarsky
|
4e9f77e7b1
|
Bug 531148. Fix appends of a block to the trailing inline of an {ib} split which has an inline parent. r=roc
|
2009-12-11 22:36:34 -08:00 |
|
Boris Zbarsky
|
af198139a9
|
Bug 526596. Make sure appends to an {ib} split coalesce blocks correctly if the appended frames start with a block and the trailing inline of the split is empty. r=roc
|
2009-12-11 22:36:33 -08:00 |
|
Masayuki Nakano
|
13ffca5258
|
Bug 42676 Can't drag to extend selection out of blocks with overflow:hidden/auto/scroll r=Olli
|
2009-12-12 13:25:21 +09:00 |
|
Benjamin Smedberg
|
767eb11cb4
|
Merge mozilla-central into electrolysis
|
2009-12-04 11:28:50 -05:00 |
|
Daniel Holbert
|
f0a97f3ee2
|
Bug 531075 followup: Shift new early-return down a bit, to let simpler early-returns catch open-and-visible popups. r=bz
|
2009-12-03 20:01:39 -08:00 |
|
Bernd
|
7b3827461f
|
bug 538479 add initialization code that I wrongly removed r=dbaron
--HG--
extra : rebase_source : 63ec32369dcdae83638a3be5635e25ebc757b1cd
|
2010-01-19 18:49:12 +01:00 |
|
Jim Mathies
|
c816891a55
|
Bug 539955 - [OOPP] unit test failure in test_plugin_mouse_coords.html. r=bsmedberg.
--HG--
extra : transplant_source : o%008%29%A0%96%60%E1W%7D%1A%C7e%BDJ%B2D%EE%1D%E2
|
2010-01-15 16:02:01 -06:00 |
|
Ben Turner
|
e0c2098adf
|
Bug 535036 - '[OOPP] Flash hangs Firefox with IPC enabled when video is paused and process loses focus'. r=masayuki+jst, sr=jst.
|
2010-01-15 12:36:00 -08:00 |
|
Zack Weinberg
|
ab052b17a8
|
Bug 536603 potential fix: in httpd.js, the server socket's queue limit should be larger than the browser-side max number of connections per server. r=jrmuizel
|
2010-01-18 18:12:39 -08:00 |
|
Jesse Ruderman
|
4c153406a3
|
Bug 540363 - Make reftest dump INFO line indicating beginning of each test (to help understand timeouts/hangs/crashes). r=dbaron
|
2010-01-18 15:00:16 -08:00 |
|
Zack Weinberg
|
cfbf3c1afd
|
Merge backout of 153390d0f83b
|
2010-01-18 14:55:58 -08:00 |
|
Zack Weinberg
|
bee097ea73
|
Back out instrumentation for bug 536603 and re-disable test
|
2010-01-18 14:54:56 -08:00 |
|
Zack Weinberg
|
ef69f941b3
|
Extensive debugging instrumentation for bug 536603
|
2010-01-18 09:03:50 -08:00 |
|
Jeff Muizelaar
|
ca2d8beb78
|
Bug 539165. Fix single and multi-stop solid gradients by multiplying by the alpha component. r=roc
This cairo commit that caused the problem: 2d790daa957471670f4ae0d3b22da89e4ee7111f.
It was merged into mozilla-central with 1effb72d30cf
|
2010-01-18 10:36:43 -05:00 |
|
Robert O'Callahan
|
f737648d27
|
Bug 539331 - browser_sanitizeDialog.js is failing part 2, r=matspal
|
2010-01-13 04:57:00 -08:00 |
|
Robert O'Callahan
|
6787212ae4
|
Bug 539331 - browser_sanitizeDialog.js is failing, r=matspal
|
2010-01-14 05:00:00 -08:00 |
|
Jim Mathies
|
0ffd1b2e75
|
Bug 522299 - Electrolysis: Get windowless plugins drawing on win32. r=jmuizelaar.
|
2009-12-01 15:05:26 -06:00 |
|
Timothy Nikkel
|
d16beb2417
|
Bug 525751. When using a subdocument frame as a fallback for drawing canvas background color override the canvas frame check. r=roc a=roc
--HG--
extra : rebase_source : 6719372b7404a598a4ce1c1f5190a4f86d0d896b
|
2009-12-01 02:49:53 -06:00 |
|
Benjamin Smedberg
|
9911c2f99d
|
Merge mozilla-central into Electrolysis
|
2009-11-30 12:59:43 -05:00 |
|
Doug Turner
|
fced4ec129
|
Bug 530652 - Some sites not render flash. Fixing mistake introduced in last push r=biesinger
|
2009-11-30 09:09:26 -08:00 |
|
Zack Weinberg
|
cf67dd36c8
|
Bug 530598: If we can't get the preferred address for a poison page, take whatever the OS will give us, rather than giving up
|
2009-11-30 08:51:07 -08:00 |
|
L. David Baron
|
d7def4c5b1
|
reftest-print assertion workaround needs to expect three assertions for every reftest-print test on Mac. (Bug 472557)
--HG--
extra : transplant_source : 2%EBk%2A%88%D0%F3%BA%2A%92%83G%CE4%AC%D4m0%E5%A6
|
2009-12-14 12:53:42 -08:00 |
|
Roy Frostig
|
dd2838505e
|
Bug 527872. Fix tests for bug 514732 from going randomorange.
|
2009-12-14 21:39:03 -08:00 |
|
Benjamin Smedberg
|
a819191110
|
End the electrolysis-plugins-only branch: merge in the remaining changes from electrolysis head in preparation for pushing to mozilla-central.
|
2009-12-14 09:56:08 -05:00 |
|
Benjamin Smedberg
|
b55b15dccf
|
Merge additional changes from electrolysis and mozilla-central into the electrolysis-plugins-only tracking branch.
--HG--
branch : electrolysis-plugins-only
|
2009-12-04 11:42:28 -05:00 |
|
Benjamin Smedberg
|
b03c797675
|
Straight revert of layout/* to its mozilla-central state, and removal of testshell which depends on PContentProcess.
--HG--
branch : electrolysis-plugins-only
|
2009-11-30 14:15:30 -05:00 |
|
Serge Gautherie
|
2a485f24e8
|
Bug 381467 - Switch application/x-javascript to application/javascript; (Ev1) /layout/base/crashtests/123946-1.html, EOL/whitespace fix (only).
r=dbaron.
|
2009-11-30 03:44:02 +01:00 |
|
Peter Van der Beken
|
41824cb4bf
|
Fix for bug 437449 (top crash [@ nsCycleCollector::MarkRoots(GCGraphBuilder&)][@ nsBaseContentList::cycleCollection::Traverse(void*, nsCycleCollectionTraversalCallback&)]). r=jst, a=blocking1.9.2+.
--HG--
extra : rebase_source : 5358561a463757cbfb77c542760dc1ea95fc6b82
|
2009-11-29 09:32:39 +01:00 |
|
Peter Van der Beken
|
5a63b1ad1c
|
Back out fix for bug 437449 (top crash [@ nsCycleCollector::MarkRoots(GCGraphBuilder&)][@ nsBaseContentList::cycleCollection::Traverse(void*, nsCycleCollectionTraversalCallback&)]).
|
2009-11-28 23:30:49 +01:00 |
|
Robert Longson
|
82d6c026db
|
backout Bug 510177 (reftest failure)
|
2009-12-19 19:28:48 +00:00 |
|
Robert Longson
|
1b9b5b1ed5
|
Bug 510177 - path with a single point not rendered. r=jwatt
|
2009-12-19 17:00:58 +00:00 |
|
Olli Pettay
|
bf7962ffed
|
Bug 535851 - noscript is rendered in print preview, r=roc
|
2009-12-19 12:35:54 +02:00 |
|
Olli Pettay
|
9058cc8ee7
|
Bug 535794 - Shorter printPageDelay, r=roc
|
2009-12-19 12:32:53 +02:00 |
|
Olli Pettay
|
19c06de19d
|
bug 531176, r=sicking, sr=jst
|
2009-12-18 21:27:57 +02:00 |
|
Mats Palmgren
|
e1c5862ad0
|
Tests for bug 533379, bug 520340.
|
2009-12-18 10:02:33 +01:00 |
|
Mats Palmgren
|
f24b74cefd
|
Drain overflow frames when the last frame from principal child list is pulled. b=533379 r=bzbarsky
|
2009-12-18 10:02:26 +01:00 |
|
Mats Palmgren
|
b4284c9cc0
|
Don't try to get a nsLineBox* from an empty line list, it aborts a debug build. b=533379 r=bzbarsky
|
2009-12-18 10:02:10 +01:00 |
|
Roy Frostig
|
5e05d545a8
|
bug 514732. Additional tests for bug 514732 followup that fires MozScrolledAreaChanged on restore from bfcache. r=smaug
|
2009-12-17 09:38:00 -08:00 |
|
Neil Rashbrook
|
ba5f0c33fd
|
Bug 525047 'make clean' deletes automationutils.py (backout)
|
2009-12-18 00:19:53 +00:00 |
|
Neil Rashbrook
|
a2ecb52c78
|
Bug 525057 'make clean' deletes automationutils.py r=ted
|
2009-12-17 20:59:10 +00:00 |
|
Josh Aas
|
cdb8c45c2e
|
Scroll position updates shouldn't start the Carbon plugin idle event timer. b=535630 r=smichaud
|
2009-12-17 15:41:13 -05:00 |
|
Masayuki Nakano
|
68361828eb
|
Bug 532422 - n900: Cannot select any characters from sym map. r=enndeakin.
|
2009-12-17 10:42:02 -08:00 |
|
Peter Van der Beken
|
1f7d9b23d4
|
Fix for bug 437449 (top crash [@ nsCycleCollector::MarkRoots(GCGraphBuilder&)][@ nsBaseContentList::cycleCollection::Traverse(void*, nsCycleCollectionTraversalCallback&)]). r=jst, a=blocking1.9.2+.
|
2009-11-28 10:35:35 +01:00 |
|
Olli Pettay
|
2a7bca1c92
|
Bug 530880, r=bz, sr=roc
--HG--
extra : rebase_source : 4f1e95223fd0c167fa5ec882b46ae36f9edbb071
|
2009-11-26 11:12:20 +02:00 |
|
Doug Turner
|
81d6db5548
|
Bug 530739 - Intermittent Shutdown crash after visiting a page with flash video. r=jst
|
2009-11-25 18:38:22 -08:00 |
|
Brad Lassey
|
926e622d2a
|
bug 530367 - passwords from password manager flash in clear text r=neil
|
2009-11-25 12:41:23 -05:00 |
|
Boris Zbarsky
|
2d9ec777ba
|
Bug 528134. Hand out the style context with the rulenode. r=dbaron
|
2009-11-25 00:35:55 -05:00 |
|
Benjamin Smedberg
|
7a581148bc
|
Merge mozilla-central into Electrolysis.
|
2009-11-24 10:06:03 -05:00 |
|
Mats Palmgren
|
125c079acd
|
Bug 526769. r=roc a1.9.2=dbaron
|
2009-11-24 20:29:48 +01:00 |
|
Doug Turner
|
387eed8493
|
Bug 530652 - Some sites not render flash. r=karlt
--HG--
extra : rebase_source : f0078705705e960fe148fd9d64847c38ff58a656
|
2009-11-24 05:57:58 -08:00 |
|
Doug Turner
|
dbc44dda9c
|
Bug 530380 - Avoid slow path painting on Hildon. r=karlt.
|
2009-11-23 14:46:01 -08:00 |
|
Ted Mielczarek
|
f8fa72d34f
|
bug 531135 - rewrite build-list.pl in Python to fix race conditions with locking. r=bsmedberg
|
2009-12-14 06:55:40 -05:00 |
|
Doug Turner
|
730075f7eb
|
Bug 530378return early to avoid crashing
. r=karlt
|
2009-11-22 22:36:22 -08:00 |
|
Doug Turner
|
7f9938ce48
|
Bug 530381 - Cache X11 GC for NativeImageDraw. r=karlt
|
2009-11-22 15:46:42 -08:00 |
|
Benjamin Smedberg
|
737515b2c8
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
|
L. David Baron
|
d0f535b30d
|
Add mechanism for an individual mochitest to say it needs a longer timeout. (Bug 527614) r=ted
|
2009-11-19 09:35:09 -08:00 |
|
Robert O'Callahan
|
a3558ce3da
|
Backed out changeset 93a0acf68dd6
|
2009-11-19 15:15:44 +13:00 |
|
Robert O'Callahan
|
5fa533b23e
|
Bug 528493. Prevent script execution while initializing nsDocumentViewer. r=bzbarsky
|
2009-11-19 12:40:31 +13:00 |
|
Mats Palmgren
|
e8faa921de
|
Bug 522787. Always register an editor observer. r=smaug
|
2009-11-19 12:38:11 +13:00 |
|
Robert Longson
|
3813a31710
|
Bug 520506 - Incorrect text getBBox in SVG. r=jwatt
|
2009-11-18 20:59:24 +00:00 |
|
Zack Weinberg
|
e125669860
|
Bug 531847: Include address chosen for frame poisoning in breakpad reports. r=ted a192=roc
|
2009-12-01 14:48:23 -08:00 |
|
Daniel Holbert
|
635a2cd037
|
Bug 531075: Don't allow ourselves to reopen popups that are already in the open-popup chain. r=bz
|
2009-12-01 13:42:19 -08:00 |
|
Doug Turner
|
2fe6a6f5c2
|
Bug 529996 - Provide notification when embed/object elements are created/destroyed/resized. r=jst.
--HG--
extra : rebase_source : 44bf32345959402b591ba4763dcea26187cf7796
|
2009-11-20 14:59:27 -08:00 |
|
Robert O'Callahan
|
8846e3c798
|
Bug 529371 - Fix nsPopupSetFrame sibling pointers (crash [@nsWeakFrame::Init][@nsWeakFrame::InitExternal]). r=bzbarsky
|
2009-11-20 14:51:11 -05:00 |
|
Doug Turner
|
d7c57015bb
|
Bug 528551 - Faster plugin drawing in Fennec. Fixes mac unit test. r=sicking
--HG--
extra : rebase_source : e0dbed7d82a77a61581c9aa59fdd928720c2e5bb
|
2009-11-20 09:51:06 -08:00 |
|
Doug Turner
|
793f6fc7db
|
Bug 528551- Faster plugin drawing in Fennec. r=jst/karlt.
|
2009-11-20 08:26:10 -08:00 |
|
Ginn Chen
|
546bba6b66
|
Bug 529764 nsPresArena.cpp failed to compile on Solaris r=zweinberg
|
2009-11-20 14:11:42 +08:00 |
|
Robert O'Callahan
|
a3f1f75383
|
Bug 528493. Prevent script execution while initializing nsDocumentViewer. r=bzbarsky
|
2009-11-19 12:40:31 +13:00 |
|
Benjamin Smedberg
|
17cf638aac
|
Merge mozilla-central into electrolysis.
|
2009-11-11 12:35:42 -05:00 |
|
Boris Zbarsky
|
e9fe32d01b
|
Fix test ordering.
|
2009-12-01 12:26:46 -05:00 |
|
Robert O'Callahan
|
d866e87ce4
|
Bug 531371. Correctly propagate the backround from a <body style="display: table"> to the viewport as needed. r=bzbarsky
|
2009-12-01 12:21:00 -05:00 |
|
Olli Pettay
|
2f4c5ea761
|
Bug 487667 - Clone documents for printing, r=roc+jst+joe+dbaron
--HG--
extra : rebase_source : dbab242066ba97c0d7f34a2fb701a1c465f26ec4
|
2009-12-10 20:02:13 -08:00 |
|
L. David Baron
|
0d1e7cde54
|
Reset mUnderlineOffset on all platforms when user font set generation is bumped. (Bug 523717) r=jdaggett
|
2009-12-11 08:13:20 -08:00 |
|
L. David Baron
|
1fefbc68b6
|
Make CSS style rule implementations hold on to their data block once RuleMatched has been called so that they follow the immutability contract of nsIStyleRule. Remove workarounds in tests for transitions bugs caused by these violations of style rule immutability. (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:20 -08:00 |
|
L. David Baron
|
cec495c863
|
Cache important rule the first time the rule is matched so we don't rely on the declaration for it past that point. (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
4ee286e827
|
Call RuleMatched method on CSS rules when they are matched. (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
b192684621
|
Ensure that declarations are mutable before calling SlotForValue. (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
703198f766
|
Remove unneeded SlotForValue calls (since SlotForValue will soon require EnsureMutable has been called). (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
b540b44323
|
Reference-count CSS compressed data blocks and make them immutable when their reference count is above 1. (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
be8246ace4
|
Call BeginUpdate before going into the guts of updating a style attribute so that the resulting flush happens sooner. (Bug 522595) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
5aa4881b79
|
Fix comment in nsStyleTransformMatrix.h.
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
8f42a4d123
|
Stop transitions when -moz-transition-property changes to a value that no longer includes the transitioning property. (Bug 525530) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
fb268b306d
|
Add support for animation of border-spacing and -moz-transform-origin. (Bug 524861) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
e1ed596d15
|
Add support for animation of -moz-column-rule-width. (Bug 524855) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
b59effdb59
|
Add support for animation of -moz-column-count. (Bug 524854) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
8b3ef8f42e
|
Add support for animation of -moz-box-flex. (Bug 524853) r=bzbarsky
|
2009-12-11 08:13:19 -08:00 |
|
L. David Baron
|
df1868d872
|
Remove random marks on tests that don't seem to be failing any longer. (Bug 371232, Bug 371316)
|
2009-12-11 08:13:18 -08:00 |
|
Boris Zbarsky
|
e7a6826d71
|
Bug 525952 part 4. Use the new pseudoclass enum in IsStateSelector and SelectorMatches. r=dbaron
|
2009-12-11 02:37:41 -05:00 |
|
Boris Zbarsky
|
b10330e45f
|
Bug 525952 part 3. Introduce an enum for pseudo-clases. r=dbaron
|
2009-12-11 02:37:41 -05:00 |
|
Boris Zbarsky
|
b7858578b3
|
Bug 525952 part 2. Have different macros so nsCSSPseudoClassList.h consumers can tell apart state-related and not-state-related pseudo-classes. r=dbaron
|
2009-12-11 02:37:41 -05:00 |
|
Boris Zbarsky
|
b113c5b09c
|
Bug 525952 part 1. Make sure pseudo-element selectors never land inside SelectorMatches (because tree pseudo-elements do weird stuff with pseudo-classes). r=dbaron
|
2009-12-11 02:37:41 -05:00 |
|
Boris Zbarsky
|
0fd4e231a6
|
Bug 525608 part 8. Reorder the cases in AddRule in order of likelihood. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
4a2975a003
|
Bug 525608 part 7. Make tree pseudos use a separate hashtable instead of riding along on the rulehash. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
5ea79b4acb
|
Bug 525608 part 6. Remove null-checks on RuleProcessorData::mContent. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
6b4f1d994c
|
Bug 525608 part 5. Change anonymous box rule matching to just use a separate hashtable and not ever run SelectorMatches. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
414b184d55
|
Bug 525608 part 4. Change pseudo-element probing and resolution to not use EnumerateTagRules. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
99027aa785
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
6ae14f3465
|
Bug 525608 part 2. Change the CSS parser to not allow anon box selectors with more than the anon box name in them. Store the pseudo type in pseudo-element selectors. Enforce that all non-anon-box pseudo selectors have an mNext that selects the element they apply to. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
fec842ecf2
|
Bug 525608 part 1. Introduce an enum for keeping track of pseudo-elements. r=dbaron
|
2009-12-11 02:37:40 -05:00 |
|
Boris Zbarsky
|
e9f228c7d5
|
Backing out bug 525608 and bug 525952
|
2009-12-10 18:28:08 -08:00 |
|
Daniel Holbert
|
9ecf3cf108
|
Bug 529934 followup: Use "IsStringUnit()" instead of explicitly comparing unit, in nsStyleAnimation::FreeValue. r=dbaron
|
2009-12-10 16:38:17 -08:00 |
|
Boris Zbarsky
|
8f5e928be3
|
Bug 525952 part 4. Use the new pseudoclass enum in IsStateSelector and SelectorMatches. r=dbaron
|
2009-12-10 14:36:07 -08:00 |
|
Boris Zbarsky
|
c86ac3e140
|
Bug 525952 part 3. Introduce an enum for pseudo-clases. r=dbaron
|
2009-12-10 14:36:07 -08:00 |
|
Boris Zbarsky
|
9169c819a8
|
Bug 525952 part 2. Have different macros so nsCSSPseudoClassList.h consumers can tell apart state-related and not-state-related pseudo-classes. r=dbaron
|
2009-12-10 14:36:07 -08:00 |
|
Boris Zbarsky
|
88da9222b1
|
Bug 525952 part 1. Make sure pseudo-element selectors never land inside SelectorMatches (because tree pseudo-elements do weird stuff with pseudo-classes). r=dbaron
|
2009-12-10 14:36:07 -08:00 |
|
Boris Zbarsky
|
5b9e769f0b
|
Bug 525608 part 8. Reorder the cases in AddRule in order of likelihood. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
7b8acbcaf3
|
Bug 525608 part 7. Make tree pseudos use a separate hashtable instead of riding along on the rulehash. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
a784f30c6a
|
Bug 525608 part 6. Remove null-checks on RuleProcessorData::mContent. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
bdb94e5fc6
|
Bug 525608 part 5. Change anonymous box rule matching to just use a separate hashtable and not ever run SelectorMatches. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
e6128a1572
|
Bug 525608 part 4. Change pseudo-element probing and resolution to not use EnumerateTagRules. r=dbaron
|
2009-12-10 14:36:06 -08:00 |
|
Boris Zbarsky
|
0a82b262db
|
Bug 525608 part 3. Change all style set consumers that ask for a pseudo style context to indicate what they're actually asking for (pseudo-element, anonymous box, or xul tree thing). r=dbaron
|
2009-12-10 14:36:05 -08:00 |
|
Boris Zbarsky
|
d458769f84
|
Bug 525608 part 2. Change the CSS parser to not allow anon box selectors with more than the anon box name in them. Store the pseudo type in pseudo-element selectors. Enforce that all non-anon-box pseudo selectors have an mNext that selects the element they apply to. r=dbaron
|
2009-12-10 14:36:05 -08:00 |
|
Boris Zbarsky
|
b4f32f993e
|
Bug 525608 part 1. Introduce an enum for keeping track of pseudo-elements. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Boris Zbarsky
|
cc6eb188e6
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Boris Zbarsky
|
129197fdc7
|
Bug 523294 part 2. Get rid of the aAttribute argument to SelectorMatches; handle attribute changes by checking for matches on selectors including the given attribute both before and after the change. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
|
Boris Zbarsky
|
9dc3b4cdd3
|
Bug 523294 part 1. Change the signature of HasAttributeDependentStyle. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
|
Boris Zbarsky
|
f437bbbd4c
|
Bug 523288 part 3. Do a bit less work still in the RuleProcessorData constructor. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
|
Boris Zbarsky
|
368b43c231
|
Bug 523288 part 2. Get link state and content state lazily. r=dbaron
|
2009-12-10 14:36:03 -08:00 |
|
Boris Zbarsky
|
c993848554
|
Bug 523288 part 1. Move matching on id and class to right after matching on tag in SelectorMatches. r=dbaron
|
2009-12-10 14:36:02 -08:00 |
|
Boris Zbarsky
|
c117d41a73
|
Bug 523148. Speed up AddImportantRules. r=dbaron
|
2009-12-10 14:36:02 -08:00 |
|
Benjamin Smedberg
|
281b9fd4a8
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
|
Mats Palmgren
|
c8c0189e55
|
Use reftest-wait to fix Tinderbox orange. b=527806
|
2009-11-11 02:48:34 +01:00 |
|
Josh Aas
|
80e4d43179
|
Rename nsGUIEvent's nativeMsg field to pluginEvent. b=527617 r=roc
|
2009-11-10 16:55:38 -05:00 |
|
Josh Aas
|
74eb1fe935
|
Remove unnecessary event handling cases for NS_ACTIVATE/NS_DEACTIVATE in nsObjectFrame. b=526633 r=roc
|
2009-11-10 16:54:29 -05:00 |
|
Jonathan Griffin
|
6f4f282c68
|
Bug 458131. Additional reftests for border-radius. r=zwol
|
2009-11-10 11:08:38 -08:00 |
|
Robert Longson
|
0c13556d69
|
Bug 527325 - feConvoleMatrix does not process bias correctly. r=roc
|
2009-11-10 18:49:37 +00:00 |
|
Josh Aas
|
8be6e464a2
|
64-bit Mac OS X bustage fix, b=527115
|
2009-11-10 11:51:55 -05:00 |
|
Boris Zbarsky
|
e38ec39351
|
Bug 505059 build bustage fix.
|
2009-11-18 08:58:44 -05:00 |
|
Boris Zbarsky
|
2eec426e1f
|
Fix bug 528038 merge weirdness
|
2009-11-18 08:31:33 -05:00 |
|
Boris Zbarsky
|
71f48241bd
|
Bug 505059. Don't shut down the layout module while someone is holding a reference to the stylesheet service. r=dbaron
|
2009-11-18 08:25:02 -05:00 |
|
Boris Zbarsky
|
679d2edfd4
|
Bug 526375. Enforce always appending to the last continuation for {ib} splits. r=roc
|
2009-11-18 08:25:02 -05:00 |
|
Boris Zbarsky
|
6fe6998aa1
|
Bug 528038. Make sure to propagate inherited changes properly for cases where the change hint doesn't apply to all descendants. r=dbaron
|
2009-11-18 08:25:02 -05:00 |
|
Benjamin Smedberg
|
bbfa38694c
|
Bug 523224 - nsFrameLoader::TryNewProcess crashes if reflow hasn't happened yet and created a view for our remote tab. Fix this by separating the process of creating the IFrameEmbedding and hooking up the view. IFrameEmbedding creation is analogous to creating a docshell, and we can hook up the view/widget hierarchy later.
* * *
imported patch fennelectrolysis-workihng
|
2009-10-28 16:41:46 -04:00 |
|
Boris Zbarsky
|
5e2979bd66
|
Bug 530686 second followup. Fix reftest.
|
2009-12-01 02:15:44 -05:00 |
|
Boris Zbarsky
|
5d3a7b122e
|
Bug 530686 followup. Fix reftest manifest
|
2009-11-30 21:42:01 -05:00 |
|
Robert O'Callahan
|
1eb1c0bb6b
|
Bug 530472. Make sure to check across document boundaries to see whether the clipFrame is an ancestor of the moving frame. r=dbaron
|
2009-11-30 18:14:04 -05:00 |
|
Robert O'Callahan
|
6780628363
|
Bug 530686. Don't redraw box-shadows over the bounding rect of the dirty region; just redraw them over a (somewhat simplified) dirty region. r=dbaron
|
2009-11-30 18:14:04 -05:00 |
|
Benjamin Smedberg
|
0177a8612f
|
Merge plugin changes from electrolysis to mozilla-central.
|
2009-12-16 19:06:54 -05:00 |
|
Benjamin Smedberg
|
eba77abeb6
|
Merge mozilla-central into e10s.
|
2009-10-28 11:32:00 -04:00 |
|
Benjamin Smedberg
|
4bb6d6c511
|
Bug 522352 - make nsSubDocumentFrame not assume as much about docshells: move all that into the frameloader, r=bz (preparation and merge reduction for Electrolysis, where not all frameloaders have docshells)
--HG--
extra : rebase_source : 7c51147603fccb93040fdb6e883b33dbab130040
|
2009-10-16 15:42:29 -04:00 |
|
Benjamin Smedberg
|
510899ed2d
|
Bug 522352 - make nsSubDocumentFrame not assume as much about docshells: move all that into the frameloader, r=bz
|
2009-10-16 15:42:29 -04:00 |
|
Benjamin Smedberg
|
91f1d583be
|
Merge mozilla-central to pick up additional backouts and pymake fix.
|
2009-10-23 11:22:12 -04:00 |
|
Daniel Holbert
|
97dd2cec14
|
update bug # for deferred-anim-1.xhtml reftest failure (bug 470868)
|
2009-10-23 08:16:11 -07:00 |
|
Chris Jones
|
e5481210f2
|
Merge mozilla-central to pick up unit test fixes
|
2009-10-22 20:33:36 -05:00 |
|
Daniel Holbert
|
e1704c93d5
|
bustage fix for bug 520710 -- add missing test files (bustage became visible after Bug 482402 enabled the SMIL tests)
|
2009-10-22 16:52:30 -07:00 |
|
Daniel Holbert
|
49b7752b81
|
Bug 482402: Enable "svg.smil.enabled" pref by default (enabling SMIL in nightly builds). r=roc
|
2009-10-22 15:51:23 -07:00 |
|
Daniel Holbert
|
08db3f7b28
|
bug 520710: SVG/SMIL: Make <set> element apply its 'to' value for whole duration. r=birtles sr=roc
|
2009-10-22 15:15:44 -07:00 |
|
Daniel Holbert
|
192d1b23ab
|
Bug 523576: Build nsSMILKeySpline even when SMIL is disabled, since the CSS transitions code needs it. r=roc
|
2009-10-22 15:13:12 -07:00 |
|
Daniel Holbert
|
750877547e
|
Bug 523755: Remove two unneeded nsCSSValue variable declarations in nsCSSDeclaration. r=dbaron
|
2009-10-22 15:13:10 -07:00 |
|
L. David Baron
|
4ebea4337e
|
Fix two reftest.js mistakes in changeset d4fa46306138. (Bug 471579) r=ted
|
2009-10-22 16:36:24 -04:00 |
|
Olli Pettay
|
ccdacf91b1
|
Trying to fix the test for bug 411236, a=sheriff on a CLOSED TREE
|
2009-10-22 20:25:06 +03:00 |
|