index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
download
/
save_package.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-0
/
+5
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-1
/
+1
*
Coverity: Fix unchecked return values
kmadhusu@chromium.org
2011-12-22
1
-2
/
+4
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
1
-3
/
+3
*
In order to resume a download some more information needs to be gathered.
ahendrickson@chromium.org
2011-12-22
1
-2
/
+2
*
Move the remaining TabContents methods to the WebContents interface, switchin...
jam@chromium.org
2011-12-22
1
-2
/
+2
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
1
-4
/
+5
*
Revert 115346. The change didn't break anything, the test was faulty. Will di...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests
thakis@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::controller() to GetController and put it into the WebCont...
jam@chromium.org
2011-12-21
1
-1
/
+1
*
Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...
jam@chromium.org
2011-12-20
1
-1
/
+1
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
1
-2
/
+3
*
Trivial move of content::BrowserContext to content/public.
joi@chromium.org
2011-12-15
1
-1
/
+1
*
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
rdsmith@chromium.org
2011-12-06
1
-10
/
+4
*
Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl...
kalman@chromium.org
2011-12-06
1
-4
/
+10
*
DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests.
rdsmith@chromium.org
2011-12-05
1
-10
/
+4
*
Move download speed calculation to file thread / DownloadFile class.
benwells@chromium.org
2011-11-30
1
-2
/
+11
*
This split will facilitate testing DownloadQuery and other users of DownloadI...
benjhayden@chromium.org
2011-11-21
1
-9
/
+9
*
Changed argument to GetAcceptLangs() to a BrowserContext.
rdsmith@chromium.org
2011-11-18
1
-1
/
+2
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-5
/
+5
*
Store the download file hash in the DownloadItem. This will be useful
noelutz@google.com
2011-11-10
1
-1
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Fix history importing by delaying DownloadManager creation. Replace GetNextId...
benjhayden@chromium.org
2011-10-29
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Replace NewRunnableFunction/NewRunnableMethod with Callback in SavePackage.
achuith@chromium.org
2011-10-26
1
-42
/
+42
*
Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.
joi@chromium.org
2011-10-20
1
-1
/
+1
*
Move content_browser_client.h to public, and while at it, move
joi@chromium.org
2011-10-19
1
-1
/
+1
*
content: Make tab_contents_drag_source not depend on download_util.h
erg@google.com
2011-10-18
1
-1
/
+1
*
Move url_constansts.h to content/public/common.
jam@chromium.org
2011-10-14
1
-1
/
+1
*
Move kExtensionScheme from content to chrome
jochen@chromium.org
2011-10-07
1
-2
/
+2
*
Retry r100017. This time, prevent a potential shutdown race by moving the cal...
benjhayden@chromium.org
2011-09-21
1
-4
/
+1
*
Revert 102126 - Make cancel remove cancelled download from active queues at t...
rdsmith@chromium.org
2011-09-21
1
-1
/
+1
*
Make cancel remove cancelled download from active queues at time of cancel.
rdsmith@chromium.org
2011-09-21
1
-1
/
+1
*
Revert 101510 - Make cancel remove cancelled download from active queues at t...
rdsmith@chromium.org
2011-09-16
1
-1
/
+1
*
Make cancel remove cancelled download from active queues at time of cancel.
rdsmith@chromium.org
2011-09-16
1
-1
/
+1
*
Overwrite extensions of filenames determined from URLs if the URL could be a ...
asanka@chromium.org
2011-09-12
1
-1
/
+1
*
Revert 100017 - broke ProfileManagerTest.CreateProfileAsyncMultipleRequests
estade@chromium.org
2011-09-07
1
-1
/
+4
*
Make a new integer field in sql::MetaTable (a per-profile db) containing a co...
benjhayden@chromium.org
2011-09-07
1
-4
/
+1
*
Revert 98656 - Make a new integer field in sql::MetaTable (a per-profile db) ...
dmaclach@chromium.org
2011-08-29
1
-1
/
+4
*
Make a new integer field in sql::MetaTable (a per-profile db) containing a co...
benjhayden@chromium.org
2011-08-29
1
-4
/
+1
*
Move DownloadHistory ownership and usage out from content to chrome. Download...
jam@chromium.org
2011-08-22
1
-2
/
+6
*
Move download_manager_delegate.h to content. I forgot to move this earlier.
jam@chromium.org
2011-08-16
1
-4
/
+1
*
Move the core download files to content.
jam@chromium.org
2011-08-15
1
-2
/
+2
*
Removal of Profile from content part 7.
avi@chromium.org
2011-08-09
1
-1
/
+1
*
Move filename determination logic to net_util so that it's not split between ...
asanka@chromium.org
2011-08-09
1
-17
/
+7
*
Remove download_manager_ CHECK in ~SavePackage
achuith@chromium.org
2011-08-08
1
-2
/
+1
*
Support for adding save page download items into downloads history.
achuith@chromium.org
2011-08-04
1
-31
/
+61
*
Create DownloadManagerDelegate class to group the embedder functions related ...
jam@chromium.org
2011-07-29
1
-6
/
+9
*
Removal of Profile from content part 3.
avi@chromium.org
2011-07-28
1
-5
/
+6
*
Remove prefs usage from SavePackage. Have it ask the embedder for the directo...
jam@chromium.org
2011-07-26
1
-51
/
+3
[next]