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

Issue 281073002: NOT FOR REVIEW: Adding prioritized incoming task queue to renderers (Closed)

Created:
6 years, 7 months ago by bashi
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews, jam, erikwright+watch_chromium.org, sadrul, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

NOT FOR REVIEW: Adding prioritized incoming task queue to renderers This is just a proof-of-concept CL. Based on: https://codereview.chromium.org/242103007/

Patch Set 1 #

Patch Set 2 : Prioritize input events #

Unified diffs Side-by-side diffs Delta from patch set Stats (+433 lines, -30 lines) Patch
M base/base.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A base/message_loop/high_priority_task_runner.h View 1 chunk +47 lines, -0 lines 0 comments Download
A base/message_loop/high_priority_task_runner.cc View 1 chunk +33 lines, -0 lines 0 comments Download
M base/message_loop/message_loop.h View 2 chunks +6 lines, -4 lines 0 comments Download
M base/message_loop/message_loop.cc View 3 chunks +11 lines, -4 lines 0 comments Download
A content/child/high_priority_resource_filter.h View 1 chunk +49 lines, -0 lines 0 comments Download
A content/child/high_priority_resource_filter.cc View 1 1 chunk +83 lines, -0 lines 0 comments Download
M content/child/resource_dispatcher.h View 4 chunks +11 lines, -3 lines 0 comments Download
M content/child/resource_dispatcher.cc View 4 chunks +7 lines, -0 lines 0 comments Download
M content/content_child.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/input/input_event_filter.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/input/input_event_filter.cc View 1 4 chunks +44 lines, -16 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 4 chunks +7 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 5 chunks +25 lines, -0 lines 0 comments Download
M content/renderer/renderer_main.cc View 4 chunks +5 lines, -3 lines 0 comments Download
A content/renderer/renderer_message_loop.h View 1 chunk +40 lines, -0 lines 0 comments Download
A content/renderer/renderer_message_loop.cc View 1 1 chunk +53 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698