summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools
Commit message (Expand)AuthorAgeFilesLines
* Remove unreferenced .rules files.sgk@google.com2009-07-281-18/+0
* DevTools: remove console API stub (works fine with new WebKit).pfeldman@chromium.org2009-07-281-9/+0
* DevTools: show constructor name for eval result.yurys@google.com2009-07-282-2/+4
* DevTools: Stub console addInspectedNode call in new console API.pfeldman@chromium.org2009-07-281-0/+14
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-278-29/+166
* Reverting 21635.yurys@google.com2009-07-278-166/+29
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-278-29/+166
* DevTools: move close devtools button to the right.pfeldman@chromium.org2009-07-261-1/+2
* Reverting 21525.yurys@google.com2009-07-248-167/+29
* DevTools: split console evaluation into two steps: actual evaluation and resu...yurys@google.com2009-07-248-29/+167
* DevTools: print function source in eval selection requests.pfeldman@chromium.org2009-07-231-0/+3
* DevTools Profiler: hide code injected by DevTools.mnaganov@chromium.org2009-07-221-1/+10
* DevTools: Handle errors in evaluation response.pfeldman@chromium.org2009-07-221-5/+7
* DevTools: mute accidental refresh requests while on DevTools window.pfeldman@chromium.org2009-07-211-0/+13
* DevTools Profiler: small UI improvements.mnaganov@chromium.org2009-07-212-2/+36
* DevTools: Make splitters move while dragged over iframes.pfeldman@chromium.org2009-07-201-0/+23
* DevTools: remember variable tree expansion state while debugging.pfeldman@chromium.org2009-07-202-4/+24
* DevTools: Fix debugPrint to work via new Console API.pfeldman@chromium.org2009-07-201-1/+4
* DevTools: Use Chrome's colors for DevTools toolbar.pfeldman@chromium.org2009-07-201-0/+6
* DevTools: Disable dock action on Mac OS since it is not yet implemented.pfeldman@chromium.org2009-07-201-0/+3
* DevTools: Make 'toggle node search' mode work.pfeldman@chromium.org2009-07-162-10/+21
* DevTools: provisional commit for new WebInspector's 'last opened panel' change.pfeldman@chromium.org2009-07-154-2/+29
* DevTools: mitigate WebKit console API changes.pfeldman@chromium.org2009-07-143-18/+2
* Fix the ConsoleLog test and enable it. It was previously disabled because Web...dimich@google.com2009-07-141-10/+10
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-132-0/+9
* DevTools: Enable styles editing.pfeldman@chromium.org2009-07-131-1/+1
* DevTools: postpone after-compile event propagation to the UI until scripts pa...pfeldman@chromium.org2009-07-102-9/+24
* DevTools: Show exception message in a resource message bubble while stopped o...pfeldman@chromium.org2009-07-101-0/+69
* Roll WebKit DEPSabarth@chromium.org2009-07-091-2/+3
* DevTools: show property type names in Elements panel and Console.yurys@google.com2009-07-092-28/+49
* Land Anton's patch to avoid throwing away type information on theager@chromium.org2009-07-081-1/+1
* DevTools: handle call frames with unresolved script sources upon exception br...pfeldman@chromium.org2009-07-081-7/+22
* DevTools: Push context id to the client on 'window object cleared' event.pfeldman@chromium.org2009-07-084-25/+15
* DevTools: added test for setting breakpoit.yurys@google.com2009-07-081-117/+210
* Identical to http://codereview.chromium.org/155030 except for the WebKit revi...japhet@chromium.org2009-07-071-1/+1
* DevTools: merge TestSuite.Controller into TestSuiteyurys@google.com2009-07-071-58/+66
* DevTools: Issue 'scripts' command on attach only, work based on after_compile...pfeldman@chromium.org2009-07-071-6/+0
* DevTools: clear breakpoints when devtools window is closing. This change depe...yurys@google.com2009-07-072-3/+20
* DevTools: Add global eval sanity test.pfeldman@chromium.org2009-07-071-11/+10
* DevTools: Add more sanity tests.pfeldman@chromium.org2009-07-072-33/+128
* Reverting 19963.japhet@chromium.org2009-07-061-1/+1
* Delete V8Binding and use the upstreamed version. BUG=15789 japhet@chromium.org2009-07-061-1/+1
* DevTools: Provisional support for global properties' and scope roots completi...pfeldman@chromium.org2009-07-062-0/+33
* DevTools: Console tests.pfeldman@chromium.org2009-07-032-12/+102
* DevTools: do console evaluations in the global context of the inspected windo...yurys@google.com2009-07-031-1/+2
* DevTools: switch to KeyboardShortcut.js from WebKit.yurys@google.com2009-07-021-108/+0
* DevTools: Set up utility context earlier (prevent from crash).pfeldman@chromium.org2009-07-023-19/+15
* Add split with devtools container into the browser view.pfeldman@chromium.org2009-07-021-4/+7
* DevTools: Move InspectorController message filtering to the injected side.pfeldman@chromium.org2009-07-022-9/+8
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-011-0/+2