Infocatcher

Results 45 issues of Infocatcher

And for now this may be fixed only with memory leaks: bug 1051238 – frame scripts are cached forever & thus can't be updated restartless.

bug
compatibility

Affected: - Check for Addons Updates - Extensions Developer Tools - Extensions Installer We use chrome://browser/skin/tabbrowser/connecting.png chrome://browser/skin/tabbrowser/loading.png that aren't animated anymore, see chrome://browser/skin/browser.css ``` css @keyframes throbber-loading { to {...

bug
fixed?
compatibility

See - [Edit Custom Button in Tab](https://github.com/Infocatcher/Custom_Buttons/tree/master/Edit_Custom_Button_in_Tab) - https://bugzilla.mozilla.org/show_bug.cgi?id=816756#c5 + https://bugzilla.mozilla.org/show_bug.cgi?id=787086 (thats why it's impossible with Orion editor) - #17, CodeMirror works in tabs, so now we finally can do...

enhancement
WIP

https://bugzilla.mozilla.org/show_bug.cgi?id=816756 See chrome://browser/content/devtools/scratchpad.js Old: ``` js Cu.import("resource:///modules/source-editor.jsm"); ``` ``` js this.editor = new SourceEditor(); let config = { mode: SourceEditor.MODES.JAVASCRIPT, showLineNumbers: true, initialText: initialText, contextMenu: "scratchpad-text-popup", }; let editorPlaceholder =...

bug
WIP

https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIDOMChromeWindow#beginWindowMove%28%29 NS_ERROR_NOT_IMPLEMENTED on Windows (at least on XP), but may be useful on other OS.

enhancement
low priority

See http://mxr.mozilla.org/mozilla-central/source/netwerk/cookie/nsICookiePermission.idl#33 ``` js const nsCookieAccess ACCESS_SESSION = 8; const nsCookieAccess ACCESS_ALLOW_FIRST_PARTY_ONLY = 9; const nsCookieAccess ACCESS_LIMIT_THIRD_PARTY = 10; ``` ![about:permissions - cookies](https://f.cloud.github.com/assets/601488/1058845/1c60180e-118f-11e3-8b66-faa725f1925c.png)

enhancement

At least something like we already have in Direct Images: about:blank?UserScripts/options/... page.

enhancement

Docs: https://developer.mozilla.org/en-US/Firefox/Multiprocess_Firefox - [x] [e10s] Implement support for remote frames using code modules (#21) - [ ] [e10s] Refactor using code modules (#22)

bug
compatibility

Just like built-in "View Image" from page context menu ``` js canvas.toBlob(function(blob) { var url = URL.createObjectURL(blob); // ... }); ```

enhancement