Bug 153884 - Web Inspector: New timeline images for instruments
Summary: Web Inspector: New timeline images for instruments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks: 153892
  Show dependency treegraph
 
Reported: 2016-02-04 12:30 PST by Joseph Pecoraro
Modified: 2016-02-08 10:55 PST (History)
10 users (show)

See Also:


Attachments
[IMAGE] New Icons (118.76 KB, image/png)
2016-02-04 13:25 PST, Joseph Pecoraro
no flags Details
[PATCH] Proposed Fix (59.96 KB, patch)
2016-02-04 13:26 PST, Joseph Pecoraro
timothy: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
[IMAGE] Icons @2x (316.47 KB, image/png)
2016-02-04 13:49 PST, Joseph Pecoraro
no flags Details
Archive of layout-test-results from ews113 for mac-yosemite (886.79 KB, application/zip)
2016-02-04 14:02 PST, Build Bot
no flags Details
[PATCH] For Landing (60.01 KB, patch)
2016-02-04 14:15 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-02-04 12:30:12 PST
* SUMMARY
New timeline images for instruments

* NOTES
- Adds a new image for the Memory instrument
Comment 1 Radar WebKit Bug Importer 2016-02-04 12:31:11 PST
<rdar://problem/24509429>
Comment 2 Joseph Pecoraro 2016-02-04 13:25:51 PST
Created attachment 270688 [details]
[IMAGE] New Icons
Comment 3 Joseph Pecoraro 2016-02-04 13:26:42 PST
Created attachment 270689 [details]
[PATCH] Proposed Fix

I have to test on @2x, so no cq? at the moment.
Comment 4 Joseph Pecoraro 2016-02-04 13:49:28 PST
Created attachment 270691 [details]
[IMAGE] Icons @2x
Comment 5 Build Bot 2016-02-04 14:02:50 PST
Comment on attachment 270689 [details]
[PATCH] Proposed Fix

Attachment 270689 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/783162

New failing tests:
imported/w3c/web-platform-tests/streams-api/readable-streams/garbage-collection-2.html
Comment 6 Build Bot 2016-02-04 14:02:53 PST
Created attachment 270693 [details]
Archive of layout-test-results from ews113 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews113  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 7 Timothy Hatcher 2016-02-04 14:09:23 PST
Comment on attachment 270689 [details]
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=270689&action=review

> Source/WebInspectorUI/UserInterface/Images/LayoutInstrument.svg:3
> +<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg">

Should standardize the other for these. I cleaned up all the existing icons and used this format:
<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">

Ditto for the rest of the SVGs.
Comment 8 Joseph Pecoraro 2016-02-04 14:15:16 PST
Created attachment 270694 [details]
[PATCH] For Landing
Comment 9 WebKit Commit Bot 2016-02-04 15:13:50 PST
Comment on attachment 270694 [details]
[PATCH] For Landing

Clearing flags on attachment: 270694

Committed r196151: <http://trac.webkit.org/changeset/196151>
Comment 10 Joseph Pecoraro 2016-02-04 17:32:08 PST
Removed some more unused images in:
<http://trac.webkit.org/changeset/196163>