Closed
Bug 856351
Opened 12 years ago
Closed 12 years ago
Paris binding for DragEvent
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(2 files)
6.61 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
7.09 KB,
patch
|
Details | Diff | Splinter Review |
Attachment #731539 -
Flags: review?(peterv)
Comment 1•12 years ago
|
||
Please remove the quickstubs
Comment 2•12 years ago
|
||
Comment on attachment 731539 [details] [diff] [review]
patch
Review of attachment 731539 [details] [diff] [review]:
-----------------------------------------------------------------
Remove the quickstubs please.
::: content/events/src/nsDOMDragEvent.h
@@ +36,5 @@
> + void InitDragEvent(const nsAString& aType,
> + bool aCanBubble, bool aCancelable,
> + nsIDOMWindow* aView, int32_t aDetail,
> + int32_t aScreenX, int32_t aScreenY,
> + int32_t aClientX, int32_t aClientY,
Trailing whitespace.
Attachment #731539 -
Flags: review?(peterv) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Crap, the tryserver didn't look good and I had pushed to try when m-i wasn't in
good shape.
Trying again https://tbpl.mozilla.org/?tree=Try&rev=7cb5b5fe7b12
Assignee | ||
Comment 4•12 years ago
|
||
It is so easy to forget notflattened
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
•