[Webkit-unassigned] [Bug 38552] Disable pretty patch on Chromium Mac to see if that resolves some hangs seen on the Mac Canary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 4 16:12:41 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38552





--- Comment #4 from Eric Seidel <eric at webkit.org>  2010-05-04 16:12:41 PST ---
Dirk the change you're suggesting would look like this:

chromium_mac.py:

import base

__init__...
   # FIXME: Remove this hack.
   _log.warn("Disabling pretty patch support due to bug 38552");
   base._pretty_patch_available = False


I'm happy to make such.  But I think it's kinda a wash.  They're both pretty
hackish.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list