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

Issue 13529027: Switch Linux Auru ports over to POSIX SHM instead of legacy SYSV SHM. (Closed)

Created:
7 years, 8 months ago by Chris Evans
Modified:
7 years, 7 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, sail+watch_chromium.org, jln+watch_chromium.org
Visibility:
Public.

Description

Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM. BUG=147622 R=jln@chromium.org, piman@chromium.org, skaslev@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200741

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -277 lines) Patch
M chrome/renderer/pepper/pepper_pdf_host.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_helper.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_helper.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/sandbox_seccomp_bpf_linux.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +20 lines, -10 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +19 lines, -17 lines 0 comments Download
M content/plugin/webplugin_proxy.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M content/public/common/common_param_traits.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/mock_render_process_host.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -6 lines 0 comments Download
M content/renderer/pepper/pepper_platform_image_2d_impl.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/pepper/pepper_video_source_host.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
M content/renderer/render_process_impl.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -9 lines 0 comments Download
M content/renderer/webplugin_delegate_proxy.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/pdf_resource.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +12 lines, -12 lines 0 comments Download
M ppapi/proxy/serialized_structs.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M ppapi/proxy/video_source_resource.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -4 lines 0 comments Download
M ui/surface/surface.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M ui/surface/transport_dib.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +4 lines, -8 lines 0 comments Download
A + ui/surface/transport_dib_gtk.cc View 1 2 3 4 5 2 chunks +0 lines, -4 lines 0 comments Download
M ui/surface/transport_dib_posix.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -3 lines 0 comments Download
M ui/surface/transport_dib_sysvipc.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -162 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
jln (very slow on Chromium)
Looks good in general. I didn't look closely at every #ifdef, but tests and bots ...
7 years, 8 months ago (2013-04-06 00:22:23 UTC) #1
jln (very slow on Chromium)
lgtm, on to owners reviews!
7 years, 8 months ago (2013-04-06 00:48:53 UTC) #2
Chris Evans
On 2013/04/06 00:48:53, Julien Tinnes wrote: > lgtm, on to owners reviews! [+piman] John suggested ...
7 years, 8 months ago (2013-04-06 02:00:49 UTC) #3
piman
Mechanical things look ok, but at a high level there's 2 things: - https://chromiumcodereview.appspot.com/13255002 landed ...
7 years, 8 months ago (2013-04-06 02:02:13 UTC) #4
cevans
On Fri, Apr 5, 2013 at 7:02 PM, <piman@chromium.org> wrote: > Mechanical things look ok, ...
7 years, 8 months ago (2013-04-06 02:08:49 UTC) #5
piman
On Fri, Apr 5, 2013 at 7:08 PM, Chris Evans <cevans@google.com> wrote: > On Fri, ...
7 years, 8 months ago (2013-04-06 03:32:52 UTC) #6
rjkroege
drive by comments. feel free to ignore. https://codereview.chromium.org/13529027/diff/15001/ui/surface/transport_dib_posix.cc File ui/surface/transport_dib_posix.cc (right): https://codereview.chromium.org/13529027/diff/15001/ui/surface/transport_dib_posix.cc#newcode8 ui/surface/transport_dib_posix.cc:8: #if !defined(TOOLKIT_GTK) ...
7 years, 7 months ago (2013-05-16 19:29:42 UTC) #7
Chris Evans
On 2013/05/16 19:29:42, rjkroege wrote: > drive by comments. feel free to ignore. > > ...
7 years, 7 months ago (2013-05-16 22:45:27 UTC) #8
slavi
lgtm
7 years, 7 months ago (2013-05-16 22:50:00 UTC) #9
slavi
https://codereview.chromium.org/13529027/diff/33015/content/renderer/render_process_impl.cc File content/renderer/render_process_impl.cc (right): https://codereview.chromium.org/13529027/diff/33015/content/renderer/render_process_impl.cc#newcode129 content/renderer/render_process_impl.cc:129: return TransportDIB::Create(size, transport_dib_next_sequence_number_++); Shouldn't we also map the new ...
7 years, 7 months ago (2013-05-16 23:15:47 UTC) #10
rjkroege
On 2013/05/16 22:45:27, Chris Evans wrote: > On 2013/05/16 19:29:42, rjkroege wrote: > > drive ...
7 years, 7 months ago (2013-05-16 23:20:17 UTC) #11
Chris Evans
On 2013/05/16 23:20:17, rjkroege wrote: > On 2013/05/16 22:45:27, Chris Evans wrote: > > On ...
7 years, 7 months ago (2013-05-17 00:15:04 UTC) #12
Chris Evans
On 2013/05/16 23:20:17, rjkroege wrote: > On 2013/05/16 22:45:27, Chris Evans wrote: > > On ...
7 years, 7 months ago (2013-05-17 00:40:03 UTC) #13
piman
LGTM. I can't find the bug that had the repro case for Flash, so we'll ...
7 years, 7 months ago (2013-05-17 01:12:31 UTC) #14
Chris Evans
7 years, 7 months ago (2013-05-17 07:31:47 UTC) #15
Message was sent while issue was closed.
Committed patchset #11 manually as r200741.

Powered by Google App Engine
This is Rietveld 408576698