WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
Bug 90002
WebKitGTK+ GObject DOM bindings do not support Uint8Array
https://bugs.webkit.org/show_bug.cgi?id=90002
Summary
WebKitGTK+ GObject DOM bindings do not support Uint8Array
Pavel Pergamenshchik
Reported
2012-06-26 12:09:08 PDT
So I tried to compile GTK port with --media-source, and got errors like this: In file included from ./DerivedSources/webkit/WebKitDOMHTMLAudioElement.h:27, from ./DerivedSources/webkit/webkitdom.h:62, from Source/WebCore/bindings/gobject/WebKitHTMLElementWrapperFactory.cpp:152: ./DerivedSources/webkit/WebKitDOMHTMLMediaElement.h:101: error: ‘WebKitDOMUint8Array’ has not been declared make[1]: *** [Source/WebCore/bindings/gobject/libwebkitgtk_3_0_la-WebKitHTMLElementWrapperFactory.lo] Error 1 I attached a patch I'm using to work around this. The namespace kludge is because Uint8Array lives in WTF, but CodeGeneratorGObject.pm insists on prefixing things with WebCore::
Attachments
hacky patch
(3.48 KB, patch)
2012-06-26 12:17 PDT
,
Pavel Pergamenshchik
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Pergamenshchik
Comment 1
2012-06-26 12:17:07 PDT
Created
attachment 149583
[details]
hacky patch
Philippe Normand
Comment 2
2012-09-04 05:49:08 PDT
The GTK port doesn't support the MediaSource API yet.
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