Changeset 261142 in webkit


Ignore:
Timestamp:
May 4, 2020 8:47:26 PM (4 years ago)
Author:
Devin Rousso
Message:

Web Inspector: add a tool for viewing UserInterface/Images files
https://bugs.webkit.org/show_bug.cgi?id=211422

Reviewed by Timothy Hatcher.

  • Tools/Images/index.html: Added.
  • Tools/Images/index.css: Added.

(body):
(h1):
(textarea):
(.flex):
(#preview):
(#preview > img):
(#preview > img.light):
(#preview > img.dark):

  • Tools/Images/index.js: Added.

(async loadImage):
(async parseSVG):
(async loadPNG):
(normalizePath):
(changeSize):
(updateURL):

Location:
trunk/Source/WebInspectorUI
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r261127 r261142  
     12020-05-04  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: add a tool for viewing UserInterface/Images files
     4        https://bugs.webkit.org/show_bug.cgi?id=211422
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * Tools/Images/index.html: Added.
     9        * Tools/Images/index.css: Added.
     10        (body):
     11        (h1):
     12        (textarea):
     13        (.flex):
     14        (#preview):
     15        (#preview > img):
     16        (#preview > img.light):
     17        (#preview > img.dark):
     18        * Tools/Images/index.js: Added.
     19        (async loadImage):
     20        (async parseSVG):
     21        (async loadPNG):
     22        (normalizePath):
     23        (changeSize):
     24        (updateURL):
     25
    1262020-05-04  Nikita Vasilyev  <nvasilyev@apple.com>
    227
Note: See TracChangeset for help on using the changeset viewer.