cbiesinger%web.de
|
3c13a82aef
|
no bug - remove unused header includes, and remove an unused local variable.
r+sr=bz
|
2004-10-14 18:48:42 +00:00 |
|
jst%mozilla.jstenback.com
|
bc60433e87
|
Fixing bug 69070. Don't allow loading of images from file: URIs from web content. r+sr=bzbarsky@mit.edu
|
2004-10-13 23:16:58 +00:00 |
|
bzbarsky%mit.edu
|
204153db3a
|
Switch more callers who were begging for it over to GetOwnerDoc(). Bug 255337,
r+sr=peterv.
|
2004-10-11 16:29:42 +00:00 |
|
bryner%brianryner.com
|
66d76ae942
|
Fix RelayoutChildAtOrdinal problems (correctly handle the case where the child is at the end of its ordinal group and isn't moving, and handle the case where the first child is moving somewhere else). Bug 262310, r=darin, sr=roc.
|
2004-10-01 00:22:07 +00:00 |
|
bryner%brianryner.com
|
4115a0c3b3
|
Don't try to destroy child frames twice. Bug 262244, r+sr=roc.
|
2004-09-30 23:16:06 +00:00 |
|
bzbarsky%mit.edu
|
0c2720f14b
|
Columns should invalidate the tree when their width changes, not just when
attributes that affect width change. Bug 257237, r=varga, sr=roc
|
2004-09-30 22:41:23 +00:00 |
|
bryner%brianryner.com
|
aed8386f51
|
Fix nsBoxFrame::RelayoutChildAtOrdinal to not clobber the first child in the list. Remove no-op nsIFrame::SetNextBox(). Thanks to darin for help with the patch, and r+sr=roc. Bug 262054.
|
2004-09-30 00:18:49 +00:00 |
|
bryner%brianryner.com
|
0e838f274d
|
Fix various crashes by not trying to set the parent before we've initialized the frame. Bug 262054, r+sr=roc.
|
2004-09-29 18:43:28 +00:00 |
|
bryner%brianryner.com
|
dc62f4d4e5
|
Attempt to fix perf regression from bug 258513 by fixing users of obsolete nsIBoxToBlockAdaptor interface. Also, removing this interface like I intended to do. r=dbaron.
|
2004-09-29 00:28:13 +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 |
|
aaronleventhal%moonset.net
|
a99b741621
|
Bug 166004. Need to fire accessible focus event on new menuitem when using left arrow to leave submenu and go back into parent menu. r=kyle, sr=bryner
|
2004-09-21 20:45:12 +00:00 |
|
aaronleventhal%moonset.net
|
ec9d7c97c6
|
Bug 260563. Put space before parenthesized appended accesskey, it looks nicer (trivial patch). r=dbaron, sr=pkwarren
|
2004-09-21 19:28:14 +00:00 |
|
neil%parkwaycc.co.uk
|
6a4f37de6b
|
Don't use QueryInterface to get a view from a scrollable view b=258521 r+sr=roc
|
2004-09-20 22:25:07 +00:00 |
|
aaronleventhal%moonset.net
|
78f76ffeb3
|
Bug 68841. Underline xul:radio and xul:checkbox accesskeys. r=mconnor, sr=neil
|
2004-09-20 11:29:07 +00:00 |
|
dbaron%dbaron.org
|
261b59579b
|
Remove unconditional MarkDirty in nsBoxFrame::AttributeChanged. This is likely to cause some regressions, since it removes code that may have covered up inadequate handling of certain specific attribute changes. b=253364 r=bryner sr=roc
|
2004-09-17 18:36:30 +00:00 |
|
dbaron%dbaron.org
|
a0bf92722f
|
Remove effectively-unused Set/GetScrollPreference API on nsIScrollableView.h. b=259617 r+sr=roc
|
2004-09-15 19:16:43 +00:00 |
|
roc+%cs.cmu.edu
|
44a2fd5b52
|
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
|
2004-09-14 02:28:03 +00:00 |
|
dbaron%dbaron.org
|
02e5799687
|
The slow codepaths for fixed background-attachment should only apply when there's a background image. b=258793 r+sr=roc
|
2004-09-13 05:39:27 +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 |
|
bzbarsky%mit.edu
|
26e0feee63
|
Fix crash in nsScrollBoxObject::::EnsureElementIsVisible. Bug 257607, patch by
Justin <justin@openaether.org>, r+sr=bzbarsky.
|
2004-09-12 04:15:44 +00:00 |
|
smontagu%smontagu.org
|
a5a6cadc55
|
Bug 140577: Radio buttons and check boxes aligned to the left when UI aligned to the right, r+sr=roc.
|
2004-09-06 20:18:23 +00:00 |
|
bryner%brianryner.com
|
5e7349dd5d
|
Fixes for a number of native theme button problems on gtk2 (bug 255911). In order to more easily accomodate CSS fallbacks for when native theme rendering is not available, this adds GetWidgetPadding() to nsITheme, which allows the native theme impl to supply padding values which will override the css padding. This way, padding for the css fallback can be given without having it be added to the padding that's part of the native theme-rendered border. r=caillon, sr=roc.
|
2004-09-06 03:59:31 +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
|
3827991ce7
|
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
|
2004-09-05 00:04:04 +00:00 |
|
dbaron%dbaron.org
|
c7058a9684
|
Land bug 72747 in pieces: convert users of nsIScrollableFrame::GetScrollPreference to using GetScrollbarStyles. b=72747 r+sr=roc
|
2004-09-03 00:43:46 +00:00 |
|
jst%mozilla.jstenback.com
|
dea7a573d7
|
Fixing bug 257431. Make the tabbrowser code only listen to events initiated by the user. r=trev@gtchat.de, sr=bzbarsky@mit.edu
|
2004-09-02 15:25:39 +00:00 |
|
bryner%brianryner.com
|
dc76c57a2c
|
deCOMify nsIPresShell::GetRootFrame. Change callers inside of gklayout to use FrameManager()->GetRootFrame() instead so that the call can be inlined. Bug 253889, r+sr=roc.
|
2004-09-02 03:08:51 +00:00 |
|
bmlk%gmx.de
|
7884179497
|
frames with a percentage based width should report a 0 MEW bug 246999 r/sr=roc
|
2004-08-31 18:50:40 +00:00 |
|
neil%parkwaycc.co.uk
|
bc4e34d054
|
Bug 254061 Fix scrollbars in popups inside scrolled frames r+sr=roc
|
2004-08-28 11:41:02 +00:00 |
|
roc+%cs.cmu.edu
|
3aa85b6fa6
|
Bug 255584. Relanding nsBoxToBlockAdaptor change that avoids adding area above and to the left of the frame origin to the scrollable area ... because we can't scroll there anyway. r+sr=dbaron
|
2004-08-28 02:05:28 +00:00 |
|
bmlk%gmx.de
|
59e5b7d012
|
xul frames should compute MEW only when they are really requested to do so, bug 256006 r/sr=dbaron
|
2004-08-27 16:51:05 +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
|
c1681a238f
|
Backout the CSS parts of bug 72747 to see if that fixes the Tp regression.
|
2004-08-26 22:35:38 +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 |
|
roc+%cs.cmu.edu
|
dba4f07f62
|
Bug 133165. Draw the outline outside the frame's normal overflow area. r+sr=dbaron. Also, correct some trivial misuses of nsChangeHint, r+sr=mozbot
|
2004-08-26 00:07:56 +00:00 |
|
gerv%gerv.net
|
ba2432c07e
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-08-25 23:02:50 +00:00 |
|
bryner%brianryner.com
|
b88692c5a1
|
Trying again to land support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-24 18:50:29 +00:00 |
|
kjh-5727%comcast.net
|
55dab83c6b
|
Bug 256436 - Backing out the patch from bug 255584 due to a regression.
Requested by roc.
|
2004-08-22 20:24:16 +00:00 |
|
bryner%brianryner.com
|
0c08074b27
|
Backing out 253888 again due to Tp regression plus another problem I noticed (frame properties not getting destroyed on frame destruction)
|
2004-08-22 07:10:50 +00:00 |
|
bryner%brianryner.com
|
d86c91ac3a
|
Second try at landing support for content node properties (bug 253888). r=jst, sr=dbaron.
|
2004-08-22 04:58:44 +00:00 |
|
bryner%brianryner.com
|
8c24cc7e63
|
Backing out bug 253888 until I can figure out how to fix the crash
|
2004-08-21 06:27:54 +00:00 |
|
bryner%brianryner.com
|
11d98b36e5
|
Refactor the frame property code and use it for supporting properties on dom elements. Bug 253888, r=jst, sr=dbaron.
|
2004-08-21 05:09:50 +00:00 |
|
roc+%cs.cmu.edu
|
1bd2f329e8
|
Bug 255584. Don't include areas above and to the left of the origin when we're trying to figure out the scrollable width and height --- we can't scroll to them! r+sr=dbaron
|
2004-08-21 03:04:26 +00:00 |
|
bryner%brianryner.com
|
180b0b7373
|
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
|
2004-08-20 20:34:37 +00:00 |
|
bryner%brianryner.com
|
645c255390
|
Fix double handling of arrow keys in menus on gtk2 (bug 219706). This prevents the OS default action from occuring if we've handled the event. We may want to stop the signal at the gtk level as well, but this fix should be reasonable safe. r=mkaply, sr=dbaron.
|
2004-08-19 18:36:42 +00:00 |
|
neil%parkwaycc.co.uk
|
bd8c0f4716
|
Bustage fix for bug 235966 p=trev@gtchat.de r=me
|
2004-08-19 09:11:15 +00:00 |
|
timeless%mozdev.org
|
cfeb9e7caf
|
Bug 235966 nsMenuBarListener.cpp opens the menu on Ctrl+Alt+T
patch by trev@gtchat.de r=varga sr=bryner
|
2004-08-19 08:04:11 +00:00 |
|
vladimir%pobox.com
|
cfcb233cb8
|
Initial landing of cairo-related stuff, nothing built by default, all code is in ifdefs. r=bryner,a=brendan
|
2004-08-14 01:01:16 +00:00 |
|
bryner%brianryner.com
|
0fa9344f94
|
Fix for reflow problem in XUL dialogs (bug 255270, smoketest blocker). Patch by bzbarsky, r=neil, sr=dbaron. (I'm conservatively just removing the hack in nsHlperAppDlg by restoring it to its previous state).
|
2004-08-13 18:25:33 +00:00 |
|
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 |
|
roc+%cs.cmu.edu
|
e0fe2b43bd
|
Bug 233441. Make nsViewManager always have a root view, you can't change it. r+sr=dbaron
|
2004-05-06 03:17:14 +00:00 |
|
varga%nixcorp.com
|
043f7769e3
|
Cosmetic license changes.
|
2004-05-04 14:26:17 +00:00 |
|
varga%nixcorp.com
|
8968c2ee3b
|
Fix for bug 241068. Crash when trying to enter text in input field. [@ nsTreeBodyFrame::PrefillPropertyArray][@ _ZN15nsTreeBodyFrame20PrefillPropertyArrayEiP12nsTreeColumn]. r=neil sr=dbaron
|
2004-05-04 11:13:32 +00:00 |
|
caillon%redhat.com
|
4a50b6abeb
|
Bug 241140
Consolidate DrawImage and DrawScaledImage
r=biesi sr=tor
|
2004-05-04 01:32:26 +00:00 |
|
bryner%brianryner.com
|
7d80b4f5cf
|
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
|
2004-05-03 21:48:36 +00:00 |
|
roc+%cs.cmu.edu
|
d1170ac0a9
|
Bug 226439. Convert layout to EqualsLiteral and EqualsASCII. r+sr=dbaron
|
2004-04-30 13:23:43 +00:00 |
|
jst%mozilla.jstenback.com
|
77c4322ab2
|
Fixing bug 240543. Hiding some nsIPref* API bloatyness in nsContentUtils. r=caillon@aillon.org, sr=peterv@propagandism.org
|
2004-04-29 23:34:19 +00:00 |
|
jst%mozilla.jstenback.com
|
86c5e5ec48
|
Fixing bug 240720. Making the list body frame clean up the list's boxobjec's references to the body frame on destruction. r=bienvenu@nventure.com, sr=dbaron@dbaron.org
|
2004-04-28 01:14:50 +00:00 |
|
neil%parkwaycc.co.uk
|
90bb4e0093
|
Bug 241151 nsSpringFrame was a useless subclass of nsLeafBoxFrame r/sr=roc
|
2004-04-24 21:27:11 +00:00 |
|
tor%cs.brown.edu
|
868dd94ecb
|
Bug 240274 - remove unused argument of SetClip{Rect,Region}.
r=blizzard, sr=bryner
|
2004-04-23 15:21:24 +00:00 |
|
dbaron%dbaron.org
|
52ec6e8059
|
Make nsStackFrame override GetFrameForPoint in a useful way. b=241314 r+sr=bzbarsky
|
2004-04-22 18:59:21 +00:00 |
|
neil%parkwaycc.co.uk
|
82d9c1aaa2
|
Bug 195355 listBoxObject.getRowCount() returns wrong value r=varga sr=bienvenu
|
2004-04-21 17:06:27 +00:00 |
|
gerv%gerv.net
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
tor%cs.brown.edu
|
83eb215db9
|
Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner
|
2004-04-18 13:13:35 +00:00 |
|
varga%nixcorp.com
|
93f6d16654
|
Trying to fix AIX 5.1 bustage. Bug 221619.
|
2004-04-17 08:08:12 +00:00 |
|
varga%nixcorp.com
|
8de3f88849
|
Trying to fix gcc-3.4 bustage.
|
2004-04-17 06:50:11 +00:00 |
|
varga%nixcorp.com
|
2cd056deb1
|
Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner
|
2004-04-17 05:53:38 +00:00 |
|
roc+%cs.cmu.edu
|
a81d6116b6
|
Bug 209032. Shut down popups before destroying their frames. r+sr=bzbarsky
|
2004-04-13 02:41:07 +00:00 |
|
bryner%brianryner.com
|
0af1a79c51
|
More nsIPresContext deCOMtamination (bug 229371). r+sr=roc.
|
2004-04-13 00:28:44 +00:00 |
|
sicking%bigfoot.com
|
386382d6ab
|
Bug 237566: Remove nsIContent::ReplaceChildAt and supportive codepaths.
r=bz sr=jst
|
2004-04-12 22:48:33 +00:00 |
|
dbaron%dbaron.org
|
41c16857c2
|
DeCOMify nsIFrame::IsPercentageBase and rename to IsContainingBlock. b=237169 r+sr=bzbarsky a=brendan
|
2004-03-12 04:40:17 +00:00 |
|
roc+%cs.cmu.edu
|
4b9371660b
|
fix bustage
|
2004-03-10 03:53:23 +00:00 |
|
roc+%cs.cmu.edu
|
8397ac8d8f
|
Bug 235264. Clean up invalidation to go through a single nsIFrame::Invalidate function and take account of 'outline' where necessary. r+sr=dbaron
|
2004-03-10 03:09:05 +00:00 |
|
bryner%brianryner.com
|
cddb8d174e
|
Support styling treerows differently for odd and even rows via properties (bug 235337). r=varga, sr=bzbarsky
|
2004-03-09 09:01:46 +00:00 |
|
bryner%brianryner.com
|
64209ceda0
|
Don't highlight toplevel menus on hover for gtk. Bug 233242, r=pch, sr=roc.
|
2004-03-06 21:27:33 +00:00 |
|
sicking%bigfoot.com
|
fc084e0c73
|
Bug 236620: kill nsIContent::CanContainChildren
r/sr=jst
|
2004-03-06 00:22:03 +00:00 |
|
neil%parkwaycc.co.uk
|
fe63979665
|
Bug 236545 Make scrollbar thumb proportions use pageincrement and maxpos instead of slider size and maxpos, so that standalone scrollbars can use arbitrary page increments r/sr=roc
|
2004-03-05 16:29:23 +00:00 |
|
darin%meer.net
|
c380c59f65
|
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
|
2004-02-28 22:34:07 +00:00 |
|
bryner%brianryner.com
|
ed98c9a308
|
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
|
2004-02-27 17:17:37 +00:00 |
|
neil%parkwaycc.co.uk
|
49d7e94122
|
Supplementary patch to bug 120410 fixing bugs exposed by the previous patch - listboxes didn't scroll properly if they were less than one row tall or adjust properly if they were resized r=varga sr=mscott
|
2004-02-26 22:56:15 +00:00 |
|
bryner%brianryner.com
|
225298a99e
|
Get rid of nsIFrameManager abstract interface to the frame manager. Bug 233972, r+sr=roc.
|
2004-02-23 21:29:06 +00:00 |
|
dbaron%dbaron.org
|
5b6ae6e571
|
Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst
|
2004-02-20 21:38:31 +00:00 |
|
cbiesinger%web.de
|
e073bfa038
|
233890, misc cleanup in some layout files, r+sr=bz
|
2004-02-19 18:56:13 +00:00 |
|
neil%parkwaycc.co.uk
|
5a3048e237
|
Bug 120410 Scrolling a listbox during onload handler fails and drops frames r=roc sr=bz
|
2004-02-19 11:29:35 +00:00 |
|
noririty%jcom.home.ne.jp
|
d202b5c249
|
Fixing IME with Alt key b=215787 p=neil@parkwaycc.co.uk r=bryner sr=bzbarsky a=chofmann
|
2004-02-13 14:05:57 +00:00 |
|
bryner%brianryner.com
|
92499cbd13
|
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
|
2004-02-11 04:57:07 +00:00 |
|
jst%mozilla.jstenback.com
|
505c634885
|
Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com.
|
2004-02-09 22:48:53 +00:00 |
|
neil%parkwaycc.co.uk
|
9d35d88349
|
Bug 233158 Make tree content view notify tree when all rows are removed r=varga sr=alecf
|
2004-02-05 19:53:40 +00:00 |
|
bryner%brianryner.com
|
433c389ddf
|
Inline getters and setters for scaling factors on nsIDeviceContext. Bug 233103, r+sr=dbaron.
|
2004-02-05 01:57:10 +00:00 |
|
bryner%brianryner.com
|
4f69ec2c2e
|
Guarantee that the pres context's device context will be non-null by returning failure from Init() if it's null. Rename inline getter GetDeviceContext() to DeviceContext(), convert all callers to use the inline getter, and remove the virtual/refcounting getter. Bug 229371, r+sr=dbaron.
|
2004-02-02 22:17:21 +00:00 |
|
roc+%cs.cmu.edu
|
ee86ab45fb
|
Bug 109772. Some nsIView deCOMtamination. Fixed the API for GetNeearestWidget to be sensible. r+sr=dbaron
|
2004-01-30 03:20:41 +00:00 |
|
jst%mozilla.jstenback.com
|
90431d8022
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
|
bsmedberg%covad.net
|
7d79d7ba8b
|
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
|
2004-01-28 23:45:17 +00:00 |
|
dbaron%dbaron.org
|
96079e83a3
|
Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r=jst sr=peterv
|
2004-01-28 21:04:33 +00:00 |
|
bryner%brianryner.com
|
bc74f0b352
|
More nsIPresContext deCOMtamination (bug 229371). Removed GetBaseURL, rename GetMedium to Medium and inline it, remove virtual style resolution methods that forward to style set (callers will call style set methods directly). Removed PresContext parameter to StyleSet style resolution functions. r+sr=dbaron.
|
2004-01-28 00:18:22 +00:00 |
|
caillon%returnzero.com
|
aac9a7c1fe
|
- If the mouse moves while the scrollbar thumb is incrementing toward it (after a click and hold), update the destination point so it doesn't go past the mouse if it moves closer, and chases the mouse if it moves further away (bug 153946).
- Cache the scrollbar prefs so they aren't constantly looked up.
- Minor cleanup.
r+sr=roc
|
2004-01-27 05:19:57 +00:00 |
|
jst%mozilla.jstenback.com
|
ce1edc1dc9
|
Fixing bug 230840. DeCOMtaminating nsIDocumentObserver, nsIAttribute, nsIContentList, and nsIContentIterator, and doing some other cleanup. r=jonas@sicking.cc, sr=bryner@brianryner.com
|
2004-01-24 00:46:17 +00:00 |
|
neil%parkwaycc.co.uk
|
01979b95c7
|
Commenting on change in bug 219908 patch is in original bug 217089 p=gautheri@noos.fr r=bryner sr=jag
|
2004-01-22 16:14:35 +00:00 |
|
bryner%brianryner.com
|
23ecb8ff4e
|
DeCOMtaminate nsCSSFrameConstructor (bug 231157). This gets rid of the nsIStyleFrameConstruction and nsICSSFrameConstructor interfaces. The frame constructor now has the same lifetime as the pres shell. r+sr=dbaron.
|
2004-01-21 23:05:10 +00:00 |
|
bryner%brianryner.com
|
ef5c330583
|
Continuing nsIPresContext deCOMtamination (bug 229371). Remove GetImageLoadFlags (unused). Make failure to fetch the LookAndFeel service cause Init() to fail, don't null check it after that, and inlined the getter. Move IOService caching to nsImageFrame, the only user of it. r+sr=bzbarsky.
|
2004-01-21 09:35:59 +00:00 |
|
peterv%propagandism.org
|
379d6c8a41
|
Miscellaneous cleanup. r/sr=jst.
|
2004-01-18 10:45:26 +00:00 |
|