Bug 96917

Summary: Web Inspector: [WebGL] -> [Canvas] Rename WebGLAgent to CanvasAgent
Product: WebKit Reporter: Andrey Adaikin <aandrey>
Component: Web Inspector (Deprecated)Assignee: Andrey Adaikin <aandrey>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, abecsi, apavlov, bweinstein, gyuyoung.kim, haraken, japhet, joepeck, keishi, loislo, pfeldman, pmuellr, rakuco, rik, timothy, vestbo, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 97083    
Bug Blocks:    
Attachments:
Description Flags
Patch
none
Patch none

Andrey Adaikin
Reported 2012-09-17 06:59:10 PDT
Rename WebGLAgent* and WebGLInstrumentation* files to Canvas* as we will support both 2D and 3D/WebGL canvas instrumentation.
Attachments
Patch (254.78 KB, patch)
2012-09-17 08:20 PDT, Andrey Adaikin
no flags
Patch (254.19 KB, patch)
2012-09-19 05:05 PDT, Andrey Adaikin
no flags
Andrey Adaikin
Comment 1 2012-09-17 08:20:55 PDT
WebKit Review Bot
Comment 2 2012-09-17 08:24:04 PDT
Attachment 164397 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/insp..." exit_code: 1 Source/WebCore/inspector/InjectedScriptCanvasModule.h:59: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Source/WebCore/inspector/InjectedScriptCanvasModule.cpp:97: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Total errors found: 2 in 33 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andrey Adaikin
Comment 3 2012-09-17 08:30:16 PDT
WebKit Review Bot
Comment 4 2012-09-19 01:08:03 PDT
Comment on attachment 164397 [details] Patch Clearing flags on attachment: 164397 Committed r128976: <http://trac.webkit.org/changeset/128976>
WebKit Review Bot
Comment 5 2012-09-19 01:08:08 PDT
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 6 2012-09-19 01:27:56 PDT
Re-opened since this is blocked by 97083
Andrey Adaikin
Comment 7 2012-09-19 03:32:36 PDT
Compilation breaks on the InspectorAllInOne.o file, although InspectorAllInOne.cpp was updated in the patch. Probably a clean rebuild is needed on the bot, rather than an incremental build?
Andrey Adaikin
Comment 8 2012-09-19 05:05:38 PDT
WebKit Review Bot
Comment 9 2012-09-19 05:09:57 PDT
Attachment 164718 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/insp..." exit_code: 1 Source/WebCore/inspector/InjectedScriptCanvasModule.h:59: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Source/WebCore/inspector/InjectedScriptCanvasModule.cpp:97: The parameter type should use PassRefPtr instead of RefPtr. [readability/pass_ptr] [5] Total errors found: 2 in 32 files If any of these errors are false positives, please file a bug against check-webkit-style.
WebKit Review Bot
Comment 10 2012-09-19 06:06:56 PDT
Comment on attachment 164718 [details] Patch Clearing flags on attachment: 164718 Committed r128992: <http://trac.webkit.org/changeset/128992>
WebKit Review Bot
Comment 11 2012-09-19 06:07:01 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.