Closed
Bug 1176447
Opened 9 years ago
Closed 9 years ago
Fix test_CF_HTML_clipboard.html for e10s
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: mrbkap, Assigned: mrbkap)
References
Details
Attachments
(2 files)
4.11 KB,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
1.71 KB,
patch
|
Details | Diff | Splinter Review |
test_CF_HTML_clipboard.html crashes when run under e10s because it assumes that an IPCDataTransferData that's an nsCString is an image. The test explicitly sets one that's simple text. This is easy to fix, since we have the flavor to use in order to decide what to do with the data.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8624989 -
Flags: review?(bugs)
Assignee | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Comment on attachment 8624989 [details] [diff] [review]
patch v1
Why are we sending non-image as CString?
But Neil, could you review this?
Attachment #8624989 -
Flags: review?(bugs) → review?(enndeakin)
Assignee | ||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment on attachment 8624989 [details] [diff] [review]
patch v1
Yes, native CFHTML (Windows html format) will be CStrings.
Attachment #8624989 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 6•9 years ago
|
||
This landed with the wrong bug number (see bug 1169268, comment 7).
Assignee | ||
Comment 7•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
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
•