Summary: | Touch events are disabled by default when using V8. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ben Murdoch <benm> | ||||
Component: | WebCore Misc. | Assignee: | Ben Murdoch <benm> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | andreip, android-webkit-unforking, commit-queue, dglazkov, fishd, gdk, steveblock | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Ben Murdoch
2010-05-12 07:30:10 PDT
Created attachment 55846 [details]
Patch.
> I think it is safe therefore to make the default for this flag inside WebCore
> true.
It seems that all runtime-enabled features that are also guarded by a compile flag should default to 'on', particularly if the default is overriden by chromium anyway.
Comment on attachment 55846 [details]
Patch.
R=me, and I agree that it makes sense to enable the rest by default as well. That can be a separate patch though.
Comment on attachment 55846 [details] Patch. Clearing flags on attachment: 55846 Committed r59459: <http://trac.webkit.org/changeset/59459> All reviewed patches have been landed. Closing bug. |