1. 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
  2. 5b31eef Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL by svillar@igalia.com · 11 years ago
  3. f6f8717 Subpixel rendering: Make GraphicsLayer::fillRect FloatRoundedRect based and cleanup dependencies. by zalan@apple.com · 11 years ago
  4. 970a32f Stop using Unicode.h https://bugs.webkit.org/show_bug.cgi?id=127633 by darin@apple.com · 11 years ago
  5. aba1231 More characters -> deprecatedCharacters (based on more EWS complaints) by darin@apple.com · 11 years ago
  6. 2a5949d Use deprecatedCharacters in a few more places (non-Mac-build sites found by EWS) by darin@apple.com · 11 years ago
  7. 05acde7 Expose SQL database creation and modification times by ap@apple.com · 11 years ago
  8. d619427a9 Part 2: Assertion failure in WebCore::PseudoElement::didRecalcStyle() by ddkilzer@apple.com · 11 years ago
  9. 5d79e75 Modernize HashTable threading code by andersca@apple.com · 11 years ago
  10. df4a317 Try to fix Windows build. by simon.fraser@apple.com · 11 years ago
  11. 92787c7 ../JavaScriptCore: [Win] Update project and solution files for 64-bit builds. by bfulgham@apple.com · 11 years ago
  12. 2dfe6cb Remove workaround for compilers not supporting explicit override control by commit-queue@webkit.org · 11 years ago
  13. f8108ef Move RunLoop from WebCore to WTF https://bugs.webkit.org/show_bug.cgi?id=116606 by paroga@webkit.org · 11 years ago
  14. 03ae119 Port LoggingWin.cpp to WinCE https://bugs.webkit.org/show_bug.cgi?id=123678 by paroga@webkit.org · 11 years ago
  15. 7e5ddc1 Various small WinCE build fixes by paroga@webkit.org · 11 years ago
  16. 7cc1e32 WebKit/win/WebKitGraphics.h:void WebDrawText(WebTextRenderInfo*); is never called by commit-queue@webkit.org · 11 years ago
  17. 38181ed Unreviewed, rolling out r158243. by commit-queue@webkit.org · 11 years ago
  18. 13f4480 Underline bounds cannot be queried before underline itself is drawn by commit-queue@webkit.org · 11 years ago
  19. ff9adb8 Stop bringing in the std namespace by andersca@apple.com · 11 years ago
  20. 5f1a150 Windows select element doesn't draw RTL properly. by roger_fong@apple.com · 11 years ago
  21. 8b2f263 https://bugs.webkit.org/show_bug.cgi?id=122774. <rdar://problem/6138855>. by roger_fong@apple.com · 11 years ago
  22. 00701b1 Deprecate or remove deleteAllValues functions; there are only a few call sites left by darin@apple.com · 11 years ago
  23. 2eb5f4d Change most call sites to call ICU directly instead of through WTF::Unicode by darin@apple.com · 11 years ago
  24. edce0ee Scrollbars are updated on the main thread rather than the scrolling thread by bdakin@apple.com · 11 years ago
  25. f293496 CTTE: Use references in and around DragController by commit-queue@webkit.org · 11 years ago
  26. 40473e9 Fix windows build. by weinig@apple.com · 11 years ago
  27. 288d715 Source/WebCore: Added adoptCOM to COMPtr on Windows. by commit-queue@webkit.org · 11 years ago
  28. 39ed951 ScrollbarPainterController should adopt the api to lock overlay scrollbar state by bdakin@apple.com · 12 years ago
  29. 5ffbb5c rename KURL to URL https://bugs.webkit.org/show_bug.cgi?id=16214 by darin@apple.com · 12 years ago
  30. 29bcb3b [WIN] Add implementation for WebCore::readFromFile() by paroga@webkit.org · 12 years ago
  31. 30b023a [WIN] Fix build without precompiled header after r154146. by paroga@webkit.org · 12 years ago
  32. e16f7f9 Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in WebCore by weinig@apple.com · 12 years ago
  33. d8c60cb [WIN] Fix build without precompiled header after r154146. by paroga@webkit.org · 12 years ago
  34. 6fa8363 Remove layering-violating Pasteboard::plainText function (for all platforms now) by darin@apple.com · 12 years ago
  35. 22281e3 Remove layering-violating Pasteboard::writeURL (for all platforms now) by darin@apple.com · 12 years ago
  36. c08e07d [WinCairo] Compile errors, missing include. by commit-queue@webkit.org · 12 years ago
  37. f44603e [Windows] Revise GDI Create Functions to use GDIObject Smart Pointer. by bfulgham@apple.com · 12 years ago
  38. 283b393 Source/WebCore: [Windows] Change from using OwnPtr<GDI Stuff> to new GDIObject template. by bfulgham@apple.com · 12 years ago
  39. 9d82db6 [Windows] StructuredExceptionHandlerSuppressor Causes Bad Interactions with Support Libraries by bfulgham@apple.com · 12 years ago
  40. 0bc94fe [Windows] Unreviewed gardening: Spell 'Suppressor' properly by bfulgham@apple.com · 12 years ago
  41. 78bf2d4 Cut down on double hashing and code needlessly using hash table iterators by darin@apple.com · 12 years ago
  42. 622b1a4 Node::document() should return a reference. <https://webkit.org/b/120496> by akling@apple.com · 12 years ago
  43. 5556e11 Eliminate Pasteboard::generalPasteboard by darin@apple.com · 12 years ago
  44. 3667a55 [Windows] Build fix after r154578. Return Vector<String>() instead by bfulgham@apple.com · 12 years ago
  45. c566ba9 Make JavaScript binding for Clipboard::types more normal by darin@apple.com · 12 years ago
  46. e1f9f08 <https://webkit.org/b/119993> Remove most remaining platform-specific code from Clipboard class by darin@apple.com · 12 years ago
  47. ab9ea81 <https://webkit.org/b/119939> Remove some unused clipboard and pasteboard code by darin@apple.com · 12 years ago
  48. 795608a <https://webkit.org/b/119940> Rename Clipboard::m_dragLoc to m_dragLocation by darin@apple.com · 12 years ago
  49. fd5391e ../WebCore: [Windows] Consolidate WebKit Bundle Handling by bfulgham@apple.com · 12 years ago
  50. 0d92f4d [CSS] Introduce new structure to pass image orientation values. by gyuyoung.kim@samsung.com · 12 years ago
  51. 5ae1561 Move Clipboard::declareAndWriteDragImage to DragController by darin@apple.com · 12 years ago
  52. e6021b9 Logging should be configurable using human-readable channel names rather than crazy bitmasks by mrowe@apple.com · 12 years ago
  53. 51f3bcd Move WindowsExtras.h from WebCore to WTF by paroga@webkit.org · 12 years ago
  54. 96fa0a3 Use OwnPtr in RenderThemeWin and ScrollbarThemeWin by paroga@webkit.org · 12 years ago
  55. 4c84a5c [Windows] Avoid passing addresses of temporaries to Windows API. by bfulgham@apple.com · 12 years ago
  56. 8313945 [Windows] Support in-band text tracks. by bfulgham@apple.com · 12 years ago
  57. 9692e3f Port FileSystemWin.cpp to WinCE https://bugs.webkit.org/show_bug.cgi?id=117935 by paroga@webkit.org · 12 years ago
  58. 60debac Added template parameters to std::min to fix compile errors in Visual Studio x64. by achristensen@apple.com · 12 years ago
  59. b0b4496 Add a new String::charactersWithNullTermination() function that returns a vector by andersca@apple.com · 12 years ago
  60. 18588ab Deprecate StringImpl::charactersWithNullTermination by andersca@apple.com · 12 years ago
  61. 158774f Use SetFilePointer instead of SetFilePointerEx in FileSystemWin by paroga@webkit.org · 12 years ago
  62. ac28bde Use the PlatformEvent timestamp when creating a DOM Event by benjamin@webkit.org · 12 years ago
  63. 911afa7 Move OleGetClipboard to Pasteboard::createForCopyAndPaste. by commit-queue@webkit.org · 12 years ago
  64. 4b8271d Build fix for WinCE after r150772. by paroga@webkit.org · 12 years ago
  65. 53ae139 Move Windows port off legacy clipboard. by commit-queue@webkit.org · 12 years ago
  66. 5cd0e10 Use Vector instead of custom linked list for font families by antti@apple.com · 12 years ago
  67. 3471f32 Remove custom binding for the Clipboard clearData function by darin@apple.com · 12 years ago
  68. 08379c9 Port functions for pathhandling to Windows CE in FileSystemWin by paroga@webkit.org · 12 years ago
  69. b2c4bbf Remove unused function safeCreateFile() from WebCore by paroga@webkit.org · 12 years ago
  70. ef140d3 Remove SystemTime header and implementations by andersca@apple.com · 12 years ago
  71. b417092 Frame::editor() should return a reference by andersca@apple.com · 12 years ago
  72. 554c4ca [Windows] The function seekFile() is not implemented. by commit-queue@webkit.org · 12 years ago
  73. f00480b Source/WebCore: Use adoptCF and adoptNS in more places by darin@apple.com · 12 years ago
  74. 561a46f Unreviewed, rolling out r149338. by rniwa@webkit.org · 12 years ago
  75. 176cfd0 Make RunLoop ref-counted https://bugs.webkit.org/show_bug.cgi?id=115384 by andersca@apple.com · 12 years ago
  76. 381a767 Remove OS(WINCE) from (Render|Scrollbar)ThemeWin.cpp by paroga@webkit.org · 12 years ago
  77. c577011 [WIN] Guard cfHDropFormat() with USE(CF) instead of OS(WINCE) by paroga@webkit.org · 12 years ago
  78. b2a7c79 Remove wxWebKit from WebCore. <http://webkit.org/b/115255> by akling@apple.com · 12 years ago
  79. 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
  80. 42ca3ce More Windows build fixes. by rniwa@webkit.org · 12 years ago
  81. 7a694d6 Speculative Windows build fix. by jberlin@webkit.org · 12 years ago
  82. 8f6ea67 Add logging channel for animations by dino@apple.com · 12 years ago
  83. 667afd9 Initialization skipped error on WinCario after r147643 by loki@webkit.org · 12 years ago
  84. d9968cb Build fix. by roger_fong@apple.com · 12 years ago
  85. baf91e9 DragImage should not depend on Frame and CachedImage by carlosgc@webkit.org · 12 years ago
  86. d08db73 [WinCE] Do not call missing method createDragImageFromImage() by paroga@webkit.org · 12 years ago
  87. 2e39cc2 [Cairo] Fix canvas drawing of SVG-based patterns and remove NativeImageCairo by ch.dumez@sisa.samsung.com · 12 years ago
  88. f2ff277 Image alt text not included in plain-text version when copying by tony@chromium.org · 12 years ago
  89. 3a4311f Data store should be readable in dragstart/copy/cut events by dcheng@chromium.org · 12 years ago
  90. 3a37a14 Refactored script content removal in the fragment parser for clarity and speed by ggaren@apple.com · 12 years ago
  91. 289ffb2 Move platform-specific typedefs to PlatformMenuDescription.h by commit-queue@webkit.org · 12 years ago
  92. 8c35c12 Rename WebCore/editing/visible_units.* to VisibleUnits.* by tkent@chromium.org · 12 years ago
  93. 99589b6 Fix a typo in my previous commit (r144534). by rniwa@webkit.org · 12 years ago
  94. d218dc2 Windows build fix attempt after r144530. by rniwa@webkit.org · 12 years ago
  95. 4974d27f Unreviewed, rolling out r143536. by commit-queue@webkit.org · 12 years ago
  96. 402b704 Unreviewed. Remove references to SAFARI_THEME from Windows Solution. by roger_fong@apple.com · 12 years ago
  97. 6994259 Unreviewed, rolling out r142155. by gavinp@chromium.org · 12 years ago
  98. 719b0ee Consider replacing return type of Clipboard::types() from ListHashSet<String> to Vector<String> by rgf748@motorola.com · 12 years ago
  99. e12976ac Cleanup: Use exceptionless Range::* methods rather than ignoring exceptions. by mkwst@chromium.org · 12 years ago
  100. 7223e45 Add ASSERT_WITH_SECURITY_IMPLICATION to detect out of bounds access by inferno@chromium.org · 12 years ago