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

Issue 132313009: New API to copy syncfs folder to localfs. (Closed)

Created:
6 years, 11 months ago by Gaurav
Modified:
6 years, 11 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, Nico
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

New API to copy syncfs folder to localfs. Changed the API to take a HTML5 DirectoryEntry. loadDirectory(DirectoryEntry entry). BUG=335299 TBR=thakis@chromiun.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245474

Patch Set 1 #

Total comments: 1

Patch Set 2 : added syncfs checkes #

Total comments: 1

Patch Set 3 : Made the api compatible with chrome.filesystem. #

Patch Set 4 : nit #

Patch Set 5 : nit #

Total comments: 9

Patch Set 6 : Addressed comments. #

Patch Set 7 : renamed path variables to make them more descriptive #

Patch Set 8 : fix path on windows. #

Patch Set 9 : #

Patch Set 10 : . #

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -151 lines) Patch
M chrome/browser/extensions/api/developer_private/developer_private_api.h View 1 2 3 4 5 6 2 chunks +17 lines, -23 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 2 3 4 5 6 7 8 9 10 8 chunks +103 lines, -120 lines 0 comments Download
M chrome/common/extensions/api/developer_private.idl View 1 2 3 4 1 chunk +3 lines, -8 lines 0 comments Download
M chrome/renderer/extensions/dispatcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/renderer/resources/extensions/developer_private_custom_bindings.js View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/renderer/resources/renderer_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Gaurav
https://codereview.chromium.org/132313009/diff/1/chrome/browser/extensions/api/developer_private/developer_private_api.cc File chrome/browser/extensions/api/developer_private/developer_private_api.cc (right): https://codereview.chromium.org/132313009/diff/1/chrome/browser/extensions/api/developer_private/developer_private_api.cc#newcode971 chrome/browser/extensions/api/developer_private/developer_private_api.cc:971: bool syncfs = true; Will update with syncfs folder ...
6 years, 11 months ago (2014-01-16 02:07:07 UTC) #1
Gaurav
6 years, 11 months ago (2014-01-16 02:31:39 UTC) #2
Gaurav
6 years, 11 months ago (2014-01-16 02:55:06 UTC) #3
kinuko
https://chromiumcodereview.appspot.com/132313009/diff/50001/chrome/browser/extensions/api/developer_private/developer_private_api.cc File chrome/browser/extensions/api/developer_private/developer_private_api.cc (right): https://chromiumcodereview.appspot.com/132313009/diff/50001/chrome/browser/extensions/api/developer_private/developer_private_api.cc#newcode966 chrome/browser/extensions/api/developer_private/developer_private_api.cc:966: if (is_syncfs_url) { A preferred way to check this ...
6 years, 11 months ago (2014-01-16 04:42:23 UTC) #4
Gaurav
6 years, 11 months ago (2014-01-16 21:48:26 UTC) #5
asargent_no_longer_on_chrome
lgtm assuming you fix nits and address kinuko's feedback https://codereview.chromium.org/132313009/diff/120008/chrome/browser/extensions/api/developer_private/developer_private_api.cc File chrome/browser/extensions/api/developer_private/developer_private_api.cc (right): https://codereview.chromium.org/132313009/diff/120008/chrome/browser/extensions/api/developer_private/developer_private_api.cc#newcode964 chrome/browser/extensions/api/developer_private/developer_private_api.cc:964: ...
6 years, 11 months ago (2014-01-16 22:57:33 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grv@chromium.org/132313009/240001
6 years, 11 months ago (2014-01-16 23:34:19 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=45218
6 years, 11 months ago (2014-01-17 00:03:20 UTC) #8
Gaurav
On 2014/01/17 00:03:20, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 11 months ago (2014-01-17 00:21:14 UTC) #9
Gaurav
https://codereview.chromium.org/132313009/diff/120008/chrome/browser/extensions/api/developer_private/developer_private_api.cc File chrome/browser/extensions/api/developer_private/developer_private_api.cc (right): https://codereview.chromium.org/132313009/diff/120008/chrome/browser/extensions/api/developer_private/developer_private_api.cc#newcode964 chrome/browser/extensions/api/developer_private/developer_private_api.cc:964: size_t pos = 0; On 2014/01/16 22:57:33, Antony Sargent ...
6 years, 11 months ago (2014-01-17 00:21:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grv@chromium.org/132313009/240001
6 years, 11 months ago (2014-01-17 00:21:46 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_x64_rel for step(s) base_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_x64_rel&number=68194
6 years, 11 months ago (2014-01-17 02:41:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grv@chromium.org/132313009/580001
6 years, 11 months ago (2014-01-17 03:27:45 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) app_list_unittests, ash_unittests, aura_unittests, cacheinvalidation_unittests, cc_unittests, check_deps, ...
6 years, 11 months ago (2014-01-17 04:02:42 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grv@chromium.org/132313009/730002
6 years, 11 months ago (2014-01-17 04:07:39 UTC) #15
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=247840
6 years, 11 months ago (2014-01-17 04:46:14 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grv@chromium.org/132313009/370003
6 years, 11 months ago (2014-01-17 05:14:18 UTC) #17
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=247866
6 years, 11 months ago (2014-01-17 05:49:05 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grv@chromium.org/132313009/670002
6 years, 11 months ago (2014-01-17 07:02:17 UTC) #19
commit-bot: I haz the power
6 years, 11 months ago (2014-01-17 10:02:18 UTC) #20
Message was sent while issue was closed.
Change committed as 245474

Powered by Google App Engine
This is Rietveld 408576698