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+
Tim Horton
Comment 1 2014-04-16 16:52:04 PDT
Tim Horton
Comment 2 2014-04-16 17:00:37 PDT
Note You need to log in before you can comment on or make changes to this bug.