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

Issue 2794004: Add a font API to Pepper and implement on Linux based on agl's ... (Closed)

Created:
10 years, 6 months ago by jam
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, Erik does not do reviews, Aaron Boodman, stuartmorgan, pam+watch_chromium.org
Visibility:
Public.

Description

Add a font API to Pepper and implement on Linux based on agl's code from http://codereview.chromium.org/2673003. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49599

Patch Set 1 : '' #

Total comments: 13

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+494 lines, -1 line) Patch
M chrome/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_sandbox_host_linux.cc View 1 4 chunks +223 lines, -0 lines 0 comments Download
M chrome/common/sandbox_methods_linux.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/renderer_sandbox_support_linux.h View 1 2 chunks +20 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_sandbox_support_linux.cc View 1 2 3 chunks +98 lines, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.cc View 1 2 3 chunks +59 lines, -0 lines 0 comments Download
M third_party/npapi/bindings/npapi_extensions.h View 1 2 chunks +79 lines, -0 lines 0 comments Download
M webkit/glue/plugins/npapi_extension_thunk.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jam
10 years, 6 months ago (2010-06-10 18:13:14 UTC) #1
agl
LGTM for the Linux stuff. http://codereview.chromium.org/2794004/diff/12001/13003 File chrome/renderer/renderer_main_platform_delegate_linux.cc (right): http://codereview.chromium.org/2794004/diff/12001/13003#newcode13 chrome/renderer/renderer_main_platform_delegate_linux.cc:13: #include "chrome/renderer/renderer_sandbox_support_linux.h" This should ...
10 years, 6 months ago (2010-06-10 18:39:30 UTC) #2
brettw
Good thing AGL checked the Linux stuff since I'm not particularly qualified. LGTM http://codereview.chromium.org/2794004/diff/12001/13001 File ...
10 years, 6 months ago (2010-06-10 18:45:02 UTC) #3
darin (slow to review)
overall, this looks fine to me. i defer to brettw and agl on the details. ...
10 years, 6 months ago (2010-06-10 18:47:50 UTC) #4
jam
http://codereview.chromium.org/2794004/diff/12001/13001 File chrome/browser/renderer_host/render_sandbox_host_linux.cc (right): http://codereview.chromium.org/2794004/diff/12001/13001#newcode9 chrome/browser/renderer_host/render_sandbox_host_linux.cc:9: #include <fcntl.h> On 2010/06/10 18:45:03, brettw wrote: > Be ...
10 years, 6 months ago (2010-06-11 17:37:59 UTC) #5
darin (slow to review)
10 years, 6 months ago (2010-06-11 20:30:04 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698