| Commit message (Expand) | Author | Age | Files | Lines |
* | Add favicons to Mac bookmark bar. | jrg@chromium.org | 2009-06-13 | 6 | -7/+244 |
* | Make findbar paint themed image. | estade@chromium.org | 2009-06-13 | 5 | -29/+81 |
* | Restores an early return that was incorrectly removed in the PasswordStore re... | stuartmorgan@chromium.org | 2009-06-13 | 1 | -0/+4 |
* | Create a basic test case for the common usage of BlockedPopupContainer. | erg@google.com | 2009-06-13 | 4 | -1/+116 |
* | Fix reversed focus traversal order issue. | yutak@chromium.org | 2009-06-12 | 7 | -95/+115 |
* | Fix a bug where both restore and maximize buttons were showing after | tc@google.com | 2009-06-12 | 1 | -1/+1 |
* | Mark a test a expected fail which has been failing in debug mode for a while. | ericroman@google.com | 2009-06-12 | 1 | -0/+4 |
* | Back out the building of LoginDatabase due to Windows bustage. | stuartmorgan@chromium.org | 2009-06-12 | 1 | -5/+0 |
* | Disabling failing test on mac. | bradnelson@google.com | 2009-06-12 | 1 | -1/+2 |
* | Copy login-related section of WebDatabase into a new class for use in Passwor... | stuartmorgan@chromium.org | 2009-06-12 | 6 | -0/+739 |
* | Add expected failure for "dns-prefetch-control.html" which has been flaky on ... | ericroman@google.com | 2009-06-12 | 1 | -1/+1 |
* | Refactor the titlebar code into its own class because it's getting big | tc@google.com | 2009-06-12 | 8 | -279/+389 |
* | Use a bool instead of disconnecting/reconnecting the changed | tc@google.com | 2009-06-12 | 2 | -11/+11 |
* | Google Gears should be renamed to Gears | mhm@chromium.org | 2009-06-12 | 3 | -4/+4 |
* | Add configuration items for unit_tests.exe (not fully gyp converted yet): | sgk@chromium.org | 2009-06-12 | 1 | -6/+36 |
* | Adding back in o3dextras build. | bradnelson@google.com | 2009-06-12 | 2 | -0/+33 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 25 | -60/+282 |
* | Tweaks to the try chrome toast | cpu@google.com | 2009-06-12 | 2 | -5/+24 |
* | Upstream V8Helpers | japhet@chromium.org | 2009-06-12 | 6 | -108/+27 |
* | Fix themed toolbar drawing following tabstrip changes. | estade@chromium.org | 2009-06-12 | 7 | -13/+46 |
* | Handle file descriptor exhaustions a little more gracefully. This prevents th... | stuartmorgan@chromium.org | 2009-06-12 | 2 | -3/+12 |
* | Mark two media layout tests as crash | hclam@chromium.org | 2009-06-12 | 1 | -1/+4 |
* | Verify signed .crx extension installations | rafaelw@chromium.org | 2009-06-12 | 37 | -301/+473 |
* | Remove the Menu object, converting all the remaining callers to use Menu2. I'... | ben@chromium.org | 2009-06-12 | 24 | -248/+342 |
* | Disblae some media layout tests | hclam@chromium.org | 2009-06-12 | 1 | -6/+23 |
* | Webkit Update 44622:44626 | ericroman@google.com | 2009-06-12 | 1 | -1/+1 |
* | DEPS cleanup. | thestig@chromium.org | 2009-06-12 | 6 | -17/+1 |
* | Add headers missing in r18291. | thestig@chromium.org | 2009-06-12 | 1 | -0/+1 |
* | Make 'theme_dll' a loadable_module, not a shared_library, so dependent | sgk@google.com | 2009-06-12 | 1 | -1/+1 |
* | WebKit Update 44597:44622 | ericroman@google.com | 2009-06-12 | 6 | -19/+1 |
* | Revert thakis's changes to download_file.cc from r17595. | estade@chromium.org | 2009-06-12 | 1 | -15/+8 |
* | Included text/css content type into list of the supported non image files. | abarth@chromium.org | 2009-06-12 | 3 | -5/+14 |
* | Add resources necessary for building chrome.exe via gyp-generated files. | sgk@chromium.org | 2009-06-12 | 1 | -0/+50 |
* | Use pointers instead of references in SpellCheck function. | sidchat@google.com | 2009-06-12 | 4 | -10/+10 |
* | Cleanups from post-submit suggestions. | mmoss@chromium.org | 2009-06-12 | 3 | -11/+12 |
* | Change some DCHECKs to CHECKs in hope of tracking down a crash. | pkasting@chromium.org | 2009-06-12 | 1 | -2/+2 |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 46 | -163/+275 |
* | Fix the bitmap class to zero out memory when it's allocated to avoid garbage ... | crogers@google.com | 2009-06-12 | 1 | -1/+5 |
* | Revert r18298 (cut over chrome.dll to gyp generation). | sgk@google.com | 2009-06-12 | 1 | -0/+1 |
* | Convert chrome.dll over to gyp generation. | sgk@google.com | 2009-06-12 | 1 | -1/+0 |
* | Enable a bunch of layout tests for <audio> and <video> | hclam@chromium.org | 2009-06-12 | 1 | -3/+76 |
* | Fix object ownership and cleanup issues between ExtensionHost and ExtensionVi... | erikkay@google.com | 2009-06-12 | 2 | -3/+9 |
* | Changing DelayLoadDLLs from string to list | hclam@chromium.org | 2009-06-12 | 1 | -1/+14 |
* | Change delayload attribute from string to list in gyp files | hclam@chromium.org | 2009-06-12 | 2 | -2/+10 |
* | Add myself as a watcher for Mac files. | jrg@chromium.org | 2009-06-12 | 1 | -0/+1 |
* | This CL fixes issue 6103 -- Individual download items on the download shelf a... | xji@chromium.org | 2009-06-12 | 2 | -27/+49 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 38 | -1220/+743 |
* | This makes the network column in the task manager not display NA as network u... | jcampan@chromium.org | 2009-06-12 | 2 | -10/+3 |
* | Http Cache: First pass of byte-range requests support. | rvargas@google.com | 2009-06-12 | 7 | -64/+647 |
* | Set a fixed guid for theme_resources. | amit@chromium.org | 2009-06-12 | 1 | -0/+1 |