summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsclient_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: enable databases panel.pfeldman@chromium.org2009-10-121-0/+11
* DevTools: Migrate from CppBound class to devtools bound object.pfeldman@chromium.org2009-08-311-36/+23
* DevTools: Remove base/values dependency from devtools.pfeldman@chromium.org2009-08-271-17/+37
* DevTools l10n: generate localized strings and use them.mnaganov@chromium.org2009-08-211-3/+19
* Revert r23820 by mnaganov due to Interactive Test failuresasargent@chromium.org2009-08-201-19/+3
* DevTools l10n: generate localized strings and use them.mnaganov@chromium.org2009-08-201-3/+19
* DevTools: dom_agent is dead. Long live InspectorDOMAgent.pfeldman@chromium.org2009-08-141-4/+0
* Switch to WebFrame from the WebKit API.darin@chromium.org2009-08-101-2/+3
* Update WebKit to r46426.pkasting@chromium.org2009-07-271-19/+6
* Revert "Roll to WebKit 46417. DevTools: Migrate from InspectorController to I...ajwong@chromium.org2009-07-271-6/+19
* Roll to WebKit 46417. DevTools: Migrate from InspectorController to Inspector...pinkerton@chromium.org2009-07-271-19/+6
* DevTools: Add hints for the DEPs roll of InspectorBackend.pfeldman@chromium.org2009-07-251-0/+16
* Land Anton's change to cast from v8::Value to v8::Object beforeager@chromium.org2009-07-171-2/+4
* DevTools: Make 'toggle node search' mode work.pfeldman@chromium.org2009-07-161-0/+13
* Roll WebKit DEPSabarth@chromium.org2009-07-091-2/+2
* DevTools: Introduce docked version of DevTools.pfeldman@chromium.org2009-07-011-10/+46
* Delete V8Proxy and V8Utilities and use upstreamed versions.japhet@chromium.org2009-06-291-7/+7
* Reverting 19489,19488.japhet@chromium.org2009-06-291-7/+7
* Use upstream V8Proxy and V8Utilitiesjaphet@chromium.org2009-06-291-7/+7
* DevTools: Fix crash on refresh.pfeldman@chromium.org2009-06-171-2/+3
* DevTools: pass proper platform names on non-windows.pfeldman@chromium.org2009-06-111-0/+15
* Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), a...pkasting@chromium.org2009-06-111-1/+1
* DevTools: always send reponse to resource content request, otherwise client m...yurys@google.com2009-06-101-2/+27
* DevTools: now that WebKit implementation of WebInspector.SourceView expects I...yurys@google.com2009-06-091-0/+73
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-291-6/+19
* DevTools: Migrate to InspectorController for network and console events.pfeldman@chromium.org2009-05-271-46/+15
* DevTools: simplify client dispatch via moving it into javascript.pfeldman@chromium.org2009-05-151-11/+3
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-2/+2
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* DevTools: Move client js bindings to per-instance basis.pfeldman@chromium.org2009-05-081-64/+40
* DevTools: Activate inspector window on break / exception.pfeldman@chromium.org2009-05-081-20/+33
* DevTools: Implement search in scripts.pfeldman@chromium.org2009-05-041-0/+15
* DevTools: switch from CppBound* to pure v8 bindings in WebDevToolsClient host...pfeldman@chromium.org2009-05-041-44/+96
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-2/+5
* 1. Allow to add breakpoints using Scripts panel.yurys@google.com2009-03-311-0/+9
* 1. Added 'scripts' command response handler that populates Scripts panel with...yurys@google.com2009-03-301-3/+3
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-2/+42
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-1/+20
* DevToolsClient frontend improvements:pfeldman@chromium.org2009-03-231-192/+46
* Add support for Javascript function callbacks into the WebDevToolsClient.pfeldman@chromium.org2009-03-201-13/+42
* Make Rpc dispatch in DevTools static, remove redundant JSON parsing.pfeldman@chromium.org2009-03-181-3/+6
* Commit 40144. I had to move to to a separate CL to use gcl'saa@chromium.org2009-03-131-4/+1
* - Provide Rpc classes with unique ids so that their message id spaces do not ...pfeldman@chromium.org2009-03-131-8/+8
* Initial WebDevToolsAgent implementation contains two agent objects: Dom agentpfeldman@chromium.org2009-03-121-0/+225