Closed
Bug 856364
Opened 12 years ago
Closed 12 years ago
Paris binding for KeyboardEvent
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(2 files)
20.21 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
20.92 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #731588 -
Flags: review?(peterv)
Comment 2•12 years ago
|
||
Comment on attachment 731588 [details] [diff] [review]
patch
Review of attachment 731588 [details] [diff] [review]:
-----------------------------------------------------------------
Please remove the quickstubs
::: content/events/src/nsDOMKeyboardEvent.h
@@ +57,5 @@
> + }
> +
> + uint32_t CharCode();
> + uint32_t KeyCode();
> + virtual uint32_t Which();
MOZ_OVERRIDE
Comment 3•12 years ago
|
||
Comment on attachment 731588 [details] [diff] [review]
patch
Review of attachment 731588 [details] [diff] [review]:
-----------------------------------------------------------------
Please remove the quickstubs.
Attachment #731588 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•