aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-04Search completion; disable experimental feature.Stephen Blott
2015-05-04Search completion; reinstate asynchronous Vomnibar update.Stephen Blott
At some point in the past, vomnibar updates (in omni mode) we asychronous. That seems to have been dropped, probably accidentally.
2015-05-04Search completion; fix mistake with autoSelect.Stephen Blott
2015-05-04Search completion; instrument for debugging.Stephen Blott
2015-05-04Search completion; simplify/document suggestion options.Stephen Blott
2015-05-04Search completion; do not highlight search terms.Stephen Blott
Highlighting the search terms suggests they are in some way contributing to the match. They are not, so don't highlight them. This gets particularly ugly when you have short, single-letter costom search engines (eg. w), and have all of the "w"s highlighted -- for not useful reason.
2015-05-04Search completion; force the first match to the top of the list.Stephen Blott
This may or may not be a good idea. It means that the first completion is just a tab away.
2015-05-04Search completion; hardwire search engines.Stephen Blott
These should be removed later.
2015-05-04Search completion; prevent vomnibar flicker.Stephen Blott
2015-05-04Search completion; tweak scoring and synchronization.Stephen Blott
2015-05-04Fix README link.Stephen Blott
Use a URL which won't include merged PRs from *after* 1.51.
2015-05-03Search completion; make completion lookup asynchronous.Stephen Blott
2015-05-03Search completion; add space in vomnibar.Stephen Blott
2015-05-03Search completion; generalize Amazon.Stephen Blott
2015-05-03Search completion; tweaks and fixes.Stephen Blott
2015-05-03Search completion; DuckDuckGo.Stephen Blott
2015-05-03Search completion; Google maps out, Amazon, Bing in.Stephen Blott
2015-05-03Search completion; Google maps.Stephen Blott
2015-05-03Search completion; Wikipedia.Stephen Blott
2015-05-03Search completion; tweaks and refactoring.Stephen Blott
2015-05-02v1.51 releasePhil Crosby
2015-05-02Search completion; refactor, add Youtube.Stephen Blott
Major refactoring. Unified tratment of custom search engines and general searches.
2015-05-02Search completion; generalize Google regexp.Stephen Blott
2015-05-02Search completion; vomnibar integration.Stephen Blott
2015-05-02Search completion; cache at a higher level.Stephen Blott
... and tweak caching constants.
2015-05-02Search completion; minor tweaks.Stephen Blott
Including: - Make completers classes. That way, we may be able to get better code reuse.
2015-05-02Search completion; do not complete URLs.Stephen Blott
2015-05-02Search completion; refactor to separate file.Stephen Blott
2015-05-02Search completion; initial working version.Stephen Blott
2015-05-02Rename SearchEngineCompleter to CustomSearchEngineCompleter.Stephen Blott
The name "SearchEngineCompleter" is more appropriate for completions actually delivered by a search engine. Also, what was SearchEngineCompleter is usually referred to as "custom search engines" elsewhere.
2015-05-02Fix vomnibar messaging.Stephen Blott
This essentially reinstates 02ca5eafb6aca5a9a09b3b592be76d3b834ccde6, however fixed properly this time.
2015-05-02Avoid race comditions in background completer, change id handling.Stephen Blott
2015-05-02Revert "Avoid race comditions in background completer, change id handling."Stephen Blott
This reverts commit 02ca5eafb6aca5a9a09b3b592be76d3b834ccde6. This is breaking pre-population of the vomnibar in tabs mode. It's harmless to remove it.
2015-05-01Ensure frames is defined.Stephen Blott
When we reinject content scripts into a tab where document.body is a frameset, no frames are registered, which causes frames to be undefined.
2015-05-01Merge pull request #1622 from mrmr1993/reenable-grabBackFocus-on-js-transitionsStephen Blott
Make GrabBackFocus work for javascript page transitions from links
2015-05-01Enter insert mode if an input inside a shadow DOM is focusedmrmr1993
This fixes issue #853.
2015-05-01Don't try and enter GrabBackFocus mode if the last click introduced focusmrmr1993
2015-05-01Merge pull request #1621 from smblott-github/url-decode-bookmarkletsStephen Blott
URL decode bookmarklets, if necessary.
2015-05-01Always URL decode javascript: URLs.Stephen Blott
2015-05-01Merge pull request #1623 from mrmr1993/fix-uicomponent-classNameStephen Blott
Rename UIComponent visible class to match the one used in the stylesheet
2015-05-01Add extra information to GrabBackFocus' pushState helpermrmr1993
2015-05-01Merge pull request #1626 from ↵Stephen Blott
smblott-github/alternative-drop-stale-vomnibar-completer-responses Fix race conditions in Vomnibar.
2015-05-01Avoid race comditions in background completer, change id handling.Stephen Blott
2015-05-01Avoid race comditions in background completer.Stephen Blott
2015-05-01Rename UIComponent class to match the one used in the stylesheetmrmr1993
2015-04-30Make GrabBackFocus work for javascript page transitions from linksmrmr1993
2015-04-30URL decode bookmarklets, if necessary.Stephen Blott
2015-04-29Revert "Enable grab-back-focus after web navigation."Stephen Blott
This reverts commit 061e99f895e5655d351ad1585af028a12abf3ec0.
2015-04-29Revert "Only grab focus after link transition."Stephen Blott
This reverts commit f1e46d8145c834a712f6be7c1e5bd590c72da749.
2015-04-29Merge pull request #1614 from mrmr1993/shadowDom-UIComponentsStephen Blott
Use a shadowDom for the Vomnibar (and all UIComponents)