Oleg Romashin
|
7f313e106a
|
Bug 607653 - avoid temporary fbos/textures on transformed layers, when possible. r=roc a=approval2.0
|
2010-11-24 11:35:21 +02:00 |
|
Dave Townsend
|
d8db8dff9a
|
Backing out changeset 8fff1c186b30 from bug 607653 due to reftest failures on OSX. a=bustage
|
2010-11-24 16:19:41 -08:00 |
|
Oleg Romashin
|
dc4a3a3aa6
|
Bug 607653 - avoid temporary fbos/textures on transformed layers, when possible. r=roc a=approval2.0
|
2010-11-24 11:35:21 +02:00 |
|
Ehsan Akhgari
|
01ed93b1a6
|
Bug 389321 - Part 3: Use a centralized algorithm for caret positioning; r=roc a=blocking-betaN+
|
2010-08-31 14:54:44 -04:00 |
|
Timothy Nikkel
|
84c7c21eaf
|
Bug 582476. Part 2. When painting SVG foreign objects make sure to set the painting to window flag correctly. r=roc a=blocking-betaN+
|
2010-10-14 20:03:45 -05:00 |
|
Mounir Lamouri
|
6ed2fad1a8
|
Bug 595606 - "ASSERTION: no common ancestor at all" when removing a subtree with more than one id pointed by @form. r=jst a=blocking
|
2010-10-13 12:52:45 +02:00 |
|
Daniel Holbert
|
6c67974404
|
Bug 598798 patch 4: Remove hard-coded GraphicsFilter from nsLayoutUtils::DrawSingleUnscaledImage, and make its dirty-rect argument optional. r=roc a=blocking-betaN
|
2010-10-11 13:08:07 -07:00 |
|
Daniel Holbert
|
50754d3897
|
Bug 598798 patch 3: Add typedef for gfxPattern::GraphicsFilter to nsLayoutUtils. r=roc a=blocking-betaN
|
2010-10-11 13:07:59 -07:00 |
|
Oleg Romashin
|
ed2050a371
|
Merge with mozilla central 2779c55431a4, no conflicts
|
2010-09-10 22:32:25 -07:00 |
|
Chris Jones
|
a9dee7b997
|
Merge m-c --> cedar
|
2010-09-08 17:25:30 -05:00 |
|
L. David Baron
|
790d600cf8
|
Fix places where I missed clamping negative calc() to 0. (Bug 585715) r=bzbarsky a2.0=blocking2.0:beta6
|
2010-09-09 08:21:46 -07:00 |
|
Chris Jones
|
8e9ba51327
|
Bug 590294, part 5: Add a setDisplayPort() API to allow the frontend (or whatever else) to set an arbitrary visible region for the purposes of invalidation and layer retaining. r=roc sr=dbaron
|
2010-09-03 15:10:46 -05:00 |
|
Chris Jones
|
1b5ef66463
|
Bug 590294, part 4: IGNORE_VIEWPORT_SCROLLING currently implies interpreting the visible region as being relative to document space. Displayport rendering wants everything IGNORE_VIEWPORT_SCROLLING implies, except it wants the visible region to be relative to the viewport. So, split the coordinate-space interpretation into a new flag DOCUMENT_RELATIVE, which interprets the visible region as document-relative. r=tn sr=roc
|
2010-09-03 15:10:46 -05:00 |
|
L. David Baron
|
4dc0e05e53
|
Share IsPaddingZero between nsBlockFrame and nsInlineFrame by putting it in nsLayoutUtils. (Bug 585715) r=bzbarsky a2.0=blocking:beta6+
|
2010-08-31 12:05:12 -04:00 |
|
L. David Baron
|
29a3c7ade2
|
Expose RectToGfxRect on nsLayoutUtils. (Bug 459144, patch 10) r=roc a2.0=blocking:beta6+
|
2010-09-07 15:20:35 -07:00 |
|
Daniel Holbert
|
c37afa047e
|
Bug 276431 Patch 10: Make imgContainer::Draw take image-viewport-size, and improve nsLayoutUtils drawing wrappers. r=roc r=joe a=blocking
|
2010-09-08 13:40:39 -07:00 |
|
L. David Baron
|
b52a7e2eb1
|
Make IsAutoHeight be a member of nsLayoutUtils so we don't have to have two copies of it. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:56 +02:00 |
|
L. David Baron
|
4ff5861e6e
|
Add support for calc() to the 'height', 'min-height', and 'max-height' properties. (Bug 585715) r=bzbarsky a2.0=blocking+
|
2010-08-25 12:17:55 +02:00 |
|
Markus Stange
|
2cd20d4450
|
Bug 506826 - Make nsLayoutUtils::PaintFrame able to draw all continuations of a frame. r=roc
|
2010-08-13 15:32:04 +02:00 |
|
Markus Stange
|
eefa14ba48
|
Bug 572680 - Add nsLayoutUtils::DrawPixelSnapped. r=roc
|
2010-08-13 15:30:37 +02:00 |
|
Timothy Nikkel
|
73fa507bc1
|
Bug 584516. With linked view manager hierarchies we need to draw the print preview background on subdocument frames as well. r=roc
|
2010-08-08 13:49:07 -05:00 |
|
Timothy Nikkel
|
12ae6b7aa6
|
Bug 579663. Part 1. Remove unused offset param from GetActiveScrolledRootFor. r=roc
|
2010-08-08 13:49:06 -05:00 |
|
Chris Jones
|
f96d155a2e
|
Bug 570620, part b: Fix a hidden header depedency and add a PresShell::GetLayerManager() helper. r=tn
|
2010-08-05 17:11:23 -05:00 |
|
Neil Deakin
|
41968fdc26
|
Bug 552982, Part 4: change nsXULPopupManager::GetVisiblePopups to also return noautohide panels, r=mats
|
2010-07-27 09:38:03 -04:00 |
|
Timothy Nikkel
|
234a1f600d
|
Adjust comment. r=roc on irc
|
2010-07-18 21:23:47 -05:00 |
|
Robert O'Callahan
|
f235f5c301
|
Bug 564991. Part 14: Scroll using the layer system. r=mats,sr=dbaron
|
2010-07-16 09:08:02 +12:00 |
|
Robert O'Callahan
|
b09602c6ef
|
Bug 564991. Part 12: Refactor RenderDocument to use nsLayoutUtils::PaintFrame. r=mats
|
2010-07-16 09:07:52 +12:00 |
|
Robert O'Callahan
|
7166351c49
|
Bug 564991. Part 9: Retain layer trees. r=tnikkel,sr=mats
|
2010-07-16 09:07:51 +12:00 |
|
L. David Baron
|
cb65fa2a5d
|
Document GetChildListNameFor better as followup to bug 536720. r=mats
|
2010-07-02 21:18:55 -07:00 |
|
Boris Zbarsky
|
d1b226591b
|
Bug 517056. Drawing an incomplete image to the canvas shouldn't throw; should instead silently do nothing. r=vlad
|
2010-06-18 12:23:05 -04:00 |
|
Timothy Nikkel
|
364fa64b9c
|
Bug 563878. Part 1c. Misc layout cleanup. r=mats
(transplanted from 2c4a36b7e9ea2125b9daaab242202be4c34e46a5)
|
2010-06-05 15:29:49 -05:00 |
|
Jonas Sicking
|
fb38b1cb38
|
Bug 429175: Make sure to only set aNotify to true when we should. r=peterv
|
2010-05-03 06:23:36 -07:00 |
|
Boris Zbarsky
|
c522f80e5c
|
Bug 562688 part 13. Eliminate eELEMENT usage in layout/style, except the rule processor. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
timeless
|
d8effcff7f
|
Bug 334571 Coverity 702, NS_SIDES array limit check - replace NS_FOR_CSS_SIDES defines with enum. r=zwol,mats
|
2010-04-27 18:15:02 +02:00 |
|
timeless
|
21cb9c6c41
|
Bug 334571 strip trailing whitespace. r=zwol
|
2010-04-27 18:15:01 +02:00 |
|
Masayuki Nakano
|
b2b8aa83f0
|
Bug 544277 IME became unusable when switching focus on Gmail RTF Editor r=enn
|
2010-04-21 22:13:08 +09:00 |
|
Felipe Gomes
|
c8e1ff9545
|
Bug 489127 - nodesFromRect required for better usability on mobile devices (part 3) [r=roc]
|
2010-04-07 20:31:26 -04:00 |
|
Ehren Metcalfe
|
97778d4898
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
|
Robert O'Callahan
|
a81de51fc9
|
Bug 551660. Switch layout code from using nsPropertyTable to FramePropertyTable. r=mats,sr=dbaron
|
2010-03-29 14:46:55 +13:00 |
|
Masayuki Nakano
|
9e06f05e0c
|
Bug 528396 Create XP level IME transaction tests r=roc+mats, sr=jst
|
2010-03-19 14:02:53 +09:00 |
|
Robert O'Callahan
|
317aaf89b2
|
Bug 538266. Part 3: move nsSVGUtils::GfxRectToIntRect to nsLayoutUtils. r=mats
|
2010-03-02 12:08:28 +13:00 |
|
Michael Ventnor
|
de43c1d4fb
|
Bug 542361 - Fix and remove the GetUsedX assertions r=roc
|
2010-03-02 11:57:43 +10:00 |
|
Robert O'Callahan
|
cd4f7a9513
|
Bug 534425. Part 6: Let nsIWidgets expose a LayerManager to be used to render into the widget, instead of nsPaintEvent::renderingContext which is removed since it's no longer needed. Currently all widgets fall back to a default BasicLayerManager implementation. Also change nsPaintEvent::region to be an nsIntRegion, and get rid of nsPaintEvent::rect since it's redundant.
|
2010-03-01 21:03:49 +13:00 |
|
Dão Gottwald
|
10746ba961
|
Backed out changeset 8c2e7ae5cceb because of test_bug398289.html failure
|
2010-02-04 17:16:39 +01:00 |
|
Michael Ventnor
|
1a73409a07
|
Bug 542361 - Fix and remove the GetUsedX assertions. r=roc,dbaron
|
2010-02-04 14:58:02 +01:00 |
|
Robert O'Callahan
|
9a889b6c0f
|
Bug 526394. Part 33: Remove nsScrollPortView etc. r=mats
|
2010-01-12 10:45:20 +13:00 |
|
Robert O'Callahan
|
9c6e7e8ede
|
Bug 526394. Part 29: Create new nsLayoutUtils methods and remove useless code from nsListControlFrame::CaptureMouseEvents. r=mats
|
2010-01-12 10:45:18 +13:00 |
|
Robert O'Callahan
|
9a37af643c
|
Bug 526394. Part 26: Rework nsSelection to use frames only. r=mats
|
2009-09-10 17:16:18 +12:00 |
|
Robert O'Callahan
|
633c774c13
|
Bug 526394. Part 5: Fix up a bunch of sites to use nsIScrollableFrame instead of nsIScrollableView. r=mats
|
2009-09-01 23:29:27 +12:00 |
|
fantasai
|
9e51dfaf9b
|
Bug 508473 Part II: Remove DeletingFrameSubtree r=bz sr=roc
|
2009-12-24 00:20:41 -05:00 |
|