Changeset 224397 in webkit


Ignore:
Timestamp:
Nov 3, 2017 8:24:16 AM (6 years ago)
Author:
Antti Koivisto
Message:

Enable display:contents by default as experimental feature
https://bugs.webkit.org/show_bug.cgi?id=179239
<rdar://problem/35334612>

Reviewed by Darin Adler.

We pass most of the WPT tests. What remains is mostly flexbox related edge cases.

  • Shared/WebPreferences.yaml:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r224396 r224397  
     12017-11-03  Antti Koivisto  <antti@apple.com>
     2
     3        Enable display:contents by default as experimental feature
     4        https://bugs.webkit.org/show_bug.cgi?id=179239
     5        <rdar://problem/35334612>
     6
     7        Reviewed by Darin Adler.
     8
     9        We pass most of the WPT tests. What remains is mostly flexbox related edge cases.
     10
     11        * Shared/WebPreferences.yaml:
     12
    1132017-11-03  Frederic Wang  <fwang@igalia.com>
    214
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r224154 r224397  
    10571057DisplayContentsEnabled:
    10581058  type: bool
    1059   defaultValue: false
     1059  defaultValue: DEFAULT_EXPERIMENTAL_FEATURES_ENABLED
    10601060  humanReadableName: "CSS display: contents"
    10611061  humanReadableDescription: "Enable CSS display: contents support"
Note: See TracChangeset for help on using the changeset viewer.