Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29428624: Issue 5180 - stop using of WebRequestPtr in tests (Closed)

Created:
May 3, 2017, 2:07 p.m. by sergei
Modified:
May 8, 2017, 11:09 a.m.
Reviewers:
hub
CC:
Felix Dahlke
Base URL:
https://github.com/adblockplus/libadblockplus.git
Visibility:
Public.

Description

- rename WebRequestPtr to WebRequestSharedPtr - remove usage of JsEngine::GetWebRequest in tests The next step will be introduction of asynchronous WebRequest and WebRequestPtr which is std::unique_ptr to it. # I'm basically using compiler to help refactoring here. If you wonder some of the rest changes are currently available here https://github.com/abby-sergz/libadblockplus/commits/ci-issue5180-p3

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -23 lines) Patch
M include/AdblockPlus/JsEngine.h View 3 chunks +3 lines, -3 lines 0 comments Download
M include/AdblockPlus/WebRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M src/JsEngine.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M test/BaseJsTest.h View 1 chunk +1 line, -1 line 0 comments Download
M test/FilterEngine.cpp View 6 chunks +6 lines, -7 lines 0 comments Download
M test/JsEngine.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M test/Notification.cpp View 1 chunk +1 line, -1 line 0 comments Download
M test/Prefs.cpp View 1 chunk +1 line, -1 line 0 comments Download
M test/UpdateCheck.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
sergei
May 3, 2017, 2:11 p.m. (2017-05-03 14:11:59 UTC) #1
hub
May 3, 2017, 4:33 p.m. (2017-05-03 16:33:33 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld