DescriptionComponent updater eight piece
"in which we beef up the unit tests and find several bugs"
1- When parsing the xml response components not mentioned there were left in "updating" state so they got stranded there.
2- Wrong condition :
if ((item->status != CrxUpdateItem::kNoUpdate) ||
(item->status != CrxUpdateItem::kUpToDate))
So again some components are stranded in the kNoUpdate state.
Also a new precondition ScheduleNextRun() cannot be called if a url_fetcher is in progress.
BUG=61602
TEST=included
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96048
Patch Set 1 #
Total comments: 6
Patch Set 2 : '' #
Messages
Total messages: 3 (0 generated)
|