Robert O'Callahan
|
330f4f188c
|
Bug 551463. Don't clamp scroll positions during reflow, do it during a post-reflow callback so that temporary frame size changes don't clamp when they shouldn't. r=mats
|
2010-03-29 14:46:59 +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 |
|
Boris Zbarsky
|
e76159ecb2
|
Bug 550882. Make sure to create scrollbars for the viewport even if it's currently overflow:hidden, since various changes to <body> and the like can change the propagated overflow. r=roc
|
2010-03-08 19:30:02 -05:00 |
|
Neil Deakin
|
0e0d108726
|
BBug 554092, resizer overlaps content window scrollbar, r=roc
|
2010-03-23 14:55:35 -04:00 |
|
Neil Deakin
|
f3eacb255f
|
Bug 553760, two resizers appear in textarea, hide the one for the placeholder scrollframe, r=dbaron
|
2010-03-23 13:14:47 -04:00 |
|
Neil Deakin
|
11cfd03df6
|
Bug 442228, support resizers in scrollable areas and enable them by default for textareas, r=roc,sr=dbaron
|
2010-03-19 07:49:34 -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 |
|
Boris Zbarsky
|
56c0a1a46b
|
Backed out changeset f0239b3789d9 (bug 550882) because it causes a Tsspider regression.
|
2010-03-11 00:59:47 -05:00 |
|
Boris Zbarsky
|
843c55e849
|
Bug 550882. Make sure to create scrollbars for the viewport even if it's currently overflow:hidden, since various changes to <body> and the like can change the propagated overflow. r=roc
|
2010-03-08 19:30:02 -05:00 |
|
Boris Zbarsky
|
ac0f02ce5a
|
Backed out changeset c7c0db9074c7 (bug 550882) on suspicion of causing a Tsspider regression.
|
2010-03-09 09:34:18 -05:00 |
|
Boris Zbarsky
|
536534f6d1
|
Bug 550882. Make sure to create scrollbars for the viewport even if it's currently overflow:hidden, since various changes to <body> and the like can change the propagated overflow. r=roc
|
2010-03-08 19:30:02 -05:00 |
|
Alexander Surkov
|
3cc553ad9d
|
Bug 534527 - Accessibility needs new DOM API part 2, r=smaug, sr=bz
|
2010-02-20 16:52:50 -08:00 |
|
L. David Baron
|
1b47098c75
|
Fix spelling of 'horizontal' to cause another round of builds (and talos runs). CLOSED TREE
|
2010-02-17 10:43:39 -05:00 |
|
Alexander Surkov
|
a2194f474e
|
Bug 534527 - Accessibility needs new DOM API, r=olli.pettay, sr=roc
|
2010-02-12 01:34:01 +08:00 |
|
Makoto Kato
|
deec8f937a
|
Bug 182954 - Content should use the newer nsIPrefService APIs instead of nsIPref. r=jst
|
2010-02-08 11:49:18 +09:00 |
|
Timothy Nikkel
|
d5f081c0a3
|
Bug 488771. Stop nsIScrollPositionListener from inheriting from nsISupports. r=roc
|
2010-01-28 18:03:42 -06:00 |
|
Timothy Nikkel
|
b7eb395d5c
|
Bug 540247. If we change the size of the scrolled frame for a XUL scroll make sure to invalidate the changed area. r=roc
|
2010-01-27 22:12:42 -06:00 |
|
L. David Baron
|
6d552a172a
|
Make scrolling work inside iframe inside transformed svg:foreignObject by using GetCrossDocParentFrame for loop in check for whether we can blit. (Bug 403443) r=roc
|
2010-01-26 12:39:02 -08:00 |
|
Mats Palmgren
|
1daab4a3d5
|
Null-check the root pres context result. Unregister the plugin frame earlier, at Stop instead of Destroy time. b=521426 r=roc
|
2010-01-26 14:10:12 +01:00 |
|
Robert O'Callahan
|
462d57c4c7
|
Bug 539331 - browser_sanitizeDialog.js is failing part 2, r=matspal
|
2010-01-13 04:57:00 -08:00 |
|
Robert O'Callahan
|
1500f77fe1
|
Bug 539331 - browser_sanitizeDialog.js is failing, r=matspal
|
2010-01-14 05:00:00 -08:00 |
|
Robert O'Callahan
|
f25f2f1d77
|
Bug 539226. Ensure that when a scrollbar is added or removed the invalidation is not swallowed by the code that suppresses invalidation of hidden scrollbars. r=mats
|
2010-01-14 15:30:06 +13:00 |
|
Robert O'Callahan
|
7f54a275d2
|
Backed out changeset a3af8424d938
|
2010-01-14 15:29:05 +13:00 |
|
Robert O'Callahan
|
b8d150e25e
|
Bug 539331 - browser_sanitizeDialog.js is failing [r=mats]
|
2010-01-13 04:57:00 -08:00 |
|
Robert O'Callahan
|
1aaf60f80a
|
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
|
3c5e9bf70d
|
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 |
|
Robert O'Callahan
|
491dea3f30
|
Bug 526394. Part 31: Move scroll implementation into nsGfxScrollFrame. r=mats
|
2009-10-08 16:01:15 +13:00 |
|
Robert O'Callahan
|
e229788017
|
Bug 526394. Part 30: Change the scroll state in nsPresState to a point. r=mats
|
2010-01-12 10:45:18 +13:00 |
|
Robert O'Callahan
|
3fe68af34a
|
Bug 526394. Part 19: Remove view paramters from nsIScrollPositionListener. r=mats
|
2009-09-09 17:40:01 +12:00 |
|
Robert O'Callahan
|
bf6153988a
|
Bug 526394. Part 18: Remove nsIScrollableViewProvider and its implementations, now that we've removed all its users. r=mats
|
2009-09-09 17:40:01 +12:00 |
|
Robert O'Callahan
|
6077d2214a
|
Bug 526394. Part 3: Add all necessary new APIs to nsIScrollableFrame. r=mats,sr=dbaron
|
2009-09-01 16:11:11 +12:00 |
|
Boris Zbarsky
|
49d5048a77
|
Bug 500882 part 5. Switch layout module to using the new GetPrimaryFrame API. r=roc
|
2009-12-24 16:20:06 -05:00 |
|
fantasai
|
f76a01be55
|
Bug 508473 part III: Pass destruction root to frame destruction methods r=bz sr=roc
|
2009-12-24 00:21:15 -05:00 |
|
L. David Baron
|
a16b4b5a76
|
Call CheckInvalidateSizeChange for nsHTMLScrollFrames. (Bug 438537) r=roc
|
2009-12-13 19:40:55 -08:00 |
|
Roy Frostig
|
eb80c5f781
|
Fire MozScrolledAreaChanged from nsDocShell::RestoreFromHistory() in case document root scroll frame isn't reflowed by the restore. r=roc
|
2009-10-25 00:04:18 -07:00 |
|
Markus Stange
|
16ef1691d7
|
Bug 494301 - Scrollbar not resized on pill button click. r=roc
|
2009-10-05 15:14:38 +13:00 |
|
Robert O'Callahan
|
e825638626
|
Bug 508908. Disable windowed plugins in popup windows, since they don't work. r=dbaron
|
2009-09-30 08:18:20 +10:00 |
|
Roy Frostig
|
d66c9e0217
|
Bug 514732. Issue a DOM event for document resizing. r=smaug sr=roc
|
2009-09-11 16:13:56 -07:00 |
|
Robert O'Callahan
|
40ec014f16
|
Bug 510110. Extend MozAfterPaint event to contain list of PaintRequest objects with information about individual invalidations. r=dbaron,sr=jst
|
2009-09-04 16:49:18 +12:00 |
|
Mats Palmgren
|
f82eedba5a
|
Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX. b=512106 r=roc
|
2009-09-16 17:01:36 +02:00 |
|
Zack Weinberg
|
b6fe8205dd
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
|
Zack Weinberg
|
18f8b8b129
|
Bug 510651: Fold nsIFrameDebug into nsFrame. r=dbaron sr=mrbkap
|
2009-08-20 14:52:48 -07:00 |
|
Boris Zbarsky
|
23db8f4fa3
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
|
Boris Zbarsky
|
a8b4b2dc7e
|
Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc
|
2009-07-28 08:53:20 -04:00 |
|
Robert O'Callahan
|
1452015054
|
Bug 505743. Fix nsHTMLScrollFrame::InvalidateInternal to not take the 'invalidation in scrollbar' path when there is no scrollbar. r=dbaron
|
2009-07-27 09:29:01 +12:00 |
|
Robert O'Callahan
|
c640cc411f
|
Bug 505667. Don't need to check INVALIDATE_NOTIFY_ONLY in nsHTMLScrollFrame::InvalidateInternal. r=dbaron
|
2009-07-27 09:27:54 +12:00 |
|
Robert O'Callahan
|
e46dcd2d99
|
Bug 352093. Part 15: Rework scrolling so that we don't need a dedicated native widget for scrollframes. r=dbaron,joshmoz,karlt,jmathies
|
2009-07-22 12:45:13 +12:00 |
|
Robert O'Callahan
|
20a1764c05
|
Bug 339548. Part 9: Create nsRootPresContext::UpdatePluginGeometry, and use it. Make nsObjectFrame manage its widget directly.
|
2009-07-22 12:45:00 +12:00 |
|
Robert O'Callahan
|
73332423b8
|
Bug 500632. Suppress invalidation caused by parts inside collapsed scrollbars. r=dbaron
|
2009-07-22 12:44:49 +12:00 |
|
Boris Zbarsky
|
5730d66822
|
Bug 478465. Don't clobber our NS_FRAME_IN_REFLOW flag by scrolling. r+sr=roc
|
2009-06-23 21:35:00 -04:00 |
|