Google Code Exporter
Google Code Exporter
``` The ultimate fix is https://bugzilla.mozilla.org/show_bug.cgi?id=287813 but this is too scary for 9.3.1. ``` Original comment by `[email protected]` on 25 Jun 2012 at 3:37 - Added labels: **Milestone-Release9.3.2**
``` Also too scary for 9.3.2 but we really need to do this. ``` Original comment by `[email protected]` on 3 Jan 2013 at 4:23 - Removed labels: **Milestone-Release9.3.2**
``` https://bugzilla.mozilla.org/show_bug.cgi?id=546857 This is pretty scary. We might sit on this. ``` Original comment by `[email protected]` on 10 Oct 2011 at 9:08 - Added labels: **Priority-Low** - Removed labels: **Priority-High**
``` I altered nsProfileDirServiceProvider.cpp to make the bookmarks filehandle non-persistent. Let's see if that helps option #2. ``` Original comment by `[email protected]` on 7 Feb 2011 at 1:02 - Changed...
``` In fact, there are two IsASCIIs and one IsUTF8. We should do all three. ``` Original comment by `[email protected]` on 18 Jan 2012 at 12:36
``` https://bugzilla.mozilla.org/show_bug.cgi?id=68988 ``` Original comment by `[email protected]` on 1 Jul 2011 at 5:24
``` Move to high, as this would be very helpful on multiple CPU systems. But no idea if it actually works. ``` Original comment by `[email protected]` on 26 Oct 2011...
``` Because this can potentially destabilize the browser, we should query MPProcessors() first. If there is only one, this is probably not as useful and we should stick with the...
``` Finally we must verify that _PR_ClockInterrupt() is safe to call. ``` Original comment by `[email protected]` on 26 Oct 2011 at 11:38
``` And we initially will only do this if the Command key is down during startup. Then we can try it on uniprocessor Macs. If so, we can throw this...