WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
73841
On Windows, filenames not properly preserved when copied into a file list exposed by Event.dataTransfer
https://bugs.webkit.org/show_bug.cgi?id=73841
Summary
On Windows, filenames not properly preserved when copied into a file list exp...
Steve Falkenburg
Reported
2011-12-05 10:32:01 PST
On Windows, filenames not properly preserved when copied into a file list exposed by Event.dataTransfer
Attachments
Patch
(1.38 KB, patch)
2011-12-05 10:33 PST
,
Steve Falkenburg
sam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Steve Falkenburg
Comment 1
2011-12-05 10:33:03 PST
Created
attachment 117896
[details]
Patch
Adam Roben (:aroben)
Comment 2
2011-12-05 10:39:53 PST
Comment on
attachment 117896
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=117896&action=review
> Source/WebCore/ChangeLog:9 > + No new tests. (OOPS!)
You should mention why this is.
> Source/WebCore/platform/win/ClipboardWin.cpp:575 > - files->append(File::create((*it).characters())); > + files->append(File::create(*it));
It would be nice to explain in your ChangeLog why this fixes things. It took me a while to realize the problem must have been due to characters() not being null-terminated.
Steve Falkenburg
Comment 3
2011-12-05 10:47:04 PST
Committed
r102016
: <
http://trac.webkit.org/changeset/102016
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug