chromium / axiom

Axiom Project
https://chromium.github.io/axiom/web_shell/
Apache License 2.0
53 stars 26 forks source link

Fix mkdir in domfs #223

Closed gaurave closed 9 years ago

gaurave commented 9 years ago

Review in order of #222 #223 #224 This adds exclusive option to be passed while calling domfs_util.mkdir API. Currently the domfs.mkdir sets this option to false by default. We should allow the api to take it as a parameter.

This fixes import command for dom-file-system.

@rpaquay

rpaquay commented 9 years ago

lgtm