cottonTracks / extension

1 stars 0 forks source link

Install crashes on chrome 33 - chrome.history.search returns duplicate items #166

Open ct-pink opened 10 years ago

ct-pink commented 10 years ago

Weird thing is that the historyItems are not put in base, but the stories and searchKeywords are. Hopefully it will give us a hint.

ct-pink commented 10 years ago

putList fails because there is a constraint error. Some historyItems dumped from the chrome.history appear to have the same url. (sUrl is a unique key for historyItems store)

ct-pink commented 10 years ago

it seems to be a chromium bug on chrome 33. chrome.history.search returns some duplicates for some reason, whereas historyItems are supposed to be unique

ct-pink commented 10 years ago

I'm writing an extension to reproduce. Problem is that it surely depends on the history. So it may be difficult for others to reproduce.

ct-pink commented 10 years ago

filed on chromium issues https://code.google.com/p/chromium/issues/detail?id=329826

ct-pink commented 10 years ago

hotfix in commit 38f04f253379128e1e37f2cea64be2b12a1ffa9a while it is not fixed by chromium.