index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
renderer
/
devtools_agent.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: move DevToolsAgent/Client into content.
pfeldman@chromium.org
2011-07-22
1
-76
/
+0
*
Enable clear cache/cookies support in developer tools
vsevik@chromium.org
2011-07-13
1
-0
/
+2
*
Move a few RenderViewObservers to ChromeContentRendererClient so that we can ...
jam@chromium.org
2011-04-01
1
-1
/
+2
*
DevTools: remove references to IDR_DEVTOOLS_DEBUGGER_SCRIPT_JS
yurys@chromium.org
2011-03-23
1
-1
/
+0
*
Move a bunch of remaining files from chrome\renderer to content\renderer.
jam@chromium.org
2011-03-19
1
-1
/
+1
*
Remove includes of message headers in headers.
jam@chromium.org
2011-02-09
1
-1
/
+2
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-1
/
+1
*
Introduce RenderView::Observer interface so that RenderView doesn't have to k...
jam@chromium.org
2011-01-15
1
-20
/
+15
*
DevTools: migrate APU from dedicated commands to the inspector protocol.
pfeldman@chromium.org
2011-01-12
1
-2
/
+0
*
Revert r71044: "DevTools: migrate APU from dedicated commands to the inspecto...
pfeldman@chromium.org
2011-01-11
1
-0
/
+2
*
DevTools: migrate APU from dedicated commands to the inspector protocol.
pfeldman@chromium.org
2011-01-11
1
-2
/
+0
*
Revert r71037. "DevTools: migrate APU from dedicated commands to the inspecto...
pfeldman@chromium.org
2011-01-11
1
-0
/
+2
*
DevTools: migrate APU from dedicated commands to the inspector protocol.
pfeldman@chromium.org
2011-01-11
1
-2
/
+0
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-6
/
+4
*
DevTools: remove forceRepaint method which is obsolete
yurys@chromium.org
2010-09-06
1
-1
/
+0
*
DevTools: remove injected script from resources.
pfeldman@chromium.org
2010-08-23
1
-1
/
+0
*
FBTF: Remove unneeded STL includes from src/chrome.
viettrungluu@chromium.org
2010-08-19
1
-2
/
+1
*
DevTools: Support runtime property name/value pairs instead of feature names ...
pfeldman@chromium.org
2010-08-17
1
-1
/
+4
*
DevTools: remove usages of InjectDispatch.js
yurys@chromium.org
2010-08-11
1
-1
/
+0
*
DevTools: get rid of delayed command dispatching on front-end side.
pfeldman@chromium.org
2010-08-05
1
-0
/
+1
*
DevTools: Get rid of DevTools RPC.
pfeldman@chromium.org
2010-08-03
1
-3
/
+4
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Add implementation for WebDevToolsAgentClient::debuggerScriptSource.
yurys@chromium.org
2010-06-07
1
-0
/
+1
*
DevTools: disable Scripts panel if remote debugging is enabled
yurys@chromium.org
2010-06-01
1
-0
/
+2
*
DevTools: implement WebDevToolsAgentClient::WebKitClientMessageLoop. Also mak...
yurys@chromium.org
2010-05-27
1
-0
/
+2
*
DevTools: load injected script using WebKit API. Now with test_shell working.
yurys@chromium.org
2010-01-31
1
-0
/
+2
*
Revert "DevTools: load injected script using WebKit API"
yurys@chromium.org
2010-01-31
1
-2
/
+0
*
DevTools: load injected script using WebKit API
yurys@chromium.org
2010-01-31
1
-0
/
+2
*
DevTools: use WebDevToolsMessageData for devtools rpc messages
yurys@chromium.org
2009-12-11
1
-10
/
+5
*
Revert "DevTools: use WebDevToolsMessageData for devtools rpc messages"
yurys@chromium.org
2009-12-11
1
-5
/
+10
*
DevTools: use WebDevToolsMessageData for devtools rpc messages
yurys@chromium.org
2009-12-11
1
-10
/
+5
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
1
-1
/
+1
*
DevTools: support cross-navigation instrumentation.
pfeldman@chromium.org
2009-11-02
1
-3
/
+6
*
Move WebDevToolsAgent{Delegate} into the WebKit API.
darin@chromium.org
2009-10-17
1
-12
/
+16
*
Convert devtools interfaces over to using WebString.
darin@chromium.org
2009-10-16
1
-5
/
+5
*
Enables the sending of Timeline Agent and Resource messages to the devtools a...
jamesr@chromium.org
2009-10-12
1
-0
/
+1
*
DevTools: Remove base/values dependency from devtools.
pfeldman@chromium.org
2009-08-27
1
-2
/
+6
*
DevTools: allow reload while on a breakpoint: detach agent on navigation atte...
pfeldman@chromium.org
2009-07-13
1
-0
/
+2
*
DevTools: decouple class and method names from RPC message arguments. That wo...
yurys@google.com
2009-05-29
1
-2
/
+6
*
DevTools: Run nested message loop instead of whitelisting the messages.
pfeldman@chromium.org
2009-04-22
1
-0
/
+2
*
DevTools: Make all devtools messages dispatch through debugger interrupt.
pfeldman@chromium.org
2009-04-17
1
-2
/
+12
*
DevTools: Split message handling on the agent side into the Renderer and IO h...
pfeldman@chromium.org
2009-04-06
1
-39
/
+13
*
DevTools: move devtools messages to common.
pfeldman@chromium.org
2009-04-03
1
-1
/
+0
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-1
/
+1
*
Debugger output is now handled on the render thread.
yurys@google.com
2009-04-02
1
-6
/
+1
*
1. Supported removal of breakpoints from UI.
yurys@google.com
2009-04-01
1
-11
/
+0
*
DevTools: add support for navigating to other tab while inspecting.
pfeldman@chromium.org
2009-03-27
1
-1
/
+6
*
1. Implemented an agent providing RPC interface to v8 debugger of the inspect...
yurys@google.com
2009-03-27
1
-0
/
+1
*
Make DevTools client survive 'refresh' of the inspectable tab.
pfeldman@chromium.org
2009-03-26
1
-0
/
+2
[next]