Olli.Pettay%helsinki.fi
cb1f0a0bb9
Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc
2006-05-19 10:26:44 +00:00
Olli.Pettay%helsinki.fi
ed1098af8f
Bug 334216, Tabs opened in the background from bookmarks have no generic icon. This makes non-bubbling events to be propagate back to the bindingParent(s) , r=sicking,sr=bz
2006-05-18 17:49:39 +00:00
Olli.Pettay%helsinki.fi
a61e62b3c4
Bug 337520, Crash when window gets destroyed during mouseover event, r+sr=bz
2006-05-15 17:31:28 +00:00
cvshook%sicking.cc
073093c129
Bug 334075: Push mFlagsOrSlots to nsINode to allow storing flags and (in the future) slots on nsGenericDOMDataNodes. r=mrbkap sr=bz
2006-05-15 07:03:15 +00:00
bzbarsky%mit.edu
41af3aa3be
Fix crash bug 336582. ESM changes by me and Martijn Wargers
...
<martijn.martijn@gmail.com>, r+sr=roc. Presshell changes by Mats Palmgren
<mats.palmgren@bredband.net>, r+sr=bzbarsky
2006-05-12 03:49:38 +00:00
Olli.Pettay%helsinki.fi
b5ff53d869
Didn't mean to check in this patch
2006-05-11 18:21:40 +00:00
Olli.Pettay%helsinki.fi
b360361e20
Bug 336576, Crash when window gets destroyed during contextmenu event, r+sr=bz
2006-05-11 18:18:47 +00:00
timeless%mozdev.org
2393b37747
Bug 336985 Misplaced null check of aEvent in nsEventStateManager::PreHandleEvent
...
r=bryner sr=bryner
2006-05-11 13:26:08 +00:00
darin%meer.net
0318b8c707
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
Olli.Pettay%helsinki.fi
5b30fac518
oops, tree is closed
2006-05-08 07:14:08 +00:00
Olli.Pettay%helsinki.fi
1cb78a82cc
Bug 336576, Crash when window gets destroyed during contextmenu event, r+sr=bz
2006-05-08 07:08:41 +00:00
bzbarsky%mit.edu
a47966c468
Fix the casting. Bug 329192
2006-05-05 22:47:25 +00:00
bzbarsky%mit.edu
dc6c7fda01
Use nsINode in nsEventListenerManager::CompileEventHandlerInternal. Bug
...
329192, r+sr=sicking.
2006-05-05 22:45:56 +00:00
brettw%gmail.com
f82c20ad33
Bug 336785 r=darin sr+a=bryner Crash when context menu pops up
2006-05-05 21:01:06 +00:00
cvshook%sicking.cc
d3ec0aa5c5
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
2006-05-05 06:52:21 +00:00
Olli.Pettay%helsinki.fi
ab6ce33675
Bug 336587, Crash when window gets destroyed during DOMMouseScroll event, r+sr=bz
2006-05-04 15:15:31 +00:00
roc+%cs.cmu.edu
4667a9b409
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
2006-04-26 01:57:22 +00:00
cvshook%sicking.cc
7a388e48eb
Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron
2006-04-13 04:07:12 +00:00
masayuki%d-toybox.com
6fb048961a
Bug 327003 Don't commit the IME composition string when Mozilla is deactivated r=roc+masaki.katakai+timeless sr=roc
2006-04-11 16:37:58 +00:00
sharparrow1%yahoo.com
3b62c93943
Bug 332927: Cleanup iframe/frame printing code (and a couple other misc. cleanups)
2006-04-11 01:48:48 +00:00
Olli.Pettay%helsinki.fi
107fe84cd5
Bug 330494, Remove NS_EVENT_FLAG_INIT. Makes NN4 event handling and preventBubble and preventCapture methods no-op. r=sicking, sr=jst
2006-04-10 17:04:54 +00:00
mozilla.mano%sent.com
14c946a216
Bug 107433 - Make it possible to turn off click-and-hold contextual menu access. r=pedemonte, sr=neil.
2006-04-08 10:11:19 +00:00
darin%meer.net
20837f71e1
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
2006-03-30 18:40:56 +00:00
bryner%brianryner.com
7a96206e10
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
2006-03-22 18:36:36 +00:00
bzbarsky%mit.edu
ed97753ea2
Make nsIWidget::GetParent return a weak pointer. Bug 227489, r+sr=roc
2006-03-22 18:00:28 +00:00
bryner%brianryner.com
4cd1e2b280
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
2006-03-15 04:59:42 +00:00
Olli.Pettay%helsinki.fi
9774964f6e
Bug 330428, nsDOMEvent::InitEvent doesn't clear the target r+sr=bz
2006-03-14 21:51:56 +00:00
Olli.Pettay%helsinki.fi
0a10950131
Bug 329125, Remove nsMutationEvent::mTarget r+sr=bz
2006-03-09 18:14:17 +00:00
Olli.Pettay%helsinki.fi
f79ea0115b
Bug 234455, Centralize event dispatch r=jst, sr=bz
2006-03-07 17:08:51 +00:00
ginn.chen%sun.com
c06a4cd5f7
Bug 144000 caret browsing - bad initial position
...
r=aaronleventhal sr=bzbarsky
2006-02-28 10:23:38 +00:00
sharparrow1%yahoo.com
35f936ecec
Bug 320326: deCOMtaminate GetContentAndOffsetsFromPoint, plus some slight behavior changes. r+sr=roc.
2006-02-27 05:57:37 +00:00
roc+%cs.cmu.edu
1fac9c6d76
Backing out changes for bug 326944, really this time\!
2006-02-27 04:13:51 +00:00
roc+%cs.cmu.edu
b7126ee8e0
Bug 326944. Remove nsIComboboxControlFrame. r+sr=roc, patch by Marc Liddell
2006-02-27 02:33:26 +00:00
timeless%mozdev.org
426f83aecc
Bug 298277 remove useless references to nsVoidArray
...
r=dbaron sr=dbaron
2006-02-23 10:30:59 +00:00
sharparrow1%yahoo.com
eb67fd0b3d
Bug 327868: nsIFrameSelection cleanup. r+sr=roc
2006-02-21 00:49:04 +00:00
sharparrow1%yahoo.com
4b04b00311
Bug 326843 DeCOMtaminate some of nsComboboxControlFrame. Patch by marcldl+mozbugs@gmail.com. r+sr=roc.
2006-02-18 01:52:03 +00:00
Olli.Pettay%helsinki.fi
97841b1891
Bug 326904, Remove NS_APP_EVENT_FLAG_HANDLED, r+sr=jst
2006-02-14 17:24:00 +00:00
mrbkap%gmail.com
6392ef0b7c
Use the right non-null event variable and clean up an indentation violation. r+sr=jst
2006-02-13 23:33:45 +00:00
masayuki%d-toybox.com
3deabd1ae2
Bug 258006 Mouse-wheel scroll events does not propagate to viewport from fixed pos. elements r+sr=roc
2006-02-01 19:55:35 +00:00
mkaply%us.ibm.com
45f4011af8
#297919
...
r=bzbarsky, sr=brendan
event.button in a mouse move should be 0 to maintain compatibility with older browsers
2006-01-30 17:04:51 +00:00
Olli.Pettay%helsinki.fi
011db83fd5
Bug 281139, crash doing onfocus=alert() and Reloading, r+sr=bz
2006-01-26 16:12:30 +00:00
dbaron%dbaron.org
4a22787793
Fix Windows bustage.
2006-01-19 03:11:23 +00:00
dbaron%dbaron.org
836cdfd70a
Remove event listeners when dropping an event listener manager so that the weak references in DOMClassInfo's preserved wrapper table for event listeners are removed before the ELM's owner (the GC participant) goes away, and document why this needs to be done. Also consolidate the things that need to be done before letting go of an ELM into one method, and add some missing calls to that method. b=323807 r=mrbkap sr=jst
2006-01-19 02:43:39 +00:00
cvshook%sicking.cc
15c2397445
Bug 323910: Merge atom lists in gklayout
...
r/sr=jst
2006-01-19 00:58:12 +00:00
roc+%cs.cmu.edu
710ba40206
Bug 323230. Add FindAttrValueIn as an efficient way to look up an attribute value in a table of atoms. r=sicking,sr=bzbarsky
2006-01-18 04:09:33 +00:00
Olli.Pettay%helsinki.fi
21ca39c740
Bug 322985, Remove aScriptOnly parameter from the nsIEventListenerManager::RemoveAllListeners r+sr=jst
2006-01-12 19:11:44 +00:00
mats.palmgren%bredband.net
bbaa13ef0a
MoveFocusToCaret() could cause the selection frame to be destroyed, so ask for it again. b=308086 r=aaronleventhal sr=bryner
2006-01-07 04:08:05 +00:00
cbiesinger%web.de
1d04cb0110
Bug 309521
...
- add pseudo-classes for :-moz-type-unsupported and :-moz-has-handlerref (and a
content state for the former)
- make nsObjectLoadingContent return the right content state
- Add an XBL binding that gets instantiated for broken plugins
- Make it themable
- Remove a lot of now-unused code in nsObjectFrame
- Fixes pluginfinder.
r+sr=bz, r=mconnor
2005-12-29 14:15:33 +00:00
ginn.chen%sun.com
9561641352
backwards my last checkin, sorry for my spam. Bug 295228
2005-12-26 17:32:09 +00:00
ginn.chen%sun.com
953d264143
Comment out the warning. Bug 295228
2005-12-26 10:19:25 +00:00