Bug 163432

Summary: [css-grid] Disable CSS Grid Layout runtime flag by default
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: CSSAssignee: Manuel Rego Casasnovas <rego>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, dino, jfernandez, joepeck, rego, svillar
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60731    
Attachments:
Description Flags
Patch none

Manuel Rego Casasnovas
Reported 2016-10-14 00:52:00 PDT
In r201042 the runtime flags were enabled by default as Safari Technology Preview was lacking a UI to modify them. Now that it has a UI to enable/disable the flags we don't need that Grid Layout is enabled by default anymore.
Attachments
Patch (1.99 KB, patch)
2016-10-14 00:55 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2016-10-14 00:55:00 PDT
WebKit Commit Bot
Comment 2 2016-10-17 00:25:48 PDT
Comment on attachment 291588 [details] Patch Clearing flags on attachment: 291588 Committed r207402: <http://trac.webkit.org/changeset/207402>
WebKit Commit Bot
Comment 3 2016-10-17 00:25:52 PDT
All reviewed patches have been landed. Closing bug.
Joseph Pecoraro
Comment 4 2016-10-17 16:37:19 PDT
This change caused some buttons in Web Inspector to break their position!! That said, I don't think we should roll this out, I think this is just exposing an issue that this runtime flag is affecting some things that it should be affecting. I'll investigate.
Sergio Villar Senin
Comment 5 2016-10-18 05:40:49 PDT
(In reply to comment #4) > This change caused some buttons in Web Inspector to break their position!! > That said, I don't think we should roll this out, I think this is just > exposing an issue that this runtime flag is affecting some things that it > should be affecting. I'll investigate. Is web inspector using grid layout? Sounds weird specially because we have not shipped it yet.
Javier Fernandez
Comment 6 2016-10-18 06:05:55 PDT
(In reply to comment #5) > (In reply to comment #4) > > This change caused some buttons in Web Inspector to break their position!! > > That said, I don't think we should roll this out, I think this is just > > exposing an issue that this runtime flag is affecting some things that it > > should be affecting. I'll investigate. > > Is web inspector using grid layout? Sounds weird specially because we have > not shipped it yet. The bug #163572 has been filed precisely to track this issue. The problem is not grid itself, but the CSS Box Alignment properties it shares with Flexbox. Due to the different behavior of the new syntax, we need to use the runtime and compile flags to implement both code paths. BTW, there is already a proposed fix for bug #163572, so we can continue discussing the details there.
Note You need to log in before you can comment on or make changes to this bug.