WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
131775
Images dragged from WebKit1 on 2x displays are too big
https://bugs.webkit.org/show_bug.cgi?id=131775
Summary
Images dragged from WebKit1 on 2x displays are too big
Tim Horton
Reported
2014-04-16 16:47:54 PDT
WebCore hands us an NSImage with large logical size; WebKit2 scales down by the page's device scale factor; WebKit1 does not. WebCore handing WebKit2 an image with the right logical size won't work, because WebKit2 has to put it in a ShareableBitmap and throw it across the process boundary. So, instead, scale it down in WebKit1 just like we do in WebKit2. <
rdar://problem/15933525
>
Attachments
patch
(1.50 KB, patch)
2014-04-16 16:52 PDT
,
Tim Horton
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2014-04-16 16:52:04 PDT
Created
attachment 229499
[details]
patch
Tim Horton
Comment 2
2014-04-16 17:00:37 PDT
http://trac.webkit.org/changeset/167403
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