1. 66a0772 Switch to standard integer types in content/. by avi · 10 years ago
  2. 4e36389 favor DCHECK_CURRENTLY_ON for better logs in content/{public,shell,test}/ by mostynb · 10 years ago
  3. c639ead1 Content Shell: Introduce LayoutTestDownloadManagerDelegate. by mkwst · 11 years ago
  4. b7aad54f Change base/file_utils.h includes to base/files/file_utils.h in content/ by thestig · 11 years ago
  5. fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
  6. dcc29777 Delete the GTK+ port of Chrome. by [email protected] · 11 years ago
  7. d96cf75 Add net/base/filename_util.h. by [email protected] · 11 years ago
  8. 9d9221f06 Revert 262487 "Add net/base/filename_util.h." by [email protected] · 11 years ago
  9. 3e565e77 Add net/base/filename_util.h. by [email protected] · 11 years ago
  10. 7a60cd3a Remove window/host accessors from WindowEventDispatcher. Include-What-You-Use for WindowTreeHost. by [email protected] · 11 years ago
  11. 2374d181 Window ownership -> WindowTreeHost by [email protected] · 11 years ago
  12. fcc51c95 Move root_window.* to window_event_dispatcher.* by [email protected] · 11 years ago
  13. 517fce72 Remove more non-aura windows code. by [email protected] · 12 years ago
  14. 7cef8217 [Downloads] Make ShellDownloadManagerDelegate be owned by ShellBrowserContext. by [email protected] · 12 years ago
  15. 426d1c9 Move directory creation functions to base namespace. by [email protected] · 12 years ago
  16. dfde601 Cleanup: Fix bad uses of EmptyString() in content/ and chrome/. by [email protected] · 12 years ago
  17. 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]
  18. 530047e Persist download ids across sessions by merging them with db_handles. by [email protected] · 12 years ago
  19. 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
  20. 21aa9968 Use a direct include of strings headers in content/renderer and content/shell. by [email protected] · 12 years ago
  21. 74ebfb1 Use a direct include of utf_string_conversions.h in content/. by [email protected] · 12 years ago
  22. 94b7dd2 Free the string returned by gtk_file_chooser_get_filename() to avoid a memory leak. by [email protected] · 12 years ago
  23. 91fde4a3 [content shell] further restrict what files to open during layout tests by [email protected] · 12 years ago
  24. a395408 [content shell] during layout tests, only open downloads from the main window by [email protected] · 12 years ago
  25. b7c504c [content shell] move code common to several processes to a common dir by [email protected] · 12 years ago
  26. f8462f5 [content shell] ShouldOpenDownload() returns true if the callback will not be invoked by [email protected] · 12 years ago
  27. e666930 [content shell] automatically open downloads in a new window for layout tests by [email protected] · 12 years ago
  28. f3615f0 Remove WebContents methods that duplicate WebContentsView methods. by [email protected] · 12 years ago
  29. d30a36f Add explicit base to FilePath. by [email protected] · 12 years ago
  30. 3d95e54 Make DownloadHistory observe manager, items by [email protected] · 13 years ago
  31. 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
  32. db6234e Remove DownloadManager::GetDownloadItem() and GetActiveDownloadItem() in favor of GetDownload() by [email protected] · 13 years ago
  33. d0d36825 Shift "commit point" for when a download will no longer accept cancels. by [email protected] · 13 years ago
  34. a558b43a Move some download tests to content from chrome. by [email protected] · 13 years ago
  35. 08c92ac Fix the DownloadManager not initialized error in content shell. by [email protected] · 13 years ago
  36. 854e131 Move resource_dispatcher_host_browsertest.cc to content_browsertests. by [email protected] · 13 years ago
  37. 4766544 Download filename determination refactor (3/3) by [email protected] · 13 years ago
  38. bdcf915 Move content_shell and content_browsertests code into the content namespace. by [email protected] · 13 years ago
  39. 31ee43f Support for drive as default download location on chromeos. by [email protected] · 13 years ago
  40. 491aaa6 Support NULL DownloadManagerDelegates. by [email protected] · 13 years ago
  41. 3d833de Download filename determination refactor (1/3) by [email protected] · 13 years ago
  42. fa4a4583 Support WebView in ash. by [email protected] · 13 years ago
  43. 0b659b3 Content shell: Use only public API. by [email protected] · 13 years ago
  44. 84d5741 Replace void* with int32 for passing download_id to SelectFileDialog::Listener. by [email protected] · 13 years ago
  45. 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
  46. 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
  47. 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
  48. 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
  49. bb81f38 Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedWebContents, and update all dependent code. by [email protected] · 14 years ago
  50. d495fc3 Made MockDownloadManagerDelegate a gmock. by [email protected] · 14 years ago
  51. 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
  52. e582fdd Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public/browser, and also put them into the content namespace. by [email protected] · 14 years ago
  53. ccb79730 Trivial move of content::BrowserContext to content/public. by [email protected] · 14 years ago
  54. c09a8fd This split will facilitate testing DownloadQuery and other users of DownloadItems. by [email protected] · 14 years ago
  55. 5656f8a Created a DownloadManager interface, for use in unit tests.. by [email protected] · 14 years ago
  56. ac4af82f Store the download file hash in the DownloadItem. This will be useful by [email protected] · 14 years ago
  57. c291865 Rearrange Should*Download delegate calls to be more useful and intuitive. by [email protected] · 14 years ago
  58. c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
  59. c9b6eb6 content: Make tab_contents_drag_source not depend on download_util.h by [email protected] · 14 years ago
  60. 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
  61. 98d6f15 Add a content_shell specific DownloadManagerDelegate. by [email protected] · 14 years ago