summaryrefslogtreecommitdiff
path: root/common/content/buffer.js
Commit message (Collapse)AuthorAge
...
* Add as-yet undocumented site-specific mapping hives, :map -group flag, and ↵Kris Maglione2011-01-19
| | | | :mapgroup command.
* Fix quoting issues in :au.Kris Maglione2011-01-18
|
* Ditch useless dump statement.Kris Maglione2011-01-16
|
* Add an experimental prototype download manager replacement. Fix some bugs.Kris Maglione2011-01-16
| | | | | --HG-- extra : rebase_source : aea703414d4bd601bfdea779c5878a30d5b3d782
* Remove the useless buffer.destroy definition.Doug Kearns2011-01-17
|
* Fix :pageinfo.Doug Kearns2011-01-17
| | | | Broken in revision 185600dddcf7.
* Display a sensible prompt rather than a dialog for ;s. Co-opt ;a for "Add ↵Kris Maglione2011-01-16
| | | | bookmark".
* Make buffer.URL a string again. Use buffer.uri and buffer.documentURI ↵Kris Maglione2011-01-16
| | | | internally. Fix loading Object stores.
* Add file input editing history.Kris Maglione2011-01-15
|
* Send "change" event when editing file upload boxes.Kris Maglione2011-01-15
|
* Fix '' for a subset of cases.Kris Maglione2011-01-13
|
* Fix finder with iframes. Fix dactyl cleanup on :rehash.Kris Maglione2011-01-12
|
* Move common deprecation message content to deprecated().Doug Kearns2011-01-13
|
* Add some missing deprecated buffer features.Doug Kearns2011-01-13
|
* Fix "Security Manager vetoed action" in FF36.Kris Maglione2011-01-11
|
* Fix :zoom +{value}.Doug Kearns2011-01-12
| | | | | | | Fixes inverted values of buffer.zoomLevel. --HG-- extra : rebase_source : 6df158ff3ae96b66c085dafe7d5aaa2fcab0ad1d
* Fix deleting files after viewing them from source links in :list*.Kris Maglione2011-01-10
|
* Fix <C-u>/<C-d>.Doug Kearns2011-01-10
| | | | Closes issue #252.
* Fix deprecation warnings in buffer.js.Kris Maglione2011-01-09
| | | | | --HG-- extra : rebase_source : a0dd9dfbb43d16a88eea7c3a07bbb3756cdbb1f2
* Move things to the buffer instance that have no business being in the buffer ↵Kris Maglione2011-01-09
| | | | class.
* Fix buffer.viewSourceExternally.Kris Maglione2011-01-08
| | | | | --HG-- extra : rebase_source : 46750802d4fb7477fef5b96b0779842f946c37b2
* Try not to reset dactylFocusAllowed on hash tag change. Closes issue #237.Kris Maglione2011-01-05
|
* Remove useless conditional.Kris Maglione2011-01-04
|
* Make last commit less sucky.Kris Maglione2011-01-04
|
* Get the statusline color right after a :rehash.Kris Maglione2011-01-04
|
* Experimentally move finder.js to finder.jsm.Kris Maglione2011-01-04
| | | | | --HG-- rename : common/content/finder.js => common/modules/finder.jsm
* Make buffer.UR[LI] nsIURI objects. Fix bug in chrome-data:.Kris Maglione2011-01-03
|
* Fix about:pentadactyl by registering the component manually. Et cetera.Kris Maglione2011-01-03
|
* Move iteration utility functions to the iter namespace.Kris Maglione2011-01-02
|
* Get rid of Editor.isInputElementFocused. Move Editor.isContentNode to ↵Kris Maglione2010-12-31
| | | | editor.isContentNode.
* Some constants to save my sanity.Kris Maglione2010-12-31
|
* Deprecate dactyl.mode.Kris Maglione2010-12-30
|
* Miscellaneous semicolon, whitespace, and formatting fixes.Doug Kearns2010-12-30
|
* Minor fixup for 45b2508a55c9.Štěpán Němec2010-12-30
|
* Fix some smallish focus issued.Kris Maglione2010-12-30
|
* Replace weird mystery meat args of mapping actions with a proper object.Kris Maglione2010-12-29
|
* Tend towards proportional fonts in :help.Kris Maglione2010-12-29
|
* Treat XUL Tree and TextBox elements as input elements.Kris Maglione2010-12-28
|
* Use real key bindings in MOW mode, and also restore the strange key passing ↵Kris Maglione2010-12-28
| | | | behavior of yore. Closes issue #217.
* Fix activating scrollable elements via ;F.Kris Maglione2010-12-28
| | | | | --HG-- branch : bootstrapped
* Add real mappings for most HINT mode keys. Lazily expand leader, and keep in ↵Kris Maglione2010-12-28
| | | | | | | sync with 'mapleader'. --HG-- branch : bootstrapped
* Cleanup.Kris Maglione2010-12-26
|
* Some small changes for the sake of plugins.Kris Maglione2010-12-26
|
* Merge changes from bootstrapped.Kris Maglione2010-12-25
|
* Merge changes from bootstrapped.Kris Maglione2010-12-24
|
* Another crack at revision c24f695526a9.Kris Maglione2010-12-24
|
* Use document rather than window for localStore and dactylFocusAllowed.Kris Maglione2010-12-24
|
* Fix gF and so forth.Kris Maglione2010-12-22
|
* Deal with some Buffer.findScrollable corner cases.Kris Maglione2010-12-21
| | | | | --HG-- extra : rebase_source : 6acbaac21f3098ab357ceddcd796e6566a61a6d9
* Fix odd "gi" corner case.Kris Maglione2010-12-20
|