|
|
- make JsValue movable
- remove V8ValueHolder.h
- use pointer (std::unique_ptr<v8::Persistent<v8::Context>>) instead of member to avoid including v8.h in the public library header.
Total comments: 1
Total comments: 2
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+37 lines, -116 lines) |
Patch |
 |
M |
include/AdblockPlus/FilterEngine.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
include/AdblockPlus/JsEngine.h
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
include/AdblockPlus/JsValue.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
include/AdblockPlus/Notification.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
include/AdblockPlus/V8ValueHolder.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
 |
M |
src/FilterEngine.cpp
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
src/JsContext.cpp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/JsEngine.cpp
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/JsValue.cpp
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
src/Notification.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 19
|