| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable PerWindowShelf test on Linux because it's flaky | jshin@chromium.org | 2009-06-24 | 1 | -1/+4 |
* | Disable some UI tests on Linux due to crashiness and/or flakiness: | mpcomplete@google.com | 2009-06-19 | 2 | -4/+23 |
* | Initial download shelf on OS X. | thakis@chromium.org | 2009-06-18 | 2 | -5/+5 |
* | Remove the windows specific bits from login_prompt.cc and make LoginPromptWin... | erg@chromium.org | 2009-06-17 | 1 | -1/+1 |
* | Add a UI test for downloading in incognito mode. | paul@chromium.org | 2009-06-16 | 1 | -1/+43 |
* | Reduce header dependencies in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-16 | 9 | -18/+16 |
* | Revert thakis's changes to download_file.cc from r17595. | estade@chromium.org | 2009-06-12 | 1 | -15/+8 |
* | Issue 3791: SavePageTest.* is crap | idanan@chromium.org | 2009-06-11 | 1 | -14/+20 |
* | Save as dialog should show html files | mhm@chromium.org | 2009-06-11 | 1 | -0/+2 |
* | Disable extensions in incognito mode. | mpcomplete@google.com | 2009-06-11 | 1 | -2/+2 |
* | Implement OpenItem on the Mac, and have the download manager call it when cli... | stuartmorgan@chromium.org | 2009-06-10 | 1 | -1/+6 |
* | Don't prompt before installing a Theme, move existing prompt so that users ar... | glen@chromium.org | 2009-06-05 | 1 | -13/+1 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 6 | -54/+91 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Allow themes to be installed without any commandline flag, still require flag... | glen@chromium.org | 2009-05-29 | 1 | -28/+9 |
* | Linux: call xdg-open on downloaded files to open them. | estade@chromium.org | 2009-05-28 | 2 | -19/+13 |
* | Make automation proxy objects to ref_counted. That allows to process async no... | stoyan@chromium.org | 2009-05-28 | 2 | -12/+12 |
* | Generalize the code that checks for user actions in the render view to work o... | estade@chromium.org | 2009-05-28 | 1 | -2/+7 |
* | Dangerous download dialog for linux. | estade@chromium.org | 2009-05-27 | 3 | -13/+27 |
* | Gets a couple of download classes to compile on linux. Updates the | sky@chromium.org | 2009-05-26 | 2 | -10/+17 |
* | Remove unused code from ExtensionsService. | mpcomplete@google.com | 2009-05-26 | 1 | -1/+1 |
* | Remove one more notimpl. | estade@chromium.org | 2009-05-21 | 1 | -4/+3 |
* | Ensure proper extension when saving an HTML page. | estade@chromium.org | 2009-05-19 | 4 | -24/+72 |
* | GTK: Add download shelf first show animation. | estade@chromium.org | 2009-05-15 | 1 | -0/+18 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 2 | -1/+4 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 2 | -5/+5 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -2/+2 |
* | Download progress and complete animation on linux. | estade@chromium.org | 2009-05-11 | 2 | -20/+31 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 4 | -8/+2 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 1 | -4/+3 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 4 | -8/+8 |
* | Skip the download shelf altogether for extension downloads. The current UI l... | erikkay@google.com | 2009-05-06 | 2 | -17/+35 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 6 | -6/+6 |
* | Get rid of the ClipboardService class and header... it is nothing but a shell... | ben@chromium.org | 2009-05-05 | 1 | -1/+0 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 4 | -4/+4 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 8 | -49/+48 |
* | Don't try and install extensions when --enable-extensions isn't | aa@chromium.org | 2009-05-01 | 1 | -12/+28 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 4 | -3/+31 |
* | Add quarantine metadata to downloads on the Mac. Patch by Stuart Morgan | mark@chromium.org | 2009-04-27 | 2 | -1/+12 |
* | Enable more tests, change a NOTREACHED to a bug since it's not fatal in the d... | pinkerton@chromium.org | 2009-04-22 | 3 | -8/+7 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 3 | -6/+12 |
* | Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform" | tc@google.com | 2009-04-21 | 2 | -6/+5 |
* | Refactor DialogDelegate so the DialogButton enum is in cross platform | tc@google.com | 2009-04-21 | 2 | -5/+6 |
* | Re-land my change to clean up TabContents/WebContents ownership. This | brettw@chromium.org | 2009-04-20 | 2 | -28/+20 |
* | Reverting 14005. | brettw@chromium.org | 2009-04-18 | 2 | -20/+28 |
* | Fix the ownership model of TabContents and NavigationController. Previously the | brettw@chromium.org | 2009-04-18 | 2 | -28/+20 |