Boris Zbarsky
|
d674c8ca02
|
Bug 433616 part 1. Make it possible to create a document viewer with no parent widget or container, and make various code saner about handling null document/prescontext/documentviewer containers. r=roc, sr=jst
|
2008-09-28 15:14:28 -04:00 |
|
Boris Zbarsky
|
012ae72fd1
|
Backing out changesets 2ea77fa990af, 7d2d8869e73c, 93441e4f521e, 43d2ee100f3b, a2d84821ea71 to see whether they're causing the Windows Txul or Mac Tp regressions
|
2008-09-29 08:51:29 -04:00 |
|
Boris Zbarsky
|
10026a0921
|
Bug 433616 part 1. Make it possible to create a document viewer with no parent widget or container, and make various code saner about handling null document/prescontext/documentviewer containers. r=roc, sr=jst
|
2008-09-28 15:14:28 -04:00 |
|
Robert O'Callahan
|
279af36fc7
|
Backing out bug 448830
|
2008-09-28 23:13:58 +13:00 |
|
Jeremy Lea
|
92e7030a42
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint their own types so that we can catch errors by distinguishing pixels from appunits. r+sr=roc
|
2008-09-28 20:38:34 +13:00 |
|
Robert O'Callahan
|
6a45b282aa
|
Backing out bug 448830
|
2008-09-26 13:10:26 +12:00 |
|
Jeremy Lea
|
67f3afd13b
|
Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc
|
2008-09-26 10:42:19 +12:00 |
|
Neil Deakin
|
e34ef1e4ae
|
Bug 455215, make editable fields draggable, r=smaug,sr=roc
|
2008-09-25 10:45:03 -04:00 |
|
Neil Deakin
|
eef5c2e01b
|
Bug 454844, -moz-drag-over state is reversed, r+sr=roc
|
2008-09-25 10:44:53 -04:00 |
|
Robert O'Callahan
|
f79290bb0e
|
Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron
|
2008-09-18 21:47:21 +12:00 |
|
Markus Stange
|
d1428fa84e
|
Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc
|
2008-09-17 13:27:19 +02:00 |
|
Peter Van der Beken
|
79f9a72d30
|
Fix for bug 443415 (Name more CC edges). r/sr=jst.
|
2008-09-08 20:26:46 +02:00 |
|
Neil Deakin
|
39ab9e9583
|
Bug 452787, change to ignore selection when inside a draggable html element, r=smaug,sr=roc
|
2008-09-08 12:09:35 -04:00 |
|
Neil Deakin
|
673fc99e73
|
Bug 453238 - drag and drop has wrong target in places menupopups (event.layerY support missing), r=roc, sr=roc
|
2008-09-03 17:51:24 +02:00 |
|
Neil Deakin
|
f9575f432d
|
Bug 453062, dragging images to desktop does not work, r=smaug,sr=roc
|
2008-09-02 10:30:10 -04:00 |
|
Neil Deakin
|
b5875fe04a
|
Bug 452083, drag and drop not working on Windows if effectAllowed isn't set, don't reuse the event for drops on Linux, causes the cancel flag to still be set from the previous event, r=smaug,sr=roc
|
2008-09-01 15:51:12 -04:00 |
|
Neil Deakin
|
7ad96d6b3e
|
Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc
|
2008-08-27 08:07:27 -04:00 |
|
Josh Aas
|
75b890b830
|
Fix more comments and some whitespace issues.
|
2008-08-26 02:53:00 -04:00 |
|
Boris Zbarsky
|
fc1785cbc1
|
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
|
2008-08-25 11:08:28 -04:00 |
|
Neil Deakin
|
7c92721496
|
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
|
2008-08-25 21:56:29 +12:00 |
|
Dave Camp
|
66ad0d3422
|
Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295)
|
2008-08-19 17:55:30 -07:00 |
|
Neil Deakin
|
f58dac1bbf
|
Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc
|
2008-08-20 10:31:45 +12:00 |
|
Olli Pettay
|
4062b71fa6
|
Bug 435425 – Progress events for XHR, r=sicking, sr=jst
|
2008-08-14 14:07:46 +03:00 |
|
Olli Pettay
|
d5eda7d66b
|
Bug 372964 – Make XMLHttpRequest to work more like a normal event target, r=sicking, sr=jst
|
2008-08-14 14:04:43 +03:00 |
|
Robert O'Callahan
|
3d9c20e3a8
|
Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange
|
2008-08-13 15:08:59 +12:00 |
|
Masayuki Nakano
|
b44eea15bb
|
Bug 447635 – IME candidate list window doesn't prefer the focused window level r=josh+roc, sr=roc
|
2008-08-11 17:27:59 +09:00 |
|
Masayuki Nakano
|
446176f140
|
Bug 449012 – Remove legacy Reconversion/QueryCaretRect Events r=ere+roc, sr=roc
|
2008-08-09 11:46:30 +09:00 |
|
Ere Maijala
|
7b1baebe99
|
Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=smaug
sr=roc
|
2008-08-01 10:32:32 -07:00 |
|
Olli Pettay
|
dbc13a2942
|
Bug 447764, r+sr=bz
|
2008-07-25 16:22:04 +03:00 |
|
Olli Pettay
|
6c3f7e1fe3
|
Bug 447736, Event target not necessarily cleared when re-dispatching, r+sr=bz
|
2008-07-25 13:32:16 +03:00 |
|
Robert O'Callahan
|
7a5ee5e507
|
Back out bug 378028 due to mochitest failures.
|
2008-07-25 18:09:33 +12:00 |
|
Robert O'Callahan
|
52086cd743
|
Bug 378028. Add an 'axis' field to DOMMouseScroll events so that we can distinguish horizontal from vertical scrolling, and use it in trees and listboxes. r=smaug,sr=sicking
|
2008-07-25 16:07:43 +12:00 |
|
Ted Mielczarek
|
fc1a1ddc29
|
Backed out changeset ed4c2de9fa70 from bug 112294 - failing unit tests
|
2008-07-23 08:50:22 -04:00 |
|
Ere Maijala
|
b900715bbc
|
Merge commit for bug 112294
|
2008-07-23 10:32:44 +03:00 |
|
Ere Maijala
|
66d83e564f
|
Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=neil/smaug
sr=roc
|
2008-07-23 10:26:24 +03:00 |
|
L. David Baron
|
2c2f6ed495
|
Change the binding parent for native anonymous content to work like the binding parent for XBL anonymous content, and be the parent of the anonymous content subtree rather than the root of the anonymous content subtree. (Bug 436453) r=bzbarsky,smaug,surkov sr=bzbarsky
|
2008-07-22 21:50:20 -07:00 |
|
John Daniels
|
ef0fee1d70
|
Bug 419532 – deCOMtaminate nsICaret. r+sr=roc
|
2008-07-16 12:52:01 +02:00 |
|
Jim Chen
|
e043b3bba2
|
Bug 444772. Merge nsIKBStateControl into nsIWidget. r+sr=roc
|
2008-07-14 14:56:18 +12:00 |
|
Olli Pettay
|
2f075b8869
|
Bug 443985, PageX/Y properties are incorrectly calculated when a event is manually dispatched (initmouseevent), r+sr=roc
|
2008-07-13 22:48:37 +03:00 |
|
Chris Double
|
1605a36d6f
|
Bug 382267. Addressing jst review comments. r+sr=roc
|
2008-07-09 21:50:08 +12:00 |
|
Chris Double
|
02ccf2851f
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12:00 |
|
Gavin Sharp
|
cbb75961d6
|
Bug 443781: TraverseAccessKeyContent is unused, r+sr=jst
|
2008-07-08 11:30:51 -04:00 |
|
Benjamin Smedberg
|
ec69c9db81
|
Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst
|
2008-06-30 21:03:50 -04:00 |
|
Olli Pettay
|
2208759f20
|
Bug 412567, Once dispatched, events cannot be redispatched, r+sr=jst
|
2008-06-04 23:09:48 +03:00 |
|
gavin@gavinsharp.com
|
2c2be0d4bc
|
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
|
cea0828eea
|
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
|
16dc70b7b4
|
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
|
f7724abef2
|
Back out bug 409604 due to mochitest failures
|
2008-04-22 11:32:00 -07:00 |
|
gavin@gavinsharp.com
|
efc492e216
|
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
|
626f05bdae
|
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
|
f17abb16db
|
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
|
6484cf40bb
|
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
|
5252d63ce1
|
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
|
c052f989a1
|
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
|
7e4ac1fa4a
|
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 |
|
jonas@sicking.cc
|
b8a008856b
|
Backing out due to test failures
|
2008-04-08 20:20:39 -07:00 |
|
jonas@sicking.cc
|
5e5ddf5b3f
|
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
|
2ff7b4b7c9
|
Back out 2nd patch for bug 423355 due to unit test failures
|
2008-04-04 18:15:32 -07:00 |
|
jonas@sicking.cc
|
75846b09ae
|
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
|
729513dc36
|
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
|
6d32891dbb
|
Bug 421209, r=cpearce, sr=jst, a=beltzner
|
2008-03-20 13:24:36 -07:00 |
|
bzbarsky@mit.edu
|
72efc284a1
|
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
|
995e391a0c
|
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
|
88047d3777
|
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
|
d0223f0beb
|
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
|
e26ad42964
|
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
|
3dcfbbf7fc
|
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
|
f6e10b8d70
|
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
|
22b844e897
|
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
|
5809da44ed
|
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
|
d36fe99b43
|
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
|
67622f2077
|
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
|
2008-02-26 04:40:18 -08:00 |
|
Olli.Pettay@helsinki.fi
|
5ad351df5f
|
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
|
5f50f3f99e
|
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
|
a4cda6d294
|
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
|
a183f5e853
|
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
|
8a2561c87e
|
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
|
ba0ce9ac14
|
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
|
24fbf5fb3f
|
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
|
d801b29bce
|
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
|
f612b67c34
|
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
|
e4454bb03a
|
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
|
d9595c6e9e
|
Bug 414894 - Remove content arena. r=smaug, sr=sicking, a=schrep
|
2008-02-02 15:41:24 -08:00 |
|
reed@reedloden.com
|
64d759d42b
|
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
|
035ea5179c
|
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
|
afd9df39fb
|
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 |
|
dwitte@stanford.edu
|
c39fb98cef
|
landing additional change from bug 407442.
|
2007-12-20 23:30:15 -08:00 |
|
dwitte@stanford.edu
|
095ab4c4c2
|
relanding switch to nsAutoTObserverArray per bug 407442.
|
2007-12-20 02:37:52 -08:00 |
|
dwitte@stanford.edu
|
e1f9209274
|
relanding part of 407442.
|
2007-12-19 23:30:04 -08:00 |
|
dwitte@stanford.edu
|
2b31364ac3
|
back out changes.
|
2007-12-19 03:07:41 -08:00 |
|
dwitte@stanford.edu
|
63050186f2
|
reland nsTObserverArray changes only.
|
2007-12-18 22:03:05 -08:00 |
|
dwitte@stanford.edu
|
8b3567b59d
|
backing out to investigate Ts increase
|
2007-12-18 20:12:11 -08:00 |
|
dwitte@stanford.edu
|
3b75d76adb
|
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
|
489154b8b5
|
Bug 403830, arena for content, r=sicking, sr=jst
|
2007-12-15 01:45:33 -08:00 |
|
jonas@sicking.cc
|
5378dfb532
|
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
|
45253210b5
|
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
|
c00e933dfb
|
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
|
5951a27707
|
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
|
5d293626d2
|
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
|
2976ce8f18
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08:00 |
|