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

Issue 435044: Send resource load notifications from plugins to devtools agent (Closed)

Created:
11 years ago by yurys
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Send resource load notifications from plugins to devtools agent. This is a part of a fix which would allow to inspect plugin resources. BUG=2084 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33672

Patch Set 1 #

Patch Set 2 : explicitly call identifierForInitialRequest #

Total comments: 1

Patch Set 3 : Pass WebFrame* to identifierForInitialRequest #

Total comments: 1

Patch Set 4 : Fix indentation #

Patch Set 5 : Switch plugins code to unsigned long for request ids #

Patch Set 6 : Fix some style violations #

Patch Set 7 : Sync with trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -50 lines) Patch
M chrome/common/plugin_messages.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/plugin_messages_internal.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/plugin/webplugin_proxy.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/plugin/webplugin_proxy.cc View 5 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M webkit/glue/plugins/plugin_instance.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/plugin_instance.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/plugin_stream_url.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/plugins/plugin_stream_url.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webplugin.h View 5 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/webplugin_delegate.h View 1 chunk +6 lines, -5 lines 0 comments Download
M webkit/glue/webplugin_impl.h View 1 2 3 4 3 chunks +8 lines, -6 lines 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 2 3 4 13 chunks +50 lines, -9 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
yurys
Plugins code needs to be changed to use 'unsigned long' for request id but general ...
11 years ago (2009-11-26 15:16:40 UTC) #1
pfeldman
Agent-related code looks good. Could you send this to the plugin folks so that they ...
11 years ago (2009-11-26 15:26:05 UTC) #2
yurys
Guys, I picked your names from the changelog, please take a look at this patch ...
11 years ago (2009-11-26 15:43:02 UTC) #3
yurys
ping
11 years ago (2009-12-01 16:33:14 UTC) #4
Evan Martin
I think John is the only person who can review this. :) I am a ...
11 years ago (2009-12-01 16:40:27 UTC) #5
yurys
On 2009/12/01 16:40:27, Evan Martin wrote: > I think John is the only person who ...
11 years ago (2009-12-01 17:40:35 UTC) #6
jam
If this is changed to unsigned int, then all the other places that use it ...
11 years ago (2009-12-01 18:25:07 UTC) #7
jam
sorry for the delay, I missed this email. In the future if I take this ...
11 years ago (2009-12-01 18:26:30 UTC) #8
yurys
Done. resource_id type has been changed to unsigned long everywhere in plugins code. On 2009/12/01 ...
11 years ago (2009-12-02 16:35:52 UTC) #9
jam
lgtm
11 years ago (2009-12-02 17:57:14 UTC) #10
dglazkov
11 years ago (2009-12-03 16:56:23 UTC) #11
I am pretty sure this is causing a layout test to crash:

http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/fla...

Powered by Google App Engine
This is Rietveld 408576698