1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-26 05:01:24 +02:00
Commit Graph

205 Commits

Author SHA1 Message Date
Kris Maglione 18e414f180 Take a crack at killing security warnings. Fail miserably. Keep the new code because it's a bit nicer.
--HG--
branch : xslt
2009-10-26 04:31:54 -04:00
Doug Kearns 9450e65d05 Change lots of local vars in hints.js to camel case.
HACKING is that way ->

--HG--
extra : rebase_source : f531065897da913844d46f084a3b2ee890f215d1
2009-10-13 17:35:47 +11:00
Doug Kearns 66e3c4c95c Work around failing getComputedStyle on Facebook.
getComputedStyle returns null for the channel_iframe document.
2009-10-05 18:38:25 +11:00
Doug Kearns e041219339 Whitespace fixes. 2009-10-03 16:58:45 +10:00
Martin Stubenschrott 3910c0604b Move all files to a MIT license 2009-10-03 00:32:29 +02:00
Doug Kearns 3e398fdbf3 Fix last commit. 2009-10-02 04:24:46 +10:00
Doug Kearns c033ea3fab Remove useless var from getContainerOffsets. 2009-10-02 00:41:49 +10:00
Doug Kearns 2a67d973d6 Fix hint positioning for pages with body { position: static }. 2009-10-01 17:17:04 +10:00
Doug Kearns 4daa9ace53 Add util.makeXPath for constructing XPath expressions.
--HG--
extra : transplant_source : G%A7_%1B%9B%7BN%9C%FF%14%A9g%BA%04%99%B3%8B%23%ED%F2
2009-09-25 15:57:20 +10:00
Doug Kearns dbc99ad956 Revert "Move util.Array to modules.Array_."
This reverts commit d6cdda48a18c9fa05365b50046470fec9935fd3c.

Array_ method chaining needs fixing.
2009-09-15 13:20:06 +10:00
Doug Kearns 7c66dc2b17 Move util.Array to modules.Array_. 2009-09-14 15:19:56 +10:00
Kris Maglione 6a26702769 Last commit ++ 2009-09-05 13:55:59 -04:00
Doug Kearns 86fe0d2d1e Quick fix for hints broken in 50681c8dda1e2f35c9f15a3221913f3bf8e0927f.
The first hint was always being selected.
2009-09-06 03:25:32 +10:00
Doug Kearns 2b7e4dcb67 Remove redundant semicolons. 2009-09-04 21:58:43 +10:00
Kris Maglione ab63b8c314 Fix some hint bugs. 2009-09-03 19:54:14 -04:00
Kris Maglione 6ab4d222ae Fix bug in last commit. 2009-08-29 15:45:17 -04:00
Kris Maglione 3d8aa842da Fix hints with body { position: relative; } 2009-08-28 18:13:37 -04:00
Doug Kearns b6a898a5fa Formatting fixes. 2009-08-27 14:46:37 +10:00
Doug Kearns c958616337 Formatting fixes. 2009-08-27 14:46:30 +10:00
Kris Maglione 9d77c018ca Fix something to do with <a>. 2009-08-19 14:03:14 -04:00
Doug Kearns 662bf53d5f Normalise fooID => fooId. 2009-08-16 01:35:03 +10:00
Doug Kearns 77458e5b8a Whitespace and semicolon fixes. 2009-08-10 02:15:23 +10:00
Doug Kearns 04b96235be Clean up some option descriptions. 2009-07-24 21:01:45 +10:00
Doug Kearns 3bb2f92e83 Remove Gmail hack from the default 'hinttags' value.
This was barely a partial solution anyway.
2009-07-01 18:47:27 +10:00
Doug Kearns f9ffc9138a Cleanup and add some documention. 2009-06-29 19:22:09 +10:00
Kris Maglione 7c7710b23d Cleanup default 'hinttags' definition a bit 2009-06-28 14:46:23 -04:00
Doug Kearns 6f2eb2d1ef Split Map.flags into individual properties of Map. 2009-06-28 16:03:21 +10:00
Doug Kearns f66c0e0eb3 Fix show image extended hint commands on XHTML pages. 2009-06-28 16:03:12 +10:00
Doug Kearns 5d58a5a501 Refactor getInputHint. 2009-06-17 20:41:13 +10:00
Doug Kearns e5c6d58a88 Fix some "for each" iteration of arrays. 2009-06-17 16:22:53 +10:00
Doug Kearns c3ef4d18da Formatting fixes. 2009-06-14 01:23:01 +10:00
Doug Kearns cda9a719ba Refactor 'followhints' validator definition. 2009-06-11 01:30:56 +10:00
Doug Kearns f37a0a37b3 Fix some heinous comment formatting errors. 2009-06-08 23:37:06 +10:00
Doug Kearns 09d8af9044 Change multiline beep guard clauses to single line formatting. 2009-06-04 14:30:46 +10:00
Doug Kearns 6d7b94daa6 Add missing semicolons. 2009-06-02 16:59:24 +10:00
Doug Kearns 64a9c9554c Fix more function formatting faux pas as per the style guide. 2009-06-01 16:46:09 +10:00
Conrad Irwin 54b48868ce Fix #268 (Hints for opening images)
Hmm, these extended hints are just awful, instead of just one ; we
should have four (this tab, new tab, background tab, window) so that we
don't need so much repitition (and the background tab mode can trigger
the multiple hint modes for all relevant hints too)
2009-05-27 21:20:41 +01:00
Doug Kearns c7b48361ee Add "c" extended hint mode to open the context menu. 2009-05-23 22:59:34 +10:00
Doug Kearns 7513b96a14 Add 'hintinputs' to the help index. 2009-05-22 18:32:04 +10:00
Doug Kearns 26dabbfd0d Change multiline error message guard clauses to single line formatting.
Also apply similar formattng fixes to conditional blocks as per
standard.
2009-05-22 10:53:17 +10:00
Doug Kearns 111e27bf2e Add some very rough API documentation for Events. 2009-05-22 10:53:14 +10:00
Doug Kearns f834cfcd6b Add some API documentation for Options and others. 2009-05-22 10:53:06 +10:00
Doug Kearns bd1798726f Use @returns rather than @return in API docs. 2009-05-22 10:53:02 +10:00
Kris Maglione d1241eb346 Merge branch 'master' of kmaglione@git.vimperator.org:/git/vimperator/liberator 2009-05-19 13:06:48 -04:00
Timo Mihaljov 39063c3f5a Fix 'hi' to mean 'history' and 'hin' to mean 'hintinputs' 2009-05-19 13:05:58 -04:00
Doug Kearns 32fc0f97c2 Add some rough documentation for the Tabs module. 2009-05-13 01:03:26 +10:00
Doug Kearns a1c53bbdb0 Remove a trailing comma. 2009-05-11 20:15:08 +10:00
Doug Kearns ad9e9582f2 Fix #255. 2009-05-11 18:57:49 +10:00
Doug Kearns 6b9564635a Source formatting fixes *yawn*. 2009-04-30 22:21:35 +10:00
Kris Maglione 5231ce880f Validate 'hinttags' and 'extendedhinttags' 2009-04-13 08:42:06 -04:00