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

Issue 29433591: Issue 5180 - start to inject implementation of WebRequest into JsEngine::ctr (Closed)

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

Description

In order to unify the approach JsEngineCreationParameters is introduced in tests. In the affected places the implementation of timer is also injected, however not always throwing or noop. Add: - ThrowingTimer - NoopTimer - NoopWebRequest

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -53 lines) Patch
M test/BaseJsTest.h View 4 chunks +35 lines, -5 lines 0 comments Download
M test/BaseJsTest.cpp View 1 chunk +16 lines, -3 lines 0 comments Download
M test/FilterEngine.cpp View 5 chunks +27 lines, -18 lines 0 comments Download
M test/GlobalJsObject.cpp View 1 chunk +10 lines, -1 line 0 comments Download
M test/Notification.cpp View 1 chunk +8 lines, -6 lines 0 comments Download
M test/Prefs.cpp View 2 chunks +10 lines, -9 lines 0 comments Download
M test/UpdateCheck.cpp View 3 chunks +9 lines, -8 lines 0 comments Download
M test/WebRequest.cpp View 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 2
sergei
May 8, 2017, 12:09 p.m. (2017-05-08 12:09:11 UTC) #1
hub
May 8, 2017, 2:30 p.m. (2017-05-08 14:30:58 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld