Kris Maglione
8c0a734e53
Change the patently absurd local mark storage structure.
2010-09-17 06:15:13 -04:00
Kris Maglione
152e6d5a1f
Complete :sanitize and private mode overhaul.
...
--HG--
rename : common/content/sanitizer.js => common/modules/sanitizer.jsm
2010-09-17 06:15:13 -04:00
Kris Maglione
a5213c3760
Precompute completion string matching function.
2010-09-17 06:15:13 -04:00
Kris Maglione
8b0d9586b2
Merge testing.
...
--HG--
rename : common/content/base.js => common/modules/base.jsm
rename : common/content/services.js => common/modules/services.jsm
rename : common/content/style.js => common/modules/styles.jsm
rename : common/content/template.js => common/modules/template.jsm
rename : common/content/util.js => common/modules/util.jsm
2010-08-31 21:09:13 -04:00
Kris Maglione
5632e14721
Prepare for merge with testing branch.
2010-08-28 15:47:45 -04:00
Kris Maglione
0c6a7b178f
Fix buffer.(getCurrentWord|followDocumentRelationship). Thanks anekos and dhahler.
2010-05-07 02:27:42 +09:00
Kris Maglione
620e6a73a5
Don't quit macro recording from input modes. Fixes liberator issue #175 .
2010-08-28 18:58:37 -04:00
Kris Maglione
0b13017b17
Fix callInMainThread and wrap dactyl.beep. Fixes liberator issue #356 .
2010-08-28 18:58:37 -04:00
Kris Maglione
9f0b293881
Support all HTML 5 editable input types.
2010-08-28 18:58:37 -04:00
Kris Maglione
f1ca59a83d
Use Object.keys/getOwnPropertyNames (and provide them if they don't exist).
2010-08-28 18:57:59 -04:00
Kris Maglione
4e40abe6b0
Lots of rangefinder and Gecko 2 tabbing fixes.
2010-08-28 18:02:03 -04:00
Kris Maglione
e3a2df403d
Improve behavior of gf. Remove "|" alias.
2010-08-28 18:02:03 -04:00
Kris Maglione
924863cd61
imported patch dactylify
...
--HG--
rename : common/content/liberator-overlay.js => common/content/dactyl-overlay.js
rename : common/content/liberator.js => common/content/dactyl.js
rename : common/content/liberator.xul => common/content/dactyl.xul
rename : common/skin/liberator.css => common/skin/dactyl.css
rename : muttator/content/compose/liberator.dtd => muttator/content/compose/dactyl.dtd
rename : muttator/content/compose/liberator.xul => muttator/content/compose/dactyl.xul
rename : muttator/content/liberator.dtd => muttator/content/dactyl.dtd
rename : vimperator/AUTHORS => pentadactyl/AUTHORS
rename : vimperator/Donors => pentadactyl/Donors
rename : vimperator/Makefile => pentadactyl/Makefile
rename : vimperator/NEWS => pentadactyl/NEWS
rename : vimperator/TODO => pentadactyl/TODO
rename : vimperator/chrome.manifest => pentadactyl/chrome.manifest
rename : vimperator/components/about-handler.js => pentadactyl/components/about-handler.js
rename : vimperator/components/commandline-handler.js => pentadactyl/components/commandline-handler.js
rename : vimperator/components/protocols.js => pentadactyl/components/protocols.js
rename : vimperator/content/about.html => pentadactyl/content/about.html
rename : vimperator/content/about_background.png => pentadactyl/content/about_background.png
rename : vimperator/content/config.js => pentadactyl/content/config.js
rename : vimperator/content/liberator.dtd => pentadactyl/content/dactyl.dtd
rename : vimperator/content/logo.png => pentadactyl/content/logo.png
rename : vimperator/content/vimperator.svg => pentadactyl/content/pentadactyl.svg
rename : vimperator/content/vimperator.xul => pentadactyl/content/pentadactyl.xul
rename : vimperator/contrib/vim/Makefile => pentadactyl/contrib/vim/Makefile
rename : vimperator/contrib/vim/ftdetect/vimperator.vim => pentadactyl/contrib/vim/ftdetect/pentadactyl.vim
rename : vimperator/contrib/vim/mkvimball.txt => pentadactyl/contrib/vim/mkvimball.txt
rename : vimperator/contrib/vim/syntax/vimperator.vim => pentadactyl/contrib/vim/syntax/pentadactyl.vim
rename : vimperator/install.rdf => pentadactyl/install.rdf
rename : vimperator/locale/en-US/all.xml => pentadactyl/locale/en-US/all.xml
rename : vimperator/locale/en-US/autocommands.xml => pentadactyl/locale/en-US/autocommands.xml
rename : vimperator/locale/en-US/liberator.dtd => pentadactyl/locale/en-US/dactyl.dtd
rename : vimperator/locale/en-US/gui.xml => pentadactyl/locale/en-US/gui.xml
rename : vimperator/locale/en-US/intro.xml => pentadactyl/locale/en-US/intro.xml
rename : vimperator/locale/en-US/options.xml => pentadactyl/locale/en-US/options.xml
rename : vimperator/locale/en-US/tutorial.xml => pentadactyl/locale/en-US/tutorial.xml
rename : vimperator/vimperatorrc.example => pentadactyl/pentadactylrc.example
rename : vimperator/regressions.js => pentadactyl/regressions.js
rename : vimperator/skin/about.css => pentadactyl/skin/about.css
rename : vimperator/skin/icon.png => pentadactyl/skin/icon.png
rename : xulmus/content/liberator.dtd => xulmus/content/dactyl.dtd
rename : xulmus/locale/en-US/liberator.dtd => xulmus/locale/en-US/dactyl.dtd
2010-08-28 18:02:03 -04:00
Kris Maglione
2e830d380a
More finder tweaks.
2010-08-26 22:53:39 -04:00
Kris Maglione
04a1f6c49d
Some 'strictfocus' tweaks.
2010-08-26 21:01:50 -04:00
Kris Maglione
115a72d4cc
Merge with testing.
2010-08-26 15:22:17 -04:00
Kris Maglione
7a6365b54f
Merge.
...
--HG--
branch : testing
2010-08-26 15:18:49 -04:00
Kris Maglione
2375a00fb4
Replace 'focuscontent' with 'strictfocus'.
...
--HG--
branch : testing
2010-08-26 13:26:34 -04:00
Kris Maglione
89633538c8
Fix some finder quirks.
...
--HG--
branch : testing
2010-08-26 12:19:21 -04:00
Kris Maglione
a0cb07e7d7
Some smallish fixes.
...
--HG--
branch : testing
2010-08-26 11:40:59 -04:00
Kris Maglione
cb4cc87272
Fix xmlToDom in Gecko 2.
...
--HG--
branch : testing
2010-08-15 08:57:18 -04:00
Kris Maglione
daa2d5dcc5
Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...
...
--HG--
branch : testing
2010-08-15 07:49:52 -04:00
Kris Maglione
f3c32988f1
Re-add missing class to services.
...
--HG--
branch : testing
2010-08-11 01:14:18 -04:00
Kris Maglione
59b7992861
Remove leftover debugging statements.
...
--HG--
branch : testing
2010-08-11 01:12:01 -04:00
Kris Maglione
3fa5bb5cea
More Gecko 2 fixes.
...
--HG--
branch : testing
2010-08-10 01:40:58 -04:00
Kris Maglione
0e3b5ca121
Some Gecko 2 fixes.
...
--HG--
branch : testing
2010-08-08 22:03:42 -04:00
Kris Maglione
1210bc574a
Only open files rather than URLs for full or relative path names.
...
--HG--
branch : testing
2010-06-20 11:25:50 -04:00
Kris Maglione
9589d33fd2
Fix JS completion bug.
...
--HG--
branch : testing
2010-06-17 16:52:45 -04:00
Kris Maglione
05a3bcf180
Only echo the download complete message in the active window.
...
--HG--
branch : testing
2010-06-17 08:25:41 -04:00
Kris Maglione
a72c4af900
Fix plugin help.
...
--HG--
branch : testing
2010-06-10 02:35:27 -04:00
Kris Maglione
5bd7b6b0fc
Focus ancestor link (but not input boxes) of rangefinder selections.
...
--HG--
branch : testing
2010-06-10 02:19:35 -04:00
Kris Maglione
535293a53e
Fix finding from caret.
...
--HG--
branch : testing
2010-06-10 01:30:03 -04:00
Kris Maglione
a14e5127df
Lazy load help files. Store command names in a map.
...
--HG--
branch : testing
2010-06-10 01:16:36 -04:00
Kris Maglione
a6f90714e4
Fix broken JS completion.
...
--HG--
branch : testing
2010-06-03 20:24:16 -04:00
Kris Maglione
b6267c4f19
Add a docstring to RangeFind class.
...
--HG--
branch : testing
2010-05-14 18:59:41 -04:00
Kris Maglione
3da3d903a8
Replace Finder with RangeFinder.
...
--HG--
branch : testing
2010-05-14 18:46:10 -04:00
Kris Maglione
34574f43bb
Fix sanitizer.
...
--HG--
branch : testing
2010-05-14 14:37:56 -04:00
Kris Maglione
847dc6428d
Collapse asinine search icon in the commandline.
...
--HG--
branch : testing
2010-05-14 09:42:19 -04:00
Kris Maglione
ae1d7fe5ea
Get rid of silly zoom status messages.
...
--HG--
branch : testing
2010-05-14 09:21:02 -04:00
Kris Maglione
7a3d35991c
Fix some general brokenness.
...
--HG--
branch : testing
2010-05-11 06:01:02 -04:00
Kris Maglione
bf5fb6d44e
Finish adding missing copyright notices.
...
--HG--
branch : testing
2009-12-01 07:08:05 -05:00
Kris Maglione
9d75ceb8c0
Fix some crap.
...
--HG--
branch : testing
2009-12-01 07:00:38 -05:00
Kris Maglione
03236cec0b
Fix toolbar completion.
...
--HG--
branch : testing
2009-11-24 21:10:44 -05:00
Kris Maglione
61002641a3
Context-specific completer options. Option refactoring.
...
New review
Owner: dougkearns
Hopefully the changeset hash will actually be linked this time. If
not, it's the tip of the testing branch, presumably r4161.
I've been meaning to do this for a while. It allows case matching,
sorting, and auto completion options to be assigned on a per context
basis, with fine grained control. It also adds builtin regex support
to options since it's used fairly extensively. There are definitely
other options that would benefit from the regexlist type, if I can
dig them up. The interface (and perhaps the doc wording) is the only
place I'm really ambivalent.
--HG--
branch : testing
2009-11-20 15:37:39 -05:00
Kris Maglione
bda2e685f8
Merge.
2009-11-15 13:43:41 -05:00
Kris Maglione
d907ec0447
Fix makefile bug.
2009-11-15 13:39:13 -05:00
Kris Maglione
7ad0b06f4d
Fix some brokenness.
2009-11-15 06:48:00 -05:00
Kris Maglione
ae3cf7b02c
Condense collapsed completion groups a bit.
...
--HG--
extra : rebase_source : 1c8ecadd775ab088fa726dff90646fa1345a818d
2009-11-15 03:39:27 -05:00
Kris Maglione
f0c87aeae5
Properly quote strings.
2009-11-15 02:43:53 -05:00
Kris Maglione
a70f1c2926
Replace some arrays with Objects after some memory profiling.
2009-11-15 02:31:48 -05:00
Kris Maglione
cdaa26f968
Add 'javascript' module. Misc fixes along the way.
2009-11-15 02:08:10 -05:00
Kris Maglione
cd17b12177
Fix stringToURLArray for file: URIs. Closes issue #154 .
2009-11-14 22:48:51 -05:00
Kris Maglione
a5f30ec7cc
Clean up Struct constructor.
2009-11-14 21:43:57 -05:00
Kris Maglione
1d783600fb
Halve the security errors at startup, but still annoyingly many of them.
2009-11-14 04:56:44 -05:00
Kris Maglione
91fd0e1169
Get rid of absurd strict JS warnings.
2009-11-14 04:38:36 -05:00
Kris Maglione
dcedb36e9b
Be slightly paranoid about memory leaks.
2009-11-14 02:19:51 -05:00
Kris Maglione
e2a8cd4a68
Remove obsolete comment.
2009-11-14 01:47:18 -05:00
Kris Maglione
209f8f89a3
Fix quirk in last commit.
2009-11-14 01:45:12 -05:00
Kris Maglione
be0228be64
Deal with debuggerless cr^wapps in JS completion.
2009-11-14 01:21:38 -05:00
Kris Maglione
86142105a1
Add config.browser, config.tabbrowser. Fix mailbird. &c.
2009-11-14 01:04:53 -05:00
Kris Maglione
a8f8ebaeb5
Allow :setcomm /dev/null <(js -Cv180 options.js |& grep .) all&
2009-11-13 22:04:50 -05:00
Kris Maglione
a9e8d9d691
Make Option.validateCompleter the default validator: look out for minor breakage.
2009-11-13 21:50:06 -05:00
Kris Maglione
a75ef9a540
'Option' refactoring.
2009-11-13 21:32:19 -05:00
Kris Maglione
383e0d9ed1
Some JS completion functions. Still missing some properties...
2009-11-13 20:20:53 -05:00
Kris Maglione
00697620ca
Clear highlighting on page unload, etc.
2009-11-13 19:17:34 -05:00
Kris Maglione
a9f8e825b9
Fix :sethg diff options.js completer.
2009-11-13 18:16:27 -05:00
Kris Maglione
a4dced6911
Automatically track and remove long-lived event listeners.
2009-11-13 16:12:50 -05:00
Kris Maglione
d749340ef3
Resurrect my range finder, Part IV: Links only, match case, and all that stuff no one uses.
2009-11-13 04:22:11 -05:00
Kris Maglione
12012af693
More RangeFind work.
2009-11-13 03:00:46 -05:00
Kris Maglione
f19a4edcee
Merge.
2009-11-12 16:01:11 -05:00
Kris Maglione
5c3d06f141
More RangeFind stuff.
2009-11-12 15:58:03 -05:00
Kris Maglione
4a7484b285
Don't validate the "activate" option. Closes issue #150 .
2009-11-12 14:21:58 -05:00
Kris Maglione
7f0a8a9ede
Remove debugging dump statement.
2009-11-12 06:04:14 -05:00
Kris Maglione
433ebbc1d9
Fix 'cpt' completer. Closes issue #149 .
2009-11-12 05:37:28 -05:00
Kris Maglione
79d1d68797
Document some crap.
2009-11-12 01:36:32 -05:00
Kris Maglione
b607764012
Add Classeditor.jssetTimeout. Fix some broken timeouts.
2009-11-11 19:18:04 -05:00
Kris Maglione
5523b04604
Who the hell compiles without the debugger enabled?
2009-11-11 19:06:55 -05:00
Kris Maglione
ad47056f6b
Fix preferences.xul. Closes issue #148 .
2009-11-11 13:21:53 -05:00
Kris Maglione
2b98547cb6
Better JS completion stuff.
2009-11-11 10:01:37 -05:00
Kris Maglione
2f8369ddf7
Add experimental transliterating hint matcher that I apparently wrote for Conkeror. (resume matches résume, mae mæstro, and so on (but résume and mæstro don't...))
2009-11-11 08:46:18 -05:00
Kris Maglione
ee91adc5ad
Use the debugger for object property completion.
2009-11-11 07:53:47 -05:00
Kris Maglione
f8ddb3e9c3
Resurrect my range finder, Part III: Search highlighting.
2009-11-11 06:09:26 -05:00
Kris Maglione
0f4598fcd6
Resurrect my range finder, Part II: Make things works sensibly with frames.
2009-11-11 02:35:51 -05:00
Kris Maglione
f03c6e134e
Fix :pageinfo.
2009-11-10 19:56:02 -05:00
Kris Maglione
e6cbf92ddb
Get rid of some selfs
2009-11-10 13:30:52 -05:00
Kris Maglione
11a6c03c71
Whatever happened to "Push creates new remote heads."?
2009-11-09 23:07:46 -05:00
Kris Maglione
95fa7a4037
Resurrect my range finder, Part I.
2009-11-09 23:00:56 -05:00
Kris Maglione
dd924d0822
Fix mailbird.
2009-11-09 14:14:51 -05:00
Kris Maglione
5de5a79ce5
Add more useful header comments to shared XPCOMponents.
2009-11-09 13:35:27 -05:00
Kris Maglione
064f60855c
Remove residual try-catch.
2009-11-09 13:26:11 -05:00
Kris Maglione
4658d7e211
Fix some crap.
2009-11-09 12:54:04 -05:00
Kris Maglione
9bcbc473fa
Fix finder.
2009-11-09 12:33:23 -05:00
Kris Maglione
e73b128cab
Fix hint statusline buffer. I can't stand all of this special case spaghetty code event handling mess.
2009-11-09 10:20:31 -05:00
Kris Maglione
b9d1d7ba46
Merge.
2009-11-09 10:12:11 -05:00
Kris Maglione
ce2b7893e4
Fix some crap. Closes issue #145 .
2009-11-09 08:09:27 -05:00
Kris Maglione
884411c39c
Fix typos in hints.js and protocols.js. Closes issue #144 .
2009-11-09 06:31:54 -05:00
Kris Maglione
092fb1ea15
Refactor storage init. Fixes issue #143 .
2009-11-09 06:16:28 -05:00
Kris Maglione
a72068c9f7
Refactor modules.config.
2009-11-09 03:12:27 -05:00
Kris Maglione
4d88ccb036
Port Xulmus/Muttator. Not tested yet.
2009-11-09 02:39:23 -05:00
Kris Maglione
a11cb93fa8
Remove some dead files.
2009-11-09 01:27:08 -05:00