summaryrefslogtreecommitdiff
path: root/common/content
Commit message (Collapse)AuthorAge
* Fix bug in second-last commit.Kris Maglione2009-10-31
|
* Add IO#File.Kris Maglione2009-10-31
| | | | | | | | | New review: owner: dougkearns I like this for the most part, except that it has to go to lengths to wrap the original nsIFile correctly, an that it can't be passed directly to other XPCOM components. It makes most operations on files a lot cleaner, though.
* Cleanup liberator.open a bit; could probably use a bit more.Kris Maglione2009-10-31
|
* Merge.Kris Maglione2009-10-31
|\
| * Fix broken highlight groups.Kris Maglione2009-10-31
| | | | | | | | | | --HG-- extra : rebase_source : 64e041fcdc00122ae86be1e2d97d84f101a62eae
| * Add fold markers (that I don't use) to style.xsl; minor cleanup.Kris Maglione2009-10-30
| |
| * Add TOC to help pages.Kris Maglione2009-10-30
| |
| * Fixes issue #119.Kris Maglione2009-10-29
| | | | | | | | | | | | | | | | Update issue #119 This should be fixed, but I'm fairly convinced that it shouldn't occur in the first place, and a new problem may well occur in its place. Which version of Firefox are you using, and which other extensions?
| * Change Storage#newObject signature.Kris Maglione2009-10-29
| |
| * mergeMartin Stubenschrott2009-10-29
| |\
| * | Update util.generateHelp.Kris Maglione2009-10-28
| | |
| * | Update help status line parser.Kris Maglione2009-10-28
| | |
| * | Fix broken donate button.Kris Maglione2009-10-28
| | |
* | | Revert change in parent; this style is already applied in liberator.js. Add ↵Kris Maglione2009-10-31
| |/ |/| | | | | !important there instead.
* | Fix bug #122 - thanks robert anthony farrellMartin Stubenschrott2009-10-29
|/
* commit outstanding changes. Somehow I still get confused by hg's way of ↵Martin Stubenschrott2009-10-28
|\ | | | | | | pulling/merging/branching/... but I am sure that'll get better as I get used to it.
| * Add missing donation buttons to the help pages.Doug Kearns2009-10-28
| | | | | | | | | | | | | | | | These have been missing for the last two releases. Is it worse if I say it or just think it? --HG-- rename : common/content/x-click-but21.gif => common/content/x-click-but21.png
* | Fix the somehow magically broken :u.Kris Maglione2009-10-28
| |
* | Improve the help formatting with generous and ugly use of struts. ↵Kris Maglione2009-10-28
| | | | | | | | | | | | | | Unfortunately, the HTML box model doesn't lend itself to automatic Vim-ish formatting. --HG-- branch : xslt
* | Fix typo in help.xsl.Kris Maglione2009-10-27
| | | | | | | | | | --HG-- branch : xslt
* | Fix recently broken help system.Kris Maglione2009-10-27
| | | | | | | | | | --HG-- branch : xslt
* | Fix oddly broken completion results.Kris Maglione2009-10-27
| | | | | | | | | | --HG-- branch : xslt
* | Filter :u completions based on text and description.Kris Maglione2009-10-26
| | | | | | | | | | --HG-- branch : xslt
* | Insomnia + anal retentive perfectionism = torrential simplification (and ↵Kris Maglione2009-10-26
| | | | | | | | | | | | | | obstreperous, impetuous, sesquipedialian commits). --HG-- branch : xslt
* | Give up on Mozilla ever fixing XSLTParser's security context issues.Kris Maglione2009-10-26
| | | | | | | | | | --HG-- branch : xslt
* | Take a crack at killing security warnings. Fail miserably. Keep the new code ↵Kris Maglione2009-10-26
| | | | | | | | | | | | | | because it's a bit nicer. --HG-- branch : xslt
* | Minor help fixes. Almost time to merge. Need to get rid of these silly ↵Kris Maglione2009-10-26
| | | | | | | | | | | | | | security warnings flooding the console. --HG-- branch : xslt
* | Get rid of silly config.helpFiles.Kris Maglione2009-10-25
| | | | | | | | | | | | --HG-- branch : xslt rename : common/components/chrome-data.js => common/components/protocols.js
* | Fix Xulmus, etc.Kris Maglione2009-10-25
| | | | | | | | | | --HG-- branch : xslt
* | Update Xulmus docs, in theory.Kris Maglione2009-10-24
| | | | | | | | | | | | | | --HG-- branch : xslt rename : common/locale/en-US/intro.xml => vimperator/locale/en-US/intro.xml rename : common/locale/en-US/tutorial.xml => vimperator/locale/en-US/tutorial.xml
* | Add machinery to allow app-specific help files.Kris Maglione2009-10-24
| | | | | | | | | | --HG-- branch : xslt
* | Add machinery to splice in app-specific help entries.Kris Maglione2009-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : xslt rename : vimperator/locale/en-US/all.xml => common/locale/en-US/all.xml rename : vimperator/locale/en-US/autocommands.xml => common/locale/en-US/autocommands.xml rename : vimperator/locale/en-US/browsing.xml => common/locale/en-US/browsing.xml rename : vimperator/locale/en-US/buffer.xml => common/locale/en-US/buffer.xml rename : vimperator/locale/en-US/cmdline.xml => common/locale/en-US/cmdline.xml rename : vimperator/locale/en-US/developer.xml => common/locale/en-US/developer.xml rename : vimperator/locale/en-US/eval.xml => common/locale/en-US/eval.xml rename : vimperator/locale/en-US/gui.xml => common/locale/en-US/gui.xml rename : vimperator/locale/en-US/hints.xml => common/locale/en-US/hints.xml rename : vimperator/locale/en-US/index.xml => common/locale/en-US/index.xml rename : vimperator/locale/en-US/insert.xml => common/locale/en-US/insert.xml rename : vimperator/locale/en-US/intro.xml => common/locale/en-US/intro.xml rename : vimperator/locale/en-US/map.xml => common/locale/en-US/map.xml rename : vimperator/locale/en-US/marks.xml => common/locale/en-US/marks.xml rename : vimperator/locale/en-US/message.xml => common/locale/en-US/message.xml rename : vimperator/locale/en-US/options.xml => common/locale/en-US/options.xml rename : vimperator/locale/en-US/pattern.xml => common/locale/en-US/pattern.xml rename : vimperator/locale/en-US/print.xml => common/locale/en-US/print.xml rename : vimperator/locale/en-US/repeat.xml => common/locale/en-US/repeat.xml rename : vimperator/locale/en-US/starting.xml => common/locale/en-US/starting.xml rename : vimperator/locale/en-US/styling.xml => common/locale/en-US/styling.xml rename : vimperator/locale/en-US/tabs.xml => common/locale/en-US/tabs.xml rename : vimperator/locale/en-US/tutorial.xml => common/locale/en-US/tutorial.xml rename : vimperator/locale/en-US/various.xml => common/locale/en-US/various.xml
* | Help formatting fixes.Kris Maglione2009-10-24
| | | | | | | | | | --HG-- branch : xslt
* | Replace asciidoc with native XSLT transforms.Kris Maglione2009-10-21
|/ | | | | | | | | --HG-- branch : xslt rename : common/Makefile.common => common/Makefile rename : vimperator/components/about-handler.js => common/components/about-handler.js rename : vimperator/components/chrome-data.js => common/components/chrome-data.js rename : vimperator/components/commandline-handler.js => common/components/commandline-handler.js
* Fix completion preview error in 3.6a2Kris Maglione2009-10-24
| | | | | --HG-- extra : rebase_source : 33da194d4dc35758f42183b0969132289d9594cc
* Cleanup more crufty, stolen Gecko code. Aren't these people supposed to be ↵Kris Maglione2009-10-21
| | | | | | | professionals? --HG-- extra : rebase_source : 288a8a5f8479dda0c16c1a66132682e71f9a8eba
* Poke "Stupid, fallable heuristic" in scrolling code.Kris Maglione2009-10-21
| | | | | --HG-- extra : rebase_source : af80ea5701d073993e3e5f0c98c1947f7a9c65cb
* Add storage["errors"].Kris Maglione2009-10-16
|
* Tell tabs.js to stay out of my way via brute force via .vimperatorrc rather ↵Kris Maglione2009-10-15
| | | | than via kludgy (but colorful!) variable names.
* Simplify feed auto-detection code.Kris Maglione2009-10-15
| | | | | --HG-- extra : rebase_source : 70d362bc1b442c52336a34038fc2facc2f460c8c
* Move an inline style from util.objectToString to a new Key highlight group.Doug Kearns2009-10-16
|
* Remove no-opping of arbitrary bindings in INSERT mode.Doug Kearns2009-10-16
| | | | | | | | | This list of keys is completely arbitrary, a small subset of Firefox's supposedly undesirable bindings, and still manages to break three default bindings on GTK/Firefox. INSERT mode is essentially a pass-through mode. If that's not desirable then a new enhancement issue should be opened. Fixes issue #58.
* Remove fixed FIXME comment.Doug Kearns2009-10-13
|
* Change lots of local vars in hints.js to camel case.Doug Kearns2009-10-13
| | | | | | | HACKING is that way -> --HG-- extra : rebase_source : f531065897da913844d46f084a3b2ee890f215d1
* Fix Bookmarks#getSearchURL typo.Kris Maglione2009-10-13
| | | | | --HG-- extra : rebase_source : 739c42e7b3e06be1d4193d4fb0c4a40760f068a4
* Only update tab ordinals when 'guioptions' ~= /[nN]/Kris Maglione2009-10-11
|
* Take some more jabs at the new scrolling code. Begin crafting a gecko-shaped ↵Kris Maglione2009-10-11
| | | | voodoo doll.
* Muck up the source code with a hidden option to hide the bloody command shadow.Kris Maglione2009-10-11
|
* Fix occasional lag in updating tab count widget (thanks elitemx). Minor cleanup.Kris Maglione2009-10-11
|
* Trigger plugin onUnload handlers at shutdown.Kris Maglione2009-10-10
| | | | | --HG-- extra : rebase_source : 4649d9517d990bbc1dc9efc7b73518bdaa5919ec