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 (2484B)


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