index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
api
/
file_system
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ExtensionPrefs and friends to extensions/ directory.
derat@chromium.org
2014-01-22
1
-1
/
+1
*
Reject filesystem root entries as args for chrome.fileSystem functions.
sammc@chromium.org
2014-01-17
1
-0
/
+10
*
Make chrome.fileSystem.chooseEntry work on Google Drive directories.
kinaba@chromium.org
2014-01-17
2
-0
/
+69
*
Add tests for Google Drive integration in chrome.fileSystem API on Chrome OS.
kinaba@chromium.org
2014-01-16
1
-0
/
+124
*
Revert 242454 "Revert 242450 "Update some uses of UTF conversion..."
avi@chromium.org
2013-12-24
2
-5
/
+5
*
Revert 242450 "Update some uses of UTF conversions in chrome/bro..."
avi@chromium.org
2013-12-24
2
-5
/
+5
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
2
-5
/
+5
*
Add mount option parameter to ExternalMountPoints::RegisterFileSystem.
kinaba@chromium.org
2013-12-11
1
-1
/
+4
*
Convert string16 to use base namespace.
brettw@chromium.org
2013-12-09
1
-3
/
+3
*
Adds write-from-local-file support for the ImageWriterPrivate API.
haven@chromium.org
2013-12-04
1
-58
/
+16
*
Move directory creation functions to base namespace.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Remove ExtensionPrefFactory's dependency on Profile.
derat@chromium.org
2013-12-03
1
-0
/
+1
*
Simplify file_system_api::GetLastChooseEntryDirectory().
thestig@chromium.org
2013-11-04
3
-40
/
+30
*
Remove Profile dependency from ExtensionFunction
benwells@chromium.org
2013-10-28
2
-22
/
+21
*
Move APIPermission, APIPermissionSet, PermissionsInfo to top-level extensions.
yoz@chromium.org
2013-10-08
1
-1
/
+1
*
Fix an uninitialized field in the fileSystem.retainEntry implementation.
sammc@chromium.org
2013-10-02
2
-3
/
+2
*
Introduce AppsClient and use it in apps to get the loaded profiles list.
benwells@chromium.org
2013-09-13
1
-0
/
+1
*
Enable fileSystem.directory in dev channel.
sammc@chromium.org
2013-09-10
1
-9
/
+0
*
Fix a crash in the FileSystem API when the app window closes during a call.
sammc@chromium.org
2013-09-10
1
-0
/
+2
*
Implement graylisting for sensitive directories in the file system API.
sammc@chromium.org
2013-09-03
3
-4
/
+215
*
Add support for directory access to the file system API.
sammc@chromium.org
2013-08-29
3
-35
/
+206
*
Use only app permissions to decide if file entries should be writable.
sammc@chromium.org
2013-08-29
3
-221
/
+59
*
Replace path blacklisting by filesystem type whitelisting.
sammc@chromium.org
2013-08-23
2
-164
/
+11
*
Move apps tests from c/b/extensions to c/b/apps and refine DEPS.
benwells@chromium.org
2013-08-15
1
-1
/
+1
*
c/b/extensions: Do not use Value::Create*.
DHNishi@gmail.com
2013-08-14
1
-2
/
+2
*
Move ShellWindowRegistry to apps
benwells@chromium.org
2013-08-09
1
-2
/
+3
*
Manage fan-in for writable file entry checking on the UI thread.
sammc@chromium.org
2013-08-06
1
-22
/
+26
*
Add to sammc@chromium.org to chrome/browser/extensions/api/file_system/OWNERS.
sammc@chromium.org
2013-08-06
1
-0
/
+1
*
Support choosing multiple files with fileSystem.chooseEntry.
sammc@chromium.org
2013-08-02
3
-118
/
+356
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-1
/
+1
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
1
-1
/
+1
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
Move Copy* into the base namespace.
brettw@chromium.org
2013-07-09
1
-2
/
+2
*
Move ShellWindow into apps component.
benwells@chromium.org
2013-07-01
1
-1
/
+2
*
Move [Get|Set]LastChooseEntryDictionary from ExtensionPrefs to FileSystemAPI
rdevlin.cronin@chromium.org
2013-06-28
3
-37
/
+91
*
Revert 208927 "Move ShellWindow into apps component."
asvitkine@chromium.org
2013-06-27
1
-2
/
+1
*
Move ShellWindow into apps component.
benwells@chromium.org
2013-06-27
1
-1
/
+2
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
1
-6
/
+2
*
Convert most of extensions and some other random stuff to using the base name...
brettw@chromium.org
2013-06-21
1
-1
/
+1
*
Change ApiResourceManager to use ProfileKeyedApi.
patrickriordan177@gmail.com
2013-06-17
2
-3
/
+5
*
Use a direct include of strings headers in chrome/browser/extensions/, part 1.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 1.
avi@chromium.org
2013-06-09
2
-2
/
+2
*
Second try at better workaround for win dbg extensions api browser tests.
asargent@chromium.org
2013-06-05
1
-1
/
+7
*
File system API: whitelist the Downloads dir on Chrome OS.
hshi@chromium.org
2013-06-04
2
-5
/
+46
*
Don't return writable file entries from sensitive directories.
sammc@chromium.org
2013-05-31
2
-4
/
+124
*
Split FileAPI code for common|common_child|renderer
kinuko@chromium.org
2013-05-28
1
-2
/
+2
*
Add support for persistent file access in apps.
sammc@chromium.org
2013-05-25
3
-30
/
+207
*
Move more browser-specific webkit/fileapi code to webkit/browser/fileapi
kinuko@chromium.org
2013-05-24
1
-2
/
+2
*
Cleanup: Remove unneeded base/file_util.h includes in chrome.
thestig@chromium.org
2013-05-15
1
-2
/
+1
*
drive: Rename drive_file_sytem_util to file_system_util
satorux@chromium.org
2013-04-26
1
-1
/
+1
[next]