| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on... | jshin@chromium.org | 2009-08-18 | 5 | -21/+21 |
* | Reference count ProxyService. | eroman@chromium.org | 2009-08-18 | 3 | -15/+22 |
* | more linux automation porting: SendKeyPressNotifyWhenDone | estade@chromium.org | 2009-08-18 | 7 | -68/+84 |
* | Linux: make the passwords and exceptions dialog box default size larger. | mdm@chromium.org | 2009-08-18 | 2 | -3/+5 |
* | Add the UI thread to the list of ChromeThreads. | paul@chromium.org | 2009-08-18 | 3 | -2/+31 |
* | Factor out views::Combobox::Model so that it can be used cross-platform. | mattm@chromium.org | 2009-08-18 | 16 | -69/+67 |
* | Call the new FilePath API to make sure the untrusted sandboxed process is not | cevans@chromium.org | 2009-08-18 | 1 | -2/+12 |
* | Linux: Update PRIMARY selection on omnibox copy-to-clipboard. | derat@chromium.org | 2009-08-18 | 2 | -0/+21 |
* | GTK Theme: Draw the GTK border around the entry in GTK them mode. | erg@google.com | 2009-08-18 | 2 | -13/+31 |
* | Made the Sync UI work in the New New tab page. | idana@chromium.org | 2009-08-17 | 7 | -75/+227 |
* | Temporarily disable a failing ui test. | estade@chromium.org | 2009-08-17 | 1 | -1/+2 |
* | Begin to port browser focus tests to linux. | estade@chromium.org | 2009-08-17 | 1 | -15/+53 |
* | cap the number of tabs in the backing store cache | erikkay@chromium.org | 2009-08-17 | 2 | -27/+50 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 31 | -68/+124 |
* | An initial pass at structure to do end-to-end extension API tests. I'll work... | erikkay@chromium.org | 2009-08-17 | 7 | -6/+201 |
* | Refactor IDMap to support safe removing of elements during iteration. | phajdan.jr@chromium.org | 2009-08-17 | 13 | -90/+80 |
* | Changes Live Search to Bing for en_US only. A full worldwide review is in pr... | pkasting@chromium.org | 2009-08-17 | 1 | -13/+13 |
* | Fix for crash bug in PluginProcessHost::OnGetCookies - it likes like this can... | robertshield@chromium.org | 2009-08-17 | 1 | -1/+7 |
* | Fix crash that could happen on shutdown if the ResourceMessageFilter tried to... | jam@chromium.org | 2009-08-17 | 3 | -20/+48 |
* | Clean up download item look, part 1 of many. | thakis@chromium.org | 2009-08-17 | 2 | -41/+31 |
* | Implement drag and drop of downloads for the Mac downloads page. | paul@chromium.org | 2009-08-17 | 7 | -10/+138 |
* | DevTools: remove TODO on completed item. | pfeldman@chromium.org | 2009-08-17 | 1 | -1/+0 |
* | Fix potential crash in Browser::OpenURLAtIndex. | finnur@chromium.org | 2009-08-16 | 1 | -7/+8 |
* | Undo disabled toolstrip test, now that upstream bug is fixed. | aa@chromium.org | 2009-08-15 | 1 | -1/+1 |
* | Fix reliability bot crashes after moving plugin loading to file thread. | jam@chromium.org | 2009-08-15 | 2 | -5/+33 |
* | Change breakpads on the helper processes to keep our rimZ clean. | mark@chromium.org | 2009-08-15 | 4 | -7/+6 |
* | GTK: Change go button tooltip to be updated every time it is shown. | estade@chromium.org | 2009-08-15 | 2 | -29/+51 |
* | Some personalization cleanup: | tim@chromium.org | 2009-08-15 | 22 | -396/+188 |
* | Touch PSS as an experiment, to see what the builder recompiles. | nick@chromium.org | 2009-08-15 | 1 | -1/+1 |
* | Import passwords from Firefox 3.1 and above. | kuchhal@chromium.org | 2009-08-15 | 6 | -55/+169 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-15 | 11 | -143/+207 |
* | Convert parts of errorpage_uitest.cc to be not flaky. | phajdan.jr@chromium.org | 2009-08-15 | 4 | -10/+152 |
* | Adds a copyright header to extension_browsertest.cc and fixes lint error. | mpcomplete@chromium.org | 2009-08-14 | 2 | -3/+9 |
* | Add new certificate error code | wtc@chromium.org | 2009-08-14 | 3 | -8/+28 |
* | Do not delete default browser entries for other users when uninstalling it fo... | kuchhal@chromium.org | 2009-08-14 | 1 | -10/+10 |
* | Fix TabDraggingTest.Tab2OutOfTabStrip, which I broke by changing browser_trac... | estade@chromium.org | 2009-08-14 | 2 | -4/+4 |
* | Disable UpdatePermissions until I can figure out why it's failing. | mpcomplete@chromium.org | 2009-08-14 | 1 | -0/+3 |
* | Fix for spell check toggle checkbox not getting selected after reset to defau... | sidchat@google.com | 2009-08-14 | 1 | -0/+1 |
* | GTK: Change file chooser dialogs to prefer the suggested path (somewhatly err... | estade@chromium.org | 2009-08-14 | 1 | -18/+28 |
* | Added support in the ExternalTabContainer for handling the NEW_FOREGROUND_TAB... | ananta@chromium.org | 2009-08-14 | 4 | -17/+83 |
* | Split short-circuited assertions in session_restore_uitest.cc to make more | phajdan.jr@chromium.org | 2009-08-14 | 1 | -19/+20 |
* | Disable an extension when it is upgraded to a version that requires more | mpcomplete@chromium.org | 2009-08-14 | 15 | -71/+422 |
* | Implement chrome.tabs.getVisibleTabCapture() on Mac | rafaelw@chromium.org | 2009-08-14 | 1 | -1/+4 |
* | Fix a bug where we can sometimes incorrectly decide a download | aa@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | Another attempt at tree fix. | sidchat@google.com | 2009-08-14 | 1 | -2/+2 |
* | Fix build. | sidchat@google.com | 2009-08-14 | 1 | -1/+1 |
* | Make Spellchecker save the dictionary file in the file thread. | sidchat@google.com | 2009-08-14 | 2 | -35/+151 |
* | GTK Theme: Theme the find bar. | erg@chromium.org | 2009-08-14 | 2 | -49/+139 |
* | remove some unneeded DCHECKs (from an earlier review comment you made) | erikkay@chromium.org | 2009-08-14 | 1 | -5/+1 |
* | Prevent mouse down events on the toolbar view from moving the parent window. | paul@chromium.org | 2009-08-14 | 3 | -3/+28 |