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
*
Revert 138818 - Revert 138812 - Move render_view_host_delegate.h out of conte...
danakj@chromium.org
2012-05-24
1
-1
/
+1
*
Revert 138812 - Move render_view_host_delegate.h out of content/public.
asargent@chromium.org
2012-05-24
1
-1
/
+1
*
Move render_view_host_delegate.h out of content/public.
jam@chromium.org
2012-05-24
1
-1
/
+1
*
DownloadManagerDelegate::ShouldCompleteDownload(callback)
benjhayden@chromium.org
2012-05-18
1
-19
/
+3
*
Pass the referrer policy with the referrer for the save package code path
jochen@chromium.org
2012-05-12
1
-3
/
+3
*
Save Page As MHTML
benjhayden@chromium.org
2012-05-04
1
-18
/
+74
*
Enable saving of data: urls.
thakis@chromium.org
2012-04-27
1
-9
/
+13
*
TabContents -> WebContentsImpl, part 9.
avi@chromium.org
2012-04-12
1
-10
/
+9
*
TabContents -> WebContentsImpl, part 1.
avi@chromium.org
2012-04-10
1
-16
/
+11
*
GData save package support with MHTML.
achuith@chromium.org
2012-03-27
1
-0
/
+2
*
Add content/public/browser/resource_dispatcher_host.h
darin@chromium.org
2012-03-12
1
-2
/
+3
*
Move Render(Widget|View)HostImpl to files with _impl in filename.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-1
/
+1
*
Add UMA stats for save package duplicate file errors.
benwells@chromium.org
2012-02-17
1
-4
/
+43
*
Move resource_context.h to content/public/browser. Remove the workaround in i...
jam@chromium.org
2012-02-09
1
-1
/
+1
*
Remove DownloadManager* dependency on DownloadStatusUpdater
rdsmith@chromium.org
2012-02-04
1
-1
/
+1
*
Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...
jam@chromium.org
2012-01-20
1
-40
/
+22
*
Move RenderViewHostDelegate to content/public and content namespace.
joi@chromium.org
2012-01-18
1
-1
/
+1
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-11
1
-2
/
+1
*
Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...
jam@chromium.org
2012-01-10
1
-1
/
+8
*
Move creation and ownership of ResourceDispatcherHost and PluginService to co...
jam@chromium.org
2012-01-10
1
-8
/
+1
*
Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...
jam@chromium.org
2012-01-04
1
-0
/
+4
*
Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...
jam@chromium.org
2012-01-03
1
-4
/
+5
*
base::Bind: Remove ScopedRunnableMethodFactory.
jhawkins@chromium.org
2012-01-03
1
-7
/
+4
*
Rename NavigationController to NavigationControllerImpl and put it into the c...
jam@chromium.org
2011-12-28
1
-1
/
+2
*
Convert a few methods in NavigationController to return a content::Navigation...
jam@chromium.org
2011-12-28
1
-2
/
+2
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-0
/
+1
*
Move most of the remaining users of WebContentsObserver::tab_contents() to us...
jam@chromium.org
2011-12-26
1
-12
/
+12
*
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
[next]