Infocatcher

Results 45 issues of Infocatcher

Example: ``` js // /* alert(1); // */ ```

enhancement
fixed?

See d6eda6fbaf318ed8486bfa27e01a999666496633 commit.

enhancement
WIP

Like ``` javascript "\\totalcmd.exe" ```

enhancement
WIP

https://bugzilla.mozilla.org/show_bug.cgi?id=1402957 Remove permission manager APIs that only accept a URI https://dxr.mozilla.org/mozilla-central/source/netwerk/base/nsIPermissionManager.idl ```cpp /** * Test whether the principal has the permission to perform a given action. * System principals will...

bug
compatibility

``` js && node.namespaceURI == xulns && node.boxObject && node.boxObject instanceof Components.interfaces.nsIMenuBoxObject // Always false now ``` Probably due to https://bugzilla.mozilla.org/show_bug.cgi?id=979835 - Port BoxObject to WebIDL.

bug
fixed?
compatibility

Throws here: ``` js let isPrivate = "PrivateBrowsingUtils" in window && PrivateBrowsingUtils.isWindowPrivate(tab.linkedBrowser.contentWindow) //

compatibility

See https://bugzilla.mozilla.org/show_bug.cgi?id=1090880 - [x] Bookmarks Folder `Application.prefs.getValue()`/`setValue()` `Application.name` - [x] Custom Buttons Editor: Toggle on Top `Application.storage.get()`/`set()` - [x] Source Editor `Application.storage.get()`/`set()` - [x] Cookies Permissions `Application.storage.get()`/`set()` - [x] Extensions...

compatibility

DOM Inspector will be "locked" too: left-clicks will not work. Reported here: https://forum.mozilla-russia.org/viewtopic.php?pid=683998#p683998

bug

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

enhancement
fixed?