WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 97099
[BlackBerry] Add function playerId() in class PageClientBlackBerry
https://bugs.webkit.org/show_bug.cgi?id=97099
Summary
[BlackBerry] Add function playerId() in class PageClientBlackBerry
Jonathan Dong
Reported
2012-09-19 05:18:45 PDT
RIM PR: 210858 For network stream classes, they get the playerId() from class FrameLoaderClientBlackBerry::playerId(), which gets the id from WebCore::WebPageClient::getInstanceId(). There's also a special stream class: MediaSSLHandlerStream which is responsible for ssl verification of mmr engine, and this stream class's object is created inside a MMRPlayer and can only access to the PageClientBlackBerry. So I'm thinking of adding a new member function playerId() for PageClientBlackBerry, by doing this we can provide playerId() to MediaSSLHandlerStream directly and to other network streams via FrameLoaderClientBlackBerry as usual. Then we can upstream our media ssl handling codes for RIM PR 116205.
Attachments
Patch
(4.68 KB, patch)
2012-09-19 05:33 PDT
,
Jonathan Dong
no flags
Details
Formatted Diff
Diff
Patch
(4.68 KB, patch)
2012-09-19 08:17 PDT
,
Jonathan Dong
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Jonathan Dong
Comment 1
2012-09-19 05:33:08 PDT
Created
attachment 164722
[details]
Patch
Yong Li
Comment 2
2012-09-19 07:17:19 PDT
Comment on
attachment 164722
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=164722&action=review
otherwise LGTM
> Source/WebKit/blackberry/Api/WebPage_p.h:182 > + virtual int playerId() const;
according to WebKit style or existing code, we should name it playerID() rather than playerId.
Jonathan Dong
Comment 3
2012-09-19 08:17:20 PDT
Created
attachment 164741
[details]
Patch
WebKit Review Bot
Comment 4
2012-09-19 08:53:53 PDT
Comment on
attachment 164741
[details]
Patch Clearing flags on attachment: 164741 Committed
r129010
: <
http://trac.webkit.org/changeset/129010
>
WebKit Review Bot
Comment 5
2012-09-19 08:53:56 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug