Bug 115284

Summary: [BlackBerry] Update HTML5 progress bar UX
Product: WebKit Reporter: Tiancheng Jiang <tijiang>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, jrogers, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from webkit-ews-06 for mac-mountainlion
none
Patch none

Tiancheng Jiang
Reported 2013-04-26 15:44:23 PDT
Use GL render method to paint progress bar.
Attachments
Patch (10.12 KB, patch)
2013-04-26 15:51 PDT, Tiancheng Jiang
no flags
Archive of layout-test-results from webkit-ews-06 for mac-mountainlion (1.63 MB, application/zip)
2013-04-26 17:57 PDT, Build Bot
no flags
Patch (12.39 KB, patch)
2013-05-06 11:32 PDT, Tiancheng Jiang
no flags
Tiancheng Jiang
Comment 1 2013-04-26 15:51:56 PDT
Build Bot
Comment 2 2013-04-26 17:57:29 PDT
Comment on attachment 199868 [details] Patch Attachment 199868 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/42711 New failing tests: fast/frames/crash-remove-iframe-during-object-beforeload.html
Build Bot
Comment 3 2013-04-26 17:57:30 PDT
Created attachment 199881 [details] Archive of layout-test-results from webkit-ews-06 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-06 Port: mac-mountainlion Platform: Mac OS X 10.8.2
Jeff Rogers
Comment 4 2013-04-27 17:14:33 PDT
You will need to update this patch as it looks like you reintroduced the old logic for painting the slider track and a whole bunch of obsolete constants. This patch should only be adding the new progress bar logic.
Tiancheng Jiang
Comment 5 2013-04-29 07:51:01 PDT
This is just a revert patch and I have the real patch coming. But I am not sure how could this patch break the DRT test. (In reply to comment #4) > You will need to update this patch as it looks like you reintroduced the old logic for painting the slider track and a whole bunch of obsolete constants. This patch should only be adding the new progress bar logic.
Rob Buis
Comment 6 2013-05-06 10:32:57 PDT
Comment on attachment 199868 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=199868&action=review Please remove the Skia block. > Source/WebCore/platform/blackberry/RenderThemeBlackBerry.cpp:751 > +#if USE(SKIA) I don't think you want to add SKIA specific code anymore.
Rob Buis
Comment 7 2013-05-06 10:38:26 PDT
Comment on attachment 199868 [details] Patch It turns out the SKIA block is temporary, so this can go in.
WebKit Commit Bot
Comment 8 2013-05-06 11:04:49 PDT
Comment on attachment 199868 [details] Patch Clearing flags on attachment: 199868 Committed r149614: <http://trac.webkit.org/changeset/149614>
WebKit Commit Bot
Comment 9 2013-05-06 11:04:51 PDT
All reviewed patches have been landed. Closing bug.
Tiancheng Jiang
Comment 10 2013-05-06 11:32:27 PDT
Reopening to attach new patch.
Tiancheng Jiang
Comment 11 2013-05-06 11:32:30 PDT
Rob Buis
Comment 12 2013-05-06 11:44:46 PDT
Comment on attachment 200728 [details] Patch Ok.
WebKit Commit Bot
Comment 13 2013-05-06 12:12:44 PDT
Comment on attachment 200728 [details] Patch Clearing flags on attachment: 200728 Committed r149624: <http://trac.webkit.org/changeset/149624>
WebKit Commit Bot
Comment 14 2013-05-06 12:12:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.