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

Issue 29706560: Issue 5179 - Implement asynchronous executor with a controllable lifetime (Closed)

Created:
Feb. 23, 2018, 10:29 a.m. by sergei
Modified:
March 13, 2018, 1:19 p.m.
Reviewers:
hub, Oleksandr
CC:
René Jeschke
Base URL:
https://github.com/adblockplus/libadblockplus.git
Visibility:
Public.

Patch Set 1 #

Total comments: 7

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+617 lines, -23 lines) Patch
M .travis.yml View 1 chunk +1 line, -1 line 0 comments Download
A include/AdblockPlus/ActiveObject.h View 1 chunk +60 lines, -0 lines 0 comments Download
A include/AdblockPlus/AsyncExecutor.h View 1 chunk +65 lines, -0 lines 0 comments Download
M include/AdblockPlus/Platform.h View 1 chunk +0 lines, -1 line 0 comments Download
A include/AdblockPlus/SynchronizedCollection.h View 1 1 chunk +81 lines, -0 lines 0 comments Download
M libadblockplus.gyp View 2 chunks +6 lines, -0 lines 0 comments Download
A src/ActiveObject.cpp View 1 chunk +67 lines, -0 lines 0 comments Download
A src/AsyncExecutor.cpp View 1 chunk +68 lines, -0 lines 0 comments Download
M src/Platform.cpp View 1 7 chunks +33 lines, -21 lines 0 comments Download
A test/AsyncExecutor.cpp View 1 chunk +236 lines, -0 lines 0 comments Download

Messages

Total messages: 4
sergei
https://codereview.adblockplus.org/29706560/diff/29706561/.travis.yml File .travis.yml (right): https://codereview.adblockplus.org/29706560/diff/29706561/.travis.yml#newcode44 .travis.yml:44: - travis_wait 30 make ${BUILD_ACTION} LIBV8_LIB_DIR=../third_party/prebuilt-v8/ LIBV8_INCLUDE_DIR=third_party/prebuilt-v8/include After numerous ...
Feb. 23, 2018, 11:16 a.m. (2018-02-23 11:16:42 UTC) #1
hub
https://codereview.adblockplus.org/29706560/diff/29706561/include/AdblockPlus/SynchronizedCollection.h File include/AdblockPlus/SynchronizedCollection.h (right): https://codereview.adblockplus.org/29706560/diff/29706561/include/AdblockPlus/SynchronizedCollection.h#newcode61 include/AdblockPlus/SynchronizedCollection.h:61: * Extracts normally a firtst of currently stored elements ...
Feb. 23, 2018, 10:59 p.m. (2018-02-23 22:59:35 UTC) #2
sergei
https://codereview.adblockplus.org/29706560/diff/29706561/include/AdblockPlus/SynchronizedCollection.h File include/AdblockPlus/SynchronizedCollection.h (right): https://codereview.adblockplus.org/29706560/diff/29706561/include/AdblockPlus/SynchronizedCollection.h#newcode61 include/AdblockPlus/SynchronizedCollection.h:61: * Extracts normally a firtst of currently stored elements ...
March 1, 2018, 11:18 a.m. (2018-03-01 11:18:38 UTC) #3
hub
March 1, 2018, 6:43 p.m. (2018-03-01 18:43:03 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld