-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of Revert of Timeline: fix URLs and owner elements for image d…
…ecodes of background/border images (patchset #1 id:1 of https://codereview.chromium.org/766133002/) Reason for revert: This will re-land the original CL, as it appears to have no effect on the perf test referred to in BUG=437496 Original issue's description: > Revert of Timeline: fix URLs and owner elements for image decodes of background/border images (patchset #2 id:20001 of https://codereview.chromium.org/755633002/) > > Reason for revert: > Speculative revert to see whether this really could be a reson for https://code.google.com/p/chromium/issues/detail?id=437496 > > Original issue's description: > > Timeline: fix URLs and owner elements for image decodes of background/border images > > > > We rely on PaintImage events to provide context information available > > on the rendering level (image URLs and owning node id) for nested > > DecodeImage and ResizeImage events. However, we only had PaintImage > > emitted when painting an Image element. This adds similar events for > > images that are painted as backgrounds and borders. > > > > BUG=434905 > > > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186030 > > TBR=chrishtr@chromium.org,yurys@chromium.org > NOTREECHECKS=true > NOTRY=true > BUG=434905 > > Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186218 TBR=chrishtr@chromium.org,yurys@chromium.org NOTREECHECKS=true NOTRY=true BUG=434905 Review URL: https://codereview.chromium.org/768353002 git-svn-id: svn://svn.chromium.org/blink/trunk@186307 bbb929c8-8fbe-4397-9dbb-9b2b20218538
- Loading branch information
Showing
8 changed files
with
125 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,66 @@ | ||
Tests the instrumentation of a DecodeImage and ResizeImage events | ||
|
||
|
||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/big.png | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/big.png?background | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/big.png?border | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.bmp | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.bmp?background | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.bmp?border | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.gif | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.gif?background | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.gif?border | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.ico | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.ico?background | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.ico?border | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.jpg | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.jpg?background | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.jpg?border | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.png | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.png?background | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.png?border | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.webp | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/big.png | ||
imageURL: .../inspector/tracing/resources/test.webp?background | ||
backendNodeId: present | ||
event: Decode Image | ||
imageURL: .../inspector/tracing/resources/test.webp?border | ||
backendNodeId: present | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters