Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
2019-10-28 | Upgrade V8 to 7.9.317.12 (#3208) | Ry Dahl | |
2019-10-15 | Upgrade V8 to 7.9.304 | Ryan Dahl | |
2019-10-06 | Upgrade V8 to 7.9.218 (#3067) | Ryan Dahl | |
2019-09-24 | Upgrade V8 for top-level-await (#3015) | Ryan Dahl | |
2019-09-16 | remove zlib from gclient_config.py (#2961) | Christian Moritz | |
and remove DENO_NINJA_PATH from manual | |||
2019-09-15 | Run format.py (#2950) | Bert Belder | |
2019-09-11 | tools: download gn from CIPD (#2912) | Christian Moritz | |
2019-09-10 | Upgrade V8 to 7.9.8 (#2907) | Ryan Dahl | |
//build was updated and our patch rebased: https://github.com/denoland/chromium_build/tree/20190910_win_clang_depfile V8 has removed the binaries third_party/v8/buildtools/*/gn.sha1 and started using CIPD. In this patch, I've hacked in the original .sha1 files and continue to use download_from_google_storage instead of the new CIPD. This will be fixed in later work. | |||
2019-08-26 | Remove flatbuffers (#2818) | Ryan Dahl | |
2019-07-09 | Upgrade v8 to 7.7.200 (#2624) | Ryan Dahl | |
2019-06-10 | Upgrade V8 to 7.7.37 (#2492) | Ryan Dahl | |
2019-04-29 | Upgrade V8 to 7.6.53 | Ryan Dahl | |
2019-02-27 | upgrade V8 to 7.4.238 (#1849) | Ryan Dahl | |
2019-02-13 | Upgrade V8 to 7.4.158 (#1767) | Ryan Dahl | |
This is to have access to this fix: https://bugs.chromium.org/p/v8/issues/detail?id=8838 necessary for v8_postmortem_support. | |||
2019-02-06 | Upgrade V8 to 7.4.98 (kKeep fix) (#1640) | Ryan Dahl | |
* Upgrade V8 to 7.4.98 (kKeep fix) https://github.com/denoland/deno/issues/814 https://bugs.chromium.org/p/v8/issues/detail?id=8761 * fix tests | |||
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2018-12-23 | Upgrade V8 to 7.2.502.16 (#1403) | Ryan Dahl | |
2018-12-04 | Upgrade flatbuffers to 80d148 | Ryan Dahl | |
2018-11-29 | Make //build a git submodule | Ryan Dahl | |
So we can float patches before sending them upstream. https://github.com/denoland/chromium_build Remove build_extra/toolchain | |||
2018-10-31 | Upgrade Flatbuffers. (#1127) | Ryan Dahl | |
Use msg_generated.rs as mod instead of crate. | |||
2018-10-23 | third_party: install yapf with pip | Bert Belder | |
2018-10-21 | Add yapf to third_party. | Ryan Dahl | |
2018-10-20 | Upgrade V8 to 7.1.302.4 | Ryan Dahl | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-05 | Upgrade Flatbuffers | Ryan Dahl | |
2018-09-17 | Upgrade V8 to 7.0.276.15 | Ryan Dahl | |
2018-09-04 | Upgrade Flatbuffers (now using master) | Ryan Dahl | |
2018-09-03 | Upgrade flatbuffers | Ryan Dahl | |
2018-08-27 | Update V8 to 7.0.247 | Ryan Dahl | |
2018-08-24 | Upgrade flatbuffers | Ryan Dahl | |
https://github.com/rw/flatbuffers/commit/83a71543f8ccbf230ac27cb523831bfafb9c84d7 | |||
2018-08-17 | Upgrade fbs to latest. | Ryan Dahl | |
Reduces numbers of warnings. | |||
2018-08-16 | Upgrade Rust Flatbuffers | Ryan Dahl | |
2018-08-07 | Remove //third_party/v8/third_party/depot_tools | Ryan Dahl | |
It was a duplicate of //third_party/depot_tools | |||
2018-07-21 | Add deno_third_party as git submodule. | Ryan Dahl | |
2018-07-18 | Use Cargo to install rust deps into //third_party/rust_crates (#383) | robbym | |
2018-07-18 | Add rust crate log to third_party. | Ryan Dahl | |
2018-07-10 | Add rust url crate. (#355) | Ryan Dahl | |
2018-07-07 | Move flatbuffers gn files to //build_extra/flatbuffers | Ryan Dahl | |
Fixes #342. | |||
2018-07-04 | Replace protobufs with flatbuffers | Ryan Dahl | |
2018-07-04 | Rename .gclient | Ryan Dahl | |
so it doesn't accidentally get run in root dir. Ref #322 |