Граф коммитов

1091 Коммитов

Автор SHA1 Сообщение Дата
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
Olli.Pettay%helsinki.fi 0ce3acdb2b Bug 336576, Crash when window gets destroyed during contextmenu event, r+sr=bz 2006-05-08 07:08:41 +00:00
bzbarsky%mit.edu dda2ad267f Fix the casting. Bug 329192 2006-05-05 22:47:25 +00:00
bzbarsky%mit.edu af2ad85f80 Use nsINode in nsEventListenerManager::CompileEventHandlerInternal. Bug
329192, r+sr=sicking.
2006-05-05 22:45:56 +00:00
brettw%gmail.com 7547c7f847 Bug 336785 r=darin sr+a=bryner Crash when context menu pops up 2006-05-05 21:01:06 +00:00
cvshook%sicking.cc 36f352636c Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
Olli.Pettay%helsinki.fi dd972aa31f 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 d23fe29f4c 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 92b578d7ad Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron 2006-04-13 04:07:12 +00:00
masayuki%d-toybox.com 3f30f78304 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 23a6cefff1 Bug 332927: Cleanup iframe/frame printing code (and a couple other misc. cleanups) 2006-04-11 01:48:48 +00:00