|
|
Descriptionservices/ui: Use the right type of message-pump in gpu.
gpu thread in chrome gpu process uses different types of message-pumps in
different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus
gpu does the same.
Also, set the gpu thread priority to DISPLAY, on android and cros.
BUG=643746
Committed: https://crrev.com/4309080a7d997b64c83775822f08b65fdc449a5f
Cr-Commit-Position: refs/heads/master@{#418758}
Patch Set 1 #Patch Set 2 : . #
Total comments: 4
Patch Set 3 : tot merge #Messages
Total messages: 33 (26 generated)
The CQ bit was checked by sadrul@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by sadrul@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== services/ui: Use the right type of message-pump in gpu. gpu thread in chrome gpu process use different types of message-pumps in different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus gpu does the same. BUG=643746 ========== to ========== services/ui: Use the right type of message-pump in gpu. gpu thread in chrome gpu process use different types of message-pumps in different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus gpu does the same. Also, set the gpu thread priority to DISPLAY, on android and cros. BUG=643746 ==========
sadrul@chromium.org changed reviewers: + rjkroege@chromium.org
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
Fix the typo in the description? And the test failure seems relevant? https://codereview.chromium.org/2331453004/diff/20001/services/ui/gpu/gpu_ser... File services/ui/gpu/gpu_service_internal.cc (right): https://codereview.chromium.org/2331453004/diff/20001/services/ui/gpu/gpu_ser... services/ui/gpu/gpu_service_internal.cc:79: #elif defined(OS_LINUX) So on CrOS-ozone, we will get this one? https://codereview.chromium.org/2331453004/diff/20001/services/ui/gpu/gpu_ser... services/ui/gpu/gpu_service_internal.cc:96: #if defined(OS_ANDROID) || defined(OS_CHROMEOS) We should run all of mus at priority DISPLAY. Can you file a bug about this.
Description was changed from ========== services/ui: Use the right type of message-pump in gpu. gpu thread in chrome gpu process use different types of message-pumps in different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus gpu does the same. Also, set the gpu thread priority to DISPLAY, on android and cros. BUG=643746 ========== to ========== services/ui: Use the right type of message-pump in gpu. gpu thread in chrome gpu process uses different types of message-pumps in different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus gpu does the same. Also, set the gpu thread priority to DISPLAY, on android and cros. BUG=643746 ==========
On 2016/09/12 17:27:05, rjkroege wrote: > Fix the typo in the description? Not sure which one you are referring to :) > And the test failure seems relevant? The test failures are somewhat unrelated: fixed by https://codereview.chromium.org/2326203002/ https://codereview.chromium.org/2331453004/diff/20001/services/ui/gpu/gpu_ser... File services/ui/gpu/gpu_service_internal.cc (right): https://codereview.chromium.org/2331453004/diff/20001/services/ui/gpu/gpu_ser... services/ui/gpu/gpu_service_internal.cc:79: #elif defined(OS_LINUX) On 2016/09/12 17:27:05, rjkroege wrote: > So on CrOS-ozone, we will get this one? Correct. https://codereview.chromium.org/2331453004/diff/20001/services/ui/gpu/gpu_ser... services/ui/gpu/gpu_service_internal.cc:96: #if defined(OS_ANDROID) || defined(OS_CHROMEOS) On 2016/09/12 17:27:05, rjkroege wrote: > We should run all of mus at priority DISPLAY. Can you file a bug about this. Done: crbug.com/646376
The CQ bit was checked by sadrul@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by sadrul@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by sadrul@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm
The CQ bit was checked by sadrul@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== services/ui: Use the right type of message-pump in gpu. gpu thread in chrome gpu process uses different types of message-pumps in different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus gpu does the same. Also, set the gpu thread priority to DISPLAY, on android and cros. BUG=643746 ========== to ========== services/ui: Use the right type of message-pump in gpu. gpu thread in chrome gpu process uses different types of message-pumps in different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus gpu does the same. Also, set the gpu thread priority to DISPLAY, on android and cros. BUG=643746 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== services/ui: Use the right type of message-pump in gpu. gpu thread in chrome gpu process uses different types of message-pumps in different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus gpu does the same. Also, set the gpu thread priority to DISPLAY, on android and cros. BUG=643746 ========== to ========== services/ui: Use the right type of message-pump in gpu. gpu thread in chrome gpu process uses different types of message-pumps in different platforms (e.g. MessagePumpGpu on Windows etc.) Make sure mus gpu does the same. Also, set the gpu thread priority to DISPLAY, on android and cros. BUG=643746 Committed: https://crrev.com/4309080a7d997b64c83775822f08b65fdc449a5f Cr-Commit-Position: refs/heads/master@{#418758} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/4309080a7d997b64c83775822f08b65fdc449a5f Cr-Commit-Position: refs/heads/master@{#418758} |