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

Delta Between Two Patch Sets: tests/expecteddata/AppxManifest_edge_development_build.xml

Issue 29825555: Issue 6291 - add ManifoldJS packaging for Edge (Closed) Base URL: https://hg.adblockplus.org/buildtools/file/9a56d76cd951
Left Patch Set: Created July 9, 2018, 7:42 a.m.
Right Patch Set: Final patch set Created Aug. 9, 2018, 7:08 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « tests/abp-50.png ('k') | tests/expecteddata/AppxManifest_edge_devenv.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version='1.0' encoding='utf-8'?>
2 <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3 ="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" IgnorableNamespace s="uap3">
3 » <Identity Name="EyeoGmbH.AdblockPlusdevelopmentbuild" Publisher="CN=4F06 6043-8AFE-41C9-B762-6C15E77E3F88" Version="1.2.3.1337" />
2 4
3 <Package 5 » <Properties>
4 xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" 6 » » <DisplayName>ms-resource:DisplayName</DisplayName>
5 xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" 7 » » <PublisherDisplayName>eyeo GmbH</PublisherDisplayName>
6 xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" 8 » » <Logo>Assets/logo_50.png</Logo>
7 IgnorableNamespaces="uap3"> 9 » </Properties>
8 10
9 <Identity 11 » <Dependencies>
10 Name="EyeoGmbH.AdblockPlusdevelopmentbuild" 12 » » <TargetDeviceFamily MaxVersionTested="12.0.0.0" MinVersion="10.0 .14332.0" Name="Windows.Desktop" />
11 Publisher="CN=4F066043-8AFE-41C9-B762-6C15E77E3F88" 13 » </Dependencies>
12 Version="1.2.1337.0" />
13 14
14 <Properties> 15 » <Resources>
15 <DisplayName>devbuild-marker</DisplayName> 16 » » <Resource Language="en-us" />
16 <PublisherDisplayName>eyeo GmbH</PublisherDisplayName> 17 » » <Resource Language="de" />
17 <Logo>Assets\logo_50.png</Logo> 18 » » <Resource Language="it" />
18 </Properties> 19 » » <Resource uap:Scale="200" />
20 » </Resources>
19 21
20 <Dependencies> 22 » <Applications>
21 <TargetDeviceFamily 23 » » <Application Id="App">
22 Name="Windows.Desktop" 24 » » » <uap:VisualElements AppListEntry="none" BackgroundColor= "transparent" Description="ms-resource:Description" DisplayName="ms-resource:Dis playName" Square150x150Logo="Assets/logo_150.png" Square44x44Logo="Assets/logo_4 4.png">
23 MinVersion="10.0.14332.0" 25 » » » </uap:VisualElements>
24 MaxVersionTested="12.0.0.0" /> 26 » » » <Extensions>
25 </Dependencies> 27 » » » » <uap3:Extension Category="windows.appExtension">
26 28 » » » » » <uap3:AppExtension DisplayName="ms-resou rce:DisplayName" Id="EdgeExtension" Name="com.microsoft.edge.extension" PublicFo lder="Extension">
27 <Resources> 29 » » » » » » <uap3:Properties>
28 <Resource Language="en-us"/> 30 » » » » » » » <Capabilities>
29 </Resources> 31 » » » » » » » » <Capability Name ="websiteInfo" />
30 32 » » » » » » » » <Capability Name ="websiteContent" />
31 <Applications> 33 » » » » » » » </Capabilities>
32 <Application Id="App"> 34 » » » » » » </uap3:Properties>
33 <uap:VisualElements 35 » » » » » </uap3:AppExtension>
34 AppListEntry="none" 36 » » » » </uap3:Extension>
35 DisplayName="devbuild-marker" 37 » » » </Extensions>
36 Square150x150Logo="Assets\logo_150.png" 38 » » </Application>
37 Square44x44Logo="Assets\logo_44.png" 39 » </Applications>
38 Description="Adblock Plus is the most popular ad blocker ever, and also supports websites by not blocking unobstrusive ads by default (configurable)." 40 </Package>
39 BackgroundColor="red">
40 </uap:VisualElements>
41 <Extensions>
42 <uap3:Extension Category="windows.appExtension">
43 <uap3:AppExtension Name="com.microsoft.edge.extension"
44 Id="EdgeExtension"
45 PublicFolder="Extension"
46 DisplayName="devbuild-marker">
47 <uap3:Properties>
48 <Capabilities>
49 <Capability Name="websiteContent"/>
50 <Capability Name="browserStorage"/>
51 <Capability Name="websiteInfo"/>
52 <Capability Name="browserWebRequest"/>
53 </Capabilities>
54 </uap3:Properties>
55 </uap3:AppExtension>
56 </uap3:Extension>
57 </Extensions>
58 </Application>
59 </Applications>
60
61 </Package>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld