second and final part of syncing LCARStrek with Firefox 49/50 devtools theme changes
authorRobert Kaiser <kairo@kairo.at>
Sun, 20 Nov 2016 21:31:28 +0000 (22:31 +0100)
committerRobert Kaiser <kairo@kairo.at>
Sun, 20 Nov 2016 21:31:28 +0000 (22:31 +0100)
51 files changed:
LCARStrek/devtools/.layout.css.kate-swp [new file with mode: 0644]
LCARStrek/devtools/canvasdebugger.css
LCARStrek/devtools/common.css
LCARStrek/devtools/computed.css
LCARStrek/devtools/debugger.css
LCARStrek/devtools/fonts.css
LCARStrek/devtools/images/add.svg
LCARStrek/devtools/images/clear.svg
LCARStrek/devtools/images/debugger-blackbox.png [deleted file]
LCARStrek/devtools/images/debugger-blackbox.svg [new file with mode: 0644]
LCARStrek/devtools/images/debugger-blackbox@2x.png [deleted file]
LCARStrek/devtools/images/debugger-pause.png [deleted file]
LCARStrek/devtools/images/debugger-pause@2x.png [deleted file]
LCARStrek/devtools/images/debugger-play.png [deleted file]
LCARStrek/devtools/images/debugger-play@2x.png [deleted file]
LCARStrek/devtools/images/debugger-prettyprint.png [deleted file]
LCARStrek/devtools/images/debugger-prettyprint.svg [new file with mode: 0644]
LCARStrek/devtools/images/debugger-prettyprint@2x.png [deleted file]
LCARStrek/devtools/images/debugger-step-in.png [deleted file]
LCARStrek/devtools/images/debugger-step-in.svg [new file with mode: 0644]
LCARStrek/devtools/images/debugger-step-in@2x.png [deleted file]
LCARStrek/devtools/images/debugger-step-out.png [deleted file]
LCARStrek/devtools/images/debugger-step-out.svg [new file with mode: 0644]
LCARStrek/devtools/images/debugger-step-out@2x.png [deleted file]
LCARStrek/devtools/images/debugger-step-over.svg [new file with mode: 0644]
LCARStrek/devtools/images/debugger-toggleBreakpoints.svg
LCARStrek/devtools/images/diff.svg
LCARStrek/devtools/images/geometry-editor.svg
LCARStrek/devtools/images/itemToggle.png [deleted file]
LCARStrek/devtools/images/itemToggle@2x.png [deleted file]
LCARStrek/devtools/images/pane-collapse.svg
LCARStrek/devtools/images/pane-expand.svg
LCARStrek/devtools/images/performance-icons.svg
LCARStrek/devtools/images/play.svg
LCARStrek/devtools/images/profiler-stopwatch.svg
LCARStrek/devtools/images/rewind.png [deleted file]
LCARStrek/devtools/images/rewind@2x.png [deleted file]
LCARStrek/devtools/images/timeline-filter.svg [deleted file]
LCARStrek/devtools/images/tool-debugger-paused.svg
LCARStrek/devtools/images/tool-memory-active.svg
LCARStrek/devtools/images/tool-memory.svg
LCARStrek/devtools/images/tool-options.svg
LCARStrek/devtools/images/tool-scratchpad.svg
LCARStrek/devtools/images/tool-webaudio.svg
LCARStrek/devtools/layout.css
LCARStrek/devtools/netmonitor.css
LCARStrek/devtools/performance.css
LCARStrek/devtools/rules.css
LCARStrek/devtools/shadereditor.css
LCARStrek/devtools/styleeditor.css
LCARStrek/devtools/webconsole.css

diff --git a/LCARStrek/devtools/.layout.css.kate-swp b/LCARStrek/devtools/.layout.css.kate-swp
new file mode 100644 (file)
index 0000000..76376b0
Binary files /dev/null and b/LCARStrek/devtools/.layout.css.kate-swp differ
index 90f25d36943d2737bfe48fc0418b77a47a7e0803..6d99e543515df63a7c6ac482c780702d7bb77a3f 100644 (file)
 /* Debugging pane controls */
 
 #resume {
 /* Debugging pane controls */
 
 #resume {
-  list-style-image: url("images/debugger-play.png");
+  list-style-image: url("images/play.svg");
 }
 
 #step-over {
 }
 
 #step-over {
-  list-style-image: url("images/debugger-step-over.png");
+  list-style-image: url("images/debugger-step-over.svg");
 }
 
 #step-in {
 }
 
 #step-in {
-  list-style-image: url("images/debugger-step-in.png");
+  list-style-image: url("images/debugger-step-in.svg");
 }
 
 #step-out {
 }
 
 #step-out {
-  list-style-image: url("images/debugger-step-out.png");
-}
-
-@media (min-resolution: 1.1dppx) {
-  #resume {
-    list-style-image: url(images/debugger-play@2x.png);
-  }
-
-  #step-over {
-    list-style-image: url(images/debugger-step-over@2x.png);
-  }
-
-  #step-in {
-    list-style-image: url(images/debugger-step-in@2x.png);
-  }
-
-  #step-out {
-    list-style-image: url(images/debugger-step-out@2x.png);
-  }
+  list-style-image: url("images/debugger-step-out.svg");
 }
 
 #calls-slider {
 }
 
 #calls-slider {
   color: #000000;
 }
 
   color: #000000;
 }
 
-@media (min-resolution: 1.1dppx) {
-  .selected .call-item-gutter {
-    background-image: url("images/editor-debug-location@2x.png");
-  }
-}
-
 .call-item-index {
   text-align: end;
 }
 .call-item-index {
   text-align: end;
 }
index 7ed2d9e9733555efa04f32e6d4343eede5f1d0cf..f3e8d0baa6ea4fc0d4741e622efc348ea75e7b15 100644 (file)
@@ -35,56 +35,46 @@ notification {
   border-radius: 3px;
   overflow-x: hidden;
   max-height: 20rem;
   border-radius: 3px;
   overflow-x: hidden;
   max-height: 20rem;
+
+  /* Devtools autocompletes display technical english keywords and should be displayed
+     using LTR direction. */
+  direction: ltr !important;
 }
 
 }
 
-.devtools-autocomplete-listbox {
-  background-color: transparent;
-  border-width: 0px !important;
-  margin: 0;
+/* Reset list styles. */
+.devtools-autocomplete-popup ul {
+  list-style: none;
 }
 
 }
 
-.devtools-autocomplete-listbox > scrollbox {
-  padding: 2px;
+.devtools-autocomplete-popup ul,
+.devtools-autocomplete-popup li {
+  margin: 0;
 }
 
 }
 
-.inplace-editor-autocomplete-popup .devtools-autocomplete-listbox {
-  /* Inplace editor closes the autocomplete popup on blur, the autocomplete
-  popup should not steal the focus here.*/
-  -moz-user-focus: ignore;
+.devtools-autocomplete-listbox {
+  background-color: transparent;
+  border-width: 0px !important;
+  margin: 0;
 }
 
 }
 
-.devtools-autocomplete-listbox > richlistitem,
-.devtools-autocomplete-listbox > richlistitem[selected] {
+.devtools-autocomplete-listbox .autocomplete-item {
   width: 100%;
   background-color: transparent;
   border-radius: 4px;
 }
 
   width: 100%;
   background-color: transparent;
   border-radius: 4px;
 }
 
-.devtools-autocomplete-listbox.dark-theme > richlistitem[selected],
-.devtools-autocomplete-listbox.dark-theme > richlistitem:hover {
-/*  background-color: rgba(0,0,0,0.5); */
-}
-
-.devtools-autocomplete-listbox.dark-theme > richlistitem[selected] > .autocomplete-value,
-.devtools-autocomplete-listbox:focus.dark-theme > richlistitem[selected] > .initial-value {
-/*  color: hsl(208,100%,60%);*/
+.devtools-autocomplete-listbox .autocomplete-selected {
+/*  background-color: rgba(0,0,0,0.2); */
 }
 
 }
 
-.devtools-autocomplete-listbox.dark-theme > richlistitem[selected] > label {
-/*  color: #eee;*/
-}
-
-.devtools-autocomplete-listbox.dark-theme > richlistitem > label {
-/*  color: #ccc;*/
-}
-
-.devtools-autocomplete-listbox > richlistitem > .initial-value,
-.devtools-autocomplete-listbox > richlistitem > .autocomplete-value {
+.devtools-autocomplete-listbox .autocomplete-item > .initial-value,
+.devtools-autocomplete-listbox .autocomplete-item > .autocomplete-value {
   margin: 0;
   margin: 0;
-  padding: 1px 0;
+  padding: 0;
+  cursor: default;
 }
 
 }
 
-.devtools-autocomplete-listbox > richlistitem > .autocomplete-count {
+.devtools-autocomplete-listbox .autocomplete-item > .autocomplete-count {
   text-align: end;
 }
 
   text-align: end;
 }
 
@@ -97,26 +87,20 @@ notification {
   background-color: #000000;
 }
 
   background-color: #000000;
 }
 
-.devtools-autocomplete-popup.light-theme {
-}
+/* Autocomplete list clone used for accessibility. */
 
 
-.devtools-autocomplete-listbox.firebug-theme > richlistitem[selected],
-.devtools-autocomplete-listbox.firebug-theme > richlistitem:hover,
-.devtools-autocomplete-listbox.light-theme > richlistitem[selected],
-.devtools-autocomplete-listbox.light-theme > richlistitem:hover {
-/*  background-color: rgba(128,128,128,0.3); */
-}
-
-.devtools-autocomplete-listbox.firebug-theme > richlistitem[selected] > .autocomplete-value,
-.devtools-autocomplete-listbox:focus.firebug-theme > richlistitem[selected] > .initial-value,
-.devtools-autocomplete-listbox.light-theme > richlistitem[selected] > .autocomplete-value,
-.devtools-autocomplete-listbox:focus.light-theme > richlistitem[selected] > .initial-value {
-/*  color: #222;*/
+.devtools-autocomplete-list-aria-clone {
+  /* Cannot use display:none or visibility:hidden : screen readers ignore the element. */
+  position: fixed;
+  overflow: hidden;
+  margin: 0;
+  width: 0;
+  height: 0;
 }
 
 }
 
-.devtools-autocomplete-listbox.firebug-theme > richlistitem > label,
-.devtools-autocomplete-listbox.light-theme > richlistitem > label {
-/*  color: #666;*/
+.devtools-autocomplete-list-aria-clone li {
+  /* Prevent screen readers from prefacing every item with 'bullet'. */
+  list-style-type: none;
 }
 
 /* links to source code, like displaying `myfile.js:45` */
 }
 
 /* links to source code, like displaying `myfile.js:45` */
@@ -159,7 +143,6 @@ notification {
 
 textbox[focused="true"] {
   border-color: var(--theme-focus-border-color-textbox);
 
 textbox[focused="true"] {
   border-color: var(--theme-focus-border-color-textbox);
-
 /*  box-shadow: var(--theme-focus-box-shadow-textbox);*/
   transition: all 0.2s ease-in-out
 }
 /*  box-shadow: var(--theme-focus-box-shadow-textbox);*/
   transition: all 0.2s ease-in-out
 }
index 9d6680471eb23cfd29db91d522ea42e511f80af9..02fb4f8dc9a1d3b97b4047ce4c6c6f1c3a57be9f 100644 (file)
@@ -8,10 +8,7 @@
   display : flex;
   flex-direction: column;
   width: 100%;
   display : flex;
   flex-direction: column;
   width: 100%;
-  /* Bug 1243598 - Reduce the container height by the tab height to make room
-     for the tabs above. */
-  height: calc(100% - 24px);
-  position: absolute;
+  height: 100%;
 }
 
 #computedview-container {
 }
 
 #computedview-container {
@@ -29,8 +26,7 @@
   outline: none;
 }
 
   outline: none;
 }
 
-#computedview-toolbar,
-#sidebar-panel-computedview > .devtools-toolbar {
+#computedview-toolbar {
   display: flex;
 }
 
   display: flex;
 }
 
@@ -68,7 +64,7 @@
 }
 
 .property-view {
 }
 
 .property-view {
-  padding: 2px 17px;
+  padding: 2px 0 2px 17px;
   display: flex;
   flex-wrap: wrap;
 }
   display: flex;
   flex-wrap: wrap;
 }
   outline: 0 !important;
 }
 
   outline: 0 !important;
 }
 
-.property-value, .other-property-value {
+.other-property-value {
   background-image: url(images/arrow-e.png);
   background-repeat: no-repeat;
   background-size: 5px 8px;
 }
 
 @media (min-resolution: 1.1dppx) {
   background-image: url(images/arrow-e.png);
   background-repeat: no-repeat;
   background-size: 5px 8px;
 }
 
 @media (min-resolution: 1.1dppx) {
-  .property-value, .other-property-value {
+  .other-property-value {
     background-image: url(images/arrow-e@2x.png);
   }
 }
     background-image: url(images/arrow-e@2x.png);
   }
 }
   height: 100%;
 }
 
   height: 100%;
 }
 
-#noResults {
-  font-size: 110%;
-  margin: 5px;
-  text-align: center;
-}
-
 .onlyuserstyles {
   cursor: pointer;
 }
 .onlyuserstyles {
   cursor: pointer;
 }
index 968eb4fdb57330ebd6798d55efb6dc96693514f6..6e230bb21d714774e2dbb5cfd28c1878c251c203 100644 (file)
@@ -80,43 +80,21 @@ window {
   min-width: 16px;
 }
 
   min-width: 16px;
 }
 
-#sources-toolbar .devtools-toolbarbutton:not([label]) {
-  -moz-image-region: rect(0,16px,16px,0);
-}
-
-@media (min-resolution: 1.1dppx) {
-  #sources-toolbar .devtools-toolbarbutton:not([label]) {
-    -moz-image-region: rect(0,32px,32px,0);
-  }
-}
-
 #black-box {
 #black-box {
-  list-style-image: url("images/debugger-blackbox.png");
-}
-
-@media (min-resolution: 1.1dppx) {
-  #black-box {
-    list-style-image: url(images/debugger-blackbox@2x.png);
-  }
+  list-style-image: url("images/debugger-blackbox.svg");
 }
 
 #pretty-print {
 }
 
 #pretty-print {
-  list-style-image: url(images/debugger-prettyprint.png);
-}
-
-@media (min-resolution: 1.1dppx) {
-  #pretty-print {
-    list-style-image: url(images/debugger-prettyprint@2x.png);
-  }
+  list-style-image: url("images/debugger-prettyprint.svg");
 }
 
 #toggle-breakpoints {
   list-style-image: url(images/debugger-toggleBreakpoints.svg);
 }
 
 #toggle-breakpoints {
   list-style-image: url(images/debugger-toggleBreakpoints.svg);
-  -moz-image-region: rect(0,32px,16px,16px) !important;
+  -moz-image-region: rect(0,32px,16px,16px);
 }
 
 #toggle-breakpoints[checked] {
 }
 
 #toggle-breakpoints[checked] {
-  -moz-image-region: rect(0,16px,16px,0) !important;
+  -moz-image-region: rect(0,16px,16px,0);
 }
 
 #toggle-breakpoints[checked] > image {
 }
 
 #toggle-breakpoints[checked] > image {
@@ -145,17 +123,9 @@ window {
 #black-boxed-message-button > .button-box > .button-icon {
   width: 16px;
   height: 16px;
 #black-boxed-message-button > .button-box > .button-icon {
   width: 16px;
   height: 16px;
-  background-image: url("images/debugger-blackbox.png");
+  background-image: url("images/debugger-blackbox.svg");
   background-position: 0 0;
   background-position: 0 0;
-  background-size: 32px 16px;
-  background-repeat: no-repeat;
-  margin-inline-end: 5px;
-}
-
-@media (min-resolution: 1.1dppx) {
-  #black-boxed-message-button > .button-box > .button-icon {
-    background-image: url("images/debugger-blackbox@2x.png");
-  }
+  background-size: cover;
 }
 
 /* Black box message and source progress meter */
 }
 
 /* Black box message and source progress meter */
@@ -527,21 +497,11 @@ window {
 /* Toolbar controls */
 
 #resume {
 /* Toolbar controls */
 
 #resume {
-  list-style-image: url(images/debugger-pause.png);
+  list-style-image: url(images/pause.svg);
 }
 
 #resume[checked] {
 }
 
 #resume[checked] {
-  list-style-image: url(images/debugger-play.png);
-}
-
-@media (min-resolution: 1.1dppx) {
-  #resume {
-    list-style-image: url(images/debugger-pause@2x.png);
-  }
-
-  #resume[checked] {
-    list-style-image: url(images/debugger-play@2x.png);
-  }
+  list-style-image: url(images/play.svg);
 }
 
 #resume[break-on-next] {
 }
 
 #resume[break-on-next] {
@@ -549,29 +509,15 @@ window {
 }
 
 #step-over {
 }
 
 #step-over {
-  list-style-image: url(images/debugger-step-over.png);
+  list-style-image: url(images/debugger-step-over.svg);
 }
 
 #step-in {
 }
 
 #step-in {
-  list-style-image: url(images/debugger-step-in.png);
+  list-style-image: url(images/debugger-step-in.svg);
 }
 
 #step-out {
 }
 
 #step-out {
-  list-style-image: url(images/debugger-step-out.png);
-}
-
-@media (min-resolution: 1.1dppx) {
-  #step-over {
-    list-style-image: url(images/debugger-step-over@2x.png);
-  }
-
-  #step-in {
-    list-style-image: url(images/debugger-step-in@2x.png);
-  }
-
-  #step-out {
-    list-style-image: url(images/debugger-step-out@2x.png);
-  }
+  list-style-image: url(images/debugger-step-out.svg);
 }
 
 #instruments-pane-toggle {
 }
 
 #instruments-pane-toggle {
index a204beec16caf5af14586e460fdbbfd85ac06644..78b87a27d449a3f57efafc01cb06731601ca1918 100644 (file)
   flex-direction: column;
   padding-bottom: 20px;
   width: 100%;
   flex-direction: column;
   padding-bottom: 20px;
   width: 100%;
-  /* Bug 1243598 - Reduce the container height by the tab height to make room
-     for the tabs above. */
-  height: calc(100% - 24px);
-  position: absolute;
+  height: 100%;
 }
 
 #sidebar-panel-fontinspector > .devtools-toolbar {
 }
 
 #sidebar-panel-fontinspector > .devtools-toolbar {
index 88a2f9ef8eeb159af02a3bb32e26962418fa6356..ed9f48eb956946fee5d4660e98f47475082ffbea 100644 (file)
@@ -1,9 +1,6 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-  <g fill="#FFCF00">
-    <rect x="3" y="7" width="10" height="2" />
-    <rect x="7" y="3" width="2" height="10" />
-  </g>
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <path d="M8 8v5.5c0 .276-.224.5-.5.5s-.5-.224-.5-.5V8H1.5c-.276 0-.5-.224-.5-.5s.224-.5.5-.5H7V1.5c0-.276.224-.5.5-.5s.5.224.5.5V7h5.5c.276 0 .5.224.5.5s-.224.5-.5.5H8z"/>
 </svg>
 </svg>
index 702a8ceec4e892acd4b627145394f6ecf74a8b68..66b6e04773d9f5956264e883d63eecb26383cc17 100644 (file)
@@ -2,6 +2,6 @@
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
-  <path d="M6 3h3V2c0-.003-3 0-3 0-.002 0 0 1 0 1zm-5 .5c0-.276.226-.5.494-.5h12.012c.273 0 .494.232.494.5 0 .276-.226.5-.494.5H1.494C1.22 4 1 3.768 1 3.5zM5 3V2c0-.553.444-1 1-1h3c.552 0 1 .443 1 1v1H5z"/>
-  <path d="M5 13h1V7H5v6zm4 0h1V7H9v6zm3-8v8.998c-.046.553-.45 1.002-1 1.002H4c-.55 0-.954-.456-1-1.002V5h9zm-5 8h1V7H7v6z"/>
+  <path d="M5 3h3V2c0-.003-3 0-3 0-.002 0 0 1 0 1zm-5 .5A.5.5 0 0 1 .494 3h12.012a.5.5 0 0 1 0 1H.494A.502.502 0 0 1 0 3.5zM4 3V2c0-.553.444-1 1-1h3c.552 0 1 .443 1 1v1H4zM5 11V6a.5.5 0 0 0-1 0v5a.5.5 0 1 0 1 0zM7 11V6a.5.5 0 0 0-1 0v5a.5.5 0 1 0 1 0zM9 11V6a.5.5 0 0 0-1 0v5a.5.5 0 1 0 1 0z"/>
+  <path d="M3 4v9h7V4H3zm0-1h7a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1z"/>
 </svg>
 </svg>
diff --git a/LCARStrek/devtools/images/debugger-blackbox.png b/LCARStrek/devtools/images/debugger-blackbox.png
deleted file mode 100644 (file)
index f16a195..0000000
Binary files a/LCARStrek/devtools/images/debugger-blackbox.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-blackbox.svg b/LCARStrek/devtools/images/debugger-blackbox.svg
new file mode 100644 (file)
index 0000000..f8d4165
--- /dev/null
@@ -0,0 +1,7 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <circle cx="8" cy="8.5" r="1.5"/>
+  <path d="M15.498 8.28l-.001-.03v-.002-.004l-.002-.018-.004-.031c0-.002 0-.002 0 0l-.004-.035.006.082c-.037-.296-.133-.501-.28-.661-.4-.522-.915-1.042-1.562-1.604-1.36-1.182-2.74-1.975-4.178-2.309a6.544 6.544 0 0 0-2.755-.042c-.78.153-1.565.462-2.369.91C3.252 5.147 2.207 6 1.252 7.035c-.216.233-.36.398-.499.577-.338.437-.338 1 0 1.437.428.552.941 1.072 1.59 1.635 1.359 1.181 2.739 1.975 4.177 2.308.907.21 1.829.223 2.756.043.78-.153 1.564-.462 2.369-.91 1.097-.612 2.141-1.464 3.097-2.499.217-.235.36-.398.498-.578.12-.128.216-.334.248-.554 0 .01 0 .01-.008.04l.013-.079-.001.011.003-.031.001-.017v.005l.001-.02v.008l.002-.03.001-.05-.001-.044v-.004-.004zm-.954.045v.007l.001.004V8.33v.012l-.001.01v-.005-.005l.002-.015-.001.008c-.002.014-.002.014 0 0l-.007.084c.003-.057-.004-.041-.014-.031-.143.182-.27.327-.468.543-.89.963-1.856 1.752-2.86 2.311-.724.404-1.419.677-2.095.81a5.63 5.63 0 0 1-2.374-.036c-1.273-.295-2.523-1.014-3.774-2.101-.604-.525-1.075-1.001-1.457-1.496-.054-.07-.054-.107 0-.177.117-.152.244-.298.442-.512.89-.963 1.856-1.752 2.86-2.311.724-.404 1.419-.678 2.095-.81a5.631 5.631 0 0 1 2.374.036c1.272.295 2.523 1.014 3.774 2.101.603.524 1.074 1 1.457 1.496.035.041.043.057.046.076 0 .01 0 .01.008.043l-.009-.047.003.02-.002-.013v-.008.016c0-.004 0-.004 0 0v-.004z"/>
+</svg>
diff --git a/LCARStrek/devtools/images/debugger-blackbox@2x.png b/LCARStrek/devtools/images/debugger-blackbox@2x.png
deleted file mode 100644 (file)
index 6acc3e5..0000000
Binary files a/LCARStrek/devtools/images/debugger-blackbox@2x.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-pause.png b/LCARStrek/devtools/images/debugger-pause.png
deleted file mode 100644 (file)
index 740ae2f..0000000
Binary files a/LCARStrek/devtools/images/debugger-pause.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-pause@2x.png b/LCARStrek/devtools/images/debugger-pause@2x.png
deleted file mode 100644 (file)
index 4d395bf..0000000
Binary files a/LCARStrek/devtools/images/debugger-pause@2x.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-play.png b/LCARStrek/devtools/images/debugger-play.png
deleted file mode 100644 (file)
index 868c8ed..0000000
Binary files a/LCARStrek/devtools/images/debugger-play.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-play@2x.png b/LCARStrek/devtools/images/debugger-play@2x.png
deleted file mode 100644 (file)
index 2632a8e..0000000
Binary files a/LCARStrek/devtools/images/debugger-play@2x.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-prettyprint.png b/LCARStrek/devtools/images/debugger-prettyprint.png
deleted file mode 100644 (file)
index bb68db4..0000000
Binary files a/LCARStrek/devtools/images/debugger-prettyprint.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-prettyprint.svg b/LCARStrek/devtools/images/debugger-prettyprint.svg
new file mode 100644 (file)
index 0000000..13c9b18
--- /dev/null
@@ -0,0 +1,6 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <path d="M5.5 2C3.565 2 2.806 3.12 3.065 4.587c.239 1.346.117 1.76-.435 2.39l-.054.06c-.252.288-.39.474-.523.74L1.94 8l.112.224c.132.265.27.45.523.739l.054.06c.552.63.674 1.044.435 2.39C2.802 12.904 3.527 14 5.5 14a.5.5 0 1 0 0-1c-1.291 0-1.614-.487-1.45-1.413.292-1.65.081-2.37-.669-3.223l-.053-.06c-.2-.229-.296-.357-.38-.528v.448c.084-.17.18-.299.38-.528l.053-.06c.75-.854.961-1.573.67-3.223C3.89 3.515 4.24 3 5.5 3a.5.5 0 1 0 0-1zM10.5 3c1.26 0 1.609.515 1.45 1.413-.292 1.65-.081 2.37.669 3.223l.053.06c.2.229.296.357.38.528v-.448c-.084.17-.18.299-.38.528l-.053.06c-.75.854-.961 1.573-.67 3.223.165.926-.158 1.413-1.449 1.413a.5.5 0 1 0 0 1c1.973 0 2.698-1.096 2.435-2.587-.239-1.346-.117-1.76.435-2.39l.054-.06c.252-.288.39-.474.523-.74L14.06 8l-.112-.224c-.132-.265-.27-.45-.523-.739l-.054-.06c-.552-.63-.674-1.044-.435-2.39C13.194 3.12 12.435 2 10.5 2a.5.5 0 0 0 0 1z"/>
+</svg>
diff --git a/LCARStrek/devtools/images/debugger-prettyprint@2x.png b/LCARStrek/devtools/images/debugger-prettyprint@2x.png
deleted file mode 100644 (file)
index b9d0f75..0000000
Binary files a/LCARStrek/devtools/images/debugger-prettyprint@2x.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-step-in.png b/LCARStrek/devtools/images/debugger-step-in.png
deleted file mode 100644 (file)
index 4c02661..0000000
Binary files a/LCARStrek/devtools/images/debugger-step-in.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-step-in.svg b/LCARStrek/devtools/images/debugger-step-in.svg
new file mode 100644 (file)
index 0000000..22cf7b7
--- /dev/null
@@ -0,0 +1,6 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <path d="M1.5 14.042h4.095a.5.5 0 0 0 0-1H1.5a.5.5 0 1 0 0 1zM7.5 3v6.983L4.364 6.657a.5.5 0 0 0-.728.686l4 4.243a.51.51 0 0 0 .021.02.5.5 0 0 0 .71-.024l3.997-4.239a.5.5 0 1 0-.728-.686L8.5 9.983V2.5a.5.5 0 0 0-.536-.5H1.536C1.24 2 1 2.224 1 2.5s.24.5.536.5H7.5zM10.5 14.042h4.095a.5.5 0 0 0 0-1H10.5a.5.5 0 1 0 0 1z"/>
+</svg>
diff --git a/LCARStrek/devtools/images/debugger-step-in@2x.png b/LCARStrek/devtools/images/debugger-step-in@2x.png
deleted file mode 100644 (file)
index 76c94a8..0000000
Binary files a/LCARStrek/devtools/images/debugger-step-in@2x.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-step-out.png b/LCARStrek/devtools/images/debugger-step-out.png
deleted file mode 100644 (file)
index 26ed99a..0000000
Binary files a/LCARStrek/devtools/images/debugger-step-out.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-step-out.svg b/LCARStrek/devtools/images/debugger-step-out.svg
new file mode 100644 (file)
index 0000000..6ed3e7b
--- /dev/null
@@ -0,0 +1,6 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <path d="M5 13.5H1a.5.5 0 1 0 0 1h4a.5.5 0 1 0 0-1zM12 13.5H8a.5.5 0 1 0 0 1h4a.5.5 0 1 0 0-1zM6.11 5.012A.427.427 0 0 1 6.21 5h7.083L9.646 1.354a.5.5 0 1 1 .708-.708l4.5 4.5a.498.498 0 0 1 0 .708l-4.5 4.5a.5.5 0 0 1-.708-.708L13.293 6H6.5v5.5a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .61-.488z"/>
+</svg>
diff --git a/LCARStrek/devtools/images/debugger-step-out@2x.png b/LCARStrek/devtools/images/debugger-step-out@2x.png
deleted file mode 100644 (file)
index 2699669..0000000
Binary files a/LCARStrek/devtools/images/debugger-step-out@2x.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/debugger-step-over.svg b/LCARStrek/devtools/images/debugger-step-over.svg
new file mode 100644 (file)
index 0000000..c56536e
--- /dev/null
@@ -0,0 +1,7 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <path d="M13.297 6.912C12.595 4.39 10.167 2.5 7.398 2.5A5.898 5.898 0 0 0 1.5 8.398a.5.5 0 0 0 1 0A4.898 4.898 0 0 1 7.398 3.5c2.75 0 5.102 2.236 5.102 4.898v.004L8.669 7.029a.5.5 0 0 0-.338.942l4.462 1.598a.5.5 0 0 0 .651-.34.506.506 0 0 0 .02-.043l2-5a.5.5 0 1 0-.928-.372l-1.24 3.098z"/>
+  <circle cx="7" cy="12" r="1"/>
+</svg>
index c9386e57f47f79c3272a826bdf30b6bf53320472..f0cfd719cb20622b7b5a952d79b18f2ade3bfc78 100644 (file)
@@ -1,6 +1,6 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg xmlns="http://www.w3.org/2000/svg" width="32" height="16" fill="#FFCF00">
-  <path d="M1 5c-.553 0-1 .45-1 .99v4.02c0 .546.447.99 1 .99h12l3-3-3-3H1zm16 6c-.553 0-1-.45-1-.99V5.99c0-.546.45-.99 1.008-.99h8.577l3.208-3.207.707-.707L30.914 2.5l-.707.707-11 11-.707.707-1.414-1.414.707-.707L19.586 11H17zm12 0l3-3-2.18-2.697L24 11h5z"/>
+<svg width="32" height="16" viewBox="0 0 32 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <path d="M3.233 11.25l-.417 1H1.712C.763 12.25 0 11.574 0 10.747V6.503C0 5.675.755 5 1.712 5h4.127l-.417 1H1.597C1.257 6 1 6.225 1 6.503v4.244c0 .277.267.503.597.503h1.636zM7.405 11.02L7 12.056c.865.01 2.212-.024 2.315-.04.112-.016.112-.016.185-.035.075-.02.156-.046.251-.082.152-.056.349-.138.592-.244.415-.182.962-.435 1.612-.744l.138-.066a179.35 179.35 0 0 0 2.255-1.094c1.191-.546 1.191-2.074-.025-2.632l-.737-.34A3547.554 3547.554 0 0 0 9.732 5c-.029.11-.065.222-.11.336l-.232.596c.894.408 4.56 2.107 4.56 2.107.458.21.458.596 0 .806L9.197 11.02H7.405zM20.462 14.192l5-12a.5.5 0 0 0-.924-.384l-5 12a.5.5 0 0 0 .924.384zM19.233 11.25l-.417 1h-1.104c-.949 0-1.712-.676-1.712-1.503V6.503C16 5.675 16.755 5 17.712 5h4.127l-.417 1h-3.825c-.34 0-.597.225-.597.503v4.244c0 .277.267.503.597.503h1.636zM23.405 11.02L23 12.056c.865.01 2.212-.024 2.315-.04.112-.016.112-.016.185-.035.075-.02.156-.046.251-.082.152-.056.349-.138.592-.244.415-.182.962-.435 1.612-.744l.138-.066a179.35 179.35 0 0 0 2.255-1.094c1.191-.546 1.191-2.074-.025-2.632l-.737-.34A3547.554 3547.554 0 0 0 25.732 5c-.029.11-.065.222-.11.336l-.232.596c.894.408 4.56 2.107 4.56 2.107.458.21.458.596 0 .806l-4.753 2.174h-1.792z"/>
 </svg>
 </svg>
index c09eeb118936aff52f3e71fd6ee1717bfc5722a5..009874c73f625deda0f36f25e7d6af46e1c6e2c6 100644 (file)
@@ -1,7 +1,9 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#FFCF00">
-  <path d="M10.2 4.1c-.6 0-1.2.2-1.8.4-.6-.4-1.4-.6-2.2-.6-2.5 0-4.6 2.1-4.6 4.6s2.1 4.6 4.6 4.6c.9 0 1.6-.2 2.3-.7.5.2 1.1.4 1.7.4 2.4 0 4.3-1.9 4.3-4.3.1-2.4-1.9-4.4-4.3-4.4zm-4 7.9c-1.9 0-3.5-1.6-3.5-3.5S4.2 5 6.2 5c.3 0 .7 0 1 .1-.8.9-1.4 2.1-1.4 3.4 0 1.3.6 2.5 1.5 3.3-.4.1-.8.2-1.1.2zm2.1-.7c-.9-.6-1.4-1.6-1.4-2.8 0-1.1.6-2.1 1.4-2.8.8.6 1.4 1.6 1.4 2.8 0 1.1-.6 2.1-1.4 2.8z"/>
-  <path d="M7.6 8c-.2 0-.3-.1-.4-.2-.1-.2 0-.4.2-.5l1.1-.6c.2-.1.4 0 .5.2.1.2 0 .4-.2.5l-1.1.5c0 .1-.1.1-.1.1zM7.6 9.1c-.1 0-.3-.1-.4-.2-.1-.2 0-.4.2-.5l1.1-.6c.3-.1.5 0 .6.2.1.2 0 .4-.2.5l-1.1.6h-.2zM7.8 10.3c-.1 0-.3-.1-.4-.2-.1-.2 0-.4.2-.5L8.8 9c.2-.1.4 0 .5.2.1.2 0 .4-.2.5l-1.1.6h-.2z"/>
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <path d="M6 13A5 5 0 1 0 6 3a5 5 0 0 0 0 10zm0-.91a4.09 4.09 0 1 1 0-8.18 4.09 4.09 0 0 1 0 8.18z"/>
+  <path d="M10 13a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-.91a4.09 4.09 0 1 1 0-8.18 4.09 4.09 0 0 1 0 8.18z"/>
+  <path d="M7.146 8.854l1 1a.5.5 0 0 0 .708-.708l-1-1a.5.5 0 1 0-.708.708zM7.146 6.854l1 1a.5.5 0 1 0 .708-.708l-1-1a.5.5 0 1 0-.708.708z"/>
+  <path d="M12.656 11.723c-2.044 1.169-3.872 1.015-4.282.577-.41-.438 2.115-1.269 2.115-3.925 0-2.657-2.115-4.827-2.115-4.827s2.919-.47 4.282.624c1.364 1.094 2.12 1.975 1.85 3.828-.103.703.194 2.555-1.85 3.723z" fill-opacity=".3"/>
 </svg>
 </svg>
index 6b333b7e5183b7f8f2acc1956064fe1803d9dee3..138e461841f626e0d06c580a617ca8dd9f5a3cc7 100644 (file)
@@ -1,4 +1,7 @@
-<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this
+   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
   <path d="M14,8 L12,8 L12,11.25 L12,12 L11.5,12 L3.5,12 L3,12 L3,11.75 L3,11.5 L3,8 L1,8 L1,8 L1,8.5 L1,9 L0,9 L0,8.5 L0,6.5 L0,6 L1,6 L1,6.5 L1,7 L3,7 L3,3.5 L3,3 L3.72222222,3 L3.72222222,3 L10.5555556,3 L11,3 L11,4 L10.5555556,4 L4,4 L4,11 L11,11 L11,3.5 L11,3 L12,3 L12,3.5 L12,7 L14,7 L14,6.5 L14,6 L15,6 L15,6.5 L15,8.5 L15,9 L14,9 L14,8.5 L14,8 Z M8,14 L8.5,14 L9,14 L9,15 L8.5,15 L6.5,15 L6,15 L6,14 L6.5,14 L7,14 L7,11.5 L7,11 L8,11 L8,11.5 L8,14 Z M7,1 L6.5,1 L6,1 L6,0 L6.5,0 L8.5,0 L9,0 L9,1 L8.5,1 L8,1 L8,3.5 L8,4 L7,4 L7,3.5 L7,1 L7,1 Z"/>
   <path d="M3.5,9 C4.32842712,9 5,8.32842712 5,7.5 C5,6.67157288 4.32842712,6 3.5,6 C2.67157288,6 2,6.67157288 2,7.5 C2,8.32842712 2.67157288,9 3.5,9 Z M7.5,13 C8.32842712,13 9,12.3284271 9,11.5 C9,10.6715729 8.32842712,10 7.5,10 C6.67157288,10 6,10.6715729 6,11.5 C6,12.3284271 6.67157288,13 7.5,13 Z M11.5,9 C12.3284271,9 13,8.32842712 13,7.5 C13,6.67157288 12.3284271,6 11.5,6 C10.6715729,6 10,6.67157288 10,7.5 C10,8.32842712 10.6715729,9 11.5,9 Z M7.5,5 C8.32842712,5 9,4.32842712 9,3.5 C9,2.67157288 8.32842712,2 7.5,2 C6.67157288,2 6,2.67157288 6,3.5 C6,4.32842712 6.67157288,5 7.5,5 Z"/>
 </svg>
   <path d="M14,8 L12,8 L12,11.25 L12,12 L11.5,12 L3.5,12 L3,12 L3,11.75 L3,11.5 L3,8 L1,8 L1,8 L1,8.5 L1,9 L0,9 L0,8.5 L0,6.5 L0,6 L1,6 L1,6.5 L1,7 L3,7 L3,3.5 L3,3 L3.72222222,3 L3.72222222,3 L10.5555556,3 L11,3 L11,4 L10.5555556,4 L4,4 L4,11 L11,11 L11,3.5 L11,3 L12,3 L12,3.5 L12,7 L14,7 L14,6.5 L14,6 L15,6 L15,6.5 L15,8.5 L15,9 L14,9 L14,8.5 L14,8 Z M8,14 L8.5,14 L9,14 L9,15 L8.5,15 L6.5,15 L6,15 L6,14 L6.5,14 L7,14 L7,11.5 L7,11 L8,11 L8,11.5 L8,14 Z M7,1 L6.5,1 L6,1 L6,0 L6.5,0 L8.5,0 L9,0 L9,1 L8.5,1 L8,1 L8,3.5 L8,4 L7,4 L7,3.5 L7,1 L7,1 Z"/>
   <path d="M3.5,9 C4.32842712,9 5,8.32842712 5,7.5 C5,6.67157288 4.32842712,6 3.5,6 C2.67157288,6 2,6.67157288 2,7.5 C2,8.32842712 2.67157288,9 3.5,9 Z M7.5,13 C8.32842712,13 9,12.3284271 9,11.5 C9,10.6715729 8.32842712,10 7.5,10 C6.67157288,10 6,10.6715729 6,11.5 C6,12.3284271 6.67157288,13 7.5,13 Z M11.5,9 C12.3284271,9 13,8.32842712 13,7.5 C13,6.67157288 12.3284271,6 11.5,6 C10.6715729,6 10,6.67157288 10,7.5 C10,8.32842712 10.6715729,9 11.5,9 Z M7.5,5 C8.32842712,5 9,4.32842712 9,3.5 C9,2.67157288 8.32842712,2 7.5,2 C6.67157288,2 6,2.67157288 6,3.5 C6,4.32842712 6.67157288,5 7.5,5 Z"/>
 </svg>
diff --git a/LCARStrek/devtools/images/itemToggle.png b/LCARStrek/devtools/images/itemToggle.png
deleted file mode 100644 (file)
index 29f1019..0000000
Binary files a/LCARStrek/devtools/images/itemToggle.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/itemToggle@2x.png b/LCARStrek/devtools/images/itemToggle@2x.png
deleted file mode 100644 (file)
index f00694d..0000000
Binary files a/LCARStrek/devtools/images/itemToggle@2x.png and /dev/null differ
index 49f319b55f2fcd8774f70d1366d6095bdf87dbb2..0825874100144eed37657792d55c41812b738549 100644 (file)
@@ -2,5 +2,6 @@
    - License, v. 2.0. If a copy of the MPL was not distributed with this\r
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->\r
 <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">\r
    - License, v. 2.0. If a copy of the MPL was not distributed with this\r
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->\r
 <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">\r
-  <path d="M2 2h12v12H2V2zm1 1h7v10H3V3zm6 5l-4 3V5l4 3z" fill-rule="evenodd"/>\r
+  <path fill-opacity=".3" d="M12,3h2v10h-2V3z M5,9.9V6.1L8,8L5,9.9z"/>\r
+  <path d="M14,2H2C1.4,2,1,2.4,1,3v10c0,0.6,0.4,1,1,1h12c0.6,0,1-0.4,1-1V3C15,2.4,14.6,2,14,2z M2,13L2,13V3h0h9v10   H2L2,13z M14,13C14,13,14,13,14,13h-2V3h2c0,0,0,0,0,0V13z M8.5,7.2l-3-1.9C4.6,4.7,4,5,4,6.1v3.8c0,1.1,0.6,1.4,1.5,0.8l3-1.9   C9.5,8.3,9.5,7.8,8.5,7.2z M5,9.9V6.1L8,8L5,9.9z"/>\r
 </svg>\r
 </svg>\r
index 3364fa9ec5674687b1abb9dcb1950d6bbc560cfd..c8643be72bb0c29f963b5e9cb06b89801330f63f 100644 (file)
@@ -2,5 +2,6 @@
    - License, v. 2.0. If a copy of the MPL was not distributed with this\r
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->\r
 <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">\r
    - License, v. 2.0. If a copy of the MPL was not distributed with this\r
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->\r
 <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">\r
-  <path d="M2 2h12v12H2V2zm1 1h7v10H3V3zm1 5l4 3V5L4 8z" fill-rule="evenodd"/>\r
+  <path fill-opacity=".3" d="M4,13H2V3h2V13z M11,6.1v3.8L8,8L11,6.1z"/>\r
+  <path d="M2,14h12c0.6,0,1-0.4,1-1V3c0-0.6-0.4-1-1-1H2C1.4,2,1,2.4,1,3v10C1,13.6,1.4,14,2,14z M14,3L14,3v10h0H5V3   H14L14,3z M2,3C2,3,2,3,2,3h2v10H2c0,0,0,0,0,0V3z M7.5,8.8l3,1.9c1,0.6,1.5,0.3,1.5-0.8V6.1c0-1.1-0.6-1.4-1.5-0.8l-3,1.9   C6.5,7.7,6.5,8.2,7.5,8.8z M11,6.1v3.8L8,8L11,6.1z"/>\r
 </svg>\r
 </svg>\r
index 5ba9ce0a1c1b515a0c52920c1918c66fcc4fafee..1847f2f25e174c85e5d4923841fec6c1cd8a7c5f 100644 (file)
@@ -1,45 +1,42 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public\r
    - License, v. 2.0. If a copy of the MPL was not distributed with this\r
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->\r
 <!-- This Source Code Form is subject to the terms of the Mozilla Public\r
    - License, v. 2.0. If a copy of the MPL was not distributed with this\r
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->\r
-<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px">\r
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#FFCF00">\r
   <style>\r
   <style>\r
-    g {\r
-      fill: #FFCF00;\r
-    }\r
     g:not(:target) {\r
       display: none;\r
     }\r
   </style>\r
   <g id="overview-markers">\r
     g:not(:target) {\r
       display: none;\r
     }\r
   </style>\r
   <g id="overview-markers">\r
-    <rect x="0px" y="3px" width="5px" height="2.5px" rx="1" ry="1"/>\r
-    <rect x="7px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/>\r
-    <rect x="0px" y="7px" width="9px" height="2.5px" rx="1" ry="1"/>\r
-    <rect x="10px" y="7px" width="6px" height="2.5px" rx="1" ry="1"/>\r
-    <rect x="4px" y="11px" width="5px" height="2.5px" rx="1" ry="1"/>\r
-    <rect x="12px" y="11px" width="4px" height="2.5px" rx="1" ry="1"/>\r
+    <rect x="0" y="4" width="5" height="1"/>\r
+    <rect x="7" y="4" width="9" height="1"/>\r
+    <rect x="0" y="8" width="8" height="1"/>\r
+    <rect x="10" y="8" width="6" height="1"/>\r
+    <rect x="0" y="12" width="9" height="1"/>\r
+    <rect x="12" y="12" width="4" height="1"/>\r
   </g>\r
   <g id="overview-frames">\r
   </g>\r
   <g id="overview-frames">\r
-    <rect x="1px" y="4px" width="2px" height="12px" rx="1" ry="1"/>\r
-    <rect x="5px" y="12px" width="2px" height="4px" rx="1" ry="1"/>\r
-    <rect x="9px" y="9px" width="2px" height="7px" rx="1" ry="1"/>\r
-    <rect x="13px" y="7px" width="2px" height="9px" rx="1" ry="1"/>\r
+    <rect x="1" y="4" width="2" height="12" rx="1" ry="1"/>\r
+    <rect x="5" y="12" width="2" height="4" rx="1" ry="1"/>\r
+    <rect x="9" y="9" width="2" height="7" rx="1" ry="1"/>\r
+    <rect x="13" y="7" width="2" height="9" rx="1" ry="1"/>\r
   </g>\r
   <g id="details-waterfall">\r
   </g>\r
   <g id="details-waterfall">\r
-    <rect x="0px" y="3px" width="9px" height="2.5px" rx="1" ry="1"/>\r
-    <rect x="5px" y="7px" width="8px" height="2.5px" rx="1" ry="1"/>\r
-    <rect x="7px" y="11px" width="9px" height="2.5px" rx="1" ry="1"/>\r
+    <rect x="0" y="4" width="9" height="1"/>\r
+    <rect x="5" y="8" width="8" height="1"/>\r
+    <rect x="7" y="12" width="9" height="1"/>\r
   </g>\r
   <g id="details-call-tree">\r
   </g>\r
   <g id="details-call-tree">\r
-    <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/>\r
-    <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/>\r
-    <rect x="0px" y="9px" width="11px" height="2px" rx="1" ry="1"/>\r
-    <rect x="0px" y="12px" width="6px" height="2px" rx="1" ry="1"/>\r
+    <rect x="1" y="4" width="10" height="1"/>\r
+    <rect x="5" y="7" width="10" height="1"/>\r
+    <rect x="1" y="10" width="10" height="1"/>\r
+    <rect x="5" y="13" width="10" height="1"/>\r
   </g>\r
   <g id="details-flamegraph">\r
   </g>\r
   <g id="details-flamegraph">\r
-    <rect x="0px" y="3px" width="16px" height="2px" rx="1" ry="1"/>\r
-    <rect x="0px" y="6px" width="8px" height="2px" rx="1" ry="1"/>\r
-    <rect x="10px" y="6px" width="6px" height="2px" rx="1" ry="1"/>\r
-    <rect x="2px" y="9px" width="6px" height="2px" rx="1" ry="1"/>\r
-    <rect x="5px" y="12px" width="3px" height="2px" rx="1" ry="1"/>\r
+    <rect x="0" y="4" width="16" height="1"/>\r
+    <rect x="0" y="7" width="8" height="1"/>\r
+    <rect x="10" y="7" width="6" height="1"/>\r
+    <rect x="2" y="10" width="6" height="1"/>\r
+    <rect x="5" y="13" width="3" height="1"/>\r
   </g>\r
 </svg>\r
   </g>\r
 </svg>\r
index ef7db366441af75a60d23c407514167b7dbc3247..bf3cb094b3f0afd8df965a69481eb9a37a2158f7 100644 (file)
@@ -1,6 +1,6 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00b">
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
   <path d="M4 12.5l8-5-8-5v10zm-1 0v-10a1 1 0 0 1 1.53-.848l8 5a1 1 0 0 1 0 1.696l-8 5A1 1 0 0 1 3 12.5z" fill-rule="evenodd"/>
 </svg>
   <path d="M4 12.5l8-5-8-5v10zm-1 0v-10a1 1 0 0 1 1.53-.848l8 5a1 1 0 0 1 0 1.696l-8 5A1 1 0 0 1 3 12.5z" fill-rule="evenodd"/>
 </svg>
index d91760df014ef8bb568fcef6b2746acb9d1787ac..6f8e1bf9c121e9727637b9aeb2f473265d24c77c 100644 (file)
@@ -1,17 +1,11 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
-  <g fill="#000000" fill-rule="evenodd">
-    <path d="m8,1c-3.9,0-7,3.1-7,7s3.1,7 7,7c3.9,0 7-3.1 7-7s-3.1-7-7-7zm-.1,12c-2.8,0-5-2.2-5-5 0-2.8 2.2-5 5-5s5,2.2 5,5c0,2.8-2.2,5-5,5z"/>
-    <path d="m8,6.9c.6,0 1.1,.5 1.1,1.1 0,.6-.5,1.1-1.1,1.1-.6,0-1.1-.5-1.1-1.1 0-.6 .5-1.1 1.1-1.1z"/>
-    <path d="m11.3,4.6l-3.9,2.5 1.5,1.4 2.4-3.9z"/>
-    <path opacity=".4" d="m4.6,10c.7,1.2 2,2 3.4,2 1.5,0 2.7-.8 3.4-2h-6.8z"/>
-    <g opacity=".3">
-      <path d="m7.1,5.1l-.6-1.3-.9,.4 .7,1.3c.2-.1 .5-.3 .8-.4z"/>
-      <path d="m9.8,5.6l.7-1.4-.9-.4-.7,1.3c.3,.2 .6,.3 .9,.5z"/>
-      <path d="m10.8,7c.1,.3 .2,.7 .2,1h2v-1h-2.2z"/>
-      <path d="m5,8c0-.3 .1-.7 .2-1h-2.2l-.1,1h2.1z"/>
-    </g>
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#FFCF00">
+  <g fill-rule="evenodd">
+    <path d="M15 9.004C14.51 12.394 11.578 15 8.035 15 4.15 15 1 11.866 1 8s3.15-7 7.036-7c1.941 0 3.7.783 4.972 2.048l-.709.709A6.027 6.027 0 0 0 8.036 2c-3.33 0-6.03 2.686-6.03 6s2.7 6 6.03 6a6.023 6.023 0 0 0 5.946-4.993l1.017-.003z"/>
+    <path d="M4.137 9H3.1a5.002 5.002 0 0 0 9.8 0h-.965a4.023 4.023 0 0 1-3.9 3 4.023 4.023 0 0 1-3.898-3z" fill-opacity=".5"/>
+    <path d="M8.036 11a2.994 2.994 0 0 0 2.987-3c0-1.657-1.338-3-2.987-3a2.994 2.994 0 0 0-2.988 3c0 1.657 1.338 3 2.988 3zm0-1c1.11 0 2.011-.895 2.011-2s-.9-2-2.011-2c-1.111 0-2.012.895-2.012 2s.9 2 2.012 2z"/>
+    <path d="M10.354 6.354l4-4a.5.5 0 0 0-.708-.708l-4 4a.5.5 0 1 0 .708.708z"/>
   </g>
 </svg>
   </g>
 </svg>
diff --git a/LCARStrek/devtools/images/rewind.png b/LCARStrek/devtools/images/rewind.png
deleted file mode 100644 (file)
index 9b83d65..0000000
Binary files a/LCARStrek/devtools/images/rewind.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/rewind@2x.png b/LCARStrek/devtools/images/rewind@2x.png
deleted file mode 100644 (file)
index 0bc36d8..0000000
Binary files a/LCARStrek/devtools/images/rewind@2x.png and /dev/null differ
diff --git a/LCARStrek/devtools/images/timeline-filter.svg b/LCARStrek/devtools/images/timeline-filter.svg
deleted file mode 100644 (file)
index ca98646..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
-   - License, v. 2.0. If a copy of the MPL was not distributed with this
-   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
-  <path fill="#FFCF00" d="M2,2v3l5,4v6h2v-6l5,-4v-3L14,2z"/>
-</svg>
index 7c7d85f936a0d94e4e02a1b71aab06cb0e8b6e0f..4fa674ad8bcd6eaeb8a9d1cb57ef26669285828d 100644 (file)
@@ -1,6 +1,6 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#000000">
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#9C9CFF">
   <path d="M2 5v6c0 .109.039.342.144.553.15.297.374.447.856.447h9l-.78.375 4-5v1.25l-4-5L12 4H3c-.482 0-.707.15-.856.447A1.403 1.403 0 0 0 2 5zM1 5s0-2 2-2h9l4 5-4 5H3c-2 0-2-2-2-2V5z"/>
 </svg>
   <path d="M2 5v6c0 .109.039.342.144.553.15.297.374.447.856.447h9l-.78.375 4-5v1.25l-4-5L12 4H3c-.482 0-.707.15-.856.447A1.403 1.403 0 0 0 2 5zM1 5s0-2 2-2h9l4 5-4 5H3c-2 0-2-2-2-2V5z"/>
 </svg>
index 6a6b90c711a9daaa05500d35f6c3a437d7ce90ec..86f4b922ab1d3f0c1da1001c599b650f19d4490e 100644 (file)
@@ -1,7 +1,10 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#9C9CFF">
-  <path opacity="0.2" d="M5.8 3.9l4.9.1v8.3H5.8z"/>
-  <path d="M12.8 8L14 9.2c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-1.6-1.6c-.2-.2-.5-.3-.8-.2l-.6.4V5.3l.8-.3L14 6.2c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-1.6-1.6c-.2-.2-.5-.3-.8-.2l-.6.4V2.3c0-.2-.1-.3-.3-.3H4.3c-.2 0-.3.1-.3.3v1.5l-.8-.4c-.3-.1-.6-.1-.9.1L.8 5.1c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2L3 5l1 .4v1.4l-.8-.4c-.3-.1-.6-.1-.9.1L.8 8.1c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2L3 8l1 .4v1.4l-.8-.4c-.3-.1-.6-.1-.9.1L.7 11.1c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2L3 11l1 .4v2.4c0 .1.1.2.3.2h7.5c.1 0 .3-.1.3-.3v-2.4l.8-.3 1.2 1.2c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-1.6-1.6c-.2-.2-.5-.3-.8-.2l-.7.4V8.3l.8-.3zM10 12H6V4h4v8z"/>
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#9C9CFF">
+  <path d="M4.727 8.055l-1.96-1a.5.5 0 0 0-.573.083L.655 8.602a.5.5 0 1 0 .69.725l1.539-1.465-.572.083 1.96 1a.5.5 0 1 0 .455-.89z"/>
+  <path d="M4.727 10.055l-1.96-1a.5.5 0 0 0-.573.083L.655 10.602a.5.5 0 1 0 .69.725l1.539-1.465-.572.083 1.96 1a.5.5 0 1 0 .455-.89zM11.727 10.945l1.961-1-.572-.083 1.54 1.465a.5.5 0 1 0 .689-.725l-1.54-1.464a.5.5 0 0 0-.571-.083l-1.961 1a.5.5 0 1 0 .454.89z"/>
+  <path d="M11.727 8.945l1.961-1-.572-.083 1.54 1.465a.5.5 0 1 0 .689-.725l-1.54-1.464a.5.5 0 0 0-.571-.083l-1.961 1a.5.5 0 1 0 .454.89z"/>
+  <path d="M11.727 6.945l1.961-1-.572-.083 1.54 1.465a.5.5 0 1 0 .689-.725l-1.54-1.464a.5.5 0 0 0-.571-.083l-1.961 1a.5.5 0 1 0 .454.89zM4.727 6.055l-1.96-1a.5.5 0 0 0-.573.083L.655 6.602a.5.5 0 1 0 .69.725l1.539-1.465-.572.083 1.96 1a.5.5 0 1 0 .455-.89z"/>
+  <path d="M5 3.002v9.996c0-.001.003.002-.003.002h6.006c-.006 0-.003-.003-.003-.002V3.002c0 .001-.003-.002.003-.002H4.997c.006 0 .003.003.003.002zm-1 0C4 2.45 4.453 2 4.997 2h6.006c.55 0 .997.456.997 1.002v9.996c0 .553-.453 1.002-.997 1.002H4.997C4.447 14 4 13.544 4 12.998V3.002z"/>
 </svg>
 </svg>
index 6f669e43f27e359ae39366d3c9019d5ed487db58..b4bfd6a4782ee822ff4f96423c0c5d5159f4532a 100644 (file)
@@ -1,7 +1,10 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="#000000">
-  <path opacity="0.2" d="M5.8 3.9l4.9.1v8.3H5.8z"/>
-  <path d="M12.8 8L14 9.2c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-1.6-1.6c-.2-.2-.5-.3-.8-.2l-.6.4V5.3l.8-.3L14 6.2c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-1.6-1.6c-.2-.2-.5-.3-.8-.2l-.6.4V2.3c0-.2-.1-.3-.3-.3H4.3c-.2 0-.3.1-.3.3v1.5l-.8-.4c-.3-.1-.6-.1-.9.1L.8 5.1c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2L3 5l1 .4v1.4l-.8-.4c-.3-.1-.6-.1-.9.1L.8 8.1c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2L3 8l1 .4v1.4l-.8-.4c-.3-.1-.6-.1-.9.1L.7 11.1c-.3.3-.3.8 0 1.1.1.1.3.2.5.2s.4-.1.5-.2L3 11l1 .4v2.4c0 .1.1.2.3.2h7.5c.1 0 .3-.1.3-.3v-2.4l.8-.3 1.2 1.2c.1.1.3.2.5.2s.4-.1.5-.2c.3-.3.3-.8 0-1.1l-1.6-1.6c-.2-.2-.5-.3-.8-.2l-.7.4V8.3l.8-.3zM10 12H6V4h4v8z"/>
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#000000">
+  <path d="M4.727 8.055l-1.96-1a.5.5 0 0 0-.573.083L.655 8.602a.5.5 0 1 0 .69.725l1.539-1.465-.572.083 1.96 1a.5.5 0 1 0 .455-.89z"/>
+  <path d="M4.727 10.055l-1.96-1a.5.5 0 0 0-.573.083L.655 10.602a.5.5 0 1 0 .69.725l1.539-1.465-.572.083 1.96 1a.5.5 0 1 0 .455-.89zM11.727 10.945l1.961-1-.572-.083 1.54 1.465a.5.5 0 1 0 .689-.725l-1.54-1.464a.5.5 0 0 0-.571-.083l-1.961 1a.5.5 0 1 0 .454.89z"/>
+  <path d="M11.727 8.945l1.961-1-.572-.083 1.54 1.465a.5.5 0 1 0 .689-.725l-1.54-1.464a.5.5 0 0 0-.571-.083l-1.961 1a.5.5 0 1 0 .454.89z"/>
+  <path d="M11.727 6.945l1.961-1-.572-.083 1.54 1.465a.5.5 0 1 0 .689-.725l-1.54-1.464a.5.5 0 0 0-.571-.083l-1.961 1a.5.5 0 1 0 .454.89zM4.727 6.055l-1.96-1a.5.5 0 0 0-.573.083L.655 6.602a.5.5 0 1 0 .69.725l1.539-1.465-.572.083 1.96 1a.5.5 0 1 0 .455-.89z"/>
+  <path d="M5 3.002v9.996c0-.001.003.002-.003.002h6.006c-.006 0-.003-.003-.003-.002V3.002c0 .001-.003-.002.003-.002H4.997c.006 0 .003.003.003.002zm-1 0C4 2.45 4.453 2 4.997 2h6.006c.55 0 .997.456.997 1.002v9.996c0 .553-.453 1.002-.997 1.002H4.997C4.447 14 4 13.544 4 12.998V3.002z"/>
 </svg>
 </svg>
index c2c1c37cd61a1c774b43eac1f1e7b8f5ff7b5ede..f3ec84db9b4ca6230f8b6fbd40657ae2bfa0b012 100644 (file)
@@ -1,6 +1,7 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
-  <path fill="#000000" d="m11.5,13.9l-.6-1.5c.3-.2 .5-.4 .8-.6 .2-.2 .4-.5 .6-.7l1.5,.6c.3,.1 .6,0 .7-.3l.4-1c.1-.3 0-.6-.3-.7l-1.5-.6c.1-.6 .1-1.3 0-2l1.5-.6c.3-.1 .4-.4 .3-.7l-.4-1c-.1-.3-.4-.4-.7-.3l-1.5,.6c-.2-.3-.4-.5-.6-.8-.2-.1-.5-.3-.7-.5l.6-1.5c.1-.3 0-.6-.3-.7l-.9-.4c-.3-.1-.6,0-.7,.3l-.6,1.5c-.6-.1-1.3-.1-2,0l-.6-1.5c-.1-.3-.4-.4-.7-.3l-1,.4c-.2,.1-.3,.4-.2,.6l.6,1.5c-.3,.3-.5,.5-.8,.7-.2,.3-.4,.5-.6,.8l-1.5-.7c-.3-.1-.6,0-.7,.3l-.4,.9c-.1,.3 0,.6 .3,.7l1.5,.7c-.1,.6-.1,1.3 0,1.9l-1.5,.6c-.3,.1-.4,.4-.3,.7l.4,1c.1,.3 .4,.4 .7,.3l1.5-.6c.2,.3 .4,.5 .6,.8 .2,.2 .5,.4 .7,.6l-.6,1.5c-.1,.3 0,.6 .3,.7l1,.4c.3,.1 .6,0 .7-.3l.6-1.5c.6,.1 1.3,.1 2,0l.6,1.5c.1,.3 .4,.4 .7,.3l1-.4c.1-.1 .3-.4 .1-.7zm-5.1-4.2c-.9-.9-.9-2.4 0-3.3 .9-.9 2.4-.9 3.3,0 .9,.9 .9,2.4 0,3.3-.9,.9-2.4,.9-3.3,0z"/>
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#000000">
+  <path d="M8.513 3.416v-.918A.502.502 0 0 0 8.012 2h-.999c-.273 0-.5.226-.5.498V4.07l-.6.262c-.274.12-.534.27-.775.449l-.527.39-.567-.328-.796-.46a.502.502 0 0 0-.682.185l-.5.864a.504.504 0 0 0 .182.683l.795.46.567.326-.073.65a4.055 4.055 0 0 0 0 .898l.073.65-.567.327-.795.459a.502.502 0 0 0-.181.683l.499.864c.137.237.446.32.682.185l.796-.46.567-.327.527.39c.24.177.5.328.775.448l.6.262v1.572c0 .272.225.498.5.498h.999c.273 0 .5-.226.5-.498V11.93l.6-.262c.274-.12.534-.27.775-.449l.527-.39.567.328.796.46a.502.502 0 0 0 .682-.185l.5-.864a.504.504 0 0 0-.182-.683l-.795-.46-.567-.326.073-.65a4.055 4.055 0 0 0 0-.898l-.073-.65.567-.327.795-.459a.502.502 0 0 0 .181-.683l-.499-.864a.504.504 0 0 0-.682-.185l-.796.46-.567.327-.527-.39c-.24-.177-.5-.328-.775-.448l-.6-.262v-.654zm1 0c.345.15.67.34.968.56l.796-.459a1.504 1.504 0 0 1 2.048.55l.5.865a1.502 1.502 0 0 1-.548 2.05l-.795.459a5.055 5.055 0 0 1 0 1.118l.795.46c.717.414.958 1.337.547 2.049l-.499.864a1.502 1.502 0 0 1-2.048.55l-.796-.458c-.299.22-.623.41-.968.56v.918c0 .827-.679 1.498-1.501 1.498h-.999c-.829 0-1.5-.675-1.5-1.498v-.918c-.345-.15-.67-.34-.97-.56l-.795.459a1.504 1.504 0 0 1-2.048-.55l-.5-.865a1.502 1.502 0 0 1 .548-2.05l.795-.459a5.055 5.055 0 0 1 0-1.118l-.795-.46A1.504 1.504 0 0 1 1.2 4.932l.499-.864a1.502 1.502 0 0 1 2.048-.55l.796.458c.299-.22.624-.41.969-.56v-.918c0-.827.678-1.498 1.5-1.498h.999c.829 0 1.5.675 1.5 1.498v.918z"/>
+    <path d="M7.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 1a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/>
 </svg>
 </svg>
index 82ae8f82498b696899f2037086f0847791ce284b..7df801f58c054f1a108adf86210c2240394f886e 100644 (file)
@@ -1,9 +1,7 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
-  <g fill="#000000" fill-rule="evenodd">
-    <path opacity=".3" d="m1.1,6.3c0-.3 .3-.6 .6-.6h4.6c.3,0 .6,.3 .6,.6s-.3,.6-.6,.6h-4.6c-.3,0-.6-.3-.6-.6zm12,1.7h-10.2c-.4,0-.6,.3-.6,.6 0,.3 .3,.6 .6,.6h10.3c.3,0 .6-.3 .6-.6-.1-.3-.3-.6-.7-.6zm-5.7,3.4c.3,0 .6-.3 .6-.6 0-.3-.3-.6-.6-.6h-4.5c-.3,0-.6,.3-.6,.6 0,.3 .3,.6 .6,.6h4.5zm2.3,1.2h-8c-.3,0-.6,.3-.6,.6 0,.3 .3,.6 .6,.6h8c.3,0 .6-.3 .6-.6 0-.4-.3-.6-.6-.6z"/>
-    <path d="m14.3,2.3h-.6v1.1c0,.6-.5,1.1-1.1,1.1-.6,0-1.1-.5-1.1-1.1v-.5c0,.3 .3,.6 .6,.6 .3,0 .6-.3 .6-.6v-.6-1.7c0-.1 0-.2-.1-.3-.1-.1-.1-.1-.2-.2-.2-.1-.3-.1-.4-.1-.3,0-.6,.3-.6,.6v1.7h-1.1v1.1c0,.6-.5,1.1-1.1,1.1-.7,.1-1.2-.4-1.2-1.1v-.5c0,.3 .3,.6 .6,.6 .3,0 .6-.3 .6-.6v-.6-1.7c0-.1 0-.2-.1-.3-.1-.1-.2-.2-.3-.2-.1-.1-.1-.1-.2-.1-.3,0-.6,.3-.6,.6v1.7h-1.1v1.1c0,.6-.5,1.1-1.1,1.1-.6,0-1.1-.5-1.1-1.1v-.5c0,.3 .3,.6 .6,.6 .3,0 .6-.3 .6-.6v-.6-1.7c0-.1 0-.2-.1-.3-.3-.1-.3-.2-.4-.2-.1-.1-.2-.1-.3-.1-.3,0-.5,.3-.5,.6v1.7h-1.2v1.1c0,.6-.5,1.1-1.1,1.1-.6,0-1.1-.5-1.1-1.1v-.5c0,.3 .3,.6 .6,.6 .3,0 .6-.3 .6-.6v-.6-1.7c0-.1 0-.2-.1-.3-.2-.1-.2-.2-.3-.2-.1-.1-.2-.1-.3-.1-.3,0-.6,.3-.6,.6v1.7h-.5c-.3,0-.6,.2-.6,.6v12.6c0,.2 .3,.5 .6,.5h13.7c.3,0 .6-.3 .6-.6v-12.5c0-.4-.3-.6-.6-.6zm-12.6,3.4h4.6c.3,0 .6,.3 .6,.6s-.3,.6-.6,.6h-4.6c-.3,0-.6-.3-.6-.6s.3-.6 .6-.6zm8,8h-8c-.3,0-.6-.3-.6-.6 0-.3 .3-.6 .6-.6h8c.3,0 .6,.3 .6,.6 0,.4-.3,.6-.6,.6zm-7.4-2.8c0-.3 .3-.6 .6-.6h4.6c.3,0 .6,.3 .6,.6 0,.3-.3,.6-.6,.6h-4.6c-.4-.1-.6-.3-.6-.6zm10.8-1.8h-10.2c-.3,0-.6-.3-.6-.6 0-.2 .2-.5 .6-.5h10.3c.3,0 .6,.3 .6,.6-.1,.3-.3,.5-.7,.5z"/>
-  </g>
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="#000000">
+  <path d="M5 1.5a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0v-2zM8.5 3.5v-2a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0zM12 3.5v-2a.5.5 0 1 0-1 0v2a.5.5 0 1 0 1 0zM5 7h4a.5.5 0 0 0 0-1H5a.5.5 0 0 0 0 1zM5 11h2a.5.5 0 1 0 0-1H5a.5.5 0 1 0 0 1zM6 9h5a.5.5 0 1 0 0-1H6a.5.5 0 0 0 0 1z"/>
+  <path d="M3 3.996v9.008c0-.003 0-.004.002-.004h9.996c-.001 0 .002-.003.002.004V3.996c0 .003 0 .004-.002.004H3.002C3.003 4 3 4.003 3 3.996zm-1 0C2 3.446 2.456 3 3.002 3h9.996A.998.998 0 0 1 14 3.996v9.008c0 .55-.456.996-1.002.996H3.002A.998.998 0 0 1 2 13.004V3.996z"/>
 </svg>
 </svg>
index 2e82cf7492ce54b3e7321ea8510ff47756971ac6..fcdf50e49b2e350d8cd733fe205a15610ced27ed 100644 (file)
@@ -1,6 +1,6 @@
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
-  <path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke="#000000" d="M2.7 8.6c-.1-2.9.2-4.1 1.4-4.1 1.8 0 .6 6.6 2.5 6.6s1-6.4 3-6.4.7 6.4 2.7 6.4c1.4 0 1.5-3.5 1.5-3.5"/>
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" stroke="#000000">
+  <path fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M2.7 8.6c-.1-2.9.2-4.1 1.4-4.1 1.8 0 .6 6.6 2.5 6.6s1-6.4 3-6.4.7 6.4 2.7 6.4c1.4 0 1.5-3.5 1.5-3.5"/>
 </svg>
 </svg>
index 16e2fd197991b0b7cbc8986c02d0a47510dbc974..2428aae94475aaff3f061fd46130158364644b22 100644 (file)
@@ -5,6 +5,7 @@
 #sidebar-panel-layoutview {
   display: block;
   overflow: auto;
 #sidebar-panel-layoutview {
   display: block;
   overflow: auto;
+  height: 100%;
 }
 
 #layout-wrapper {
 }
 
 #layout-wrapper {
@@ -67,7 +68,7 @@
   background-color: #FF9F00;
   color: var(--theme-selection-color);
   /* Make sure there is some space between the window's edges and the regions */
   background-color: #FF9F00;
   color: var(--theme-selection-color);
   /* Make sure there is some space between the window's edges and the regions */
-  margin: 0 14px 10px 14px;
+  margin: 0 14px 4px 14px;
   width: calc(100% - 2 * 14px);
 }
 
   width: calc(100% - 2 * 14px);
 }
 
 /* Regions are 3 nested elements with wide borders and outlines */
 
 #layout-content {
 /* Regions are 3 nested elements with wide borders and outlines */
 
 #layout-content {
-  height: 25px;
+  height: 18px;
 }
 
 #layout-margins,
 #layout-borders,
 #layout-padding {
   border-color: var(--theme-splitter-color);
 }
 
 #layout-margins,
 #layout-borders,
 #layout-padding {
   border-color: var(--theme-splitter-color);
-  border-width: 25px;
+  border-width: 18px;
   border-style: solid;
   outline: dotted 1px var(--theme-splitter-color);
 }
   border-style: solid;
   outline: dotted 1px var(--theme-splitter-color);
 }
   opacity: .8;
 }
 
   opacity: .8;
 }
 
-/* Respond to window size change by changing the size of the regions */
-
-@media (max-height: 250px) {
-  #layout-content {
-    height: 18px;
-  }
-
-  #layout-margins,
-  #layout-borders,
-  #layout-padding {
-    border-width: 18px;
-  }
-}
-
 /* Regions colors */
 
 #layout-margins {
 /* Regions colors */
 
 #layout-margins {
 #layout-content {
   background-color: #008484;
 }
 #layout-content {
   background-color: #008484;
 }
-/*
-.theme-firebug #layout-main,
-.theme-firebug #layout-borders,
-.theme-firebug #layout-content {
-  border-style: solid;
-}
-
-.theme-firebug #layout-main,
-.theme-firebug #layout-header {
-  font-family: var(--proportional-font-family);
-}
 
 
-.theme-firebug #layout-main {
-  color: var(--theme-body-color);
-  font-size: var(--theme-toolbar-font-size);
-}
-
-.theme-firebug #layout-header {
-  font-size: var(--theme-toolbar-font-size);
-}
-*/
 /* Editable region sizes are contained in absolutely positioned <p> */
 
 #layout-main > p {
 /* Editable region sizes are contained in absolutely positioned <p> */
 
 #layout-main > p {
 }
 
 .layout-padding.layout-top {
 }
 
 .layout-padding.layout-top {
-  top: 55px;
+  top: 37px;
 }
 
 .layout-padding.layout-bottom {
 }
 
 .layout-padding.layout-bottom {
-  bottom: 57px;
+  bottom: 38px;
 }
 
 .layout-border.layout-top {
 }
 
 .layout-border.layout-top {
-  top: 30px;
+  top: 19px;
 }
 
 .layout-border.layout-bottom {
 }
 
 .layout-border.layout-bottom {
-  bottom: 31px;
+  bottom: 20px;
 }
 
 .layout-margin.layout-top {
 }
 
 .layout-margin.layout-top {
-  top: 5px;
+  top: 1px;
 }
 
 .layout-margin.layout-bottom {
 }
 
 .layout-margin.layout-bottom {
-  bottom: 6px;
+  bottom: 2px;
 }
 
 .layout-size,
 }
 
 .layout-size,
 .layout-padding.layout-left,
 .layout-padding.layout-right {
   top: 22px;
 .layout-padding.layout-left,
 .layout-padding.layout-right {
   top: 22px;
-  line-height: 132px;
+  line-height: 88px;
 }
 
 .layout-size {
 }
 
 .layout-size {
 .layout-border.layout-right,
 .layout-padding.layout-right,
 .layout-padding.layout-left {
 .layout-border.layout-right,
 .layout-padding.layout-right,
 .layout-padding.layout-left {
-  width: 25px;
+  width: 21px;
 }
 
 .layout-padding.layout-left {
 }
 
 .layout-padding.layout-left {
-  left: 52px;
+  left: 35px;
 }
 
 .layout-padding.layout-right {
 }
 
 .layout-padding.layout-right {
-  right: 51px;
+  right: 35px;
 }
 
 .layout-border.layout-left {
 }
 
 .layout-border.layout-left {
-  left: 26px;
+  left: 16px;
 }
 
 .layout-border.layout-right {
 }
 
 .layout-border.layout-right {
-  right: 26px;
+  right: 17px;
 }
 
 .layout-margin.layout-right {
 }
 
 .layout-margin.layout-right {
   transform: rotate(90deg);
 }
 
   transform: rotate(90deg);
 }
 
-/* Coordinates should be different when the window is small, because we make
-   the regions smaller then */
-
-@media (max-height: 250px) {
-  .layout-padding.layout-top {
-    top: 37px;
-  }
-
-  .layout-padding.layout-bottom {
-    bottom: 38px;
-  }
-
-  .layout-border.layout-top {
-    top: 19px;
-  }
-
-  .layout-border.layout-bottom {
-    bottom: 20px;
-  }
-
-  .layout-margin.layout-top {
-    top: 1px;
-  }
-
-  .layout-margin.layout-bottom {
-    bottom: 2px;
-  }
-
-  .layout-size,
-  .layout-margin.layout-left,
-  .layout-margin.layout-right,
-  .layout-border.layout-left,
-  .layout-border.layout-right,
-  .layout-padding.layout-left,
-  .layout-padding.layout-right {
-    line-height: 80px;
-  }
-
-  .layout-margin.layout-right,
-  .layout-margin.layout-left,
-  .layout-border.layout-left,
-  .layout-border.layout-right,
-  .layout-padding.layout-right,
-  .layout-padding.layout-left {
-    width: 21px;
-  }
-
-  .layout-padding.layout-left {
-    left: 35px;
-  }
-
-  .layout-padding.layout-right {
-    right: 35px;
-  }
-
-  .layout-border.layout-left {
-    left: 16px;
-  }
-
-  .layout-border.layout-right {
-    right: 17px;
-  }
-}
-
 /* Legend, displayed inside regions */
 
 .layout-legend {
   position: absolute;
 /* Legend, displayed inside regions */
 
 .layout-legend {
   position: absolute;
-  margin: 5px 6px;
+  margin: 2px 6px;
   z-index: 1;
 }
 
   z-index: 1;
 }
 
   color: #000000; /*var(--theme-highlight-blue);*/
 }
 
   color: #000000; /*var(--theme-highlight-blue);*/
 }
 
-@media (max-height: 250px) {
-  .layout-legend {
-    margin: 2px 6px;
-  }
-}
-
 /* Editable fields */
 
 .layout-editable {
 /* Editable fields */
 
 .layout-editable {
index 4fc5be8d7c77dfd9c57236ba8a6fd6b7454963d8..8daf3d4c0da4c2ab37898013456f38f5420dabc4 100644 (file)
@@ -192,7 +192,6 @@ window {
   width: 16px;
   height: 16px;
   margin-inline-end: 4px;
   width: 16px;
   height: 16px;
   margin-inline-end: 4px;
-  cursor: pointer;
 }
 
 .security-state-insecure {
 }
 
 .security-state-insecure {
index 2cb09b078f6ceb0cdb3d797f4a79f9b89a530eb3..1fd9412ef46972c9e479db132253601a9cbd4ec3 100644 (file)
@@ -11,7 +11,6 @@
   --focus-cell-border-color: #9C9CFF;
   --row-alt-background-color: #403400;
   --row-hover-background-color: #544400;
   --focus-cell-border-color: #9C9CFF;
   --row-alt-background-color: #403400;
   --row-hover-background-color: #544400;
-  --filter-image: url(chrome://devtools/skin/images/timeline-filter.svg);
 }
 
 /**
 }
 
 /**
@@ -36,7 +35,7 @@
 }
 
 #filter-button {
 }
 
 #filter-button {
-  list-style-image: var(--filter-image);
+  list-style-image: url(images/filter.svg);
 }
 
 #performance-filter-menupopup > menuitem .menu-iconic-left::after {
 }
 
 #performance-filter-menupopup > menuitem .menu-iconic-left::after {
index 530f3cb1fbfac3f769d0bd77d8bb6c37d9571623..08f320a274434f371f139c004dae3783fd111381 100644 (file)
   display: flex;
   flex-direction: column;
   width: 100%;
   display: flex;
   flex-direction: column;
   width: 100%;
-  /* Bug 1243598 - Reduce the container height by the tab height to make room
-     for the tabs above. */
-  height: calc(100% - 24px);
-  position: absolute;
+  height: 100%;
 }
 
 /* Rule View Toolbar */
 }
 
 /* Rule View Toolbar */
@@ -37,7 +34,6 @@
 
 #ruleview-toolbar {
   display: flex;
 
 #ruleview-toolbar {
   display: flex;
-  height: 23px;
 }
 
 #ruleview-toolbar > .devtools-searchbox:first-child {
 }
 
 #ruleview-toolbar > .devtools-searchbox:first-child {
index a176044e792b37ce9fa69b3fa6b3070dd7c2c5ef..7c675cd572b70c38f4a162e16964daf86e1dc6f9 100644 (file)
@@ -47,25 +47,16 @@ window {
 }
 
 .side-menu-widget-item-checkbox .checkbox-check {
 }
 
 .side-menu-widget-item-checkbox .checkbox-check {
-  background-image: url("images/itemToggle.png");
+  background-image: url("images/itemToggle.svg");
   background-color: transparent;
   background-color: transparent;
-  background-repeat: no-repeat;
-  background-clip: content-box;
-  background-size: 32px 16px;
-  background-position: -16px 0;
   width: 16px;
   height: 16px;
   border: 0;
 }
 
   width: 16px;
   height: 16px;
   border: 0;
 }
 
-@media (min-resolution: 1.1dppx) {
-  .side-menu-widget-item-checkbox .checkbox-check {
-    background-image: url("images/itemToggle@2x.png");
-  }
-}
-
-.side-menu-widget-item-checkbox[checked] .checkbox-check {
-  background-position: 0 0;
+side-menu-widget-item-checkbox:not([checked]) .checkbox-check,
+.side-menu-widget-item-checkbox:not([checked]) + vbox {
+  opacity: 0.3;
 }
 
 /* Shader source editors */
 }
 
 /* Shader source editors */
index b6ec38e5e509df422b29777f28bfa35744ecb8d9..bcbace321973fa5a33103e9e8848e6cf9b023fed 100644 (file)
@@ -290,6 +290,7 @@ h3 {
   }
 }
 
   }
 }
 
+/* CSS coverage */
 .csscoverage-report {
   background-color: var(--theme-contrastsidebar-background);
   -moz-box-orient: horizontal;
 .csscoverage-report {
   background-color: var(--theme-contrastsidebar-background);
   -moz-box-orient: horizontal;
@@ -396,7 +397,7 @@ h3 {
 
 .chart-colored-blob[name="Used Preload"] {
   fill: var(--theme-highlight-pink);
 
 .chart-colored-blob[name="Used Preload"] {
   fill: var(--theme-highlight-pink);
-  background: var(--theme-highlight-pink);;
+  background: var(--theme-highlight-pink);
 }
 
 .chart-colored-blob[name=Used] {
 }
 
 .chart-colored-blob[name=Used] {
index 593cceb50d3e775b7926a06a60c5a4ab8b2f6a9c..f99cd3e280b38c073ad242d41726a5896ccc9414 100644 (file)
@@ -107,12 +107,20 @@ a {
 
 .stack-trace .frame-link-source,
 .message-location .frame-link-source {
 
 .stack-trace .frame-link-source,
 .message-location .frame-link-source {
+  /* Makes the file name truncated (and ellipsis shown) on the left side */
   direction: rtl;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 
   direction: rtl;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 
+.stack-trace .frame-link-source-inner,
+.message-location .frame-link-source-inner {
+  /* Enforce LTR direction for the file name - fixes bug 1290056 */
+  direction: ltr;
+  unicode-bidi: embed;
+}
+
 .stack-trace .frame-link-function-display-name {
   max-width: 50%;
   white-space: nowrap;
 .stack-trace .frame-link-function-display-name {
   max-width: 50%;
   white-space: nowrap;
@@ -472,6 +480,16 @@ a {
   margin: 5px 0 0 0;
 }
 
   margin: 5px 0 0 0;
 }
 
+/* Force cells to only show one row of contents.  Getting normal ellipses
+   behavior has proven impossible so far, so this is better than letting
+   rows get out of vertical alignment when one cell has a lot of content. */
+.consoletable .table-widget-cell > span {
+  overflow: hidden;
+  display: flex;
+  height: 1.25em;
+  line-height: 1.25em;
+}
+
 .message[severity=error] .stacktrace {
   background-color: #000000;
 }
 .message[severity=error] .stacktrace {
   background-color: #000000;
 }