@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove pre-2013 vendor-prefixed -moz- CSS properties

Summary:
Per https://caniuse.com/ and MDN,
* `-moz-opacity` superseded by unprefixed `opacity` supported since Firefox 2 released 10/2006
* `-moz-border-radius` superseded by unprefixed `border-radius` supported since Firefox 4 released 03/2011
* `-moz-box-shadow` superseded by unprefixed `box-shadow` supported since Firefox 4 released 03/2011
* `-moz-animation` superseded by unprefixed `animation` supported since Firefox 16 released 08/2012
* `-moz-backface-visibility` superseded by unprefixed `backface-visibility` supported since Firefox 16 released 08/2012
* `@-moz-keyframes` superseded by unprefixed `@keyframes` supported since Firefox 16 released 08/2012
* `-moz-transform` superseded by unprefixed `transform` supported since Firefox 16 released 08/2012

Test Plan: None. Probably installing old browser versions if you don't trust documentation.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25915

+16 -39
+16 -16
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '2f25eb4f', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'a3eea9ef', 12 + 'core.pkg.css' => 'eddfe1c5', 13 13 'core.pkg.js' => 'f58c3c6e', 14 14 'dark-console.pkg.js' => '187792c2', 15 - 'differential.pkg.css' => '94bb10ca', 15 + 'differential.pkg.css' => 'b343ce15', 16 16 'differential.pkg.js' => '46fcb3af', 17 17 'diffusion.pkg.css' => '354279ea', 18 18 'diffusion.pkg.js' => '78c9885d', ··· 42 42 'rsrc/css/application/base/main-menu-view.css' => '33820efe', 43 43 'rsrc/css/application/base/notification-menu.css' => '4df1ee30', 44 44 'rsrc/css/application/base/phui-theme.css' => '35883b37', 45 - 'rsrc/css/application/base/standard-page-view.css' => 'e08c7462', 45 + 'rsrc/css/application/base/standard-page-view.css' => '40791213', 46 46 'rsrc/css/application/conduit/conduit-api.css' => 'ce2cfc41', 47 47 'rsrc/css/application/config/config-options.css' => '16c920ae', 48 48 'rsrc/css/application/config/config-template.css' => '20babf50', ··· 66 66 'rsrc/css/application/differential/changeset-view.css' => '979e688c', 67 67 'rsrc/css/application/differential/core.css' => '7300a73e', 68 68 'rsrc/css/application/differential/phui-inline-comment.css' => '9863a85e', 69 - 'rsrc/css/application/differential/revision-comment.css' => '7dbc8d1d', 69 + 'rsrc/css/application/differential/revision-comment.css' => 'a0f9a76e', 70 70 'rsrc/css/application/differential/revision-history.css' => '237a2979', 71 71 'rsrc/css/application/differential/revision-list.css' => '93d2df7d', 72 72 'rsrc/css/application/differential/table-of-contents.css' => 'bba788b9', ··· 116 116 'rsrc/css/diviner/diviner-shared.css' => '4bd263b0', 117 117 'rsrc/css/font/font-awesome.css' => '3883938a', 118 118 'rsrc/css/font/font-lato.css' => '23631304', 119 - 'rsrc/css/font/phui-font-icon-base.css' => '303c9b87', 119 + 'rsrc/css/font/phui-font-icon-base.css' => 'c85156e9', 120 120 'rsrc/css/fuel/fuel-grid.css' => '66697240', 121 121 'rsrc/css/fuel/fuel-handle-list.css' => '2c4cbeca', 122 122 'rsrc/css/fuel/fuel-map.css' => 'd6e31510', ··· 124 124 'rsrc/css/layout/phabricator-source-code-view.css' => 'e382316a', 125 125 'rsrc/css/phui/button/phui-button-bar.css' => 'a4aa75c4', 126 126 'rsrc/css/phui/button/phui-button-simple.css' => '1ff278aa', 127 - 'rsrc/css/phui/button/phui-button.css' => '430e7f8a', 127 + 'rsrc/css/phui/button/phui-button.css' => 'e1548efe', 128 128 'rsrc/css/phui/calendar/phui-calendar-day.css' => '9597d706', 129 129 'rsrc/css/phui/calendar/phui-calendar-list.css' => 'ccd7e4e2', 130 130 'rsrc/css/phui/calendar/phui-calendar-month.css' => 'cb758c42', ··· 137 137 'rsrc/css/phui/object-item/phui-oi-simple-ui.css' => '9b03a61f', 138 138 'rsrc/css/phui/phui-action-list.css' => '1b0085b2', 139 139 'rsrc/css/phui/phui-action-panel.css' => '6c386cbf', 140 - 'rsrc/css/phui/phui-badge.css' => 'd12f6f6c', 140 + 'rsrc/css/phui/phui-badge.css' => 'c4ef4923', 141 141 'rsrc/css/phui/phui-basic-nav-view.css' => 'a5693cf0', 142 142 'rsrc/css/phui/phui-big-info-view.css' => '362ad37b', 143 143 'rsrc/css/phui/phui-box.css' => '5ed3b8cb', ··· 155 155 'rsrc/css/phui/phui-feed-story.css' => 'a0c05029', 156 156 'rsrc/css/phui/phui-fontkit.css' => '1ec937e5', 157 157 'rsrc/css/phui/phui-form-view.css' => '57edecb7', 158 - 'rsrc/css/phui/phui-form.css' => '1f177cb7', 158 + 'rsrc/css/phui/phui-form.css' => '4a9268eb', 159 159 'rsrc/css/phui/phui-formation-view.css' => 'd3956117', 160 160 'rsrc/css/phui/phui-head-thing.css' => 'd7f293df', 161 161 'rsrc/css/phui/phui-header-view.css' => '4cd25427', ··· 178 178 'rsrc/css/phui/phui-spacing.css' => 'b05cadc3', 179 179 'rsrc/css/phui/phui-status.css' => '293b5dad', 180 180 'rsrc/css/phui/phui-tag-view.css' => 'fb811341', 181 - 'rsrc/css/phui/phui-timeline-view.css' => '7f8659ec', 181 + 'rsrc/css/phui/phui-timeline-view.css' => '71df374a', 182 182 'rsrc/css/phui/phui-two-column-view.css' => 'f96d319f', 183 183 'rsrc/css/phui/workboards/phui-workboard-color.css' => '3a1c21ff', 184 184 'rsrc/css/phui/workboards/phui-workboard.css' => 'e7ba21a7', ··· 563 563 'differential-changeset-view-css' => '979e688c', 564 564 'differential-core-view-css' => '7300a73e', 565 565 'differential-revision-add-comment-css' => '7e5900d9', 566 - 'differential-revision-comment-css' => '7dbc8d1d', 566 + 'differential-revision-comment-css' => 'a0f9a76e', 567 567 'differential-revision-history-css' => '237a2979', 568 568 'differential-revision-list-css' => '93d2df7d', 569 569 'differential-table-of-contents-css' => 'bba788b9', ··· 805 805 'phabricator-shaped-request' => '995f5102', 806 806 'phabricator-slowvote-css' => '1694baed', 807 807 'phabricator-source-code-view-css' => 'e382316a', 808 - 'phabricator-standard-page-view' => 'e08c7462', 808 + 'phabricator-standard-page-view' => '40791213', 809 809 'phabricator-textareautils' => 'f340a484', 810 810 'phabricator-title' => '43bc9360', 811 811 'phabricator-tooltip' => '83754533', ··· 822 822 'phrequent-css' => 'bd79cc67', 823 823 'phriction-document-css' => '03380da0', 824 824 'phui-action-panel-css' => '6c386cbf', 825 - 'phui-badge-view-css' => 'd12f6f6c', 825 + 'phui-badge-view-css' => 'c4ef4923', 826 826 'phui-basic-nav-view-css' => 'a5693cf0', 827 827 'phui-big-info-view-css' => '362ad37b', 828 828 'phui-box-css' => '5ed3b8cb', 829 829 'phui-bulk-editor-css' => '374d5e30', 830 830 'phui-button-bar-css' => 'a4aa75c4', 831 - 'phui-button-css' => '430e7f8a', 831 + 'phui-button-css' => 'e1548efe', 832 832 'phui-button-simple-css' => '1ff278aa', 833 833 'phui-calendar-css' => 'f11073aa', 834 834 'phui-calendar-day-css' => '9597d706', ··· 845 845 'phui-document-view-css' => '52b748a5', 846 846 'phui-document-view-pro-css' => '48e72f0a', 847 847 'phui-feed-story-css' => 'a0c05029', 848 - 'phui-font-icon-base-css' => '303c9b87', 848 + 'phui-font-icon-base-css' => 'c85156e9', 849 849 'phui-fontkit-css' => '1ec937e5', 850 - 'phui-form-css' => '1f177cb7', 850 + 'phui-form-css' => '4a9268eb', 851 851 'phui-form-view-css' => '57edecb7', 852 852 'phui-formation-view-css' => 'd3956117', 853 853 'phui-head-thing-view-css' => 'd7f293df', ··· 881 881 'phui-status-list-view-css' => '293b5dad', 882 882 'phui-tag-view-css' => 'fb811341', 883 883 'phui-theme-css' => '35883b37', 884 - 'phui-timeline-view-css' => '7f8659ec', 884 + 'phui-timeline-view-css' => '71df374a', 885 885 'phui-two-column-view-css' => 'f96d319f', 886 886 'phui-workboard-color-css' => '3a1c21ff', 887 887 'phui-workboard-view-css' => 'e7ba21a7',
-1
webroot/rsrc/css/application/base/standard-page-view.css
··· 168 168 position: absolute; 169 169 right: 2px; 170 170 -webkit-border-radius: 7px; 171 - -moz-border-radius: 7px; 172 171 border-radius: 7px; 173 172 min-height: 10px; 174 173 width: 7px;
-1
webroot/rsrc/css/application/differential/revision-comment.css
··· 22 22 23 23 box-shadow: 0 0 4px #000; 24 24 -webkit-box-shadow: 0 0 4px #000; 25 - -moz-box-shadow: 0 0 4px #000; 26 25 } 27 26 28 27 .differential-haunt-mode-1 .differential-add-comment-panel .phui-box,
-14
webroot/rsrc/css/font/phui-font-icon-base.css
··· 15 15 .ph-rotate-90 { 16 16 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 17 17 -webkit-transform: rotate(90deg); 18 - -moz-transform: rotate(90deg); 19 18 -ms-transform: rotate(90deg); 20 19 -o-transform: rotate(90deg); 21 20 transform: rotate(90deg); ··· 24 23 .ph-rotate-180 { 25 24 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); 26 25 -webkit-transform: rotate(180deg); 27 - -moz-transform: rotate(180deg); 28 26 -ms-transform: rotate(180deg); 29 27 -o-transform: rotate(180deg); 30 28 transform: rotate(180deg); ··· 33 31 .ph-rotate-270 { 34 32 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 35 33 -webkit-transform: rotate(270deg); 36 - -moz-transform: rotate(270deg); 37 34 -ms-transform: rotate(270deg); 38 35 -o-transform: rotate(270deg); 39 36 transform: rotate(270deg); ··· 42 39 .ph-flip-horizontal { 43 40 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); 44 41 -webkit-transform: scale(-1, 1); 45 - -moz-transform: scale(-1, 1); 46 42 -ms-transform: scale(-1, 1); 47 43 -o-transform: scale(-1, 1); 48 44 transform: scale(-1, 1); ··· 51 47 .ph-flip-vertical { 52 48 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); 53 49 -webkit-transform: scale(1, -1); 54 - -moz-transform: scale(1, -1); 55 50 -ms-transform: scale(1, -1); 56 51 -o-transform: scale(1, -1); 57 52 transform: scale(1, -1); ··· 59 54 60 55 .ph-spin { 61 56 -webkit-animation: spin 2s infinite linear; 62 - -moz-animation: spin 2s infinite linear; 63 57 -o-animation: spin 2s infinite linear; 64 58 animation: spin 2s infinite linear; 65 - } 66 - @-moz-keyframes spin { 67 - 0% { 68 - -moz-transform: rotate(0deg); 69 - } 70 - 100% { 71 - -moz-transform: rotate(359deg); 72 - } 73 59 } 74 60 @-webkit-keyframes spin { 75 61 0% {
-2
webroot/rsrc/css/phui/button/phui-button.css
··· 101 101 button.disabled, 102 102 button[disabled] { 103 103 filter:alpha(opacity=50); 104 - -moz-opacity: 0.5; 105 104 opacity: 0.5; 106 105 } 107 106 ··· 183 182 text-decoration: none; 184 183 color: #19558D; 185 184 -webkit-box-shadow: none; 186 - -moz-box-shadow: none; 187 185 box-shadow: none; 188 186 } 189 187
-1
webroot/rsrc/css/phui/phui-badge.css
··· 68 68 69 69 backface-visibility: hidden; 70 70 -webkit-backface-visibility: hidden; 71 - -moz-backface-visibility: hidden; 72 71 } 73 72 74 73
-3
webroot/rsrc/css/phui/phui-form.css
··· 85 85 -webkit-box-shadow: 86 86 inset 0 1px 1px rgba({$alphablack},.075), 87 87 0 0 8px rgba(82,168,236,.6); 88 - -moz-box-shadow: 89 - inset 0 1px 1px rgba({$alphablack},.075), 90 - 0 0 8px rgba(82,168,236,.6); 91 88 box-shadow: 92 89 inset 0 1px 1px rgba({$alphablack},.075), 93 90 0 0 8px rgba(82,168,236,.6);
-1
webroot/rsrc/css/phui/phui-timeline-view.css
··· 169 169 border-color: {$darkbluetext}; 170 170 171 171 -webkit-transform:rotate(-40deg); 172 - -moz-transform:rotate(-40deg); 173 172 -ms-transform:rotate(-40deg); 174 173 -o-transform:rotate(-40deg); 175 174 transform:rotate(-40deg);