Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Issue 111483003: Remove LatencyInfo merge from software rendering path (Closed)

Created:
7 years ago by Yufeng Shen (Slow to review)
Modified:
7 years ago
CC:
chromium-reviews, jbauman+watch_chromium.org, yusukes+watch_chromium.org, yukishiino+watch_chromium.org, jam, penghuang+watch_chromium.org, sievers+watch_chromium.org, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, kalyank, piman+watch_chromium.org, danakj+watch_chromium.org, James Su, miu+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove LatencyInfo merge from software rendering path BUG=246034 TEST=unittests pass. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=242404

Patch Set 1 #

Patch Set 2 : re-upload #

Patch Set 3 : re-upload #

Total comments: 2

Patch Set 4 : rebase #

Patch Set 5 : fix mac compiler error #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -43 lines) Patch
M content/browser/renderer_host/render_widget_host_view_android.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 2 chunks +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.cc View 2 chunks +10 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_guest.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_guest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 3 chunks +10 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 2 chunks +9 lines, -6 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/port/browser/render_widget_host_view_port.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M content/test/test_render_view_host.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (0 generated)
Yufeng Shen (Slow to review)
7 years ago (2013-12-12 23:42:58 UTC) #1
Yufeng Shen (Slow to review)
On 2013/12/12 23:42:58, Yufeng Shen wrote: John, mind taking at this ? It is a ...
7 years ago (2013-12-16 21:27:11 UTC) #2
jbauman
lgtm https://codereview.chromium.org/111483003/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/111483003/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode938 content/browser/renderer_host/render_widget_host_view_aura.cc:938: software_latency_info_.push_back(latency_info[i]); Maybe make this software_latency_info_.insert(software_latency_info_.end(), latency_info.begin(), latency_info.end()); though ...
7 years ago (2013-12-17 00:07:33 UTC) #3
Yufeng Shen (Slow to review)
add OWNERS: kbr@ for content/browser/renderer_host/ jln@ for content/common/view_messages.h joi@ for content/port/ jamesr@ for content/renderer/ sky@ ...
7 years ago (2013-12-17 00:22:31 UTC) #4
sky
LGTM
7 years ago (2013-12-17 00:25:44 UTC) #5
Ken Russell (switch to Gerrit)
LGTM https://codereview.chromium.org/111483003/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc File content/browser/renderer_host/render_widget_host_view_aura.cc (right): https://codereview.chromium.org/111483003/diff/40001/content/browser/renderer_host/render_widget_host_view_aura.cc#newcode2533 content/browser/renderer_host/render_widget_host_view_aura.cc:2533: compositor->SetLatencyInfo(software_latency_info_[i]); The naming convention seems strange now. I'd ...
7 years ago (2013-12-17 01:03:10 UTC) #6
Jói
//content/port LGTM.
7 years ago (2013-12-17 12:51:10 UTC) #7
jln (very slow on Chromium)
content/common/view_messages.h lgtm
7 years ago (2013-12-17 18:44:41 UTC) #8
jamesr
content/renderer lgtm
7 years ago (2013-12-19 20:12:07 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/40001
7 years ago (2013-12-19 20:16:17 UTC) #10
commit-bot: I haz the power
Failed to apply patch for content/browser/renderer_host/render_widget_host_view_mac.mm: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years ago (2013-12-19 20:16:24 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/60001
7 years ago (2013-12-19 20:37:49 UTC) #12
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=205260
7 years ago (2013-12-19 21:04:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/80001
7 years ago (2013-12-19 21:04:31 UTC) #14
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=108268
7 years ago (2013-12-20 02:19:13 UTC) #15
Ken Russell (switch to Gerrit)
On 2013/12/20 02:19:13, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years ago (2013-12-20 02:45:35 UTC) #16
Yufeng Shen (Slow to review)
On 2013/12/20 02:45:35, Ken Russell wrote: > On 2013/12/20 02:19:13, I haz the power (commit-bot) ...
7 years ago (2013-12-20 03:15:14 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/80001
7 years ago (2013-12-20 13:19:53 UTC) #18
commit-bot: I haz the power
Failed to apply the patch. Sending content/browser/renderer_host/render_widget_host_view_android.cc Sending content/browser/renderer_host/render_widget_host_view_android.h Sending content/browser/renderer_host/render_widget_host_view_aura.cc Sending content/browser/renderer_host/render_widget_host_view_aura.h Sending content/browser/renderer_host/render_widget_host_view_gtk.cc ...
7 years ago (2013-12-20 17:03:30 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/130001
7 years ago (2013-12-20 17:25:05 UTC) #20
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=239124
7 years ago (2013-12-20 19:43:07 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/130001
7 years ago (2013-12-20 19:54:09 UTC) #22
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=239254
7 years ago (2013-12-20 23:28:03 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/130001
7 years ago (2013-12-21 15:26:41 UTC) #24
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=239554
7 years ago (2013-12-21 18:40:13 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/130001
7 years ago (2013-12-23 17:11:09 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/111483003/130001
7 years ago (2013-12-23 19:14:16 UTC) #27
commit-bot: I haz the power
7 years ago (2013-12-23 20:42:55 UTC) #28
Message was sent while issue was closed.
Change committed as 242404

Powered by Google App Engine
This is Rietveld 408576698