1. 683996e [OS X] Use CTFontCreateForCSS instead of doing font search ourselves by mmaxfield@apple.com · 10 years ago
  2. 5e37af5 Fix some minor typos related to the WebProcessCreationParameter. by commit-queue@webkit.org · 10 years ago
  3. 24c96bd [iOS] WebContent should have access to the entirety of its caches directory by ap@apple.com · 10 years ago
  4. 7fae074 Forward additional CFNetwork ATS information to child processes by oliver@apple.com · 10 years ago
  5. b530cf1 Allow clients to selectively disable plug-ins by conrad_shultz@apple.com · 10 years ago
  6. c2360bb Unreviewed, rolling out r181483. https://bugs.webkit.org/show_bug.cgi?id=142688 by commit-queue@webkit.org · 10 years ago
  7. 6a79d2b Allow clients to selectively disable plug-ins by conrad_shultz@apple.com · 10 years ago
  8. 0703cce Activate ReliefLogger of a memory pressure handler for linux system. by changseok.oh@collabora.com · 10 years ago
  9. 4267f8c [WK2] Add support for registering url schemes to bypass Content Security Policy. by commit-queue@webkit.org · 10 years ago
  10. 462910a Remove support for screen font substitution by weinig@apple.com · 10 years ago
  11. c836b11 Use UserData for bundle initialization data by andersca@apple.com · 10 years ago
  12. 9c5a3ea Rename WebContext to WebProcessPool by weinig@apple.com · 10 years ago
  13. df7450f URTBF after r177593. by ossy@webkit.org · 10 years ago
  14. 098ca3e Use WebCore::MachSendRights for the compositing render server port by andersca@apple.com · 10 years ago
  15. c70e472 Remove a SnowLeopard-era quirk for QuickLook by timothy_horton@apple.com · 10 years ago
  16. e50b1e3 [EME] Pass location for media key storage through from WebKit/WebKit2. by jer.noble@apple.com · 10 years ago
  17. 2922c95 [Mac][WK2] Fix applicationIsSafari() detection by cdumez@apple.com · 10 years ago
  18. dd9f352 Removing CUSTOM_PROTOCOLS guard https://bugs.webkit.org/show_bug.cgi?id=137741 by commit-queue@webkit.org · 10 years ago
  19. 1d52e98 [SOUP] Remove custom URI schemes implementation by commit-queue@webkit.org · 10 years ago
  20. 91c431e REGRESSION: WebContent process has a sandbox extension for the entirety of user's temp directory by ap@apple.com · 11 years ago
  21. 8544ac7 [Services with UI] Action menu does not appear if selection includes both text and an image. by enrica@apple.com · 11 years ago
  22. a6f2534 WebContent needs access to HSTS database due to some networking still being performed in process by oliver@apple.com · 11 years ago
  23. 802b06c Various frameworks may want to use the container temp directory, so our current restrictions are too tight by oliver@apple.com · 11 years ago
  24. 40e8fa8 Extend WebContent sandbox to allow some extra access for frameworks by oliver@apple.com · 11 years ago
  25. 3fd036b Pass sandbox extension for GL cache over to webprocess by oliver@apple.com · 11 years ago
  26. 1f60af1 Hook up a setting for showing detailed logging during memory pressure relief. by akling@apple.com · 11 years ago
  27. a26431d Replace WKContextSetDatabaseDirectory with two WKContextConfiguration parameters by andersca@apple.com · 11 years ago
  28. 5941675 Remove local storage directory and sandbox extension from WebProcessCreationParameters by andersca@apple.com · 11 years ago
  29. b8a54bc Session-aware plugin autostart data by mhock@apple.com · 11 years ago
  30. 5f7f7d5 WKWebView doesn't track visited links (for visited link coloring) by andersca@apple.com · 11 years ago
  31. 22777a1 If there are no services available, do not show the service controls UI by beidson@apple.com · 11 years ago
  32. 0575a85 Add user default for FTL JIT https://bugs.webkit.org/show_bug.cgi?id=131520 by barraclough@apple.com · 11 years ago
  33. f644982 Begin work on the bundle parameter API by andersca@apple.com · 11 years ago
  34. 3005ef5 If the FTL is build-time enabled then it should be run-time enabled. by fpizlo@apple.com · 11 years ago
  35. ddfd7f9 [WebKit2, JSC] Add user default to disable the JIT by weinig@apple.com · 11 years ago
  36. 111c4e8 Stop using PLATFORM(MAC) in WebKit2/Shared except where it means “OS X but not iOS” by mitz@apple.com · 11 years ago
  37. 9363e28 [WebKit2, FTL] Add user default to enable the FTL by weinig@apple.com · 11 years ago
  38. 39bf85f Add a method for schemes to be registered as supporting cache partitioning by jpfau@apple.com · 11 years ago
  39. 90a9728 [WebKit2] Add SPI to disable the WebCore memory cache by aestes@apple.com · 11 years ago
  40. 6188bb9 [SOUP] Implement CUSTOM PROTOCOLS https://bugs.webkit.org/show_bug.cgi?id=125583 by carlosgc@webkit.org · 11 years ago
  41. 69388f0 Move code over to the IPC namespace. by andersca@apple.com · 11 years ago
  42. ebcac2b <https://webkit.org/b/120027> AXObjectCache's by bdakin@apple.com · 12 years ago
  43. 099ff13 [WK2] NetworkProcess should use a temporary storage session for test by ap@apple.com · 12 years ago
  44. 84a90cc Cleanup plugin snapshotting autostart decision making by dino@apple.com · 12 years ago
  45. ea15193 Message decoding functions should take a MessageDecoder reference by andersca@apple.com · 12 years ago
  46. 30854d1 Remove PLATFORM(WIN) #ifdefs https://bugs.webkit.org/show_bug.cgi?id=106279 by andersca@apple.com · 12 years ago
  47. 7451b2d8 Revert auto-start plugins to snapshotted plugins after a period of inactivity by jonlee@apple.com · 12 years ago
  48. 58977f3 [GTK] Add API to set a TLS errors policy to WebKit2 GTK+ API by carlosgc@webkit.org · 12 years ago
  49. e2015d5 [GTK] Cookies' storage path and policy are not set when the WebProcess is killed and relaunched by commit-queue@webkit.org · 12 years ago
  50. d79c0b2 Initialize new web processes with list of auto-start origins for plug-ins by jonlee@apple.com · 12 years ago
  51. fee469f Set the visible process name before entering the sandbox by andersca@apple.com · 12 years ago
  52. ef5427c [GTK] Custom URI schemes stop working on Epiphany using WebKit2 after killing the web process by commit-queue@webkit.org · 12 years ago
  53. 8ebb8c1 [WebKit2] Need API in UIProcess to enable loading of custom protocols by aestes@apple.com · 12 years ago
  54. c5d6a75 Get rid of USE(CFURLSTORAGESESSIONS) by ap@apple.com · 12 years ago
  55. 0495d3b encode should take an ArgumentEncoder reference by andersca@apple.com · 12 years ago
  56. e039bb3 WebProcess should only connect to the NetworkProcess if NetworkProcess is enabled by beidson@apple.com · 12 years ago
  57. 3858653 Separate WebKit2 instances use the same local storage by ossy@webkit.org · 12 years ago
  58. 764bd8b [wk2] Implement PDFPlugin https://bugs.webkit.org/show_bug.cgi?id=99206 by timothy_horton@apple.com · 12 years ago
  59. 708bc63 Source/WebCore: WebCore part of <rdar://problem/12446507> [mac] WebKit clients cannot change the behavior of text-rendering: auto by mitz@apple.com · 12 years ago
  60. 3b501e6 Plugins are killed after 45 seconds if showing keychain "Allow/Deny" dialog by andersca@apple.com · 12 years ago
  61. d2d65b9 Source/WebKit/mac: WebKit/mac part of <rdar://problem/11455228> [mac] Stop using screen fonts by mitz@apple.com · 12 years ago
  62. eb7e60e [GTK] Add API to get/set the security policy of a given URI scheme to WebKit2 GTK+ by carlosgc@webkit.org · 12 years ago
  63. 34a22e2 Use dynamic sandbox extension rather than sandbox parameters for paths provided by the UIProcess by weinig@apple.com · 12 years ago
  64. f9727c8 [WK2] WebProcesses should not wait 60 seconds to close in multi-process mode by ap@apple.com · 13 years ago
  65. 8cffbac [Qt][WK2] Compute and set cache capacities using the current CacheModel by commit-queue@webkit.org · 13 years ago
  66. d8ea469 WebProcess should use private temporary and cache directories by ap@apple.com · 13 years ago
  67. ed78cdb Separate NOTIFICATIONS and LEGACY_NOTIFICATIONS by jonlee@apple.com · 13 years ago
  68. b308791 Update how the Web Inspector resources are loaded. by timothy@apple.com · 13 years ago
  69. e73aa08 Unreviewed, rolling out r106920, r106924, r106933, r106939, by ossy@webkit.org · 13 years ago
  70. 5e9849a [Qt][WK2] Compute and set cache capacities using the current CacheModel by commit-queue@webkit.org · 13 years ago
  71. 85d3939 [WK2] Sync call for notifications permissions causes flashes on gmail.com by jonlee@apple.com · 13 years ago
  72. efb33fc Provide access to user's list of preferred languages by eric.carlson@apple.com · 13 years ago
  73. 20e8427 The Full Keyboard Access preference should be read in the UI process by ap@apple.com · 13 years ago
  74. 09dc268 Support using a different front-end for the Web Inspector in WebKit2. by timothy@apple.com · 13 years ago
  75. 4908b163 In WebKitTestRunner, text has font smoothing in pixel snapshots by simon.fraser@apple.com · 13 years ago
  76. 0da27b3 [Qt] [WK2] Implement a persistent cookie storage. by alexis.menard@openbossa.org · 13 years ago
  77. 1558212 Add a user default to disable the plug-in process message timeout by andersca@apple.com · 14 years ago
  78. ac8c34a 2011-05-20 Sam Weinig <sam@webkit.org> by weinig@apple.com · 14 years ago
  79. fcf9f8d [Windows WebKit2] Use cookies set in WebKit1 by jberlin@webkit.org · 14 years ago
  80. bae2204 2011-05-11 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  81. fb7a19c [Windows WebKit2] Use cookies set in WebKit1 by jberlin@webkit.org · 14 years ago
  82. b912364 2011-05-07 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  83. b05c859 [Windows WebKit2] Use cookies set in WebKit1 by jberlin@webkit.org · 14 years ago
  84. 004d4ce 2011-04-29 Anders Carlsson <andersca@apple.com> by andersca@apple.com · 14 years ago
  85. 3d435c1 Remove duplicate API from WKContext by weinig@apple.com · 14 years ago
  86. 20213c9 2011-03-30 Anders Carlsson <andersca@apple.com> by andersca@apple.com · 14 years ago
  87. ef53f5d Unreviewed build correction. by jberlin@webkit.org · 14 years ago
  88. 3f10cc6 https://bugs.webkit.org/show_bug.cgi?id=56425 WebKit2 icon database. by beidson@apple.com · 14 years ago
  89. 0e810aa <rdar://problem/9127270> and https://bugs.webkit.org/show_bug.cgi?id=56282 by beidson@apple.com · 14 years ago
  90. c500f22 Source/JavaScriptCore: WebKit2: Use CFNetwork Sessions API. by jberlin@webkit.org · 14 years ago
  91. 853f1f1 Reviewed by Dan Bernstein. by ap@apple.com · 14 years ago
  92. afb4588 Reviewed by Adam Roben. by ap@apple.com · 14 years ago
  93. 81edf56 WebKit2: The CFNetwork Cache should be shared between the UI Process and the Web Process on by jberlin@webkit.org · 14 years ago
  94. 31a1ec3 2011-01-24 Maciej Stachowiak <mjs@apple.com> by mjs@apple.com · 14 years ago
  95. b1adb2d 2011-01-18 Anders Carlsson <andersca@apple.com> by andersca@apple.com · 14 years ago
  96. be159d9 Move WebKit2 into Source https://bugs.webkit.org/show_bug.cgi?id=52438 by abarth@webkit.org · 14 years ago[Renamed from WebKit2/Shared/WebProcessCreationParameters.h]
  97. 9de2e21 Fix for <rdar://problem/8711576> The web process should be able to read resources from the UI process. by andersca@apple.com · 14 years ago
  98. b294e77 <rdar://problem/8821203> Sandbox violations trying to access the Safari cache by andersca@apple.com · 14 years ago
  99. aa50410 WK2: Support Accessibility https://bugs.webkit.org/show_bug.cgi?id=51859 by cfleizach@apple.com · 14 years ago
  100. 190ba93 2011-01-04 Anders Carlsson <andersca@apple.com> by andersca@apple.com · 14 years ago