Bug 41230

Summary: V8 bindings for image resizing API
Product: WebKit Reporter: Sterling Swigart <sswigart>
Component: ImagesAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: andersca, dimich, levin, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 39905    
Attachments:
Description Flags
V8 bindings none

Description Sterling Swigart 2010-06-25 15:25:56 PDT
I added V8HTMLImageElementCustom.cpp and a reference in WebCore.gypi. For a build on Mac, it has to be placed in the WebCore.gyp/WebCore.xcodeproj, but that isn't in my WebKit repository (only the WebKit portion of my Chromium folder). For some reason it still does not quite build, giving me undefined symbols errors for webkitGetImageCallback. It is most likely a build-file issue. 

This is still a work in progress.
Comment 1 Sterling Swigart 2010-06-25 15:27:27 PDT
Created attachment 59804 [details]
V8 bindings
Comment 2 David Levin 2010-06-25 15:36:12 PDT
Comment on attachment 59804 [details]
V8 bindings

Clearing the r? since this is work in progress and not ready to submit.
Comment 3 Anders Carlsson 2013-09-12 22:30:09 PDT
V8 is gone.