| Commit message (Expand) | Author | Age | Files | Lines |
* | This change list fix issue 3233: RTL: Wrong URL showing on Javascript pop up ... | xji@chromium.org | 2009-01-16 | 1 | -1/+4 |
* | Run ShellExecute on the file thread instead of the IO thread. ShellExecute can | darin@chromium.org | 2009-01-16 | 2 | -4/+6 |
* | Move all the SSL stuff into its own subdir | ben@chromium.org | 2009-01-16 | 18 | -55/+131 |
* | Remove timeout constants from ui_tests. All tests will now | paulg@google.com | 2009-01-16 | 9 | -36/+36 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 45 | -77/+83 |
* | Fix windows scons build. | ben@chromium.org | 2009-01-16 | 1 | -4/+4 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 53 | -119/+222 |
* | WaitableEvent is the replacement for Windows events. Previously in the code, ... | agl@chromium.org | 2009-01-15 | 16 | -39/+69 |
* | Fie. | ben@chromium.org | 2009-01-15 | 67 | -202/+7707 |
* | Part of previous move that seems to have gotten botched. | ben@chromium.org | 2009-01-15 | 14 | -0/+0 |
* | Fix for Issue 3258: Tabs created when tabstrip is compressed pending resize | ben@chromium.org | 2009-01-15 | 2 | -3/+12 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 51 | -7704/+190 |
* | Revert change 8081 because it breaks the unit tests | nsylvain@chromium.org | 2009-01-15 | 1 | -7/+4 |
* | post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache. | ericroman@google.com | 2009-01-15 | 3 | -6/+80 |
* | This test only passed if RLZTracker::InitRlz hadn't been called, | levin@chromium.org | 2009-01-15 | 1 | -4/+7 |
* | Remove non-existant files that should have been removed | paulg@google.com | 2009-01-15 | 1 | -8/+0 |
* | fix bustage | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Move password manager files into a subdir | ben@chromium.org | 2009-01-15 | 19 | -24/+51 |
* | Render maximized mode better when using nonstandard border widths. | pkasting@chromium.org | 2009-01-15 | 2 | -69/+68 |
* | Fix status bubble positioning with custom border widths by positioning the bu... | pkasting@chromium.org | 2009-01-15 | 1 | -9/+12 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 170 | -494/+649 |
* | More ui_test purify changes. | paulg@google.com | 2009-01-15 | 2 | -21/+22 |
* | When opening a new tab by pressing CTRL-T in app mode, the location bar would... | jcampan@chromium.org | 2009-01-14 | 1 | -0/+5 |
* | Build fix: altbase.h inclusion in hang_monitor | agl@chromium.org | 2009-01-14 | 1 | -0/+1 |
* | Provides the infrastructure for Browser unit tests that create a | sky@google.com | 2009-01-14 | 9 | -102/+125 |
* | Fix linux build of unittests. | levin@chromium.org | 2009-01-14 | 1 | -0/+7 |
* | Fix UrlFetcher unittest. | levin@chromium.org | 2009-01-14 | 2 | -0/+13 |
* | Temp fix for windows unit tests. | levin@chromium.org | 2009-01-14 | 1 | -2/+2 |
* | Fix the release build by including <vector> | darin@chromium.org | 2009-01-14 | 1 | -0/+1 |
* | After playing around with a modified image from Glen, I concluded that a comm... | pkasting@chromium.org | 2009-01-14 | 1 | -4/+2 |
* | Updating so that Gears can spawn file selectors when running in the renderer ... | zork@google.com | 2009-01-13 | 9 | -13/+159 |
* | Pixel perfection on tabstrip for non-Aero frame. This gets both ends of the ... | pkasting@chromium.org | 2009-01-13 | 5 | -36/+42 |
* | Remove HttpTransactionWinHttp and the --winhttp command-line | wtc@google.com | 2009-01-13 | 1 | -9/+2 |
* | Remove a std::string static constructor in the new history dom ui. | deanm@chromium.org | 2009-01-13 | 1 | -2/+2 |
* | Remove a static initializer for a TimeDelta constant. | deanm@chromium.org | 2009-01-13 | 3 | -8/+5 |
* | Remove a static initializer while reducing a bit of casting. | deanm@chromium.org | 2009-01-13 | 1 | -7/+4 |
* | Add hover cards to the recently closed windows on the new tab page. | ojan@google.com | 2009-01-13 | 1 | -10/+172 |
* | Regression for importer. Updated the code to reflect the coding standards of... | brg@chromium.com | 2009-01-13 | 3 | -228/+221 |
* | Pixel perfection on OTR icon. The tabstrip is still positioned/sized wrong r... | pkasting@chromium.org | 2009-01-13 | 2 | -40/+63 |
* | Fix layout test failures. Looks like keying the plugins based on OriginalFil... | jam@chromium.org | 2009-01-13 | 1 | -1/+2 |
* | Check if the delegate in WebContents::CanTerminate is valid | joshia@google.com | 2009-01-13 | 1 | -1/+5 |
* | On exit do not terminate renderers hosted in external tabs | joshia@google.com | 2009-01-12 | 8 | -2/+24 |
* | This CL adds a way to block resource requests in the ResourceDispatcherHost f... | jcampan@chromium.org | 2009-01-12 | 5 | -38/+435 |
* | Fixing crash in SafeBrowsingDatabaseBloom: | tommi@chromium.org | 2009-01-12 | 1 | -4/+1 |
* | Get rid of lowercasing plugin filenames in order to determine if two paths po... | jam@chromium.org | 2009-01-12 | 2 | -6/+4 |
* | Add version to list of required fields. This is required prep work for exten... | erikkay@google.com | 2009-01-12 | 3 | -1/+30 |
* | Part 3 of 'Add common words for each language, and remove forbidden words' | sidchat@google.com | 2009-01-12 | 1 | -7/+14 |
* | No user-visible change. Minor code cleanup I split out from the OTR fixes I'... | pkasting@chromium.org | 2009-01-12 | 2 | -117/+89 |
* | Add more tests to unit_tests on Linux, and some platform cleanups. | phajdan.jr@chromium.org | 2009-01-12 | 2 | -26/+32 |
* | Fixes 6007 (download shelf won't close) by moving the call to show the downlo... | mad@chromium.org | 2009-01-11 | 1 | -2/+3 |