Closed
Bug 842361
Opened 12 years ago
Closed 12 years ago
nsIClipboard's clearClipboard doesn't clear the clipboard on Windows
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(1 file, 1 obsolete file)
1.87 KB,
patch
|
bbondy
:
review+
|
Details | Diff | Splinter Review |
We call nsBaseClipboard's ClearClipboard to free the internal transferable, but we don't clear the Windows clip board. This can cause problems when writing tests for things like context menus, which have different state depending on the result of HasDataMatchingFlavors. HasDataMatchingFlavors asks Windows if the clip has the data type.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Assignee: nobody → jmathies
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Attachment #715207 -
Attachment is obsolete: true
![]() |
Assignee | |
Updated•12 years ago
|
Attachment #715208 -
Flags: review?(netzen)
Comment 3•12 years ago
|
||
Comment on attachment 715208 [details] [diff] [review]
patch
Review of attachment 715208 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good!
Attachment #715208 -
Flags: review?(netzen) → review+
![]() |
Assignee | |
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Comment 6•12 years ago
|
||
Is there an easy way to test this? If not, I'll let developers verify.
You need to log in
before you can comment on or make changes to this bug.
Description
•