Bug 130731

Summary: [CSSRegions] Rename inNamedFlow flag to isNamedFlowContentNode flag
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Mihnea Ovidenie <mihnea>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, esprehn+autocc, glenn, kangil.han, kondapallykalyan, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Mihnea Ovidenie 2014-03-25 11:41:19 PDT
Currently, the inNamedFlow flag in Node class actually tells is a node is a content node, one that has a style with flow-into. Since it is used only for those nodes and not propagated through hierarchy, i want to renamed it to a more meaningful name.
Comment 1 Mihnea Ovidenie 2014-03-25 11:46:34 PDT
Created attachment 227777 [details]
Patch
Comment 2 Andrei Bucur 2014-03-25 12:21:24 PDT
Comment on attachment 227777 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-03-27 01:09:55 PDT
Comment on attachment 227777 [details]
Patch

Rejecting attachment 227777 [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', 227777, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
t 497 (offset 13 lines).
Hunk #3 succeeded at 518 (offset 13 lines).
Hunk #4 succeeded at 634 (offset 13 lines).
patching file Source/WebCore/style/StyleResolveTree.cpp
Hunk #1 FAILED at 422.
Hunk #2 succeeded at 723 with fuzz 2 (offset 59 lines).
1 out of 2 hunks FAILED -- saving rejects to file Source/WebCore/style/StyleResolveTree.cpp.rej

Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Andrei Bucur']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Full output: http://webkit-queues.appspot.com/results/4665520531963904
Comment 4 Mihnea Ovidenie 2014-03-27 02:07:46 PDT
Created attachment 227935 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2014-03-27 02:45:57 PDT
Comment on attachment 227935 [details]
Patch for landing

Clearing flags on attachment: 227935

Committed r166354: <http://trac.webkit.org/changeset/166354>
Comment 6 WebKit Commit Bot 2014-03-27 02:46:01 PDT
All reviewed patches have been landed.  Closing bug.