Commit graph

366 commits

Author SHA1 Message Date
Christoph Diehl
fc53bca173
Fix various modules using this 2018-04-07 00:15:55 +02:00
Christoph Diehl
c9e1987eb1
Fix mime module 2018-04-06 22:50:48 +02:00
Christoph Diehl
58a6a1ce78
Add webpack to normal dependencies 2018-04-06 22:05:51 +02:00
Christoph Diehl
d2c84b56a8
Add webpack to normal dependencies 2018-04-06 22:02:56 +02:00
Christoph Diehl
42cadc6db0
Add postinstal step to build octo 2018-04-06 21:57:37 +02:00
Christoph Diehl
297002fec4
Let safely() support Arrays 2018-04-06 19:45:19 +02:00
Christoph Diehl
f394b75f38
Add constants for WebGL getParameter functions 2018-04-06 12:13:05 +02:00
pyoor
9807668e3e Add support for wrapping arrays elements in try/catch 2018-03-28 13:26:28 -04:00
Christoph Diehl
4d60a6a3c8
Update README.md 2018-03-22 18:36:59 +01:00
Christoph Diehl
a5a68d53af
Update README.md 2018-03-22 18:32:29 +01:00
Christoph Diehl
19a2f21259
Merge datetime with time class 2018-03-22 00:17:33 +01:00
Christoph Diehl
a869409853
Fix prototypes and explicitly enable them 2018-03-22 00:08:55 +01:00
Christoph Diehl
9e97d0d59f
Fix calling logger 2018-03-21 22:36:13 +01:00
Christoph Diehl
0ec0980e8d
Ensure proper quoting of jsesc 2018-03-21 22:26:35 +01:00
Christoph Diehl
53d9167682
Prefer jsesc for quoting 2018-03-21 22:04:57 +01:00
Christoph Diehl
1a7c08c16c
Remove unnecessary build step 2018-03-20 02:33:18 +01:00
Christoph Diehl
08b59b356a
Stick with require for overwriting String|Array prototypes 2018-03-20 00:55:58 +01:00
Christoph Diehl
3c297bdea2
Stick with require for overwriting String|Array prototypes 2018-03-20 00:55:16 +01:00
Christoph Diehl
94f85030e4
Use global namespace for overwriting String|Array prototypes 2018-03-20 00:03:55 +01:00
Christoph Diehl
e8471d8edc
Change 'homepage' URL to update to ES6 branch README.md 2018-03-19 07:09:11 +01:00
Christoph Diehl
79c8ad4898
Change 'homepage' URL to update to ES6 branch README.md 2018-03-19 07:08:40 +01:00
Christoph Diehl
e902b1b4c2
Update README.md 2018-03-19 07:05:35 +01:00
Christoph Diehl
014bc75930
Increase minor version number for NPM 2018-03-19 06:38:07 +01:00
Christoph Diehl
7c2273e26c
Fix static method for objects 2018-03-19 06:34:18 +01:00
Christoph Diehl
43b69880b1
Add linter fixes 2018-03-19 05:54:40 +01:00
Christoph Diehl
360f7abb1e
Add entry point for node package 2018-03-19 04:54:15 +01:00
Christoph Diehl
ee570a8136
Add entry point for node package 2018-03-19 04:37:40 +01:00
Christoph Diehl
142576ed49
Add module based architecture
* Build with Webpack
* Let Octo.js run in Node
2018-03-19 04:23:05 +01:00
Christoph Diehl
a85e0219ae
Exports for random module 2018-03-17 23:02:23 +01:00
pyoor
0367d34592 Join using a space instead of newline 2018-03-12 13:47:26 -04:00
Christoph Diehl
a05cb5e6ff
Add getFrag parser for WebGL fragment shader 2018-02-23 06:44:11 +01:00
Christoph Diehl
f280f25cd7
Fixes 2018-02-22 06:59:27 +01:00
Christoph Diehl
c85d69abe2
Add constants for WebGL 2018-02-21 10:21:03 +01:00
Christoph Diehl
08a4fb1b60
Add constants for WebGL 2018-02-21 10:19:32 +01:00
Christoph Diehl
15c9503e40
Add parseUniforms and parseAttributes for WebGL shaders 2018-02-20 03:06:17 +01:00
Christoph Diehl
f0befe57fc
Add parseUniforms and parseAttributes for WebGL shaders 2018-02-20 03:05:42 +01:00
Christoph Diehl
3ddc37a7e9
Add texture sources for WebGL 2018-02-20 02:45:45 +01:00
Christoph Diehl
29fd8b2d53
Add targets for WebGL 2018-02-20 02:16:37 +01:00
Christoph Diehl
1057bf42da
Merge branch 'master' of http://github.com/mozillasecurity/octo 2018-02-20 02:05:51 +01:00
Christoph Diehl
e5853b01c4
Add texture formats for WebGL 2018-02-20 02:04:37 +01:00
pyoor
20e95e7a1d Add make.number.interesting 2018-02-12 13:33:54 -05:00
Christoph Diehl
a6913f1905
Add octo 0.0.3 for jsdelivr 2018-02-06 13:03:31 +01:00
Christoph Diehl
d9e0a4cf35
Merge branch 'master' of http://github.com/mozillasecurity/octo 2018-02-06 03:04:19 +01:00
Christoph Diehl
908a30b648
Update README.md 2018-02-06 03:03:36 +01:00
pyoor
4723596dab
Merge pull request #21 from MozillaSecurity/postinstall
Run scripts via 'npm run ...'
2018-02-05 19:47:03 -05:00
pyoor
2ce98b1f6c Run scripts via 'npm run ...' 2018-02-05 19:46:22 -05:00
Christoph Diehl
12fa7b4ed5
Merge pull request #20 from MozillaSecurity/postinstall
Build after npm install
2018-02-05 21:28:51 +01:00
pyoor
4f66497578 Build after npm install 2018-02-05 15:14:59 -05:00
Christoph Diehl
4ee0a295a3
Add missing version field in package.json 2018-02-05 20:58:15 +01:00
Christoph Diehl
087ea48bfe
Update RSA-PSS publicExponent 2018-02-04 16:40:51 +01:00