| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole.... | pfeldman@chromium.org | 2009-09-21 | 9 | -205/+50 |
* | DevTools: don't duplicate eval scripts on each panel switch. | yurys@google.com | 2009-09-18 | 2 | -8/+54 |
* | DevTools: add WatchExpressionsSidebarPane.js to devtools.html | yurys@google.com | 2009-09-17 | 1 | -0/+1 |
* | DevTools heap profiler: Add a stub for heap-js-ret-item log record. | mnaganov@chromium.org | 2009-09-16 | 1 | -0/+1 |
* | DevTools: be ready for WebKit r48314. | mnaganov@chromium.org | 2009-09-12 | 1 | -1/+1 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 1 | -4/+5 |
* | DevTools: populate scopes with local variables when on a breakpoint. This fea... | yurys@google.com | 2009-09-09 | 2 | -40/+24 |
* | DevTools: add setting/setSetting methods to InspectorController in front-end. | yurys@google.com | 2009-09-09 | 1 | -34/+4 |
* | DevTools: A quick fix to enable interactive_ui_tests. | mnaganov@chromium.org | 2009-09-09 | 1 | -0/+24 |
* | DevTools: fix flakiness of DevToolsSanityTest/TestProfilerTab. | mnaganov@chromium.org | 2009-09-08 | 1 | -2/+14 |
* | DevTools: provisional support for scopes of type 'Catch' introduced in v8 by ... | yurys@google.com | 2009-09-08 | 1 | -1/+5 |
* | Avoids the use of "namespace using-directives" in a few places. | thakis@chromium.org | 2009-09-07 | 1 | -4/+2 |
* | DevTools profiler: remove code due to WebKit Inspector upstreaming. | mnaganov@chromium.org | 2009-09-07 | 1 | -34/+1 |
* | DevTools: fix set breakpoint test on Linux | yurys@google.com | 2009-09-04 | 1 | -1/+0 |
* | DevTools: reenable set breakpoint test | yurys@google.com | 2009-09-04 | 2 | -6/+30 |
* | DevTools: Provisional support for serialized InjectedScript interaction. | pfeldman@chromium.org | 2009-09-04 | 2 | -0/+21 |
* | DevTools: enable scripts panel sanity test. | yurys@google.com | 2009-09-04 | 1 | -2/+12 |
* | DevTools: call a no-op function from the utility context to trigger v8 execut... | yurys@google.com | 2009-09-04 | 5 | -41/+35 |
* | APU: Makes appropriate devtools updates for empty TimelineAgent implementation. | pfeldman@chromium.org | 2009-09-04 | 3 | -0/+33 |
* | DevTools: scripts request is now sent only when context id is received(if we ... | yurys@google.com | 2009-09-04 | 2 | -24/+60 |
* | Support conditional breakpoints in DevTools (backend) to follow WebKit | apavlov@chromium.org | 2009-09-02 | 4 | -7/+86 |
* | DevTools: Remove context functions that are not available in InjectedScript.j... | pfeldman@chromium.org | 2009-09-02 | 1 | -98/+4 |
* | DevTools: Close inspector controller on detach; hide node highlight on detach... | pfeldman@chromium.org | 2009-09-01 | 2 | -16/+1 |
* | DevTools: Provisional commit to handle Web inspector call frame changes upstr... | pfeldman@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | DevTools: Migrate from CppBound class to devtools bound object. | pfeldman@chromium.org | 2009-08-31 | 1 | -60/+48 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | DevTools Heap profiler: catch up with WebKit r47861. | mnaganov@chromium.org | 2009-08-28 | 1 | -8/+5 |
* | DevTools Heap profiler: make use of SummaryBar introduced in WebKit inspector. | mnaganov@chromium.org | 2009-08-28 | 2 | -43/+68 |
* | DevTools l10n: inhibit until agreeded that it is needed. | mnaganov@chromium.org | 2009-08-27 | 2 | -34/+12 |
* | DevTools: hook up SummaryBar which is added to WebKit @ r47822 | mnaganov@chromium.org | 2009-08-27 | 1 | -0/+1 |
* | DevTools: Remove base/values dependency from devtools. | pfeldman@chromium.org | 2009-08-27 | 10 | -554/+102 |
* | DevTools: Sanitize objects being serialized so that prototype.js did not affe... | pfeldman@chromium.org | 2009-08-26 | 1 | -2/+21 |
* | DevTools: Enable devtools sanity tests on Linux. | pfeldman@chromium.org | 2009-08-25 | 1 | -7/+1 |
* | DevTools: make "Take snapshot" button in heap profiler visible. | mnaganov@chromium.org | 2009-08-25 | 2 | -10/+4 |
* | DevTools: Migrate to the new InjectedScript-based CallFrame. | pfeldman@chromium.org | 2009-08-24 | 3 | -497/+187 |
* | DevTools: define escapeString in injected script for DOM search to work. | pfeldman@chromium.org | 2009-08-24 | 1 | -0/+23 |
* | Revert 24094, caused a build break. | maruel@chromium.org | 2009-08-24 | 3 | -12/+38 |
* | DevTools l10n: merge Inspector's and DevTools's strings; also, disable l10n u... | mnaganov@chromium.org | 2009-08-24 | 3 | -38/+12 |
* | DevTools: Restore devtools sanity console tests. | pfeldman@chromium.org | 2009-08-21 | 1 | -4/+5 |
* | DevTools l10n: generate localized strings and use them. | mnaganov@chromium.org | 2009-08-21 | 4 | -11/+52 |
* | Revert r23820 by mnaganov due to Interactive Test failures | asargent@chromium.org | 2009-08-20 | 3 | -49/+10 |
* | DevTools l10n: generate localized strings and use them. | mnaganov@chromium.org | 2009-08-20 | 3 | -10/+49 |
* | DevTools: Remove resource panel-related RPC methods. | pfeldman@chromium.org | 2009-08-20 | 3 | -65/+19 |
* | DevTools: Add delegate for method added upstream. | pfeldman@chromium.org | 2009-08-20 | 1 | -1/+1 |
* | DevTools: Re-enable devtools sanity tests. | pfeldman@chromium.org | 2009-08-19 | 1 | -2/+1 |
* | DevTools: Reset utility context for given document only once. | pfeldman@chromium.org | 2009-08-18 | 2 | -10/+6 |
* | DevTools Heap profiler: add a bar with Code / Objects and Data / Others size ... | mnaganov@chromium.org | 2009-08-18 | 4 | -3/+90 |
* | Fix WebInspector breakpoint removal broken after WebKit changes (disabling a ... | apavlov@chromium.org | 2009-08-17 | 1 | -1/+7 |
* | DevTools: Re-enable sanity tests. | pfeldman@chromium.org | 2009-08-14 | 2 | -8/+7 |