|
Make JsEngine::Evaluate() return a wrapper for v8::Value to access
different variable types easily
Total comments: 1
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1008 lines, -151 lines) |
Patch |
|
M |
convert_js.py
|
View
|
1
2
3
4
|
1 chunk |
+20 lines, -13 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus/FilterEngine.h
|
View
|
1
2
3
4
|
1 chunk |
+35 lines, -16 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus/JsEngine.h
|
View
|
1
2
3
4
|
1 chunk |
+28 lines, -1 line |
0 comments
|
Download
|
|
A |
include/AdblockPlus/JsValue.h
|
View
|
1
2
3
4
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
|
A |
lib/api.js
|
View
|
1
2
|
1 chunk |
+131 lines, -0 lines |
0 comments
|
Download
|
|
M |
lib/compat.js
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
libadblockplus.gyp
|
View
|
1
2
3
|
3 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/FilterEngine.cpp
|
View
|
1
2
|
3 chunks |
+168 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/JsEngine.cpp
|
View
|
1
2
3
|
2 chunks |
+31 lines, -9 lines |
0 comments
|
Download
|
|
A |
src/JsValue.cpp
|
View
|
1
|
1 chunk |
+185 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/FileSystemJsObject.cpp
|
View
|
1
2
3
|
2 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
test/FilterEngineStubs.cpp
|
View
|
1
2
|
1 chunk |
+54 lines, -42 lines |
0 comments
|
Download
|
|
M |
test/GlobalJsObject.cpp
|
View
|
1
2
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/JsEngine.cpp
|
View
|
1
2
3
|
2 chunks |
+25 lines, -4 lines |
0 comments
|
Download
|
|
A |
test/JsValue.cpp
|
View
|
1
2
|
1 chunk |
+215 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/WebRequest.cpp
|
View
|
1
2
3
|
2 chunks |
+16 lines, -16 lines |
0 comments
|
Download
|
Total messages: 6
|