|
Don`t use references to JsEngine to avoid use-after-free errors,
switch to shared_ptr instead
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+360 lines, -339 lines) |
Patch |
|
M |
include/AdblockPlus/FilterEngine.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus/JsEngine.h
|
View
|
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
|
M |
include/AdblockPlus/JsValue.h
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
shell/src/GcCommand.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
shell/src/GcCommand.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
shell/src/Main.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/AppInfoJsObject.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/AppInfoJsObject.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ConsoleJsObject.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/ConsoleJsObject.cpp
|
View
|
|
1 chunk |
+6 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/FileSystemJsObject.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/FileSystemJsObject.cpp
|
View
|
|
7 chunks |
+29 lines, -30 lines |
0 comments
|
Download
|
|
M |
src/FilterEngine.cpp
|
View
|
|
7 chunks |
+22 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/GlobalJsObject.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/GlobalJsObject.cpp
|
View
|
|
2 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/JsEngine.cpp
|
View
|
|
3 chunks |
+42 lines, -25 lines |
3 comments
|
Download
|
|
M |
src/JsValue.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/WebRequestJsObject.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/WebRequestJsObject.cpp
|
View
|
|
2 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
|
M |
test/AppInfoJsObject.cpp
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/ConsoleJsObject.cpp
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
test/FileSystemJsObject.cpp
|
View
|
|
1 chunk |
+59 lines, -59 lines |
0 comments
|
Download
|
|
M |
test/FilterEngineStubs.cpp
|
View
|
|
5 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
|
M |
test/GlobalJsObject.cpp
|
View
|
|
1 chunk |
+16 lines, -16 lines |
0 comments
|
Download
|
|
M |
test/JsEngine.cpp
|
View
|
|
1 chunk |
+38 lines, -38 lines |
0 comments
|
Download
|
|
M |
test/JsValue.cpp
|
View
|
|
7 chunks |
+22 lines, -22 lines |
0 comments
|
Download
|
|
M |
test/WebRequest.cpp
|
View
|
|
1 chunk |
+45 lines, -45 lines |
0 comments
|
Download
|
Total messages: 4
|