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
/
tests.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: enable Storage panel by default
yurys@google.com
2009-11-12
1
-0
/
+37
*
DevTools: wait for initial scripts response before processing backtrace response
yurys@google.com
2009-11-11
1
-22
/
+53
*
DevTools: add test for pause event during frontend load.
yurys@google.com
2009-11-11
1
-0
/
+25
*
DevTools: add pause on exception test
yurys@google.com
2009-11-07
1
-0
/
+31
*
Fix TestProfilerTab.
mnaganov@chromium.org
2009-11-03
1
-4
/
+3
*
DevTools: prepare for WebKit change 50460.
mnaganov@chromium.org
2009-11-03
1
-0
/
+4
*
DevTools: fix script tests broken by WebKit change 50431
yurys@google.com
2009-11-03
1
-38
/
+27
*
DevTools: change expected resource length to match its real size.
yurys@google.com
2009-11-02
1
-1
/
+1
*
DevTools: report correct content length for resources.
yurys@google.com
2009-11-02
1
-0
/
+57
*
DevTools: add all scripts from afterCompile events when scripts panel is show...
yurys@google.com
2009-10-31
1
-0
/
+47
*
DevTools: Webkit merge broke DevToolsSanityTest.TestEnableResourcesTab
pfeldman@chromium.org
2009-10-29
1
-1
/
+2
*
DevTools: test that content scripts are visible in the debugger scripts list
yurys@google.com
2009-10-21
1
-8
/
+38
*
DevTools: allow expanding constructor property
yurys@google.com
2009-10-19
1
-66
/
+82
*
DevTools: now really fix TestProfilerTab (forgot to include the second file).
mnaganov@chromium.org
2009-10-15
1
-2
/
+2
*
DevTools: enable DevToolsSanityTest.TestCompletionOnPause that failed because...
yurys@google.com
2009-10-15
1
-1
/
+1
*
DevTools: support autocompletion when script is paused
yurys@google.com
2009-10-14
1
-0
/
+69
*
DevTools: fix and reenable TestDebugIntrinsicProperties
yurys@google.com
2009-10-08
1
-26
/
+49
*
DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2...
yurys@google.com
2009-10-07
1
-24
/
+186
*
DevTools: test that scopes can be epxanded
yurys@google.com
2009-10-02
1
-7
/
+215
*
DevTools: add tests for step over/out/in
yurys@google.com
2009-09-30
1
-0
/
+259
*
DevTools: autoresume execution on parse errors.
yurys@google.com
2009-09-24
1
-8
/
+65
*
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: 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: don't duplicate eval scripts on each panel switch.
yurys@google.com
2009-09-18
1
-0
/
+54
*
DevTools: fix flakiness of DevToolsSanityTest/TestProfilerTab.
mnaganov@chromium.org
2009-09-08
1
-2
/
+14
*
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
1
-6
/
+26
*
DevTools: enable scripts panel sanity test.
yurys@google.com
2009-09-04
1
-2
/
+12
*
DevTools: Enable devtools sanity tests on Linux.
pfeldman@chromium.org
2009-08-25
1
-7
/
+1
*
DevTools l10n: generate localized strings and use them.
mnaganov@chromium.org
2009-08-21
1
-0
/
+1
*
DevTools: Re-enable devtools sanity tests.
pfeldman@chromium.org
2009-08-19
1
-2
/
+1
*
DevTools: Re-enable sanity tests.
pfeldman@chromium.org
2009-08-14
1
-6
/
+3
*
DevTools: Fix devtools after WebKit @r46732 roll.
pfeldman@chromium.org
2009-08-04
1
-2
/
+2
*
DevTools: split console evaluation into two steps: actual evaluation and result
yurys@google.com
2009-07-27
1
-0
/
+22
*
Reverting 21635.
yurys@google.com
2009-07-27
1
-22
/
+0
*
DevTools: split console evaluation into two steps: actual evaluation and result
yurys@google.com
2009-07-27
1
-0
/
+22
*
Reverting 21525.
yurys@google.com
2009-07-24
1
-23
/
+0
*
DevTools: split console evaluation into two steps: actual evaluation and resu...
yurys@google.com
2009-07-24
1
-0
/
+23
*
Fix the ConsoleLog test and enable it. It was previously disabled because Web...
dimich@google.com
2009-07-14
1
-10
/
+10
*
DevTools: added test for setting breakpoit.
yurys@google.com
2009-07-08
1
-117
/
+210
*
DevTools: merge TestSuite.Controller into TestSuite
yurys@google.com
2009-07-07
1
-58
/
+66
*
DevTools: Add global eval sanity test.
pfeldman@chromium.org
2009-07-07
1
-11
/
+10
*
DevTools: Add more sanity tests.
pfeldman@chromium.org
2009-07-07
1
-33
/
+126
*
DevTools: Console tests.
pfeldman@chromium.org
2009-07-03
1
-12
/
+97
*
DevTools: add tests that opens Scripts panel and checks that it's populated w...
yurys@google.com
2009-06-30
1
-0
/
+52
*
DevTools Profiler: add sanity test.
mnaganov@chromium.org
2009-06-26
1
-0
/
+34
*
DevTools:
yurys@google.com
2009-06-11
1
-1
/
+1
[next]