1. 09b934e IDB: Index reading by beidson@apple.com · 11 years ago
  2. e614477 IDB: Index cursor complete advance() and iterate() support by beidson@apple.com · 11 years ago
  3. 7018f66 Update WebCrypto JWK mapping to use key_ops by ap@apple.com · 11 years ago
  4. 26cd99f Add webView:didFailNavigation:withError: delegate method by andersca@apple.com · 11 years ago
  5. 4a0e451 Add security-checked casts for all WebCore::CachedResource subclasses by ddkilzer@apple.com · 11 years ago
  6. 74aef1f REGRESSION (r163027?): CrashTracer: [USER] com.apple.WebKit.WebContent.Development at com.apple.JavaScriptCore: JSC::ArrayProfile::computeUpdatedPrediction + 4 by msaboff@apple.com · 11 years ago
  7. ff8951f Unreviewed. Fixed GTK+ CMake build after r162922. by calvaris@igalia.com · 11 years ago
  8. e81f64a Improve the JavaScript bindings of DatasetDOMStringMap by benjamin@webkit.org · 11 years ago
  9. f9b5b1a Remove LEGACY_VIEWPORT_ADAPTION https://bugs.webkit.org/show_bug.cgi?id=128028 by benjamin@webkit.org · 11 years ago
  10. f749bb3 IDB: Handle "nextunique" and "prevunique" cursors, and handle "advance()" correctly by beidson@apple.com · 11 years ago
  11. 59ef995 Unreviewed. Fixing the GTK build after r163232. by zandobersek@gmail.com · 11 years ago
  12. ce26e7f Release build fix after r163234. Don't always export the symbol that doesn't exist under NDEBUG. by rniwa@webkit.org · 11 years ago
  13. 6f27111 IDB: Index cursors use wrong deserialization for the retrieved value by beidson@apple.com · 11 years ago
  14. f4e4cc0 Debug build fix after r163232. Call hasEditableStyle() instead of isContentEditable() which by rniwa@webkit.org · 11 years ago
  15. d473f92 Remove inline member functions of FrameSelection that access m_selection by rniwa@webkit.org · 11 years ago
  16. 9f79472 Pass the viewport rect and scroll origin independently into the scrolling tree, and make things floats by simon.fraser@apple.com · 11 years ago
  17. 989ddae WebKit2 View Gestures: Crash when pinch-zooming on a page that is just a frameset by timothy_horton@apple.com · 11 years ago
  18. f666700 Another attempt at fixing the build. by andersca@apple.com · 11 years ago
  19. 8355b38 Gardening: fix build breakage. by mark.lam@apple.com · 11 years ago
  20. b361d14 Gardening: Fix a merge problem to unbreak bots. by mark.lam@apple.com · 11 years ago
  21. c8be2cf [Cocoa] Add NEFilterSource support to ContentFilterMac by aestes@apple.com · 11 years ago
  22. d04e0a0 2014-01-31 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 11 years ago
  23. 18ad7ac DFG->FTL tier-up shouldn't assume that LoopHints stay at the tops of loops by fpizlo@apple.com · 11 years ago
  24. 65a636f Avoid eagerly creating the JSActivation when the debugger is attached. by mark.lam@apple.com · 11 years ago
  25. 8d5b456 Attempt to fix Production Dashboard after <http://trac.webkit.org/changeset/163213> by dbates@webkit.org · 11 years ago
  26. 9acef8c Fix iOS build. by andersca@apple.com · 11 years ago
  27. 86d5ad5 Update test results for a new DOM URL test (we now pass more). by ap@apple.com · 11 years ago
  28. 92d696c [wk2] PlatformCALayerRemoteCustom doesn't work on iOS by timothy_horton@apple.com · 11 years ago
  29. bc86971 Add session support to WebPlatformStrategies by commit-queue@webkit.org · 11 years ago
  30. b507024 Even when in fixed layout mode, some platforms need to do layout after a viewport change by simon.fraser@apple.com · 11 years ago
  31. c66eda7 WebKitTestRunner project doesn't show Mac as a valid destination architecture. by simon.fraser@apple.com · 11 years ago
  32. aa9f4ab REGRESSION: Crash in sanitizeStackForVMImpl when scrolling @ lifehacker.com.au by msaboff@apple.com · 11 years ago
  33. 6d8a745 WebKit Bot Watcher's Dashboard: Access restricted queue should only prompt for HTTP credentials once per page load by dbates@webkit.org · 11 years ago
  34. 0d1912f Expose creation and modification times for LocalStorage by ap@apple.com · 11 years ago
  35. 9085e68 Don't need a JSNameScope for the callee name just for the debugger. by mark.lam@apple.com · 11 years ago
  36. 939e5e8 Implement (most of) URL API https://bugs.webkit.org/show_bug.cgi?id=127795 by mjs@apple.com · 11 years ago
  37. 79bde01 Unreviewed, build fix. by fpizlo@apple.com · 11 years ago
  38. de67909 Unreviewed, really make --copy-libraries a no-able option. by fpizlo@apple.com · 11 years ago
  39. 99094d2 Create clipping path from <box> value by bjonesbe@adobe.com · 11 years ago
  40. bf7d253 Fix windows by oliver@apple.com · 11 years ago
  41. e278918 Unreviewed, really add the --copy-libraries option. by fpizlo@apple.com · 11 years ago
  42. 742db8f Unreviewed, fix the script for older Rubies. by fpizlo@apple.com · 11 years ago
  43. 4611bac Add webView:didReceiveServerRedirectForProvisionalNavigation: by andersca@apple.com · 11 years ago
  44. 603dd93 IDB: Index cursor preliminary support by beidson@apple.com · 11 years ago
  45. 6e474ef Fix 32bit. by oliver@apple.com · 11 years ago
  46. 49e3b54 Having a custom LLVM checkout should always override all other ways of getting LLVM by fpizlo@apple.com · 11 years ago
  47. 3a0e321 Add options to force debugger / profiler bytecode generation. by mark.lam@apple.com · 11 years ago
  48. 5634d37 WebKit Bot Watcher's Dashboard: Teach JSON.load() to take optional failure callback function by dbates@webkit.org · 11 years ago
  49. fca9a92 Make it possible to implement JS builtins in JS by oliver@apple.com · 11 years ago
  50. 31549c8 Build fix. by bdakin@apple.com · 11 years ago
  51. d7630ae Allow more flexibility for copy-webkitlibraries-to-product-directory by fpizlo@apple.com · 11 years ago
  52. 2539bc2 WebKit2 View Gestures (Swipe): Crashes swiping around a Google Docs spreadsheet by timothy_horton@apple.com · 11 years ago
  53. ccb5dd2 Properly handle cases where a profile couldn't be recorded and null is returned. by timothy@apple.com · 11 years ago
  54. 8a00da9 Extended background should only create margin tiles for pages with background by bdakin@apple.com · 11 years ago
  55. ba8e619 Remove FrameLoader's reloadWithOverrideURL and reloadWithRequest by jochen@chromium.org · 11 years ago
  56. d3db4ee Unreviewed, rolling out r163182. by commit-queue@webkit.org · 11 years ago
  57. 41d598e IDB: openCursor() needs to prime the cursor with first position values by beidson@apple.com · 11 years ago
  58. 00814e6 [CSS Shapes] Image valued shape can fail by hmuller@adobe.com · 11 years ago
  59. ca96349 DumpRenderTree iOS fails to link: missing rowHeaders and columnHeaders in AccessibilityUIElement by dfarler@apple.com · 11 years ago
  60. 6163938 Deduplicate Document::encoding(). <https://webkit.org/b/128000> by akling@apple.com · 11 years ago
  61. 4928f41 Unreviewed. Update my contributors.json entry. by zoltan@webkit.org · 11 years ago
  62. 5a5512f Even when in fixed layout mode, some platforms need to do layout after a viewport change by simon.fraser@apple.com · 11 years ago
  63. d55384c Guard GLContextEGL::platformContext() with USE(3D_GRAPHICS) by zandobersek@gmail.com · 11 years ago
  64. 33eafb2 Source/WebCore: Sideways 'wobble' when scrolling with trackpad on Mavericks by bdakin@apple.com · 11 years ago
  65. a2df15c Fix the ARM Thumb2 build after jsCStack branch merge by rgabor@webkit.org · 11 years ago
  66. 61cfb72 Fix the forward declaration of RawPluginMetaData in NetscapePluginModule.h by zandobersek@gmail.com · 11 years ago
  67. 641c6e1 Don't do logging from Range::collectSelectionRects() on iOS by simon.fraser@apple.com · 11 years ago
  68. 6e62899 Make iOS fixed layer registration more like OS X by simon.fraser@apple.com · 11 years ago
  69. 4731881 Unreviewed, rolling out r163165. by commit-queue@webkit.org · 11 years ago
  70. 14adb63 Don't allocate a new XMLHttpRequestStaticData every time staticData() is called by andersca@apple.com · 11 years ago
  71. b4567e5 REGRESSION: WebKit2.PageLoadBasic API test is failing by andersca@apple.com · 11 years ago
  72. 24a4397 IDB: When deleting object stores/indexes, also delete associated records by beidson@apple.com · 11 years ago
  73. b340921 Subpixel rendering: Change RenderBoxModelObject's border functions' signature to support subpixel border painting. by zalan@apple.com · 11 years ago
  74. 9c6e063 IDB: Index writing by beidson@apple.com · 11 years ago
  75. 39272d1 [arm] Add missing pushPair/popPair implementations in MacroAssemblerARM.h by commit-queue@webkit.org · 11 years ago
  76. 78be826 [CSSRegions] Add test(s) for list item as region by mihnea@adobe.com · 11 years ago
  77. 79bf42d [jhbuild] Disable escape sequences in EWS output by ossy@webkit.org · 11 years ago
  78. 6704639 [CSS Grid Layout] Do log(n) search in the named line vectors when positioning named line spans. by commit-queue@webkit.org · 11 years ago
  79. 04136204 Fix table sizing when 'max-width' is used. by commit-queue@webkit.org · 11 years ago
  80. 7f0b9ed [EFL][WK2] Unreviewed EFL WebKit2 build fix after r163116. by jinwoo7.song@samsung.com · 11 years ago
  81. c8720d2 Versioning. by lforschler@apple.com · 11 years ago
  82. 3b3736a Fix iOS WK2 build after r163156. by simon.fraser@apple.com · 11 years ago
  83. 5e40dfe Fix iOS build after r163156. by simon.fraser@apple.com · 11 years ago
  84. 3e6fb15 Subpixel rendering: Change drawRect()/drawLine() signature to support subpixel rendering. by zalan@apple.com · 11 years ago
  85. f5323c1 Remove ScrollingCoordinator::setLayerIsContainerForFixedPositionLayers() which is no longer used by simon.fraser@apple.com · 11 years ago
  86. aed5d70 Some fixed position elements disappear in WK2 on iOS by simon.fraser@apple.com · 11 years ago
  87. 3c83d64 Subpixel rendering: Make RoundedRect layout unit aware. by zalan@apple.com · 11 years ago
  88. d9b89f3 [GTK] [CMake] Add support for building against GTK+ 2 by mrobinson@webkit.org · 11 years ago
  89. 06089db Speculative build fix. by jberlin@webkit.org · 11 years ago
  90. 116f05b Fix profiler layout test crashes. by timothy@apple.com · 11 years ago
  91. 3d05b73 Subpixel rendering: Change BorderData's width from unsigned to float to enable subpixel border painting. by zalan@apple.com · 11 years ago
  92. 1018214 CodeBlock's cloned SymbolTables only need the captured names. by akling@apple.com · 11 years ago
  93. 25d7884 Unreviewed, rolling out r163125. by commit-queue@webkit.org · 11 years ago
  94. f9cb95d Add webView:didFinishLoadingNavigation: delegate method by andersca@apple.com · 11 years ago
  95. f7dd893 Add security-checked cast for WebCore::CachedImage <http://webkit.org/b/127967> by ddkilzer@apple.com · 11 years ago
  96. 191b6c7 Crashes after 163116 in [WKView takeViewSnapshot] by timothy_horton@apple.com · 11 years ago
  97. 2e9410a Fixed position objects are clipped in iOS WK2 by simon.fraser@apple.com · 11 years ago
  98. 1fb253a Debug build fix. by timothy@apple.com · 11 years ago
  99. a0f5c84 Add a webView:didCommitNavigation: delegate method by andersca@apple.com · 11 years ago
  100. 15610e9 Update WebCore localized strings. by timothy@apple.com · 11 years ago