aboutsummaryrefslogtreecommitdiff
path: root/projects/spidermonkey
AgeCommit message (Collapse)Author
2021-04-21Set rpath on js binary to properly resolve included libraries on runner (#5646)Christian Holler (:decoder)
2021-03-19[firefox/spidermonkey] Fix mach call and install dep (#5446)Tyson Smith
2021-03-11[firefox/spidermonkey] Remove cargo wrapper in /usr/local/bin to fix builds ↵Christian Holler (:decoder)
(#5369)
2020-09-03Add a blackbox field to project.yaml (#4405)Oliver Chang
This is needed for CF to determine whether or not to allocate the project on a higher end bot to run the blackbox fuzzer. Previously this was keyed on the "none" entry under fuzzing_engines, which wasn't very descriptive. This change also lets us do both blackbox and greybox fuzzing in the same project, which will be done for quickjs.
2020-08-25[spidermonkey] Fix issue 19014 (#4369)Tyson Smith
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-05-24Use available nightly rust for spidermonkey buildAbhishek Arya
2020-03-26Fix SM builds and use -gline-tables-only for building (#3542)Christian Holler (:decoder)
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-10-09spidermonkey: add myself to the cc list (#2932)Sylvestre Ledru
2019-07-15Remove references to my Alex's mozilla email (#2610)Alex Gaynor
2018-10-09[spidermonkey] Fixed spidermonkey build by temporarily disabling cranelift ↵Alex Gaynor
(#1864)
2018-08-19Update build.shAbhishek Arya
2018-08-19Update DockerfileAbhishek Arya
2018-08-08[spidermonkey] Another attempt to fix spidermonkey build (#1693)Alex Gaynor
2018-08-07[spidermonkey] Fixed spidermonkey build -- it now requires rust (#1691)Alex Gaynor
2018-03-12spidermonkey: Don't compile tests (#1232)Alex Gaynor
2017-11-23Build spidermonkey in parallel (#1005)Alex Gaynor
2017-11-08Update build.shAbhishek Arya
2017-11-07Added Christian Holler to spidermonkey reports (#965)Alex Gaynor
2017-11-06Install python into the spidermonkey build env (#958)Alex Gaynor
2017-11-06Refs #925 -- Added build for spidermonkey (#950)Alex Gaynor
* Refs #925 -- Added build for spidermonkey * review feedback * Switch to the git mirror git has --depth, which lets us speed up clones. we can switch to the hg upstream once @durin42 implements shallow clones for hg :-) * Clone this as m-c