Sign in
chromium
/
chromium
/
src
/
93543752960447decfc8f0ca38ef9f44f7209cfd
/
content
/
renderer
/
devtools_client.cc
8262245
DevTools: move DevToolsAgent/Client into content.
by
[email protected]
· 14 years ago
[Renamed (96%) from chrome/renderer/devtools_client.cc]
6f4c7e1
DevTools: explicitly define routed messages as routed, not control. All DevTools messages are routed ones but some of them are stoll declared as CONTROL.
by
[email protected]
· 14 years ago
bf7cc538
This change provides initial support for sending DevTools messages between Worker and Page processes.
by
[email protected]
· 14 years ago
4ca9bf6
DevTools: implement Save As binding.
by
[email protected]
· 14 years ago
8704f89b
Move RenderProcess to content.
by
[email protected]
· 14 years ago
10e6ab57
Move RenderThread to content\renderer.
by
[email protected]
· 14 years ago
39ec12f
Move all dev tools messages to devtools_messages.h and create a TabHelper to filter their messages to that RenderViewHost doesn't have to know about devtools.
by
[email protected]
· 14 years ago
f775278
Move app/app_switches to ui/gfx/gl/gl_switches.
by
[email protected]
· 14 years ago
6091604
Move a bunch of remaining files from chrome\renderer to content\renderer.
by
[email protected]
· 14 years ago
42ce29d
Move ResourceBundle, DataPack to ui/base
by
[email protected]
· 15 years ago
8bd0fe6
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers.
by
[email protected]
· 15 years ago
676126f7
Introduce RenderView::Observer interface so that RenderView doesn't have to know about the details of every feature. Observers get to filter and send IPC messages, and basic notifications of frame related events.I've moved over AutoFill related classes, and also made AutoFillManager implement the new WebAutoFillClient interface. For the rest of the classes, they implement the interface just for message filtering.
by
[email protected]
· 15 years ago
81e34d8
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
by
[email protected]
· 15 years ago
ab73cc3
DevTools: support dispatching devtools commands when there is a tight loop in JavaScript
by
[email protected]
· 15 years ago
ed578097
Remove GetSwitchValue() from chrome/* where easy.
by
[email protected]
· 15 years ago
fd9dc80
DevTools: get rid of delayed command dispatching on front-end side.
by
[email protected]
· 15 years ago
461f028
Revert "Remove GetSwitchValue() from chrome/* where easy."
by
[email protected]
· 15 years ago
dee7c05
Remove GetSwitchValue() from chrome/* where easy.
by
[email protected]
· 15 years ago
68c5b685
DevTools: Get rid of DevTools RPC.
by
[email protected]
· 15 years ago
831819e
DevTools: disable Scripts panel if remote debugging is enabled
by
[email protected]
· 15 years ago
45eb472a
Fix docking behaviour for devtools windows that don't have an associated browser window
by
[email protected]
· 15 years ago
221f413
DevTools: use WebDevToolsMessageData for devtools rpc messages
by
[email protected]
· 16 years ago
72b271e
Revert "DevTools: use WebDevToolsMessageData for devtools rpc messages"
by
[email protected]
· 16 years ago
d7cd453d
DevTools: use WebDevToolsMessageData for devtools rpc messages
by
[email protected]
· 16 years ago
28ce8eb
DevTools: process pause script request on the IO thread. To pause already running script we need to call v8::Debug::DebugBreak() on a thread different from the Render thread which may be busy with JS execution.
by
[email protected]
· 16 years ago
418ed5ab
Upstreaming WebKit.gyp
by
[email protected]
· 16 years ago
5de99775
Highlight node with mouse over it while selecting element to inspect
by
[email protected]
· 16 years ago
100f1a19
DevTools: Remove base/ dependencies from glue/devtools BUG=24622,24597
by
[email protected]
· 16 years ago
4f4dc2f3
Convert devtools interfaces over to using WebString.
by
[email protected]
· 16 years ago
7cb43d5
DevTools: Remove base/values dependency from devtools.
by
[email protected]
· 16 years ago
a88ddbb
DevTools l10n: generate localized strings and use them.
by
[email protected]
· 16 years ago
e914332
Revert r23820 by mnaganov due to Interactive Test failures
by
[email protected]
· 16 years ago
1932c872
DevTools l10n: generate localized strings and use them.
by
[email protected]
· 16 years ago
522b1e1
DevTools: Make 'toggle node search' mode work.
by
[email protected]
· 16 years ago
7f412a7
DevTools: preserve focus on activating dev tools window. BUG=15912
by
[email protected]
· 16 years ago
10fb687
DevTools: Introduce docked version of DevTools.
by
[email protected]
· 16 years ago
37f39f0
DevTools: decouple class and method names from RPC message arguments. That would allow to select dispatcher wothout parsing the message argument.
by
[email protected]
· 16 years ago
991b310
DevTools: Activate inspector window on break / exception.
by
[email protected]
· 16 years ago
7b4c0d6
DevTools: move devtools messages to common.
by
[email protected]
· 16 years ago
24b3b4d
1. Supported removal of breakpoints from UI.
by
[email protected]
· 16 years ago
87b603ad
1. Implemented an agent providing RPC interface to v8 debugger of the inspected page.
by
[email protected]
· 16 years ago
e4ac5df
Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.
by
[email protected]
· 16 years ago
[Renamed (94%) from chrome/renderer/dev_tools_client.cc]
611cad4
Wire DevTools agent in the Glue to the Renderer DevTools IPC transport: DevToolsAgent now implements WebDevToolsAgentDelegate, DevToolsClient covers WebDevToolsClientDelegate.
by
[email protected]
· 16 years ago
b6f87899
NO CODE CHANGE
by
[email protected]
· 16 years ago
b2abac7
DevToolsAgent provides IPC access to the inspected page from developer tools.
by
[email protected]
· 16 years ago