Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/expecteddata/AppxManifest_edge_release_build.xml

Issue 29994580: Noissue - Don't use long name in Microsoft Edge release builds (Closed)
Patch Set: Created Feb. 1, 2019, 1:13 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « templates/manifest.json.tmpl ('k') | tests/expecteddata/manifest_edge_devenv.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expecteddata/AppxManifest_edge_release_build.xml
===================================================================
--- a/tests/expecteddata/AppxManifest_edge_release_build.xml
+++ b/tests/expecteddata/AppxManifest_edge_release_build.xml
@@ -3,7 +3,7 @@
<Identity Name="EyeoGmbH.AdblockPlus" Publisher="CN=4F066043-8AFE-41C9-B762-6C15E77E3F88" Version="1.2.3.0" />
<Properties>
- <DisplayName>Adblock Plus - free ad blocker</DisplayName>
+ <DisplayName>Adblock Plus</DisplayName>
<PublisherDisplayName>eyeo GmbH</PublisherDisplayName>
<Logo>Assets/logo_50.png</Logo>
</Properties>
@@ -19,11 +19,11 @@
<Applications>
<Application Id="App">
- <uap:VisualElements AppListEntry="none" BackgroundColor="red" Description="ms-resource:Description" DisplayName="Adblock Plus - free ad blocker" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_44.png">
+ <uap:VisualElements AppListEntry="none" BackgroundColor="red" Description="ms-resource:Description" DisplayName="Adblock Plus" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_44.png">
</uap:VisualElements>
<Extensions>
<uap3:Extension Category="windows.appExtension">
- <uap3:AppExtension DisplayName="Adblock Plus - free ad blocker" Id="1.0" Name="com.microsoft.edge.extension" PublicFolder="Extension">
+ <uap3:AppExtension DisplayName="Adblock Plus" Id="1.0" Name="com.microsoft.edge.extension" PublicFolder="Extension">
<uap3:Properties>
<Capabilities>
<Capability Name="websiteInfo" />
« no previous file with comments | « templates/manifest.json.tmpl ('k') | tests/expecteddata/manifest_edge_devenv.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld