1. ac779d5 Get rid of ContextMenuNone.cpp and ContextMenuItemNone.cpp by andersca@apple.com · 9 years ago
  2. f3be99d [EFL] Add UserAgentEFl.cpp|h https://bugs.webkit.org/show_bug.cgi?id=151007 by gyuyoung.kim@webkit.org · 9 years ago
  3. f8ef838 Make every port implement MainThreadSharedTimer instead of using global functions by carlosgc@webkit.org · 9 years ago
  4. cdb41fe Make WebCore a framework in Mac CMake build by commit-queue@webkit.org · 9 years ago
  5. b9fd60a Clean up CMake build on Mac https://bugs.webkit.org/show_bug.cgi?id=149573 by achristensen@apple.com · 9 years ago
  6. 9c71cf3 [CoordinatedGraphics] Remove ScrollingStateScrollingNodeCoordinatedGraphics.cpp by gyuyoung.kim@webkit.org · 10 years ago
  7. 8680c71 Isolate Source directories in CMake build by achristensen@apple.com · 10 years ago
  8. 5fbcf1f [EFL] Move RenderThemeEfl.cpp|h from WebCore/platform/efl to WebCore/rendering by gyuyoung.kim@webkit.org · 10 years ago
  9. 57b4c9d Clean up CMake build after r188673 by achristensen@apple.com · 10 years ago
  10. 5851909 CMake Windows build should not include files directly from other Source directories by achristensen@apple.com · 10 years ago
  11. 894cbcd Implementation JavaScript watchdog using WTF::WorkQueue. by mark.lam@apple.com · 10 years ago
  12. 972ea22 Move concrete KeyedDecoder/Encoder implementations to WebCore. by beidson@apple.com · 10 years ago
  13. 0ac68b8 [EFL] Scrollbar is not drawn on MiniBrowser. by commit-queue@webkit.org · 10 years ago
  14. 160bd46 [EFL] test_ewk2_application_cache_manager has been failed since r185527 by commit-queue@webkit.org · 10 years ago
  15. 0919c8d [EFL] Hyphenation is not supported https://bugs.webkit.org/show_bug.cgi?id=89830 by ryuan.choi@navercorp.com · 10 years ago
  16. 1e49496 [SOUP] Move WebKitSoupRequestGeneric to platform layer by carlosgc@webkit.org · 10 years ago
  17. 9348507 [EFL] Jpeg image export implementation for Canvas. by hyuki.kim@samsung.com · 10 years ago
  18. 3c59b16 [cmake] Fix the style issues in cmake project files by ossy@webkit.org · 10 years ago
  19. aa1bd5f [CoordinatedGraphics] Merge CoordinatedTile into Tile by ryuan.choi@navercorp.com · 10 years ago
  20. b1dada7 [CMake] Improve detection and usage of GL/GLES/EGL libraries. by clopez@igalia.com · 10 years ago
  21. f1961e8 [EFL] Use GSimpleProxyResolver instead of custom SoupProxyResolver by ryuan.choi@navercorp.com · 10 years ago
  22. 79b0548 [CMake] Ignore warnings in system headers by mcatanzaro@igalia.com · 10 years ago
  23. fb10c59 [X11] Add XUniquePtr and XUniqueResource to automatically free X resources by carlosgc@webkit.org · 10 years ago
  24. cd4e4ff Remove TextureMapperImageBuffer https://bugs.webkit.org/show_bug.cgi?id=143561 by ossy@webkit.org · 10 years ago
  25. 91debb8 [GTK][EFL] Unify platform display handling by carlosgc@webkit.org · 10 years ago
  26. 2c91b42 USE(...) macro should expect unprefixed variables by mrobinson@webkit.org · 10 years ago
  27. 05ea83f [CoordinatedGraphics] Merge TILED_BACKING_STORE guard with COORDINATED_GRAPHICS by ryuan.choi@navercorp.com · 10 years ago
  28. cf5bfd0 Convert OwnPtr and PassOwnPtr uses to std::unique_ptr by darin@apple.com · 10 years ago
  29. b3de115 [TexMap] Seperate BitmapTexture related classes implementations from TextureMapper by yoon@igalia.com · 10 years ago
  30. dfacf45 Progress towards CMake on Mac. https://bugs.webkit.org/show_bug.cgi?id=143112 by commit-queue@webkit.org · 10 years ago
  31. a9f45a1 [OpenWebRTC] RealtimeMediaSourceCenter implementation by philn@webkit.org · 10 years ago
  32. ff459d5 [EFL] Add OpenWebRTC in jhbuild https://bugs.webkit.org/show_bug.cgi?id=142778 by ossy@webkit.org · 10 years ago
  33. 68576a1 Remove DrawingBuffer https://bugs.webkit.org/show_bug.cgi?id=142641 by commit-queue@webkit.org · 10 years ago
  34. e95ec22 [CMake][GStreamer] Building EFL or GTK with ENABLE_VIDEO and without ENABLE_WEB_AUDIO is broken. by clopez@igalia.com · 10 years ago
  35. 9d8cb7f Remove PluginViewNone.cpp https://bugs.webkit.org/show_bug.cgi?id=140107 by andersca@apple.com · 10 years ago
  36. c6d7e46 Get rid of PluginPackageNone.cpp https://bugs.webkit.org/show_bug.cgi?id=139735 by andersca@apple.com · 10 years ago
  37. bba0a9a Implement MemoryPressureHandler for Linux system by changseok.oh@collabora.com · 10 years ago
  38. f1ca102 [GStreamer] AudioSourceProvider support in the MediaPlayer by philn@webkit.org · 10 years ago
  39. ee6f5d2 [EFL] Add subtle crypto to the build system by evab.u-szeged@partner.samsung.com · 10 years ago
  40. 03a0433 [EFL] Add a ENABLE_CSS_SCROLL_SNAP macro to CMake build system by gyuyoung.kim@samsung.com · 10 years ago
  41. 6bbf453 [EFL] Remove E_Dbus dependency https://bugs.webkit.org/show_bug.cgi?id=136355 by ryuan.choi@navercorp.com · 10 years ago
  42. 5bd015d [GTK][Cairo] Remove GTK dependency of WidgetBackingStoreGtkX11 by carlosgc@webkit.org · 10 years ago
  43. dd9f884 [EFL] Enable WebP support. https://bugs.webkit.org/show_bug.cgi?id=136156 by commit-queue@webkit.org · 10 years ago
  44. f7d8439 [EFL][CoordinatedGraphics] Move CoordinatedGraphicsScene and CoordinatedBackingStore to WebKit2 by ryuan.choi@gmail.com · 11 years ago
  45. b12d28e Separate the Apple media controls module from other ports by dino@apple.com · 11 years ago
  46. 9e8af1b [EFL] Remove non Coordinated Graphics code path from cmake build system after r142169 by commit-queue@webkit.org · 11 years ago
  47. 0befd03 [EFL] Utilize espeak as a synthesizer back-end for WebSpeech by k.czech@samsung.com · 11 years ago
  48. 5a76bc1 .: by commit-queue@webkit.org · 11 years ago
  49. 92a456f Progress towards using CMake on Mac. by achristensen@apple.com · 11 years ago
  50. d5ebf4c [EFL] Build break with mpegts since r167025 by ryuan.choi@samsung.com · 11 years ago
  51. fefa76b [EFL] Add support for building with Geoclue2. by clopez@igalia.com · 11 years ago
  52. 05d545d [EFL] Support Geolocation https://bugs.webkit.org/show_bug.cgi?id=134439 by gyuyoung.kim@samsung.com · 11 years ago
  53. 77d9e31 [EFL] Remove netscape plugin implementation from WebCore by ryuan.choi@samsung.com · 11 years ago
  54. 329074c [EFL] Platform support for WebSpeech feature. by k.czech@samsung.com · 11 years ago
  55. 87a18ea Unreviewed, rolling out r170003. https://bugs.webkit.org/show_bug.cgi?id=133938 by commit-queue@webkit.org · 11 years ago
  56. 5424f72 [EFL] Platform support for WebSpeech feature. by k.czech@samsung.com · 11 years ago
  57. 157a9bb [EFL] Remove TileCairo and TiledBackingStoreBackendCairo by ryuan.choi@samsung.com · 11 years ago
  58. dcc34e4 [EFL] REGRESSION(167145): JavaScript media controls are broken by ryuan.choi@samsung.com · 11 years ago
  59. d94f42b [EFL] WebKit build fails when MEDIA_SOURCE is enabled by commit-queue@webkit.org · 11 years ago
  60. ed2981b Move CoordinatedGraphics related codes out of CMakeLists.txt by ryuan.choi@samsung.com · 11 years ago
  61. d504df4a Remove NETWORK_INFO support https://bugs.webkit.org/show_bug.cgi?id=131841 by philn@webkit.org · 11 years ago
  62. 74d58a0 [GTK] Plugin process crashes when loading totem plugin by carlosgc@webkit.org · 11 years ago
  63. 8d9af41 [EFL] Turn on ENABLE_MEDIA_CONTROLS_SCRIPT by ryuan.choi@samsung.com · 11 years ago
  64. 6f081a2 Fix the !ENABLE(BATTERY_STATUS) build by dbatyai.u-szeged@partner.samsung.com · 11 years ago
  65. 79957d4 [EFL][GTK] Get CMake to find Freetype2 properly by thiago.lacerda@openbossa.org · 11 years ago
  66. 7a2313a Unreviewed, rolling out r165962. https://bugs.webkit.org/show_bug.cgi?id=130512 by commit-queue@webkit.org · 11 years ago
  67. 578e71d [EFL][GTK] Get CMake to find Freetype2 properly by thiago.lacerda@openbossa.org · 11 years ago
  68. 3ad3228 [GStreamer] human readable language code for tracks by b.long@cablelabs.com · 11 years ago
  69. 19ce59d Move EvasGLContext and EvasGLSurface files into the efl common directory. by commit-queue@webkit.org · 11 years ago
  70. 2608de9 [ATK] Utilize AtkTableCell to expose directly AccessibilityTableCell to AT by k.czech@samsung.com · 11 years ago
  71. 4f2f15d [GLIB] Add GUniqueOutPtr and use it instead of GOwnPtr by carlosgc@webkit.org · 11 years ago
  72. cc88ec1 [EFL][GTK] Share plugin's implementation between EFL and Gtk ports. by ryuan.choi@samsung.com · 11 years ago
  73. 95a8d95 [SOUP] Remove soupURIToKURL https://bugs.webkit.org/show_bug.cgi?id=127104 by carlosgc@webkit.org · 11 years ago
  74. 32406ef Get rid of ICU_UNICODE and WCHAR_UNICODE remnants by darin@apple.com · 11 years ago
  75. 7243814 [SOUP] Add SoupNetworkSession class to wrap a SoupSession by carlosgc@webkit.org · 11 years ago
  76. bfe560b [WebGL] Be safer about toggling OpenGL state by using a scoped object to control setting lifetime. by bfulgham@apple.com · 11 years ago
  77. 84c850d Move CertificateInfo to WebCore https://bugs.webkit.org/show_bug.cgi?id=124720 by ossy@webkit.org · 11 years ago
  78. 1389775 [WK2][Soup] Use didReceiveBuffer instead of didReceiveData by mrobinson@webkit.org · 11 years ago
  79. e0bcf45 [GStreamer] Remove 0.10 codepath https://bugs.webkit.org/show_bug.cgi?id=124534 by calvaris@igalia.com · 11 years ago
  80. f8108ef Move RunLoop from WebCore to WTF https://bugs.webkit.org/show_bug.cgi?id=116606 by paroga@webkit.org · 11 years ago
  81. 1795391 [GTK] Glyphs in vertical text tests are rotated 90 degrees clockwise by mario@webkit.org · 11 years ago
  82. 1521d51 [GStreamer] Remove NATIVE_FULLSCREEN_VIDEO support by calvaris@igalia.com · 11 years ago
  83. 942857c [GStreamer] Support audio and video tracks by commit-queue@webkit.org · 11 years ago
  84. b5e23cd .: [EFL][GLES] OpenGL should be an optional by ryuan.choi@samsung.com · 11 years ago
  85. 0443222 Revert r157445 since it broke certificates on Mac. by andersca@apple.com · 11 years ago
  86. 35f5a8f Move PlatformCertificateInfo to WebCore and make the ResourceResponse primitives work in terms of that platform agnostic object by ossy@webkit.org · 11 years ago
  87. 58be780 [cmake] MediaControlsApple is used only by Efl port and is on CMakeLists.txt by hugo.lima@openbossa.org · 11 years ago
  88. f7cc7dc Fix the Efl and Gtk builds. by weinig@apple.com · 11 years ago
  89. 5485d87 Remove ScrollView::platformInit() and ScrollView::platformDestroy() by ryuan.choi@samsung.com · 11 years ago
  90. afcfc2f5 Cleanup CMake files in WebCore https://bugs.webkit.org/show_bug.cgi?id=119262 by paroga@webkit.org · 11 years ago
  91. a73d415 [EFL] Get rid of layering violations in PasteboardEfl.cpp by darin@apple.com · 12 years ago
  92. 202ca8e Fix SynchronousLoaderClient class for !USE(CFNETWORK) platforms by ossy@webkit.org · 12 years ago
  93. b5ac5e3b Source/WebCore: [GStreamer] support in-band text tracks by commit-queue@webkit.org · 12 years ago
  94. e1f9f08 <https://webkit.org/b/119993> Remove most remaining platform-specific code from Clipboard class by darin@apple.com · 12 years ago
  95. ca0464f Moved GLTransportSurface.h and .cpp out of efl-specific directory. by achristensen@apple.com · 12 years ago
  96. ae8a4ea [GStreamer] webkitwebsrc: use SubResourceLoader by carlosgc@webkit.org · 12 years ago
  97. 828c195 Add stubs for ContextMenu and ContextMenuItem by commit-queue@webkit.org · 12 years ago
  98. ef140d3 Remove SystemTime header and implementations by andersca@apple.com · 12 years ago
  99. a7cce27 [BlackBerry] Implement platform strategies by commit-queue@webkit.org · 12 years ago
  100. af878fd [CMake] Consolidate list of files to build for WebCore plugin support by l.gombos@samsung.com · 12 years ago