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

Issue 12700027: Merge 188813 "mmap the opened file descriptor in the renderer pr..." (Closed)

Created:
7 years, 9 months ago by kareng
Modified:
7 years, 9 months ago
Reviewers:
reed1
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Merge 188813 "mmap the opened file descriptor in the renderer pr..." > mmap the opened file descriptor in the renderer process, close the fd in the browser process. > This avoids running out of available file descriptors when many tabs are opened, since we now > never leave a file open for very long, and rely on the kernel to clean up the mmap'd regions > when the tab is closed (or the stream is safely destroyed by the font cache). > > BUG=196549 > Review URL: https://codereview.chromium.org/12918004 TBR=reed@google.com Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188860

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -3 lines) Patch
M content/browser/renderer_host/render_sandbox_host_linux.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/common/font_config_ipc_linux.cc View 3 chunks +70 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kareng
7 years, 9 months ago (2013-03-18 22:38:13 UTC) #1
kareng
7 years, 9 months ago (2013-03-18 22:38:38 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r188860.

Powered by Google App Engine
This is Rietveld 408576698