[Webkit-unassigned] [Bug 19472] test for dynamic changes to the "data" attribute of an OBJECT element fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 21:59:52 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=19472





--- Comment #11 from Sameer Patil <mkrp87 at motorola.com>  2012-01-31 21:59:51 PST ---
(In reply to comment #10)
> (From update of attachment 111948 [details])
> r- based on Darin and my comments.  Just need some justification about the timer or thoughts on how we'd do this without one.
I had tried this doing without timer by calling updateWidgetIfNecessary()(making it protected in base class) directly from parseMappedAttribute() of object and embed element.

But the main issue here is from updateWidget() call go to SubframeLoader::loadOrRedirectSubframe() in this function instead of loadSubframe(), scheduleLocationChange() gets called. I guess loadSubFrame() needs to be get called to load new data src.

The reason looks likes updateWidget() come from the same stack of previous subframeload(original data src url).

I used timer to accomplish this so previous subframe load will complete first and next load will come on new stack and it will load it as subframe.

Please correct me if my understanding is wrong.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list