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

Issue 11364147: Fix for IE6 FRP crash (Closed)

Created:
Aug. 11, 2013, 6:04 a.m. by Oleksandr
Modified:
Aug. 13, 2013, 9:52 a.m.
Visibility:
Public.

Description

Fix for IE6 FRP crash

Patch Set 1 #

Total comments: 5

Patch Set 2 : Comment addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -7 lines) Patch
M html/static/js/firstRun.js View 1 chunk +1 line, -0 lines 0 comments Download
M html/static/js/ieFirstRun.js View 1 chunk +4 lines, -6 lines 0 comments Download
M src/plugin/PluginClass.cpp View 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 5
Oleksandr
This fixes 2 issues with FRP in fact. 1. Crashing 2. Actual loading of data ...
Aug. 11, 2013, 6:11 a.m. (2013-08-11 06:11:08 UTC) #1
Felix Dahlke
http://codereview.adblockplus.org/11364147/diff/1/html/templates/firstRun.html File html/templates/firstRun.html (right): http://codereview.adblockplus.org/11364147/diff/1/html/templates/firstRun.html#newcode71 html/templates/firstRun.html:71: <script src="../static/js/firstRun.js"></script> I don't think moving the scripts here ...
Aug. 11, 2013, 11:23 a.m. (2013-08-11 11:23:12 UTC) #2
Oleksandr
http://codereview.adblockplus.org/11364147/diff/1/src/plugin/PluginClass.cpp File src/plugin/PluginClass.cpp (right): http://codereview.adblockplus.org/11364147/diff/1/src/plugin/PluginClass.cpp#newcode816 src/plugin/PluginClass.cpp:816: // IE6 can't be accessed from another thread, execute ...
Aug. 11, 2013, 4:26 p.m. (2013-08-11 16:26:53 UTC) #3
Felix Dahlke
LGTM http://codereview.adblockplus.org/11364147/diff/1/src/plugin/PluginClass.cpp File src/plugin/PluginClass.cpp (right): http://codereview.adblockplus.org/11364147/diff/1/src/plugin/PluginClass.cpp#newcode816 src/plugin/PluginClass.cpp:816: // IE6 can't be accessed from another thread, ...
Aug. 11, 2013, 4:58 p.m. (2013-08-11 16:58:18 UTC) #4
Wladimir Palant
Aug. 13, 2013, 9:52 a.m. (2013-08-13 09:52:31 UTC) #5
LGTM (see nit below that needs addressing)

http://codereview.adblockplus.org/11364147/diff/1/html/static/js/ieFirstRun.js
File html/static/js/ieFirstRun.js (right):

http://codereview.adblockplus.org/11364147/diff/1/html/static/js/ieFirstRun.j...
html/static/js/ieFirstRun.js:46: return window.Settings.GetMessage(section,
param);
Tabs used instead of spaces for indentation in this file?

Powered by Google App Engine
This is Rietveld