summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_activex.rgs
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 01:44:57 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-06 01:44:57 +0000
commit1bb5f89e7302cc69f13148651ac6732d89965787 (patch)
tree430eae76744de12b17912a3eb57d268463991e71 /chrome_frame/chrome_frame_activex.rgs
parent311e102fe8a1aaab00a509b4875aeda39ba3b8f4 (diff)
downloadchromium_src-1bb5f89e7302cc69f13148651ac6732d89965787.zip
chromium_src-1bb5f89e7302cc69f13148651ac6732d89965787.tar.gz
chromium_src-1bb5f89e7302cc69f13148651ac6732d89965787.tar.bz2
Added support for specifying the BrowserFlags DWORD value when we register the ChromeFrame Active Document
server. This allows the document server to receive a number of menu events like Find, View->Text Size, etc. Thanks to Stoyan for helping me debug this :) Clicking on Edit->Find in the menu in IE with this causes IEFrame to call our Active document's Exec implementation with the IDM_FIND command. The handling here is to invoke our default Find handling. Added support for honoring user text size selections. The next thing to be done is to honor the current text size setting while launching Chrome. I also fixed the rgs files to have LF as the terminating character. This fixes Bug http://code.google.com/p/chromium/issues/detail?id=23667 Bug=23667 Review URL: http://codereview.chromium.org/243082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_activex.rgs')
-rw-r--r--chrome_frame/chrome_frame_activex.rgs156
1 files changed, 78 insertions, 78 deletions
diff --git a/chrome_frame/chrome_frame_activex.rgs b/chrome_frame/chrome_frame_activex.rgs
index 27edbcf..342f520 100644
--- a/chrome_frame/chrome_frame_activex.rgs
+++ b/chrome_frame/chrome_frame_activex.rgs
@@ -1,79 +1,79 @@
-HKLM {
- NoRemove Software {
- NoRemove Classes {
- ChromeTab.ChromeFrame.1 = s 'Chrome Frame' {
- CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}'
- }
- ChromeTab.ChromeFrame = s 'Chrome Frame' {
- CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}'
- CurVer = s 'ChromeTab.ChromeFrame.1'
- }
- NoRemove CLSID {
- ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} = s 'Chrome Frame' {
- ProgID = s 'ChromeTab.ChromeFrame.1'
- VersionIndependentProgID = s 'ChromeTab.ChromeFrame'
- ForceRemove 'Programmable'
- InprocServer32 = s '%MODULE%' {
- val ThreadingModel = s 'Apartment'
- }
- val AppID = s '%APPID%'
- ForceRemove 'Control'
- ForceRemove 'Programmable'
- ForceRemove 'Insertable'
- ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 1'
- 'MiscStatus' = s '0'
- {
- '1' = s '%OLEMISC%'
- }
- 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
- 'Version' = s '1.0'
- }
- }
- }
-
- NoRemove Microsoft {
- NoRemove Windows {
- NoRemove CurrentVersion {
- NoRemove Ext {
- NoRemove PreApproved {
- ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
- }
- }
- NoRemove Stats {
- ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} {
- ForceRemove 'iexplore' {
- val Type = d '1'
- val Flags = d '4'
- val Count = d '0'
- val Time = b '%SYSTIME%'
- ForceRemove AllowedDomains {
- ForceRemove '*' {
- }
- }
- }
- }
- }
- }
- }
- }
- NoRemove 'Internet Explorer' {
- NoRemove 'Low Rights' {
- NoRemove ElevationPolicy {
- ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
- val Policy = d '3'
- val AppName = s '%CHROME_LAUNCHER_APPNAME%'
- val AppPath = s '%CHROME_LAUNCHER_APPPATH%'
- }
- }
- NoRemove DragDrop {
- ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
- val Policy = d '3'
- val AppName = s '%CHROME_APPNAME%'
- val AppPath = s '%CHROME_APPPATH%'
- }
- }
- }
- }
- }
- }
+HKLM {
+ NoRemove Software {
+ NoRemove Classes {
+ ChromeTab.ChromeFrame.1 = s 'Chrome Frame' {
+ CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}'
+ }
+ ChromeTab.ChromeFrame = s 'Chrome Frame' {
+ CLSID = s '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}'
+ CurVer = s 'ChromeTab.ChromeFrame.1'
+ }
+ NoRemove CLSID {
+ ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} = s 'Chrome Frame' {
+ ProgID = s 'ChromeTab.ChromeFrame.1'
+ VersionIndependentProgID = s 'ChromeTab.ChromeFrame'
+ ForceRemove 'Programmable'
+ InprocServer32 = s '%MODULE%' {
+ val ThreadingModel = s 'Apartment'
+ }
+ val AppID = s '%APPID%'
+ ForceRemove 'Control'
+ ForceRemove 'Programmable'
+ ForceRemove 'Insertable'
+ ForceRemove 'ToolboxBitmap32' = s '%MODULE%, 1'
+ 'MiscStatus' = s '0'
+ {
+ '1' = s '%OLEMISC%'
+ }
+ 'TypeLib' = s '{6F2664E1-FF6E-488A-BCD1-F4CA6001DFCC}'
+ 'Version' = s '1.0'
+ }
+ }
+ }
+
+ NoRemove Microsoft {
+ NoRemove Windows {
+ NoRemove CurrentVersion {
+ NoRemove Ext {
+ NoRemove PreApproved {
+ ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
+ }
+ }
+ NoRemove Stats {
+ ForceRemove {E0A900DF-9611-4446-86BD-4B1D47E7DB2A} {
+ ForceRemove 'iexplore' {
+ val Type = d '1'
+ val Flags = d '4'
+ val Count = d '0'
+ val Time = b '%SYSTIME%'
+ ForceRemove AllowedDomains {
+ ForceRemove '*' {
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ NoRemove 'Internet Explorer' {
+ NoRemove 'Low Rights' {
+ NoRemove ElevationPolicy {
+ ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
+ val Policy = d '3'
+ val AppName = s '%CHROME_LAUNCHER_APPNAME%'
+ val AppPath = s '%CHROME_LAUNCHER_APPPATH%'
+ }
+ }
+ NoRemove DragDrop {
+ ForceRemove '{E0A900DF-9611-4446-86BD-4B1D47E7DB2A}' = s '' {
+ val Policy = d '3'
+ val AppName = s '%CHROME_APPNAME%'
+ val AppPath = s '%CHROME_APPPATH%'
+ }
+ }
+ }
+ }
+ }
+ }
} \ No newline at end of file