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

Issue 2299943002: Record the PDF and top level URL when the PDF plugin crashes. (Closed)

Created:
4 years, 3 months ago by Lei Zhang
Modified:
4 years, 3 months ago
Reviewers:
Sam McNally, raymes
CC:
chromium-reviews, extensions-reviews_chromium.org, yusukes+watch_chromium.org, tzik, binji+watch_chromium.org, piman+watch_chromium.org, teravest+watch_chromium.org, arv+watch_chromium.org, bradnelson+warch_chromium.org, chromium-apps-reviews_chromium.org, ihf+watch_chromium.org, dsinclair
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Record the PDF and top level URL when the PDF plugin crashes. BUG=638716 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/383ff955ecb5eddb6a91eae873f617f814426cc4 Cr-Commit-Position: refs/heads/master@{#417214}

Patch Set 1 #

Total comments: 17

Patch Set 2 : Address comments, fix JS #

Total comments: 1

Patch Set 3 : Remove logging #

Total comments: 8

Patch Set 4 : rebase #

Patch Set 5 : promises in // #

Patch Set 6 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -27 lines) Patch
M chrome/browser/extensions/api/streams_private/streams_private_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/pdf/browser_api.js View 1 2 3 4 5 2 chunks +18 lines, -8 lines 0 comments Download
M chrome/browser/resources/pdf/pdf.js View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M pdf/out_of_process_instance.cc View 1 2 3 4 3 chunks +4 lines, -0 lines 0 comments Download
M ppapi/c/private/ppb_pdf.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/cpp/private/pdf.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/cpp/private/pdf.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M ppapi/proxy/pdf_resource.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/pdf_resource.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_pdf_api.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_pdf_thunk.cc View 1 1 chunk +27 lines, -17 lines 0 comments Download

Messages

Total messages: 45 (29 generated)
Lei Zhang
4 years, 3 months ago (2016-09-01 14:58:41 UTC) #7
Lei Zhang
Oh, I should mention, since we have the 1 PDF plugin process for all the ...
4 years, 3 months ago (2016-09-02 01:36:13 UTC) #8
Lei Zhang
dsinclair: ^ FYI regarding the caveat with this CL. Flash has the same problem.
4 years, 3 months ago (2016-09-02 01:53:10 UTC) #9
raymes
https://codereview.chromium.org/2299943002/diff/1/chrome/browser/resources/pdf/browser_api.js File chrome/browser/resources/pdf/browser_api.js (right): https://codereview.chromium.org/2299943002/diff/1/chrome/browser/resources/pdf/browser_api.js#newcode155 chrome/browser/resources/pdf/browser_api.js:155: let manageZoom = !streamInfo.embedded && streamInfo.tabId != -1; It ...
4 years, 3 months ago (2016-09-05 04:11:47 UTC) #10
Lei Zhang
https://codereview.chromium.org/2299943002/diff/1/chrome/browser/resources/pdf/browser_api.js File chrome/browser/resources/pdf/browser_api.js (right): https://codereview.chromium.org/2299943002/diff/1/chrome/browser/resources/pdf/browser_api.js#newcode162 chrome/browser/resources/pdf/browser_api.js:162: } On 2016/09/05 04:11:47, raymes wrote: > Hmm this ...
4 years, 3 months ago (2016-09-07 00:12:39 UTC) #13
Lei Zhang
https://codereview.chromium.org/2299943002/diff/20001/pdf/out_of_process_instance.cc File pdf/out_of_process_instance.cc (right): https://codereview.chromium.org/2299943002/diff/20001/pdf/out_of_process_instance.cc#newcode382 pdf/out_of_process_instance.cc:382: LOG(ERROR) << "original_url " << original_url; Whoops!
4 years, 3 months ago (2016-09-07 00:36:09 UTC) #18
raymes
lgtm with a comment for sammc https://codereview.chromium.org/2299943002/diff/40001/chrome/browser/resources/pdf/browser_api.js File chrome/browser/resources/pdf/browser_api.js (right): https://codereview.chromium.org/2299943002/diff/40001/chrome/browser/resources/pdf/browser_api.js#newcode157 chrome/browser/resources/pdf/browser_api.js:157: resolve(false); nit: Maybe ...
4 years, 3 months ago (2016-09-07 06:10:14 UTC) #23
Sam McNally
https://codereview.chromium.org/2299943002/diff/40001/chrome/browser/resources/pdf/browser_api.js File chrome/browser/resources/pdf/browser_api.js (right): https://codereview.chromium.org/2299943002/diff/40001/chrome/browser/resources/pdf/browser_api.js#newcode155 chrome/browser/resources/pdf/browser_api.js:155: return new Promise(function(resolve, reject) { I'd prefer doing both ...
4 years, 3 months ago (2016-09-07 07:53:02 UTC) #24
Lei Zhang
https://codereview.chromium.org/2299943002/diff/40001/chrome/browser/resources/pdf/browser_api.js File chrome/browser/resources/pdf/browser_api.js (right): https://codereview.chromium.org/2299943002/diff/40001/chrome/browser/resources/pdf/browser_api.js#newcode155 chrome/browser/resources/pdf/browser_api.js:155: return new Promise(function(resolve, reject) { On 2016/09/07 07:53:02, Sam ...
4 years, 3 months ago (2016-09-08 01:10:31 UTC) #25
Sam McNally
lgtm
4 years, 3 months ago (2016-09-08 01:16:09 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2299943002/80001
4 years, 3 months ago (2016-09-08 01:17:28 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/137925)
4 years, 3 months ago (2016-09-08 02:15:57 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2299943002/80001
4 years, 3 months ago (2016-09-08 03:02:35 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2299943002/100001
4 years, 3 months ago (2016-09-08 05:26:37 UTC) #41
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-08 07:12:34 UTC) #43
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 07:13:44 UTC) #45
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/383ff955ecb5eddb6a91eae873f617f814426cc4
Cr-Commit-Position: refs/heads/master@{#417214}

Powered by Google App Engine
This is Rietveld 408576698