- 66a0772 Switch to standard integer types in content/. by avi · 10 years ago
- 4e36389 favor DCHECK_CURRENTLY_ON for better logs in content/{public,shell,test}/ by mostynb · 10 years ago
- c639ead1 Content Shell: Introduce LayoutTestDownloadManagerDelegate. by mkwst · 11 years ago
- b7aad54f Change base/file_utils.h includes to base/files/file_utils.h in content/ by thestig · 11 years ago
- fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
- dcc29777 Delete the GTK+ port of Chrome. by [email protected] · 11 years ago
- d96cf75 Add net/base/filename_util.h. by [email protected] · 11 years ago
- 9d9221f06 Revert 262487 "Add net/base/filename_util.h." by [email protected] · 11 years ago
- 3e565e77 Add net/base/filename_util.h. by [email protected] · 11 years ago
- 7a60cd3a Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use for WindowTreeHost. by [email protected] · 11 years ago
- 2374d181 Window ownership -> WindowTreeHost by [email protected] · 11 years ago
- fcc51c95 Move root_window.* to window_event_dispatcher.* by [email protected] · 11 years ago
- 517fce72 Remove more non-aura windows code. by [email protected] · 12 years ago
- 7cef8217 [Downloads] Make ShellDownloadManagerDelegate be owned by ShellBrowserContext. by [email protected] · 12 years ago
- 426d1c9 Move directory creation functions to base namespace. by [email protected] · 12 years ago
- dfde601 Cleanup: Fix bad uses of EmptyString() in content/ and chrome/. by [email protected] · 12 years ago
- de7d61ff [content shell] move browser process stuff into browser/ subdir by [email protected] · 12 years ago[Renamed (97%) from content/shell/shell_download_manager_delegate.cc]
- 530047e Persist download ids across sessions by merging them with db_handles. by [email protected] · 12 years ago
- 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
- 21aa9968 Use a direct include of strings headers in content/renderer and content/shell. by [email protected] · 12 years ago
- 74ebfb1 Use a direct include of utf_string_conversions.h in content/. by [email protected] · 12 years ago
- 94b7dd2 Free the string returned by gtk_file_chooser_get_filename() to avoid a memory leak. by [email protected] · 12 years ago
- 91fde4a3 [content shell] further restrict what files to open during layout tests by [email protected] · 12 years ago
- a395408 [content shell] during layout tests, only open downloads from the main window by [email protected] · 12 years ago
- b7c504c [content shell] move code common to several processes to a common dir by [email protected] · 12 years ago
- f8462f5 [content shell] ShouldOpenDownload() returns true if the callback will not be invoked by [email protected] · 12 years ago
- e666930 [content shell] automatically open downloads in a new window for layout tests by [email protected] · 12 years ago
- f3615f0 Remove WebContents methods that duplicate WebContentsView methods. by [email protected] · 12 years ago
- d30a36f Add explicit base to FilePath. by [email protected] · 12 years ago
- 3d95e54 Make DownloadHistory observe manager, items by [email protected] · 13 years ago
- a7799617 Non-functional change to simply have Downloads query Prefs for the charset when we need it rather than have ChromeURLRequestContext track it on the network thread and pass it through three different classes. by [email protected] · 13 years ago
- db6234e Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favor of GetDownload() by [email protected] · 13 years ago
- d0d36825 Shift "commit point" for when a download will no longer accept cancels. by [email protected] · 13 years ago
- a558b43a Move some download tests to content from chrome. by [email protected] · 13 years ago
- 08c92ac Fix the DownloadManager not initialized error in content shell. by [email protected] · 13 years ago
- 854e131 Move resource_dispatcher_host_browsertest.cc to content_browsertests. by [email protected] · 13 years ago
- 4766544 Download filename determination refactor (3/3) by [email protected] · 13 years ago
- bdcf915 Move content_shell and content_browsertests code into the content namespace. by [email protected] · 13 years ago
- 31ee43f Support for drive as default download location on chromeos. by [email protected] · 13 years ago
- 491aaa6 Support NULL DownloadManagerDelegates. by [email protected] · 13 years ago
- 3d833de Download filename determination refactor (1/3) by [email protected] · 13 years ago
- fa4a4583 Support WebView in ash. by [email protected] · 13 years ago
- 0b659b3 Content shell: Use only public API. by [email protected] · 13 years ago
- 84d5741 Replace void* with int32 for passing download_id to SelectFileDialog::Listener. by [email protected] · 13 years ago
- 385e9318 Move the DownloadManager and DownloadFile unittests to content so they can live beside the code they're testing. by [email protected] · 14 years ago
- 98e81406 Get rid of DownloadIdFactory and instead get the next id from DownloadManagerDelegate. I've also moved DownloadId to the public directory and into the content namespace. by [email protected] · 14 years ago
- a53209b Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto WebContents itself, IsSavableURL to a file in chrome, and made Chrome's DownloadManagerDelegate give SavePackage the file path through a callback. by [email protected] · 14 years ago
- ef9572e Get rid of a bunch of tab_contents.h includes from chrome. These are all trivial changes to use WebContents instead of TabContents. by [email protected] · 14 years ago
- bb81f38 Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedWebContents, and update all dependent code. by [email protected] · 14 years ago
- d495fc3 Made MockDownloadManagerDelegate a gmock. by [email protected] · 14 years ago
- 37757c6 Rename DownloadItem::BrowserContext to GetBrowserContext, to match other getters in interfaces. This also comes up because without the Get, we have a redundant "content::" in the interface. by [email protected] · 14 years ago
- e582fdd Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public/browser, and also put them into the content namespace. by [email protected] · 14 years ago
- ccb79730 Trivial move of content::BrowserContext to content/public. by [email protected] · 14 years ago
- c09a8fd This split will facilitate testing DownloadQuery and other users of DownloadItems. by [email protected] · 14 years ago
- 5656f8a Created a DownloadManager interface, for use in unit tests.. by [email protected] · 14 years ago
- ac4af82f Store the download file hash in the DownloadItem. This will be useful by [email protected] · 14 years ago
- c291865 Rearrange Should*Download delegate calls to be more useful and intuitive. by [email protected] · 14 years ago
- c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
- c9b6eb6 content: Make tab_contents_drag_source not depend on download_util.h by [email protected] · 14 years ago
- 5c12f4a Always prompt the user for the download location in content_shell, as an indication that a download is happening since we don't have a downloads UI. by [email protected] · 14 years ago
- 98d6f15 Add a content_shell specific DownloadManagerDelegate. by [email protected] · 14 years ago