| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure proper paths when saving pages with no title. | paul@chromium.org | 2009-07-10 | 1 | -31/+58 |
* | Make default extension for downloading html "html" rather than "htm" on non-w... | estade@chromium.org | 2009-07-07 | 1 | -6/+16 |
* | Initial download shelf on OS X. | thakis@chromium.org | 2009-06-18 | 1 | -5/+0 |
* | Reduce header dependencies in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-16 | 1 | -0/+1 |
* | Save as dialog should show html files | mhm@chromium.org | 2009-06-11 | 1 | -0/+2 |
* | Move download shelf from per-tab to per-window. Also disable auto-hiding of | thakis@chromium.org | 2009-06-04 | 1 | -3/+1 |
* | Ensure proper extension when saving an HTML page. | estade@chromium.org | 2009-05-19 | 1 | -8/+27 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -5/+0 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -25/+25 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -1/+3 |
* | Fixes saving files that don't have valid extensions. | avi@chromium.org | 2009-04-17 | 1 | -1/+3 |
* | Add a Cocoa file picker. | avi@google.com | 2009-04-14 | 1 | -4/+1 |
* | Refactoring; switch the |filter| parameter into something that is more amenab... | avi@chromium.org | 2009-04-12 | 1 | -17/+17 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -1/+1 |
* | First pass of refactoring dialogs. | avi@chromium.org | 2009-04-06 | 1 | -10/+9 |
* | Fix a crash when canceling a save page operation. | paulg@google.com | 2009-04-06 | 1 | -3/+11 |
* | Re-enable save package on linux, mac. | estade@chromium.org | 2009-04-01 | 1 | -7/+13 |
* | Don't create an empty folder when saving complete html pages with no extra re... | estade@chromium.org | 2009-03-31 | 1 | -3/+3 |
* | Remove Windows "Save As" dialogs from Save Page code.In this change:- convert... | paulg@google.com | 2009-03-30 | 1 | -83/+103 |
* | Stop having renderers use both pids and a monotonically increasing "host_id".... | jam@chromium.org | 2009-03-12 | 1 | -3/+3 |
* | Change to make the 'save as...' dialog choose the default download path you h... | maruel@chromium.org | 2009-03-11 | 1 | -3/+12 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -2/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Basic download shelf implementation on linux. | estade@chromium.org | 2009-03-04 | 1 | -3/+3 |
* | Add FilePath setter/getter to pref service. Change callers to use it rather t... | estade@chromium.org | 2009-03-04 | 1 | -2/+2 |
* | Refactor download shelf and prepare for porting. | estade@chromium.org | 2009-02-28 | 1 | -13/+4 |
* | Coalesce more hardcoded schemes to using predefined constants. | brettw@chromium.org | 2009-02-26 | 1 | -2/+5 |
* | Get save page working on posix. | estade@chromium.org | 2009-02-25 | 1 | -8/+4 |
* | Refactor BaseDownloadItemModel and its inheritors. | estade@chromium.org | 2009-02-23 | 1 | -1/+2 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -2/+1 |
* | Bring download_file, download_manager into POSIX build. | estade@chromium.org | 2009-02-22 | 1 | -1/+1 |
* | Port save_package_unittest to posix. | estade@chromium.org | 2009-02-20 | 1 | -5/+2 |
* | save_package.cc: Move UI test special casing to a helper function. | estade@chromium.org | 2009-02-19 | 1 | -31/+64 |
* | Bring up save_package, save_item, save_file_manager on posix. | estade@chromium.org | 2009-02-19 | 1 | -19/+47 |
* | Fix save complete .html page. | estade@chromium.org | 2009-02-18 | 1 | -11/+4 |
* | Prepare some files for porting: | estade@chromium.org | 2009-02-18 | 1 | -9/+6 |
* | Change url wstrings to GURLS | estade@chromium.org | 2009-02-12 | 1 | -19/+18 |
* | Port some strings in download/save_package.cc | estade@chromium.org | 2009-02-11 | 1 | -146/+114 |
* | Change URLRequest to use a ref-counted buffer for actual IO. | rvargas@google.com | 2009-01-29 | 1 | -2/+4 |
* | revert r8603 | rvargas@google.com | 2009-01-24 | 1 | -3/+2 |
* | Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ... | rvargas@google.com | 2009-01-24 | 1 | -2/+3 |
* | Fix a bug when saving web pages that have a period in their title. | paulg@google.com | 2009-01-23 | 1 | -0/+4 |
* | Move files out of browser and into either renderer_host or tab_contents. | brettw@chromium.org | 2009-01-22 | 1 | -2/+2 |
* | Move functions required by the rest of the browser from RenderProcessHost to ... | brettw@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Add a UI test to make sure we sanitize the filename | tc@google.com | 2009-01-07 | 1 | -15/+35 |