Page MenuHomePhabricator

D10796.diff
No OneTemporary

D10796.diff

diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -219,9 +219,15 @@
'rsrc/externals/raphael/g.raphael.js' => '40dde778',
'rsrc/externals/raphael/g.raphael.line.js' => '40da039e',
'rsrc/externals/raphael/raphael.js' => '51ee6b43',
+ 'rsrc/favicons/apple-touch-icon-120x120.png' => '43742962',
+ 'rsrc/favicons/apple-touch-icon-152x152.png' => '669eaec3',
+ 'rsrc/favicons/apple-touch-icon-76x76.png' => 'ecdef672',
+ 'rsrc/favicons/favicon-128.png' => '47cdff03',
+ 'rsrc/favicons/favicon-16x16.png' => 'ee2523ac',
+ 'rsrc/favicons/favicon-32x32.png' => 'b6a8150e',
+ 'rsrc/favicons/favicon-96x96.png' => '8f7ea177',
'rsrc/image/BFCFDA.png' => 'd5ec91f4',
'rsrc/image/actions/edit.png' => '2fc41442',
- 'rsrc/image/apple-touch-icon.png' => '8458dda7',
'rsrc/image/avatar.png' => '3eb28cd9',
'rsrc/image/checker_dark.png' => 'd8e65881',
'rsrc/image/checker_light.png' => 'a0155918',
diff --git a/src/view/page/PhabricatorBarePageView.php b/src/view/page/PhabricatorBarePageView.php
--- a/src/view/page/PhabricatorBarePageView.php
+++ b/src/view/page/PhabricatorBarePageView.php
@@ -75,11 +75,30 @@
'maximum-scale=1',
));
}
- $icon_tag = phutil_tag(
+ $icon_tag_76 = phutil_tag(
'link',
array(
'rel' => 'apple-touch-icon',
- 'href' => celerity_get_resource_uri('/rsrc/image/apple-touch-icon.png'),
+ 'href' => celerity_get_resource_uri(
+ '/rsrc/favicons/apple-touch-icon-76x76.png'),
+ ));
+
+ $icon_tag_120 = phutil_tag(
+ 'link',
+ array(
+ 'rel' => 'apple-touch-icon',
+ 'sizes' => '120x120',
+ 'href' => celerity_get_resource_uri(
+ '/rsrc/favicons/apple-touch-icon-120x120.png'),
+ ));
+
+ $icon_tag_152 = phutil_tag(
+ 'link',
+ array(
+ 'rel' => 'apple-touch-icon',
+ 'sizes' => '152x152',
+ 'href' => celerity_get_resource_uri(
+ '/rsrc/favicons/apple-touch-icon-152x152.png'),
));
$apple_tag = phutil_tag(
@@ -100,9 +119,11 @@
$developer = PhabricatorEnv::getEnvConfig('phabricator.developer-mode');
return hsprintf(
- '%s%s%s%s%s%s',
+ '%s%s%s%s%s%s%s%s',
$viewport_tag,
- $icon_tag,
+ $icon_tag_76,
+ $icon_tag_120,
+ $icon_tag_152,
$apple_tag,
$referrer_tag,
CelerityStaticResourceResponse::renderInlineScript(
diff --git a/webroot/favicon.ico b/webroot/favicon.ico
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/favicons/apple-touch-icon-120x120.png b/webroot/rsrc/favicons/apple-touch-icon-120x120.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/favicons/apple-touch-icon-152x152.png b/webroot/rsrc/favicons/apple-touch-icon-152x152.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/favicons/apple-touch-icon-76x76.png b/webroot/rsrc/favicons/apple-touch-icon-76x76.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/favicons/favicon-128.png b/webroot/rsrc/favicons/favicon-128.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/favicons/favicon-16x16.png b/webroot/rsrc/favicons/favicon-16x16.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/favicons/favicon-32x32.png b/webroot/rsrc/favicons/favicon-32x32.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/favicons/favicon-96x96.png b/webroot/rsrc/favicons/favicon-96x96.png
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/webroot/rsrc/image/apple-touch-icon.png b/webroot/rsrc/image/apple-touch-icon.png
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 7, 2:53 PM (5 d, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6727066
Default Alt Text
D10796.diff (4 KB)

Event Timeline