WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
134658
[iOS] MediaDocument should set a viewport
https://bugs.webkit.org/show_bug.cgi?id=134658
Summary
[iOS] MediaDocument should set a viewport
Dean Jackson
Reported
2014-07-05 16:56:15 PDT
[iOS] MediaDocument should set a viewport
Attachments
Patch
(1.89 KB, patch)
2014-07-05 16:58 PDT
,
Dean Jackson
zalan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dean Jackson
Comment 1
2014-07-05 16:58:06 PDT
Created
attachment 234450
[details]
Patch
Dean Jackson
Comment 2
2014-07-05 17:03:54 PDT
Committed
r170827
: <
http://trac.webkit.org/changeset/170827
>
Darin Adler
Comment 3
2014-07-05 19:49:50 PDT
Comment on
attachment 234450
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=234450&action=review
> Source/WebCore/html/MediaDocument.cpp:86 > + rootElement->appendChild(headElement, IGNORE_EXCEPTION);
Should be headElement.release().
> Source/WebCore/html/MediaDocument.cpp:91 > + headElement->appendChild(metaElement, IGNORE_EXCEPTION);
Should be metaElement.release().
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