Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Issue 10381155: Added support for Google Drive's external app document type (Closed)

Created:
8 years, 7 months ago by zel
Modified:
8 years, 7 months ago
CC:
chromium-reviews, achuith+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Added support for handling external app documents. These should much behave pretty much the same as Google Documents with exception that they are hosted on external sites. This CL will expose them as files with .glink extension just like like drive clients do. BUG=126895 TEST=GDataParserTest.DocumentFeedJsonParser Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=137729

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -8 lines) Patch
M chrome/app/generated_resources.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_parser.h View 1 2 3 2 chunks +13 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_parser.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_parser_unittest.cc View 1 2 3 2 chunks +12 lines, -1 line 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/resources/file_manager/images/filetype_glink.png View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_type.js View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/chromeos/gdata/basic_feed.json View 1 chunk +84 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
zel
8 years, 7 months ago (2012-05-16 00:54:58 UTC) #1
zel
8 years, 7 months ago (2012-05-16 00:55:17 UTC) #2
Vladislav Kaznacheev
File Manager UI LGTM
8 years, 7 months ago (2012-05-16 08:02:33 UTC) #3
satorux1
LGTM http://codereview.chromium.org/10381155/diff/1005/chrome/browser/chromeos/gdata/gdata_parser.h File chrome/browser/chromeos/gdata/gdata_parser.h (right): http://codereview.chromium.org/10381155/diff/1005/chrome/browser/chromeos/gdata/gdata_parser.h#newcode379 chrome/browser/chromeos/gdata/gdata_parser.h:379: bool is_external_app() const { return (kind_ & 0x002200) ...
8 years, 7 months ago (2012-05-16 20:07:09 UTC) #4
zel
https://chromiumcodereview.appspot.com/10381155/diff/1005/chrome/browser/chromeos/gdata/gdata_parser.h File chrome/browser/chromeos/gdata/gdata_parser.h (right): https://chromiumcodereview.appspot.com/10381155/diff/1005/chrome/browser/chromeos/gdata/gdata_parser.h#newcode379 chrome/browser/chromeos/gdata/gdata_parser.h:379: bool is_external_app() const { return (kind_ & 0x002200) == ...
8 years, 7 months ago (2012-05-16 20:56:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/10381155/1007
8 years, 7 months ago (2012-05-16 20:56:49 UTC) #6
commit-bot: I haz the power
Presubmit check for 10381155-1007 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-16 20:57:09 UTC) #7
csilv
chrome/browser/resources lgtm
8 years, 7 months ago (2012-05-16 20:59:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zelidrag@chromium.org/10381155/1007
8 years, 7 months ago (2012-05-16 21:03:07 UTC) #9
commit-bot: I haz the power
8 years, 7 months ago (2012-05-16 21:32:10 UTC) #10
Try job failure for 10381155-1007 (retry) on linux_chromeos for step "compile"
(clobber build).
It's a second try, previously, step "compile" failed.
http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chro...

Powered by Google App Engine
This is Rietveld 408576698