bzbarsky%mit.edu
|
94990b951c
|
Do style reresolves and restyles due to attribute changes asynchronously so
that pages that modify two or more style properties of the same object in a row
work faster. Bug 230170, r+sr=dbaron
|
2004-08-10 03:24:41 +00:00 |
|
dbaron%dbaron.org
|
94bc9d26c8
|
Fix names of constants to correspond to the new definitions of the values of the 'overflow' property. b=69355 r+sr=roc
|
2004-08-10 01:32:10 +00:00 |
|
neil%parkwaycc.co.uk
|
c92d2393e1
|
Bug 253798 General or menu access keys should not affect xul menulists r+sr=roc
|
2004-08-09 22:22:02 +00:00 |
|
bzbarsky%mit.edu
|
91a0c731f4
|
nsImageBoxFrame and nsTreeBodyFrame should use nsContentUtils::LoadImage (and
CanLoadImage). Bug 253627, r+sr=dbaron
|
2004-08-04 19:48:55 +00:00 |
|
cbiesinger%web.de
|
9b72dd5b6f
|
Bug 254278 remove some *WithConversion in layout/content
r+sr=bz
|
2004-08-04 17:33:30 +00:00 |
|
dbaron%dbaron.org
|
e7216e4d86
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
|
2004-08-04 03:23:37 +00:00 |
|
bryner%brianryner.com
|
6a8c79a9b2
|
Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc.
|
2004-08-02 04:52:55 +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 |
|
dbaron%dbaron.org
|
1236bd859f
|
Back out 236889 due to 253755.
|
2004-07-31 07:42:12 +00:00 |
|
dbaron%dbaron.org
|
ca843bb250
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
|
2004-07-29 20:07:25 +00:00 |
|
bryner%brianryner.com
|
0fd21c3872
|
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
|
2004-07-29 19:41:39 +00:00 |
|
cbiesinger%web.de
|
3506522cc6
|
Bug 252468 Remove outdated autostretch attribute from the tree
patch by Simon Paquet <bugzilla@babylonsounds.com> r=neil rs=bz
|
2004-07-29 18:25:42 +00:00 |
|
roc+%cs.cmu.edu
|
f3fe4fa48c
|
Bug 240276. Make <scrollbox> be implemented as a regular scrollframe rathern than a scrollboxframe. This will help us remove scrollboxframe. r+sr=dbaron
|
2004-07-28 03:27:02 +00:00 |
|
dbaron%dbaron.org
|
063f9ff3da
|
Reframe all image box frames on theme change, as a workaround for chrome: URL comparison mess. b=252703 r+sr=bzbarsky
|
2004-07-27 23:31:08 +00:00 |
|
neil%parkwaycc.co.uk
|
23e7f66ba2
|
Bug 252954/64157 Ensure that the popup frame exists before accessing it r/sr=bz
|
2004-07-26 10:14:10 +00:00 |
|
cbiesinger%web.de
|
54e0371529
|
Bug 252948 remove *WithConversion in layout
r+sr=bz
|
2004-07-25 12:18:04 +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
|
304a2d06a0
|
Bug 252280. Make XUL splitter frames explicitly say that they need to capture the mouse. r+sr=dbaron
|
2004-07-22 20:11:54 +00:00 |
|
neil%parkwaycc.co.uk
|
7fe1163033
|
Bug 252448 Fix scrollwheel crashing menulist with unscrollable popup r/sr=roc
|
2004-07-21 15:24:51 +00:00 |
|
roc+%cs.cmu.edu
|
312f627f43
|
Bug 53966. Don't just capture to the nearest view when selecting with mouse; only capture to the nearest scrolling view. r+sr=dbaron
|
2004-07-20 00:02:43 +00:00 |
|
dbaron%dbaron.org
|
4da6a59fbe
|
Backing out half of 236889.
|
2004-07-16 21:23:27 +00:00 |
|
dbaron%dbaron.org
|
e4fd9c5b92
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky Reland half of page to test effect on pageload.
|
2004-07-16 20:26:39 +00:00 |
|
aaronleventhal%moonset.net
|
910e44a7d5
|
Bug 151375. Implement css2 outline (still called -moz-outline for now). Makes -moz-outline draw outside of the current frame. Improves appearance of focus outline. Lots of help from roc. r+sr=dbaron
|
2004-07-16 16:56:21 +00:00 |
|
aaronleventhal%moonset.net
|
692a414811
|
Backing out bug 151375 for now, because of scrolling regressions in HTML and XUL listboxes and comboboxes
|
2004-07-15 18:57:47 +00:00 |
|
bzbarsky%mit.edu
|
91e6373bba
|
Testing backout of bug 236889 to see effect on performance. a=#mozilla
|
2004-07-15 02:54:01 +00:00 |
|
dbaron%dbaron.org
|
8722abfd09
|
Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky
|
2004-07-14 22:10:55 +00:00 |
|
aaronleventhal%moonset.net
|
be1b821056
|
Bug 151375. Implement css2 outline (still called -moz-outline for now). Makes -moz-outline draw outside of the current frame. Improves appearance of focus outline. Lots of help from roc. r+sr=dbaron
|
2004-07-14 21:58:34 +00:00 |
|
roc+%cs.cmu.edu
|
9810e28c13
|
Remove nsIScrollingView::Get/SetControlInsets, since it's unused.
|
2004-07-05 16:53:10 +00:00 |
|
smontagu%smontagu.org
|
17a189a5cc
|
Improve the CHAR_IS_BIDI macro. Bug 240943, patch from an idea by Peter Kirk, r+sr=roc
|
2004-07-04 10:51:33 +00:00 |
|
neil%parkwaycc.co.uk
|
bb69790fdb
|
Bug 64157 Should be able to navigate <menulist> when it's not dropped down r=aaronl sr=roc
|
2004-07-03 21:00:07 +00:00 |
|
peterv%propagandism.org
|
a7908e751a
|
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
|
2004-06-25 12:26:02 +00:00 |
|
bryner%brianryner.com
|
1370052e19
|
deCOMtaminate nsBoxLayoutState. Bug 247766, r+sr=roc.
|
2004-06-22 02:55:04 +00:00 |
|
bryner%brianryner.com
|
247e5a07fa
|
remove long-dead CFM build file
|
2004-06-20 21:38:51 +00:00 |
|
bryner%brianryner.com
|
f87933eeda
|
Make XUL box debug code be #ifdef DEBUG_LAYOUT. r+sr=roc, bug 103844.
|
2004-06-19 09:07:47 +00:00 |
|
roc+%cs.cmu.edu
|
0f4150a4e5
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
|
bryner%brianryner.com
|
8150854a1a
|
Make sure the pref size is at least as large as the min size for leaf boxes, just like we do for container boxes. Bug 246706, r+sr=dbaron.
|
2004-06-15 01:10:09 +00:00 |
|
neil%parkwaycc.co.uk
|
8f42313065
|
Bug 246271 treecell does not respond immediately to src attribute changes r=varga sr=darin
|
2004-06-11 13:04:56 +00:00 |
|
roc+%cs.cmu.edu
|
e1107f17c6
|
Bug 232913. Let nsIScrollbarMediator support multiple scrollbars. Patch by Nate Nielsen, r+sr=roc.
|
2004-05-29 00:09:05 +00:00 |
|
bzbarsky%mit.edu
|
a7bff6ad5b
|
Change FlushPendingNotifications to have more granularity and update callers to
only flush the things they really need flushed. Bug 144072, r+sr=jst
|
2004-05-27 22:08:42 +00:00 |
|
bzbarsky%mit.edu
|
62a5127738
|
Relanding, since backing out did not fix orange. Bug 232691.
|
2004-05-22 20:02:43 +00:00 |
|
bzbarsky%mit.edu
|
7f1e54b18d
|
Backing out to attempt to fix Mac orange. Bug 232691
|
2004-05-22 19:26:52 +00:00 |
|
bzbarsky%mit.edu
|
abcad1dc39
|
Convert users of nsC?String(), nsC?AutoString(), and NS_LITERAL_C?STRING("") to
using EmptyC?String instead. Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky
|
2004-05-22 17:04:53 +00:00 |
|
neil%parkwaycc.co.uk
|
ed7d7852cc
|
Bug 236215 Stop creating spurious ranges when removing the first or last row from a range r=varga sr=mscott
|
2004-05-21 22:48:12 +00:00 |
|
aaronleventhal%moonset.net
|
ee7a038786
|
Bug 242799. Fix touchpad scrolling but keep support for screen reader behavior based on class names. r=ere, sr=roc
|
2004-05-20 03:14:41 +00:00 |
|
smontagu%smontagu.org
|
781e83e333
|
Update bidi data tables to Unicode 4.0.1 and add surrogate handling. Bug 240943, r=jshin, sr=rbs.
|
2004-05-18 11:01:49 +00:00 |
|
bzbarsky%mit.edu
|
8915435c7a
|
Remove nsIViewManager::GetWidgetForView; move callers over to
nsIView::GetNearestWidget. Part of bug 243723, r+sr=roc
|
2004-05-18 01:13:45 +00:00 |
|
roc+%cs.cmu.edu
|
cab775b57b
|
Backing out 233441.
|
2004-05-17 16:29:13 +00:00 |
|
varga%nixcorp.com
|
b7408dd75e
|
Fix for bug 243203. Crash removing address line in message compose window [@ nsCSSFrameConstructor::AttributeChanged] r=neil, sr=bryner
|
2004-05-14 13:58:00 +00:00 |
|
timeless%mozdev.org
|
f148b77fe2
|
Bug 210719 M17rc1 Trunk [@ nsTreeBodyFrame::ScrollCallback] - Bookmark Manager persistently scrolls up/down if a bookmark is dragged into the 'scroll up'/'scroll down' area just above/below the bookmarks, and dropped there
patch by mailto:durbacher@gmx.de r=varga sr=shaver
|
2004-05-13 18:06:09 +00:00 |
|
neil%parkwaycc.co.uk
|
9d00ff21ea
|
Unnamed XUL radio menuitems should not be grouped b=219832 r/sr=roc
|
2004-05-06 20:39:21 +00:00 |
|