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

Issue 1346143003: Don't initialize V8 via Blink in ppapi plugins (Closed)

Created:
5 years, 3 months ago by jochen (gone - plz use gerrit)
Modified:
5 years, 1 month ago
Reviewers:
Lei Zhang, MikeM, raymes
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't initialize V8 via Blink in ppapi plugins Instead, for the PDF plugin, use gin to manage V8. Also add myself as owner for the v8 stuff. BUG=530093 R=raymes@chromium.org,thestig@chromium.org Committed: https://crrev.com/7f15aa51bbf97df434a576bd5c60eb80c4a755cc Cr-Commit-Position: refs/heads/master@{#349379}

Patch Set 1 #

Total comments: 9

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -5 lines) Patch
M content/ppapi_plugin/ppapi_thread.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M pdf/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M pdf/DEPS View 1 chunk +1 line, -1 line 0 comments Download
M pdf/OWNERS View 1 chunk +1 line, -0 lines 0 comments Download
M pdf/pdf.cc View 1 2 chunks +24 lines, -2 lines 0 comments Download
M pdf/pdf.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (1 generated)
jochen (gone - plz use gerrit)
5 years, 3 months ago (2015-09-16 15:04:56 UTC) #1
jochen (gone - plz use gerrit)
the reason we can't use Blink's v8::Isolate is that Blink runs a bunch of asserts ...
5 years, 3 months ago (2015-09-16 15:06:47 UTC) #2
Lei Zhang
https://codereview.chromium.org/1346143003/diff/1/pdf/pdf.cc File pdf/pdf.cc (right): https://codereview.chromium.org/1346143003/diff/1/pdf/pdf.cc#newcode33 pdf/pdf.cc:33: if (g_sdk_initialized_via_pepper) { Didn't we just check |g_sdk_initialized_via_pepper| 2 ...
5 years, 3 months ago (2015-09-16 21:22:24 UTC) #3
raymes
https://codereview.chromium.org/1346143003/diff/1/pdf/pdf.cc File pdf/pdf.cc (right): https://codereview.chromium.org/1346143003/diff/1/pdf/pdf.cc#newcode59 pdf/pdf.cc:59: g_isolate_holder = On 2015/09/16 21:22:24, Lei Zhang wrote: > ...
5 years, 3 months ago (2015-09-17 02:30:41 UTC) #4
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1346143003/diff/1/pdf/pdf.cc File pdf/pdf.cc (right): https://codereview.chromium.org/1346143003/diff/1/pdf/pdf.cc#newcode33 pdf/pdf.cc:33: if (g_sdk_initialized_via_pepper) { On 2015/09/16 at 21:22:24, Lei Zhang ...
5 years, 3 months ago (2015-09-17 06:55:07 UTC) #5
Lei Zhang
lgtm
5 years, 3 months ago (2015-09-17 07:09:36 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1346143003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1346143003/20001
5 years, 3 months ago (2015-09-17 07:20:37 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-17 08:13:52 UTC) #9
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/7f15aa51bbf97df434a576bd5c60eb80c4a755cc Cr-Commit-Position: refs/heads/master@{#349379}
5 years, 3 months ago (2015-09-17 08:14:39 UTC) #10
raymes
lgtm
5 years, 3 months ago (2015-09-18 01:57:03 UTC) #11
MikeM
I think this patch is causing crashes in Debug when printing PDF's. I'm trying to ...
5 years, 1 month ago (2015-10-29 22:15:58 UTC) #12
Lei Zhang
On 2015/10/29 22:15:58, mike.moening_gmail.com wrote: > I think this patch is causing crashes in Debug ...
5 years, 1 month ago (2015-10-30 05:39:39 UTC) #13
Lei Zhang
On 2015/10/30 05:39:39, Lei Zhang wrote: > On 2015/10/29 22:15:58, http://mike.moening_gmail.com wrote: > > I ...
5 years, 1 month ago (2015-10-30 05:40:05 UTC) #14
MikeM
Windows debug build multi- DLL should do it. On Oct 30, 2015 12:40 AM, <thestig@chromium.org> ...
5 years, 1 month ago (2015-10-30 05:44:35 UTC) #15
MikeM
Chrome launches a utility process to do pdf printing. It crashes right away. I filed ...
5 years, 1 month ago (2015-10-30 05:47:33 UTC) #16
Lei Zhang
5 years, 1 month ago (2015-10-30 05:54:35 UTC) #17
Message was sent while issue was closed.
On 2015/10/30 05:47:33, mike.moening_gmail.com wrote:
> Chrome launches a utility process to do pdf printing. It crashes right
> away. I filed a bug a few hours ago. Don't have # handy.

You can search for "reporter:me" on crbug.com. -> https://crbug.com/549365

Powered by Google App Engine
This is Rietveld 408576698