|
I've implemented the File I/O API we seem to need, that is:
- read
- write
- move
- remove
- stat
I began to fight duplication, but there's still some in the code base. I'm planning to create a common base class for all the JS objects with some base callback thread class like IoThread at some point.
Total comments: 26
Total comments: 3
Total comments: 16
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+952 lines, -201 lines) |
Patch |
|
M |
include/AdblockPlus.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
include/AdblockPlus/DefaultFileSystem.h
|
View
|
1
2
3
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
|
R |
include/AdblockPlus/FileReader.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
A |
include/AdblockPlus/FileSystem.h
|
View
|
1
2
3
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus/FilterEngine.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus/JsEngine.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
A |
include/AdblockPlus/tr1_memory.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
lib/compat.js
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
lib/io.js
|
View
|
1
|
3 chunks |
+16 lines, -103 lines |
0 comments
|
Download
|
|
M |
libadblockplus.gyp
|
View
|
1
2
3
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
shell/src/Main.cpp
|
View
|
1
2
3
|
3 chunks |
+2 lines, -14 lines |
0 comments
|
Download
|
|
A |
src/DefaultFileSystem.cpp
|
View
|
1
2
3
4
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
|
R |
src/FileReader.cpp
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
A |
src/FileSystemJsObject.h
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/FileSystemJsObject.cpp
|
View
|
1
2
3
4
|
1 chunk |
+370 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/GlobalJsObject.h
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/GlobalJsObject.cpp
|
View
|
1
2
|
2 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/JsEngine.cpp
|
View
|
1
2
3
|
4 chunks |
+12 lines, -15 lines |
0 comments
|
Download
|
|
A |
src/Utils.h
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/Utils.cpp
|
View
|
1
2
3
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/DefaultFileSystem.cpp
|
View
|
1
2
3
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/FileSystemJsObject.cpp
|
View
|
1
2
3
|
1 chunk |
+233 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/JsEngine.cpp
|
View
|
1
2
3
|
4 chunks |
+40 lines, -22 lines |
0 comments
|
Download
|
Total messages: 10
|