Bug 132382

Summary: [CSS Grid Layout] Remove runtime feature
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: CSSAssignee: Manuel Rego Casasnovas <rego>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, berto, bunhere, cdumez, cgarcia, commit-queue, esprehn+autocc, glenn, gustavo, gyuyoung.kim, jfernandez, kangil.han, macpherson, menard, mrobinson, rniwa, sergio, svillar, syoichi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 60731    
Attachments:
Description Flags
Patch
none
Rebased patch. none

Manuel Rego Casasnovas
Reported 2014-04-30 08:16:44 PDT
As suggested in webkit-dev (https://lists.webkit.org/pipermail/webkit-dev/2014-April/026489.html) we should remove the CSS Grid Layout runtime feature and use only the compilation flag to disable CSS Grid Layout until it's ready to be shipped.
Attachments
Patch (102.66 KB, patch)
2014-04-30 08:19 PDT, Manuel Rego Casasnovas
no flags
Rebased patch. (102.46 KB, patch)
2014-05-07 01:28 PDT, Manuel Rego Casasnovas
no flags
Manuel Rego Casasnovas
Comment 1 2014-04-30 08:19:00 PDT
WebKit Commit Bot
Comment 2 2014-04-30 08:20:41 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Benjamin Poulain
Comment 3 2014-05-05 15:24:31 PDT
Comment on attachment 230478 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=230478&action=review That's actually a quite nice cleanup. > Source/WebCore/WebCore.order:-4327 > -__ZNK7WebCore8Document20cssGridLayoutEnabledEv You actually don't need to update the order files, we update them ourself from the binary before releasing.
WebKit Commit Bot
Comment 4 2014-05-06 02:48:54 PDT
Comment on attachment 230478 [details] Patch Rejecting attachment 230478 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-02', 'apply-attachment', '--no-update', '--non-interactive', 230478, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: ss3/grid/grid-column-002.htm patching file LayoutTests/ietestcenter/css3/grid/testRunnerEnableGrid.js rm 'LayoutTests/ietestcenter/css3/grid/testRunnerEnableGrid.js' patching file PerformanceTests/ChangeLog patching file PerformanceTests/Layout/auto-grid-lots-of-data.html patching file PerformanceTests/Layout/fixed-grid-lots-of-data.html Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Benjamin Poulain']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output: http://webkit-queues.appspot.com/results/5260031767347200
Manuel Rego Casasnovas
Comment 5 2014-05-07 01:28:57 PDT
Created attachment 230977 [details] Rebased patch.
WebKit Commit Bot
Comment 6 2014-05-07 02:56:48 PDT
Comment on attachment 230977 [details] Rebased patch. Clearing flags on attachment: 230977 Committed r168416: <http://trac.webkit.org/changeset/168416>
WebKit Commit Bot
Comment 7 2014-05-07 02:56:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.