| Commit message (Expand) | Author | Age | Files | Lines |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -1/+3 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | DevTools: restore remote rebugging after upstream breakage. | pfeldman@chromium.org | 2010-07-28 | 1 | -7/+1 |
* | DevTools: Inspect Element doesn't select element in the Elements Panel when t... | pfeldman@chromium.org | 2010-07-28 | 1 | -1/+3 |
* | Disable DevToolsSanityTest.TestPauseWhenScriptIsRunning which fails on linux. | victorw@chromium.org | 2010-07-27 | 1 | -1/+4 |
* | DevTools: close remote debugging connection on IO thread when inspected tab c... | pfeldman@chromium.org | 2010-07-27 | 1 | -1/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 16 | -0/+16 |
* | Make IsPopup a const function per brett. | xiyuan@chromium.org | 2010-07-26 | 1 | -1/+0 |
* | DevTools: implement basic handshake for remote debugging. | pfeldman@chromium.org | 2010-07-26 | 2 | -73/+260 |
* | Add "Inspect Element" shortcut to browser tabs. | apavlov@chromium.org | 2010-07-16 | 5 | -36/+75 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Marking DevToolsSanityTest.TestResourceContentLength flaky | tyoshino@chromium.org | 2010-07-15 | 1 | -1/+1 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Clean up Chromium code to follow message loop reentrancy fix in WebKit (https... | apavlov@chromium.org | 2010-07-09 | 1 | -0/+3 |
* | Mark two tests flaky. | evan@chromium.org | 2010-07-08 | 1 | -1/+3 |
* | DevTools: follow up to r51661 (64bit build fix). | pfeldman@chromium.org | 2010-07-06 | 1 | -2/+2 |
* | DevTools: add stub for HTTP-based remote debugger interface. | pfeldman@chromium.org | 2010-07-06 | 4 | -15/+351 |
* | Brushed up listen socket: | pfeldman@chromium.org | 2010-07-05 | 7 | -86/+39 |
* | Check that BrowserProcess still exists before accessing its methods from DevT... | yurys@chromium.org | 2010-07-01 | 1 | -0/+4 |
* | Attempt 2 at Moving Browser::AddTypes to TabStripModel. The first | sky@chromium.org | 2010-06-28 | 1 | -1/+2 |
* | Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -2/+1 |
* | Moves Browser::AddTypes to TabStripModel. This patch is primarily | sky@chromium.org | 2010-06-24 | 1 | -1/+2 |
* | Mac/clang: First pass over unit_tests | thakis@chromium.org | 2010-06-23 | 1 | -1/+2 |
* | Add test for Heap profiler. | mnaganov@chromium.org | 2010-06-23 | 1 | -0/+6 |
* | Fix files with svn:executable permissions. | thestig@chromium.org | 2010-06-23 | 3 | -0/+0 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | FAILS tests should not turn the bot red. | vandebo@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Add dependency on libevent where required. | phajdan.jr@chromium.org | 2010-06-12 | 1 | -6/+0 |
* | Build fix: Remove a duplicate MAYBE_ define. | jhawkins@chromium.org | 2010-06-11 | 1 | -7/+0 |
* | TTF: Re-enable DevToolsSanityTest.TestResouceContentLength and mark it as | jhawkins@chromium.org | 2010-06-11 | 1 | -2/+8 |
* | DevTools: enable and mark step in/out/over tests as flaky. I cannot see them ... | yurys@chromium.org | 2010-06-11 | 1 | -9/+12 |
* | Update V8 to version 2.2.16. | whesse@chromium.org | 2010-06-11 | 1 | -0/+5 |
* | Disable DevToolsSanityTest.TestStepIn/Over/Out on Linux. | dimich@chromium.org | 2010-06-10 | 1 | -7/+10 |
* | Inspector settings are now cleared before testScriptsTabIsPopulatedOnInspecte... | yurys@chromium.org | 2010-06-07 | 1 | -8/+2 |
* | Fixing AutoReset to be a template. | gspencer@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | DevTools: inspector settings are now serialized into map, not a string | pfeldman@chromium.org | 2010-06-01 | 1 | -3/+7 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-27 | 1 | -2/+2 |
* | DevTools: implement WebDevToolsAgentClient::WebKitClientMessageLoop. Also mak... | yurys@chromium.org | 2010-05-27 | 2 | -16/+8 |
* | Disable TestStepOut and TestStepIn on win because they timeout. | tonyg@chromium.org | 2010-05-26 | 1 | -4/+10 |
* | DevToolsSanityTest.TestStepOver needs to be disabled (not just marked FLAKY) | tonyg@chromium.org | 2010-05-26 | 1 | -2/+2 |
* | Mark tests as flaky based on recent buildbot runs. | pam@chromium.org | 2010-05-26 | 1 | -7/+11 |
* | Revert "Another dependency the bbot missed!!!" | rafaelw@chromium.org | 2010-05-26 | 1 | -2/+2 |
* | Enable warning 4389 as an error on windows builds. This will make | mbelshe@chromium.org | 2010-05-25 | 1 | -2/+2 |
* | Marking DevToolsSanityTest.TestStepOut as flaky on Linux too. | robertshield@chromium.org | 2010-05-20 | 1 | -1/+1 |
* | Mark DevToolsSanityTest.TestStepOut as flaky on Chrome OS. | robertshield@chromium.org | 2010-05-19 | 1 | -1/+9 |
* | Temporarily disable DevToolsSanityTest.TestResourceContentLength | yurys@chromium.org | 2010-05-14 | 1 | -1/+2 |