aboutsummaryrefslogtreecommitdiffstats
path: root/lib/utils.coffee
AgeCommit message (Expand)Author
2018-09-14fix logic for appending %s to searchUrlRyan Perry-Nguyen
2018-09-14dont queries for %S replacementRyan Perry-Nguyen
2017-10-28Remove invokeCommandString, call NormalModeCommands directlymrmr1993
2017-10-25FF: Share |root| global proxy, re-add the globals to window on DOMLoadmrmr1993
2017-09-29Use openerTabId in chrome.tabs.create when possiblemrmr1993
2017-09-18Recognise (FF) internal URLs.Stephen Blott
2017-09-12Use browser.runtime.getBrowserInfo to identify Firefoxmrmr1993
2017-09-12Add Utils.isFirefoxmrmr1993
2017-08-18Check whether events are trusted before executing listenersmrmr1993
2016-10-23Move SearchEngines to bg-utils.coffee.Stephen Blott
2016-10-09Extend key translation to include Escape.Stephen Blott
2016-03-27Remove longestCommonPrefix(); not being used.Stephen Blott
2016-03-27Remove copyObjectOmittingProperties(); not being used.Stephen Blott
2016-03-27Add test for invokeCommandString().Stephen Blott
2016-03-26Multiple minor tweaks.Stephen Blott
2016-03-26Merge branch 'standardise-foreground-commands'Stephen Blott
2016-03-26Simplify invokeCommandString().Stephen Blott
2016-03-21Simplify singleton handling.Stephen Blott
2016-03-18Add Utils.makeIdempotent.Stephen Blott
2016-02-16Use `for own ... of` instead of `for ... of`mrmr1993
2016-02-11Tidy up detection for the current page and context belonging to usmrmr1993
2016-02-03Move help dialog into an iframemrmr1993
2016-01-28Simplify hint-string generation; simplification.Stephen Blott
2015-09-20Merge pull request #1086 from mrmr1993/countMatchesPhil Crosby
2015-09-11Tweak comment from #1813.Stephen Blott
2015-09-11Move escaping regex special chars to its own utility functionmrmr1993
2015-09-10Don't decode javascript URIs on 46.0.2467.2 and latermrmr1993
2015-08-28fix a bug that Utils using DomUtilsgdh1995
2015-08-26Use createElementNS for XML documents and remove XML specific codepathsmrmr1993
2015-06-20The second part of b09822eb349ec88a573d4f450e9b57e8fa3c6473 is incorrect.Stephen Blott
2015-06-20Fix SimpleCache bugs.Stephen Blott
2015-05-31Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-textStephen Blott
2015-05-29Verify keyword for custom search-engine activation.Stephen Blott
2015-05-29Move search-engine parsing to Utils.Stephen Blott
2015-05-29Only perform settings migration in the background pagemrmr1993
2015-05-18Merge branch 'vomnibar-insert-history-with-tab'Stephen Blott
2015-05-17use a less brittle approach to decoding URIs.Stephen Blott
2015-05-17TabToOpen: respect trailing options when extracting query terms.Stephen Blott
2015-05-17TabToOpen: more tidy up pre-PR.Stephen Blott
2015-05-17TabToOpen: tidy up pre-PR.Stephen Blott
2015-05-16Refactor query extraction to Utils.extractQuery().Stephen Blott
2015-05-14Rework how SimpleCache works.Stephen Blott
2015-05-11Merge branch 'search-engine-completion-v5'Stephen Blott
2015-05-10Search completion; fix synchronisation issue.Stephen Blott
2015-05-10Search completion; reuse previous query.Stephen Blott
2015-05-10Search completion; refactor job-running logic.Stephen Blott
2015-05-10Search completion; rework SimpleCache.Stephen Blott
2015-05-10Search completion; refactor searchEngineCompleter.Stephen Blott
2015-05-09Search completion; refactor SearchCompleter activation.Stephen Blott
2015-05-08Search completion; search keyword on SPACE.Stephen Blott