summaryrefslogtreecommitdiff
path: root/common/content
Commit message (Collapse)AuthorAge
* Fix :!! message window command line string.Doug Kearns2009-10-03
| | | | The ! should be expanded to the previous command string.
* Fix last commit.Doug Kearns2009-10-02
|
* Remove useless var from getContainerOffsets.Doug Kearns2009-10-02
|
* Fix hint positioning for pages with body { position: static }.Doug Kearns2009-10-01
|
* Rename :tabreattach to :tabattach.Doug Kearns2009-09-30
| | | | As Kris noted this may be better implemented as :tabmove -window.
* Fix input buffer related hint bugs.Doug Kearns2009-09-30
| | | | | Spurious "null"s in input fields and key event swallowing following f1<Return> etc.
* Add :tabreattach.Doug Kearns2009-09-28
| | | | The name is not very convincing.
* Add some cheap documentation for QuickMarks.Doug Kearns2009-09-27
|
* Use | rather than \ for the toggle view-source command.Doug Kearns2009-09-27
| | | | | | | \ conflicts with the default map-leader. --HG-- extra : transplant_source : %83%DF%5D2%8FJ%7B%29X%EF%5B%09%AB%84ON%D7%0CEz
* Use Ex command completion for the second arg of :command.Doug Kearns2009-09-26
| | | | | --HG-- extra : transplant_source : %A2%158%CF%98%7F%16%B4iz%22%12_%A0%B85%FD%DE%05%1C
* Call the Sanitize autocommand when clearing each private item.Doug Kearns2009-09-25
| | | | | --HG-- extra : transplant_source : a%AB%B2%02%28R%3EM%E5%AC%7C%CB%18%2A%AA9%FEbt%09
* Fix numeric option value validation for "".Doug Kearns2009-09-25
| | | | | | | Number("") => 0, Number("077") => 77, parseInt("008") => 0 etc. --HG-- extra : transplant_source : %5B%A2%EC%06%BB%85A%C7%D3%B5%7E%B5%91f%9B1%8F%D3%3D%98
* Add XTML2 support to the Buffer#evaluateXPath namespace resolver.Doug Kearns2009-09-25
| | | | | --HG-- extra : transplant_source : 2v%E9%27%09%0B%23%09%86%96%96h%40v%9B%3D%24%F2%AD%17
* Add util.makeXPath for constructing XPath expressions.Doug Kearns2009-09-25
| | | | | --HG-- extra : transplant_source : G%A7_%1B%9B%7BN%9C%FF%14%A9g%BA%04%99%B3%8B%23%ED%F2
* Fix bookmarks.isBookmark yet again. Check manually, this time.Kris Maglione2009-09-26
|
* Merge old head.Kris Maglione2009-09-26
|\
| * Remove spurious entry about 't' flag for 'complete' from NEWS..Kris Maglione2009-09-25
| |
| * * Ask for permission when editing external password fields.Martin Stubenschrott2009-09-24
| | | | | | | | * Bump maxVersion to 3.6b1
| * Use options.allPrefs rather than nsIPrefBranch#getChildListKris Maglione2009-09-23
| |
| * Migrage from liberator.saved. to extensions.liberator.saved.Kris Maglione2009-09-23
| |
| * Use Option#parseValues in 'sanitizeitems' setter.Doug Kearns2009-09-23
| |
| * Add more helpful information to safeSetPref messages.Kris Maglione2009-09-22
| |
| * Fix 'pps' setter.Doug Kearns2009-09-23
| |
* | Replace my quirky license block with explicit MIT license.Kris Maglione2009-09-26
| |
* | WIP on master: d52fcb4 Fix bookmarks.isBookmarked so we don't get spurious ↵Kris Maglione2009-09-22
|/ | | | hearts in the status line.
* Fix bookmarks.isBookmarked so we don't get spurious hearts in the status line.Kris Maglione2009-09-21
|
* Merge branch 'master' of vimperator.org:/git/vimperator/liberatorConrad Irwin2009-09-19
|\
| * Use the default 'hinttags' value when finding "]]" links.Doug Kearns2009-09-20
| |
* | Use correct variable name in :set pps=Conrad Irwin2009-09-19
|/
* Make 'popups' more intuitive.Kris Maglione2009-09-19
|
* Make :viewsource a bit more robustKris Maglione2009-09-17
|
* Fix :tabdetachKris Maglione2009-09-17
|
* Fix /find error message on submit with 'incsearch'Kris Maglione2009-09-17
|
* Be nicer to color blind people.Kris Maglione2009-09-17
|
* Add Enabled and Disabled highlight groups.Doug Kearns2009-09-17
| | | | Currently only used in the :extensions output.
* Fix sanitizing range for non-liberator items.Doug Kearns2009-09-16
|
* Make macros and marks sanitizeable.Doug Kearns2009-09-16
|
* Display an error when calling :tabdetach on the only tab in a window.Doug Kearns2009-09-16
|
* Fix typo in i_<Insert> definition.Doug Kearns2009-09-16
|
* Add a short option for :sanitize -timespan.Doug Kearns2009-09-16
|
* Use gBrowser.replaceTabWithWindow to detachtab.Ted Pavlic2009-09-15
|
* Revert "Move util.Array to modules.Array_."Doug Kearns2009-09-15
| | | | | | This reverts commit d6cdda48a18c9fa05365b50046470fec9935fd3c. Array_ method chaining needs fixing.
* Don't mark quickmarks as private data.Doug Kearns2009-09-15
| | | | | Quickmarks are essentially bookmarks and Firefox doesn't consider these private data.
* Remove silly type checking from io.{read,write}File.Doug Kearns2009-09-14
|
* Add :keepalt.Doug Kearns2009-09-14
|
* Move util.Array to modules.Array_.Doug Kearns2009-09-14
|
* Fix up/down historyMartin Stubenschrott2009-09-13
|
* Vimify "Unknown option" error message.Doug Kearns2009-09-12
|
* fix whitespace from last commitMartin Stubenschrott2009-09-11
|
* disallow editing of password fieldsMartin Stubenschrott2009-09-11
|