Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Call memset on a void*, not a T*, in js_delete_poison to avoid memset-on-nont... | trav90 | 2018-09-12 | -1/+1 |
* | Stop using PodZero in several places to initialize values of non-trivial type | trav90 | 2018-09-12 | -16/+7 |
* | Avoid using memset on a not-trivial type like ServoSizes | trav90 | 2018-08-18 | -1/+9 |
* | Avoid using memset on a not-trivial type like TabSizes | trav90 | 2018-08-18 | -1/+7 |
* | Avoid doing a memset on a non-POD structure | trav90 | 2018-08-18 | -13/+33 |
* | Refactor structured clone JSAPI to prevent mismatched scopes. | wolfbeast | 2018-06-07 | -31/+176 |
* | Bug 1411415. | wolfbeast | 2018-04-29 | -4/+51 |
* | Merge branch 'html_input_datetime_1' | wolfbeast | 2018-04-15 | -0/+8 |
|\ | ||||
| * | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input type=datetim... | janekptacijarabaci | 2018-03-30 | -0/+8 |
* | | Fix Value::isGCThing footgun, stop returning true for NullValue | trav90 | 2018-04-07 | -42/+26 |
|/ | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+17568 |