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

Issue 14947002: Updated OSX to blacklist multisampling when multiple monitors are connected (Closed)

Created:
7 years, 7 months ago by bajones
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, apatrick_chromium, Zhenyao Mo, greggman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Updated OSX to blacklist multisampling when multiple monitors are connected BUG=237931 R=joi@chromium.org, kbr@chromium.org, zmo@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203827

Patch Set 1 #

Patch Set 2 : Changed to more generic SettingsChangedObserver #

Total comments: 1

Patch Set 3 : Addressed feedback #

Total comments: 4

Patch Set 4 : Addressed feedback #

Total comments: 2

Patch Set 5 : Removed ifdef around display_count_ #

Patch Set 6 : Rebased on GpuDataManagerImpl refactor #

Total comments: 1

Patch Set 7 : Rebased against ToT #

Patch Set 8 : Fixing broken tests #

Patch Set 9 : Fixed Windows build warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -10 lines) Patch
M content/browser/gpu/gpu_data_manager_impl.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.h View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 2 3 4 5 6 5 chunks +31 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 4 5 6 7 4 chunks +9 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 4 chunks +28 lines, -1 line 0 comments Download
M content/public/browser/gpu_data_manager_observer.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (0 generated)
bajones
This CL is dependent on the changes in Issue #14840015 and should not be landed ...
7 years, 7 months ago (2013-05-03 21:18:45 UTC) #1
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/14947002/diff/3001/content/browser/gpu/gpu_data_manager_impl.cc File content/browser/gpu/gpu_data_manager_impl.cc (right): https://codereview.chromium.org/14947002/diff/3001/content/browser/gpu/gpu_data_manager_impl.cc#newcode150 content/browser/gpu/gpu_data_manager_impl.cc:150: return true; I thought per our earlier discussion that ...
7 years, 7 months ago (2013-05-06 21:59:03 UTC) #2
bajones
Multiple monitors no longer affects blacklist, only preferences. This allows this issue to be landed ...
7 years, 7 months ago (2013-05-07 21:48:51 UTC) #3
Ken Russell (switch to Gerrit)
This looks good overall, but a couple of minor issues. https://codereview.chromium.org/14947002/diff/8001/content/browser/gpu/gpu_data_manager_impl.h File content/browser/gpu/gpu_data_manager_impl.h (right): https://codereview.chromium.org/14947002/diff/8001/content/browser/gpu/gpu_data_manager_impl.h#newcode176 ...
7 years, 7 months ago (2013-05-08 01:57:59 UTC) #4
bajones
https://codereview.chromium.org/14947002/diff/8001/content/browser/gpu/gpu_data_manager_impl.h File content/browser/gpu/gpu_data_manager_impl.h (right): https://codereview.chromium.org/14947002/diff/8001/content/browser/gpu/gpu_data_manager_impl.h#newcode176 content/browser/gpu/gpu_data_manager_impl.h:176: // Number of displays, to be used in GPU ...
7 years, 7 months ago (2013-05-08 23:49:07 UTC) #5
Ken Russell (switch to Gerrit)
LGTM with a couple of issues addressed. https://codereview.chromium.org/14947002/diff/12001/content/browser/gpu/gpu_data_manager_impl.cc File content/browser/gpu/gpu_data_manager_impl.cc (right): https://codereview.chromium.org/14947002/diff/12001/content/browser/gpu/gpu_data_manager_impl.cc#newcode82 content/browser/gpu/gpu_data_manager_impl.cc:82: return; // ...
7 years, 7 months ago (2013-05-08 23:53:23 UTC) #6
bajones
Rebased on the GpuDataManager refactor. Would appreciate a quick review from zmo@
7 years, 7 months ago (2013-05-17 21:38:11 UTC) #7
Zhenyao Mo
LGTM https://codereview.chromium.org/14947002/diff/20001/content/browser/gpu/gpu_data_manager_impl_private.h File content/browser/gpu/gpu_data_manager_impl_private.h (right): https://codereview.chromium.org/14947002/diff/20001/content/browser/gpu/gpu_data_manager_impl_private.h#newcode106 content/browser/gpu/gpu_data_manager_impl_private.h:106: unsigned int GetDisplayCount() const; FYI: this is actually ...
7 years, 7 months ago (2013-05-17 22:27:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/14947002/20001
7 years, 7 months ago (2013-05-18 01:05:01 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_chromeos for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_chromeos&number=115822
7 years, 7 months ago (2013-05-18 01:50:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/14947002/20001
7 years, 7 months ago (2013-05-20 16:56:26 UTC) #11
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) interactive_ui_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=129237
7 years, 7 months ago (2013-05-20 17:19:43 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/14947002/70001
7 years, 6 months ago (2013-05-29 21:39:28 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-05-29 23:01:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/14947002/88001
7 years, 6 months ago (2013-05-30 20:00:18 UTC) #15
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=5955
7 years, 6 months ago (2013-05-30 20:07:18 UTC) #16
bajones
Previously code was failing to build on Windows bots with the following: error C2220: warning ...
7 years, 6 months ago (2013-05-30 20:36:22 UTC) #17
bajones
On 2013/05/30 20:36:22, bajones wrote: > Previously code was failing to build on Windows bots ...
7 years, 6 months ago (2013-06-03 17:47:54 UTC) #18
Jói
LGTM for content/public. On Jun 3, 2013 5:47 PM, <bajones@chromium.org> wrote: > On 2013/05/30 20:36:22, ...
7 years, 6 months ago (2013-06-03 18:00:27 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bajones@chromium.org/14947002/88001
7 years, 6 months ago (2013-06-03 18:26:38 UTC) #20
bajones
7 years, 6 months ago (2013-06-04 03:40:04 UTC) #21
Message was sent while issue was closed.
Committed patchset #9 manually as r203827 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698