logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

0006-lanodan-TODO-New.patch (2210B)


  1. From 695ec156313a298b564406ee6fadb3bcbb6a2bd1 Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Sun, 2 Dec 2018 11:11:22 +0100
  4. Subject: [PATCH 6/8] lanodan-TODO: New
  5. ---
  6. lanodan-TODO | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++
  7. 1 file changed, 65 insertions(+)
  8. create mode 100644 lanodan-TODO
  9. diff --git a/lanodan-TODO b/lanodan-TODO
  10. new file mode 100644
  11. index 0000000000..d8acc42c6d
  12. --- /dev/null
  13. +++ b/lanodan-TODO
  14. @@ -0,0 +1,65 @@
  15. +## Javascript
  16. +- [x] Console Styling (%c)
  17. +- [ ] GeoLocation
  18. +- [ ] AudioAPI
  19. +- [ ] Gamepad (runtime, off by default): https://www.w3.org/TR/gamepad/
  20. +- [ ] Service Workers (runtime, off by default)
  21. +- [ ] IndexedDB (runtime, off by default)
  22. +- [ ] Object Storage (runtime, off by default)
  23. +- [ ] canvas (runtime, off by default)
  24. +- [ ] WebGL (runtime, off by default)
  25. +- [ ] Sensors
  26. + - [x] Battery (WebKit: Not Considering)
  27. + - [ ] microphone (runtime, off by default)
  28. + - [ ] video(webcam, screen, …) (runtime, off by default)
  29. + - …
  30. +- [x] Web Bluetooth (WebKit: Not Considering)
  31. +- [x] Web MIDI (WebKit: Not Considering)
  32. +- [x] Web USB (WebKit: Not Considering)
  33. +- [ ] Input Events
  34. + - [ ] Pointer Events
  35. + - [ ] Scroll Events
  36. + - [ ] Focus Events
  37. + - …
  38. +- [ ] Timings
  39. + - Navigation Timing
  40. + - Resource Timing
  41. + - Performance Timeline: https://w3c.github.io/performance-timeline/
  42. + - High Resolution Time
  43. + - …
  44. +- [ ] Viewport size
  45. +- [ ] Elements size
  46. +- [ ] multimedia player stats (FPS, caching, …)
  47. +- [ ] Payment Request: https://www.w3.org/TR/payment-request/
  48. +- [ ] Encoding Standard (explore): https://encoding.spec.whatwg.org/
  49. +
  50. +## Headers
  51. +- [ ] referer
  52. +- [ ] user-agent (spoof Intel Apple one?)
  53. +- [ ] Cookies (runtime, off by default)
  54. +
  55. +## HTML
  56. +- [ ] noscript
  57. +- [x] Link ping
  58. +- [x] Link prefetch
  59. +- [x] Link preloading
  60. +- [x] Media preloading
  61. +- [x] custom elements
  62. +- [ ] DNS prefetch
  63. +- [ ] srcset (images)
  64. +
  65. +## CSS
  66. +- [ ] Engine-specific extensions
  67. +- [ ] WebFont (runtime, off by default)
  68. +
  69. +## TLS
  70. +- [ ] Disable known-bad ciphers
  71. +- [ ] TOFU?
  72. +- [ ] DANE
  73. +
  74. +## Codebase
  75. +- [ ] Remove Third-Party directory
  76. +
  77. +
  78. +- https://webkit.org/status/
  79. +- https://github.com/WICG
  80. --
  81. 2.19.2