|
failing to create script security manager
|
| |
[link] 1884736480[104113430]: nsComponentManager: CreateInstanceByContractID(@mo zilla.org/scriptsecuritymanage r;1) FAILED Any suggestions on how to troubleshoot this? This is a stock 64-bit build of the trunk on Snow Leopard. I could swear everything was working fine until a few (couple?) days ago.... more »
|
|
Adobe CTO Lynch on Flash and browser performance
|
| |
Adobe's CTO, Kevin Lynch, leaves a comment in a blog post that touches on Flash and browser performance. Key points/claims: - Flash 10.1 is moving to CoreAnimation on Mac OS - Vector graphics rendering in Flash 10 is the same across Mac/Windows platforms - Flash video rendering is significantly worse on Mac OS but changes in... more »
|
|
How to add event listener to a document parent window?
|
| |
Hi All, I want to add event listener to a document parent window: The nsIDOMWindow is retrieved as follow (return values tests are skipped): ... nsCOMPtr<nsIDOMDocument> domDocument; nsCOMPtr<nsIDOMDocumentView> spDocView(do_QueryInterface(do mDocument, &rv)); nsCOMPtr<nsIDOMAbstractView> spDomAbstractView;... more »
|
|
Firefox debug build on Windows 7 fails
|
| |
Hi All, I tried to built Firefox debug version from the latest source code. Environment: Windows 7 + "Microsoft Visual C++ 2008" Build failed in the follow stage: c:/foss/mozilla-central/objdir -ff-debug/dist/bin/xpt_link.ex e _xpidlgen/xpcom_components.xpt _xpidlgen/nsIModuleLoader.xpt _xpidlgen/nsIComponentManagerO bsolete.xpt _xpidlgen/nsIClassInfo.xpt... more »
|
|
allowing enablePrivilege to succeed without prompting for local files
|
| |
I have a test in a local file, that needs UniversalXPConnect, that I'd like to run from a batch script overnight. I'm not having any luck finding the right combination of things to put in prefs.js so that I don't have to stick around and click on the security dialog box every time the browser starts up. Here's what I have right now:... more »
|
|
Security Error
|
| |
Firebug 1.5.1 is blocked because the DOM panel fails to return to the previous view upon reload (Firebug issue 2772). I tried for some time to debug it, but a different bug stops me. I get this message when I reload the web page: Error: uncaught exception: [Exception... "Security error" code: "1000"... more »
|
|
Should custom themes be able to opt in/out of personas?
|
| |
For 3.6 we made the decision that we would only allow personas to work with the default theme. There were a few reasons for this including the facts that we could guarantee a good experience and exposing the UI for persona selection was greatly simplified. For the future we can consider allowing personas to apply with any theme... more »
|
|
What would the selection UI look like for applying a persona with any theme
|
| |
For 3.6 we made the decision that we would only allow personas to work with the default theme. There were a few reasons for this including the facts that we could guarantee a good experience and exposing the UI for persona selection was greatly simplified. A popular request has been that the user should be able to select both... more »
|
|
Making Mozilla data types match STL APIs?
|
| |
I seem to recall (at a platform work week?) someone floating the suggestion that we modify the APIs of our existing data types (nsString, nsTArray, etc) to match the STL, to lessen the amount of API knowledge needed by developers. I think the proposal also mentioned renaming the types to match their STL counterparts, but in the mozilla namespace, so nsCString ->... more »
|
|
How to get the nsINode interface?
|
| |
Hi All, What is the correct way to get/query the nsINode interface? The question background: the Firefox extension development and I want to get access to the nsIEventListenerManager interface. NS_IMETHODIMP TabManager::OnDocumentComplete (nsIWebProgress *prog, const nsAString & tabID) { nsCOMPtr<nsIDOMWindow> spDomWindow;... more »
|
|
|