| Summary: | Fix multiple issues with text-underline-position:under | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Dave Hyatt <hyatt> | ||||||
| Component: | Layout and Rendering | Assignee: | Dave Hyatt <hyatt> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | commit-queue, esprehn+autocc, glenn, kondapallykalyan, mmaxfield | ||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Dave Hyatt
2015-02-12 12:28:01 PST
Created attachment 246465 [details]
Patch
Attachment 246465 [details] did not pass style-queue:
ERROR: Source/WebCore/rendering/RenderObject.cpp:2114: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3]
ERROR: Source/WebCore/rendering/InlineFlowBox.h:297: The parameter name "textDecoration" adds no information, so it should be removed. [readability/parameter_name] [5]
ERROR: Source/WebCore/rendering/InlineFlowBox.h:298: The parameter name "textDecoration" adds no information, so it should be removed. [readability/parameter_name] [5]
ERROR: Source/WebCore/rendering/RenderElement.h:195: The parameter name "textDecoration" adds no information, so it should be removed. [readability/parameter_name] [5]
Total errors found: 4 in 18 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 246468 [details]
Patch
Patch updated to Tot and with style fixes.
Fixed. |