| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing extension install case. Changing the file browser to only get the lis... | dhg@chromium.org | 2010-03-08 | 1 | -0/+4 |
* | This change makes incognito downloads show up in the downloads page of an inc... | estade@chromium.org | 2010-02-24 | 1 | -4/+47 |
* | Move pref_{member,service} and important_file_writer from chrome/common | phajdan.jr@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Refactor DragDownloadFile so that it can be used by both Windows and MacOSX. | jianli@chromium.org | 2010-02-10 | 1 | -1/+2 |
* | Add temporary download progress overlay to the dock icon for the Mac (real UI... | avi@chromium.org | 2010-02-01 | 1 | -0/+3 |
* | Don't accidentally add downloads with db_handle = kUninitializedHandle, which... | thestig@chromium.org | 2010-01-21 | 1 | -4/+18 |
* | Support dragging a virtual file out of the browser. | jianli@chromium.org | 2010-01-15 | 1 | -11/+48 |
* | Handle extensions correctly when the default download location is not writable | kinuko@chromium.org | 2009-12-25 | 1 | -5/+6 |
* | Give classes with virtual methods virtual protected d'tors instead of non-vir... | jamesr@chromium.org | 2009-12-16 | 1 | -0/+6 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Revert "Revert r31175 r31176 r31187" | hclam@chromium.org | 2009-11-06 | 1 | -1/+4 |
* | Rever r31175 r31176 r31187 | hclam@chromium.org | 2009-11-06 | 1 | -4/+1 |
* | Sixth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-06 | 1 | -1/+4 |
* | Fourth patch in getting rid of caching MessageLoop pointers. | jam@chromium.org | 2009-11-02 | 1 | -8/+0 |
* | Fix for bug 10876 that resulted in some refactoring: | rolandsteiner@chromium.org | 2009-10-28 | 1 | -4/+14 |
* | Revert 30168 - Commit patch set from http://codereview.chromium.org/149796 | rolandsteiner@chromium.org | 2009-10-27 | 1 | -14/+4 |
* | Commit patch set from http://codereview.chromium.org/149796 | rolandsteiner@chromium.org | 2009-10-27 | 1 | -4/+14 |
* | Simplify threading in browser thread by making only ChromeThread deal with di... | jam@chromium.org | 2009-10-27 | 1 | -10/+6 |
* | Move initialization of ChromeURLRequestContexts to the IO thread. | eroman@chromium.org | 2009-10-23 | 1 | -2/+2 |
* | Change text for extension download UI. | sidchat@chromium.org | 2009-10-09 | 1 | -0/+4 |
* | Two minor fixes to extensions/download manager integration: | aa@chromium.org | 2009-09-22 | 1 | -2/+7 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -6/+0 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -0/+6 |
* | Fix a bug where a download isn't canceled when the user requests it. | paul@chromium.org | 2009-08-05 | 1 | -0/+5 |
* | Implement mimetype sniffing for extensions. | aa@chromium.org | 2009-07-25 | 1 | -0/+5 |
* | Use referrer_url instead of download url to decide whether a | aa@chromium.org | 2009-07-25 | 1 | -1/+7 |
* | Nasty short-term hack to special case display of dialog | aa@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Remove auto-open items from the download shelf on auto-open. This has the del... | glen@chromium.org | 2009-07-15 | 1 | -0/+7 |
* | Reduce header dependencies in base/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Skip the download shelf altogether for extension downloads. The current UI l... | erikkay@google.com | 2009-05-06 | 1 | -0/+4 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -2/+2 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -0/+1 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 1 | -7/+1 |
* | Remove unused notifications. | paulg@google.com | 2009-04-14 | 1 | -4/+0 |
* | Cloned from 62030 | arv@chromium.org | 2009-04-07 | 1 | -1/+5 |
* | Disables the download item on the download-shelf when the file is opened. | jcampan@chromium.org | 2009-04-07 | 1 | -1/+7 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -1/+0 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -1/+1 |
* | Installing extensions (drag/drop, download crx file) will now be | georged@chromium.org | 2009-04-01 | 1 | -3/+17 |
* | Remove Windows "Save As" dialogs from Save Page code.In this change:- convert... | paulg@google.com | 2009-03-30 | 1 | -1/+1 |
* | Gtk dialogs, first cut. | estade@chromium.org | 2009-03-12 | 1 | -2/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -3/+3 |
* | Make download manager treat mixed-case extensions the same as lower-case exte... | estade@chromium.org | 2009-02-24 | 1 | -1/+1 |
* | Bring download_file, download_manager into POSIX build. | estade@chromium.org | 2009-02-22 | 1 | -2/+8 |
* | Change url wstrings to GURLS | estade@chromium.org | 2009-02-12 | 1 | -4/+4 |
* | Make the download manager compile on Linux & Mac. | brettw@google.com | 2009-01-30 | 1 | -7/+1 |
* | Porting in the download manager (plus tiny bits of cleanup). | brettw@chromium.org | 2009-01-30 | 1 | -9/+9 |
* | Convert download manager to FilePath. | estade@chromium.org | 2009-01-06 | 1 | -31/+35 |
* | Prevent files saved via the "Save as..." page menu item from | tc@google.com | 2009-01-06 | 1 | -0/+6 |
* | Unbreak unit tests. Revert r7564. | estade@chromium.org | 2009-01-05 | 1 | -34/+30 |