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

Issue 10663014: Add tests for chrome.fileSystem app API. (Closed)

Created:
8 years, 6 months ago by benwells
Modified:
8 years, 6 months ago
CC:
chromium-reviews, Aaron Boodman, kinuko+watch, mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

Add tests for chrome.fileSystem app API. BUG=132945 TEST=No testing required; automated tests added. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144017

Patch Set 1 #

Patch Set 2 : Fixed #

Total comments: 4

Patch Set 3 : Using new Blob constructor #

Total comments: 2

Patch Set 4 : Review feedback #

Patch Set 5 : Added licenses to js files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+517 lines, -0 lines) Patch
M chrome/browser/extensions/api/file_system/file_system_api.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/file_system/file_system_api.cc View 1 2 3 3 chunks +36 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/file_system/file_system_apitest.cc View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/get_display_path/background.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/get_display_path/manifest.json View 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/get_display_path/test.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/get_display_path/test.js View 1 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_background/background.js View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_background/manifest.json View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_cancel/background.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_cancel/manifest.json View 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_cancel/test.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_cancel/test.js View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_existing.txt View 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_existing/background.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_existing/manifest.json View 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_existing/test.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/open_existing/test.js View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_background/background.js View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_background/manifest.json View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_cancel/background.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_cancel/manifest.json View 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_cancel/test.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_cancel/test.js View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_existing/background.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_existing/manifest.json View 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_existing/test.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_existing/test.js View 1 2 3 4 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_new/background.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_new/manifest.json View 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_new/test.html View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/file_system/save_new/test.js View 1 2 3 4 1 chunk +51 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
benwells
chrome.fileSystem.getWritableFileEntry is not tested yet; I'm about to change the way it works and will ...
8 years, 6 months ago (2012-06-24 04:31:00 UTC) #1
kinuko
Drive-by comments (no need to wait my another review) http://codereview.chromium.org/10663014/diff/4002/chrome/test/data/extensions/api_test/file_system/open_existing/test.js File chrome/test/data/extensions/api_test/file_system/open_existing/test.js (right): http://codereview.chromium.org/10663014/diff/4002/chrome/test/data/extensions/api_test/file_system/open_existing/test.js#newcode20 chrome/test/data/extensions/api_test/file_system/open_existing/test.js:20: ...
8 years, 6 months ago (2012-06-24 09:55:57 UTC) #2
asargent_no_longer_on_chrome
LGTM http://codereview.chromium.org/10663014/diff/2002/chrome/browser/extensions/api/file_system/file_system_api.h File chrome/browser/extensions/api/file_system/file_system_api.h (right): http://codereview.chromium.org/10663014/diff/2002/chrome/browser/extensions/api/file_system/file_system_api.h#newcode24 chrome/browser/extensions/api/file_system/file_system_api.h:24: // Allow picker UI to be skipped in ...
8 years, 6 months ago (2012-06-25 17:47:01 UTC) #3
benwells
https://chromiumcodereview.appspot.com/10663014/diff/4002/chrome/test/data/extensions/api_test/file_system/open_existing/test.js File chrome/test/data/extensions/api_test/file_system/open_existing/test.js (right): https://chromiumcodereview.appspot.com/10663014/diff/4002/chrome/test/data/extensions/api_test/file_system/open_existing/test.js#newcode20 chrome/test/data/extensions/api_test/file_system/open_existing/test.js:20: fileWriter.write(bb.getBlob('text/plain')); On 2012/06/24 09:55:57, kinuko wrote: > Please use ...
8 years, 6 months ago (2012-06-25 19:07:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10663014/10002
8 years, 6 months ago (2012-06-25 19:08:20 UTC) #5
commit-bot: I haz the power
Presubmit check for 10663014-10002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-25 19:08:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benwells@chromium.org/10663014/8037
8 years, 6 months ago (2012-06-25 20:04:19 UTC) #7
commit-bot: I haz the power
8 years, 6 months ago (2012-06-25 21:23:20 UTC) #8
Change committed as 144017

Powered by Google App Engine
This is Rietveld 408576698