aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
AgeCommit message (Expand)Author
2012-11-11Changes in responce to philc's recommendations.Stephen Blott
2012-11-11More simplification/refactoring.Stephen Blott
2012-11-11Refactor domain maintenance code.Stephen Blott
2012-11-11Remove comments regarding non-existent bug.Stephen Blott
2012-11-11Extend removing entries to the domain completer.Stephen Blott
2012-11-11Remove history entries.Stephen Blott
2012-11-10Merge pull request #704 from smblott-github/relevancyJez Ng
2012-11-09Merge pull request #707 from smblott-github/small-bugsJez Ng
2012-11-07Fix incorrect/misleading comment.Stephen Blott
2012-11-05Avoid empty query terms.Stephen Blott
2012-11-05Looks like missing parentheses.Stephen Blott
2012-11-05Factor pushMatchingRanges, improve comments/testsStephen Blott
2012-11-04Highlight all matches, not just the first.Stephen Blott
2012-11-04Generalise RegexpCache, refactor, add tests.Stephen Blott
2012-11-03Fix race condition in tabInfo deletion.Jez Ng
2012-11-03scrollStepSize migration will now be done in v1.43.Jez Ng
2012-11-03Handle update messages that arrive after a tab has closed.Jez Ng
2012-11-03Remove some parentheses.Jez Ng
2012-11-03Minor touchups.Jez Ng
2012-11-03Merge pull request #702 from smblott-github/relevancy-fixJez Ng
2012-11-03Bug fix. Not all query terms matched.Stephen Blott
2012-11-03Refactor RankingUtils.matches() to use splat.Stephen Blott
2012-11-03Improve consistency and fix relevancy calculation.Stephen Blott
2012-11-02Bookmark traversal fixes.Stephen Blott
2012-10-29Move a bunch of stuff under pages/ for tidiness.Jez Ng
2012-10-29Implement marks.Jez Ng
2012-10-29Convert strings to numbers when saving options page.Jez Ng
2012-10-29Split out compareVersions into the Utils file.Jez Ng
2012-10-29Make the numbers used in the filtered link hints configurable.Jez Ng
2012-10-29Don't restore view-source: tabs.Jez Ng
2012-10-29List all tabs in Vomnibar even before user starts typing.Jez Ng
2012-10-28Make the default value for scrollStepSize a string.Stephen Blott
2012-10-24Use insertCSS() API instead of manually created style element.Jez Ng
2012-10-23Code cleanup, as requested by in3/Jez Ng here:Stephen Blott
2012-10-21Missed off one key line in previous commit.Stephen Blott
2012-09-12Use block stringsDarren Jeacocke
2012-09-09More lint fixes.Jez Ng
2012-09-09Add more tests, and remove old settings code.Jez Ng
2012-09-09Merge branch '1.39'Jez Ng
2012-09-09Fix default hint styling.Jez Ng
2012-09-08Merge branch 'next-release'Jez Ng
2012-09-08Change the default CSS template.Jez Ng
2012-09-08Set up PhantomJS testing.Jez Ng
2012-09-08Fix completion key generation.Jez Ng
2012-09-04Style fixes.Jez Ng
2012-09-04More misc cleanups.Jez Ng
2012-09-03Merge pull request #640 from mgarriott/get_showadvanced_from_settingsJez Ng
2012-09-03Make hints tests pass again.Jez Ng
2012-09-03Fixes and cleanups for main.coffee.Jez Ng
2012-09-03The help dialog now gets showAdvancedCommands directly from settings.Matt Garriott