Commit Graph

1488 Commits

Author SHA1 Message Date
gavin@gavinsharp.com
6351437274 Bug 409604: Accesskeys on HTML label, area and legend elements don't work, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r+sr=roc, a=schrep 2008-05-08 13:00:24 -07:00
jwalden@mit.edu
ce28707a93 Bug 430251 - Update to latest HTML5 and make postMessage dispatch its event asynchronously, as well as dispatch at the window, not the document. r=jst, r=smaug, sr=sicking, a=damons, c=cookie 2008-05-02 12:26:47 -07:00
gavin@gavinsharp.com
bb0e907b79 Bug 428680: Sometimes, the document node is the event target for mousemove events now, patch by Matthew Gregan <kinetik@flim.org>, r=smaug, sr=roc, a=damon 2008-04-23 15:51:27 -07:00
gavin@gavinsharp.com
5b02a4d255 Back out bug 409604 due to mochitest failures 2008-04-22 11:32:00 -07:00
gavin@gavinsharp.com
8a4e4067c5 Bug 409604: accesskey on HTML label, area and legend elements don't work, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r+sr=roc, a=beltzner 2008-04-22 09:52:16 -07:00
jwalden@mit.edu
b043c32699 Bug 429233 - Firefox leaks nsTArray_base due to nsDOMKeyboardEvent's dtor not being virtual; also makes ~nsEvent virtual as well and uses MOZ_COUNT_[CD]TOR in nsEvent. Patch by Ben Turner <bent.mozilla@gmail.com>, r+sr=jst, a=beltzner 2008-04-17 15:38:35 -07:00
Olli.Pettay@helsinki.fi
1e53a71048 Bug 428135, form submission event shouldn't bubble to parent forms, r=jst,sr=sicking,a=beltzner 2008-04-17 15:15:07 -07:00
peterv@propagandism.org
c37d1b0f6f Fix for bug 406596 (Link/anchor elements are focused within an contentEditable element). r/sr=jst, a=beltzner. 2008-04-15 11:40:38 -07:00
masayuki@d-toybox.com
df50252cb9 Bug 359638 accesskeys are incorrectly shifted again (i.e. accesskey=. is broken) and also for b=398264, b=401086, b=414130, b=427797, b=427932, b=427995 r=karlt+ere+josh, sr=roc, a1.9=mconnor 2008-04-14 21:16:24 -07:00
jonas@sicking.cc
b3d7a96435 Bug 423355: Never fire mutation events on native-anon content. Also includes fix for nsIContent::IsInNativeAnonymousSubtree. Patch by Smaug. r/sr=sicking a=beltzner 2008-04-11 15:44:48 -07:00
bent.mozilla@gmail.com
daacf64135 Bug 415498 - "Some errors not displayed in Error Console when using addEventListener". Fix to randomly failing test, hopefully. r+sr=sicking. 2008-04-11 11:26:10 -07:00
bent.mozilla@gmail.com
c54db3bb3c Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner. 2008-04-11 10:29:06 -07:00
bent.mozilla@gmail.com
8a3ba74135 Bug 415498 - "Some errors not displayed in Error Console when using addEventListener". Tests by Sylvain Pasche <sylvain.pasche@gmail.com>. r+sr=jst, a=beltzner. 2008-04-10 10:35:56 -07:00
jonas@sicking.cc
f6bc46eb38 Backing out due to test failures 2008-04-08 20:20:39 -07:00
jonas@sicking.cc
aedea05d90 Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking 2008-04-08 19:06:27 -07:00
gavin@gavinsharp.com
83749c3586 Back out 2nd patch for bug 423355 due to unit test failures 2008-04-04 18:15:32 -07:00
jonas@sicking.cc
9b9db95b6a Bug 423355: Don't dispatch mutation events for native anon content. Patch by smaug. r/sr=sicking 2008-04-04 17:14:31 -07:00
enndeakin@sympatico.ca
2829dc5487 Bug 421817, remove dragstart, drag and dragleave events for 1.9, they'll be back in a later release, r=jonas, sr=jst, a=beltzner 2008-03-21 15:47:13 -07:00
Olli.Pettay@helsinki.fi
060a5a3d0c Bug 421209, r=cpearce, sr=jst, a=beltzner 2008-03-20 13:24:36 -07:00
bzbarsky@mit.edu
c1c6fb1ffc Adding test 2008-03-19 17:46:58 -07:00
bzbarsky@mit.edu
85dffb61e3 Don't leave an exception just hangin' out on the JSContext. Bug 422009, r+sr=jst, a=shaver 2008-03-19 17:42:47 -07:00
mats.palmgren@bredband.net
3f60346e64 End the mouse wheel scrolling transaction when forcing "passToParent" for a combobox (fixes an assertion). b=398334 r=masayuki sr=roc a1.9=beltzner 2008-03-15 01:52:18 -07:00
reed@reedloden.com
5cd159ca7a Bug 421169 - "Flashing cursor appears next to programmatically focused buttons" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv sr=roc a1.9=beltzner] 2008-03-14 09:20:54 -07:00
reed@reedloden.com
b7325be75c Bug 297080 - "Mouse cursor stays in pointer form, moving from content area to other window" [p=kinetik@flim.org (Matthew Gregan) r+sr=roc a1.9=damons] 2008-03-12 15:44:45 -07:00
bzbarsky@mit.edu
b1d717701d Don't use the guaranteed-not-null getter when the presshell might be null. No bug, r="obvious", a="asserts all over the place" 2008-03-01 10:49:54 -08:00
masayuki@d-toybox.com
1c98c2e245 Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner 2008-02-28 07:28:37 -08:00
masayuki@d-toybox.com
076b8bba8e backing out the previous patch, becaused qm-centos5-01 dep unit test is orange 2008-02-28 05:59:25 -08:00
masayuki@d-toybox.com
600836e7ed Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner 2008-02-28 03:01:56 -08:00
jwalden@mit.edu
ca08279648 Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner 2008-02-26 19:48:54 -08:00
reed@reedloden.com
0ac3599db4 Bug 394473 - "caret/cursor in View Source is invisible since 20070628 {not rendered, seen, can't, cannot, shown, displayed}" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv r+sr=roc a1.9=beltzner] 2008-02-26 17:49:46 -08:00
Olli.Pettay@helsinki.fi
652c1e007c Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking 2008-02-26 04:40:18 -08:00
Olli.Pettay@helsinki.fi
69dbbd79be Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking 2008-02-24 02:55:37 -08:00
masayuki@d-toybox.com
95b63444af Bug 348341 "Reverse conversion" doesn't work by Kotoeri(Japanese input). r=josh+peterv+roc, sr=roc, b1.9=pavlov 2008-02-19 23:40:04 -08:00
masayuki@d-toybox.com
2b676caa55 Bug 417315 Cannot use IME menus during IME transaction #1 r=josh+roc, sr=roc, a1.9=beltzner 2008-02-19 23:16:06 -08:00
bzbarsky@mit.edu
0ffeb8258f Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan 2008-02-15 21:13:16 -08:00
masayuki@d-toybox.com
fd7bd8c8f2 Bug 416551 Cannot use IME on rich formatting editor of gmail (design mode) r+sr=roc, b1.9=dsicore 2008-02-13 04:51:00 -08:00
reed@reedloden.com
a87d81a7ad Bug 401322 - "missing "Text Size" zoom feature, Full page zoom should be an option not replacement" [p=elmar.ludwig@uos.de (Elmar Ludwig) ui-r=beltzner r=gavin sr=bzbarsky a1.9=schrep] 2008-02-13 03:00:45 -08:00
reed@reedloden.com
4c4140bd62 Bug 398433 - "PRBool misuse bugs in content/" [p=tglek@mozilla.com (Taras Glek) r+sr=sicking a1.9=schrep a=blocking1.9+] 2008-02-09 22:16:30 -08:00
masayuki@d-toybox.com
a785ec1761 Bug 415026 IME is always enabled in a page has contentEditable=true r+sr=roc, a1.9=mtschrep 2008-02-08 09:58:09 -08:00
roc+@cs.cmu.edu
c2ddaf9925 Bug 414671. Don't leak window after drag-drop operation --- make nsGUIEvent::widget an nsCOMPtr. r+sr=sicking 2008-02-06 20:04:58 -08:00
dwitte@stanford.edu
53d9c34e50 store nsListenerStruct instances rather than pointers. b=407442, r+sr=sicking, a=blocking1.9 2008-02-06 20:02:25 -08:00
dwitte@stanford.edu
e902190fce Bug 414894 - Remove content arena. r=smaug, sr=sicking, a=schrep 2008-02-02 15:41:24 -08:00
reed@reedloden.com
7cf6d58e01 Bug 414018 - "crash when pressing shift-tab after using FAYT" [p=mats.palmgren@bredband.net (Mats Palmgren) r=Neil sr+a1.9=roc a1.9b3=beltzner] 2008-01-31 18:12:54 -08:00
jwalden@mit.edu
637b116885 Bug 387706 - Implement HTML5's cross-document messaging API (postMessage), enabling secure cross-origin communication between windows. r+sr=sicking, sr=jst, a=jst 2008-01-29 17:31:29 -08:00
jwalden@mit.edu
8d1b1d2a9c Bug 346690 - Add support for the 'none' keyword for the CSS cursor property. r=dbaron, sr=mats, a=schrep 2008-01-18 10:39:49 -08:00
roc+@cs.cmu.edu
ab982faa16 Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron 2008-01-09 01:38:28 -08:00
roc+@cs.cmu.edu
96da482e7e backing out bug 355548 due to test failures 2008-01-08 15:11:27 -08:00
roc+@cs.cmu.edu
c816d4ca4f Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron 2008-01-08 14:36:46 -08:00
dwitte@stanford.edu
b8cabf8cac landing additional change from bug 407442. 2007-12-20 23:30:15 -08:00
dwitte@stanford.edu
8e8fcb0405 relanding switch to nsAutoTObserverArray per bug 407442. 2007-12-20 02:37:52 -08:00
dwitte@stanford.edu
d3a1fc3baa relanding part of 407442. 2007-12-19 23:30:04 -08:00
dwitte@stanford.edu
8dcce35b39 back out changes. 2007-12-19 03:07:41 -08:00
dwitte@stanford.edu
9a3a4249f4 reland nsTObserverArray changes only. 2007-12-18 22:03:05 -08:00
dwitte@stanford.edu
1d9282cd47 backing out to investigate Ts increase 2007-12-18 20:12:11 -08:00
dwitte@stanford.edu
8345ef1233 implement nsTObserverArray using nsTArray, clean up the interface, provide an nsAutoTObserverArray, and use it to reduce allocations in nsEventListenerManager. b=407442, r+sr=sicking, a=beltzner 2007-12-18 17:06:34 -08:00
Olli.Pettay@helsinki.fi
6f11b29032 Bug 403830, arena for content, r=sicking, sr=jst 2007-12-15 01:45:33 -08:00
jonas@sicking.cc
390f6ff8c2 Bug 408123: Use nsTObserverArray rather than array copy to deal with listeners going away while firing event. r=smaug sr=jst 2007-12-13 17:41:48 -08:00
surkov.alexander@gmail.com
da80d00731 Bug 368835 No focus events from xul tree table when a row is deleted, r=evan.yan, Olli.Pettay, sr=jonas, a=beltzner 2007-12-11 00:18:04 -08:00
ginn.chen@sun.com
c8fc7a26b4 Bug 405094 Tooltip doesn't disappear anymore when hovering over it r+sr=roc a=beltzner 2007-12-02 21:46:22 -08:00
neil@parkwaycc.co.uk
f411864ef7 Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner 2007-11-28 12:14:12 -08:00
Olli.Pettay@helsinki.fi
d85685e7ae Bug 405632, can't pan maps by dragging on maps.live.com , r+sr=jst, a=sicking 2007-11-28 01:16:01 -08:00
Olli.Pettay@helsinki.fi
a0a74f16e7 Bug 368760, r=mats, sr=roc, a=blocking1.9+ 2007-11-22 12:47:33 -08:00
Olli.Pettay@helsinki.fi
42e605e3e5 Bug 401528, Must click twice to open link if fixed positioned div is removed on onmouseup: clicks pass through, r+sr=roc, a=blocking1.9+ 2007-11-20 14:30:27 -08:00
ginn.chen@sun.com
985095d353 bug 396869 [linux]switch menu causes a spurious mouseout event to mouse over widget r+sr+a=roc 2007-11-16 00:21:44 -08:00
Olli.Pettay@helsinki.fi
674d706455 Bug 401528, backing out, because of crashes 2007-11-15 00:49:35 -08:00
Olli.Pettay@helsinki.fi
02636c5f45 Bug 403514, Crash when closing tab with CTRL+W, r+sr=dbaron,a=schrep 2007-11-12 11:09:09 -08:00
Olli.Pettay@helsinki.fi
39088d385e trying to fix mochitest on qm-xserve01 2007-11-12 06:11:41 -08:00
Olli.Pettay@helsinki.fi
2426c0dca5 Bug 402089, nsDOMUIEvent should cache coordinates when DuplicatePrivateData is called, r+sr=jst, a=mtschrep 2007-11-12 04:53:06 -08:00
Olli.Pettay@helsinki.fi
c82aa9bd88 Bug 401528, Must click twice to open link if fixed positioned div is removed on onmouseup: clicks pass through, r+sr=roc, a=blocking1.9+ 2007-11-12 04:20:41 -08:00
aaronleventhal@moonset.net
70475edc47 Bug 397219. ab not moving focus relative to caret when caret inside label. r=mats, sr=neil, a=roc. Checking back in -- this wasn't the cause of the orange. 2007-11-11 11:42:11 -08:00
jruderman@hmc.edu
ecbca909c9 Let's see if backing out bug 397219 fixes the orange. 2007-11-10 20:16:50 -08:00
aaronleventhal@moonset.net
6269aaaafa Bug 397219. Tab not moving focus relative to caret when caret inside label. r=mats, sr=neil, a=roc 2007-11-09 11:06:51 -08:00
reed@reedloden.com
d0b21a988c Bug 401214 - "bring back support for MOUSE_SCROLL_TEXTSIZE (mousewheel.withcontrolkey.action = 3)" [p=dao r+sr=sicking r+aM9=mconnor a=blocking1.9+ for M9] 2007-10-30 12:13:37 -07:00
reed@reedloden.com
db7cd57c4e Bug 389628 - "Implement UI for full page zoom" [p=dao r=mconnor r+sr=sicking (for content/events/) a=blocking-firefox3+ for M9] 2007-10-25 16:02:20 -07:00
Olli.Pettay@helsinki.fi
723f86ac2f Landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst 2007-10-22 14:42:25 -07:00
Olli.Pettay@helsinki.fi
4474bdc204 backout Bug 373462, bug 385322. Still regress tp/talos 2007-10-21 09:46:54 -07:00
Olli.Pettay@helsinki.fi
530a7e0fd0 Test-landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst 2007-10-21 07:09:29 -07:00
enndeakin@sympatico.ca
5075e6eea5 Bug 387109, context menu not placed properly for lists when opened with the keyboard, r=smaug,sr=neil,a=dbaron 2007-10-09 06:40:06 -07:00
joshmoz@gmail.com
f219b51c26 remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc 2007-10-01 16:20:37 -07:00
Olli.Pettay@helsinki.fi
0fd7a1c518 Bug 393762, Bug 393761 and Bug 382636, r=jst, sr=peterv 2007-10-01 03:02:32 -07:00
reed@reedloden.com
8e0b23d7b6 Bug 141476 - "Ctrl Mousewheel up (away from me) should make font bigger" [p=asmith15@littlesvr.ca (Andrew Smith) r+sr=sicking ui-r=beltzner a1.9=vlad] 2007-09-29 11:53:42 -07:00
Olli.Pettay@helsinki.fi
d8000edd01 back out Bug 373462 / bug 385322 (again :( ) 2007-09-29 10:33:22 -07:00
Olli.Pettay@helsinki.fi
67f0237669 Bug 373462 / bug 385322, Better scheduling of cycle collection/gc, r+sr=jst 2007-09-29 08:02:57 -07:00
Olli.Pettay@helsinki.fi
326c4d98c2 Bug 396652, gecko scrolls on activate event (mouse click) with gtk embeds, r+sr+a=roc, p=iainnicol-mozbugs2007@yahoo.co.uk+me 2007-09-22 08:57:03 -07:00
Olli.Pettay@helsinki.fi
b12c09342c Bug 395426, Contextmenu opened using keyboard should have .button == 0, r=enndeakin,sr+a=jst 2007-09-18 00:25:49 -07:00
Olli.Pettay@helsinki.fi
85876f6682 Bug 394735, cache event listener manager when dispatching events, r+sr+a=jst 2007-09-05 02:02:23 -07:00
surkov.alexander@gmail.com
5ef16448a2 390414 - text-changed:delete event details no longer correct effective, r=aaronlev, sr=bz, a=dsicore 2007-09-05 01:22:17 -07:00
Olli.Pettay@helsinki.fi
90ae7b2827 Bug 394825, Crash [@ nsGenericHTMLElement::SetElementFocus], r+sr+a=jst 2007-09-04 14:38:37 -07:00
emaijala@kolumbus.fi
d2e313578e Backing out patch for bug 261074 again due to failing tests in popup windows. 2007-08-31 11:27:46 -07:00
emaijala@kolumbus.fi
6ce65bf391 Fix for bug 261074: OnFocus fires twice when window restored r=neil sr=roc a=auto-approved 2007-08-31 09:36:38 -07:00
surkov.alexander@gmail.com
d769971a14 Bug 174889 - unable to get keyboard shortcut for treeitem node, r=smaug, ginn.chen, mats, sr=mats, a=sicking 2007-08-28 23:52:46 -07:00
jag@tty.nl
3fa778b962 Fix code indentation, part 2. r/sr/a=Jack,Lumpy 2007-08-28 03:21:14 -07:00
jst@mozilla.org
1537d1aea6 Fix code indentation. No code changes. 2007-08-27 16:28:02 -07:00
jst@mozilla.org
961e390475 Fixing bug 393294. Stop leaking event data from popup blocked event objects. r=Olli.Pettay@gmail.com, sr=jonas@sicking.cc, a=jst@mozilla.org 2007-08-27 16:26:43 -07:00
philringnalda@gmail.com
fd18e318dc Bug 393704 - Can't build without MOZ_XUL after bug 385275 landed, patch by romaxa <romaxa@gmail.com>, r+sr+a1.9=roc 2007-08-25 22:37:02 -07:00
Olli.Pettay@helsinki.fi
92d8ef71f1 Bug 393294, DOM event leaks (patch 2), r+sr+a=jst 2007-08-23 14:38:55 -07:00
masayuki@d-toybox.com
a20d56bd8d Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 04:13:46 -07:00
Olli.Pettay@helsinki.fi
8b7efda7b9 Bug 391568, Mutation events not fired if listeners are only in anonymous content. r+sr=bz, a=sicking 2007-08-21 23:48:47 -07:00
Olli.Pettay@helsinki.fi
1c2f578479 Mochitest for bug 288392, DOMSubtreeModified event does not fire at all 2007-08-17 16:53:23 -07:00
enndeakin@sympatico.ca
239bab7b12 Bug 385275, handle tab navigation in popups properly, r+sr=roc 2007-08-15 18:09:58 -07:00
aaronleventhal@moonset.net
92c89bc944 Fixing bustage 2007-08-10 19:06:33 -07:00
aaronleventhal@moonset.net
283dbaaf31 Bug 390692. Fix live region support to provide useful information on the node that's being shown or hidden, or has a text change event. r=ginn.chen, sr=roc, a=roc 2007-08-10 18:44:44 -07:00
dbaron@dbaron.org
6b78554c14 Add nsPresContext and nsEventStateManager to cycle collection. b=385376 r=Olli.Pettay sr=jst a=jst 2007-08-10 14:25:24 -07:00
peterv@propagandism.org
f7dd41f11e Fix for bug 387380 (No visible caret when caret browsing). r=smaug, sr=jst, a=dbaron. 2007-08-10 06:19:13 -07:00
ginn.chen@sun.com
d0ed3cca65 Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore 2007-08-05 20:22:32 -07:00
sharparrow1@yahoo.com
6b78eba5ea Followup to fix orange from bug 385536 2007-08-03 18:12:24 -07:00
sharparrow1@yahoo.com
7c89e9e2f3 Bug 385536: a tree inside a panel doesn't respond to clicks (make clientX/Y sane). r+sr=roc, a=blocking1.9+ 2007-08-03 17:31:42 -07:00
Olli.Pettay@helsinki.fi
bd0b7ea6d7 Backing out bug 275196, xml:id, to fix tp regression 2007-07-26 07:16:19 -07:00
Olli.Pettay@helsinki.fi
e8dba5a1b4 Bug 275196, xml:id, r=sicking, sr=dbaron 2007-07-26 05:22:01 -07:00
jst@mozilla.org
83c8471b91 Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc 2007-07-25 21:14:33 -07:00
sharparrow1@yahoo.com
0881e734d3 Bug 4821: Implement page zoom (backend). r+sr=roc. 2007-07-25 20:34:16 -07:00
enndeakin@sympatico.ca
6193855ecc Bug 388280, command event needs to know user input state, otherwise a popup could be blocked, r=jst,sr=bz 2007-07-23 17:55:52 -07:00
bzbarsky@mit.edu
4d53ccf996 Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute.  Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 13:05:45 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
sdwilsh@shawnwilsher.com
e9a36d5755 Bug 374334 - Uncaught exception with cloneNode method and frameset element. Patch by Alex Vincent <ajvincent@gmail.com>. r=jst,sr=jst 2007-07-05 18:38:54 -07:00
Olli.Pettay@helsinki.fi
ee3d7a8d83 Add tests also for blur event (bug 238987) 2007-07-03 09:27:28 -07:00
Olli.Pettay@helsinki.fi
d57c010537 Bug 238987, Focus and blur events bubble from some form input controls, r+sr=bz 2007-07-03 06:37:32 -07:00
Olli.Pettay@helsinki.fi
09de4e615b back out bug 238987 2007-07-03 05:37:00 -07:00
Olli.Pettay@helsinki.fi
c1fe374f29 Bug 238987, Focus and blur events bubble from some form input controls, r+sr=bz 2007-07-03 04:49:40 -07:00
Olli.Pettay@helsinki.fi
a7e74ff2ec Bug 385082, make nsDOMEvents ccollectable (to fix leak in wordpress.com), r+sr=peterv 2007-06-26 01:21:42 -07:00
mats.palmgren@bredband.net
105302b88e Don't ref-count nsIScrollableViewProvider. b=385286 r+sr=roc 2007-06-23 00:39:40 -07:00
asqueella@gmail.com
f5a19bea87 tests for bugs 336359/336682 - WHATWG online/offline events
r+sr=jst
2007-06-21 12:10:03 -07:00
roc+@cs.cmu.edu
0450fa102e Bug 380538. Allow both ononline and onoffline to be specified in the body element. patch by Chris Double, r=Olli.Pettay,sr=jonas 2007-06-06 20:28:04 -07:00
Olli.Pettay@helsinki.fi
07778b7d1c Bug 378776, windows bustage 2007-05-22 15:08:36 -07:00
Olli.Pettay@helsinki.fi
b0100770e3 Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz 2007-05-22 14:45:03 -07:00
mats.palmgren@bredband.net
039f630bca Move nsIDocShellTreeItem::childOffset to nsDocShell and remove all uses except internally by nsDocShell (it should be removed eventually). b=376562 r=Olli.Pettay sr=bzbarsky 2007-05-17 20:49:14 -07:00
Olli.Pettay@helsinki.fi
7de4026e46 Bug 380911, Remove nsRecycled.h, r+sr=bz 2007-05-16 13:37:35 -07:00
Olli.Pettay@helsinki.fi
7817abfbca Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 02:11:38 -07:00
Olli.Pettay@helsinki.fi
817e004adc Bug 369644, make mouseover/out handle native anonymous content properly, r=jst, sr=sicking 2007-05-13 06:59:00 -07:00
Olli.Pettay@helsinki.fi
40178e46a3 backout Bug 363089 2007-05-11 06:34:05 -07:00
Olli.Pettay@helsinki.fi
e1fb8b073b Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 04:15:11 -07:00
Olli.Pettay@helsinki.fi
1ae6aaa3e4 Bug 379763, Need way to determine if a given element has an event handler of a certain type r+sr=jst 2007-05-08 14:13:13 -07:00
masayuki@d-toybox.com
ce5fb69d8c Bug 378752 Mnemonic of Menu doesn't work if an editor has focus and IME is on r+sr=roc 2007-05-02 08:34:35 -07:00
bzbarsky@mit.edu
086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
bzbarsky@mit.edu
5d850771bc Don't throw from attribute sets if we can't find a script global to compile anevent handler attribute on. This happens; just don't compile it. Bug 379120,r+sr=peterv 2007-05-01 12:08:08 -07:00
mats.palmgren@bredband.net
dc2e58efd7 Make nsWindow methods assume the caller holds a strong ref on 'this'. b=378273 r+sr=roc 2007-04-29 17:46:47 -07:00
peterv@propagandism.org
f091506c2b Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 09:35:27 -07:00
Olli.Pettay@helsinki.fi
52be8d23c9 Bug 378369, Crash [@ nsEventListenerManager::FixContextMenuEvent] when firing contextmenu event in display: none iframe, r+sr=jst 2007-04-23 20:13:52 -07:00
Olli.Pettay@helsinki.fi
17ba873b3d Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst 2007-04-19 16:20:29 -07:00
Olli.Pettay@helsinki.fi
8f6cd808de Bug 373998, Use inner global window as the event target in the event target chain, but outer global as DOM event target, r+sr=jst 2007-04-17 02:18:36 -07:00
masayuki@d-toybox.com
ad3d268bbe Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc 2007-04-15 06:43:55 -07:00
enndeakin@sympatico.ca
932380f594 Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc 2007-04-11 21:37:39 -07:00
mats.palmgren@bredband.net
56b7d64bf8 Workaround a docshell bug by searching the child list instead of indexing with GetChildOffset(). b=162283 r=Olli.Pettay sr=roc 2007-04-04 15:21:33 -07:00
enndeakin@sympatico.ca
7bf55f72a1 Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking 2007-04-02 10:17:36 -07:00
bzbarsky@mit.edu
eeaa1a101b Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc. 2007-03-30 14:11:41 -07:00
bzbarsky@mit.edu
6c3ab3eb67 Don't look for random JS contexts; if our target doesn't have one, just bailout. Bug 349467, r=peterv, sr=jst 2007-03-28 13:37:03 -07:00
Olli.Pettay@helsinki.fi
bd6edd6ac3 Bug 288392, DOMSubtreeModified event, r=peterv, sr=jst 2007-03-24 05:18:02 -07:00
Olli.Pettay@helsinki.fi
3e985ddd5d Bug 359113, Crashes [@ nsEventStateManager::ShiftFocusInternal], r+sr=jst 2007-03-24 04:47:28 -07:00
mats.palmgren@bredband.net
2d8cf51264 Fix comment nit. b=374229 r=emaijala sr=roc 2007-03-24 02:48:17 -07:00
mats.palmgren@bredband.net
8a1839feca Only assert that we have a non-null frame if this event requires a frame. b=374229 r=emaijala sr=roc 2007-03-24 02:45:01 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
jwatt%jwatt.org
1ab8a9f349 Fixing bug 373687. Reduce the potential for misunderstanding nsEventDispatcher::Dispatch. r=olli.pettay@gmail.com 2007-03-12 20:28:38 +00:00
tor%cs.brown.edu
eaeda066b9 Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
r+sr=sicking
2007-03-10 13:49:43 +00:00
peterv%propagandism.org
a267e57680 Fix for bug 373219 (ASSERTION: Fault in cycle collector: null XPCOM pointer returned (ptr: 0)). r/sr=dbaron. 2007-03-09 13:14:06 +00:00
Olli.Pettay%helsinki.fi
baadb13165 Bug 372797, Convert ScrollFrameIntoView users to use ScrollContentIntoView, r+sr=roc 2007-03-07 19:08:36 +00:00
Olli.Pettay%helsinki.fi
aa30bce2f2 Bug 339470, [@ nsIMEStateManager::IsActive], p=masayuki@d-toybox.com, r+sr=roc 2007-03-02 07:30:45 +00:00
pavlov%pavlov.net
f0acef1585 fixing build bustage 2007-02-28 21:29:53 +00:00
emaijala%kolumbus.fi
453988a46c Fix for bug 366544: Mousedown alert still triggers click event afterwards
(I accidentally already checked in widget part of the fix yesterday)
r+sr=roc
2007-02-21 19:26:49 +00:00
Olli.Pettay%helsinki.fi
1afd158abd Bug 369793, DOMMouseScroll events not dispatched when they cause text zoom changes, r=jst, sr=peterv 2007-02-20 14:57:52 +00:00
peterv%propagandism.org
0e04a8b0f2 Fix for bug 368549 (Cycle collector doesn't handle tearoffs correctly). r=graydon, sr=jst. 2007-02-18 14:38:04 +00:00
sharparrow1%yahoo.com
eb357147b1 Bug 370492: Stop using views for event.PageX/Y, event.layerX/Y, image.x/y. r+sr=roc. 2007-02-18 10:43:12 +00:00
Olli.Pettay%helsinki.fi
d9a094b418 Trying to fix bustage, Bug 363067 2007-02-15 23:50:09 +00:00
Olli.Pettay%helsinki.fi
805e0ff0f8 Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking 2007-02-15 23:04:33 +00:00
Olli.Pettay%helsinki.fi
aec6ee9631 Bug 339287, support accesskey attribute, p=surkov, r=me+mats, sr=jst 2007-02-13 15:02:57 +00:00
sharparrow1%yahoo.com
d19f64369b Bug 370185: clean up view header includes (trivial). rs=bzbarsky. 2007-02-12 19:17:33 +00:00
Olli.Pettay%helsinki.fi
6f24b54f47 Bug 360847, Remove unused nsIDOM*foo*Listener interfaces, r=jst, sr=sicking 2007-02-09 13:00:00 +00:00
sharparrow1%yahoo.com
76a64e5c22 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
Olli.Pettay%helsinki.fi
e2870bdfff Mochitest for Bug 367781, r=peterv 2007-02-05 11:29:31 +00:00
Olli.Pettay%helsinki.fi
ed56b01f4a Mochitest for Bug 367781, r=peterv 2007-02-05 11:28:16 +00:00
Olli.Pettay%helsinki.fi
774d83e41b Bug 367781, adoptNode should update mMutationBits of the possible |window| object. r+sr=peterv 2007-01-31 22:54:24 +00:00
cvshook%sicking.cc
a39ff30284 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
Olli.Pettay%helsinki.fi
1c6ed6b737 Bug 329126, Remove nsIEventListenerManager::CreateEvent, r=aaronl, r+sr=jst 2007-01-23 07:32:34 +00:00
jst%mozilla.org
13e769d9b6 Fixing popup blocker bug 354973. r=mano@mozilla.com, sr=peterv@propagandism.org 2007-01-13 01:08:43 +00:00
Olli.Pettay%helsinki.fi
c213775ca1 Bug 364720, Allow creating proper xul command events using scripts, r+sr=sicking 2007-01-11 08:47:01 +00:00
mats.palmgren%bredband.net
2125ae0a61 Null-check before calling GetPrimaryFrameFor(). b=362800 r+sr=roc 2007-01-05 15:50:29 +00:00
graydon%mozilla.com
4525ab79d9 Bug 333078: XPCOM cycle collector
r=brendan, sicking, bz, dbaron, bsmedberg
2007-01-04 22:31:26 +00:00
Olli.Pettay%helsinki.fi
751c7bb309 Bug 365798, IME leaks nsPrivateTextRangeList objects, r+sr=roc 2007-01-04 10:32:10 +00:00
timeless%mozdev.org
4e651390ef Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
2006-12-26 17:47:52 +00:00
Olli.Pettay%helsinki.fi
5c3a11f4f4 Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc 2006-12-01 11:09:53 +00:00
vladimir%pobox.com
82a10357c9 backing out bug 333078, xpcom cycle collector due to perf issues 2006-11-22 23:18:16 +00:00
vladimir%pobox.com
3748c8bf4f b=333078, xpcom cycle collector -- patch from graydon@mozilla.com, r=many 2006-11-22 19:23:02 +00:00
cvshook%sicking.cc
636e4e6e5f Don't return nsDerivedSafe when .get() is explicitly used on nsCOMPtr and nsRefPtr. r/sr=dbaron 2006-11-21 21:28:14 +00:00
Olli.Pettay%helsinki.fi
8b6f4c022e Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply 2006-11-16 21:35:39 +00:00
ginn.chen%sun.com
20875be5d3 backing out Bug 144000 caret browsing - bad initial position
due to regressions
2006-11-07 03:48:48 +00:00
cvshook%sicking.cc
f5194fd473 Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst 2006-11-03 21:51:01 +00:00
Olli.Pettay%helsinki.fi
2866a5c4e8 Bug 359040, Remove kungFuDeathGrip from nsEventListenerManager::HandleEvent, r+sr=jst 2006-11-02 17:28:45 +00:00
masayuki%d-toybox.com
d42d69a82c Bug 301149 :hover is processed in Print Preview mode r+sr=roc 2006-11-01 13:56:48 +00:00
roc+%cs.cmu.edu
3dce821451 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
466172cf22 Additional patch for Bug 344986, trying to reduce codesize, r+sr=dbaron 2006-10-10 05:50:29 +00:00
Olli.Pettay%helsinki.fi
9420558128 Bug 344986, Simplify nsEventListenerManager, r+sr=sicking+jst (relanding) 2006-10-06 05:24:02 +00:00
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
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