| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing the focus manager to not subclass HWNDs (but for the top-windows).Co... | jcampan@chromium.org | 2009-06-12 | 36 | -119/+202 |
* | 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 |
* | 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 |
* | This CL fixes issue 6103 -- Individual download items on the download shelf a... | xji@chromium.org | 2009-06-12 | 1 | -27/+36 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 24 | -146/+497 |
* | This makes the network column in the task manager not display NA as network u... | jcampan@chromium.org | 2009-06-12 | 2 | -10/+3 |
* | Set a fixed guid for theme_resources. | amit@chromium.org | 2009-06-12 | 1 | -0/+1 |
* | Extract breakpad symbol files for Linux official builds. | mmoss@chromium.org | 2009-06-12 | 1 | -0/+19 |
* | GTK: Change BlockedPopupContainerView to a cairo implementation. | erg@google.com | 2009-06-12 | 1 | -42/+43 |
* | Remove most field trial uses of DNS impact test | jar@chromium.org | 2009-06-12 | 1 | -24/+14 |
* | Histogram count of number of command line arguments | jar@chromium.org | 2009-06-12 | 1 | -1/+20 |
* | Add back in log info about histogram hashes | jar@chromium.org | 2009-06-12 | 1 | -0/+8 |
* | Make the logging dir on mac write outside the bundle in debug, this makes the... | thomasvl@chromium.org | 2009-06-12 | 3 | -51/+82 |
* | Fix tab dragging test in automated UI test. | huanr@chromium.org | 2009-06-12 | 6 | -122/+312 |
* | Adds wiring for tab overview. | sky@chromium.org | 2009-06-12 | 2 | -0/+310 |
* | Updates prior to cutting over chrome.dll to gyp generation: | sgk@chromium.org | 2009-06-12 | 1 | -1/+24 |
* | Fix bustage (consistent output directory names for .rc file). | sgk@google.com | 2009-06-12 | 1 | -4/+4 |
* | Have 'browser_tests_dll' use the common chrome_dll_version.rc generated | sgk@google.com | 2009-06-12 | 1 | -52/+2 |
* | Fixing memleak found by purify. | finnur@chromium.org | 2009-06-12 | 1 | -0/+2 |
* | Allow external hosts to handle the context menu and thus be able to customize... | ananta@chromium.org | 2009-06-12 | 22 | -14/+221 |
* | Factor out the code that deals with installing external extensions through Re... | finnur@chromium.org | 2009-06-12 | 10 | -236/+583 |
* | Fix leak in my interstitial page test. | willchan@chromium.org | 2009-06-12 | 3 | -15/+2 |
* | Spaces are not URL-encoded in the Omnibar | mhm@chromium.org | 2009-06-12 | 1 | -1/+1 |
* | Oops, disable the correct test this time :) | willchan@chromium.org | 2009-06-12 | 1 | -3/+3 |
* | Disable leaky web_contents_unittest.cc interstitial test. | willchan@chromium.org | 2009-06-12 | 1 | -1/+2 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 4 | -17/+26 |
* | Add known purify test failures. | willchan@chromium.org | 2009-06-12 | 1 | -0/+13 |
* | Add a cmd-line flag to chrome to trigger the try chrome experiment | cpu@google.com | 2009-06-11 | 2 | -0/+6 |
* | Linux: Special case focus handling so that we don't tell webkit it's lost foc... | estade@chromium.org | 2009-06-11 | 6 | -17/+50 |
* | Linux: fix icon theme double free on shutdown by eliminating dupes from icon ... | estade@chromium.org | 2009-06-11 | 2 | -10/+4 |
* | Revert previous solution change because it breaks the Windows build. | brettw@google.com | 2009-06-11 | 1 | -1/+0 |
* | UI tweaks for the tab strip on linux. | sky@chromium.org | 2009-06-11 | 2 | -2/+18 |
* | Make chrome_dll dependent on the theme DLL so if you just build and run Chrome | brettw@google.com | 2009-06-11 | 1 | -0/+1 |
* | Fix a layout bug in the fonts and languages dialog where | tc@google.com | 2009-06-11 | 51 | -68/+7 |
* | Added another command line option to run the tests after profile backup. | anantha@chromium.org | 2009-06-11 | 7 | -30/+83 |
* | Change DnsMaster to only access HostResolver only on the IO thread. | ericroman@google.com | 2009-06-11 | 5 | -81/+197 |
* | Make sure view-source: is applied to RenderView when it is reused for a new | brettw@google.com | 2009-06-11 | 3 | -1/+60 |
* | Adds the ability to import the home page of the default browser. The import ... | gwilson@google.com | 2009-06-11 | 4 | -2/+12 |
* | GTK: Graphical polish on the BlockedPopupContainerView. Specifically, rounded... | erg@google.com | 2009-06-11 | 2 | -17/+69 |
* | Compile sunspider on mac and linux. | thomasvl@chromium.org | 2009-06-11 | 2 | -3/+8 |
* | GTK: shift-enter in find bar searches backwards. | estade@chromium.org | 2009-06-11 | 1 | -1/+3 |
* | Use the MessageLoopForUI::Observer interface to listen for mouse motion event... | jhawkins@chromium.org | 2009-06-11 | 2 | -34/+27 |
* | Revert "BUG=12114" | tc@google.com | 2009-06-11 | 34 | -473/+303 |
* | Enabled the v8 benchmark tests on mac/linux. | thomasvl@chromium.org | 2009-06-11 | 2 | -4/+8 |
* | BUG=12114 | rafaelw@chromium.org | 2009-06-11 | 34 | -303/+473 |
* | Enable the perf reference test. | thomasvl@chromium.org | 2009-06-11 | 1 | -2/+0 |
* | Issue 3791: SavePageTest.* is crap | idanan@chromium.org | 2009-06-11 | 1 | -14/+20 |
* | Fix memory leak in ExtensionsService when skipping loaded | aa@chromium.org | 2009-06-11 | 1 | -8/+6 |