Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7295 from brave/fix/7294
Browse files Browse the repository at this point in the history
sync favicon
  • Loading branch information
ayumi committed Feb 18, 2017
2 parents c7f3cbd + d8ae422 commit e259d61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/state/syncUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ module.exports.createSiteData = (site) => {
location: '',
title: '',
customTitle: '',
favicon: '',
lastAccessedTime: 0,
creationTime: 0
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"preload-httpse": "node ./preload-httpse.js",
"start-log": "node ./tools/start.js --user-data-dir=brave-development --debug=5858 --enable-logging=stderr --v=1 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck",
"start": "node ./tools/start.js --user-data-dir=brave-development --debug=5858 --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck",
"start2": "node ./tools/start.js --user-data-dir=brave-development-2 --debug=5859 --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck",
"start-brk": "node ./tools/start.js --debug-brk=5858 -enable-logging --v=0 --enable-dcheck",
"test": "cross-env NODE_ENV=test mocha --require babel-register --require babel-polyfill --recursive \"test/**/*Test.js\"",
"unittest": "cross-env NODE_ENV=test mocha --require babel-register --require babel-polyfill --recursive \"test/unit/**/*Test.js\"",
Expand Down
1 change: 1 addition & 0 deletions test/unit/state/syncUtilTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('syncUtil', () => {
name: 'historySite',
objectId,
value: {
favicon: 'https://calendar.google.com/googlecalendar/images/favicon_v2014_18.ico',
location: 'https://calendar.google.com/calendar/render#main_7',
title: 'Google Calendar',
customTitle: '',
Expand Down

0 comments on commit e259d61

Please sign in to comment.