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

Unified Diff: tests/expecteddata/AppxManifest_edge_development_build.xml

Issue 29987564: Noissue - Fixed: background_color option was ignored in builds for MS Edge (Closed)
Patch Set: Created Jan. 22, 2019, 8:05 p.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 | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/expecteddata/AppxManifest_edge_development_build.xml
===================================================================
--- a/tests/expecteddata/AppxManifest_edge_development_build.xml
+++ b/tests/expecteddata/AppxManifest_edge_development_build.xml
@@ -19,7 +19,7 @@
<Applications>
<Application Id="App">
- <uap:VisualElements AppListEntry="none" BackgroundColor="transparent" Description="ms-resource:Description" DisplayName="Adblock Plus development build" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_44.png">
+ <uap:VisualElements AppListEntry="none" BackgroundColor="red" Description="ms-resource:Description" DisplayName="Adblock Plus development build" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_44.png">
</uap:VisualElements>
<Extensions>
<uap3:Extension Category="windows.appExtension">
« no previous file with comments | « packagerEdge.py ('k') | tests/expecteddata/AppxManifest_edge_release_build.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld