Bug 91941

Summary: Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
Product: WebKit Reporter: Kent Tamura <tkent>
Component: New BugsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cmarcelo, eric, gyuyoung.kim, haraken, macpherson, menard, mifenton, morrita, ojan, rakuco, vestbo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 90846    
Attachments:
Description Flags
Patch
none
Patch 2 haraken: review+

Kent Tamura
Reported 2012-07-22 07:19:34 PDT
for consistency
Attachments
Patch (89.94 KB, patch)
2012-07-22 08:00 PDT, Kent Tamura
no flags
Patch 2 (90.79 KB, patch)
2012-07-22 08:25 PDT, Kent Tamura
haraken: review+
Kent Tamura
Comment 1 2012-07-22 08:00:04 PDT
Early Warning System Bot
Comment 2 2012-07-22 08:21:09 PDT
Kent Tamura
Comment 3 2012-07-22 08:25:08 PDT
Created attachment 153691 [details] Patch 2 Qt fix
Kentaro Hara
Comment 4 2012-07-22 15:15:52 PDT
Comment on attachment 153691 [details] Patch 2 View in context: https://bugs.webkit.org/attachment.cgi?id=153691&action=review > Source/WebCore/html/shadow/MeterShadowElement.h:87 > +#endif > #endif If there are two or more #endif s, we want to put '#endif // METER_ELEMENT' and '#endif // MeterShadowElement_h'. > Source/WebCore/html/shadow/ProgressShadowElement.h:88 > +#endif > #endif Ditto. > LayoutTests/fast/dom/wrapper-classes.html:281 > + // Conditional elements, VIDEO, PROGRESS_ELEMENT, RUBY, DATALIST_ELEMENT, METER_ELEMENT. Nit: DATALIST => DATALIST_ELEMENT is intended? Looks good though.
Kent Tamura
Comment 5 2012-07-22 16:24:15 PDT
Kent Tamura
Comment 6 2012-07-22 16:26:44 PDT
Comment on attachment 153691 [details] Patch 2 View in context: https://bugs.webkit.org/attachment.cgi?id=153691&action=review >> Source/WebCore/html/shadow/MeterShadowElement.h:87 >> #endif > > If there are two or more #endif s, we want to put '#endif // METER_ELEMENT' and '#endif // MeterShadowElement_h'. Done. >> Source/WebCore/html/shadow/ProgressShadowElement.h:88 >> #endif > > Ditto. Done. >> LayoutTests/fast/dom/wrapper-classes.html:281 >> + // Conditional elements, VIDEO, PROGRESS_ELEMENT, RUBY, DATALIST_ELEMENT, METER_ELEMENT. > > Nit: DATALIST => DATALIST_ELEMENT is intended? Looks good though. Yes. We shouldn't add unrelated changes basically, however I think it's ok in this case because I'm modifying this line.
Note You need to log in before you can comment on or make changes to this bug.