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

Issue 885783002: Fixes crash in HTMLIFrameElement and exposes HTMLIFrameElement::src (Closed)

Created:
5 years, 10 months ago by sky
Modified:
5 years, 10 months ago
Reviewers:
abarth-chromium
CC:
abarth-chromium, esprehn, mojo-reviews_chromium.org, ojan
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Fixes crash in HTMLIFrameElement and exposes HTMLIFrameElement::src HTMLIFrameElement was adding the observer in navigateView. If the same HTMLIFrameElement navigated multiple times HTMLIFrameElement would attach itself as an observer more than once. ObserverList doesn't like this. Also adds src as an attribute of HTMLIFrameElement so that I can do: iframe.src = xxx in script R=abarth@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/1f2b1c2443baecccc2b5615f8599b3dd5deeab07

Patch Set 1 #

Patch Set 2 : merge 2 trunk #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M sky/engine/core/html/HTMLIFrameElement.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M sky/engine/core/html/HTMLIFrameElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
sky
5 years, 10 months ago (2015-01-29 00:55:31 UTC) #1
abarth-chromium
lgtm
5 years, 10 months ago (2015-01-29 01:17:02 UTC) #2
sky
5 years, 10 months ago (2015-01-29 03:47:34 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
1f2b1c2443baecccc2b5615f8599b3dd5deeab07 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698