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

Issue 242103007: NOT FOR REVIEW - prioritize fonts

Created:
6 years, 8 months ago by shatch
Modified:
6 years, 8 months ago
Reviewers:
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Not intended for landing, just serving as reference for whoever wants to pick it up. TODO: - Add DCHECKS for valid thread. Don't want to allow anybody to post tasks from main thread ever, right now only responding to network requests, so IO only. - The RendererHighPriorityTaskQueue should live somewhere else, adding it in content/renderer was convenient but not right at all. - Figure out how to further restrict access to the api?

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -9 lines) Patch
M base/message_loop/message_loop.h View 1 chunk +5 lines, -0 lines 0 comments Download
M base/message_loop/message_loop.cc View 3 chunks +20 lines, -5 lines 0 comments Download
M content/child/child_resource_message_filter.cc View 2 chunks +38 lines, -3 lines 0 comments Download
M content/child/resource_dispatcher.h View 4 chunks +6 lines, -0 lines 0 comments Download
M content/child/resource_dispatcher.cc View 3 chunks +28 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/renderer_high_priority_task_queue.h View 1 chunk +62 lines, -0 lines 0 comments Download
A content/renderer/renderer_high_priority_task_queue.cc View 1 chunk +87 lines, -0 lines 0 comments Download
M content/renderer/renderer_main.cc View 3 chunks +5 lines, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698