| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting the CLD CL altogether, the reliability bot is still red. | jcampan@chromium.org | 2009-12-17 | 3 | -65/+7 |
* | Allow rewriting of URLs to be reversed in some cases, so that if the underlyi... | johnnyg@chromium.org | 2009-12-17 | 5 | -1/+58 |
* | [Mac] Pump nestable tasks while web popups are visible. | shess@chromium.org | 2009-12-16 | 2 | -12/+10 |
* | Disabling the language detection on Linux and Mac. | jcampan@chromium.org | 2009-12-16 | 1 | -0/+4 |
* | Makes the language detection happen with every page load | jcampan@chromium.org | 2009-12-16 | 3 | -7/+61 |
* | mac: totally revamp "Aw Snap" page, implement new "Learn more" link, add unit... | kuan@chromium.org | 2009-12-15 | 2 | -14/+12 |
* | Get web app icon via FavIconHelper and auto repair/update | xiyuan@chromium.org | 2009-12-11 | 2 | -6/+5 |
* | Find bar fixes: | estade@chromium.org | 2009-12-11 | 1 | -4/+8 |
* | re-apply r34183 | estade@chromium.org | 2009-12-10 | 4 | -5/+9 |
* | Fix the crashing chromeos sync tests and revert the patch that disabled them. | albertb@google.com | 2009-12-10 | 2 | -23/+4 |
* | Add command line flag and associated prefs to allow run-time enable of geoloc... | dglazkov@chromium.org | 2009-12-10 | 1 | -0/+2 |
* | Disables a handful of tests for chromeos as they're crashing. | sky@chromium.org | 2009-12-10 | 2 | -4/+23 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 8 | -101/+38 |
* | A collection of fixes allowing the chrome.experimental.popup.* set of APIs to... | twiz@google.com | 2009-12-10 | 1 | -0/+7 |
* | rollback r34183 | estade@chromium.org | 2009-12-09 | 4 | -9/+5 |
* | linux: theme scrollbars from GTK theme | estade@chromium.org | 2009-12-09 | 4 | -5/+9 |
* | Chromium: support custom WebCore context menu items in Chromium port (downstr... | pfeldman@chromium.org | 2009-12-09 | 2 | -0/+38 |
* | Fix issue 23221: accesskey is not supported on Chromium Mac. | suzhe@chromium.org | 2009-12-08 | 1 | -8/+2 |
* | Revert "Allow silent extension installations from the extensions gallery - Pa... | rafaelw@chromium.org | 2009-12-08 | 3 | -119/+9 |
* | [Mac] Pump renderer messages in web content right-click context menu. | shess@chromium.org | 2009-12-07 | 1 | -0/+6 |
* | Allow silent extension installations from the extensions gallery - Part 1. | rafaelw@chromium.org | 2009-12-07 | 3 | -9/+119 |
* | Enable remote fonts by default. This change introduces --disable-remote-fonts... | yusukes@google.com | 2009-12-04 | 1 | -1/+1 |
* | Make the default RendererPreferences smarter. | estade@chromium.org | 2009-12-04 | 4 | -10/+1 |
* | Implement "Email Link To Page" menu command. | snej@chromium.org | 2009-12-03 | 2 | -0/+13 |
* | linux: use TabContents to launch url for link in crash page | kuan@chromium.org | 2009-12-03 | 1 | -2/+2 |
* | Removed TabContentsDelegate::ShouldDisplayURLField() which is unused anywhere. | akalin@chromium.org | 2009-12-02 | 1 | -5/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Revert 33301 and 33305 due to unit_tests breakage. | maruel@chromium.org | 2009-11-30 | 1 | -1/+0 |
* | [GTTF] Reduce header dependencies in chrome. | phajdan.jr@chromium.org | 2009-11-30 | 1 | -0/+1 |
* | Plumb through site-specific quirks setting with a command line switch. | dglazkov@chromium.org | 2009-11-25 | 1 | -0/+2 |
* | Fix crash when an extension popup shows a JS alert. Showing the alert takes... | rafaelw@chromium.org | 2009-11-24 | 1 | -11/+11 |
* | Assorted cleanup. | estade@chromium.org | 2009-11-23 | 4 | -20/+9 |
* | Take 2 at moving NTP CSS resources into the NTP resource cache. | tony@chromium.org | 2009-11-23 | 1 | -0/+3 |
* | DevTools: Add UMA entry for inspect element action. | pfeldman@chromium.org | 2009-11-23 | 1 | -0/+1 |
* | When you search for something, press F3, close the box and press F3 it would ... | finnur@chromium.org | 2009-11-20 | 2 | -10/+9 |
* | Turn on HTML5 DBs by default. | dumi@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Replaced HungRendererDialog class with hung_renderer_dialog namespace. | akalin@chromium.org | 2009-11-20 | 1 | -4/+4 |
* | Make executeScript and insertCSS inject code into all frames. | tangjie@chromium.org | 2009-11-20 | 2 | -3/+6 |
* | Linux: tell webkit to permit WebDragOperationMove drags. | estade@chromium.org | 2009-11-19 | 1 | -3/+5 |
* | Move Mac to using renderer spellchecker. | estade@chromium.org | 2009-11-19 | 1 | -11/+5 |
* | Add support for ShowHtmlDialog() to Linux. This is modeled off the MacOS and... | zork@chromium.org | 2009-11-18 | 1 | -2/+5 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -3/+0 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 1 | -0/+3 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 1 | -3/+0 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 1 | -5/+5 |
* | Implement web app shortcuts natively per issue 25528 | xiyuan@chromium.org | 2009-11-17 | 3 | -119/+20 |
* | Correct a typo. | jam@chromium.org | 2009-11-17 | 1 | -1/+1 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 4 | -3/+31 |
* | Revert 31999 - Enable HTML5 DBs by default (except in incognito mode). | dumi@chromium.org | 2009-11-14 | 1 | -1/+1 |
* | Enable HTML5 DBs by default (except in incognito mode). | dumi@chromium.org | 2009-11-14 | 1 | -1/+1 |