index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
glue
/
devtools
/
js
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: added a new test for console evaluation on call frame.
yurys@google.com
2009-09-23
1
-48
/
+174
*
DevTools: Add more console tests.
pfeldman@chromium.org
2009-09-23
1
-7
/
+28
*
DevTools: repair eval on call frame.
yurys@google.com
2009-09-23
2
-10
/
+8
*
DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole....
pfeldman@chromium.org
2009-09-21
6
-192
/
+33
*
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
*
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
*
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
2
-41
/
+11
*
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
1
-16
/
+54
*
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 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
1
-3
/
+3
*
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
2
-57
/
+17
*
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 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
1
-6
/
+3
*
DevTools: implement comparison of heap snapshots in Heap profiler.
mnaganov@chromium.org
2009-08-14
3
-48
/
+204
*
DevTools: Fix implications of the DOMAgent migration upstream.
pfeldman@chromium.org
2009-08-14
3
-50
/
+22
*
DevTools: dom_agent is dead. Long live InspectorDOMAgent.
pfeldman@chromium.org
2009-08-14
7
-1160
/
+51
[next]