Bug 547142 - [OOPP] Exiting full-screen video locks the browser. r=bent.
[mozilla-central.git] / ipc / app / mozilla-runtime.exe.manifest
blobdc40f06c732dbb3561e023de4ad810e9209e1bae
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3 <assemblyIdentity
4 version="1.0.0.0"
5 processorArchitecture="*"
6 name="Mozilla-Runtime"
7 type="win32"
8 />
9 <description>Firefox Runtime</description>
10 <dependency>
11 <dependentAssembly>
12 <assemblyIdentity
13 type="win32"
14 name="Microsoft.Windows.Common-Controls"
15 version="6.0.0.0"
16 processorArchitecture="*"
17 publicKeyToken="6595b64144ccf1df"
18 language="*"
20 </dependentAssembly>
21 </dependency>
22 <ms_asmv3:trustInfo xmlns:ms_asmv3="urn:schemas-microsoft-com:asm.v3">
23 <ms_asmv3:security>
24 <ms_asmv3:requestedPrivileges>
25 <ms_asmv3:requestedExecutionLevel level="asInvoker" uiAccess="false">
26 </ms_asmv3:requestedExecutionLevel>
27 </ms_asmv3:requestedPrivileges>
28 </ms_asmv3:security>
29 </ms_asmv3:trustInfo>
30 </assembly>