Closed
Bug 830858
Opened 12 years ago
Closed 12 years ago
Implement a generic way to dispatch events to chrome only
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: fryn, Assigned: smaug)
References
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
7.92 KB,
patch
|
jst
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Some events are dispatched via JS in some cases and via C++ in other cases, and we'd like to have a generic way to dispatch the event to chrome-only for internal events.
Reporter | ||
Updated•12 years ago
|
Summary: Implement dispatchToChromeOnly in DomWindowUtils → Implement a generic way to dispatch events to chrome only
Assignee | ||
Comment 1•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=65d10e51c8a7
Simple stuff. C++ code should just use GetInternalNSEvent()->mFlags.mOnlyChromeDispatch = true;
Attachment #702479 -
Flags: review?(jst)
Updated•12 years ago
|
Attachment #702479 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Keywords: dev-doc-needed
Updated•12 years ago
|
Blocks: CVE-2013-0794
Reporter | ||
Updated•12 years ago
|
Attachment #702479 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #702479 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Reporter | ||
Comment 4•12 years ago
|
||
status-firefox20:
--- → fixed
status-firefox21:
--- → fixed
Updated•12 years ago
|
Target Milestone: --- → mozilla21
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•