What's new? | Help | Directory | Sign in
Google
gears
Improving Your Web Browser
  
  
  
    
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="Google.Gears.Broker"
type="win32"
/>
<description>Google Gears broker for Vista</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
<asmv2:trustInfo xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<asmv2:security>
<asmv2:requestedPrivileges>
<asmv2:requestedExecutionLevel level="asInvoker" uiAccess="false" />
</asmv2:requestedPrivileges>
</asmv2:security>
</asmv2:trustInfo>
</assembly>
Show details Hide details

Change log

r1136 by gears.daemon on Mar 06, 2008   Diff
[Author: aa]

 Make desktop shortcut feature work in IE
on Vista.

 This change implements a (very) simple
user broker that can only create
 desktop shortcuts and accepts arguments
over the command line. In the
 future, we can expand this so that it
uses IPC of some sort and can do
 other things.
...
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 917 bytes, 29 lines