Bug 128843
| Summary: | rename WebVideoFullscreen* classes with better names. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jeremy Jones <jeremyj-wk> |
| Component: | WebCore Misc. | Assignee: | Jeremy Jones <jeremyj-wk> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jeremy Jones
WebVideoFullscreenInterface is ambiguous because it sounds like a class interface and a user interface.
WebVideoFullscreenModelMediaElement sounds like it is a type of MediaElement, but it is a model object.
These and the related classes should be given better, more descriptive names.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jeremy Jones
Remove the "Web" prefix. It is unnecessary for C++ classes.