roc+%cs.cmu.edu
|
09fe959fee
|
Bug 354089. Tell the focus manager immediately when nothing is focused. r+sr=mats
|
2006-10-19 01:59:00 +00:00 |
Olli.Pettay%helsinki.fi
|
7c878c6fa2
|
Additional patch for Bug 344986, trying to reduce codesize, r+sr=dbaron
|
2006-10-10 05:50:29 +00:00 |
Olli.Pettay%helsinki.fi
|
995dc8c5a8
|
Bug 344986, Simplify nsEventListenerManager, r+sr=sicking+jst (relanding)
|
2006-10-06 05:24:02 +00:00 |
dbaron%dbaron.org
|
b6feb3f816
|
Call JS_ClearScope up the global object's prototype chain to fix leaks. Consolidate the cleanup of non-fastback-cached inner windows currently spread throughout SetNewDocument into a pair of calls to FreeInnerObjects, and various other cleanup. b=353090 r=jst sr=bzbarsky
|
2006-09-20 01:13:59 +00:00 |
Olli.Pettay%helsinki.fi
|
2506709457
|
Back out Bug 344986 to fix tp regression
|
2006-09-10 11:53:55 +00:00 |
Olli.Pettay%helsinki.fi
|
6b5035723b
|
Bug 344986, Simplify nsEventListenerManager, r=sicking, sr=jst
|
2006-09-09 17:28:57 +00:00 |
peterv%propagandism.org
|
7c7847f7d4
|
Fix for bug 347524 (Refactor adoptNode, importNode and cloneNode to share implementation). r/sr=bz.
|
2006-09-05 10:22:54 +00:00 |
Olli.Pettay%helsinki.fi
|
09f169f5d8
|
Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst
|
2006-09-02 10:00:26 +00:00 |
Olli.Pettay%helsinki.fi
|
642281d53f
|
Bug 350846, Combine NS_***_LOAD events, r+sr=jst
|
2006-08-31 19:33:01 +00:00 |
uriber%gmail.com
|
82ef28f26d
|
Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc
|
2006-08-30 13:38:16 +00:00 |
bzbarsky%mit.edu
|
493110600a
|
Implement the :default CSS3 pseudo-class. Bug 302186, patch by Allan Beaufour
<allan@beaufour.dk> and jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
|
2006-08-16 03:20:19 +00:00 |
Olli.Pettay%helsinki.fi
|
645c5b72a2
|
Bug 348238, Remove some unused code from ESM, r+sr=roc
|
2006-08-11 12:14:35 +00:00 |
masayuki%d-toybox.com
|
868c9a64c0
|
Bug 312831 scroll wheel scrolls page after reaching end of a <select> box #2 for better default settings and for better mechanism r+sr=roc
|
2006-08-07 06:33:46 +00:00 |
mats.palmgren%bredband.net
|
c62b26c2ec
|
Pressing accesskey for label should focus the target element after the label click event. b=346529 r+sr=bzbarsky
|
2006-08-05 22:18:26 +00:00 |
mark%moxienet.com
|
a844b938c3
|
319078 Handle smooth mousewheel (and two-finger touchpad) scrolling. r=josh sr=darin r,sr=roc
|
2006-07-20 15:38:43 +00:00 |
mats.palmgren%bredband.net
|
f42f35a286
|
Don't assume DOM range start/end node QI's to nsIContent. b=345155 r+sr=bzbarsky
|
2006-07-20 05:25:20 +00:00 |
Olli.Pettay%helsinki.fi
|
f177a1bd67
|
Bug 343613, Make EventStateManager to use nsWeakFrame, r+sr=roc
|
2006-07-14 07:55:51 +00:00 |
gavin%gavinsharp.com
|
f32bd1cc35
|
Bug 340902: Split ui.key.generalAccessKey into prefs for content and chrome, patch by Simon B�nzli <zeniko@gmail.com>, r=mats.palmgren, sr=roc
|
2006-07-13 10:18:12 +00:00 |
martijn.martijn%gmail.com
|
b97ecc9b49
|
Bug 343621 - Cannot use UniversalXPConnect privilege for caret movement in textarea, r=Olli.Pettay, sr=roc
|
2006-07-13 09:04:52 +00:00 |
Olli.Pettay%helsinki.fi
|
324417e9aa
|
Bug 324011, initMouseEvent does not set relatedTarget property, r+sr=jst
|
2006-07-13 07:51:54 +00:00 |
masayuki%d-toybox.com
|
9b29767dbd
|
Bug 312831 scroll wheel scrolls page after reaching end of a <select> box r=mats, sr=roc
|
2006-07-12 04:15:42 +00:00 |
cvshook%sicking.cc
|
cf07d96809
|
Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz
|
2006-07-02 07:23:10 +00:00 |
Olli.Pettay%helsinki.fi
|
56113f15e8
|
Bug 337607, [@ nsEventStateManager::HandleAccessKey], r+sr=bz
|
2006-06-29 19:57:01 +00:00 |
Olli.Pettay%helsinki.fi
|
6e911d2885
|
Bug 342139, Make event target chain to use heap, r+sr=bz
|
2006-06-29 07:59:47 +00:00 |
Olli.Pettay%helsinki.fi
|
83c924aaee
|
Bug 342011, xul window load event handlers no longer called with evt.eventPhase == Event.AT_TARGET, r+sr=sicking
|
2006-06-22 07:51:57 +00:00 |
Olli.Pettay%helsinki.fi
|
ce099efcca
|
Bug 339659, Make .eventPhase to work with event retargeting, r=bz+enndeakin, sr=bz
|
2006-06-15 17:45:22 +00:00 |
sharparrow1%yahoo.com
|
39e5de44b2
|
Bug 338266: Scrolling doesn't work when the mouse is over page breaks. r+sr=roc
|
2006-06-15 03:21:51 +00:00 |
mhammond%skippinet.com.au
|
d5ad1dc2b9
|
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
|
2006-06-13 03:07:47 +00:00 |
mrbkap%gmail.com
|
43895f48e7
|
Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan
|
2006-06-12 22:39:55 +00:00 |
roc+%cs.cmu.edu
|
aced460e91
|
Bug 338718. Fix mouseover recursion check to actually work. r=mats,sr=bzbarsky
|
2006-06-06 23:18:38 +00:00 |
roc+%cs.cmu.edu
|
33a0a22b31
|
Bug 338718. Fix mouseover recursion check to actually work. r=mats,sr=bzbarsky
|
2006-06-06 23:15:06 +00:00 |
Olli.Pettay%helsinki.fi
|
aa3c59a622
|
rest of Bug 339774, nsDOMEvent::DuplicatePrivateData should copy more things from the original event, r+sr=bz
|
2006-06-05 18:38:54 +00:00 |
Olli.Pettay%helsinki.fi
|
9c79521db6
|
Backing out still some more of Bug 339774 to fix memleaks
|
2006-06-01 19:18:59 +00:00 |
Olli.Pettay%helsinki.fi
|
906762dd3a
|
Backing out part of Bug 339774 to fix memleaks
|
2006-06-01 16:32:47 +00:00 |
Olli.Pettay%helsinki.fi
|
9f79326b25
|
Bug 339774, nsDOMEvent::DuplicatePrivateData should copy more things from the original event r+sr=jst, re-try
|
2006-06-01 10:38:46 +00:00 |
Olli.Pettay%helsinki.fi
|
beef5824fb
|
Bug 339774, back out
|
2006-06-01 10:00:50 +00:00 |
Olli.Pettay%helsinki.fi
|
a4ffbb55ae
|
Bug 339774, nsDOMEvent::DuplicatePrivateData should copy more things from the original event r+sr=jst
|
2006-06-01 09:55:38 +00:00 |
bryner%brianryner.com
|
14c8ade4c5
|
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
|
de811b24ec
|
backing out 336696, I checked in the wrong version of the patch
|
2006-05-22 18:03:16 +00:00 |
bryner%brianryner.com
|
ac1c3b1456
|
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 |
Olli.Pettay%helsinki.fi
|
198b2c0d8a
|
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
|
e373eb853e
|
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
|
39e875b065
|
Bug 337520, Crash when window gets destroyed during mouseover event, r+sr=bz
|
2006-05-15 17:31:28 +00:00 |
cvshook%sicking.cc
|
241120e16a
|
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
|
b0fb18b791
|
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
|
0991896dc5
|
Didn't mean to check in this patch
|
2006-05-11 18:21:40 +00:00 |
Olli.Pettay%helsinki.fi
|
fa059db6bd
|
Bug 336576, Crash when window gets destroyed during contextmenu event, r+sr=bz
|
2006-05-11 18:18:47 +00:00 |
timeless%mozdev.org
|
244bb432fd
|
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
|
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 |
Olli.Pettay%helsinki.fi
|
f0c28faaad
|
oops, tree is closed
|
2006-05-08 07:14:08 +00:00 |