WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
89592
Web Inspector: [WebGL] Add injected WebGL module class
https://bugs.webkit.org/show_bug.cgi?id=89592
Summary
Web Inspector: [WebGL] Add injected WebGL module class
Andrey Adaikin
Reported
2012-06-20 12:12:35 PDT
Adding a new InjectedScriptWebGLModule class and moving WebGL-related stuff out of InjectedScriptManager class.
Attachments
Patch
(33.54 KB, patch)
2012-06-20 12:18 PDT
,
Andrey Adaikin
no flags
Details
Formatted Diff
Diff
Rebased patch to land
(25.51 KB, patch)
2012-06-20 21:52 PDT
,
Andrey Adaikin
no flags
Details
Formatted Diff
Diff
Patch to land
(25.46 KB, patch)
2012-06-21 08:49 PDT
,
Andrey Adaikin
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Andrey Adaikin
Comment 1
2012-06-20 12:18:24 PDT
Created
attachment 148624
[details]
Patch
Pavel Feldman
Comment 2
2012-06-20 19:24:17 PDT
Comment on
attachment 148624
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=148624&action=review
> Source/WebCore/inspector/InjectedScriptWebGLModule.cpp:46 > + : InjectedScriptModule("InjectedScriptWebGLModule")
"webgl"?
WebKit Review Bot
Comment 3
2012-06-20 19:28:05 PDT
Comment on
attachment 148624
[details]
Patch Rejecting
attachment 148624
[details]
from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: anager.h patching file Source/WebCore/inspector/InjectedScriptModule.cpp patching file Source/WebCore/inspector/InjectedScriptModule.h patching file Source/WebCore/inspector/InjectedScriptWebGLModule.cpp patching file Source/WebCore/inspector/InjectedScriptWebGLModule.h patching file Source/WebCore/inspector/InspectorWebGLAgent.cpp Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Pavel Feld..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/ Full output:
http://queues.webkit.org/results/13012097
Andrey Adaikin
Comment 4
2012-06-20 21:52:15 PDT
Created
attachment 148727
[details]
Rebased patch to land
Andrey Adaikin
Comment 5
2012-06-20 21:55:49 PDT
Comment on
attachment 148624
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=148624&action=review
>> Source/WebCore/inspector/InjectedScriptWebGLModule.cpp:46 >> + : InjectedScriptModule("InjectedScriptWebGLModule") > > "webgl"?
For InjectedScript it was "InjectedScript". This string will be also passed into the InspectorInstrumentation::willCallFunction() method.
Yury Semikhatsky
Comment 6
2012-06-21 01:22:31 PDT
Comment on
attachment 148727
[details]
Rebased patch to land View in context:
https://bugs.webkit.org/attachment.cgi?id=148727&action=review
> Source/WebCore/inspector/InjectedScriptWebGLModule.h:49 > + static InjectedScriptWebGLModule injectedModuleForState(InjectedScriptManager*, ScriptState*);
ensureModuleInjectedForState or simply moduleForState?
> Source/WebCore/inspector/InspectorWebGLAgent.cpp:100 > + ASSERT(!glContext.hasNoValue());
Put ASSERT_NOT_REACHED() in the if block below instead.
> Source/WebCore/inspector/InspectorWebGLAgent.cpp:105 > + if (module.hasNoValue())
Put ASSERT_NOT_REACHED() in the if block below instead.
Andrey Adaikin
Comment 7
2012-06-21 08:47:50 PDT
Comment on
attachment 148727
[details]
Rebased patch to land View in context:
https://bugs.webkit.org/attachment.cgi?id=148727&action=review
>> Source/WebCore/inspector/InjectedScriptWebGLModule.h:49 >> + static InjectedScriptWebGLModule injectedModuleForState(InjectedScriptManager*, ScriptState*); > > ensureModuleInjectedForState or simply moduleForState?
renamed to moduleForState
>> Source/WebCore/inspector/InspectorWebGLAgent.cpp:100 >> + ASSERT(!glContext.hasNoValue()); > > Put ASSERT_NOT_REACHED() in the if block below instead.
Done.
>> Source/WebCore/inspector/InspectorWebGLAgent.cpp:105 >> + if (module.hasNoValue()) > > Put ASSERT_NOT_REACHED() in the if block below instead.
Done.
Andrey Adaikin
Comment 8
2012-06-21 08:49:25 PDT
Created
attachment 148813
[details]
Patch to land
WebKit Review Bot
Comment 9
2012-06-21 09:54:14 PDT
Comment on
attachment 148813
[details]
Patch to land Clearing flags on attachment: 148813 Committed
r120929
: <
http://trac.webkit.org/changeset/120929
>
WebKit Review Bot
Comment 10
2012-06-21 09:54:20 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.
Top of Page
Format For Printing
XML
Clone This Bug