|
This is only the starting point: a _request.GET() method is being injected now, a JS-based XMLHttpRequest implementation needs to be built around that. Also, a callback to retrieve URLs has been added but no implementations for this callback yet (there will be three implementations from the look of it).
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+272 lines, -31 lines) |
Patch |
|
M |
include/AdblockPlus.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus/JsEngine.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
A |
include/AdblockPlus/WebRequest.h
|
View
|
1
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
|
M |
libadblockplus.gyp
|
View
|
1
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
shell/src/Main.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/GlobalJsObject.h
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/GlobalJsObject.cpp
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
src/JsEngine.cpp
|
View
|
|
2 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
|
A |
src/WebRequest.cpp
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/WebRequestJsObject.h
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/WebRequestJsObject.cpp
|
View
|
1
|
1 chunk |
+133 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/ConsoleJsObject.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
test/FilterEngineStubs.cpp
|
View
|
1
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
test/GlobalJsObject.cpp
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
test/JsEngine.cpp
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
A |
test/WebRequest.cpp
|
View
|
1
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5
|