Robert O'Callahan
|
0c16d772f1
|
Bug 584282. Add nsDisplayItem::mToReferenceFrame and initialize it in the constructor. r=tnikkel,a=dbaron
|
2010-08-13 22:01:13 +12:00 |
|
Timothy Nikkel
|
80321610da
|
Bug 563878. Part 15. Fix GetOffsetTo callsites. r=mats
|
2010-07-18 21:23:48 -05:00 |
|
Timothy Nikkel
|
314f050083
|
Bug 563878. Part 7. Change frame, point, rect, region APIs. r=mats sr=roc
|
2010-07-18 21:23:47 -05:00 |
|
Robert O'Callahan
|
9cfadb6a5b
|
Bug 564991. Part 42: When the root frame changes size, invalidate the changed area. r=tnikkel
|
2010-07-16 09:08:12 +12:00 |
|
Robert O'Callahan
|
cbfb19b33e
|
Bug 564991. Part 38: Make invalidation-during-paint work reliably. r=mats,sr=dbaron
|
2010-07-16 09:08:11 +12:00 |
|
Robert O'Callahan
|
1fdbd30da5
|
Bug 564991. Part 25: Introduce a 'has active layers' flag on frames, which times out, and use it for 'opacity'. r=mats,sr=dbaron
|
2010-07-16 09:08:06 +12:00 |
|
Robert O'Callahan
|
93ca51abca
|
Bug 564991. Part 13: Optimize invalidation to avoid repainting ThebesLayer contents sometimes. r=mats,sr=dbaron
|
2010-07-16 09:07:53 +12:00 |
|
Robert O'Callahan
|
8501238b21
|
Bug 564991. Part 7: Create Begin/EndDeferredInvalidates API so we can catch and defer invalidates on frames (and suppress certain areas completely). r=mats,sr=dbaron
|
2010-07-16 09:07:50 +12:00 |
|
Michael Ventnor
|
c40f8edbb0
|
Bug 564991. Part 3: Create unique nsDisplayItem types for every single display item. r=tnikkel
|
2010-07-16 09:07:49 +12:00 |
|
Robert O'Callahan
|
2b99a4f71b
|
Bug 564991. Part 2: Create retained layer API: methods on FrameLayerBuilder that frames can use to access, reuse and invalidate retained layers. r=mats,sr=vlad
|
2010-07-16 09:07:46 +12:00 |
|
Mats Palmgren
|
fc6158bba3
|
Bug 556432 - Dragging a content selection shows non-selectable text in the drag feedback. r=roc
|
2010-07-12 22:24:33 +02:00 |
|
Timothy Nikkel
|
69e644de71
|
Bug 563878. Part 5. Rename nsIFrame::GetWindow(Offset) to GetNearestWidget. r=mats
|
2010-07-02 14:11:04 -05:00 |
|
Alexander Surkov
|
0a6b10381a
|
Bug 573706 - make frame based accessible creation more pellucid, r=davidb, sr=roc
|
2010-06-28 21:02:03 +09:00 |
|
Robert O'Callahan
|
88ceb36bc8
|
Bug 572914. Overflow areas for theme backgrounds should not be clipped by -moz-hidden-unscrollable. r=dbaron
|
2010-06-28 12:28:21 +12:00 |
|
Timothy Nikkel
|
d722d5e2ec
|
Bug 574756. Make sure nsIFrame::List outputs the stylecontext of the frame. r=dbaron
|
2010-06-25 16:51:17 -05:00 |
|
Jim Mathies
|
611f140d43
|
Bug 513162 - Cleanup unused widget code and CID statics. r=vlad.
|
2010-06-24 21:01:06 -05:00 |
|
Jesse Ruderman
|
6a2161d1b5
|
Remove stray line breaks from NS_ERROR messages, since they interfere with log processing. rs=jst
|
2010-06-17 13:28:38 -07:00 |
|
Masayuki Nakano
|
60ee347538
|
Bug 550434 Clicking in an empty contenteditable element that has focus causes the caret to disappear (alternative approach) r=roc
|
2010-06-14 12:11:30 +09:00 |
|
Daniel Holbert
|
4ed9eaadf9
|
Bug 571059: Update debugging printfs to treat nsFrameState objects as 64-bit & fix build warnings. r=dbaron
|
2010-06-10 11:26:57 -07:00 |
|
L. David Baron
|
dd7ed68b11
|
Use macros for frame state so that it's easy to change the size and easier to read the constants. (Bug 570837) r=roc
|
2010-06-08 22:28:14 -07:00 |
|
Ehsan Akhgari
|
7fdc7ede6a
|
Bug 534785 - Move the ownership of editor and selection controller from the text frame to the content node; r=roc,jst sr=roc
(transplanted from 2437636244f39bbdc7d20b062e2c978b9d85c239)
|
2010-04-21 16:17:41 -04:00 |
|
Zack Weinberg
|
37db5c6bc6
|
Bug 562093: Add reflow tracing for InitConstraints, InitOffsets, InitFrameType. r=dbaron
|
2010-05-01 14:40:16 -07:00 |
|
Markus Stange
|
4e966c009d
|
Bug 550889 - Don't pass negative values to SetComputedWidth/Height in nsFrame::BoxReflow. r=bzbarsky
|
2010-05-01 12:40:22 +02:00 |
|
Boris Zbarsky
|
e708accf00
|
Bug 562688 part 11. Eliminate eELEMENT usage in layout/generic. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Neil Deakin
|
647f30aa88
|
Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil
|
2010-04-21 10:53:42 -04:00 |
|
L. David Baron
|
c86a254d87
|
Exit loop when needed. (Bug 497256) r=roc
|
2010-04-06 12:42:41 -07:00 |
|
Ehren Metcalfe
|
97778d4898
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
|
L. David Baron
|
21c8a7d37e
|
Make PaintBackgroundWithSC and related methods operate on nsStyleContext* rather than const nsStyleBackground*. (Bug 147777) r=zweinberg
|
2010-04-02 18:58:26 -07:00 |
|
Vivien Nicolas
|
2d6b593f77
|
Bug 461843: Backout changes to avoid assertions but broke scrollbar margin support [r=roc]
|
2010-04-02 18:25:40 -04:00 |
|
Zack Weinberg
|
9819bef9dc
|
Bug 494117: Mechanically change 'ReParent' to 'Reparent' throughout the tree. r=bzbarsky
|
2010-04-01 23:07:43 -07:00 |
|
Masayuki Nakano
|
af51af1a23
|
Bug 554822 Caret should refer the actual text color instead of the value of CSS color property r=roc
|
2010-04-01 11:35:48 +09:00 |
|
Masayuki Nakano
|
088a5ea83d
|
Bug 554822 backout the previous patch
|
2010-04-01 02:31:06 +09:00 |
|
Masayuki Nakano
|
8efd003cb0
|
Bug 554822 Caret should refer the actual text color instead of the value of CSS color property r=roc
|
2010-04-01 02:12:43 +09:00 |
|
Craig Topper
|
3b09030026
|
Bug 253889: DeCOMtaminate nsIPresShell - IsPaintingSuppressed(). r=roc
|
2010-03-31 08:43:49 -04:00 |
|
Kyle Huey
|
16f52975c2
|
Backing out Bug 253889 to fix Bug 555727.
|
2010-03-30 19:57:12 -04:00 |
|
Kyle Huey
|
597c98dfbe
|
Backed out changeset 4b8936ac4a31
|
2010-03-30 19:56:44 -04:00 |
|
Craig Topper
|
4976501bfc
|
Bug 253889: More deCOMtamination of nsIPresShell. r=roc
|
2010-03-28 19:21:11 -04:00 |
|
Masayuki Nakano
|
d11d3c90da
|
Bug 553975 Caret is painted under textframe in input/textarea element r=roc
|
2010-03-27 13:33:17 +09:00 |
|
Robert O'Callahan
|
decd9aff93
|
Bug 545049. Capture the pre-transform overflow area of a frame and use it in InvalidateOverflowArea. r=mats
|
2010-03-29 14:46:58 +13:00 |
|
Robert O'Callahan
|
22c0066a43
|
Bug 545049. When the overflow area of a transformed frame changes, we need to repaint the whole thing. r=mats
|
2010-03-29 14:46:58 +13: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 |
|
Craig Topper
|
c898504113
|
Bug 253889: DeCOMtaminate nsIPresShell r=roc
|
2010-03-20 17:54:19 -04:00 |
|
Neil Deakin
|
c0227b85a9
|
Bug 544472, eliminate duplicate calls to AddCSS*** methods, plus some minor related code cleanup, r=dbaron
|
2010-03-18 15:58:15 -04:00 |
|
Mats Palmgren
|
1bcfba098e
|
Bug 544852, part 1: Remove nsCaret::GetCaretCoordinates. r=roc
|
2010-03-14 23:52:07 +01:00 |
|
Jonas Sicking
|
6859a5ac8e
|
Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap
|
2010-03-08 07:45:00 -08:00 |
|
Robert O'Callahan
|
952d56b5a4
|
Bug 539323. Position the caret at the content-edge of its container frame, not the border-edge. r=mats
|
2010-03-05 11:52:59 +13:00 |
|
Boris Zbarsky
|
79c265e32f
|
Bug 527977 followup. Fix build bustage.
|
2010-03-02 19:04:44 -05:00 |
|
Michael Ventnor
|
de43c1d4fb
|
Bug 542361 - Fix and remove the GetUsedX assertions r=roc
|
2010-03-02 11:57:43 +10:00 |
|
Jonas Sicking
|
12a52a68a0
|
Bug 544642: Make frames report an error event if the frame src is pointed at a local file url. And don't make setAttribute thrown an exception in that scenario. r=smaug
|
2010-02-24 18:45:43 -08:00 |
|
Robert O'Callahan
|
5802bf6589
|
Bug 545581. Stop checking view visibility at content/chrome boundary. r=mats
|
2010-02-24 11:37:58 -08:00 |
|