DescriptionFix up _some_ web app directory StrictMode violations
* Enable Webapp document instancing for any devices running >= L.
Tablets running Lollipop don't have any real reason to be
excluded.
* Shifts code around so that directory accesses are all done on a
background thread.
* webapp -> web app where it makes sense to change them in comments..
* Moves a function for recursively deleting files into a new file
called FileUtilities.java. I wanted to amend TestFileUtil.java,
but that's accessible only from tests.
* Adds unit tests for the WebappDirectoryManager.
BUG=525781
Committed: https://crrev.com/8f7955c0e5a30d3d626f3cfbda53b2fab2717611
Cr-Commit-Position: refs/heads/master@{#350807}
Patch Set 1 #Patch Set 2 : #Patch Set 3 : Fixing conditional #
Total comments: 6
Patch Set 4 : Comments, rebasing #
Total comments: 13
Patch Set 5 : Comments #Patch Set 6 : not not not not #Patch Set 7 : Making the class less ugly, hopefully #
Total comments: 8
Patch Set 8 : comments #Patch Set 9 : #Messages
Total messages: 28 (5 generated)
|