roc+%cs.cmu.edu
|
995017676b
|
Forgot to check in these other files too
|
2005-05-02 23:01:41 +00:00 |
roc+%cs.cmu.edu
|
9441821383
|
Checked in wrong patch. Backing out.
|
2005-05-02 04:48:59 +00:00 |
roc+%cs.cmu.edu
|
4a070ac8cf
|
Bug 47710. Fix padding inside scrollframes. r+sr=dbaron,a=chofmann
|
2005-05-02 04:26:38 +00:00 |
roc+%cs.cmu.edu
|
84b0577142
|
Bug 240276. Make nsHTMLScrollFrame be a regular HTML frame, not a box frame, so we don't have to go through box layout. It gets its own reflow implementation that handles min-max and lots of other good stuff. rs+sr=dbaron,a=asa
|
2005-04-28 21:57:22 +00:00 |
roc+%cs.cmu.edu
|
61fc68579f
|
Bug 288949. Don't try to use view reparenting to handle scrolled child views. Also, fix regression so that listboxes don't always have widgets. r+sr=dbaron,a=asa.
|
2005-04-07 23:54:28 +00:00 |
roc+%cs.cmu.edu
|
61fedcaf7b
|
Bug 288888. Fix detection of when a scrollframe is the root scrollframe, so that we don't create scrollbars for scrolling=no IFRAMEs. r+sr=dbaron
|
2005-04-03 22:40:25 +00:00 |
roc+%cs.cmu.edu
|
20d333fbf6
|
Bug 288117. Reland nsScrollBoxFrame removal. This will regress Tp a bit. r+sr=dbaron
|
2005-04-03 21:00:41 +00:00 |
dbaron%dbaron.org
|
36107f5980
|
Back out roc's checkin for bug 288117 to isolate performance regressions during tinderbox downtime.
|
2005-03-31 18:04:50 +00:00 |
roc+%cs.cmu.edu
|
5466f1cb0f
|
Bug 288117. Fix up function name as dbaron requested.
|
2005-03-31 03:44:38 +00:00 |
roc+%cs.cmu.edu
|
f93b035647
|
Bug 288117. Eliminate nsScrollBoxFrame. r+sr=dbaron
|
2005-03-31 03:40:12 +00:00 |
bzbarsky%mit.edu
|
54d585f2af
|
Remove prescontext args for some nsIFrame methods
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land. Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
|
2005-02-07 01:58:25 +00:00 |
bryner%brianryner.com
|
d94c0df713
|
Remove nsIPresState (bug 279699). r+sr=roc.
|
2005-01-27 22:52:53 +00:00 |
roc+%cs.cmu.edu
|
9cb0174df1
|
Bug 261040. Make sure that scrollframe borders are not included in GetActualScrollbarSizes. r+sr=dbaron
|
2004-09-29 02:19:06 +00:00 |
bryner%brianryner.com
|
f67d250152
|
Unify box and frame trees by moving nsIBox methods onto nsIFrame. XUL-box frames can call the superclass nsBox implementation, all other frames get the nsFrame implementation of the box methods, which acts like nsBoxToBlockAdaptor used to. Bug 258513, r+sr=roc.
|
2004-09-28 18:37:50 +00:00 |
neil%parkwaycc.co.uk
|
a782b4dc30
|
Bug 76197 Unscrollable scrollbars should look disabled r=varga sr=roc
|
2004-09-22 06:33:36 +00:00 |
roc+%cs.cmu.edu
|
2a8936b1a7
|
Bug 257916. Move history scroll position save and restore from nsScrollBoxFrame to nsHTML/XULScrollFrame. +sr=dbaron(rubber-stamp)
|
2004-09-13 02:10:29 +00:00 |
roc+%cs.cmu.edu
|
6255acffd9
|
Bug 254039. deCOMtaminate nsIScrollableFrame. r+sr=roc, patch by Will Levine
|
2004-09-06 02:44:43 +00:00 |
dbaron%dbaron.org
|
9a61205ad8
|
Back out text input changes from bug 72747.
|
2004-09-04 03:17:18 +00:00 |
dbaron%dbaron.org
|
1d4d3b735f
|
Land bug 72747 in pieces: Remove mNeverHas*Scrollbar variables which are unneeded since the m*ScrollbarBox null-checks handle their one remaining user. b=72747 r+sr=roc
|
2004-09-03 23:28:26 +00:00 |
dbaron%dbaron.org
|
076f00e7d4
|
Land bug 72747 in pieces: use CSS instead of C++ to ensure single line text inputs don't have scrollbars. b=72747 r+sr=roc
|
2004-09-03 23:17:18 +00:00 |
dbaron%dbaron.org
|
77d25b92c6
|
Land bug 72747 in pieces: remove nsIScrollableFrame::GetScrollPreference. b=72747 r+sr=roc
|
2004-09-03 00:46:43 +00:00 |
aaronleventhal%moonset.net
|
1f5edcb856
|
Bug 254966. Make css scrollable elements tab navigable. r=mats, sr=roc
|
2004-09-01 14:58:34 +00:00 |
dbaron%dbaron.org
|
c200b49750
|
Back out the rest of bug 72747 due to Tp regression.
|
2004-08-27 01:26:55 +00:00 |
dbaron%dbaron.org
|
5948a3cb75
|
Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3. Implement scrolling='yes' and equivalents on frame and iframe. Various pieces of related cleanup (see comment 22 in bug). b=72747 r+sr=roc
|
2004-08-26 17:11:20 +00:00 |
bryner%brianryner.com
|
5c02a6978c
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
roc+%cs.cmu.edu
|
72e061457e
|
Bug 217120. Always make an attempt to scroll to history position after restoring scroll position in EndLoad, just in case no reflows happen again. r+sr=dbaron
|
2004-07-23 21:39:47 +00:00 |
roc+%cs.cmu.edu
|
b751c53c83
|
Bug 251501. Refactor handling where frames get inserted on content insertion. r+sr=dbaron
|
2004-07-18 12:02:53 +00:00 |
roc+%cs.cmu.edu
|
c81d937cfe
|
Bug 240276. Fork nsGfxScrollFrame into nsHTMLScrollFrame and nsXULScrollFrame. No behaviour is changed yet. r+sr=dbaron
|
2004-06-18 02:08:19 +00:00 |
roc+%cs.cmu.edu
|
a6dd695671
|
Bug 240276. Trim fat from nsGfxScrollFrame, move functionality into nsGfxScrollFrameInner so that when we fork nsGfxScrollFrame, it will be shared
|
2004-05-05 02:32:27 +00:00 |
gerv%gerv.net
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
roc+%cs.cmu.edu
|
3bfe589ac4
|
Bug 210269. Reduce use of SetAttr during reflow. Also, fix up the API that gets the scrollbar dimensions of a scrollframe to always work right for RTL. r+sr=bryner
|
2004-01-09 19:21:20 +00:00 |
roc+%cs.cmu.edu
|
bb2d3795de
|
Bug 227458. Make scrollports without scrollbars NOT use a native widget; they probably won't be scrolled anyway. r+sr=bz,a=dbaron
|
2003-12-10 03:43:39 +00:00 |
uid502
|
d81619b4fa
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +00:00 |
roc+%cs.cmu.edu
|
f5b886b9cd
|
Bug 202681. Do not recreate frames during reflow via -moz-binding change for lazy scrollbars. Instead of lazy scrollbars, completely remove the anonymous scrollbar element for scrollbars which are disabled by CSS. r+sr=dbaron,a=asa
|
2003-05-22 01:46:13 +00:00 |
bryner%netscape.com
|
d36a919a95
|
Remove nsScrollFrame and frame constructor support for it. Remove dlldeps.cpp for layout, it's not necessary. Bug 201457, r+sr=roc.
|
2003-04-11 08:26:42 +00:00 |
roc+%cs.cmu.edu
|
12c5a8aa8b
|
Bug 201300. Get rid of document observer from nsGfxScrollFrame. r+sr=bz
|
2003-04-09 11:27:09 +00:00 |
roc+%cs.cmu.edu
|
3936b4c393
|
Bug 126263. Whack comboboxes/listboxes to use Gfx scrollbars. Also, make scrollbars attach their XBL content only when they become visible, to avoid pageload hit. r+sr=dbaron
|
2003-04-08 20:50:57 +00:00 |
bryner%netscape.com
|
e43f5a49fd
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
bzbarsky%mit.edu
|
f2ee8260a0
|
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
|
2001-11-14 01:33:42 +00:00 |
gerv%gerv.net
|
4e12e44b2f
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
karnaze%netscape.com
|
e908dd0313
|
bug 68998 - added extra param to Paint, PaintChild, PaintChildren used by tables in standard mode. sr=waterson, r=alexsavulov.
|
2001-09-19 12:35:19 +00:00 |
waterson%netscape.com
|
c080ea9b7e
|
Bug 55100. Re-order vtable so that nsFrame::Destroy will find the size in the right spot. This is a band-aid fix. r=buster, sr=hyatt
|
2000-10-09 21:10:05 +00:00 |
waterson%netscape.com
|
883ea58a61
|
Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt
|
2000-10-09 03:08:41 +00:00 |
dbaron%fas.harvard.edu
|
edbb56773e
|
Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+)
|
2000-08-09 12:51:05 +00:00 |
hyatt%netscape.com
|
0f1477e37e
|
Missed files. Fixs bustage.
|
2000-07-27 06:57:32 +00:00 |
evaughan%netscape.com
|
a17ec2746d
|
Fixed body resizing bug #35681
-r pinkerton
|
2000-07-07 22:24:06 +00:00 |
hyatt%netscape.com
|
e43955f56d
|
Tree/grid work. Bug #30511. r=danm.
|
2000-06-06 23:14:11 +00:00 |
evaughan%netscape.com
|
d4513de096
|
Fixed bug that crashed when menus are used with native scrollbars.
|
2000-05-17 04:45:44 +00:00 |
evaughan%netscape.com
|
2316308130
|
1) Scrolling menus
2) many bug fixes
3) box debuging flags
|
2000-05-15 04:12:31 +00:00 |
mjudge%netscape.com
|
db0ca25636
|
adding method to remove scrollbars
|
2000-05-13 23:00:53 +00:00 |