Commit 64e35e48 authored by Blake Winton's avatar Blake Winton
Browse files

Bug 1177136 - Use a hidpi loading throbber on Windows. ui-r=shorlander, r=jaws

--HG--
rename : browser/themes/osx/tabbrowser/connecting@2x.png => browser/themes/windows/tabbrowser/connecting@2x.png
rename : browser/themes/osx/tabbrowser/loading@2x.png => browser/themes/windows/tabbrowser/loading@2x.png
extra : commitid : LQ1exgKqVlt
extra : rebase_source : ad60264539a2d7353120550cbb203b137c94bdfe
parent 02c23254
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2028,6 +2028,14 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
  .tab-background-start[visuallyselected=true]:-moz-locale-dir(rtl)::after {
    background-image: url(chrome://browser/skin/tabbrowser/tab-stroke-end@2x.png);
  }

  .tab-throbber[busy] {
    list-style-image: url("chrome://browser/skin/tabbrowser/connecting@2x.png");
  }

  .tab-throbber[progress] {
    list-style-image: url("chrome://browser/skin/tabbrowser/loading@2x.png");
  }
}

/* Remove border between tab strip and navigation toolbar on Windows 10+ */
+2 −0
Original line number Diff line number Diff line
@@ -330,8 +330,10 @@ browser.jar:
        skin/classic/browser/tabbrowser/newtab-inverted-XPVista7.png (tabbrowser/newtab-inverted-XPVista7.png)
        skin/classic/browser/tabbrowser/newtab-inverted-XPVista7@2x.png (tabbrowser/newtab-inverted-XPVista7@2x.png)
        skin/classic/browser/tabbrowser/connecting.png               (tabbrowser/connecting.png)
        skin/classic/browser/tabbrowser/connecting@2x.png            (tabbrowser/connecting@2x.png)
        skin/classic/browser/tabbrowser/crashed.svg                  (../shared/tabbrowser/crashed.svg)
        skin/classic/browser/tabbrowser/loading.png                  (tabbrowser/loading.png)
        skin/classic/browser/tabbrowser/loading@2x.png               (tabbrowser/loading@2x.png)
        skin/classic/browser/tabbrowser/tab-active-middle.png        (tabbrowser/tab-active-middle.png)
        skin/classic/browser/tabbrowser/tab-active-middle@2x.png     (tabbrowser/tab-active-middle@2x.png)
        skin/classic/browser/tabbrowser/tab-arrow-left.png           (tabbrowser/tab-arrow-left.png)
+29.4 KiB
Loading image diff...
+1.81 KiB (12.3 KiB)
Loading image diff...
+39.2 KiB
Loading image diff...