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

Unified Diff: src/plugin/AdblockPlus.rgs

Issue 11756012: Enhanced Protected Mode support (Closed)
Patch Set: Addressing comments Created Sept. 17, 2013, 2:51 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/plugin/AdblockPlus.rgs
===================================================================
--- a/src/plugin/AdblockPlus.rgs
+++ b/src/plugin/AdblockPlus.rgs
@@ -21,6 +21,12 @@
val ThreadingModel = s 'Both'
}
'TypeLib' = s '{7cd37f36-0bef-11dc-8314-0800200c9a67}'
+ 'Implemented Categories' = s ''
+ {
+ {59fb2056-d625-48d0-a944-1a85b5ab2640} = s ''
+ {
+ }
+ }
}
}
}
@@ -47,6 +53,21 @@
}
}
}
+ 'Internet Explorer'
+ {
+ 'Low Rights'
+ {
+ ElevationPolicy
+ {
+ {FFCB3198-32F3-4E8B-9539-4324694ED664} = s 'ABP'
+ {
+ val 'Policy' = d '3'
+ val 'AppName' = s 'AdblockPlusEngine.exe'
+ val 'AppPath' = s 'C:\Program Files\Adblock Plus for IE'
Wladimir Palant 2013/09/17 07:53:48 I would prefer having the DLL pass in a custom par
Oleksandr 2013/09/17 08:27:19 I agree with that. However, FYI, I don't think I'v
Felix Dahlke 2013/09/17 09:13:51 That's not great, will complicate development a bi
Wladimir Palant 2013/09/17 10:12:39 Well, setting up the development environment shoul
+ }
+ }
+ }
+ }
}
}
}

Powered by Google App Engine
This is Rietveld