| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the Windows build. | brettw@chromium.org | 2010-08-03 | 1 | -7/+11 |
* | remove debug breaker when gpu process is enabled | jiesun@google.com | 2010-08-03 | 1 | -0/+3 |
* | Remove Value/StringValue's ...UTF16() methods in favour of overloading. | viettrungluu@chromium.org | 2010-08-03 | 6 | -11/+11 |
* | Fix the Windows build again. | brettw@chromium.org | 2010-08-03 | 2 | -3/+8 |
* | Fix the Windows build. | brettw@chromium.org | 2010-08-03 | 2 | -5/+7 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 4 | -8/+13 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 105 | -5/+108 |
* | Fix DownloadTest.NewWindow | bauerb@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Only close a newly opened download tab if there's more than one tab. | bauerb@chromium.org | 2010-08-03 | 6 | -10/+33 |
* | Landing http://codereview.chromium.org/3032043/show for Denis (dilmah). | avayvod@chromium.org | 2010-08-03 | 6 | -98/+179 |
* | DevTools: fix remote debugging dispatch, provide encoding in the main connect... | pfeldman@chromium.org | 2010-08-03 | 1 | -4/+2 |
* | DevTools: re-enable pause test. | pfeldman@chromium.org | 2010-08-03 | 1 | -2/+1 |
* | Add the definition of the webRequest and webNavigation APIs. | jochen@chromium.org | 2010-08-03 | 2 | -0/+28 |
* | DevTools: Get rid of DevTools RPC. | pfeldman@chromium.org | 2010-08-03 | 6 | -54/+17 |
* | Add "Load all plugins on this page" button to blocked plugins bubble if click... | bauerb@chromium.org | 2010-08-03 | 13 | -7/+189 |
* | Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo. | bauerb@chromium.org | 2010-08-03 | 4 | -40/+30 |
* | [linux] Hook up crash reporter initialization with configuration management. | mnissler@chromium.org | 2010-08-03 | 2 | -24/+28 |
* | Shutdown the notification UI manager before the notifications service, as the... | johnnyg@chromium.org | 2010-08-03 | 1 | -0/+3 |
* | Don't launch the IME on the login screen unless needed. | zork@chromium.org | 2010-08-03 | 6 | -26/+87 |
* | Add missing "number of suggestions" configuration item in Mozc DOMUI | satorux@chromium.org | 2010-08-03 | 4 | -9/+35 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 17 | -61/+60 |
* | Fix two bugs caused by scheme stripping: | pkasting@chromium.org | 2010-08-03 | 1 | -2/+4 |
* | Revert 54643 - Fix --kiosk to work regardless of the startup pref setting or ... | pkasting@chromium.org | 2010-08-03 | 3 | -23/+15 |
* | Implement import data overlay | sargrass@google.com | 2010-08-03 | 4 | -19/+160 |
* | [GTK] compile fix, try2 | estade@chromium.org | 2010-08-03 | 1 | -4/+4 |
* | [GTK] Remove reference to obsolete constant. | estade@chromium.org | 2010-08-03 | 1 | -13/+2 |
* | UI changes to sync dialogs to improve formatting and font sizes. | tim@chromium.org | 2010-08-03 | 3 | -74/+86 |
* | Pass value of enable-accelerated-compositing runtime flag down to the renderer. | vangelis@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Fix a number of problems caused by the AutocompleteController purposefully co... | pkasting@chromium.org | 2010-08-03 | 5 | -20/+43 |
* | [GTK] fix up spacing in upper chrome. | estade@chromium.org | 2010-08-03 | 9 | -82/+60 |
* | When picking a filename to save, check whether the user's extension is regist... | pkasting@chromium.org | 2010-08-03 | 2 | -93/+42 |
* | Fix --kiosk to work regardless of the startup pref setting or supplied URLs. | pkasting@chromium.org | 2010-08-03 | 3 | -15/+23 |
* | Use the blue style for the save password info bar. | tfarina@chromium.org | 2010-08-02 | 1 | -11/+13 |
* | Fix for RenewAuthToken crash. Extend life of AuthWatcher. | chron@chromium.org | 2010-08-02 | 1 | -1/+9 |
* | Fixes a crash seen on chrome frame reliability test runs. We need to validate... | ananta@chromium.org | 2010-08-02 | 1 | -4/+6 |
* | Make sure we fully remove child context menu items when deleting a parent. | asargent@chromium.org | 2010-08-02 | 3 | -20/+91 |
* | Win: Don't give some downloads duplicate extensions like .arj.arj | thakis@chromium.org | 2010-08-02 | 2 | -2/+29 |
* | enable apps by default | erikkay@chromium.org | 2010-08-02 | 9 | -28/+7 |
* | Return an error code to extensions requesting a resource that requires basic | mpcomplete@chromium.org | 2010-08-02 | 1 | -1/+4 |
* | Fix wrong use of substr in autofill fix for bug 49172 | inferno@chromium.org | 2010-08-02 | 1 | -1/+1 |
* | Address a TODO: use HostPortPair rather than a naked host string. | eroman@chromium.org | 2010-08-02 | 1 | -8/+4 |
* | Refactor cros_in_process_browser_test to separate the mock initialization. | chaitanyag@chromium.org | 2010-08-02 | 11 | -387/+549 |
* | Fixes bug where border highlight was drawn wrong for | sky@chromium.org | 2010-08-02 | 1 | -3/+8 |
* | When dropping a tab torn from a maximized window, inherit the restored size a... | pkasting@chromium.org | 2010-08-02 | 9 | -30/+17 |
* | Display an infobar after enrolling a client certificate | davidben@chromium.org | 2010-08-02 | 9 | -60/+317 |
* | Fixes a crash seen on chrome frame reliability test runs. The crash occurs wh... | ananta@chromium.org | 2010-08-02 | 2 | -9/+31 |
* | DOMUI prefs: Remove use of tables for layout in Personal pane | stuartmorgan@chromium.org | 2010-08-02 | 4 | -156/+104 |
* | Don't leak memory when displaying a SFChooseIdentityPanel | davidben@chromium.org | 2010-08-02 | 1 | -26/+32 |
* | Remove some code that seems unnecessary now that the distributor logo is dead. | pkasting@chromium.org | 2010-08-02 | 1 | -18/+1 |
* | AutoFill Credit Card matching for Diners Club incorrect | dhollowa@chromium.org | 2010-08-02 | 1 | -1/+1 |