зеркало из https://github.com/mozilla/gecko-dev.git
Removing workaround to set the default browser on the pawn tinderbox
This commit is contained in:
Родитель
f65e420ad3
Коммит
dbc3c993a1
|
@ -435,9 +435,6 @@ const int kReuseWindowOnAE = 2;
|
|||
NSString* defaultBrowserIdentifier = [[NSWorkspace sharedWorkspace] defaultBrowserIdentifier];
|
||||
NSString* myIdentifier = [[NSBundle mainBundle] bundleIdentifier];
|
||||
|
||||
// temporarily just set us as the default browser, to fix tinderbox
|
||||
[[NSWorkspace sharedWorkspace] setDefaultBrowserWithIdentifier:myIdentifier];
|
||||
|
||||
// silently update from our old to new bundle identifier
|
||||
if ([defaultBrowserIdentifier isEqualToString:@"org.mozilla.navigator"])
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче