Bug 106888

Summary: Fullscreen element should not share styles with its siblings
Product: WebKit Reporter: Charles Wei <charles.wei>
Component: WebCore Misc.Assignee: Charles Wei <charles.wei>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, cmarcelo, jer.noble, kling, koivisto, macpherson, menard, mfeil, ojan.autocc, rwlbuis, staikos, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.