Colin Caine
927e19c818
hinting: First working version
...
state.ts also reworked into a sexy new machine. Check it out!
2017-11-09 05:44:48 +00:00
Anran
20edc42b3e
cmdline iframe css refactor
2017-10-29 14:01:09 +00:00
Colin Caine
e0cebf6936
perf: Load content script even earlier
...
Bonus: load on about:blank, about:srcdoc as well
2017-10-23 02:57:39 +01:00
Oliver Blanthorn
f043e6902a
Initial new tab page. Feedback welcomed.
2017-10-22 15:34:27 +01:00
Oliver Blanthorn
839b23f1e9
Make content scripts load slightly earlier
2017-10-21 09:42:23 +01:00
Oliver Blanthorn
c76d3a6c9a
First (broken) attempt at yy to yank URLs
2017-10-19 12:42:49 +01:00
Oliver Blanthorn
ea9806f591
Add proof of concept for buffer filter by text on page
2017-10-15 23:05:41 +01:00
Colin Caine
5964430fe1
Convert to es6 modules
...
Motivation:
- Most test frameworks expect modules
- I'm told they're the future
Changes:
- Every typescript source file is now an es6 module
- Build system is now webpack (tho rollup makes nicer outputs)
- Outputs of buildsystem are one js file per entry point (background,
content, commandline_frame)
- These bundled js files are generated by traversing the dependency
graph of each entry point
2017-10-02 01:17:32 +01:00
Colin Caine
419854c616
Unprofessionally large commit
...
- Implement just about working commandline
- Clean up excmd code
- Move controller logic out of parsing
- Document workarounds of webext problems
2017-09-29 18:29:36 +01:00
Colin Caine
9e57a25aa6
Proof of concept
...
keyboard API shim written, parser revised, example scrolling excmds
implemented.
2017-09-25 05:00:41 +01:00
Colin Caine
1a2c684d30
Reorganise repo
2017-09-24 23:38:57 +01:00