dbaron%dbaron.org
|
b985c7a438
|
Clean up IsFrameOfType methods to call their base class IsFrameOfType methods reliably. b=341326 r+sr=roc
|
2007-02-24 18:33:33 +00:00 |
asqueella%gmail.com
|
3be3ebf36a
|
bug 257868 - remove the nsIPresShell::SetAnonymousContentFor() API, make the frames store strong refs to the anonymous content instead. Decomtaminate nsIAnonymousContentCreator.
r+sr=roc
|
2007-02-18 17:34:09 +00:00 |
sharparrow1%yahoo.com
|
7a228adbff
|
Bug 370303: Cleanup in layout/forms. r+sr=roc.
|
2007-02-15 10:58:31 +00:00 |
dbaron%dbaron.org
|
116da6be23
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
mats.palmgren%bredband.net
|
60a88738bd
|
Make sure we fire onchange also after selectedIndex was set to -1 through DOM. Thanks to Pablo Greco for helping fix this. b=317078 r+sr=roc
|
2006-09-30 05:07:49 +00:00 |
cvshook%sicking.cc
|
c7936e48f6
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |
darin%meer.net
|
7d3e7d7acd
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
roc+%cs.cmu.edu
|
64bd04b75c
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
roc+%cs.cmu.edu
|
dba51376ea
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
pavlov%pavlov.net
|
f33ad65b06
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
roc+%cs.cmu.edu
|
f4d2e578db
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
roc+%cs.cmu.edu
|
118721c5f7
|
Bug 329465. Don't hold a strong ref to the event queue service from nsComboboxControlFrame. r+sr=roc, patch by Marc Liddell.
|
2006-03-09 19:24:54 +00:00 |
roc+%cs.cmu.edu
|
d0abdc1385
|
Bug 328926. Remove aPresContext from nsIFrame::Init and nsIFrame::DidSetStyleContext. r+sr=roc, patch by Marc Liddell
|
2006-03-09 18:55:21 +00:00 |
roc+%cs.cmu.edu
|
83f6e177f0
|
Backing out changes for bug 326944, really this time\!
|
2006-02-27 04:13:51 +00:00 |
roc+%cs.cmu.edu
|
7a891e1dd1
|
Bug 326944. Remove nsIComboboxControlFrame. r+sr=roc, patch by Marc Liddell
|
2006-02-27 02:33:26 +00:00 |
timeless%mozdev.org
|
6a510cc56b
|
Bug 298277 remove useless references to nsVoidArray
r=dbaron sr=dbaron
|
2006-02-23 10:30:59 +00:00 |
sharparrow1%yahoo.com
|
00eb969667
|
Bug 326843 DeCOMtaminate some of nsComboboxControlFrame. Patch by marcldl+mozbugs@gmail.com. r+sr=roc.
|
2006-02-18 01:52:03 +00:00 |
roc+%cs.cmu.edu
|
5451e97878
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
roc+%cs.cmu.edu
|
ae7c6937c0
|
Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc
|
2005-12-12 23:53:06 +00:00 |
bzbarsky%mit.edu
|
e9e80071d7
|
Remove the mGoodToGo goop. Its main effect seems to be to cause crashes when
HTML <select>s are used in XUL. Bug 319796, r+sr=roc
|
2005-12-11 20:45:58 +00:00 |
bzbarsky%mit.edu
|
b4b5adfb40
|
Don't store the "normal" frame state for the root scrollframe, for now. Bug
318709, r+sr=roc
|
2005-12-06 23:56:17 +00:00 |
bzbarsky%mit.edu
|
d777663fe3
|
Remove the dummy frame stuff from selects. Replace it with smarter focus rect
painting and sizing for empty selects. Bug 314879, r+sr=dbaron
|
2005-11-04 23:36:27 +00:00 |
roc+%cs.cmu.edu
|
c4070dec03
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
roc+%cs.cmu.edu
|
b1e6622e4e
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
gavin%gavinsharp.com
|
0b638620e3
|
Bug 301313 : Remove mPresContext in /layout/forms/, patch by Andreas Lange <mozilla@lange.cx>, r+sr=roc
|
2005-08-16 12:20:58 +00:00 |
mats.palmgren%bredband.net
|
5e77d4ed06
|
Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa
|
2005-06-21 00:00:14 +00:00 |
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 |
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
|
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 |
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 |
bmlk%gmx.de
|
e4402cbb7f
|
remove forgotten prescontext bug 276719 p=bugmail@q1n.org r/sr=dbaron
|
2005-01-02 15:46:53 +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 |
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 |
neil%parkwaycc.co.uk
|
e0001f303d
|
Restoring accidentally deleted line to fix bustage.
|
2004-05-28 16:49:07 +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 |
gerv%gerv.net
|
85ce8c146b
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +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 |
peterv%propagandism.org
|
53f2f735a9
|
Miscellaneous cleanup. r/sr=jst.
|
2004-01-18 14:53:32 +00:00 |
bryner%brianryner.com
|
39c612d480
|
Eliminate old nsCWeakReference implementation (bug 230480). This rewrites nsListControlFrame's event listener to be a little more sane. r+sr=dbaron.
|
2004-01-09 22:18:26 +00:00 |
roc+%cs.cmu.edu
|
2a50602bc0
|
Bug 190735. deCOMtaminate nsIFrame::FirstChild and nsIFrame::GetAdditionalChildListName. r+sr=bz
|
2004-01-09 14:20:53 +00:00 |
uid502
|
50383ff50a
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +00:00 |
jkeiser%netscape.com
|
78680b73d4
|
Remove the no-forward-declared-nsCOMPtr hack (bug 107291), r=bugmail@sicking.cc, sr=dbaron@dbaron.org
|
2003-06-03 03:56:14 +00:00 |