aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2014-11-06Add (initial, basic) isUrl tests (more needed).Stephen Blott
2014-11-06Include scheme for domain suggestions; tighter test for valid domain.Stephen Blott
2014-11-06Don't suggest domains which aren't.Stephen Blott
2014-11-02Centralize handling of event propagation.Stephen Blott
2014-11-02Merge pull request #1219 from mrmr1993/fix-google-groupsStephen Blott
2014-11-02Refactor Utils.hasChromePrefix and add tests.Stephen Blott
2014-11-02Force our key event handlers to have the highest possible prioritymrmr1993
2014-11-02Fix browser prefix detectionmrmr1993
2014-04-23Remove additional unnecessary checksmrmr1993
2014-04-23Recognise <ctrl> key in LinkHintsmrmr1993
2014-04-23Add openlinks in foreground mode and fix #1035mrmr1993
2014-04-22Merge pull request #1027 from mrmr1993/dataURIsPhil Crosby
2014-04-19Handle data: URIs as a chrome prefixmrmr1993
2013-10-28Fixed detection of links which are only partially inside the viewportStanley Shyiko
2013-05-09Fix utils.getCurrentVersion()sainaen
2013-03-07Replaces workaround and should let travis work againTimo Sand
2013-01-02Make smartcase locale-aware.Jez Ng
2012-11-13Include "chrome-extension" in chrome prefixes.Stephen Blott
2012-11-05Factor pushMatchingRanges, improve comments/testsStephen Blott
2012-10-29Split out compareVersions into the Utils file.Jez Ng
2012-10-29Factor out scrolling code into a new file.Jez Ng
2012-10-29More tests, because I like having coverage.Jez Ng
2012-10-24Use insertCSS() API instead of manually created style element.Jez Ng
2012-10-23Revert previous change whereby "+" characters inserted between searchStephen Blott
2012-10-23Code cleanup, as requested by in3/Jez Ng here:Stephen Blott
2012-10-21Configurable vomnibox default/fallback search engine.Stephen Blott
2012-10-20Refactor handlerStack. Closes #657.Jez Ng
2012-09-09More lint fixes.Jez Ng
2012-09-06Touching up.Jez Ng
2012-09-06Merge remote-tracking branch 'liesen/idiomatic-coffee-utils' into next-releaseJez Ng
2012-09-06Remove unused ClassJohan Liesén
2012-09-06Move instant tests to the top of the function: return early if possibleJohan Liesén
2012-09-06Lay out long TLDs on one lineJohan Liesén
2012-09-06Align regex comments on the same line as the expressionJohan Liesén
2012-09-05Tidy up if-statementJohan Liesén
2012-09-05Wrap lines at 110 charsJohan Liesén
2012-09-04More idiomatic CoffeeScriptJohan Liesén
2012-09-04More idiomatic CoffeeScript for Utils.isUrlJohan Liesén
2012-09-04Style fixes.Jez Ng
2012-08-26Fix rectangle flashing on pages with a relative-positioned <body>.Jez Ng
2012-08-20More refactoring-cleanup.Jez Ng
2012-08-19Use more idiomatic CS.Jez Ng
2012-08-04Refactor link hints to be more functional.Jez Ng
2012-06-20Refactor prefix recognition, add about: prefix as well.Jez Ng
2012-06-20Teach URL canonicalizer about 'view-source:' prefix.Jez Ng
2012-06-17Use the browser's built-in bind() instead of our proxy()Phil Crosby
2012-06-12Add a global extend functionPhil Crosby
2012-06-12Port utils.js to coffeescriptPhil Crosby
2012-06-12Port keyboard_utils.js to coffeescriptPhil Crosby
2012-06-12port dom_utils.js to coffeescriptPhil Crosby