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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace
apavlov@chromium.org
2009-10-23
1
-2
/
+2
*
Use the existing ProfileTypes extensibility to plug in heap snapshots
apavlov@chromium.org
2009-10-22
1
-88
/
+31
*
Modify the factory method name to follow WebKit
apavlov@chromium.org
2009-10-21
1
-2
/
+2
*
DevTools: test that content scripts are visible in the debugger scripts list
yurys@google.com
2009-10-21
1
-8
/
+38
*
Prepare heap profiler for WebKit profiles panel UI-related refactoring
apavlov@chromium.org
2009-10-19
1
-0
/
+12
*
DevTools: show diffs of retainers count between heap snapshots.
mnaganov@chromium.org
2009-10-19
2
-122
/
+137
*
DevTools: allow expanding constructor property
yurys@google.com
2009-10-19
2
-68
/
+83
*
Move WebDevToolsAgent{Delegate} into the WebKit API.
darin@chromium.org
2009-10-17
3
-4
/
+6
*
Convert devtools interfaces over to using WebString.
darin@chromium.org
2009-10-16
9
-76
/
+52
*
Fix heap profiler after a WebKit roll.
apavlov@chromium.org
2009-10-16
2
-9
/
+42
*
DevTools: now really fix TestProfilerTab (forgot to include the second file).
mnaganov@chromium.org
2009-10-15
1
-2
/
+2
*
DevTools: fix the TestProfilerTab test.
mnaganov@chromium.org
2009-10-15
1
-4
/
+1
*
DevTools: restore accidentally deleted if block
yurys@google.com
2009-10-15
1
-0
/
+10
*
DevTools: enable DevToolsSanityTest.TestCompletionOnPause that failed because...
yurys@google.com
2009-10-15
2
-2
/
+1
*
DevTools: Forward copy and cookie-related messages to the inspector controller.
pfeldman@chromium.org
2009-10-14
1
-0
/
+3
*
DevTools: support autocompletion when script is paused
yurys@google.com
2009-10-14
3
-9
/
+176
*
DevTools: prepare for a patch from WebKit bug 30328.
mnaganov@chromium.org
2009-10-14
2
-0
/
+13
*
DevTools: Make DevTools look like Chrome.
pfeldman@chromium.org
2009-10-14
11
-0
/
+72
*
DevTools: prepare for a change in WebKit introducing profile types.
mnaganov@chromium.org
2009-10-13
1
-0
/
+10
*
DevTools: add methods to our InspectorController stub to prepare for a change...
mnaganov@chromium.org
2009-10-13
1
-0
/
+16
*
Enables the sending of Timeline Agent and Resource messages to the devtools a...
jamesr@chromium.org
2009-10-12
2
-1
/
+42
*
DevTools: manually dispatch messages from the inspector controller - WebKit's...
pfeldman@chromium.org
2009-10-12
1
-1
/
+4
*
DevTools: enable databases panel.
pfeldman@chromium.org
2009-10-12
5
-65
/
+18
*
DevTools: show heap profiles in "Profiles" tab, remove temporary "Heap" tab.
mnaganov@chromium.org
2009-10-08
7
-184
/
+69
*
DevTools: fix and reenable TestDebugIntrinsicProperties
yurys@google.com
2009-10-08
1
-26
/
+49
*
DevTools: fix failing tests
yurys@google.com
2009-10-08
1
-1
/
+1
*
DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2...
yurys@google.com
2009-10-07
3
-27
/
+191
*
DevTools: auto-generate devtools.html from WebKit's inspector.html
mnaganov@chromium.org
2009-10-05
1
-143
/
+0
*
DevTools: Prepare DevTools for rolling onto r49084.
pfeldman@chromium.org
2009-10-05
2
-11
/
+17
*
DevTools: test that scopes can be epxanded
yurys@google.com
2009-10-02
1
-7
/
+215
*
DevTools Heap profiler: Show aggregated retainer graphs.
mnaganov@chromium.org
2009-10-01
3
-92
/
+297
*
DevTools: add tests for step over/out/in
yurys@google.com
2009-09-30
1
-0
/
+259
*
DevTools: Follow up fix for r27473
pfeldman@chromium.org
2009-09-29
1
-1
/
+1
*
DevTools: temporary fix for bug 23260. Guess resource type and content mimeTy...
yurys@google.com
2009-09-29
2
-1
/
+29
*
DevTools: Provisional fix for webkit merge: add event listeners panel js.
pfeldman@chromium.org
2009-09-25
1
-0
/
+1
*
DevTools: autoresume execution on parse errors.
yurys@google.com
2009-09-24
2
-10
/
+68
*
Reverting 27062 since "DevTools: repair on linux and reenable breakpoint test...
yurys@google.com
2009-09-24
1
-2
/
+6
*
Revert "DevTools: repair on linux and reenable breakpoint tests" revision 27060.
maruel@chromium.org
2009-09-24
1
-6
/
+2
*
DevTools: repair on linux and reenable breakpoint tests
yurys@google.com
2009-09-24
1
-2
/
+6
*
DevTools: Add local fix for console formatting while waiting for upstream fix...
pfeldman@chromium.org
2009-09-24
1
-1
/
+13
*
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
*
Make sure to include compiler_specific.h before using ALLOW_UNUSED.
tony@chromium.org
2009-09-21
1
-0
/
+1
*
Fix some compilation warnings found by gcc on mac.
tony@chromium.org
2009-09-21
1
-2
/
+2
*
Enable compiler -Werror and -Wall on our webkit code for mac and linux.
tony@chromium.org
2009-09-21
1
-2
/
+2
*
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
[next]