Bug 57801

Summary: [Refactoring] <progress> should not have manual layout code.
Product: WebKit Reporter: Hajime Morrita <morrita>
Component: FormsAssignee: Hajime Morrita <morrita>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dglazkov, dominicc, eric, rolandsteiner, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch dglazkov: review+

Description Hajime Morrita 2011-04-04 16:11:19 PDT
RenderProgress inherits RenderIndicator, which has its own layout algorithm. We can kick it out as RenderMeter did.
Then we can remove RenderIndicator.
Comment 1 Hajime Morrita 2011-04-06 09:18:11 PDT
Created attachment 88444 [details]
Patch
Comment 2 Dimitri Glazkov (Google) 2011-04-06 09:23:47 PDT
Comment on attachment 88444 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=88444&action=review

> Source/WebCore/html/HTMLProgressElement.h:45
> +    ~HTMLProgressElement();

it's gonna be virtual anyway, but should probably say virtual ~HTMLProgressElement?
Comment 3 WebKit Review Bot 2011-04-06 09:47:14 PDT
Attachment 88444 [details] did not build on chromium:
Build output: http://queues.webkit.org/results/8343226
Comment 4 Hajime Morrita 2011-04-06 10:03:37 PDT
Committed r83065: <http://trac.webkit.org/changeset/83065>
Comment 5 WebKit Review Bot 2011-04-06 11:05:46 PDT
http://trac.webkit.org/changeset/83065 might have broken GTK Linux 32-bit Release
The following tests are not passing:
fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html
fast/dom/HTMLProgressElement/progress-element.html