| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=229660
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/18868005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210626 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=sky
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184344 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://codereview.chromium.org/12213066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181349 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=benjhayden@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11337033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165558 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
by DownloadItemImpl.
Relanding of http://codereview.chromium.org/10799005.
BUG=123998
R=benjhayden@chromium.org
R=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10912173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162786 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://codereview.chromium.org/10912173/ constructs the DownloadFile, and
thus the BaseFile, on the UI thread and then passes it to the FILE thread.
DownloadFile / BaseFile may be constructed with a FileStream to which to
write the download. The FileStream cannot be passed by linked_ptr<> in this
case, as that is not thread safe.
BUG=123998
R=benjhayden@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11028131
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162411 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL shifts the commit point for a download to just after the download
file release has been dispatched. The download remains IN_PROGRESS as
far as the outside world is concerned, but at this point it is committed to
continue to completion.
BUG=123998
R=benjhayden@chromium.org
R=asanka@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10950015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DownloadFiles.
This CL is equivalent to CLs
* http://codereview.chromium.org/10799005,
* http://codereview.chromium.org/10836293,
* https://chromiumcodereview.appspot.com/10823406, and
* http://codereview.chromium.org/10867065
which were previous attempts to land the same functionality.
R=benjhayden@chromium.org
TBR=jam@chromium.org
BUG=123998
BUG=144751
Review URL: https://chromiumcodereview.appspot.com/10900010
TBR=rdsmith@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10918024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154445 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL is equivalent to CLs
* http://codereview.chromium.org/10799005,
* http://codereview.chromium.org/10836293,
* https://chromiumcodereview.appspot.com/10823406, and
* http://codereview.chromium.org/10867065
which were previous attempts to land the same functionality.
R=benjhayden@chromium.org
TBR=jam@chromium.org
BUG=123998
BUG=144751
Review URL: https://chromiumcodereview.appspot.com/10900010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154294 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DownloadFiles.
This CL appears to have caused SavePageBrowserTest.SaveViewSourceHTMLOnly to fail flakily.
This CL is equivalent to CLs http://codereview.chromium.org/10799005,
http://codereview.chromium.org/10836293, and
https://chromiumcodereview.appspot.com/10823406, which were previous attempts
to land the same functionality.
TBR=jam@chromium.org
BUG=123998
BUG=144751
Review URL: https://chromiumcodereview.appspot.com/10867065
TBR=rdsmith@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10872102
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153593 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL is equivalent to CLs http://codereview.chromium.org/10799005,
http://codereview.chromium.org/10836293, and
https://chromiumcodereview.appspot.com/10823406, which were previous attempts
to land the same functionality.
TBR=jam@chromium.org
BUG=123998
BUG=144751
Review URL: https://chromiumcodereview.appspot.com/10867065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153563 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DownloadFiles.
This CL is equivalent to CLs http://codereview.chromium.org/10799005 and
http://codereview.chromium.org/10836293, which were previous attempts
to land the same functionality.
TBR=jam@chromium.org
BUG=123998
Review URL: https://chromiumcodereview.appspot.com/10823406
TBR=rdsmith@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10878054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153229 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL is equivalent to CLs http://codereview.chromium.org/10799005 and
http://codereview.chromium.org/10836293, which were previous attempts
to land the same functionality.
TBR=jam@chromium.org
BUG=123998
Review URL: https://chromiumcodereview.appspot.com/10823406
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153221 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
DownloadFile.
This CL is a re-land of http://codereview.chromium.org/10799005, which
was reverted due to test flakiness.
BUG=123998
R=benjhayden@chromium.org
TBR=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10836293
BUG=143600
TBR=rdsmith@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10861002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152282 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL is a re-land of http://codereview.chromium.org/10799005, which
was reverted due to test flakiness.
BUG=123998
R=benjhayden@chromium.org
TBR=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10836293
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152213 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
of DownloadFileImpl by DownloadItemImpl.
BUG=123998
R=benjhayden@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10799005
TBR=rdsmith@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10827314
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151443 0039d316-1c4b-4281-b951-d872f2087c98
|
|
of DownloadFileImpl by DownloadItemImpl.
BUG=123998
R=benjhayden@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10799005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151351 0039d316-1c4b-4281-b951-d872f2087c98
|