Bug 106888 - Fullscreen element should not share styles with its siblings
Summary: Fullscreen element should not share styles with its siblings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charles Wei
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-15 04:02 PST by Charles Wei
Modified: 2013-01-15 20:12 PST (History)
12 users (show)

See Also:


Attachments
Patch (3.59 KB, patch)
2013-01-15 04:05 PST, Charles Wei
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Wei 2013-01-15 04:02:49 PST
We try to share RenderStyle for elements with it's siblings if they have the same style. But We should not share styles if the element is in fullscreen mode.
Comment 1 Charles Wei 2013-01-15 04:05:28 PST
Created attachment 182734 [details]
Patch
Comment 2 George Staikos 2013-01-15 18:56:38 PST
Comment on attachment 182734 [details]
Patch

Verified correct.   Review interface seems to truncate the testcase but saw the patch and it looks fine.
Comment 3 WebKit Review Bot 2013-01-15 19:04:23 PST
Comment on attachment 182734 [details]
Patch

Clearing flags on attachment: 182734

Committed r139824: <http://trac.webkit.org/changeset/139824>
Comment 4 WebKit Review Bot 2013-01-15 19:04:27 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Simon Fraser (smfr) 2013-01-15 20:12:43 PST
Comment on attachment 182734 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=182734&action=review

> Source/WebCore/ChangeLog:6
> +        https://bugs.webkit.org/show_bug.cgi?id=106888
> +
> +        Reviewed by NOBODY (OOPS!).

This is missing an explanation of the bug and what you did to fix it.