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

Issue 1326623002: Moved render_font to a common location to share with other content. (Closed)

Created:
5 years, 3 months ago by forshaw
Modified:
5 years, 3 months ago
Reviewers:
palmer, jam, dcheng, Will Harris
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-shell_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

Moved render_font to a common location to share with other content. This patch moves the render_font_warmup_win files into a common location so that other content processes, especially PPAPI can share the code. This is needed as a warmup to pushing win32k lockdown to other content processes. BUG=523278 Committed: https://crrev.com/98e2c9d0ab8df5447042c4884dad40910d1c8aa2 Cr-Commit-Position: refs/heads/master@{#348779}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Modified constants and formatted. #

Patch Set 3 : Fixed patch to match new location of header #

Total comments: 1

Patch Set 4 : Renamed files to remove render name. #

Patch Set 5 : Rebased again. #

Patch Set 6 : Removed unused entries. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -262 lines) Patch
M content/common/DEPS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/common/OWNERS View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + content/common/font_warmup_win.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + content/common/font_warmup_win.cc View 1 2 3 7 chunks +30 lines, -25 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 4 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/OWNERS View 1 2 1 chunk +0 lines, -1 line 0 comments Download
D content/renderer/render_font_warmup_win.h View 1 2 1 chunk +0 lines, -25 lines 0 comments Download
D content/renderer/render_font_warmup_win.cc View 1 2 1 chunk +0 lines, -204 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/test/layouttest_support.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 25 (9 generated)
forshaw
Please take a look.
5 years, 3 months ago (2015-09-03 00:04:24 UTC) #2
palmer
https://codereview.chromium.org/1326623002/diff/1/content/common/render_font_warmup_win.cc File content/common/render_font_warmup_win.cc (right): https://codereview.chromium.org/1326623002/diff/1/content/common/render_font_warmup_win.cc#newcode49 content/common/render_font_warmup_win.cc:49: return reinterpret_cast<SC_HANDLE>(0xdeadbabe); Since the code re-uses these constants in ...
5 years, 3 months ago (2015-09-11 22:53:09 UTC) #3
forshaw
https://codereview.chromium.org/1326623002/diff/1/content/common/render_font_warmup_win.cc File content/common/render_font_warmup_win.cc (right): https://codereview.chromium.org/1326623002/diff/1/content/common/render_font_warmup_win.cc#newcode49 content/common/render_font_warmup_win.cc:49: return reinterpret_cast<SC_HANDLE>(0xdeadbabe); On 2015/09/11 22:53:09, palmer wrote: > Since ...
5 years, 3 months ago (2015-09-11 23:05:06 UTC) #4
Will Harris
On 2015/09/11 23:05:06, forshaw wrote: > https://codereview.chromium.org/1326623002/diff/1/content/common/render_font_warmup_win.cc > File content/common/render_font_warmup_win.cc (right): > > https://codereview.chromium.org/1326623002/diff/1/content/common/render_font_warmup_win.cc#newcode49 > ...
5 years, 3 months ago (2015-09-11 23:08:52 UTC) #5
forshaw
Updated to work with latest revision and made minor changes from review. PTAL.
5 years, 3 months ago (2015-09-14 13:45:21 UTC) #6
jam
lgtm with comment https://codereview.chromium.org/1326623002/diff/40001/content/common/render_font_warmup_win.h File content/common/render_font_warmup_win.h (right): https://codereview.chromium.org/1326623002/diff/40001/content/common/render_font_warmup_win.h#newcode5 content/common/render_font_warmup_win.h:5: #ifndef CONTENT_COMMON_RENDER_FONT_WARMUP_WIN_H_ i'd get rid of ...
5 years, 3 months ago (2015-09-14 19:12:14 UTC) #8
forshaw
On 2015/09/14 19:12:14, jam wrote: > lgtm with comment > > https://codereview.chromium.org/1326623002/diff/40001/content/common/render_font_warmup_win.h > File content/common/render_font_warmup_win.h ...
5 years, 3 months ago (2015-09-14 19:41:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1326623002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1326623002/100001
5 years, 3 months ago (2015-09-14 21:24:26 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/99568)
5 years, 3 months ago (2015-09-14 21:42:49 UTC) #14
dcheng
lgtm
5 years, 3 months ago (2015-09-14 21:50:58 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1326623002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1326623002/100001
5 years, 3 months ago (2015-09-14 21:53:57 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/40499)
5 years, 3 months ago (2015-09-14 22:56:22 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1326623002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1326623002/100001
5 years, 3 months ago (2015-09-14 23:04:05 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 3 months ago (2015-09-15 00:05:46 UTC) #23
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/98e2c9d0ab8df5447042c4884dad40910d1c8aa2 Cr-Commit-Position: refs/heads/master@{#348779}
5 years, 3 months ago (2015-09-15 00:06:59 UTC) #24
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:39:45 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/98e2c9d0ab8df5447042c4884dad40910d1c8aa2
Cr-Commit-Position: refs/heads/master@{#348779}

Powered by Google App Engine
This is Rietveld 408576698