Changeset 288492 in webkit for trunk/Source/JavaScriptCore
- Timestamp:
- Jan 24, 2022, 5:11:15 PM (3 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r288476 r288492 1 2022-01-24 Patrick Angle <[email protected]> 2 3 Web Inspector: [Flexbox] Add instrumentation/protocol bits for flex layout containers 4 https://bugs.webkit.org/show_bug.cgi?id=235454 5 6 Reviewed by Devin Rousso. 7 8 * inspector/protocol/CSS.json: 9 1 10 2022-01-24 Mikhail R. Gadelha <[email protected]> 2 11 -
trunk/Source/JavaScriptCore/inspector/protocol/CSS.json
r286558 r288492 258 258 "id": "LayoutContextType", 259 259 "type": "string", 260 "enum": [" grid"],260 "enum": ["flex", "grid"], 261 261 "description": "The layout context type of a node." 262 262 },
Note:
See TracChangeset
for help on using the changeset viewer.