1. 18e3a68 [cleanup] Remove Fuchsia minibrowser by Rob Tsuk · 6 years ago main master
  2. d1fc701 [WebView] Reduce focus scope for text input. by Bryce Lee · 6 years ago
  3. 2c4a802 [WebKit] Set C++ STD library to 14. by Bryce Lee · 6 years ago
  4. 4de3d01 [WebKit] Allow Password field to trigger focus. by Bryce Lee · 6 years ago
  5. d1c947e [WebView] Dispatch input focus events to WebView. by Bryce Lee · 6 years ago
  6. 9c33684 [syscalls] Change vmar..._old() calls back and use new params by David Moore · 6 years ago unblock-release-1.10
  7. 2f7204b Remove Jiri manifests by Petr Hosek · 6 years ago
  8. a467e5e [fuchsia] Jiri manifest and Fuchsia package manifest by Petr Hosek · 6 years ago
  9. dfdb42b [fuchsia] Remove ZX_PIXEL_FORMAT_MONO_1 by Adam Barth · 6 years ago
  10. ace3404 [syscalls] Use vmar..._old apis. by David Moore · 6 years ago
  11. d530839 [fdio] Update FDIO header locations by Adam Barth · 6 years ago
  12. 8db7aef Fix warnings produced by a new compiler by Rob Tsuk · 6 years ago
  13. 200f017 Touch the README to trigger a build by Dave Bort · 6 years ago
  14. 09decd2 Use compiler flags to disable SafeStack by Petr Hosek · 6 years ago
  15. 1670705 [fuchsia] fix build scripts for new arch names by James Tucker · 6 years ago
  16. 0960bec Stop including <sys/resource.h> on Fuchsia. by Ian McKellar · 6 years ago
  17. f6a600e Expose custom events on WebView by Ian McKellar · 6 years ago
  18. c87383e [webkit] Add explicit dependency onto HID library. by Gary Miguel · 6 years ago
  19. 203d834 Fix build breakage caused by update to ICU 59.1. by Michael Jurka · 6 years ago
  20. 696273c Update build flags for a toolchain change. by Ian McKellar · 6 years ago
  21. 34badb0 Pick up change to Zircon pixel formats by Rob Tsuk · 6 years ago
  22. b9bfa4f Update path to gen.py. by P.Y. Laligand · 6 years ago
  23. e46f846 Don’t leak cairo surfaces and contexts by Rob Tsuk · 6 years ago
  24. 4c4fb40 Do one-time initialization sooner by Rob Tsuk · 6 years ago
  25. 161cb6a Add a method for getting cookies for a given url by YoungSeok Yoon · 7 years ago
  26. 17ebd89 Rename WebKit target to WebKit_source_set by YoungSeok Yoon · 7 years ago
  27. 9b31e43 Fix the WebKit build. by Ian McKellar · 7 years ago
  28. 837e51f Move web_runner and web_view to //topaz. by P.Y. Laligand · 7 years ago
  29. 6a9d488 Extend the Fuchsia WebKit WebView by Ian McKellar · 7 years ago
  30. c972e4a Update README by Rob Tsuk · 7 years ago
  31. 1246931 Rename Magenta to Zircon by George Kulakowski · 7 years ago
  32. d87c1b4 [Fuchsia] Use mx_cache_flush in ARM64Assembler by Roland McGrath · 7 years ago
  33. 1986f77 Add a missing string include by Petr Hosek · 7 years ago
  34. fccadce Rename webkit_shared to webkit and use source sets by Petr Hosek · 7 years ago
  35. 306d85d No longer need to use $shared_toolchain by Roland McGrath · 7 years ago
  36. 1b88708 Fix out-of-tree build by Rob Tsuk · 7 years ago
  37. 06c20f0 Expose scroll by pixel by Rob Tsuk · 7 years ago
  38. ecc404c Expose the main document error for testing purposes by Rob Tsuk · 7 years ago
  39. c999e77 Enable certificate checking by Rob Tsuk · 7 years ago
  40. 0ae39db Fix visibility on 'webkit' group so use_prebuilt_webkit=false generates by James Robinson · 7 years ago
  41. cf49672 Add a method to WebView to delete all cookies by Rob Tsuk · 7 years ago
  42. 7b47ad7 Fix out-of-tree webkit build by Rob Tsuk · 7 years ago
  43. e444232 Use the new MX_OK mx_status_t name by George Kulakowski · 7 years ago
  44. 73bd56e Export symbols from WebKit target by James Robinson · 7 years ago
  45. 9660279 Fix build by Adam Barth · 7 years ago
  46. 6be21da Switch to using WebKit's own copy of Roboto by Adam Barth · 7 years ago
  47. 4562bbf Use release sysroot for release builds by Rob Tsuk · 7 years ago
  48. b22f7a4 Change deps build script for new sysroot location by Rob Tsuk · 7 years ago
  49. f9c43fc Fix Arm64 build by Rob Tsuk · 7 years ago
  50. 8e364ed Enable certificate validation by Rob Tsuk · 7 years ago
  51. e9759d5 Fix build issues with including <unicode/utf8.h> on case-insensitive filesystems by James Robinson · 7 years ago
  52. 9418448 Trim unused tests and assets from our checkout by James Robinson · 7 years ago
  53. 21bdb39 GN build for WebKit on Fuchsia based on CMake build by James Robinson · 7 years ago
  54. 6b07e97 Put fonts in the same place as they are in the system by Rob Tsuk · 7 years ago
  55. b034f1a Update path to fonts by Ross Wang · 7 years ago
  56. 921a684 No longer need fontconfig in prebuilts by Rob Tsuk · 7 years ago
  57. 298c6cc No longer need to find FontConfig by Rob Tsuk · 7 years ago
  58. e128c25 Continue bringing in boringssl for libcurl by Rob Tsuk · 7 years ago
  59. 677f101 Remove dependency on FontConfig by Rob Tsuk · 7 years ago
  60. 4fe4150 Look for dependencies in matching tree by Rob Tsuk · 7 years ago
  61. ab7bb89 [webkit] Use fuchsia-built boringssl directly by Rob Tsuk · 7 years ago
  62. 38c49f3 Add callback for willSendRequest. by Michael Jurka · 7 years ago
  63. 0cab1e1 [webkit] Add horizontal arrow key scrolling by Rob Tsuk · 7 years ago
  64. 1369d3c Tolerate non-canonical URLs in WebView::setURL by James Robinson · 7 years ago
  65. 1fdffc8 [webkit] make the caret a bit wider by Rob Tsuk · 7 years ago
  66. b1176f1 Add WebView::reload() to reload the main frame by James Robinson · 7 years ago
  67. 38fefe6c [webkit] Expose scroll by line by Rob Tsuk · 7 years ago
  68. 22e7b28 [webkit] Support resizing in WebView by Rob Tsuk · 7 years ago
  69. 2e3ed29 [webkit] Fix the way to build curl when needed by Rob Tsuk · 7 years ago
  70. 55e29cf [webkit] Make sure not to pick up host harfbuzz by Rob Tsuk · 7 years ago
  71. efb2afa [webkit] Fix HTMLMediaElement.canPlayType() by Rob Tsuk · 7 years ago
  72. 5ab5e77 [webkit] more correct fix for new boot image by Rob Tsuk · 7 years ago
  73. 54ec865 [webkit] Adapt to boot disk changes by Rob Tsuk · 7 years ago
  74. 055c84c Fix script by Rob Tsuk · 7 years ago
  75. 8542d75 Update zlib to 1.2.11 by Michael Jurka · 7 years ago
  76. 90580ef Disable APPLE_PAY on Mac by Rob Tsuk · 7 years ago
  77. 52b9559 Update versions of deps by Rob Tsuk · 7 years ago
  78. f37c79b Disable some options by Rob Tsuk · 7 years ago
  79. 8728e9c Add a way to get the page title by Rob Tsuk · 7 years ago
  80. 3ffb4bf Use the right copy of qemu by Rob Tsuk · 7 years ago
  81. 7b97233 Put local storage in the web_view folder as well by Rob Tsuk · 7 years ago
  82. b0c7657 Disable web sockets since they don’t actually work by Rob Tsuk · 7 years ago
  83. 1b0e1b5 Make it easier to tell when the user quit on purpose by Rob Tsuk · 7 years ago
  84. 44b996b Stash the cookies somewhere by Rob Tsuk · 7 years ago
  85. a1b1554 Handle file paths better by Rob Tsuk · 7 years ago
  86. 3972f81 Don’t crash if JavaScript wants to create a window by Rob Tsuk · 7 years ago
  87. d1989a3 Better fix for sqlite problems by Rob Tsuk · 7 years ago
  88. f06b8f1 Wire up back/forward by Rob Tsuk · 7 years ago
  89. 14c4556 Xcode prefers this by Rob Tsuk · 7 years ago
  90. b3e03a6 Enable local storage by Rob Tsuk · 7 years ago
  91. a748dba Don’t pass hid usage values as anything but keycode by Rob Tsuk · 7 years ago
  92. adfe7c7 Cleanup script and disable the JIT again by Rob Tsuk · 7 years ago
  93. 1240e8e Get rid of unneeded surface in MiniBrowser by Rob Tsuk · 7 years ago
  94. a82f1f2 Need to check value of returned socket as well as the return code by Rob Tsuk · 7 years ago
  95. 2c4dc9e Disable an assert until proper key handling can be reverse-engineered by Rob Tsuk · 7 years ago
  96. 72720cb Hook up page zooming by Rob Tsuk · 7 years ago
  97. 9729aac Improve key handling by Rob Tsuk · 7 years ago
  98. 8fb3a86 Link with shared lib by Rob Tsuk · 7 years ago
  99. ab71e8d Add support for Mac backtrace viewer by Rob Tsuk · 7 years ago
  100. 76325c6 Less logging and more key handling by Rob Tsuk · 7 years ago