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

Issue 8788069: Fixed: EHH - Filter creating window won't close (Closed)

Created:
Nov. 8, 2012, 9:55 a.m. by Andrey Novikov
Modified:
Nov. 9, 2012, 2:07 p.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

Fixed: EHH - Filter creating window won't close

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed: EHH - Filter creating window won't close #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M chrome/content/composer.js View 1 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 6
Andrey Novikov
Nov. 8, 2012, 9:55 a.m. (2012-11-08 09:55:18 UTC) #1
Wladimir Palant
http://codereview.adblockplus.org/8788069/diff/1/chrome/content/composer.js File chrome/content/composer.js (right): http://codereview.adblockplus.org/8788069/diff/1/chrome/content/composer.js#newcode138 chrome/content/composer.js:138: wnd.addEventListener("unload", function(event){ togglePreview(false); }, true); So togglePreview() is the ...
Nov. 8, 2012, 10:42 a.m. (2012-11-08 10:42:33 UTC) #2
Andrey Novikov
http://codereview.adblockplus.org/8788069/diff/1/chrome/content/composer.js File chrome/content/composer.js (right): http://codereview.adblockplus.org/8788069/diff/1/chrome/content/composer.js#newcode138 chrome/content/composer.js:138: wnd.addEventListener("unload", function(event){ togglePreview(false); }, true); Exact issue is that ...
Nov. 8, 2012, 10:54 a.m. (2012-11-08 10:54:54 UTC) #3
Wladimir Palant
On 2012/11/08 10:54:54, Andrey Novikov wrote: > I can not check > wnd.closed because it's ...
Nov. 8, 2012, 2:19 p.m. (2012-11-08 14:19:49 UTC) #4
Andrey Novikov
Nov. 9, 2012, 11:57 a.m. (2012-11-09 11:57:19 UTC) #5
Wladimir Palant
Nov. 9, 2012, 12:12 p.m. (2012-11-09 12:12:14 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld