Bug 113461

Summary: PageVisits incorrect in FeatureObserver
Product: WebKit Reporter: Kassy Coan <kassycoan>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: abarth, mikelawther
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Kassy Coan
Reported 2013-03-27 17:19:25 PDT
FeatureObserver is calling updateMeasurements() on both navigation and page destruction. Because of this, we are incrementing PageVisits twice on page destruction, making the PageVisits count incorrect. Side, related note: All of the features in the enum are being tracked correctly because the bit vector is cleared, so on the second call to updateMeasurements(), the count for those features is not updated.
Attachments
Note You need to log in before you can comment on or make changes to this bug.