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

Issue 16564006: Test theory for Android FrameTreeNode crash. (Closed)

Created:
7 years, 6 months ago by Charlie Reis
Modified:
7 years, 6 months ago
Reviewers:
awong, nasko
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, bengr
Visibility:
Public.

Description

Test theory for Android FrameTreeNode crash. BUG=247807 [Replaced by http://crrev.com/205929]

Patch Set 1 #

Patch Set 2 : Try fischman's build file change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M content/browser/web_contents/web_contents_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Charlie Reis
7 years, 6 months ago (2013-06-07 04:54:45 UTC) #1
Well, this narrows down the cause of the failure in
https://codereview.chromium.org/15682009/.  Any change to the layout of
WebContents (above frame_tree_root_) seems to be breaking the FrameTreeShape
test on Android.

After talking with Albert, my best guess is that it's a failed compiler
optimization in scoped_ptr, but maybe that's way off.  I'll try to work around
it in the original CL and we can diagnose this separately, since anyone who
changes WebContents right now risks hitting this.

Powered by Google App Engine
This is Rietveld 408576698