[Webkit-unassigned] [Bug 34272] New: [Android] V8 Bindings are missing numerous forward-declarations and includes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 09:50:17 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34272

           Summary: [Android] V8 Bindings are missing numerous
                    forward-declarations and includes
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: android-webkit-unforking at google.com


In the V8 Bindings, numerous numerous forward-declarations and includes are
picked up through includes guarded by feature or platform flags. This causes
build errors on Android, where these flags may not be enabled.

- Scriptcontroller.h - Need to forward declare NPObject
  Chromium picks this up though V8Proxy.h -> ChromiumBridge.h
- V8DOMWrapper.h - Need to forward declare V8Proxy
  Chromium picks this up through V8CustomXpathNSResolver.h, the contents of
which are guarded with XPATH
- V8DOMWindowShell.cpp - Need to include CString.h and PlatformBridge.h for
Android

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list