]> git.gir.st - VimFx.git/history - extension/lib
VimFx v0.27.1
[VimFx.git] / extension / lib /
2024-04-13 girstfix 'H', 'L', 't', 'T', 'r', 'R', 's', 'gh' in mozilla126
2024-03-16 girstfix linting error
2024-03-08 girstpopulate more data in contentAreaClick
2024-03-03 girstimprove contentAreaClick
2024-03-03 girstremove workarounds for legacy browsers
2024-03-03 girstport to ESMs and set minimum firefox version to 115
2024-02-25 girstdisplay documentation URL in browser console warnings
2024-02-25 girststop relying on AddonManager.jsm for retrieving homepageURL
2023-08-29 girst(half/full) page scrolling: don't take position:absolut...
2023-07-01 girstfix input field detection on mozilla116
2023-06-09 girstfix sandbox detection
2023-06-09 girstfix loading config files under windows
2023-06-05 girstRevert "remove compatibility shims for firefox <= 80"
2023-06-05 girstPathUtils not available in parent process
2023-06-03 girstPort Bug 1538028 to VimFx' contentAreaClick()
2023-06-03 girstfix utils.isInShadowRoot
2023-06-03 girstremove compatibility shims for firefox <= 80
2023-05-14 girstPort osfile.jsm usage to IOUtils
2022-10-12 girstPort Bug 1738694 to VimFx' contentAreaClick()
2022-08-12 girstfix 'eb'
2022-05-02 girstremove legacy code paths from isElementInstance()
2022-05-02 girstmove from deprecated Cu.import to ChromeUtils.import
2022-05-02 girstPort Bug 1678965 to VimFx' ContentAreaClick()
2022-05-02 girstMove contentAreaClick() to utils
2022-05-02 Alex Nguyenupdate support for user contexts (containers)
2022-01-28 girstfix 'gX' menupopup
2021-11-18 girstmake Fission check more strict
2021-11-18 girstFix bootstrapping in Firefox 96
2021-08-04 girstNote where contentAreaClick's allowMixedContent came...
2021-08-04 girstWarn in Browser Console when Fission (site isolation...
2020-11-22 girstFix search on help screen
2020-11-22 girstFix `ew` and `ep` commands
2020-10-30 girstDon't crash on pages with out-of-process iframes when...
2020-08-06 girsthotfix: 'F'
2020-07-16 girstUpdate contentAreaClick() for Firefox 80
2020-05-15 girstChromeWindow has no ShadowRoot
2020-05-15 girstFix getting stuck in normal mode in docked DevTools...
2020-03-19 girstFix `o` in nightly 76 (Bug 1610479)
2020-01-30 girstFix GitHub search box hint
2020-01-02 girstFix race condition on options page
2019-12-31 girstIgnore error thrown by dispatchDOMEvent
2019-12-31 girstClean up some shims for <fx63
2019-12-27 girstRemove last isXULDocument() references
2019-12-26 girsts/dispatchDOMEventViaPresShell/&ForTesting/
2019-12-05 girstreplace imported ContentClick module with stub
2019-12-05 girstfix 'modifiers is null' TypeError
2019-12-05 girstRemove misuse of isXULDocument()
2019-12-05 girstundo useless hint exclusion
2019-11-27 girstfix lint error for overlong line
2019-11-27 girstremove getAnonymousNodes() code path from getAllElements()
2019-11-27 girstgetAnonymousNodes() and getBindingParent() removed...
2019-11-16 girstfix 'eb' for nightly72
2019-11-16 girstfix hints on about:preferences (nightly72)
2019-10-19 girstfix 'eb' for fx71
2019-09-28 girstDocument config file sandboxing issues and workarounds...
2019-08-30 girstexperimental custom-element support
2019-08-26 girstFix visual mode in Firefox 70 v0.21.3
2019-08-26 girstwaterfox 56 fix
2019-08-20 girstfix hints mode on about:addons and about:preferences...
2019-08-06 girstDeduplicate new settings code and final css tweaks
2019-08-06 girstPort settings page to a modern format
2019-08-04 girstprevent statusbar update from breaking waterfox56
2019-08-03 girstfix blurring of URL bar in fx70a
2019-08-03 Simon LydellFix lint errors
2019-08-03 Simon LydellMerge pull request #937 from girst/master
2019-08-01 girstreplace custom status panel with default one
2019-07-31 girstFix TypeError when uninstalling VimFx
2019-07-31 girstFix TypeError when hitting ESC
2019-07-31 girstRemove dependency on non-standard Array.some() and...
2019-05-15 Simon LydellCompatibility for Waterfox 68, Firefox <= 64 (cleanup...
2019-05-14 Simon LydellCleanups
2019-05-13 girstMerge remote-tracking branch 'upstream/master'
2019-05-13 girstfix hintsmode clicking in ff56, squash some exceptions
2019-05-12 girstremove further remnants of devtools-integration
2019-05-12 girstpartial fix for `eb'
2018-10-01 matsuhavCommands Follow link(s) in a new tab now work.
2018-10-01 matsuhavgetInterface(Ci.nsIDOMWindowUtils) doesn't work.
2018-10-01 matsuhavSince developer tool bar was removed, this prevented...
2018-10-01 matsuhavMerge remote-tracking branch 'upstream/master'
2018-09-21 Kevin CoxAdd content variable back to frame scope. (#929)
2018-08-06 Simon LydellFix lint error
2018-08-05 matsuhavutils getFindBar() returns a promise (#926)
2018-07-31 matsuhavutils getFindBar() returns a promise
2018-05-15 Simon LydellFix lint errors
2018-05-15 Kevin CoxUse require instead of Cu.import for devtools (#924)
2018-05-09 Kevin CoxFix findBar and DeveloperToolbar. (#920)
2018-05-09 依云Export isXULDocument from utils and fix Ci.nsIDOMElemen...
2018-05-05 Kevin CoxReplace XULTextBoxElement for Firefox 61 compatibility...
2018-03-31 Jan KokemüllerWork around changes introduced in upstream bug 888600...
2018-03-28 依云Replace removed nsIDOMXULDocument (#913)
2018-01-23 Simon LydellMake nsIDOMUtils try-catch nicer
2018-01-23 Kevin CoxIgnore dom-utils if not available. (#909)
2017-11-19 依云support for nsPrefBranch::{get,set}StringPref() (#901)
2017-08-25 Simon LydellVimFx is now officially dead
2017-08-25 Simon LydellChange license to MIT
2017-03-25 Simon LydellFix lint error
2017-03-21 Simon LydellUse `vim.markPageInteraction()` instead of direct mutation
2017-03-21 Simon LydellPrevent autofocus after 'popstate' events
2017-02-21 Simon LydellUpdate copyright year
2017-02-21 Simon LydellFix the `yy` command in Reader View
next
Imprint / Impressum