Summary: | Web Inspector: improve window selection accuracy in vertical overview of timeline panel | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andrey Kosyakov <caseq> | ||||
Component: | Web Inspector (Deprecated) | Assignee: | Andrey Kosyakov <caseq> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Andrey Kosyakov
2012-03-29 09:59:26 PDT
Created attachment 134608 [details]
Patch
Comment on attachment 134608 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134608&action=review > Source/WebCore/ChangeLog:7 > + Please add: This fixes a number of small errors when calculating window boundaries for vertical overview mode. > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:992 > + this._actualBarWidth = Math.min((this.element.width - 2 * this._outerPadding) / allBarHeights.length, this._maxInnerBarWidth + maxPadding); _actualOuterBarWidth Committed r112554: <http://trac.webkit.org/changeset/112554> |