Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Issue 1988012: Added support for HTML5 progress element. (Closed)

Created:
10 years, 7 months ago by gmorrita
Modified:
9 years, 7 months ago
Reviewers:
tkent, tony, Peter Kasting
CC:
chromium-reviews
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Added support for HTML5 progress element. WebKit side of this change is on http://webkit.org/b/37308 . continued from http://codereview.chromium.org/1596018

Patch Set 1 #

Total comments: 23

Patch Set 2 : update to took the feedback #

Total comments: 8

Patch Set 3 : took the feedback #

Total comments: 6

Patch Set 4 : took the feedback #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -17 lines) Patch
M gfx/native_theme_win.h View 1 2 3 3 chunks +8 lines, -1 line 0 comments Download
M gfx/native_theme_win.cc View 1 2 3 3 chunks +54 lines, -1 line 2 comments Download
M webkit/glue/webthemeengine_impl_win.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/glue/webthemeengine_impl_win.cc View 1 2 chunks +16 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_webthemecontrol.h View 1 2 5 chunks +12 lines, -5 lines 0 comments Download
M webkit/tools/test_shell/test_shell_webthemecontrol.cc View 1 5 chunks +25 lines, -4 lines 0 comments Download
M webkit/tools/test_shell/test_shell_webthemeengine.h View 1 2 chunks +5 lines, -1 line 0 comments Download
M webkit/tools/test_shell/test_shell_webthemeengine.cc View 1 2 3 chunks +21 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
gmorrita
from http://codereview.chromium.org/1596018
10 years, 7 months ago (2010-05-12 10:02:48 UTC) #1
tkent
Add pkasting as a reviewer.
10 years, 7 months ago (2010-05-12 10:06:02 UTC) #2
Peter Kasting
http://codereview.chromium.org/1988012/diff/1/2 File gfx/native_theme_win.cc (right): http://codereview.chromium.org/1988012/diff/1/2#newcode1 gfx/native_theme_win.cc:1: // Copyright (c) 2009 The Chromium Authors. All rights ...
10 years, 7 months ago (2010-05-12 18:44:25 UTC) #3
gmorrita
Hi Peter, thank you for reviewing! I've updated the patch for deal with all points ...
10 years, 7 months ago (2010-05-13 03:12:47 UTC) #4
Peter Kasting
LGTM. Can you send me a note with a testcase when this gets checked in? ...
10 years, 7 months ago (2010-05-13 18:52:22 UTC) #5
gmorrita
On 2010/05/13 18:52:22, Peter Kasting wrote: > LGTM. Can you send me a note with ...
10 years, 7 months ago (2010-05-14 02:44:51 UTC) #6
gmorrita
http://codereview.chromium.org/1988012/diff/13001/14001 File gfx/native_theme_win.cc (right): http://codereview.chromium.org/1988012/diff/13001/14001#newcode487 gfx/native_theme_win.cc:487: // For indeterminate progres bar, its moving highlight need ...
10 years, 7 months ago (2010-05-14 02:49:25 UTC) #7
tkent
http://codereview.chromium.org/1988012/diff/23002/24001 File base/scoped_handle_win.h (right): http://codereview.chromium.org/1988012/diff/23002/24001#newcode237 base/scoped_handle_win.h:237: class ScopedRegionClipping { I'm not sure whether this class ...
10 years, 7 months ago (2010-05-14 03:11:10 UTC) #8
gmorrita
http://codereview.chromium.org/1988012/diff/23002/24001 File base/scoped_handle_win.h (right): http://codereview.chromium.org/1988012/diff/23002/24001#newcode237 base/scoped_handle_win.h:237: class ScopedRegionClipping { On 2010/05/14 03:11:10, Kent Tamura wrote: ...
10 years, 7 months ago (2010-05-14 03:54:20 UTC) #9
tkent
LGTM. I'll commit this change.
10 years, 7 months ago (2010-05-14 04:43:31 UTC) #10
tkent
Committed as r47247.
10 years, 7 months ago (2010-05-14 06:48:23 UTC) #11
Peter Kasting
10 years, 7 months ago (2010-05-14 18:08:11 UTC) #12
I know you've already committed this, but the 80 column bit at least should
probably be fixed.

http://codereview.chromium.org/1988012/diff/30001/31001
File gfx/native_theme_win.cc (right):

http://codereview.chromium.org/1988012/diff/30001/31001#newcode482
gfx/native_theme_win.cc:482: class ScopedRegionClipping {
Nit: This would be clearer as "ScopedClipRegion"

http://codereview.chromium.org/1988012/diff/30001/31001#newcode506
gfx/native_theme_win.cc:506: // For an indeterminate progress bar, we draw a
moving highlight that's animated
Nit: Sorry, I gave you a set of comments that were > 80 characters.

Powered by Google App Engine
This is Rietveld 408576698