[Webkit-unassigned] [Bug 33408] Add flag IGNORE_FIXED_BACKGROUNDS (disabled by default) to ignore fixed background images and accelerate web page scrolling on low-powered/mobile devices

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 11:55:06 PST 2010


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


David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46177|review?                     |
               Flag|                            |




--- Comment #6 from David Kilzer (ddkilzer) <ddkilzer at webkit.org>  2010-01-13 11:55:06 PST ---
(From update of attachment 46177)
> Index: WebCore/WebCore.IgnoreFixedBackgrounds.exp
> ===================================================================
> --- WebCore/WebCore.IgnoreFixedBackgrounds.exp	(revision 0)
> +++ WebCore/WebCore.IgnoreFixedBackgrounds.exp	(revision 0)
> @@ -0,0 +1 @@
> +_WebCoreIgnoreFixedBackgrounds

I don't see this method (or variable) implemented anywhere in the patch.

If this is a platform decision, why not just check in platform-specific
results?  Why is a build setting needed at all since you're not actually
changing any code?

It seems like an awful lot of work just to add a flag that is used by
run-webkit-tests to check results for a given platform.

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