1. 14 May, 2015 1 commit
    • mpearson's avatar
      Omnibox - Strip Extra Whitespace from Custom Search Engine Names · 3c6d7afb
      mpearson authored
      Whitespace in the form of tabs and line feeds and the like can screw
      things up.
      
      This fixes the fresh.amazon.com bug.  (I tested it interatively.)
      
      By the way, there is no need to do a migration pass.
      The data will be correctly loaded when read from the
      database.  (I checked.)  While it's true the database
      will be out of date until written again, given that
      the actual data used is correct, I don't think that's
      an issue.
      
      TBR=rdevlin.cronin,isherman,lazyboy,pvalenzuela,kmadhusu,avi
      rdevlin.cronin - this trivial template URL data API change required some changes in chrome/browser/extensions
      isherman - this trivial template URL data API change required some changes in chrome/browser/importer
      lazyboy - this trivial template URL data API change required some changes in chrome/browser/renderer_context_menu
      pvalenzuela - this trivial template URL data API change required some changes in chrome/browser/sync/test/integration
      kmadhusu - this trivial template URL data API change required some changes in chrome/browser/ui/search/
      avi - this trivial template URL data API change required some changes in chrome/browser/ui/cocoa/browser/
      
      BUG=485357
      
      Review URL: https://codereview.chromium.org/1135163002
      
      Cr-Commit-Position: refs/heads/master@{#329742}
      3c6d7afb
  2. 13 May, 2015 39 commits