This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nsRefPtr<sbRunnable_<nsresult>> job = | |
new sbRunnableXPCOMMethod3_<nsresult,nsIObserverService, | |
nsISupports*,const char*,const PRUnichar*>( | |
mObserverService,&nsIObserverService::NotifyObservers, | |
this,"service-ready",serviceContractID.get()); | |
NS_DispatchToMainThread(job); | |
rv = job->Wait(); | |
NS_ENSURE_SUCCESS(rv, rv); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ | |
/* vim: set sw=2 :miv */ | |
/* | |
*=BEGIN SONGBIRD GPL | |
* | |
* This file is part of the Songbird web player. | |
* | |
* Copyright(c) 2005-2010 POTI, Inc. | |
* http://www.songbirdnest.com | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | |
@-moz-document url(chrome://komodo/content/komodo.xul) { | |
#topview tabs > vbox, | |
#topview tabs .tabstrip-box, | |
#topview tabs .tab-arrowscrollbox, | |
#topview tabs .tab-arrowscrollbox > scrollbox, | |
#topview tabs .scrollbox-innerbox { | |
display: block !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style> | |
.result { | |
width: 35px; | |
height: 35px; | |
} | |
.col-header, .row-header { | |
font-weight: bold; | |
} |