Description# it cannot be linked for android.
- add gyp 'host_arch' variable which is now required
- generate MSVS solution and projects for MSVS2013
- change to work with new signature of callback functions
- add helper AdblockPlus::Utils::ThrowException to throw js exceptions (it's used in callbacks).
- change to take into account renaming of v8::Persistent to v8::UniquePersistent
- add initializing of v8 platform and link with the static lib v8_libplatform.
- fix IdleNotification because 'v8::V8::IdleNotification' is not available anymore, we have to use 'isolate->IdleNotification(1000)'
- pass isolate argument when it's necessary
# depends on
# https://codereview.adblockplus.org/6233220328718336/ - Issue 1197- fix isolate management
# https://codereview.adblockplus.org/5145227803230208/ - Issue 1197 - adapt gyp variables
# https://codereview.adblockplus.org/5117069997637632/ - Issue 1548 - manually disable usage of v8_random_seed in gyp
Patch Set 1 #Patch Set 2 : update #Patch Set 3 : rebase and update #
MessagesTotal messages: 5
|