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

Issue 6317759025643520: Issue 1396 - Avoid infinite recursion when collapsing <input type="image"> elements (Closed)

Created:
Sept. 24, 2014, 11:05 a.m. by Sebastian Noack
Modified:
Sept. 25, 2014, 6:52 a.m.
Visibility:
Public.

Description

Issue 1396 - Avoid infinite recursion when collapsing <input tyoe="image"> elements

Patch Set 1 : #

Total comments: 7

Patch Set 2 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -3 lines) Patch
M include.preload.js View 1 1 chunk +14 lines, -3 lines 0 comments Download

Messages

Total messages: 9
Sebastian Noack
Sept. 24, 2014, 11:10 a.m. (2014-09-24 11:10:05 UTC) #1
Thomas Greiner
http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js#newcode57 include.preload.js:57: element._collapsing = true; This makes us quite easily distinguishable ...
Sept. 24, 2014, 12:35 p.m. (2014-09-24 12:35:32 UTC) #2
Sebastian Noack
http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js#newcode57 include.preload.js:57: element._collapsing = true; On 2014/09/24 12:35:32, Thomas Greiner wrote: ...
Sept. 24, 2014, 12:50 p.m. (2014-09-24 12:50:09 UTC) #3
Thomas Greiner
LGTM http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js#newcode57 include.preload.js:57: element._collapsing = true; On 2014/09/24 12:50:09, Sebastian Noack ...
Sept. 24, 2014, 2:14 p.m. (2014-09-24 14:14:54 UTC) #4
Wladimir Palant
http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js#newcode36 include.preload.js:36: return; Interesting, a load triggered for an element with ...
Sept. 24, 2014, 2:57 p.m. (2014-09-24 14:57:00 UTC) #5
Thomas Greiner
http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js#newcode36 include.preload.js:36: return; On 2014/09/24 14:57:00, Wladimir Palant wrote: > maybe ...
Sept. 24, 2014, 3:08 p.m. (2014-09-24 15:08:28 UTC) #6
Sebastian Noack
http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js#newcode36 include.preload.js:36: return; On 2014/09/24 15:08:29, Thomas Greiner wrote: > Unfortunately, ...
Sept. 24, 2014, 4:42 p.m. (2014-09-24 16:42:40 UTC) #7
Sebastian Noack
http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js File include.preload.js (right): http://codereview.adblockplus.org/6317759025643520/diff/5668600916475904/include.preload.js#newcode36 include.preload.js:36: return; On 2014/09/24 14:57:00, Wladimir Palant wrote: > check, ...
Sept. 24, 2014, 5:04 p.m. (2014-09-24 17:04:58 UTC) #8
Wladimir Palant
Sept. 24, 2014, 6:27 p.m. (2014-09-24 18:27:45 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld