aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-29Add a comment clarifying why we no longer use XPath for link hintsmrmr1993
2014-12-29Update UIComponent testmrmr1993
2014-12-29Remove key handling in UIComponentServer/UIComponent codemrmr1993
2014-12-29Update test for UIComponentmrmr1993
2014-12-29Allow message passing directly from UIComponent.showmrmr1993
2014-12-29Small changes to UIComponentmrmr1993
2014-12-29Initialise hide/show styles for UIComponentmrmr1993
2014-12-29Close UIComponent iframes when pressing esc by defaultmrmr1993
2014-12-29IFrame framework; develop demo.Stephen Blott
2014-12-29Scroller; check document.body exists.Stephen Blott
2014-12-28Add an example test for UIComponentmrmr1993
2014-12-28Fix tests for UIComponentmrmr1993
2014-12-28Create a script for connecting UIComponent iframes with their parentsmrmr1993
2014-12-28Add UIComponent code for iframesmrmr1993
2014-12-28Consistent treatment of search terms; update comment..Stephen Blott
2014-12-28Consistent treatment of search terms; fix tests.Stephen Blott
2014-12-28Consistent treatment of search terms.Stephen Blott
2014-12-28Use + as separator for search engines.Stephen Blott
2014-12-28Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵Stephen Blott
mrmr1993-link-hints-overlap
2014-12-24Merge remote-tracking branch 'upstream/master' into post-1.46Stephen Blott
2014-12-23be null-safe when checking `document.body.tagName`nchase
fixes #1365
2014-12-22Add comment regarding .blur() on embeds.Stephen Blott
Including embeds for .blur() etc. here is experimental. It appears to be the right thing to do for most common use cases. However, it could also cripple flash-based sites and games. See discussion in #1211 and #1194.
2014-12-22Merge branch 'blur-on-escape2' of https://github.com/mrmr1993/vimium into ↵Stephen Blott
mrmr1993-blur-on-escape2
2014-12-22Reintroduce 2c7bebb5f2c873850c2b2d82013cab4eb3d4913cmrmr1993
2014-12-22Exclusion; disable spellchecking.Stephen Blott
The problem with 40a64e3d47a06548b18231f19a86631aa1ef265b had nothing to do with spellchecking, but instead was an issue to do with the placement of whitepsace within exclusions.html
2014-12-22Revert "Exclusion; disable spellchecking."Stephen Blott
This reverts commit 40a64e3d47a06548b18231f19a86631aa1ef265b. This was causing *all* rules to be displayed. Will revert until I figure out why.
2014-12-22Use a splat instead of applymrmr1993
2014-12-22Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵Stephen Blott
mrmr1993-link-hints-overlap
2014-12-22Prefer `||=` to `= true if`mrmr1993
2014-12-22Correct a typo, add some tests for consistencymrmr1993
2014-12-22Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵Stephen Blott
mrmr1993-link-hints-overlap
2014-12-22Use push with a splat rather than concatmrmr1993
2014-12-22Rename a poorly named variablemrmr1993
2014-12-22Support small <area>s with link hintsmrmr1993
This is primarily to deal with our calculated rects being too small for the `<area shape="poly">` on http://www.mapsofindia.com/worldmap/clickable-world-map.html
2014-12-22Merge branch 'link-hints-overlap' of https://github.com/mrmr1993/vimium into ↵Stephen Blott
mrmr1993-link-hints-overlap
2014-12-22Exclusion; disable spellchecking.Stephen Blott
2014-12-22Merge pull request #1370 from joshkim/masterStephen Blott
fixes spelling error
2014-12-21fixes spelling errorJosh Kim
2014-12-21Exclusion; fix typo.Stephen Blott
2014-12-21Exclusion; better comments.Stephen Blott
2014-12-21Exclusion; better comments.Stephen Blott
2014-12-21Exclusion; move exclusion HTML to separate, shared page.Stephen Blott
2014-12-21Exclusion; minor updates after review.Stephen Blott
2014-12-21Exclusion; remove unused popup.coffee.Stephen Blott
2014-12-21Exclusion; fiddle with styling.Stephen Blott
2014-12-21Exclusion; fix tests.Stephen Blott
2014-12-21Exclusion; warn on chrome pages.Stephen Blott
2014-12-21Exclusion; styling.Stephen Blott
2014-12-21Exclusion; unique keys; update state on add/remove rule.Stephen Blott
2014-12-21Exclusion; unique keys; update state on DOM change.Stephen Blott