Summary: | Remove [TreatReturnedNullStringAsNull] from HTMLMediaElement.mediaGroup | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Kentaro Hara <haraken> | ||||||
Component: | WebCore JavaScript | Assignee: | Kentaro Hara <haraken> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | abarth, darin, ian, morrita, webkit.review.bot | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 77393 | ||||||||
Attachments: |
|
Description
Kentaro Hara
2012-02-20 18:22:22 PST
Created attachment 127889 [details]
Patch
Comment on attachment 127889 [details]
Patch
Can we add a test that verifies this behavior?
Created attachment 127905 [details]
Patch
(In reply to comment #2) > (From update of attachment 127889 [details]) > Can we add a test that verifies this behavior? media/media-controller.html already has the test: testExpected("video.mediaGroup", ""); I added "Test: media/media-controller.html (No change in the test result)" to ChangeLog. Comment on attachment 127905 [details]
Patch
I'd like to see green cr-linux.
Also, please take care of ChangeLog diff crash. Comment on attachment 127905 [details] Patch Clearing flags on attachment: 127905 Committed r108305: <http://trac.webkit.org/changeset/108305> All reviewed patches have been landed. Closing bug. The mediaGroup IDL attribute on media elements must reflect the mediagroup content attribute. It's always initialised. There's no concept of it not being initialised. (In reply to comment #9) > The mediaGroup IDL attribute on media elements must reflect the mediagroup content attribute. It's always initialised. There's no concept of it not being initialised. Hixie: Thanks for the clarification! |