Ssatorux@chromium.orgdrive: Nullify --enable-drive-v2-api temporarily
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
drive: Set a custom User-Agent header for Drive operations This allows the Drive backend to distinguish our client and process statistics nicely. This patch introduces two known issues (crbug.com/151605), which will be fixed at a later time. This patch is made small so we can merge it to M23 branch safely. BUG=150028 TEST=open chrome:net-internals; open Files.app; open Drive; click on a .txt file to fetch it. go to chrome:net-internals. Find the c Review URL: https://codereview.chromium.org/10963038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158103 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move basic operation components for Drive API to chrome/browser/google_apis directory This patch is separated from http://codereview.chromium.org/10920091/ Files to be moved are as follows: - gdata_errorcode.h - operation_registry.{cc,h} - operation_registry_unittest.cc - operation_base.{cc,h} - task_util.{cc,h} BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10913184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156112 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[Coverity] Fix uninitialized members in ctor CID=106110,106111 CID_COUNT=2 R=satorux@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10961037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158093 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move basic operation components for Drive API to chrome/browser/google_apis directory This patch is separated from http://codereview.chromium.org/10920091/ Files to be moved are as follows: - gdata_errorcode.h - operation_registry.{cc,h} - operation_registry_unittest.cc - operation_base.{cc,h} - task_util.{cc,h} BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10913184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156112 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
drive: Stop exposing operation_registry() from DriveServiceInterface Remove DriveServiceInterface::operation_registry() Add the following methods to DriveServiceInterface: CancelForFilePath(), GetProgressStatusList() Add the following methods to DriveServiceObserver and wire these events: OnProgressUpdate(), OnAuthenticationFailed() Move the following types out from OperationRegistry: OperationType, OperationTransferState, OperationProgressUpdate, OperationProgressUpdateList Move the following functions out from OperationRegistry: OperationTypeToString(), OperationTransferStateToString() BUG=147358 TEST=git try -b linux_chromeos Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156830 Review URL: https://codereview.chromium.org/10916301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157316 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
drive: Stop exposing operation_registry() from DriveServiceInterface Remove DriveServiceInterface::operation_registry() Add the following methods to DriveServiceInterface: CancelForFilePath(), GetProgressStatusList() Add the following methods to DriveServiceObserver and wire these events: OnProgressUpdate(), OnAuthenticationFailed() Move the following types out from OperationRegistry: OperationType, OperationTransferState, OperationProgressUpdate, OperationProgressUpdateList Move the following functions out from OperationRegistry: OperationTypeToString(), OperationTransferStateToString() BUG=147358 TEST=git try -b linux_chromeos Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156830 Review URL: https://codereview.chromium.org/10916301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157316 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
drive: Nullify --enable-drive-v2-api temporarily The feature under the flag is not yet ready to be used. Will remove the flag from about:flags in a separate patch. BUG=152230,151957,149009,151963 TEST=Drive on Files.app works as before (the flag was disabled by default) Review URL: https://codereview.chromium.org/10986031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158663 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
drive: Stop exposing operation_registry() from DriveServiceInterface Remove DriveServiceInterface::operation_registry() Add the following methods to DriveServiceInterface: CancelForFilePath(), GetProgressStatusList() Add the following methods to DriveServiceObserver and wire these events: OnProgressUpdate(), OnAuthenticationFailed() Move the following types out from OperationRegistry: OperationType, OperationTransferState, OperationProgressUpdate, OperationProgressUpdateList Move the following functions out from OperationRegistry: OperationTypeToString(), OperationTransferStateToString() BUG=147358 TEST=git try -b linux_chromeos Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156830 Review URL: https://codereview.chromium.org/10916301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157316 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
drive: Stop exposing operation_registry() from DriveServiceInterface Remove DriveServiceInterface::operation_registry() Add the following methods to DriveServiceInterface: CancelForFilePath(), GetProgressStatusList() Add the following methods to DriveServiceObserver and wire these events: OnProgressUpdate(), OnAuthenticationFailed() Move the following types out from OperationRegistry: OperationType, OperationTransferState, OperationProgressUpdate, OperationProgressUpdateList Move the following functions out from OperationRegistry: OperationTypeToString(), OperationTransferStateToString() BUG=147358 TEST=git try -b linux_chromeos Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156830 Review URL: https://codereview.chromium.org/10916301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157316 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
drive: Stop exposing operation_registry() from DriveServiceInterface Remove DriveServiceInterface::operation_registry() Add the following methods to DriveServiceInterface: CancelForFilePath(), GetProgressStatusList() Add the following methods to DriveServiceObserver and wire these events: OnProgressUpdate(), OnAuthenticationFailed() Move the following types out from OperationRegistry: OperationType, OperationTransferState, OperationProgressUpdate, OperationProgressUpdateList Move the following functions out from OperationRegistry: OperationTypeToString(), OperationTransferStateToString() BUG=147358 TEST=git try -b linux_chromeos Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156830 Review URL: https://codereview.chromium.org/10916301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157316 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move Drive API files from chrome/browser/chromeos/gdata to chrome/browser/google_apis Remaining files will be moved in later CLs. BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10920091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157086 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
drive: Set a custom User-Agent header for Drive operations This allows the Drive backend to distinguish our client and process statistics nicely. This patch introduces two known issues (crbug.com/151605), which will be fixed at a later time. This patch is made small so we can merge it to M23 branch safely. BUG=150028 TEST=open chrome:net-internals; open Files.app; open Drive; click on a .txt file to fetch it. go to chrome:net-internals. Find the c Review URL: https://codereview.chromium.org/10963038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158103 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
drive: Stop exposing operation_registry() from DriveServiceInterface Remove DriveServiceInterface::operation_registry() Add the following methods to DriveServiceInterface: CancelForFilePath(), GetProgressStatusList() Add the following methods to DriveServiceObserver and wire these events: OnProgressUpdate(), OnAuthenticationFailed() Move the following types out from OperationRegistry: OperationType, OperationTransferState, OperationProgressUpdate, OperationProgressUpdateList Move the following functions out from OperationRegistry: OperationTypeToString(), OperationTransferStateToString() BUG=147358 TEST=git try -b linux_chromeos Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156830 Review URL: https://codereview.chromium.org/10916301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157316 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move basic operation components for Drive API to chrome/browser/google_apis directory This patch is separated from http://codereview.chromium.org/10920091/ Files to be moved are as follows: - gdata_errorcode.h - operation_registry.{cc,h} - operation_registry_unittest.cc - operation_base.{cc,h} - task_util.{cc,h} BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10913184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156112 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move basic operation components for Drive API to chrome/browser/google_apis directory This patch is separated from http://codereview.chromium.org/10920091/ Files to be moved are as follows: - gdata_errorcode.h - operation_registry.{cc,h} - operation_registry_unittest.cc - operation_base.{cc,h} - task_util.{cc,h} BUG=127855 TEST=pass all existing tests TBR=estade@chromium.org, ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10913184 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156112 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |