[Webkit-unassigned] [Bug 82930] [BlackBerry] Tab awareness for HTML5 concurrent audio

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 5 10:44:55 PDT 2012


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





--- Comment #14 from Max Feil <mfeil at rim.com>  2012-04-05 10:44:55 PST ---
(In reply to comment #13)
> could you help me to understand how the tabId is used here?

The tabId is just a unique identifier that the MMRPlayer BlackBerryPlatform class uses to group media elements (aka players) by tab. It does not ever dereference the pointer. Media elements on the same tab will have the same tabId, media elements on different tabs will have different tabId's. That's all.

For details on how the MMRPlayer class does this grouping see my already reviewed patch: platform/982d560

-- 
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