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

Issue 8587055: Revert 110557 - Use nacl::CreateMemoryObject to create dynamic code shared memory object (Closed)

Created:
9 years, 1 month ago by awong
Modified:
9 years, 1 month ago
Reviewers:
Roland McGrath
CC:
chromium-reviews, native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Revert 110557 - Use nacl::CreateMemoryObject to create dynamic code shared memory object Use NaCl's code rather than base::SharedMemory to create the shared memory object to whose mappings NaCl needs to apply PROT_EXEC. We'll be changing that NaCl code to deal with the Linux cases where shm_open objects cannot have PROT_EXEC applied to their mappings. BUG= http://code.google.com/p/chromium/issues/detail?id=103377 TEST= nacl_integration R=mseaborn@chromium.org Review URL: http://codereview.chromium.org/8574065 TBR=mcgrathr@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110571

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -8 lines) Patch
M chrome/browser/nacl_host/nacl_process_host.cc View 1 chunk +12 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
awong
9 years, 1 month ago (2011-11-17 22:01:18 UTC) #1
Roland McGrath
9 years, 1 month ago (2011-11-17 22:22:04 UTC) #2
LGTM.  Will resubmit a version that copes with DISABLE_NACL.

Powered by Google App Engine
This is Rietveld 408576698