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
/
chrome
/
browser
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: Implement raw cookies access for inspector.
pfeldman@chromium.org
2009-10-29
1
-24
/
+27
*
DevTools: Webkit merge broke DevToolsSanityTest.TestEnableResourcesTab
pfeldman@chromium.org
2009-10-29
1
-1
/
+1
*
Disable DevToolsSanityTest.TestEnableResourcesTab after WebKit roll broke it.
jorlow@chromium.org
2009-10-29
1
-1
/
+1
*
DevTools: fix and enable DevToolsExtensionDebugTest.TestContentScriptIsPresent.
yurys@google.com
2009-10-27
1
-6
/
+63
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
3
-15
/
+15
*
Revert 29635 - DevTools: fix and enable TestContentScriptIsPresent
nsylvain@chromium.org
2009-10-21
1
-1
/
+1
*
DevTools: fix and enable TestContentScriptIsPresent
yurys@google.com
2009-10-21
1
-1
/
+1
*
DevTools: temporarily disable TestContentScriptIsPresent
yurys@google.com
2009-10-21
1
-1
/
+1
*
DevTools: test that content scripts are visible in the debugger scripts list
yurys@google.com
2009-10-21
1
-0
/
+67
*
DevTools: enable DevToolsSanityTest.TestCompletionOnPause that failed because...
yurys@google.com
2009-10-15
1
-1
/
+1
*
More style nits.
erg@google.com
2009-10-14
1
-1
/
+1
*
DevTools: temporarily disable completion test which fails on Linux
yurys@google.com
2009-10-14
1
-1
/
+1
*
DevTools: support autocompletion when script is paused
yurys@google.com
2009-10-14
1
-0
/
+6
*
Header dependency cleanup in chrome/
phajdan.jr@chromium.org
2009-10-12
1
-0
/
+1
*
DevTools: fix and reenable TestDebugIntrinsicProperties
yurys@google.com
2009-10-08
1
-1
/
+1
*
DevTools: enable TestProfilerTab back, as fix has been rolled in V8.
mnaganov@chromium.org
2009-10-07
1
-3
/
+1
*
DevTools: temporarily disable failing test
yurys@google.com
2009-10-07
1
-1
/
+1
*
DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2...
yurys@google.com
2009-10-07
1
-0
/
+8
*
Coverity: Assert that socket() returned a successful value.
jhawkins@chromium.org
2009-10-06
1
-0
/
+1
*
DevTools: disable TestProfilerTab test due to flakiness.
mnaganov@chromium.org
2009-10-06
1
-1
/
+3
*
DevTools: bring devtools tests back.
pfeldman@chromium.org
2009-10-06
1
-17
/
+17
*
Disable a Dev Tools test that got missed.
pkasting@chromium.org
2009-10-05
1
-1
/
+1
*
Temporarily disable the dev tools unit tests. They were broken by the webkit...
jparent@chromium.org
2009-10-05
1
-16
/
+16
*
DevTools: test that scopes can be epxanded
yurys@google.com
2009-10-02
1
-0
/
+7
*
DevTools: reenable step-out test as issues causing its failure on linux was f...
yurys@google.com
2009-10-02
1
-1
/
+1
*
Add some debugging junk to ExtensionMessageService to track down a crash.
mpcomplete@chromium.org
2009-10-01
2
-1
/
+9
*
Coverity: Initialize lock_, semaphore_, and test_socket_ in the constructor.
jhawkins@chromium.org
2009-10-01
1
-2
/
+5
*
DevTools: temorarily disable TestStepOut as it fails on Linux
yurys@google.com
2009-09-30
1
-1
/
+1
*
DevTools: add tests for step over/out/in
yurys@google.com
2009-09-30
1
-0
/
+17
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
1
-2
/
+1
*
Allow the initial size of TabContentViews to be based on the
tony@chromium.org
2009-09-25
1
-1
/
+2
*
Coverity: Initialize remaining_payload_length_ in the constructor.
jhawkins@chromium.org
2009-09-24
1
-0
/
+1
*
DevTools: autoresume execution on parse errors.
yurys@google.com
2009-09-24
1
-0
/
+9
*
Reverting 27062 since "DevTools: repair on linux and reenable breakpoint test...
yurys@google.com
2009-09-24
1
-2
/
+2
*
Revert "DevTools: repair on linux and reenable breakpoint tests" revision 27060.
maruel@chromium.org
2009-09-24
1
-2
/
+2
*
DevTools: repair on linux and reenable breakpoint tests
yurys@google.com
2009-09-24
1
-2
/
+2
*
DevTools: temporarily disable breakpoint tests
yurys@google.com
2009-09-23
1
-2
/
+2
*
DevTools: added a new test for console evaluation on call frame.
yurys@google.com
2009-09-23
1
-5
/
+5
*
DevTools: Add more console tests.
pfeldman@chromium.org
2009-09-23
1
-5
/
+3
*
Temporarily disable some devtools interactive tests.
paul@chromium.org
2009-09-21
1
-2
/
+2
*
DevTools: don't duplicate eval scripts on each panel switch.
yurys@google.com
2009-09-18
1
-0
/
+6
*
DevTools: temporary disable TestConsoleLog and TestEvalGlobal that would fail...
yurys@google.com
2009-09-17
1
-2
/
+2
*
DevTools: A quick fix to enable interactive_ui_tests.
mnaganov@chromium.org
2009-09-09
1
-10
/
+10
*
Disable interactive_ui_tests failing as of WebKit merge 48098:48155 due to up...
japhet@chromium.org
2009-09-08
1
-10
/
+10
*
DevTools: fix flakiness of DevToolsSanityTest/TestProfilerTab.
mnaganov@chromium.org
2009-09-08
1
-2
/
+1
*
DevTools: re-enable some devtools interactive ui tests that started to fail a...
yurys@google.com
2009-09-05
1
-4
/
+4
*
Reverting 25574.
yurys@google.com
2009-09-05
1
-4
/
+4
*
DevTools: re-enable some devtools interactive ui tests that started to fail a...
yurys@google.com
2009-09-05
1
-4
/
+4
*
Disable interactive_ui_tests::TestProfilerTab for now.
mnaganov@chromium.org
2009-09-04
1
-1
/
+2
*
DevTools: disable 4 sanity tests during deps roll.
victorw@chromium.org
2009-09-04
1
-4
/
+4
[next]