summaryrefslogtreecommitdiffstats
path: root/third_party/mach_override/README.chromium
diff options
context:
space:
mode:
authormmaerean@adobe.com <mmaerean@adobe.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-08 09:52:37 +0000
committermmaerean@adobe.com <mmaerean@adobe.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-08 09:52:37 +0000
commitdb0c3185d6a1549e4cb82277048011dc97b8f9d5 (patch)
tree3a4573ddc898ecf0c829562bba4114d5d6a6b3e8 /third_party/mach_override/README.chromium
parent752ad239c6015fe662630e4d4d0a1faaba0ca39b (diff)
downloadchromium_src-db0c3185d6a1549e4cb82277048011dc97b8f9d5.zip
chromium_src-db0c3185d6a1549e4cb82277048011dc97b8f9d5.tar.gz
chromium_src-db0c3185d6a1549e4cb82277048011dc97b8f9d5.tar.bz2
Update third_party/mach_override from https://github.com/rentzsch/mach_star/mach_override to include the fix for building Chromium on 64 bits.
BUG=138535 Review URL: https://chromiumcodereview.appspot.com/10834127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mach_override/README.chromium')
-rw-r--r--third_party/mach_override/README.chromium16
1 files changed, 4 insertions, 12 deletions
diff --git a/third_party/mach_override/README.chromium b/third_party/mach_override/README.chromium
index 96b0cf7..a2625ac 100644
--- a/third_party/mach_override/README.chromium
+++ b/third_party/mach_override/README.chromium
@@ -2,8 +2,8 @@ Name: mach_override
Short Name: Part of the mach_star project
Version: Unknown
URL: https://github.com/rentzsch/mach_star
-Date: 08/19/2011
-Revision: 87f491f8acef924d2ba90dd55fc23ad64f9d5bbd
+Date: 08/01/2012
+Revision: 6c4965586d28b931d19b428832fe5de968fd7d82
License: MIT
Security Critical: Yes
@@ -11,18 +11,10 @@ Security Critical: Yes
Description:
This is the mach_override part of mach_star, namely:
- https://github.com/rentzsch/mach_star/tree/87f491f8acef924d2ba90dd55fc23ad64f9d5bbd
+ https://github.com/rentzsch/mach_star/tree/6c4965586d28b931d19b428832fe5de968fd7d82
This package is used to replace framework functions with different
implementations at run time.
-Local Modifications:
-
-reentryIsland is allocated in high memory with vm_allocate rather than the
-heap with malloc by changing the allocation policy to kAllocateHigh. It
-appears probable that putting the reentry island in the heap causes its page
-to lose execute permission at some point under some circumstances, which
-results in a crash on Lion. This modification is temoprary to simply test
-out the theory. If proven, the code will be improved somewhat.
-http://crbug.com/93736.
+Local Modifications: None