mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
workaround for .8 for 630seven8, r=blake, cmanske, sr=alecf, a=asa. bug remains open
as this is just a temporary workaround to prevent mac optimized crash.
This commit is contained in:
parent
01bdbccb5d
commit
fd197c0951
@ -733,6 +733,12 @@ var BookmarksUtils = {
|
||||
}
|
||||
catch (e) {
|
||||
}
|
||||
|
||||
// XXX - 0.8 hack - prevent dialog from appearing on Mac, as there are
|
||||
// crashes in optimized builds.
|
||||
if (navigator.platform.toLowerCase().indexOf("mac") != -1) {
|
||||
showDialog = false;
|
||||
}
|
||||
|
||||
if (showDialog)
|
||||
openDialog("chrome://communicator/content/bookmarks/addBookmark.xul", "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user