Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Side by Side Diff: chrome_frame/chrome_active_document.rgs

Issue 218019: Initial import of the Chrome Frame codebase. Integration in chrome.gyp coming... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome_frame/chrome_active_document.cc ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 HKLM {
2 NoRemove Software {
3 NoRemove Classes {
4 ChromeTab.ChromeActiveDocument.1 = s 'ChromeActiveDocument Class' {
5 CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
6 'DocObject' = s '0'
7 val EditFlags = d '65536'
8 }
9 ChromeTab.ChromeActiveDocument = s 'ChromeActiveDocument Class' {
10 CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
11 CurVer = s 'ChromeTab.ChromeActiveDocument.1'
12 }
13 NoRemove CLSID {
14 ForceRemove {3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8} = s 'ChromeActiveDocu ment Class' {
15 ProgID = s 'ChromeTab.ChromeActiveDocument.1'
16 VersionIndependentProgID = s 'ChromeTab.ChromeActiveDocument'
17 ForceRemove 'Programmable'
18 InprocServer32 = s '%MODULE%' {
19 val ThreadingModel = s 'Apartment'
20 }
21 val AppID = s '%APPID%'
22 ForceRemove 'Control'
23 ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 104'
24 'DocObject' = s '0'
25 'MiscStatus' = s '0' {
26 '1' = s '%OLEMISC%'
27 }
28 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
29 'Version' = s '1.0'
30 }
31 }
32 }
33 }
34 }
35
36 HKLM {
37 NoRemove Software {
38 NoRemove Classes {
39 NoRemove MIME {
40 NoRemove Database {
41 NoRemove s 'Content Type' {
42 'application/chromepage' {
43 val CLSID = s '{3E1D0E7F-F5E3-44CC-AA6A-C0A637619AB8}'
44 }
45 }
46 }
47 }
48 }
49 }
50 }
51
52 HKCU {
53 NoRemove Software {
54 NoRemove Microsoft {
55 NoRemove Windows {
56 NoRemove CurrentVersion {
57 NoRemove 'Internet Settings' {
58 NoRemove 'Secure Mime Handlers' {
59 val ChromeTab.ChromeActiveDocument.1 = d '1'
60 val ChromeTab.ChromeActiveDocument = d '1'
61 }
62 }
63 }
64 }
65 }
66 }
67 }
OLDNEW
« no previous file with comments | « chrome_frame/chrome_active_document.cc ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698