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

Issue 857123002: Disable Win32k renderer lockdown if DirectWrite is disabled. (Closed)

Created:
5 years, 11 months ago by Will Harris
Modified:
5 years, 11 months ago
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, darin-cc_chromium.org, mlamouri+watch-content_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable Win32k renderer lockdown if DirectWrite is disabled. Warn the user if --disable-direct-write is set and Win32k renderer lockdown has been disabled as a result of this unsupported flag. BUG=442157

Patch Set 1 #

Patch Set 2 : scary gfx fu #

Patch Set 3 : fix cloudprint #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -24 lines) Patch
M chrome/browser/chrome_browser_main_win.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/startup/bad_flags_prompt.cc View 1 4 chunks +32 lines, -11 lines 1 comment Download
M chrome/chrome.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_exe.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download
M cloud_print/service/service.gyp View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M content/common/sandbox_win.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M content/public/common/content_switches.h View 1 chunk +5 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 2 chunks +9 lines, -1 line 1 comment Download
M content/renderer/pepper/content_renderer_pepper_host_factory.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/renderer/pepper/resource_creation_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ui/gfx/gfx_export.h View 1 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 14 (4 generated)
Will Harris
cpu@ PTAL first pass I feel this is a bit ugly since I have to ...
5 years, 11 months ago (2015-01-21 03:55:40 UTC) #2
cpu_(ooo_6.6-7.5)
adding John for the layering with content and gfx https://codereview.chromium.org/857123002/diff/40001/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/857123002/diff/40001/content/public/common/content_switches.cc#newcode968 content/public/common/content_switches.cc:968: ...
5 years, 11 months ago (2015-01-22 01:22:03 UTC) #4
Will Harris
Also added scottmg for the gfx_export.h fu What is safe to access from where to ...
5 years, 11 months ago (2015-01-22 01:26:59 UTC) #6
cpu_(ooo_6.6-7.5)
ananta had some ideas.
5 years, 11 months ago (2015-01-22 02:25:53 UTC) #8
jam
On 2015/01/22 01:26:59, Will Harris wrote: > Also added scottmg for the gfx_export.h fu > ...
5 years, 11 months ago (2015-01-22 17:00:16 UTC) #9
Will Harris
On 2015/01/22 17:00:16, jam wrote: > On 2015/01/22 01:26:59, Will Harris wrote: > > Also ...
5 years, 11 months ago (2015-01-22 21:07:53 UTC) #10
ananta
On 2015/01/22 21:07:53, Will Harris wrote: > On 2015/01/22 17:00:16, jam wrote: > > On ...
5 years, 11 months ago (2015-01-22 22:03:43 UTC) #11
jam
On 2015/01/22 21:07:53, Will Harris wrote: > On 2015/01/22 17:00:16, jam wrote: > > On ...
5 years, 11 months ago (2015-01-22 23:29:07 UTC) #12
Will Harris
> content does know about ui. Wouldn't changing the > IsWin32kRendererLockdownEnabled function to return > ...
5 years, 11 months ago (2015-01-22 23:35:58 UTC) #13
Will Harris
5 years, 11 months ago (2015-01-22 23:59:29 UTC) #14
I spoke to ananta I'm going to simplify this CL and remove the infobar (push
that to another CL)

Powered by Google App Engine
This is Rietveld 408576698