Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Mounir Lamouri
|
c9e61d6f91
|
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
|
2011-07-20 12:18:54 -07:00 |
|
Ehsan Akhgari
|
c9daca5445
|
Revert to changeset e0ce7821fce1 because the latest push broke all of the builds DONTBUILD
|
2011-07-19 16:25:54 -04:00 |
|
Mounir Lamouri
|
895290b984
|
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
|
2011-07-19 11:22:43 -07:00 |
|
Mounir Lamouri
|
a685a5428c
|
Backed out bug 669310, bug 668013, bug 667887 and bug 669886 due to build bustage.
|
2011-07-19 10:49:48 -07:00 |
|
Mounir Lamouri
|
90cadc846b
|
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
|
2011-07-18 17:05:10 -07:00 |
|
Boris Zbarsky
|
ef32292c5e
|
Bug 598833 part 6. Get rid of nsEventStateManager::GetContentState. r=smaug
|
2011-05-31 21:46:56 -04:00 |
|
David Zbarsky
|
36a6ae632d
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-21 19:35:52 +02:00 |
|
Mounir Lamouri
|
350feb3c2f
|
Backed out changeset c1a7c1bc1aeb due to busted build.
|
2011-04-20 22:26:06 +02:00 |
|
David Zbarsky
|
b3839d4cfd
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-20 21:42:33 +02:00 |
|
Boris Zbarsky
|
fcadd973d5
|
Bug 633271 part 2. Simplify nsEventStateManager::SetContentState. r=dbaron
|
2011-03-28 23:32:11 -04:00 |
|
Mounir Lamouri
|
ac3ffbbd48
|
Bug 595036 (2/2) - Introduce nsEventStates class to represent event states. r+a=bz
|
2010-10-20 13:26:32 +02:00 |
|
Markus Stange
|
e4caffb0a0
|
Bug 426082, part 2: Make nsEventStateManager::GetContentState return the state directly instead of using an outparam. r=dbaron
|
2010-05-31 19:49:04 +02:00 |
|
Zack Weinberg
|
b6fe8205dd
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
|
Olli Pettay
|
46bbc94553
|
Bug 496567 - Remove nsXULCommandEvent and nsIDOMXULListener, r=neil, sr=sicking
|
2009-06-30 10:56:40 +03:00 |
|
Neil Rashbrook
|
ed135a547f
|
Bug 311053 XUL frames should respect preventDefault() [e.g. when menus are open] r=Enn sr=jst
|
2009-02-27 10:48:25 +00:00 |
|
|
|
e0f90db412
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
|
|
7e4e3ec68f
|
375196, r+sr=roc
|
2007-03-25 22:38:22 -07:00 |
|
Olli.Pettay@helsinki.fi
|
dda4efb9cc
|
Bug 243370, deCOMtaminate parts of nsIFrame that come from nsIBox, part 2, p=anlan@lange.cx, r+sr=roc
|
2007-01-31 16:02:42 +00:00 |
|
timeless@mozdev.org
|
f4ef17d178
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
Olli.Pettay@helsinki.fi
|
d66d6b82e2
|
Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply
|
2006-11-16 21:35:39 +00:00 |
|
bryner@brianryner.com
|
f2d97c530e
|
Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst.
|
2006-05-22 20:37:32 +00:00 |
|
bryner@brianryner.com
|
bec508a609
|
backing out 336696, I checked in the wrong version of the patch
|
2006-05-22 18:03:16 +00:00 |
|
bryner@brianryner.com
|
6c6c44a0b0
|
Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst.
|
2006-05-22 16:18:45 +00:00 |
|
leon.sha@sun.com
|
b77bcae3cb
|
Bug 333896
Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com.
roc: review+
roc: superreview+
|
2006-04-24 05:40:11 +00:00 |
|
roc+@cs.cmu.edu
|
54d3415318
|
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 |
|
roc+@cs.cmu.edu
|
a1b6a30f14
|
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
|
7875a54822
|
Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc
|
2005-10-26 21:46:39 +00:00 |
|
roc+@cs.cmu.edu
|
5d1b988569
|
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 |
|
mozilla.mano@sent.com
|
1af5c93e46
|
Relanding Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg.
|
2005-06-29 14:20:57 +00:00 |
|
mozilla.mano@sent.com
|
6c3550799e
|
Backing out bug 298894
|
2005-06-28 15:42:22 +00:00 |
|
mozilla.mano@sent.com
|
735d8625b5
|
Fix bustage from Bug 298894
|
2005-06-28 15:22:05 +00:00 |
|
mozilla.mano@sent.com
|
5fcf78d2db
|
Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg.
|
2005-06-28 14:59:43 +00:00 |
|
roc+@cs.cmu.edu
|
36442896ea
|
Bug 292326. Make events coming from the repeating timer in nsAutoButtonBoxFrame be trusted if the original mouse click was trusted. r+sr=jst,a=asa
|
2005-05-05 00:07:59 +00:00 |
|
jst@mozilla.jstenback.com
|
f54c1fc9b1
|
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 |
|
neil@parkwaycc.co.uk
|
ab8be2367d
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
|
bryner@brianryner.com
|
6cde4639f0
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
|
roc+@cs.cmu.edu
|
9e89288e76
|
Bug 226439. Convert layout to EqualsLiteral and EqualsASCII. r+sr=dbaron
|
2004-04-30 13:23:43 +00:00 |
|
gerv@gerv.net
|
a1ec040a65
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
bryner@brianryner.com
|
f485f95ee8
|
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
|
2004-02-27 17:17:37 +00:00 |
|
bryner@brianryner.com
|
7255062ea4
|
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 |
|
bryner@brianryner.com
|
640685cbe9
|
Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky.
|
2003-12-21 05:36:36 +00:00 |
|
aaronl@netscape.com
|
aa8d2b59b6
|
Bug 190331. Hitting enter on XUL checkbox should not fire oncommand event, because you are only accepting/OK'ing dialog, not changing checkbox value. r=hewitt, sr=jst
|
2003-07-14 09:45:54 +00:00 |
|
jst@netscape.com
|
d12f3e2c8e
|
Fixing bug 124412. Making nsXULDocument inherit nsXMLDocument to avoid the need to duplicate a large amount of code in nsXULDocument. Also removing nsMarkupDocument and nsIDOMEventCapturer that are no longer needed. Changing the inheritance of nsIDOMXULDocument to avoid ~60 or so forwarding methods, and doing a *lot* of code cleanup. r=bugmail@sicking.cc, sr=peterv@netscape.com
|
2003-03-26 07:41:30 +00:00 |
|
kyle.yuan@sun.com
|
0a8c0de84e
|
Bug 197152 AccDoAction failed with menuitem that has command (not oncommand) attribute
r=bryner, sr=jag
move command tag support from individual frames to nsXULElement
|
2003-03-25 03:15:37 +00:00 |
|
dveditz@netscape.com
|
51b06bc3f9
|
activate button on keyup only if already depressed (bug 161721) r=saari,sr=blake
|
2002-08-10 01:23:01 +00:00 |
|
jaggernaut@netscape.com
|
0467433db5
|
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
|
2001-12-16 11:58:03 +00:00 |
|
hewitt@netscape.com
|
dad696af80
|
84602 - when a button has focus, enter key doesn't fire oncommand (from blake), r=hyatt, sr=hewitt
|
2001-10-19 05:02:56 +00:00 |
|
gerv@gerv.net
|
58d409fba9
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
|
bryner@netscape.com
|
0b20fc36bb
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
|