Robert O'Callahan
|
40f66f6506
|
Bug 339548. Part 7: Create nsLayoutUtils::IsAncestorFrameCrossDoc. r=dbaron
|
2009-07-22 12:44:56 +12:00 |
|
Robert O'Callahan
|
3e0557fef1
|
Bug 339548. Part 5: Support an accurate mode for display lists computing visible regions. r=dbaron
|
2009-07-22 12:44:56 +12:00 |
|
Robert O'Callahan
|
0d1716c268
|
Bug 339548. Part 2: Introduce nsRootPresContext.
|
2009-07-22 12:44:54 +12:00 |
|
Robert O'Callahan
|
6da4194f20
|
Bug 339548. Part 1: Factor out FindContainerView.
|
2009-07-22 12:44:53 +12:00 |
|
Robert O'Callahan
|
522a58f4ec
|
Bug 505186. Don't add useless nsDisplayReflowCount items to display lists in debug builds. r=bzbarsky
|
2009-07-22 12:44:52 +12:00 |
|
Robert O'Callahan
|
ff9e9e2aea
|
Bug 505184. Remove unused aBorder parameter to PaintBackgroundLayout. r=dbaron
|
2009-07-22 12:44:50 +12:00 |
|
Olli Pettay
|
0226273416
|
bug 501900, r+sr=roc
|
2009-07-21 14:59:46 +03:00 |
|
Joe Drew
|
6c441f55f7
|
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
|
2009-07-20 18:50:15 -07:00 |
|
Jonathan Kew
|
227f047f17
|
add margin to avoid overflow due to antialiasing, fixing test breakage for bug 476927 and 475968
|
2009-07-10 14:02:59 +12:00 |
|
Boris Zbarsky
|
9046d1bc03
|
Bug 503364. Make GetAbsoluteContainingBlock work correctly for abs pos table ancestors again. r+sr=roc
|
2009-07-09 15:13:58 -07:00 |
|
Timothy Nikkel
|
6cea3d5dca
|
Bug 502424 - Window transparency does not work. r+sr=roc
|
2009-07-09 11:16:11 +02:00 |
|
Boris Zbarsky
|
b7e8beed7e
|
Bug 502941. Don't bother appending if we already know our correct prevsibling. r+sr=roc
|
2009-07-07 22:23:24 -07:00 |
|
Kyle Huey
|
b5252a4e2a
|
Bug 492205. Remove IsRootElementFrame. r=roc
|
2009-07-04 22:00:10 +12:00 |
|
Robert O'Callahan
|
d939ea97ff
|
Bug 501878. Don't suppress whitespace-only SVG text frames. r+sr=bzbarsky
|
2009-07-04 21:56:20 +12:00 |
|
Robert O'Callahan
|
56699ae2e0
|
Bug 501100. Convert print preview tests to chrome tests. r=martijn
--HG--
rename : layout/base/tests/test_bug396024.html => layout/base/tests/chrome/bug396024_helper.xul
rename : layout/base/tests/test_bug482976.html => layout/base/tests/chrome/bug482976_helper.xul
rename : layout/base/tests/test_printpreview.html => layout/base/tests/chrome/printpreview_helper.xul
|
2009-07-04 21:50:43 +12:00 |
|
Timothy Nikkel
|
b21de22a53
|
Bug 488242. Make iframes with semi-transparent backgrounds work correctly by painting all canvas background colors using a dedicated fallback background color display item. r+sr=roc
|
2009-07-04 21:30:59 +12:00 |
|
Mats Palmgren
|
0fe634a951
|
Fix build error when MOZ_MEDIA isn't defined. b=500988 r=roc
|
2009-07-02 11:57:35 +02:00 |
|
Simon Montagu
|
827d9111b2
|
Make fluid continuations between adjacent text frames with the same directionality. Bug 499538, r+sr=roc
|
2009-07-01 00:16:26 -07:00 |
|
Masayuki Nakano
|
adfdc27a90
|
Bug 486778 Spell checker's wavy line is sometimes drawn through misspelled words r+sr=roc
|
2009-07-01 01:52:16 +09:00 |
|
Olli Pettay
|
6041f8abed
|
Bug 496567 - Remove nsXULCommandEvent and nsIDOMXULListener, r=neil, sr=sicking
|
2009-06-30 10:56:40 +03:00 |
|
Boris Zbarsky
|
5637179ce2
|
Fixing some formatting issues with the test
|
2009-06-29 21:40:17 -04:00 |
|
Boris Zbarsky
|
32197e16c7
|
Bug 500905. Don't try to create text frames for textnodes that don't have frames if their parent frame's parent type is not block. That way we won't reconstruct the row, for example, if a cell is reframed and has whitespace next to it. Also fix WipeContainingBlock to not reframe in that case anyway. r+sr=roc
|
2009-06-29 21:39:55 -04:00 |
|
Robert O'Callahan
|
62129c7d37
|
Bug 500556. Split FRAMETREE_DEPENDS_ON_CHARS bit into NS_CREATE_FRAME_IF_NON_WHITESPACE and NS_REFRAME_IF_WHITESPACE so we don't need to reframe for every data change. r+sr=bzbarsky
--HG--
extra : rebase_source : 580aed3273c16e8402434a6f32d18dca542f29c0
|
2009-06-29 10:48:24 +12:00 |
|
Olli Pettay
|
7e463f0741
|
Bug 482578, r=bz, sr=jonas
|
2009-06-28 23:04:35 +03:00 |
|
Boris Zbarsky
|
b01c2285d2
|
Adding crashtest
|
2009-06-26 00:19:09 -04:00 |
|
Boris Zbarsky
|
1c73bfb395
|
Bug 500467. When removing table rows/rowgroups/cells, don't try to create frames for their adjacent whitespace. We don't need it. r+sr=roc
|
2009-06-25 18:12:51 -04:00 |
|
Vladimir Vukicevic
|
ce0b21af22
|
b=492724; pull out canvas utility functions into CanvasUtils/LayoutUtils; r+sr=roc
|
2009-06-25 13:30:56 -07:00 |
|
Robert O'Callahan
|
001a8ce4ef
|
Bug 500124. Fix regression from bug 495385 by initializing text items correctly. Also avoid reframing text nodes in ContentRemoved when we know the text node doesn't need to be unsuppressed. r+sr=bzbarsky
--HG--
extra : rebase_source : 292265bb6af2e53eba713a11d91754e8bab2f5df
|
2009-06-24 20:46:04 +12:00 |
|
Olli Pettay
|
f1f141152f
|
Bug 496000 - Remove nsBeforePageUnloadEvent, r+sr=jst
--HG--
extra : rebase_source : 0288c06ade3ef23641bb2fe9a33143e865d90217
|
2009-06-24 11:42:00 +03:00 |
|
Robert O'Callahan
|
b345a70a9e
|
Bug 495385. Text frames adjacent to block boundaries that contain only collapsible whitespace cannot affect layout, so don't create them. r+sr=bzbarsky
--HG--
extra : rebase_source : 2cd0b9d4bdfb47d8757efe0ca9983cbbcfca423c
|
2009-06-13 21:16:34 +12:00 |
|
Olli Pettay
|
1a534bf2c2
|
Bug 497178 - Make nsPIDOMEventTarget::GetListenerManager to return nsIEventListenerManager*, r+sr=peterv
--HG--
extra : rebase_source : e92146a2236fe857aff7b2a9b1516b30174b8d83
|
2009-06-23 14:23:52 +03:00 |
|
Olli Pettay
|
5d266c5155
|
Bug 496102 - Remove nsNotifyPaintEvent, r+sr=roc
|
2009-06-23 12:09:05 +03:00 |
|
Olli Pettay
|
902d73cc87
|
Bug 483218 - mochitest-plain: test_bug450930.xhtml intermittently fails, r=roc
|
2009-06-23 11:14:09 +03:00 |
|
Olli Pettay
|
00d5274b20
|
Backout Bug 496102
--HG--
extra : rebase_source : f33905aff8d759480277d9f13908035382c026c6
|
2009-06-22 16:35:15 +03:00 |
|
Olli Pettay
|
ecc0350c75
|
Bug 496102 - Remove nsNotifyPaintEvent, r+sr=roc
|
2009-06-22 14:07:46 +03:00 |
|
Peter Van der Beken
|
58e796a645
|
Fix for bug 308736 (Caret is invisible when entering an empty designmode field.). r/sr=roc.
--HG--
extra : rebase_source : ef79a8ef7cb96c0efcdccc967370fcdf8f07eba4
|
2009-06-19 18:31:49 +02:00 |
|
Daniel Brooks
|
deacc87633
|
Bug 495002 - nsPresContext ought to have CSSPixelsToDevPixels and DevPixelsToCSSPixels methods
r=bz, sr=roc
|
2009-06-18 03:35:11 -05:00 |
|
Boris Zbarsky
|
f51e72add0
|
Bug 495798. Drop native theming for controls styled with transparent backgrounds, even if the user said to not use the page colors. r+sr=dbaron
|
2009-06-16 15:05:12 -07:00 |
|
Boris Zbarsky
|
03a827f6f5
|
Bug 498530. Don't try to remove array elements that might not be in the array. r+sr=smaug
|
2009-06-16 11:46:24 -07:00 |
|
L. David Baron
|
0d06184f97
|
Remove support for fallback background colors. (Bug 496721) r+sr=bzbarsky
|
2009-06-16 08:00:20 -07:00 |
|
Boris Zbarsky
|
fb5e52f5be
|
Disable this test for now, due to random orange. See bug 492575
|
2009-06-15 16:06:21 -07:00 |
|
Robert O'Callahan
|
338a814be0
|
Backed out changeset 69c6dbdfd179
|
2009-06-14 00:18:06 +12:00 |
|
Robert O'Callahan
|
9ffe56c833
|
Bug 495385. Text frames adjacent to block boundaries that contain only collapsible whitespace cannot affect layout, so don't create them. r+sr=bzbarsky
--HG--
extra : rebase_source : 544ae2157803cf075a50d2a451c6179525ebbc36
|
2009-06-13 21:16:34 +12:00 |
|
Timothy Nikkel
|
358f2be59b
|
Bug 491700 - "hang while resizing windows (CPU hits 100%, no interaction is possible)." r+sr=bzbarsky
|
2009-06-12 21:28:41 -04:00 |
|
Robert O'Callahan
|
a956c259fc
|
Bug 496840. Make dynamic insertion and removal of legends work in the presence of multiple legends. r+sr=bzbarsky
--HG--
extra : rebase_source : c11c9ac211575f01ac810eac7c1feb684ed76d7a
|
2009-06-12 14:01:05 +12:00 |
|
Robert O'Callahan
|
7042d53d8b
|
Bug 496032. Buttons should should lay out their contents using IsBlockInside not IsBlockOutside. r+sr=bzbarsky
--HG--
extra : rebase_source : bd35093b32239a2803868ab8d684f56db318fbeb
|
2009-06-12 13:48:07 +12:00 |
|
Boris Zbarsky
|
6a3d690372
|
Better build bustage fix for bug 495728
|
2009-06-11 15:30:24 -04:00 |
|
Boris Zbarsky
|
72176d8e67
|
Backing out part of bug 495728 to fix Windows test build bustage
|
2009-06-11 15:08:33 -04:00 |
|
Boris Zbarsky
|
5c39512d9e
|
Bug 495350. Do a better job of keeping track of our line participant count. r+sr=roc
|
2009-06-11 13:09:35 -04:00 |
|
Timothy Nikkel
|
647a1b6542
|
Bug 496020 - "nsCSSFrameConstructor::BeginUpdate is called when scripts are not blocked." r+sr=bzbarsky
|
2009-06-11 13:09:34 -04:00 |
|
Timothy Nikkel
|
5b29e448a0
|
Bug 495728 - "###!!! ASSERTION: destroy called on frame while scripts not blocked: '!nsContentUtils::IsSafeToRunScript()', file /Users/bzbarsky/mozilla/vanilla/mozilla/layout/generic/nsFrame.cpp, line 446." r+sr=bzbarsky
|
2009-06-11 13:09:33 -04:00 |
|
Jonathan Watt
|
c6553d47fd
|
Bug 488460. Invalidation cleanup. r=longsonr
|
2009-06-11 17:23:43 +02:00 |
|
Markus Stange
|
f9eb685a64
|
Bug 495920 - nsThebesDeviceContext shouldn't have a reference to a native widget. r=masayuki, sr=roc
|
2009-06-11 11:24:41 +02:00 |
|
Arpad Borsos
|
be212f351c
|
Bug 495296 - kill nsISVGTextContentMetrics; r+sr=roc
|
2009-05-29 12:15:40 +02:00 |
|
Neil Deakin
|
79321ef1f8
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
|
2009-06-10 14:00:39 -04:00 |
|
Simon Montagu
|
4c680e3efc
|
Empty inlines can get misplaced during incremental reflow in bidi pages. Bug 496006, r+sr=roc (regression from bug 332655)
|
2009-06-08 01:59:39 -07:00 |
|
Boris Zbarsky
|
12e038e30d
|
Another attempt to fix bug 492575.
|
2009-06-02 11:59:27 -04:00 |
|
Boris Zbarsky
|
60fc72e742
|
Bug 495648. Work around yet more listbox suckage: it'll randomly create frames for content it hasn't included in its row count! r=enn, sr=roc pending
|
2009-06-01 12:46:31 -04:00 |
|
Robert O'Callahan
|
8c7da0cfb7
|
Bug 494667. Don't apply optimization to shrink drawn background area to exclude solid borders, if we're not going to draw those borders (e.g. in tables with collapsing borders). r+sr=dbaron,a=beltzner
|
2009-05-28 17:01:42 +12:00 |
|
Jesse Ruderman
|
dddd44794e
|
Add crashtests
|
2009-05-26 11:53:12 -07:00 |
|
Karl Tomlinson
|
1b9df1cee4
|
b=481751 block-height line-height for text input and strut baseline for textarea r=bz,sr=dbaron
--HG--
extra : rebase_source : 1241360066ea9387d15c71936da9468399240640
|
2009-05-19 10:13:12 +12:00 |
|
Olli Pettay
|
f9fa7407e7
|
Bug 493251 - Header/navigation links on PG.com take two clicks to load, r+sr=jst
|
2009-05-18 12:17:45 +03:00 |
|
Robert O'Callahan
|
8d23e695a3
|
Bug 493202. Add a layout.css.devPixelsPerPx hidden pref to control that ratio if desired. r=vlad
|
2009-05-18 10:09:53 +12:00 |
|
Timothy Nikkel
|
25b4c43458
|
Bug 492014. Wrap the display list for a subdocument in a wrapper which associates it all with the subdocument's owning element, so sorting-by-content doesn't try to reorder it. r=roc
|
2009-05-15 15:11:59 +12:00 |
|
Timothy Nikkel
|
13f0179fd9
|
Bug 491848. Ensure scripts are blocked during frame destruction. Also, don't dispatch paint events during a synchronous plugin message. r=roc
|
2009-05-15 15:08:41 +12:00 |
|
Boris Zbarsky
|
a3a9f40918
|
Bug 493025. Don't assert if we happen to do bitblit scroll analysis on some frames that are dirty because a reflow got interrupted. r+sr=roc
|
2009-05-14 21:40:29 -04:00 |
|
Boris Zbarsky
|
a63e049e91
|
Bug 492760. Don't try to do a best-effort scroll to never-been-laid-out frames. r+sr=roc
|
2009-05-14 21:40:28 -04:00 |
|
Boris Zbarsky
|
bc66ab1170
|
Bug 492163, bug 492112, and bug 483604. Stop putting the style contexts of textnodes and CSS generated content in the undisplayed map, and make sure to properly unbind generated content if we don't plan to actually create a frame construction item for it. r+sr=dbaron
|
2009-05-14 21:40:26 -04:00 |
|
Masayuki Nakano
|
feee8b464b
|
Bug 492233 [IMM32] Reimplement IME mouse handling r=VYV03354+roc, sr=roc
|
2009-05-15 09:46:24 +09:00 |
|
Arpad Borsos
|
5b33bf7a38
|
Bug 492531 - Optimize some CSS and Reflow classes for memory usage; r+sr=dbaron
|
2009-05-13 10:26:48 +02:00 |
|
Robert O'Callahan
|
f34b7ae2c5
|
Bug 492480. Unregister placeholder relationship when we destroy out-of-flow frames, instead of trying to do it earlier in many places and not always doing it right. r+sr=dbaron
--HG--
extra : rebase_source : c9bedc1d7482b9c7ccf2878caded9320b92eb652
|
2009-05-14 09:35:02 +12:00 |
|
Michael Ventnor
|
22d3e3c5b8
|
Bug 483533. Don't change shadow shape due to spread. r=roc
--HG--
extra : rebase_source : 0eabcf6676a970c16b97cbd1999c824a6e501e46
|
2009-05-13 21:42:39 +12:00 |
|
Boris Zbarsky
|
31ccc9cace
|
Bug 492575. Trying to eliminate random orange from this test
|
2009-05-12 22:37:05 -04:00 |
|
Boris Zbarsky
|
11f21755ed
|
Bug 488057. Be more careful when we unsuppress painting. r+sr=roc
|
2009-05-12 15:07:08 -04:00 |
|
Daniel Holbert
|
0947631c3a
|
Bug 490909: Remove old layout debugging code, patch #2: remove 'VerifyTree' & related code. r+sr=dbaron
|
2009-05-12 12:03:09 -07:00 |
|
Boris Zbarsky
|
70c31886f4
|
Bug 480452. Make {ib} splits behave the same way with regard to margins, borders, and padding as inline frames that just have a line-break happening inside them do. r+sr=dbaron
|
2009-05-11 22:04:58 -04:00 |
|
Boris Zbarsky
|
e6259a26ac
|
Bug 78070. When the root element is removed, remove all frames except the viewport; when it's reinserted, recreate them as needed. r=roc,dbaron sr=roc
|
2009-05-11 22:04:58 -04:00 |
|
Boris Zbarsky
|
d294c4b67f
|
Bug 491842. Check for suppressed scroll before doing the layout flush, so that we don't end up scrolling during the flush when scroll is suppressed. r+sr=dbaron
|
2009-05-09 22:57:53 -05:00 |
|
Ryo Onodera
|
5e72993bff
|
Bug 489485. nsRect::ToNearest/Inner/OuterPixels should be nonstatic. r+sr=roc
--HG--
extra : rebase_source : 13778709270ab926e951a7782fce3632370ef7c7
|
2009-05-08 14:31:04 +12:00 |
|
Robert O'Callahan
|
d827a42b82
|
Bug 488901. When an element's size changes and it has borders, we don't necessarily need to invalidate the entire border-box --- if there is no right or bottom border, and other conditions are met. r+sr=dbaron
--HG--
extra : rebase_source : 24306ec844dab873cc9b580f32a383f0ccb769a5
|
2009-05-08 13:52:22 +12:00 |
|
Robert O'Callahan
|
0d7d241faf
|
Bug 480819. Explicitly track all elements that need to be frozen when a document enters bfcache. r+sr=jst
--HG--
extra : rebase_source : cf8294ebf52bf91b067dc065ccf92098c529a445
|
2009-05-08 13:32:32 +12:00 |
|
Jesse Ruderman
|
e4630c2392
|
Add crashtest for bug 457362
|
2009-05-07 17:41:08 -07:00 |
|
Robert Longson
|
983f8abcf2
|
Bug 484176 - Support allowReorder for switch. r=jwatt,sr=roc
|
2009-05-07 20:37:33 +01:00 |
|
Boris Zbarsky
|
fc728b8197
|
Bug 490173. Switching display from -moz-popup to block in an HTML document doesn't trigger a frame reconstruct. r+sr=dbaron
|
2009-05-07 15:21:54 -04:00 |
|
Boris Zbarsky
|
64b2d5e1bf
|
Bug 490957. Eliminate nsWebShell. r+sr=bsmedberg
|
2009-05-07 15:21:53 -04:00 |
|
L. David Baron
|
8c38aba811
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
Boris Zbarsky
|
05780cc568
|
Bug 67752. Implement interruptible reflow. r=roc,dbaron
|
2009-04-21 19:53:52 -04:00 |
|
Daniel Holbert
|
c59da27043
|
Bug 450340 trivial follow-up: flip constructor's initialization order to fix a build warning. r=roc
|
2009-05-04 11:08:36 -07:00 |
|
Phil Ringnalda
|
621dae24da
|
Bug 489122 - MOZ_REFLOW_PERF not AC_DEFINED by --enable-reflow-perf since it's misspelled _PREF in configure.in, r+sr=roc
|
2009-05-03 18:35:33 -07:00 |
|
Simon Montagu
|
66916d4c11
|
Clear previous continuation's text run when destroying a continuation text frame. Bug 490747, r+sr=roc
|
2009-04-30 23:55:59 -07:00 |
|
tn
|
7afdd11636
|
Bug 490376 - Crash [@ nsDisplayList::GetBottom]; r=roc
|
2009-04-30 12:07:18 +02:00 |
|
Ehsan Akhgari
|
25ee93c2f6
|
Fix the test bustage from changeset edbe350e1d81
|
2009-04-30 10:42:12 +04:30 |
|
Ehsan Akhgari
|
6f5fdce31e
|
Bug 488553 - Random Failure of test_bug467672-4.html; r+sr=roc
|
2009-04-29 18:32:31 +04:30 |
|
Simon Montagu
|
47400bfd9e
|
Set baseLevel and paraLevel properties on empty frames. Bug 489887, r+sr=roc
|
2009-04-28 02:23:53 -07:00 |
|
Boris Zbarsky
|
215627f0fb
|
Bug 490220. Make sure to skip over whitespace when looking for a following pseudo-sibling for a frame being removed. r+sr=roc
|
2009-04-27 14:20:08 -07:00 |
|
Jesse Ruderman
|
431af365ff
|
Add tests
|
2009-04-26 23:32:41 -07:00 |
|
tn
|
eb440cb520
|
Bug 485275. Display fallback background color for non-root documents as necessary. r+sr=roc
--HG--
extra : rebase_source : fd455bec928d342c184089dfba6c75191c4ea28d
|
2009-04-25 20:19:23 +12:00 |
|
Bob Clary
|
3755ce6189
|
bug 394014 - crash tests by Martijn Wargers.
|
2009-04-24 10:08:21 -07:00 |
|
Bob Clary
|
009030e1d2
|
bug 393326 - crash tests by Martijn Wargers.
|
2009-04-24 10:08:21 -07:00 |
|
Bob Clary
|
ddc615dce6
|
bug 384344 - crash test by Martijn Wargers.
|
2009-04-24 10:08:20 -07:00 |
|
Bob Clary
|
52878a8964
|
bug 383129 - crash test by Martijn Wargers.
|
2009-04-24 10:08:19 -07:00 |
|
Bob Clary
|
62a23a54e3
|
bug 378325 - crash test by Martijn Wargers.
|
2009-04-24 10:08:18 -07:00 |
|
Bob Clary
|
f02787112c
|
bug 356325 - crash test by Martijn Wargers.
|
2009-04-24 10:08:16 -07:00 |
|
Bob Clary
|
9bfff2c92c
|
bug 354133 - crash test by Martijn Wargers.
|
2009-04-24 10:08:16 -07:00 |
|
Bob Clary
|
9ba0c76fc7
|
bug 350267 - crash test by Gavin Sharp.
|
2009-04-24 10:08:15 -07:00 |
|
Bob Clary
|
7ccc6456ea
|
bug 348729 - crash test by Martijn Wargers.
|
2009-04-24 10:08:15 -07:00 |
|
Bob Clary
|
2cec0a1646
|
bug 348126 - crash test by Martijn Wargers.
|
2009-04-24 10:08:15 -07:00 |
|
Bob Clary
|
4fe75a8b3a
|
bug 344300 - crash test by Martijn Wargers.
|
2009-04-24 10:08:14 -07:00 |
|
Bob Clary
|
056d6f6271
|
bug 344064 - crash test by Martijn Wargers, Mats Palmgren.
|
2009-04-24 10:08:14 -07:00 |
|
Bob Clary
|
52ca7b7131
|
bug 344047 - crash test by Martijn Wargers.
|
2009-04-24 10:08:14 -07:00 |
|
Bob Clary
|
50dd26eb41
|
bug 343293 - crash tests by Martijn Wargers, Boris Zbarsky.
|
2009-04-24 10:08:13 -07:00 |
|
Bob Clary
|
5bdd7edcb3
|
bug 331883 - crash tests by Jesse Ruderman, Leon Sha.
|
2009-04-24 10:08:12 -07:00 |
|
Bob Clary
|
391a7cd09a
|
bug 330015 - crash test by Martijn Wargers.
|
2009-04-24 10:08:11 -07:00 |
|
Bob Clary
|
45b0a012f0
|
bug 329900 - crash test by Martijn Wargers.
|
2009-04-24 10:08:11 -07:00 |
|
Bob Clary
|
815fa5792f
|
bug 320459 - crash test by Waldegger Thomas.
|
2009-04-24 10:08:10 -07:00 |
|
Bob Clary
|
1266165d02
|
bug 311661 - crash tests by Martijn Wargers, Bernd.
|
2009-04-24 10:08:10 -07:00 |
|
Bob Clary
|
f227926ca1
|
bug 288790 - crash test by Martijn Wargers.
|
2009-04-24 10:08:10 -07:00 |
|
Bob Clary
|
a2ecbf8cd6
|
bug 317934 - crash test by Martijn Wargers.
|
2009-04-24 10:08:09 -07:00 |
|
Michael Ventnor
|
ae1033d5ae
|
Bug 489319 - Box shadow's OptimizeVisibility() should take border radii into account. r+sr=roc
|
2009-04-24 11:24:44 +02:00 |
|
Boris Zbarsky
|
897fb606b4
|
Bug 482398. Fix insertions when there are Letter frames around to be sane. r+sr=dbaron
|
2009-04-23 20:31:13 -04:00 |
|
Simon Montagu
|
78c48d14b7
|
Enable bidi when a frame has right-to-left direction during style post-processing instead of frame construction to catch dynamic changes to direction. Bug 489517, r+sr=dbaron
|
2009-04-23 09:09:47 +03:00 |
|
Neil Deakin
|
a6df0afb93
|
Bug 404798, assertions when root element is removed from xul document during inline script, r+sr=smaug
|
2009-04-22 08:55:54 -04:00 |
|
Olli Pettay
|
81884a8ad9
|
Bug 489224 - Printing doesn't print text field values, r+sr=roc
|
2009-04-22 12:35:45 +03:00 |
|
Joe Drew
|
64bbcf4155
|
Backed out changeset 6a452e522e07 - Boris Zbarsky – Bug 67752. Implement interruptible reflow. r=roc,dbaron - because of apparent Tp hangs.
|
2009-04-21 23:02:17 -04:00 |
|
Boris Zbarsky
|
e5f6293681
|
Bug 67752. Implement interruptible reflow. r=roc,dbaron
|
2009-04-21 19:53:52 -04:00 |
|
Simon Montagu
|
e2806d44ba
|
Bug 332655 - Don't join up text frames with the same content in Bidi resolution. r=uriber, sr=roc
|
2009-04-19 01:19:27 -07:00 |
|
Dão Gottwald
|
ddb69df7b5
|
Backout bug 485275 (changeset 996c11579453) because of test failures
|
2009-04-18 10:53:27 +02:00 |
|
tn
|
6af985ce18
|
Bug 485275 - trunk displays svg transformed foreign object html differently then 1.9. r+sr=roc
|
2009-04-18 09:11:29 +02:00 |
|
Boris Zbarsky
|
0ab9c0661c
|
Bug 488390. Get special siblings correctly even when bidi is involved. r+sr=roc
|
2009-04-14 22:28:27 -04:00 |
|
Boris Zbarsky
|
688d86b43a
|
This should be a bit-check, not a boolean check. No bug, r+sr=dbaron
|
2009-04-14 16:53:29 -04:00 |
|
Boris Zbarsky
|
307ccebf4c
|
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 |
|
Boris Zbarsky
|
040053eb7d
|
Bug 487449. Figure out the correct prevSibling for the new frames in ContentAppended, always pass the correct prevSibling to WipeContainingBlock, and make its aIsAppend argument exactly correspond to whether we'll call nsCSSFrameConstructor::AppendFrames. Change nsCSSFrameConstructor::AppendFrames() to take the prevSibling for the new frames. r+sr=roc
|
2009-04-14 09:30:20 -04:00 |
|
Boris Zbarsky
|
283d9a3b12
|
Bug 487895. Inserting an inline child into an inline with block :before, inline :after, and no other frame kids (but content kids to trigger ContentInserted) is broken. r+sr=roc
|
2009-04-14 09:29:51 -04:00 |
|
Boris Zbarsky
|
ebcd59ba91
|
Bug 488129 Fix end checks that were incorrectly reversed as part of part 7 of bug 480979. r+sr=roc
|
2009-04-14 09:29:27 -04:00 |
|
Robert O'Callahan
|
6eec5bcdad
|
Bug 471594 crashtest
--HG--
extra : rebase_source : 81534fc5d7c807571ef22dc257d2bec6b05823db
|
2009-04-10 13:21:37 +12:00 |
|
Robert O'Callahan
|
db73e45377
|
Bug 468491. When removing the continuations of a text frame, remove them starting at the end to avoid disrupting frame invariants by removing frames from the middle of the flow. r=dbaron
--HG--
extra : rebase_source : cc251f7dbc49568404aa2ebd7342e73b6d2fdf3a
|
2009-04-10 13:19:06 +12:00 |
|
Robert Longson
|
102ababb45
|
Bug 486933 - image-rendering does not work on body or root CSS background images. r+sr=roc
|
2009-04-10 14:41:59 +01:00 |
|
Masayuki Nakano
|
d9f91d6288
|
Bug 482928 All menus, context menus, panels, etc, appear on primary display/screen/monitor when Firefox is on secondary r=smichaud+roc+jmathies, sr=vlad
|
2009-04-10 19:43:19 +09:00 |
|
Stuart Parmenter
|
b8242aa7d1
|
Add additional null checks to fix bustage
|
2009-04-08 08:40:47 -07:00 |
|
Stuart Parmenter
|
c58c9dbadb
|
Bug 482689. Optimize display lists for backgrounds. r/sr=roc
|
2009-04-08 08:19:51 -07:00 |
|
Boris Zbarsky
|
8a4ff1a34f
|
Bug 487539. Don't use an <area>'s primary frame as a primary frame hint. r+sr=roc
|
2009-04-09 21:37:37 -04:00 |
|
Boris Zbarsky
|
fcb79320f6
|
Bug 485631 followup. Only disable the dirty frae asserts under drawWindow if the flag to not flush was passed in. r+sr=roc
|
2009-04-09 12:43:15 -04:00 |
|
Boris Zbarsky
|
2aa018769c
|
Backed out changeset 86c8e18f20eb (bug 486933) due to landing on orange tree.
|
2009-04-09 11:54:43 -04:00 |
|
Robert Longson
|
e2afce6113
|
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 |
|
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 |
|
Boris Zbarsky
|
25164496ef
|
Backed out changeset 0ea22856b5d9 (bug 484448).
|
2009-04-08 15:56:43 -04: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 |
|
Jeff Muizelaar
|
9980cb2188
|
Bug 481926 - Rewrite color management component sr=vlad, r=ted, r=joedrew (\o/)
Replaces lcms with qcms
|
2009-04-07 12:02:11 -04:00 |
|
Robert Longson
|
f8f4cd0699
|
Backout Bug 486933 on suspicion of causing reftest machine issues
|
2009-04-07 00:57:50 +01:00 |
|
Robert Longson
|
0c50408f21
|
Bug 486933 - image-rendering does not work on body or root CSS background images. r+sr=roc
|
2009-04-07 00:45:54 +01:00 |
|