Bug 189418 - [Meta][WebCore] Determine platform agnostic implementations
Summary: [Meta][WebCore] Determine platform agnostic implementations
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 190608 189428
Blocks:
  Show dependency treegraph
 
Reported: 2018-09-07 10:52 PDT by Don Olmstead
Modified: 2018-10-15 16:16 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2018-09-07 10:52:10 PDT
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.
Comment 1 Don Olmstead 2018-09-07 11:28:43 PDT
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
Comment 2 Don Olmstead 2018-09-07 12:31:07 PDT
https://bugs.webkit.org/show_bug.cgi?id=189428 for platform/glib/SSLKeyGeneratorGlib.cpp