Bug 94497 - [GTK] Add directory upload support
Summary: [GTK] Add directory upload support
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 10:35 PDT by Jeremy Huddleston Sequoia
Modified: 2016-01-17 13:27 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Huddleston Sequoia 2012-08-20 10:35:27 PDT
OS X 10.8
webkit-gtk 1.8.2

When webkit-gtk 1.8.2 is configured with --enable-directory-upload, the build fails at:

Source/WebKit/gtk/webkit/webkitwebview.cpp: In function 'void webkit_web_view_init(WebKitWebView*)':
Source/WebKit/gtk/webkit/webkitwebview.cpp:3422: error: cannot allocate an object of abstract type 'WebKit::ChromeClient'
./Source/WebKit/gtk/WebCoreSupport/ChromeClientGtk.h:43: note:   because the following virtual functions are pure within 'WebKit::ChromeClient':
./Source/WebCore/page/ChromeClient.h:232: note:       virtual void WebCore::ChromeClient::enumerateChosenDirectory(WebCore::FileChooser*)
Comment 1 Jeremy Huddleston Sequoia 2012-08-20 11:00:42 PDT
For more information on how MacPorts builds webkit-gtk, you can check out the Portfile here which shows all the configure options enabled:

https://trac.macports.org/browser/trunk/dports/www/webkit-gtk/Portfile
Comment 2 Jeremy Huddleston Sequoia 2016-01-17 13:27:40 PST
Irrelevant as of bug #128275.