jst%mozilla.jstenback.com
|
c4b8dd4f16
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +00:00 |
roc+%cs.cmu.edu
|
af00f217f9
|
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 |
bzbarsky%mit.edu
|
f911f30fc9
|
Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
r=sicking, sr=peterv, a=brendan
|
2005-04-18 22:58:35 +00:00 |
bzbarsky%mit.edu
|
559ddeb319
|
Flush out content model construction before messing with the DOM, since we plan
to insert frames into our display frame and putting options in there is a bad
idea. Bug 289730, r+sr=roc, a=asa
|
2005-04-12 15:31:03 +00:00 |
mats.palmgren%bredband.net
|
306df79b00
|
Revoke outstanding events before posting a new RedisplayTextEvent to avoid potential out-of-order events which could mean displaying the wrong text. b=288821 r+sr=bzbarsky
|
2005-04-03 22:16:07 +00:00 |
mats.palmgren%bredband.net
|
45c2f6f0ad
|
Remove code that does not work with outstanding RedisplayText events. b=288821 r+sr=bzbarsky
|
2005-04-03 19:58:40 +00:00 |
bmlk%gmx.de
|
cff1ac8a0e
|
fix for build warnings (shadow & strange null pointer treatment) bug 287102 r/sr=dbaron
|
2005-03-24 18:41:39 +00:00 |
mats.palmgren%bredband.net
|
54800c011d
|
Avoid recursive frame construction by using an event to call ActuallyDisplayText(). b=283117 r+sr=bzbarsky
|
2005-03-21 01:58:17 +00:00 |
jst%mozilla.jstenback.com
|
cef561a155
|
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
|
2005-03-04 02:01:54 +00:00 |
mats.palmgren%bredband.net
|
2f6c08d48c
|
Redirect frame insertions during RedisplayText(). b=282607 r+sr=bzbarsky
|
2005-02-19 23:54:36 +00:00 |
bzbarsky%mit.edu
|
e22c7d9fac
|
Add a presshell member to nsCSSFrameConstructor. Remove prescontext and
presshell args from most frame constructor methods; use the state for the
former and the member for the latter. Bug 281957, r+sr=roc
|
2005-02-18 16:11:53 +00:00 |
smfr%smfr.org
|
994776bdf7
|
Fix bug 281732: event handling in camino's native popup got broken when screen-relative coordinates in Cocoa widget were fixed (bug 281470), which caused the nsComboboxControlFrame/nsListControlFrame code to start doing mouse capture, and showing the XUL popup. So add a static method, ToolkitHasNativePopup(), and query that (rather than #ifdeffing). r/sr=roc, a=dbaron.
|
2005-02-16 05:13:16 +00:00 |
aaronleventhal%moonset.net
|
2405f82c91
|
Bug 280871. Fix various problems with how we expose HTML and XUL combo boxes via accessibility APIs
|
2005-02-07 23:11:30 +00:00 |
mats.palmgren%bredband.net
|
4474d25063
|
Make assignments to DOM 'selectedIndex' change the focused index for lists/comboboxes. b=279868 r+sr=bzbarsky
|
2005-02-04 22:56:13 +00:00 |
bryner%brianryner.com
|
5b8aeed3b1
|
Remove nsIPresState (bug 279699). r+sr=roc.
|
2005-01-27 22:52:53 +00:00 |
bryner%brianryner.com
|
5e2d6d2947
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
bmlk%gmx.de
|
e4402cbb7f
|
remove forgotten prescontext bug 276719 p=bugmail@q1n.org r/sr=dbaron
|
2005-01-02 15:46:53 +00:00 |
bmlk%gmx.de
|
917905359e
|
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
|
2004-12-27 15:05:18 +00:00 |
dbaron%dbaron.org
|
1cc6b3262a
|
Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv
|
2004-12-19 21:45:51 +00:00 |
aaronleventhal%moonset.net
|
3f39d3f81d
|
Bug 269212. CSS select:focus outline too large on combobox, extending past the right side. Make sure to FinishAndStoreOverflow() even if returning early from nsComboboxFrame::Reflow(). r+sr=roc
|
2004-12-01 16:17:44 +00:00 |
neil%parkwaycc.co.uk
|
d13fb54f7e
|
Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc
|
2004-11-24 00:19:21 +00:00 |
roc+%cs.cmu.edu
|
57e7e78a04
|
Bug 62384. Invalidate cached height when it's not equal to the current height. r+sr=roc, patch by Hideo Saito.
|
2004-09-29 01:44:29 +00:00 |
aaronleventhal%moonset.net
|
6e3446f4df
|
Bug 255569. HTML combo box drop downs should not be in tab order. r=neil, sr=bryner
|
2004-09-08 19:32:29 +00:00 |
roc+%cs.cmu.edu
|
da54d83f54
|
Bug 254039. deCOMtaminate nsIScrollableFrame. r+sr=roc, patch by Will Levine
|
2004-09-06 02:44:43 +00:00 |
aaronleventhal%moonset.net
|
ee255c951a
|
Bug 254966. Make css scrollable elements tab navigable. r=mats, sr=roc
|
2004-09-01 14:58:34 +00:00 |
bmlk%gmx.de
|
1134a9f349
|
frames with a percentage based width should report a 0 MEW bug 246999 r/sr=roc
|
2004-08-31 18:50:40 +00:00 |
peterv%propagandism.org
|
0836738940
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r/sr=jst.
|
2004-08-10 10:22:36 +00:00 |
bryner%brianryner.com
|
cc807b07b1
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
neil%parkwaycc.co.uk
|
30c6b70167
|
Fix regression from bug 244761 so that only user actions will enable onChange after blur b=251833 r/sr=roc
|
2004-07-23 08:25:44 +00:00 |
rbs%maths.uq.edu.au
|
784ccdb144
|
Cleanup font usage in form input controls, b=251637, r=jshin, sr=bzbarsky
|
2004-07-21 01:05:44 +00:00 |
roc+%cs.cmu.edu
|
91db4db112
|
Bug 251501. Refactor handling where frames get inserted on content insertion. r+sr=dbaron
|
2004-07-18 12:02:53 +00:00 |
peterv%propagandism.org
|
c6758de122
|
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
|
2004-06-25 12:26:02 +00:00 |
neil%parkwaycc.co.uk
|
1422fe45d0
|
Bug 245096 Clicking on combo box inhibits change event patch in bug 244761 r/sr=roc
|
2004-05-31 23:22:08 +00:00 |
neil%parkwaycc.co.uk
|
a77f02d1ce
|
Bug 244761 ESC shouldn't change displayed selection also improve consistency of change events for drop-downs r/sr=roc
|
2004-05-28 16:25:04 +00:00 |
bzbarsky%mit.edu
|
27b140b534
|
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 |
jst%mozilla.jstenback.com
|
7133578356
|
Fixing regression bug 243345. Make nsITextContent::SetText() work with non-null terminated strings, and fix silly mistake in nsComboboxControlFrame::GetIndexOfDisplayArea(). Patch partly by bzbarsky@mit.edu, and partly by myself. r+sr=bzbarsky@mit.edu and jst@mozilla.jstenback.com
|
2004-05-13 01:12:10 +00:00 |
jst%mozilla.jstenback.com
|
d247d3f525
|
Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com
|
2004-05-07 20:55:17 +00:00 |
tor%cs.brown.edu
|
44fbbcc21b
|
Bug 240274 - remove unused argument of SetClip{Rect,Region}.
r=blizzard, sr=bryner
|
2004-04-23 15:21:24 +00:00 |
gerv%gerv.net
|
85ce8c146b
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
tor%cs.brown.edu
|
bd2796f514
|
Bug 240274 - remove PopState() argument. r=blizzard, sr=bryner
|
2004-04-18 13:13:35 +00:00 |
roc+%cs.cmu.edu
|
bc07b888e1
|
Bug 227838. Remove unused RequiresWidget method from nsIFormControlFrame. r+sr=bzbarsky
|
2004-04-13 03:11:05 +00:00 |
roc+%cs.cmu.edu
|
0651f4e7ae
|
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
|
6252896efc
|
inline IsPaginated, SetPaginatedScrolling, and GetPaginatedScrolling. Bug 229371, r+sr=roc.
|
2004-03-03 18:24:20 +00:00 |
bryner%brianryner.com
|
d6b0d386ee
|
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
|
2004-02-27 17:17:37 +00:00 |
bryner%brianryner.com
|
745944525d
|
Get rid of nsIFrameManager abstract interface to the frame manager. Bug 233972, r+sr=roc.
|
2004-02-23 21:29:06 +00:00 |
bryner%brianryner.com
|
b26298f7c2
|
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
|
2004-02-11 04:57:07 +00:00 |
bryner%brianryner.com
|
05a0e4f624
|
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
|
a2c6a75e31
|
Bug 109772. Some nsIView deCOMtamination. Fixed the API for GetNeearestWidget to be sensible. r+sr=dbaron
|
2004-01-30 03:20:41 +00:00 |
bryner%brianryner.com
|
fd6fed0d82
|
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 |
bryner%brianryner.com
|
a135ce4d60
|
Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard.
|
2004-01-12 08:25:18 +00:00 |