0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
.fixBrowserFromProtocol(): use "uriStr" argument for non-nsIURI More... almost 3 years ago
Update changelog: .replaceTabAndTogglePrivate(…, onSuccessCallback) API More... almost 3 years ago
.replaceTabAndTogglePrivate(): better self-documentation More... almost 3 years ago
Update documentation for privateTab.replaceTabAndTogglePrivate() API More... almost 3 years ago
Expose onSuccess argument in privateTab.replaceTabAndTogglePrivate() API More... almost 3 years ago
Update changelog: * correctly update bookmark favicon, if private:… opened in current tab * correctly handle dropped link from private tab into non-private tab More... almost 3 years ago
.dropHandler(): correctly remove wrapper for browser.loadURIWithFlags() More... almost 3 years ago
.dropHandler(): re-implement handler for new opened tabs More... almost 3 years ago
.waitForTab(): return destructor to cancel waiting More... almost 3 years ago
.dropHandler(): correctly ignore dragAndDropBehavior == 2 More... almost 3 years ago
Use .replaceTabAndTogglePrivate(…, callback) instead of magic delay More... almost 3 years ago
.updateBookmarkFavicon(): improve debug logs More... almost 3 years ago
.dropHandler() -> browser.loadURIWithFlags(): improve debug logs More... almost 3 years ago
.dropHandler(): trick to change target tab state using tab duplication More... almost 3 years ago
.replaceTabAndTogglePrivate(): add onSuccess callback argument More... almost 3 years ago
Fix debug logs from openPlacesInPrivateTabs() -> destroyLoadURIWrapper() More... almost 3 years ago
Oops, revert buggy changes: .dropHandler() -> "Dropped link may be opened in already existing tab …" -> .toggleTabPrivate() -> NS_ERROR_FAILURE since .usePrivateBrowsing is writable only during content browser initialization More... almost 3 years ago
Re-use logging utils in .shouldMakeTabPrivate() More... almost 3 years ago
Experimental: just ignore .usePrivateBrowsing = … failure More... almost 3 years ago
Debug logs for toggleTabPrivate() -> .usePrivateBrowsing = … failure More... almost 3 years ago
Update copyright year More... almost 3 years ago
Update changelog: * fixed accessing to replacements for XBL anonymous nodes in Firefox 72+ * fixed createElement() usage in Firefox 69+ (non-XUL NS) * correctly highlight private tabs in Firefox 75+ * correctly detect browser.xhtml in Firefox 69+ * experimental: inherit private state from Tree Style Tab's parent tab More... almost 3 years ago
Handle NS_ERROR_FAILURE from dropHandler() -> toggleTabPrivate() More... almost 3 years ago
shouldMakeTabPrivate(): fail-safe with third-party code More... almost 3 years ago
shouldMakeTabPrivate(): improve debug logs More... almost 3 years ago
Experimental: also check for Tree Style Tab's parent tab More... almost 3 years ago
Correctly detect browser.xhtml in Firefox 69+ https://bugzilla.mozilla.org/show_bug.cgi?id=1553188 More... almost 4 years ago
Correctly highlight private tabs in Firefox 75 More... almost 4 years ago
Force specify XUL namespace: use createElementNS() for Firefox 69+ https://bugzilla.mozilla.org/show_bug.cgi?id=1534407 More... almost 4 years ago
Try use querySelector() in Firefox 72+ for was-anonymous nodes More... almost 4 years ago