Bug 189418
| Summary: | [Meta][WebCore] Determine platform agnostic implementations | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Don Olmstead <don.olmstead> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | cgarcia, clopez, fujii.hironori, mcatanzaro |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 190608, 189428 | ||
| Bug Blocks: | |||
Don Olmstead
Tracking bug for determining platform agnostic implementations within WebCore that are actually generic.
There are a number of glib/gtk/wpe implementations within platform that aren't actually tied to those platforms.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Don Olmstead
I'm seeing these as potential generic implementations
editing/wpe/EditorWPE.cpp
platform/glib/EventHandlerGLib.cpp
platform/glib/MainThreadSharedTimerGlib.cpp
platform/wpe/CursorWPE.cpp
platform/wpe/DragImageWPE.cpp
platform/wpe/LocalizedStringsWPE.cpp
platform/wpe/PasteboardWPE.cpp
platform/wpe/PlatformScreenWPE.cpp
platform/wpe/WidgetWPE.cpp
platform/wpe/RenderThemeWPE.cpp
platform/wpe/ScrollbarThemeWPE.cpp
platform/graphics/wpe/IconWPE.cpp
platform/graphics/wpe/ImageWPE.cpp
platform/glib/SSLKeyGeneratorGlib.cpp
Don Olmstead
https://bugs.webkit.org/show_bug.cgi?id=189428 for platform/glib/SSLKeyGeneratorGlib.cpp