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

Issue 10869067: Deliver attach intent to packaged apps (Closed)

Created:
8 years, 4 months ago by thorogood
Modified:
8 years, 3 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, Aaron Boodman, groby+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, gbillock+watch_chromium.org, smckay+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

This forwards through a DOMFileSystem of the attached media device to interested packaged apps, via Web Intent data. BUG=144520 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154112

Patch Set 1 #

Patch Set 2 : Delivers DOMFileSystem to packaged apps #

Patch Set 3 : Reverted some extraneous stuff #

Patch Set 4 : r #

Total comments: 3

Patch Set 5 : sync to head #

Total comments: 6

Patch Set 6 : comment #

Total comments: 2

Patch Set 7 : DCHECK #

Patch Set 8 : Allowed file contents to actually be read #

Total comments: 12

Patch Set 9 : Sync to head, jhawkins comments #

Patch Set 10 : Fixes build error -- oops #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -35 lines) Patch
M chrome/browser/extensions/api/app_runtime/app_runtime_api.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/extensions/platform_app_launcher.cc View 1 2 3 4 5 6 7 8 9 5 chunks +47 lines, -32 lines 0 comments Download
M chrome/renderer/extensions/file_system_natives.cc View 1 2 3 4 5 6 7 8 2 chunks +12 lines, -3 lines 0 comments Download
M chrome/renderer/resources/extensions/app_runtime_custom_bindings.js View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
thorogood
8 years, 3 months ago (2012-08-27 07:05:34 UTC) #1
benwells
https://chromiumcodereview.appspot.com/10869067/diff/5001/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc File chrome/browser/extensions/api/app_runtime/app_runtime_api.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/5001/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc#newcode94 chrome/browser/extensions/api/app_runtime/app_runtime_api.cc:94: intent_data->SetString("baseName", web_intent_data.root_name); I don't understand why we need to ...
8 years, 3 months ago (2012-08-27 08:25:51 UTC) #2
James Hawkins
chrome/browser/resources LGTM
8 years, 3 months ago (2012-08-27 13:35:18 UTC) #3
thorogood
https://chromiumcodereview.appspot.com/10869067/diff/5001/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc File chrome/browser/extensions/api/app_runtime/app_runtime_api.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/5001/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc#newcode94 chrome/browser/extensions/api/app_runtime/app_runtime_api.cc:94: intent_data->SetString("baseName", web_intent_data.root_name); On 2012/08/27 08:25:51, benwells wrote: > I ...
8 years, 3 months ago (2012-08-27 22:45:54 UTC) #4
thorogood
This is still ready for review. PTAL. https://chromiumcodereview.appspot.com/10869067/diff/5001/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc File chrome/browser/extensions/api/app_runtime/app_runtime_api.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/5001/chrome/browser/extensions/api/app_runtime/app_runtime_api.cc#newcode94 chrome/browser/extensions/api/app_runtime/app_runtime_api.cc:94: intent_data->SetString("baseName", web_intent_data.root_name); ...
8 years, 3 months ago (2012-08-28 07:41:15 UTC) #5
benwells
lgtm, but remove the commented out security code if it isn't needed (or uncomment it ...
8 years, 3 months ago (2012-08-28 08:50:51 UTC) #6
kinuko
https://chromiumcodereview.appspot.com/10869067/diff/10001/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/10001/chrome/browser/extensions/platform_app_launcher.cc#newcode296 chrome/browser/extensions/platform_app_launcher.cc:296: // TODO(thorogood): We may need to revisit this. On ...
8 years, 3 months ago (2012-08-28 10:58:33 UTC) #7
Greg Billock
On 2012/08/28 10:58:33, kinuko wrote: > https://chromiumcodereview.appspot.com/10869067/diff/10001/chrome/browser/extensions/platform_app_launcher.cc > File chrome/browser/extensions/platform_app_launcher.cc (right): > > https://chromiumcodereview.appspot.com/10869067/diff/10001/chrome/browser/extensions/platform_app_launcher.cc#newcode296 > ...
8 years, 3 months ago (2012-08-28 15:41:42 UTC) #8
thorogood
https://chromiumcodereview.appspot.com/10869067/diff/10001/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/10001/chrome/browser/extensions/platform_app_launcher.cc#newcode296 chrome/browser/extensions/platform_app_launcher.cc:296: // TODO(thorogood): We may need to revisit this. On ...
8 years, 3 months ago (2012-08-28 23:48:11 UTC) #9
benwells
https://chromiumcodereview.appspot.com/10869067/diff/15001/chrome/browser/media_gallery/media_storage_util.cc File chrome/browser/media_gallery/media_storage_util.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/15001/chrome/browser/media_gallery/media_storage_util.cc#newcode108 chrome/browser/media_gallery/media_storage_util.cc:108: if (prefix_length != std::string::npos) { Nit: This should be ...
8 years, 3 months ago (2012-08-29 00:00:14 UTC) #10
thorogood
https://chromiumcodereview.appspot.com/10869067/diff/15001/chrome/browser/media_gallery/media_storage_util.cc File chrome/browser/media_gallery/media_storage_util.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/15001/chrome/browser/media_gallery/media_storage_util.cc#newcode108 chrome/browser/media_gallery/media_storage_util.cc:108: if (prefix_length != std::string::npos) { On 2012/08/29 00:00:14, benwells ...
8 years, 3 months ago (2012-08-29 00:16:35 UTC) #11
thorogood
https://chromiumcodereview.appspot.com/10869067/diff/10001/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/10001/chrome/browser/extensions/platform_app_launcher.cc#newcode296 chrome/browser/extensions/platform_app_launcher.cc:296: // TODO(thorogood): We may need to revisit this. On ...
8 years, 3 months ago (2012-08-29 01:34:14 UTC) #12
James Hawkins
https://chromiumcodereview.appspot.com/10869067/diff/16002/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/16002/chrome/browser/extensions/platform_app_launcher.cc#newcode234 chrome/browser/extensions/platform_app_launcher.cc:234: class PlatformAppGrantIntentLauncher I don't understand the name of this ...
8 years, 3 months ago (2012-08-29 22:46:51 UTC) #13
James Hawkins
+vandebo for media gallery.
8 years, 3 months ago (2012-08-29 22:47:42 UTC) #14
vandebo (ex-Chrome)
Do you need to rebase again? The MediaStorageUtil bug has been fixed and a unit ...
8 years, 3 months ago (2012-08-29 22:51:48 UTC) #15
vandebo (ex-Chrome)
+kmadhusu@ as she's most familiar with the device attach intent.
8 years, 3 months ago (2012-08-29 22:54:30 UTC) #16
thorogood
https://chromiumcodereview.appspot.com/10869067/diff/16002/chrome/browser/extensions/platform_app_launcher.cc File chrome/browser/extensions/platform_app_launcher.cc (right): https://chromiumcodereview.appspot.com/10869067/diff/16002/chrome/browser/extensions/platform_app_launcher.cc#newcode234 chrome/browser/extensions/platform_app_launcher.cc:234: class PlatformAppGrantIntentLauncher On 2012/08/29 22:46:51, James Hawkins wrote: > ...
8 years, 3 months ago (2012-08-30 01:36:28 UTC) #17
thorogood
8 years, 3 months ago (2012-08-30 01:45:38 UTC) #18
not at google - send to devlin
lgtm
8 years, 3 months ago (2012-08-30 01:58:31 UTC) #19
James Hawkins
LGTM
8 years, 3 months ago (2012-08-30 02:07:32 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10869067/14011
8 years, 3 months ago (2012-08-30 02:21:06 UTC) #21
commit-bot: I haz the power
Try job failure for 10869067-14011 (retry) on mac_rel for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-30 02:43:53 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10869067/13004
8 years, 3 months ago (2012-08-30 02:49:31 UTC) #23
commit-bot: I haz the power
Try job failure for 10869067-13004 (retry) (retry) on win for step "compile" (clobber build). It's ...
8 years, 3 months ago (2012-08-30 04:24:13 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10869067/13004
8 years, 3 months ago (2012-08-30 04:42:08 UTC) #25
commit-bot: I haz the power
Try job failure for 10869067-13004 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-08-30 05:50:27 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10869067/13004
8 years, 3 months ago (2012-08-30 07:58:46 UTC) #27
commit-bot: I haz the power
8 years, 3 months ago (2012-08-30 10:19:36 UTC) #28
Change committed as 154112

Powered by Google App Engine
This is Rietveld 408576698