Robert O'Callahan
6d646878f1
Bug 630835. Make BuildLayer responsible for setting a visible region on the layer, and let FrameLayerBuilder only reduce it. r=tnikkel,a=blocking
...
This avoids problems with FrameLayerBuilder making the visible region bigger than we expected, invalidating CONTENT_OPAQUE flags set on the layer.
In particular, we had been using TransformBounds to compute the new visible region, and for non-axis-aligned transforms this gives us a visible
region which contains areas not actually painted by the layer contents.
2011-02-23 18:38:09 +13:00
Robert O'Callahan
ad37d8bbc9
Bug 634844. Part 2: Don't create a new Image in BuildLayer if we already have one. r=cjones,a=blocking
2011-02-23 18:38:09 +13:00
Robert O'Callahan
4caa37d41c
Bug 634844. nsPluginInstanceOwner::IsUpToDate should not create an Image for the plugin. r=cjones,a=blocking
2011-02-23 18:38:09 +13:00
Robert O'Callahan
7a6001cfc2
Bug 631388. Part 2: Don't let nsDisplayPlugin bounds depend on the ImageContainer's current image bounds, since that can change during display list processing. r=cjones,a=blocking
2011-02-23 18:38:09 +13:00
Hiroyuki Ikezoe
c5005b4101
Bug 635156 - typos in test svg files.
...
r=longsonr a=tests-only
2011-02-22 13:04:45 +01:00
Matt Woodrow
1acd60d2e4
Bug 622585 - Add clipped transform reftest. r=roc a=shaver
2011-02-22 20:30:38 +13:00
Robert O'Callahan
557afc8ade
Bug 634232. Call WillEndTransaction/DidEndTransaction notifications for FrameLayerBuilder's temporary layer managers. r=tnikkel a=hardblocker
2011-02-20 19:28:00 -08:00
Timothy Nikkel
81c031ec2a
Bug 594596. Check the return value when creating a menu popup widget. r=roc a=roc
2011-02-21 13:00:48 -06:00
Olli Pettay
b2c3e0e7c7
Bug 635434, dispatch to gKeyDownTarget using the right presshell, r=enn, f=masayuki, a=hardblocker
2011-02-21 18:39:21 +02:00
Jonathan Kew
18875f6360
bug 622507 - snap popup menu's view position to device pixels. r+a=roc
2011-02-21 08:52:42 +00:00
Simon Montagu
6f02bca0f9
Don't create or delete frames when nsTextFrame::SetLength is called from bidi resolution. Bug 635329, r+a=roc
2011-02-21 10:02:23 +02:00
Timothy Nikkel
084c19569c
Bug 633762. Only bail early if we have an async scroll pending so the ScrollTo call can update mDestination. r=roc a=roc
2011-02-20 14:03:32 -06:00
Matt Woodrow
4236b394ee
Bug 635302: fix flipping logic to handle both single-buffered and double-buffered cases correctly. r=joe, a=hardblocker.
2011-02-20 11:19:11 +13:00
Mike Shaver
0111864653
backout of 6bad6cd2dded due to failure of test it added (a=backout-orange)
2011-02-19 11:08:39 -08:00
Matt Woodrow
c77e8384c9
Bug 635302: fix flipping logic to handle both single-buffered and double-buffered cases correctly. r=joe, a=hardblocker.
...
See also bug 635383 for improving this logic in the longer term.
2011-02-18 18:11:00 -08:00
Chris Jones
678f0fefd9
Bug 635191: If the object frame has gone away, there's no way to determine IsUpToDate(), so just dispatch the paint-finished event. r=roc a=b
2011-02-18 18:32:12 -06:00
Daniel Holbert
60599c0ae5
Bug 596765, followup 2: Bail out of nsObjectLoadingContent::LoadObject for SVG-as-an-image documents (and re-enable reftest). r+a=roc
2011-02-18 23:55:39 -08:00
Peter Van der Beken
b6b7136d51
Fix for bug 633738 (quora.com bloats out of control (part 3)) - mark some known assertions caused by bug 439258. r=bz, a=jst.
2011-02-17 12:19:13 +01:00
Jonathan Kew
536c4678f1
Backed out changeset 26c7b580d5a2 (bug 622507) due to orange. a=backout
2011-02-18 09:46:27 +00:00
Jonathan Kew
d6fdc2e93b
bug 622507 - snap popup position to device pixels, to avoid Bookmark menu size getting stuck. r+a=roc
2011-02-18 09:12:08 +00:00
Jonathan Kew
e672d9e43e
bug 631035 - tests for changing tab width. r=roc a=test
2011-02-18 09:08:23 +00:00
Jonathan Kew
38ff233670
bug 631035 part 2 - optimize storage of tab widths. r+a=roc
2011-02-18 09:07:12 +00:00
Daniel Holbert
a49e91bb32
Bug 596765 followup: Disable plugin in svg-as-image test, since it's apparently unreliable (orange on linux64) and might not be testing correctly. a=orange
2011-02-17 23:25:11 -08:00
Daniel Holbert
79bedfb7ed
Bug 596765 followup: Disable plugin instantiation in SVG-as-an-image. r+a=roc
2011-02-17 21:52:03 -08:00
Daniel Holbert
23aafd83d1
Bug 596765, patch 4: reftests for this bug. r+a=roc
2011-02-17 17:13:52 -08:00
Daniel Holbert
ea2c38b4c3
Bug 596765, patch 3: Skip chunk of nsLayoutUtils::PaintFrame that's intended for root frames but gets triggered for foreignObjects in SVG-as-an-image. r+a=roc
2011-02-17 16:33:31 -08:00
Daniel Holbert
3487c789e9
Bug 596765, patch 2: In nsSVGForeignObjectFrame::MaybeReflowFromOuterSVGFrame, don't mark kid as dirty if we know we're not going to reflow it. r+a=roc
2011-02-17 16:33:31 -08:00
Daniel Holbert
b64368625d
Bug 596765, patch 1: Don't skip initial reflow for zero-sized svg foreignObject frames. r+a=roc
2011-02-17 16:33:30 -08:00
Matt Woodrow
3cdf3835ad
Backed out changeset 0d91127645a1 - Pushed wrong patch
2011-02-18 12:18:53 +13:00
Matt Woodrow
cc4f0d6f74
Bug 634366 - Remove broken CreateForNativePixmapSurface usage from CairoImageOGL. r=joe a=blocking2.0
2011-02-18 11:49:50 +13:00
Jim Mathies
eed0ad85d7
Bug 628949 - Update visible region / glass regions after we paint. r=roc a=2.0.
2011-02-17 15:42:39 -06:00
Olli Pettay
cddbc3e33e
Bug 634291, use faster inline method for global object check, r=bz, a=beltzner
2011-02-17 11:50:23 +02:00
Justin Lebar ext:(%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
94f6d9d6bd
Bug 615501 - Make push/replaceState suppress the popstate-after-load event; r=sicking a=jst
2011-02-14 13:15:29 -08:00
Andreas Gal
0d0f02f45d
Fix GC/CC scheduling (bug 630932, patch by gal/smaug, r=mrbkap). a=blocker
2011-02-16 15:47:12 -08:00
Matt Woodrow
df6d09eb2c
Bug 634521 - Let mac plugins trigger empty transactions. r=roc a=roc
2011-02-17 16:56:06 +13:00
Mark Banner
46e76fb75f
Bustage fix for the bustage fix for bug 626602. Namespace statement is required, so just ifdef it for IPC builds. r+a=bustage fix
2011-02-16 19:43:36 -06:00
Chris Jones
87a2750f51
Some tests for bug 626602. a=b landing on a CLOSED TREE
2011-02-16 16:43:31 -06:00
Chris Jones
42f9cd63c6
Bug 626602, part 8: Dig a tunnel from nsObjectFrame to PluginInstanceParent for background copying. r=bsmedberg sr=roc
2011-02-16 16:43:31 -06:00
Robert O'Callahan
8c5d3ac129
Bug 626602. Part 4: Make the display items behind a plugin that needs readback be as visible as we can. r=tnikkel
2011-02-16 16:43:30 -06:00
Robert O'Callahan
ac0601703a
Bug 626602. Part 3: Hook up ReadbackLayers in nsObjectFrame. r=cjones
2011-02-16 16:43:30 -06:00
Neil Rashbrook
8a65245fa9
Bug 616812 Remove extraneous CRs r+a=dbaron
2011-02-16 21:39:52 +00:00
Ehsan Akhgari
e9d07887b2
Bug 633044 - Special case empty text frames to position the caret at the correct position; r=roc a=blocking-final+
2011-02-15 01:11:18 -05:00
timeless@mozdev.org
863dd3b11c
Bug 620416 - hopefully useless null check of aCol in nsTreeBodyFrame::GetCellAt
...
r=enn a=dbaron
2011-02-16 14:14:20 +01:00
timeless@mozdev.org
b88c6d4720
Bug 620259 - add fall through comments to nsTableCellMap::SetNotTopStart and rename to nsTableCellMap::ResetTopStart
...
r=bernd a=dbaron
2011-02-16 14:14:18 +01:00
timeless@mozdev.org
262e601c9f
Bug 587484 - warning: suggest parentheses around assignment used as truth value in while (... = GetNextContinuation())
...
r+a=dbaron
2011-02-16 14:14:14 +01:00
timeless@mozdev.org
c2b1a0c153
Bug 620413 useless check of stopFrame in nsSVGGradientFrame::GetStopInformation
...
r=longsonr a=dbaron
2011-02-15 23:53:02 -08:00
timeless@mozdev.org
886e6baebe
Bug 617749 useless null check in nsSVGGlyphFrame::IsAbsolutelyPositioned
...
r=jwatt a=dbaron
2011-02-15 23:52:55 -08:00
Matt Woodrow
13bff10470
Bustage fix (forgot to qref). r=jst, a=bustage
2011-02-15 21:48:01 -08:00
Matt Woodrow
ea8970dc24
Bug 591687. Disable emtpy transactions with mac plugin layers. r=roc, a=blocker.
2011-02-15 21:25:34 -08:00
timeless@mozdev.org
ccaec9c2b5
Bug 620312 crash [@ nsTableFrame::InsertCol] because lastColGroup guard did not cover lastColGroup->GetColCount() r=bernd a=dbaron
2011-02-15 19:35:52 -05:00