[Webkit-unassigned] [Bug 100674] [EFL][WK2] Allow using ACCELERATED_COMPOSITING without COORDINATED_GRAPHICS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 31 14:13:04 PDT 2012


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


Yael <yael.aharon.m at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #171718|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Yael <yael.aharon.m at gmail.com>  2012-10-31 14:14:24 PST ---
Created an attachment (id=171718)
 --> (https://bugs.webkit.org/attachment.cgi?id=171718&action=review)
Patch

Make a distinction between calling ewk_view_base_add and ewk_view_smart_add.
Calling ewk_view_base_add creates a desktop style view, that does not support
fixed layout size, while calling ewk_view_smart_add does support fixed layout size.
As a result, WebKitTestRunner and the inspector window do not support fixed layout size, while MiniBrowser does. This change allows many DumpAsText layout tests to pass without modification, when AC is enabled.

I chose to make this distinction, to avoid adding a new public API.

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