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
/
devtools_sanity_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
WebKit roll 100904:100924
steveblock@chromium.org
2011-11-21
1
-1
/
+1
*
Enforce that most content messages files can't be included by chrome.
jam@chromium.org
2011-11-19
1
-3
/
+2
*
Mark DevToolsSanityTest.TestReattachAfterCrash flaky on Linux.
joi@chromium.org
2011-11-09
1
-0
/
+4
*
DevTools: reattach to crashed inspected page when it reloads
yurys@chromium.org
2011-11-09
1
-0
/
+18
*
Refactor loading out of ExtensionService.
yoz@chromium.org
2011-11-02
1
-1
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Removing dedicated worker-related IPC codei (first round).
dslomov@chromium.org
2011-10-27
1
-2
/
+1
*
Mark WorkerDevToolsSanityTest.PauseInSharedWorkerInitialization flaky on Wind...
vandebo@chromium.org
2011-10-26
1
-1
/
+3
*
base::Bind: Convert chrome/browser/debugger.
jhawkins@chromium.org
2011-10-22
1
-4
/
+7
*
When WorkerProcessHost receives WorkerHostMsg_WorkerContextDestroyed message ...
yurys@chromium.org
2011-10-21
1
-3
/
+3
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-4
/
+5
*
Move content_browser_client.h to public, and while at it, move
joi@chromium.org
2011-10-19
1
-2
/
+2
*
Remove FLAKY modifier from WorkerDevToolsSanityTest.PauseInSharedWorkerInitia...
yurys@chromium.org
2011-10-19
1
-1
/
+1
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-13
/
+14
*
Enable DevTools tests for debugger pause functionality
yurys@chromium.org
2011-10-17
1
-5
/
+2
*
Mark PauseInSharedWorkerInitialization as flaky
yurys@chromium.org
2011-10-17
1
-1
/
+1
*
Enable WorkerDevToolsSanityTest.InspectSharedWorker
yurys@chromium.org
2011-10-17
1
-1
/
+6
*
Disable WorkerDevToolsSanityTest.PauseInSharedWorkerInitialization on Mac OS X
yurys@chromium.org
2011-10-17
1
-1
/
+8
*
DevTools: test that debugger can be paused in shared worker initialization code
yurys@chromium.org
2011-10-17
1
-2
/
+78
*
DevTools: support shared worker initialization debugger
yurys@chromium.org
2011-10-12
1
-17
/
+36
*
DevTools: don't send Detach followed by Attach message on navigation if inspe...
yurys@chromium.org
2011-09-28
1
-0
/
+7
*
Revert 99124: Revert 99099 Fix up more WaitForNavigation calls.
gbillock@chromium.org
2011-09-12
1
-3
/
+3
*
DevTools: introduce WorkderDevToolsAgentHost
yurys@chromium.org
2011-09-08
1
-6
/
+8
*
Revert 99099 (TaskManagerBrowserTest.NoticeHostedAppTabs started failing,
thakis@chromium.org
2011-09-01
1
-3
/
+3
*
Fix up more WaitForNavigation calls. Almost all fixed now.
gbillock@chromium.org
2011-09-01
1
-3
/
+3
*
Update WebKit to r93846.
pkasting@chromium.org
2011-08-26
1
-6
/
+5
*
WebKit roll 93765:93781.
podivilov@chromium.org
2011-08-25
1
-5
/
+6
*
Get rid of devtools_window.h and profile_manager.h dependencies in content/br...
yurys@chromium.org
2011-08-02
1
-23
/
+37
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-2
/
+2
*
Disable TestPauseWhenLoadingDevTools and TestPauseWhenScriptIsRunning.
sergeyu@chromium.org
2011-07-28
1
-2
/
+4
*
Revert 94059 (test still breaks) - Enable WorkerDevToolsSanityTest.InspectSha...
willchan@chromium.org
2011-07-26
1
-1
/
+2
*
Enable WorkerDevToolsSanityTest.InspectSharedWorker
yurys@chromium.org
2011-07-26
1
-2
/
+1
*
DevTools: use standard test utilities instead of custom ones where possible
yurys@chromium.org
2011-07-25
1
-30
/
+7
*
Disable InspectSharedWorker.
thakis@chromium.org
2011-07-24
1
-2
/
+2
*
Setting the InspectSharedWorker interactive test as flaky for all platforms.
leandrogracia@chromium.org
2011-07-22
1
-6
/
+1
*
Extending the flaky test flag for the InspectSharedWorker interactive test to...
leandrogracia@chromium.org
2011-07-22
1
-1
/
+1
*
Setting the InspectSharedWorker interactive test as flaky.
leandrogracia@chromium.org
2011-07-22
1
-1
/
+7
*
Ensures history tab displays a throbber when searching.
beaudoin@chromium.org
2011-07-21
1
-1
/
+1
*
Enable WorkerDevToolsSanityTest.InspectSharedWorker
yurys@chromium.org
2011-07-21
1
-2
/
+1
*
DevTools: bulk move of legacy protocol back to chrome/.
pfeldman@chromium.org
2011-07-20
1
-0
/
+443
*
Wholesale move of debugger sources to content.
joi@chromium.org
2011-06-29
1
-329
/
+0
*
WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=62977
dslomov@chromium.org
2011-06-21
1
-0
/
+14
*
Mark DevToolsSanityTest.TestPauseWhenLoadingDevTools as FLAKY
asargent@chromium.org
2011-06-13
1
-1
/
+2
*
Mark DevToolsSanityTest.TestPauseWhenScriptIsRunning as flaky.
ericu@google.com
2011-06-10
1
-1
/
+1
*
Enable DevTools network size/timing/headers tests.
vsevik@chromium.org
2011-05-20
1
-0
/
+23
*
iwyu: Include stringprintf.h where appropriate, part 3.
jhawkins@chromium.org
2011-05-12
1
-3
/
+3
*
Remove old Heap Profiler interactive test.
mnaganov@chromium.org
2011-05-05
1
-6
/
+0
*
Revert 82858 - Added network panel timing, size and raw headers text tests fo...
jar@chromium.org
2011-04-26
1
-25
/
+0
*
Added network panel timing, size and raw headers text tests for DevTools
vsevik@chromium.org
2011-04-25
1
-0
/
+25
*
Enable devtools test (fixed upstream)
podivilov@chromium.org
2011-03-10
1
-2
/
+1
[next]