Bug 82467
| Summary: | [CSS Regions] Change the name RenderBox::computeLogicalWidthInRegion() to something more meaningful | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mihai Balan <mibalan> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | bfulgham, koivisto, mitz, simon.fraser, WebkitBugTracker |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 57312 | ||
Mihai Balan
Even though the name for computeLogicalWidthInRegion() suggest it's CSS Regions specific, it actually contains more general code and more often than not, it's called with region = 0.
This should be renamed or refactored.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
CSS Regions were removed in Bug 174978.