Changeset 230696 in webkit


Ignore:
Timestamp:
Apr 16, 2018 7:02:06 PM (6 years ago)
Author:
Alan Bujtas
Message:

[LayoutReloaded] Introduce fragmentation state/context.
https://bugs.webkit.org/show_bug.cgi?id=184677

Reviewed by Antti Koivisto.

State/context for fragmented content (multicol, regions, pagination etc).

  • LayoutReloaded/FormattingContext/FragmentationContext.js: Added.

(FragmentationContext):

  • LayoutReloaded/FormattingState/FragmentationState.js: Added.

(FragmentationState):
(FragmentationState.prototype.formattingState):

Location:
trunk/Tools
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r230694 r230696  
     12018-04-16  Zalan Bujtas  <zalan@apple.com>
     2
     3        [LayoutReloaded] Introduce fragmentation state/context.
     4        https://bugs.webkit.org/show_bug.cgi?id=184677
     5
     6        Reviewed by Antti Koivisto.
     7
     8        State/context for fragmented content (multicol, regions, pagination etc).
     9
     10        * LayoutReloaded/FormattingContext/FragmentationContext.js: Added.
     11        (FragmentationContext):
     12        * LayoutReloaded/FormattingState/FragmentationState.js: Added.
     13        (FragmentationState):
     14        (FragmentationState.prototype.formattingState):
     15
    1162018-04-16  Andy Estes  <aestes@apple.com>
    217
Note: See TracChangeset for help on using the changeset viewer.