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

Issue 2644583003: Use loading task queue in RendererPpapiHost

Created:
3 years, 11 months ago by altimin
Modified:
3 years, 11 months ago
CC:
chromium-reviews, jam, nasko+codewatch_chromium.org, darin-cc_chromium.org, creis+watch_chromium.org, mlamouri+watch-content_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use loading task quue in RendererPpapiHost As a part of effort to post tasks to correct scheduler task queues instead of default one, use frame-specific loading task runner in RendererPpapiHost. BUG=676805

Patch Set 1 #

Patch Set 2 : Rebased #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M content/renderer/pepper/renderer_ppapi_host_impl.cc View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 19 (11 generated)
altimin
PTAL
3 years, 11 months ago (2017-01-20 19:58:58 UTC) #9
raymes
Hey - unfortunately I don't know enough about task runners and there's not enough context ...
3 years, 11 months ago (2017-01-22 23:32:47 UTC) #12
altimin
+alexclarke@ as an expert in scheduling PTAL
3 years, 11 months ago (2017-01-23 11:30:46 UTC) #14
alex clarke (OOO till 29th)
https://codereview.chromium.org/2644583003/diff/20001/content/renderer/pepper/renderer_ppapi_host_impl.cc File content/renderer/pepper/renderer_ppapi_host_impl.cc (right): https://codereview.chromium.org/2644583003/diff/20001/content/renderer/pepper/renderer_ppapi_host_impl.cc#newcode265 content/renderer/pepper/renderer_ppapi_host_impl.cc:265: render_frame->GetLoadingTaskRunner()->PostTask( So in theory I think that's a reasonable ...
3 years, 11 months ago (2017-01-23 11:37:05 UTC) #15
alex clarke (OOO till 29th)
lgtm
3 years, 11 months ago (2017-01-23 12:24:14 UTC) #16
raymes
> So in theory I think that's a reasonable change. The tricky bit (and where ...
3 years, 11 months ago (2017-01-23 22:47:06 UTC) #17
altimin
On 2017/01/23 22:47:06, raymes wrote: > > So in theory I think that's a reasonable ...
3 years, 11 months ago (2017-01-23 22:53:25 UTC) #18
raymes
3 years, 11 months ago (2017-01-23 22:54:34 UTC) #19
Thanks, sgtm

Powered by Google App Engine
This is Rietveld 408576698