Custom_Buttons icon indicating copy to clipboard operation
Custom_Buttons copied to clipboard

Buttons for Custom Buttons extension for Firefox (and other Gecko-based applications)

Results 18 Custom_Buttons issues
Sort by recently updated
recently updated
newest added

Requested here: https://forum.mozilla-russia.org/viewtopic.php?pid=679605#p679605

enhancement
fixed?

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