| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: remove resources panel tests since it is going aways upstream. | pfeldman@chromium.org | 2010-10-29 | 1 | -16/+0 |
* | Marked DevToolsSanityTest.TestProfilerTab as flaky. | avayvod@chromium.org | 2010-10-29 | 1 | -1/+1 |
* | Update a bunch of FLAKY_ tests to match current reality | stuartmorgan@chromium.org | 2010-10-28 | 1 | -2/+1 |
* | Fix typo in DevToolsManager | markusheintz@chromium.org | 2010-10-25 | 2 | -6/+6 |
* | Add policy to disable Developer-Tools. | markusheintz@chromium.org | 2010-10-22 | 2 | -0/+16 |
* | Part 2 of extension event refactor. | mpcomplete@chromium.org | 2010-10-21 | 2 | -3/+3 |
* | Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*. | pkasting@chromium.org | 2010-10-21 | 1 | -17/+16 |
* | Revert 63081 (breaks devtools) - Use scoped_refptr for refcounted parameters ... | willchan@chromium.org | 2010-10-20 | 1 | -4/+4 |
* | Use scoped_refptr for refcounted parameters in devtools. | willchan@chromium.org | 2010-10-19 | 1 | -4/+4 |
* | Disable TestEnableResourcesTab. | levin@chromium.org | 2010-10-19 | 1 | -1/+8 |
* | FBTF: Monster ctor patch after changing heuristics in clang plugin. | erg@google.com | 2010-10-18 | 1 | -0/+1 |
* | FBTF: More ctor/dtor cleanup. | erg@google.com | 2010-10-14 | 1 | -0/+1 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part19: | tfarina@chromium.org | 2010-10-12 | 2 | -2/+2 |
* | Switch to inspected page tab when opening DevTools in docked mode. | caseq@google.com | 2010-10-09 | 2 | -11/+26 |
* | Rename ChromeThread to BrowserThread Part9: | tfarina@chromium.org | 2010-10-09 | 4 | -41/+42 |
* | Revert 61899 for breaking cookes on file:// URLs. | willchan@chromium.org | 2010-10-08 | 1 | -4/+4 |
* | FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: . | erg@google.com | 2010-10-08 | 1 | -1/+1 |
* | Moved common DevTools detach/closure logic to DevToolsManager::UnbindClientHost | caseq@google.com | 2010-10-08 | 1 | -18/+14 |
* | Fix instances of passing raw pointers to RefCounted objects in tasks. | willchan@chromium.org | 2010-10-08 | 1 | -4/+4 |
* | Added support for raw headers. | caseq@google.com | 2010-10-06 | 4 | -1/+209 |
* | Pass inspected tab id to DevTools front-end | caseq@google.com | 2010-10-06 | 1 | -0/+4 |
* | Move TestTimeouts from chrome/test to base/test. | sergeyu@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Adds RenderViewHost::ExecuteJavascriptInWebFrameNotifyResult which | sky@chromium.org | 2010-10-05 | 1 | -4/+2 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 4 | -14/+34 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 4 | -34/+14 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 4 | -14/+34 |
* | GTTF: use chrome/test/test_timeouts in more places. | phajdan.jr@chromium.org | 2010-09-30 | 1 | -9/+9 |
* | Moves TabStripModelObserver/Delegate into their own headers. | sky@chromium.org | 2010-09-16 | 1 | -0/+1 |
* | Fix SessionStorage | jorlow@chromium.org | 2010-09-14 | 1 | -1/+2 |
* | DevTools: enable two sanity tests (fixed upstream) | podivilov@chromium.org | 2010-09-10 | 1 | -8/+2 |
* | DevTools: delete TestStoragePanel which has been superseded by storage-panel-... | yurys@chromium.org | 2010-09-08 | 1 | -5/+0 |
* | DevTools: delete TestAutocontinueOnSyntaxError test which has been superseded... | yurys@chromium.org | 2010-09-08 | 1 | -8/+0 |
* | DevTools: delete DevToolsSanityTest.TestMessageLoopReentrant which is superse... | yurys@chromium.org | 2010-09-07 | 1 | -5/+0 |
* | DevTools: delete DevToolsSanityTest.TestExpandScope which was converted into ... | yurys@chromium.org | 2010-09-06 | 1 | -9/+0 |
* | DevTools: delete two debugger tests which was moved upstream | podivilov@chromium.org | 2010-09-06 | 1 | -24/+0 |
* | Failed on Builder Interactive Tests (dbg) | ukai@chromium.org | 2010-09-06 | 1 | -6/+6 |
* | WebKit Roll 66724 -> 66804 | ukai@chromium.org | 2010-09-06 | 1 | -3/+21 |
* | TBR: enable SetBreakpoint test (fixed upstream) | podivilov@chromium.org | 2010-08-30 | 1 | -2/+1 |
* | Mark interactive test as FAILS because it's failing on the | dmazzoni@chromium.org | 2010-08-28 | 1 | -1/+2 |
* | Disable one more test for WebKit roll 65992:66033 | yuzo@chromium.org | 2010-08-26 | 1 | -1/+3 |
* | Add bug URL (53406) comments for tests disabled for the bug. | yuzo@chromium.org | 2010-08-26 | 1 | -0/+3 |
* | Second try for DevTools sanity tests start failing after rolling WebKit from ... | yuzo@chromium.org | 2010-08-26 | 1 | -3/+4 |
* | DevTools sanity tests start failing after rolling WebKit from 65992 to 66033 | yuzo@chromium.org | 2010-08-26 | 1 | -3/+3 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 2 | -2/+2 |
* | Move theme files in chrome/browser/ into a themes/ subdir. | evan@chromium.org | 2010-08-25 | 1 | -1/+1 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 2 | -0/+2 |
* | Relanding a previous CL (I fixed the ChromeOS build): | jcivelli@chromium.org | 2010-08-23 | 1 | -0/+1 |
* | Revert 57094 - Making window.focus()/blur() work only when there is a user ge... | jcivelli@chromium.org | 2010-08-23 | 1 | -1/+0 |
* | Making window.focus()/blur() work only when there is a user gesture. | jcivelli@chromium.org | 2010-08-23 | 1 | -0/+1 |