logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository.

0007-lanodan-TODO-New.patch (2206B)


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