dbaron%dbaron.org
|
6ab569a8bf
|
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
|
302031f738
|
Back out Bug 344986 to fix tp regression
|
2006-09-10 11:53:55 +00:00 |
|
Olli.Pettay%helsinki.fi
|
72a64308b9
|
Bug 344986, Simplify nsEventListenerManager, r=sicking, sr=jst
|
2006-09-09 17:28:57 +00:00 |
|
peterv%propagandism.org
|
64ec124ee5
|
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
|
64e491c833
|
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
|
a42613e4f6
|
Bug 350846, Combine NS_***_LOAD events, r+sr=jst
|
2006-08-31 19:33:01 +00:00 |
|
uriber%gmail.com
|
ca5218736c
|
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
|
a3a40f6eb5
|
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
|
77f151f65f
|
Bug 348238, Remove some unused code from ESM, r+sr=roc
|
2006-08-11 12:14:35 +00:00 |
|
masayuki%d-toybox.com
|
9930bfa97a
|
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
|
5588a90c96
|
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
|
a8750b5d4b
|
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
|
0af413af2d
|
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
|
61792b273c
|
Bug 343613, Make EventStateManager to use nsWeakFrame, r+sr=roc
|
2006-07-14 07:55:51 +00:00 |
|
gavin%gavinsharp.com
|
b92278dce3
|
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
|
4fc627517a
|
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
|
0a6715fc94
|
Bug 324011, initMouseEvent does not set relatedTarget property, r+sr=jst
|
2006-07-13 07:51:54 +00:00 |
|
masayuki%d-toybox.com
|
bdeb521557
|
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
|
2c39937d84
|
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
|
c873114053
|
Bug 337607, [@ nsEventStateManager::HandleAccessKey], r+sr=bz
|
2006-06-29 19:57:01 +00:00 |
|
Olli.Pettay%helsinki.fi
|
1beba92cde
|
Bug 342139, Make event target chain to use heap, r+sr=bz
|
2006-06-29 07:59:47 +00:00 |
|
Olli.Pettay%helsinki.fi
|
f7130ee6c9
|
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
|
922d2b6489
|
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
|
10b835e8f7
|
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
|
0f241835df
|
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
|
2006-06-13 03:07:47 +00:00 |
|
mrbkap%gmail.com
|
98997f8669
|
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
|
f3396e769c
|
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
|
01bb98b57e
|
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
|
c7e943414a
|
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
|
12f7e7f608
|
Backing out still some more of Bug 339774 to fix memleaks
|
2006-06-01 19:18:59 +00:00 |
|
Olli.Pettay%helsinki.fi
|
c5debf4b0b
|
Backing out part of Bug 339774 to fix memleaks
|
2006-06-01 16:32:47 +00:00 |
|
Olli.Pettay%helsinki.fi
|
0d410c32db
|
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
|
c281e3e7fd
|
Bug 339774, back out
|
2006-06-01 10:00:50 +00:00 |
|
Olli.Pettay%helsinki.fi
|
045f0e4cb8
|
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
|
6fb8bf0b4f
|
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
|
a5e5a4579c
|
backing out 336696, I checked in the wrong version of the patch
|
2006-05-22 18:03:16 +00:00 |
|
bryner%brianryner.com
|
87831f25b1
|
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
|
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 |
|