1. 8262245 DevTools: move DevToolsAgent/Client into content. by [email protected] · 14 years ago[Renamed (96%) from chrome/renderer/devtools_client.cc]
  2. 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
  3. bf7cc538 This change provides initial support for sending DevTools messages between Worker and Page processes. by [email protected] · 14 years ago
  4. 4ca9bf6 DevTools: implement Save As binding. by [email protected] · 14 years ago
  5. 8704f89b Move RenderProcess to content. by [email protected] · 14 years ago
  6. 10e6ab57 Move RenderThread to content\renderer. by [email protected] · 14 years ago
  7. 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
  8. f775278 Move app/app_switches to ui/gfx/gl/gl_switches. by [email protected] · 14 years ago
  9. 6091604 Move a bunch of remaining files from chrome\renderer to content\renderer. by [email protected] · 14 years ago
  10. 42ce29d Move ResourceBundle, DataPack to ui/base by [email protected] · 15 years ago
  11. 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
  12. 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
  13. 81e34d8 Remove forward declares for ASCIIToUTF16 from string_util. All callers now use by [email protected] · 15 years ago
  14. ab73cc3 DevTools: support dispatching devtools commands when there is a tight loop in JavaScript by [email protected] · 15 years ago
  15. ed578097 Remove GetSwitchValue() from chrome/* where easy. by [email protected] · 15 years ago
  16. fd9dc80 DevTools: get rid of delayed command dispatching on front-end side. by [email protected] · 15 years ago
  17. 461f028 Revert "Remove GetSwitchValue() from chrome/* where easy." by [email protected] · 15 years ago
  18. dee7c05 Remove GetSwitchValue() from chrome/* where easy. by [email protected] · 15 years ago
  19. 68c5b685 DevTools: Get rid of DevTools RPC. by [email protected] · 15 years ago
  20. 831819e DevTools: disable Scripts panel if remote debugging is enabled by [email protected] · 15 years ago
  21. 45eb472a Fix docking behaviour for devtools windows that don't have an associated browser window by [email protected] · 15 years ago
  22. 221f413 DevTools: use WebDevToolsMessageData for devtools rpc messages by [email protected] · 16 years ago
  23. 72b271e Revert "DevTools: use WebDevToolsMessageData for devtools rpc messages" by [email protected] · 16 years ago
  24. d7cd453d DevTools: use WebDevToolsMessageData for devtools rpc messages by [email protected] · 16 years ago
  25. 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
  26. 418ed5ab Upstreaming WebKit.gyp by [email protected] · 16 years ago
  27. 5de99775 Highlight node with mouse over it while selecting element to inspect by [email protected] · 16 years ago
  28. 100f1a19 DevTools: Remove base/ dependencies from glue/devtools BUG=24622,24597 by [email protected] · 16 years ago
  29. 4f4dc2f3 Convert devtools interfaces over to using WebString. by [email protected] · 16 years ago
  30. 7cb43d5 DevTools: Remove base/values dependency from devtools. by [email protected] · 16 years ago
  31. a88ddbb DevTools l10n: generate localized strings and use them. by [email protected] · 16 years ago
  32. e914332 Revert r23820 by mnaganov due to Interactive Test failures by [email protected] · 16 years ago
  33. 1932c872 DevTools l10n: generate localized strings and use them. by [email protected] · 16 years ago
  34. 522b1e1 DevTools: Make 'toggle node search' mode work. by [email protected] · 16 years ago
  35. 7f412a7 DevTools: preserve focus on activating dev tools window. BUG=15912 by [email protected] · 16 years ago
  36. 10fb687 DevTools: Introduce docked version of DevTools. by [email protected] · 16 years ago
  37. 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
  38. 991b310 DevTools: Activate inspector window on break / exception. by [email protected] · 16 years ago
  39. 7b4c0d6 DevTools: move devtools messages to common. by [email protected] · 16 years ago
  40. 24b3b4d 1. Supported removal of breakpoints from UI. by [email protected] · 16 years ago
  41. 87b603ad 1. Implemented an agent providing RPC interface to v8 debugger of the inspected page. by [email protected] · 16 years ago
  42. 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]
  43. 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
  44. b6f87899 NO CODE CHANGE by [email protected] · 16 years ago
  45. b2abac7 DevToolsAgent provides IPC access to the inspected page from developer tools. by [email protected] · 16 years ago