summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsagent_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate WebViewImpl's dependency on WebDevToolsAgentImpl.darin@chromium.org2009-11-031-10/+7
* DevTools: support cross-navigation instrumentation.pfeldman@chromium.org2009-11-021-1/+7
* Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc intodarin@chromium.org2009-10-301-6/+6
* DevTools: Remove base/ dependencies from glue/devtoolspfeldman@chromium.org2009-10-281-1/+0
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-18/+18
* Convert devtools interfaces over to using WebString.darin@chromium.org2009-10-161-10/+10
* Enables the sending of Timeline Agent and Resource messages to the devtools a...jamesr@chromium.org2009-10-121-0/+6
* DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole....pfeldman@chromium.org2009-09-211-1/+5
* DevTools: call a no-op function from the utility context to trigger v8 execut...yurys@google.com2009-09-041-0/+1
* DevTools: create InspectorBackend v8 wrapper in the utility context so that i...yurys@google.com2009-09-021-0/+6
* DevTools: reset ScriptState in InspectorController on page refresh.pfeldman@chromium.org2009-08-271-0/+3
* DevTools: Remove base/values dependency from devtools.pfeldman@chromium.org2009-08-271-2/+6
* DevTools: Remove resource panel-related RPC methods.pfeldman@chromium.org2009-08-201-1/+1
* DevTools: Reset utility context for given document only once.pfeldman@chromium.org2009-08-181-1/+0
* DevTools: dom_agent is dead. Long live InspectorDOMAgent.pfeldman@chromium.org2009-08-141-12/+0
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-2/+5
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-0/+3
* Reverting 21635.yurys@google.com2009-07-271-3/+0
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-0/+3
* Reverting 21525.yurys@google.com2009-07-241-3/+0
* DevTools: split console evaluation into two steps: actual evaluation and resu...yurys@google.com2009-07-241-0/+3
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-131-0/+1
* DevTools: Revert 19813 since it creates more problems than solves.pfeldman@chromium.org2009-07-021-1/+0
* DevTools: Set up utility context earlier (prevent from crash).pfeldman@chromium.org2009-07-021-0/+1
* DevTools: the context should be disposed to releas scripts and other resource...yurys@google.com2009-06-181-0/+1
* DevTools: Add support for dumping objects into the console. (Take 2).pfeldman@chromium.org2009-06-171-3/+4
* Revert 18484 - DevTools: Add support for dumping objects into the console.laforge@chromium.org2009-06-161-4/+3
* DevTools: Add support for dumping objects into the console.pfeldman@chromium.org2009-06-161-3/+4
* DevTools: now that WebKit implementation of WebInspector.SourceView expects I...yurys@google.com2009-06-091-0/+1
* DevTools: Catch up with InspectorController changes.pfeldman@chromium.org2009-06-031-0/+1
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-291-2/+6
* DevTools: Migrate to InspectorController for network and console events.pfeldman@chromium.org2009-05-271-29/+6
* Page global contexts are assigned uniques ids.Script list now contain scripts...yurys@google.com2009-05-131-1/+3
* DevTools: Bugfixes for the round of sanity testing.pfeldman@chromium.org2009-05-051-0/+2
* DevTools: keep links on the edited styles so that they are not collected betw...pfeldman@chromium.org2009-04-291-0/+2
* Merge WebKit console and load deferrer changes.pfeldman@chromium.org2009-04-281-7/+17
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-0/+2
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-0/+2
* DevTools: add basic console support.pfeldman@chromium.org2009-04-071-0/+17
* DevTools: add support for provisional load tracking.pfeldman@chromium.org2009-04-021-8/+9
* DevTools: Support r/o properties inspection.pfeldman@chromium.org2009-04-011-1/+6
* DevTools: add support for navigating to other tab while inspecting.pfeldman@chromium.org2009-03-271-2/+3
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-4/+7
* Make DevTools client survive 'refresh' of the inspectable tab.pfeldman@chromium.org2009-03-261-2/+7
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-1/+1
* Make Rpc dispatch in DevTools static, remove redundant JSON parsing.pfeldman@chromium.org2009-03-181-3/+0
* - Provide Rpc classes with unique ids so that their message id spaces do not ...pfeldman@chromium.org2009-03-131-0/+1
* Initial WebDevToolsAgent implementation contains two agent objects: Dom agentpfeldman@chromium.org2009-03-121-0/+72