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

Issue 8748015: Use WebKit::initializeWithoutV8() in SandboxIPCProcess. (Closed)

Created:
9 years ago by adamk
Modified:
9 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, dpranke-watch+content_chromium.org, rafaelw, darin (slow to review)
Visibility:
Public.

Description

Use WebKit::initializeWithoutV8() in SandboxIPCProcess. This code only needs to access a few static fontconfig-related methods, so use the minimal WebKit::initializeWithoutV8() instead of the full initialize() (the same call is used by the browser's in_process_webkit). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112490

Patch Set 1 #

Patch Set 2 : Fix build #

Patch Set 3 : Use initializeWithoutV8 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M content/browser/renderer_host/render_sandbox_host_linux.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
adamk
9 years ago (2011-11-30 19:01:17 UTC) #1
agl
lgtm
9 years ago (2011-11-30 19:35:26 UTC) #2
adamk
Hmm, looks like we _do_ run into problems in browser_tests: ASSERTION FAILED: m_key != PTHREAD_KEYS_MAX ...
9 years ago (2011-11-30 20:40:07 UTC) #3
levin
On 2011/11/30 20:40:07, adamk wrote: > Hmm, looks like we _do_ run into problems in ...
9 years ago (2011-11-30 20:51:02 UTC) #4
adamk
Okay, new approach: just use a more minimal WebKit::initializeWithoutV8(), which still sets up WTF appropriately ...
9 years ago (2011-11-30 21:22:14 UTC) #5
agl
Rubber-stamp LGTM if tests pass.
9 years ago (2011-11-30 21:44:28 UTC) #6
adamk
+darin for an OWNERS stamp. Darin, this is needed before we can safely re-land http://webkit.org/b/71242.
9 years ago (2011-11-30 23:07:19 UTC) #7
darin (slow to review)
LGTM
9 years ago (2011-12-01 17:20:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adamk@chromium.org/8748015/7001
9 years ago (2011-12-01 17:24:13 UTC) #9
commit-bot: I haz the power
9 years ago (2011-12-01 18:27:19 UTC) #10
Change committed as 112490

Powered by Google App Engine
This is Rietveld 408576698