| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixes saving files that don't have valid extensions. | avi@chromium.org | 2009-04-17 | 2 | -1/+5 |
* | Remove TabContnetsType from everywhere. | brettw@chromium.org | 2009-04-15 | 1 | -6/+4 |
* | Remove TabContentsType from the NavigationController external interface and in | brettw@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Implement chrome_proces_util for linux and enable download ui test. | estade@chromium.org | 2009-04-14 | 1 | -2/+17 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 4 | -23/+3 |
* | Remove unused notifications. | paulg@google.com | 2009-04-14 | 2 | -23/+0 |
* | Refactoring; switch the |filter| parameter into something that is more amenab... | avi@chromium.org | 2009-04-12 | 2 | -24/+22 |
* | UI test portage, second try. | estade@chromium.org | 2009-04-09 | 2 | -91/+110 |
* | back out r13442 | estade@chromium.org | 2009-04-09 | 2 | -111/+85 |
* | UI test string portage. | estade@chromium.org | 2009-04-09 | 2 | -85/+111 |
* | Remove more unneeded scaffolding. | thestig@chromium.org | 2009-04-08 | 1 | -6/+1 |
* | Fix issue 7337, where a file of mime type "text/x-registry" with extension "r... | sidchat@google.com | 2009-04-08 | 2 | -1/+10 |
* | Cloned from 62030 | arv@chromium.org | 2009-04-07 | 2 | -2/+11 |
* | Disables the download item on the download-shelf when the file is opened. | jcampan@chromium.org | 2009-04-07 | 3 | -3/+15 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 2 | -2/+1 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 4 | -18/+16 |
* | Fix a crash when canceling a save page operation. | paulg@google.com | 2009-04-06 | 1 | -3/+11 |
* | Remove some uses of custom tab contents types from some tests. | brettw@chromium.org | 2009-04-04 | 1 | -33/+30 |
* | Adds temporary warning when installing Chrome extensions. The warning | georged@chromium.org | 2009-04-03 | 1 | -0/+16 |
* | Only create one downloads tab per window. If there is already a Downloads | estade@chromium.org | 2009-04-02 | 1 | -1/+1 |
* | Installing extensions (drag/drop, download crx file) will now be | georged@chromium.org | 2009-04-01 | 5 | -8/+73 |
* | Re-enable save package on linux, mac. | estade@chromium.org | 2009-04-01 | 2 | -12/+16 |
* | Don't create an empty folder when saving complete html pages with no extra re... | estade@chromium.org | 2009-03-31 | 1 | -3/+3 |
* | Delete downloads after updating observers. | paulg@google.com | 2009-03-31 | 1 | -3/+7 |
* | Mechanic change based on comment from previous code review. | huanr@chromium.org | 2009-03-31 | 1 | -2/+2 |
* | Remove Windows "Save As" dialogs from Save Page code.In this change:- convert... | paulg@google.com | 2009-03-30 | 4 | -109/+137 |