Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Issue 1233453006: Merge 197139 "Fix the logic that limits the number of frames in ..." (Closed)

Created:
5 years, 5 months ago by Nate Chapin
Modified:
5 years, 5 months ago
Reviewers:
Nate Chapin
CC:
blink-reviews, blink-reviews-html_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, rwlbuis
Visibility:
Public.

Description

Merge 197139 "Fix the logic that limits the number of frames in ..." > Fix the logic that limits the number of frames in a page. > > This check apparently doesn't run soon enough, and we can create more than the > intended limit of 1000 frames. Once we hit 1024, > NodeRareData::m_connecetedFrameCount can overflow and we no longer fully detach > Frames from their owners at teardown. > > BUG=493243 > TEST=WebFrameTest.MaxFramesDetach > > Review URL: https://codereview.chromium.org/1180603002 TBR=japhet@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198702

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -5 lines) Patch
M Source/core/dom/NodeRareData.h View 1 chunk +1 line, -4 lines 0 comments Download
M Source/core/dom/NodeRareData.cpp View 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/frame/LocalFrame.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFrameOwnerElement.cpp View 2 chunks +4 lines, -0 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
A + Source/web/tests/data/max-frames-detach.html View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nate Chapin
5 years, 5 months ago (2015-07-10 18:17:19 UTC) #1
Nate Chapin
5 years, 5 months ago (2015-07-10 18:18:33 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r198702.

Powered by Google App Engine
This is Rietveld 408576698