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

Issue 380243002: Support null language for fallbackFontForChar's IPC wrapper (Closed)

Created:
6 years, 5 months ago by Dominik Röttsches
Modified:
6 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Support null language for fallbackFontForChar's IPC wrapper BUG=392724

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M content/browser/renderer_host/sandbox_ipc_linux.cc View 1 chunk +11 lines, -3 lines 0 comments Download
M content/common/child_process_sandbox_support_impl_linux.cc View 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
Dominik Röttsches
6 years, 5 months ago (2014-07-10 12:46:19 UTC) #1
Dominik Röttsches
Required for https://codereview.chromium.org/381893002/ more details in Behdad's explanation in the bug https://code.google.com/p/chromium/issues/detail?id=392724
6 years, 5 months ago (2014-07-10 12:47:06 UTC) #2
piman
On 2014/07/10 12:47:06, Dominik Röttsches wrote: > Required for https://codereview.chromium.org/381893002/ > more details in Behdad's ...
6 years, 5 months ago (2014-07-10 15:42:38 UTC) #3
Dominik Röttsches
On 2014/07/10 15:42:38, piman (slow to review) wrote: > On 2014/07/10 12:47:06, Dominik Röttsches wrote: ...
6 years, 5 months ago (2014-07-10 19:55:04 UTC) #4
Dominik Röttsches
In https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp&sq=package:chromium&type=cs&l=37&rcl=1404953025 you can see that the function is called through IPC when the sandbox ...
6 years, 5 months ago (2014-07-10 20:01:40 UTC) #5
piman
On 2014/07/10 20:01:40, Dominik Röttsches wrote: > In > https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp&sq=package:chromium&type=cs&l=37&rcl=1404953025 > you can see that ...
6 years, 5 months ago (2014-07-14 23:05:19 UTC) #6
Dominik Röttsches
6 years, 5 months ago (2014-07-15 08:44:59 UTC) #7
On 2014/07/14 23:05:19, piman (slow to review) wrote:

> I think I would prefer a simpler IPC whose structure doesn't depend on the
data
> - it's simpler to audit, and it's simpler to ensure that both the sender and
the
> receiver is using the same schema.
> Actually, ideally this would use the IPC struct macros rather than pickling
> everything by hand.
> 
> It's ok for the IPC wrapper to convert from a NULL string to/from an empty
> string if that makes it easier.

Thanks - okay, I'll do that or I'll modify the underlying function. I actually
had used the NULL/empty conversion approach before but thought that the IPC
wrapper should not touch or alter the in/out data and changed it before
uploading.

Powered by Google App Engine
This is Rietveld 408576698