Bug 41230 - V8 bindings for image resizing API
Summary: V8 bindings for image resizing API
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39905
  Show dependency treegraph
 
Reported: 2010-06-25 15:25 PDT by Sterling Swigart
Modified: 2013-09-12 22:30 PDT (History)
4 users (show)

See Also:


Attachments
V8 bindings (8.45 KB, patch)
2010-06-25 15:27 PDT, Sterling Swigart
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.