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

Issue 15005005: Use a shared thread for media operations. (Closed)

Created:
7 years, 7 months ago by scherkus (not reviewing)
Modified:
7 years, 7 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Use a shared thread for media operations. This reduces the number of threads created per media element by one. BUG=61293 R=acolwell@chromium.org, jamesr@chromium.org, jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199531

Patch Set 1 : #

Total comments: 3

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -69 lines) Patch
M content/public/test/layouttest_support.h View 1 3 chunks +11 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.h View 2 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
A content/shell/renderer/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M content/shell/renderer/webkit_test_runner.cc View 1 3 chunks +27 lines, -2 lines 0 comments Download
M content/test/layouttest_support.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/media/webmediaplayer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/media/webmediaplayer_impl.cc View 8 chunks +11 lines, -19 lines 0 comments Download
M webkit/media/webmediaplayer_params.h View 3 chunks +12 lines, -1 line 0 comments Download
M webkit/media/webmediaplayer_params.cc View 1 chunk +5 lines, -1 line 0 comments Download
M webkit/mocks/test_media_stream_client.h View 1 chunk +0 lines, -15 lines 0 comments Download
M webkit/mocks/test_media_stream_client.cc View 2 chunks +1 line, -30 lines 0 comments Download
M webkit/support/webkit_support.cc View 3 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
scherkus (not reviewing)
acolwell: take a look at media-ish stuff jochen: take a look at DRT / content_shell ...
7 years, 7 months ago (2013-05-09 21:59:32 UTC) #1
scherkus (not reviewing)
[+jochen for realz] jochen: take a look at DRT / content_shell changes. My general feeling ...
7 years, 7 months ago (2013-05-09 22:00:04 UTC) #2
acolwell GONE FROM CHROMIUM
LGTM
7 years, 7 months ago (2013-05-09 23:25:45 UTC) #3
jochen (gone - plz use gerrit)
https://chromiumcodereview.appspot.com/15005005/diff/11001/content/shell/renderer/webkit_test_runner.cc File content/shell/renderer/webkit_test_runner.cc (right): https://chromiumcodereview.appspot.com/15005005/diff/11001/content/shell/renderer/webkit_test_runner.cc#newcode548 content/shell/renderer/webkit_test_runner.cc:548: media_thread_.Start(); why don't you use the RenderThread's media thread? ...
7 years, 7 months ago (2013-05-10 07:37:34 UTC) #4
scherkus (not reviewing)
PTAL https://codereview.chromium.org/15005005/diff/11001/content/shell/renderer/webkit_test_runner.cc File content/shell/renderer/webkit_test_runner.cc (right): https://codereview.chromium.org/15005005/diff/11001/content/shell/renderer/webkit_test_runner.cc#newcode548 content/shell/renderer/webkit_test_runner.cc:548: media_thread_.Start(); On 2013/05/10 07:37:34, jochen wrote: > why ...
7 years, 7 months ago (2013-05-10 18:27:06 UTC) #5
jochen (gone - plz use gerrit)
lgtm
7 years, 7 months ago (2013-05-10 18:40:39 UTC) #6
scherkus (not reviewing)
+jamesr for OWNERS src/webkit/*
7 years, 7 months ago (2013-05-10 19:09:14 UTC) #7
scherkus (not reviewing)
On 2013/05/10 19:09:14, scherkus wrote: > +jamesr for OWNERS src/webkit/* ... and content/*
7 years, 7 months ago (2013-05-10 19:09:46 UTC) #8
jamesr
lgtm I wish we had a better way to keep track of our threads in ...
7 years, 7 months ago (2013-05-10 19:13:17 UTC) #9
scherkus (not reviewing)
On 2013/05/10 19:13:17, jamesr wrote: > lgtm > > I wish we had a better ...
7 years, 7 months ago (2013-05-10 19:20:15 UTC) #10
scherkus (not reviewing)
7 years, 7 months ago (2013-05-10 20:47:56 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 manually as r199531 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698