Bug 66559 - [CSSRegions]Parse -webkit-region-break(after, before, inside)
Summary: [CSSRegions]Parse -webkit-region-break(after, before, inside)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2011-08-19 07:40 PDT by Mihnea Ovidenie
Modified: 2011-08-19 20:29 PDT (History)
2 users (show)

See Also:


Attachments
Patch (14.77 KB, patch)
2011-08-19 07:55 PDT, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mihnea Ovidenie 2011-08-19 07:40:29 PDT
Add support for parsing -webkit-region-break-after, -webkit-region-break-before, -webkit-region-break-inside.
Comment 1 Mihnea Ovidenie 2011-08-19 07:55:23 PDT
Created attachment 104511 [details]
Patch
Comment 2 Dave Hyatt 2011-08-19 11:32:19 PDT
Comment on attachment 104511 [details]
Patch

r=me. Sure seems like we might need to do something with both column and region break properties in RenderStyle::diff though.
Comment 3 WebKit Review Bot 2011-08-19 12:27:26 PDT
Comment on attachment 104511 [details]
Patch

Clearing flags on attachment: 104511

Committed r93430: <http://trac.webkit.org/changeset/93430>
Comment 4 WebKit Review Bot 2011-08-19 12:27:30 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Ryosuke Niwa 2011-08-19 20:29:21 PDT
Rebaseline done in http://trac.webkit.org/changeset/93468.