aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/firefox
Commit message (Collapse)AuthorAge
* Firefox: Add myself to the list of cc (#2931)Gravatar Sylvestre Ledru2019-10-09
|
* [Firefox] Remove redundant environment variables (#2822)Gravatar Christoph Diehl2019-09-10
|
* Add demuxers to Firefox project (#2801)Gravatar Christoph Diehl2019-09-04
|
* Update auto_cc for Firefox (#2706)Gravatar Christoph Diehl2019-08-15
|
* Add outstanding LibFuzzer targets to Firefox (#2675)Gravatar Christoph Diehl2019-08-09
|
* Remove references to my Alex's mozilla email (#2610)Gravatar Alex Gaynor2019-07-15
|
* [firefox] housekeeping (#2234)Gravatar pdknsk2019-03-13
| | | | | | | | * disable ContentSecurityPolicyParser target * disable building av1 (requires new nasm) * remove ContentSecurityPolicyParser files
* firefox: unsubscribe myself (#1891)Gravatar pdknsk2018-10-21
|
* [firefox] rename profile to coverage (#1841)Gravatar pdknsk2018-10-01
|
* [infra] Remove sancov and rename "profile" to "coverage". (#1839)Gravatar Max Moroz2018-10-01
| | | | | | | | * [infra] Remove sancov and rename "profile" to "coverage". * Bring coverage flags back. * Update projects files that rely on SANITIZER="profile".
* firefox: fix build (#1837)Gravatar pdknsk2018-09-24
| | | | | | * simpler packaging * fix build
* [firefox] Fix profile build, enable ubsan, more (#1835)Gravatar pdknsk2018-09-23
| | | | | | | | | | | | | | | | * limit SdpParser to 25kB * separate out mozconfig * fix profile build * accurate library handling * cosmetic * enable undefined sanitizer * limit ContentSecurityPolicyParser to 15kB
* fix ContentSecurityPolicyParser target (#1773)Gravatar pdknsk2018-08-30
|
* [firefox] copy ContentParentIPC.options to $OUT (#1766)Gravatar pdknsk2018-08-28
|
* [firefox] more targets and more (#1762)Gravatar pdknsk2018-08-27
| | | | | | | | | | | | | | | | | | | | * ASAN_OPTIONS might not be set for each mode * no point in checking setenv, can only fail with EOMEM here * minor changes to target.c * new target: ContentSecurityPolicyParser * new target: ContentParentIPC * better corpus and dictionary for {Sdp,Stun}Parser * bootstrap already installs all required libraries * faster hg clone * don't install cargo again, better explanation
* firefox: fix symlink handling (#1747)Gravatar pdknsk2018-08-23
| | | | | | * remove band-aid for firefox bug 1484485 * fix symlink handling
* Create empty file to avoid firefox build failureGravatar Abhishek Arya2018-08-19
|
* firefox: fix LD_LIBRARY_PATH (#1734)Gravatar pdknsk2018-08-19
| | | | | | * sync internal libFuzzer to HEAD * fix LD_LIBRARY_PATH set by previous call in same run
* temporarily install cbindgen manually (#1730)Gravatar pdknsk2018-08-18
|
* firefox: fixes and improvements (#1723)Gravatar pdknsk2018-08-18
| | | | | | | | | | | | | | | | | | | | | | * ignore libgcc * dictionary/corpus for SdpParser and StunParser * simpler ASAN_OPTIONS handling * disable leak reports for now * get execv error * auto-sync libfuzzer * disable coverage build * add node.js repository for recent versions * prepare profile * remove unnecessary corpus size restriction
* firefox: Try setting fake HOME (#1462)Gravatar Oliver Chang2018-08-02
|
* add myself temporarily (#1671)Gravatar pdknsk2018-07-29
|
* Update build.shGravatar Abhishek Arya2018-07-27
|
* Update build.shGravatar Abhishek Arya2018-07-27
|
* Update DockerfileGravatar Abhishek Arya2018-07-27
|
* [firefox] add used attribute to magic stringGravatar Oliver Chang2018-07-27
|
* Fix for broken firefox build #1462Gravatar Abhishek Arya2018-07-26
|
* Update build.shGravatar Abhishek Arya2018-07-26
|
* Speculative fix for firefox build failure. (#1658)Gravatar Abhishek Arya2018-07-26
|
* firefox: rustc fix (#1655)Gravatar pdknsk2018-07-26
|
* firefox (#1546)Gravatar pdknsk2018-07-25
* firefox * make wrapper its own file * many minor changes * build package rather then copying * add (disabled) Qcms target * getenv doesn't use errno * make paths dynamically * minor find fix * handle absolute path * make run_minijail work * get required libraries automatically * Remove ContentParentIPC fuzz target