Opened on 08/22/2017 at 02:36:02 PM

Closed on 09/27/2017 at 07:33:48 AM

#5556 closed change (fixed)

Update to use libadblockplus revision hg:566f64c8a2a8

Reported by: sergz Assignee:
Priority: Unknown Milestone:
Module: Libadblockplus-Android Keywords:
Cc: asmirnov Blocked By: #5569, #5617
Blocking: #5643 Platform: Unknown / Cross platform
Ready: no Confidential: no
Tester: Unknown Verified working: no
Review URL(s):

https://codereview.adblockplus.org/29523679/
https://codereview.adblockplus.org/29523682/
https://codereview.adblockplus.org/29524565/
https://codereview.adblockplus.org/29526696/
https://codereview.adblockplus.org/29526710/
https://codereview.adblockplus.org/29527821/
https://codereview.adblockplus.org/29533564/
https://codereview.adblockplus.org/29533572/
https://codereview.adblockplus.org/29536596/
https://codereview.adblockplus.org/29536604/
https://codereview.adblockplus.org/29536629/
https://codereview.adblockplus.org/29537555/

Description (last modified by sergz)

Background

adblockpluscore has been updated in libadblockplus, there are some changes affecting the size of memory usage, therefore it would be good to update libadblockplus in libadblockplus-android as soon as possible at least to measure the current memory usage. For the full list of changes in adblockpluscore introduced into libadblockplus please see #5475.

Ticket Summary Component
#5617 Provide with async executor bound to Platform. Libadblockplus
#5570 Make V8 isolate injectable into JsEngine. Libadblockplus
#5569 Add a temporary possibility to use synchronous interfaces of WebRequest and FileSystem Libadblockplus
#5568 Improve string handling by splitting read strings into only ASCII and non-ASCII strings Libadblockplus
#5552 Use strict mode for all JS in libadblocklus Libadblockplus
#5508 Implement virtual file system in tests. Libadblockplus
#5506 Fix Notification test Libadblockplus
#5475 Update adblockpluscore dependency to revision hg:b935a0402215 Libadblockplus
#5450 Modularize libadblockplus Libadblockplus
#5393 compile issue with latest libadblockplus code for android platform (linux os) Libadblockplus
#5267 Add support of 64 bit android Libadblockplus
#5183 Make interface of FileSystem asynchronous Libadblockplus
#5180 Make interface of WebRequest asynchronous Libadblockplus
#4983 Get rid of Sleep() in the WebRequest test Libadblockplus
#4938 [meta] Unit tests are full of race conditions Libadblockplus
#4832 The API to initialize I/O resources is inherently racy Libadblockplus
#4711 Custom thread class leaks resources on Windows Libadblockplus


e530495163f2Noissue - remove additional empty lineSergei Zabolotskikh
2cb6e4491fc2Noissue - fix overlooked comment for Platform::GetLogSystemSergei Zabolotskikh
233aac8400deNoissue - Updated copyright yearWladimir Palant
7f3818ccb4d1Noissue - fix the value of gyp -Gandroid_ndk_version parameter in accordance to the used Android NDKSergei Zabolotskikh
8b825a798649Noissue - fix running of native tests on androidSergei Zabolotskikh
cd1d9588cc56Noissue - Fix a constructor order warningHubert Figuière
937936b9df5aNoissue - set default values for platform interfaces to nullptrSergei Zabolotskikh
e59e76660ee9Noissue - remove unnecessary sleeps in FileSystemJsObject testsSergei Zabolotskikh
ffd0d8ba35feNoissue - code style: use override for overridden methods of MockFileSystemSergei Zabolotskikh
b16c48c68880Noissue - remove unnecessary including of v8.hSergei Zabolotskikh

What to change

Prepare and update libadblockplus-binaries dependency to libadblockplus hg:566f64c8a2a8 revision as well as adapt the code.

Attachments (0)

Change History (25)

comment:1 Changed on 08/22/2017 at 02:43:00 PM by sergz

  • Review URL(s) modified (diff)

comment:2 Changed on 08/23/2017 at 11:51:20 AM by sergz

  • Review URL(s) modified (diff)

comment:3 Changed on 08/24/2017 at 06:21:29 PM by sergz

  • Blocked By 5569 added
  • Description modified (diff)

comment:4 Changed on 08/25/2017 at 05:47:21 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:36e9993fa36c

comment:5 Changed on 08/25/2017 at 05:52:12 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:36e9993fa36c

comment:6 Changed on 08/25/2017 at 06:15:56 PM by asmirnov

  • Review URL(s) modified (diff)

comment:7 Changed on 08/29/2017 at 10:30:08 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:36e9993fa36c

comment:8 Changed on 08/29/2017 at 10:35:24 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:36e9993fa36c

comment:9 Changed on 08/29/2017 at 10:45:48 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:36e9993fa36c

comment:10 Changed on 08/29/2017 at 10:52:59 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:36e9993fa36c

comment:11 Changed on 09/01/2017 at 09:43:18 AM by sergz

  • Review URL(s) modified (diff)

comment:12 Changed on 09/04/2017 at 11:09:31 AM by sergz

  • Blocked By 5617 added

comment:13 Changed on 09/05/2017 at 12:24:44 PM by sergz

  • Review URL(s) modified (diff)

comment:14 Changed on 09/05/2017 at 12:57:41 PM by sergz

  • Review URL(s) modified (diff)

comment:15 Changed on 09/05/2017 at 01:27:19 PM by sergz

  • Review URL(s) modified (diff)

comment:16 Changed on 09/05/2017 at 06:02:39 PM by sergz

  • Description modified (diff)
  • Summary changed from Update to use libadblockplus revision hg:36e9993fa36c to Update to use libadblockplus revision hg:566f64c8a2a8

New changes simplifying the update had been landed in libadblockplus, therefore the issue description has been updated.

comment:17 Changed on 09/06/2017 at 08:15:59 AM by asmirnov

  • Review URL(s) modified (diff)

comment:18 Changed on 09/07/2017 at 11:34:36 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8

comment:19 Changed on 09/08/2017 at 09:23:54 AM by sergz

  • Blocking 5643 added

comment:20 Changed on 09/08/2017 at 09:39:24 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8

comment:21 Changed on 09/08/2017 at 09:53:24 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8

comment:22 Changed on 09/08/2017 at 10:26:22 AM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8

comment:23 Changed on 09/08/2017 at 07:50:54 PM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8

comment:24 Changed on 09/11/2017 at 12:31:34 PM by abpbot

A commit referencing this issue has landed:
Issue 5556 - Update to use libadblockplus revision hg:566f64c8a2a8

comment:25 Changed on 09/27/2017 at 07:33:48 AM by sergz

  • Resolution set to fixed
  • Status changed from new to closed

Add Comment

Modify Ticket

Change Properties
Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none).
 
Note: See TracTickets for help on using tickets.