• mark@chromium.org's avatar
    Update Breakpad to r828 to pick up: · edb79a51
    mark@chromium.org authored
    ```---------------------------------------------------------------------
    r828 | mark@chromium.org | 2011-08-26 18:29:33 -0400 (Fri, 26 Aug 2011) | 8 lines
    
    Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is in
    effect.
    
    BUG=none
    TEST=Apple Crash Reporter logs from processes in which Breakpad handles the
         crash should point the finger at the actual crash source, not the
         Breakpad thread's attempt to write to unwritable memory.
    Review URL: http://breakpad.appspot.com/301001
    ```
    
    ---------------------------------------------------------------------
    r827 | mark@chromium.org | 2011-08-26 17:37:59 -0400 (Fri, 26 Aug 2011) | 5 lines
    
    Add missing (parentehses.)
    
    BUG=247, chromium:94107
    TEST=Minidump file sizes should be manageable
    Review URL: http://breakpad.appspot.com/300002
    ------------------------------------------------------------------------
    
    This also enables USE_PROTECTED_ALLOCATIONS. This should have been on all
    along because we're using Breakpad through the Framework/Breakpad.mm
    interface, which requires it. Note that if we ought not have been using
    USE_PROTECTED_ALLOCATIONS, the build would fail.
    
    BUG=94107
    TEST=Breakpad should upload reasonably-sized minidump files.
         Apple Crash Reporter logs from processes in which Breakpad handles the
         crash should point the finger at the actual crash source, not the
         Breakpad thread's attempt to write to unwritable memory.
    Review URL: http://codereview.chromium.org/7761007
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98505 0039d316-1c4b-4281-b951-d872f2087c98
    edb79a51
DEPS 15.3 KB