summaryrefslogtreecommitdiffstats
path: root/webkit/glue/glue.vcproj
diff options
context:
space:
mode:
authoryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-18 16:17:21 +0000
committeryurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-18 16:17:21 +0000
commit68b4d89935563f7009074cef5b7be8e0d8148bd4 (patch)
treef987689e2cc300230538482e7fa7b61b8dabd4bf /webkit/glue/glue.vcproj
parentdaeb1b6db0ddff328b2ed4bc839a9f15936c3496 (diff)
downloadchromium_src-68b4d89935563f7009074cef5b7be8e0d8148bd4.zip
chromium_src-68b4d89935563f7009074cef5b7be8e0d8148bd4.tar.gz
chromium_src-68b4d89935563f7009074cef5b7be8e0d8148bd4.tar.bz2
Create communication channel between developer tools UI implemented in JS and residing in a process different from inspected page renderer process. There is no direct IPC channel between the two processes so all messages are routed through browser process.
On the side of inspected page there is ToolsAgent existing in all renderers so that we can start inspecting the page at any moment by talking to this object. On the side of developer tools renderer there is ToolsClient which is created only for RenderView that host developer tools UI. This change is a slightly modified version of http://codereview.chromium.org/20221/show Review URL: http://codereview.chromium.org/20430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/glue.vcproj')
-rw-r--r--webkit/glue/glue.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/glue.vcproj b/webkit/glue/glue.vcproj
index acaad6f..1f7e9d7 100644
--- a/webkit/glue/glue.vcproj
+++ b/webkit/glue/glue.vcproj
@@ -173,6 +173,10 @@
>
</File>
<File
+ RelativePath=".\tools_proxy.h"
+ >
+ </File>
+ <File
RelativePath=".\webdatasource.h"
>
</File>