Bug 46474 - Patch computeWidthUsing to be block-flow-aware
Summary: Patch computeWidthUsing to be block-flow-aware
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46123
  Show dependency treegraph
 
Reported: 2010-09-24 09:51 PDT by Dave Hyatt
Modified: 2010-09-24 10:23 PDT (History)
0 users

See Also:


Attachments
Patch (8.37 KB, patch)
2010-09-24 09:54 PDT, Dave Hyatt
sam: review+
Details | Formatted Diff | Diff
Patch (8.36 KB, patch)
2010-09-24 10:01 PDT, Dave Hyatt
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-09-24 09:51:04 PDT
Patch computeWidthUsing to be block-flow-aware.
Comment 1 Dave Hyatt 2010-09-24 09:54:05 PDT
Created attachment 68695 [details]
Patch
Comment 2 Dave Hyatt 2010-09-24 10:01:20 PDT
Created attachment 68698 [details]
Patch

Fix typos.
Comment 3 Sam Weinig 2010-09-24 10:03:43 PDT
Comment on attachment 68698 [details]
Patch

You are a little inconsistent about when you use containerWidth and when you use availableWidth.
Comment 4 Dave Hyatt 2010-09-24 10:23:40 PDT
Fixed in r68270.