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

Unified Diff: installer/src/msi/adblockplusie.wxs

Issue 5941380404740096: Issue 1136 - Include ieEventListenerPolyfill.js into installer (Closed)
Patch Set: Created July 25, 2014, 1:49 p.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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/msi/adblockplusie.wxs
===================================================================
--- a/installer/src/msi/adblockplusie.wxs
+++ b/installer/src/msi/adblockplusie.wxs
@@ -360,6 +360,7 @@
<ComponentRef Id="html_static_img_social_twitter_old.png"/>
<ComponentRef Id="html_static_js_firstRun.js"/>
<ComponentRef Id="html_static_js_IESettings.js"/>
+ <ComponentRef Id="html_static_js_ieEventListenerPolyfill.js"/>
<ComponentRef Id="html_static_js_ieFirstRun.js"/>
<ComponentRef Id="html_static_js_settings.js"/>
<ComponentRef Id="html_static_js_vendor_DD.belatedPNG.js"/>
@@ -445,6 +446,9 @@
<Component Id="html_static_js_ieFirstRun.js" Guid="f2a86685-d713-11e2-8b8b-0800200c9a66">
<File Name="ieFirstRun.js"/>
</Component>
+ <Component Id="html_static_js_ieEventListenerPolyfill.js" Guid="a2a86688-1713-11e2-8b8b-0800200c9a54">
+ <File Name="ieEventListenerPolyfill.js"/>
+ </Component>
<Component Id="html_static_js_IESettings.js" Guid="9e851b10-d713-11e2-8b8b-0800200c9a66">
<File Name="IESettings.js"/>
</Component>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld