Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Issue 227233006: Make net use v8 through gin (Closed)

Created:
6 years, 8 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 8 months ago
Reviewers:
eroman, abarth-chromium
CC:
chromium-reviews, cbentzel+watch_chromium.org, viettrungluu+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Visibility:
Public.

Description

Make net use v8 through gin - no longer try to use the default isolate (we want to remove it from v8) - add the option to gin to manage an isolate in non-strict mode BUG=359977 R=eroman@chromium.org,abarth@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262559

Patch Set 1 #

Patch Set 2 : updates #

Total comments: 1

Patch Set 3 : updates #

Total comments: 2

Patch Set 4 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -90 lines) Patch
M chrome/app/android/chrome_android_initializer.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 2 chunks +0 lines, -14 lines 0 comments Download
M chrome/browser/net/proxy_service_factory.cc View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M gin/isolate_holder.cc View 3 chunks +10 lines, -7 lines 0 comments Download
M gin/public/isolate_holder.h View 1 chunk +7 lines, -1 line 0 comments Download
M gin/shell/gin_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M gin/shell_runner_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gin/test/file_runner.cc View 1 chunk +1 line, -1 line 0 comments Download
M gin/test/v8_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M mojo/apps/js/main.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_resolver_perftest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M net/proxy/proxy_resolver_v8.h View 1 2 3 chunks +9 lines, -13 lines 0 comments Download
M net/proxy/proxy_resolver_v8.cc View 1 2 3 2 chunks +20 lines, -33 lines 0 comments Download
M net/test/run_all_unittests.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jochen (gone - plz use gerrit)
6 years, 8 months ago (2014-04-07 11:40:22 UTC) #1
abarth-chromium
LGTM https://codereview.chromium.org/227233006/diff/20001/net/proxy/proxy_resolver_v8.cc File net/proxy/proxy_resolver_v8.cc (right): https://codereview.chromium.org/227233006/diff/20001/net/proxy/proxy_resolver_v8.cc#newcode772 net/proxy/proxy_resolver_v8.cc:772: g_default_isolate_ = Should we rename this variable? It's ...
6 years, 8 months ago (2014-04-07 17:13:55 UTC) #2
jochen (gone - plz use gerrit)
On 2014/04/07 17:13:55, abarth wrote: > LGTM > > https://codereview.chromium.org/227233006/diff/20001/net/proxy/proxy_resolver_v8.cc > File net/proxy/proxy_resolver_v8.cc (right): > ...
6 years, 8 months ago (2014-04-07 20:02:19 UTC) #3
jochen (gone - plz use gerrit)
Eric, could you please review the changes under net/?
6 years, 8 months ago (2014-04-08 17:30:25 UTC) #4
eroman
LGTM. What is the memory impact during the transition? (i.e. is there still a default ...
6 years, 8 months ago (2014-04-08 19:47:24 UTC) #5
jochen (gone - plz use gerrit)
It's more or less one TLS key and an "v8::internal::Isolate" object that gets wasted (note ...
6 years, 8 months ago (2014-04-08 20:43:39 UTC) #6
jochen (gone - plz use gerrit)
The CQ bit was checked by jochen@chromium.org
6 years, 8 months ago (2014-04-08 20:44:04 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/227233006/60001
6 years, 8 months ago (2014-04-08 20:44:24 UTC) #8
commit-bot: I haz the power
6 years, 8 months ago (2014-04-08 23:58:17 UTC) #9
Message was sent while issue was closed.
Change committed as 262559

Powered by Google App Engine
This is Rietveld 408576698