| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 1 | -42/+6 |
* | Fix a bug of unnecessary "Confirm form resubmission" dialog. | tkent@chromium.org | 2010-01-08 | 2 | -0/+58 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 2 | -7/+6 |
* | Revert 35735 - Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 4 | -177/+8 |
* | Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 4 | -8/+177 |
* | Only calculate the GTK scrollbar colors once and then update all RenderPrefer... | erg@google.com | 2010-01-07 | 2 | -8/+10 |
* | GTK: Use page and app menu models. | estade@chromium.org | 2010-01-07 | 2 | -3/+3 |
* | Forbid reloading the Inspector window. | apavlov@chromium.org | 2009-12-25 | 2 | -2/+11 |
* | Check permissions for chrome.tabs.executeScript() in the | aa@chromium.org | 2009-12-22 | 2 | -3/+6 |
* | Make View Source and Search Web For inherit group properly. Original patch b... | pkasting@chromium.org | 2009-12-21 | 2 | -7/+5 |
* | Re-land http://codereview.chromium.org/507022. | suzhe@chromium.org | 2009-12-21 | 2 | -34/+40 |
* | Fix a number of issues with extension disable-on-update: | mpcomplete@chromium.org | 2009-12-18 | 1 | -1/+4 |
* | Revert 34954 - Fix issue 11258: Linux: gracefully handle small browser window | rsesek@chromium.org | 2009-12-18 | 2 | -40/+34 |
* | Fix issue 11258: Linux: gracefully handle small browser window | suzhe@chromium.org | 2009-12-18 | 2 | -34/+40 |
* | I initialized this new field in one constructor but not in the other one, whi... | johnnyg@chromium.org | 2009-12-17 | 1 | -0/+1 |
* | 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 |