[Webkit-unassigned] [Bug 35095] New: [V8] Default values of V8 runtime enabler flags should match behavior of JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 06:59:49 PST 2010


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

           Summary: [V8] Default values of V8 runtime enabler flags should
                    match behavior of JSC
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: joth at chromium.org,
                    android-webkit-unforking at google.com,
                    bulach at chromium.org


The V8 bindings use runtime enabler flags to enable certain optional features.
Currently, the default values of these flags vary from feature to feature.

The default values should be chosen to match the behavior of JSC, which does
not use runtime enabler flags. This will give consistent behavior on platforms
such as Android which use both V8 and JSC, without the need to explicitly set
the values of the flags.

In particular, appcache, geolocation and database should default to 'on'. Such
a change should make no difference to Chromium, as Chromium always explicitly
sets a value for these flags.

-- 
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