Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1656 - Part 1: Nuke most vim config lines in the tree. | Moonchild | 2020-09-23 | -1/+0 |
| | | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part. | |||
* | Issue #1224 - Remove constant expressions from /dom | Moonchild | 2020-09-17 | -6/+6 |
| | | | | | This excludes DOMProxy handlers in dom bindings because that's intertwined with codegen and js that needs to be handled together. | |||
* | Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions] | Matt A. Tobin | 2020-04-17 | -6/+0 |
| | | | | Tag #1375 | |||
* | Bug 1299363 - Part 2: Allow prototype swizzling in html constructor. | Gaming4JC | 2020-01-26 | -1/+1 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1309147 - Part 3: Implement the support for CEReactions in Codegen. | Gaming4JC | 2020-01-26 | -0/+7 |
| | | | | Tag UXP Issue #1344 | |||
* | Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute ↵ | Gaming4JC | 2020-01-26 | -0/+8 |
| | | | | | | for custom elements; Tag UXP Issue #1344 | |||
* | 1333045 - Update Location object properties to current spec. | Gaming4JC | 2019-07-18 | -3/+0 |
| | | | | | | | Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON. | |||
* | Add ConvertJSValueTo*String functions that just take a value and hand out a ↵ | JustOff | 2019-03-13 | -2/+28 |
| | | | | string, without extra complications | |||
* | Rename the MozMap C++ type to "record" and give it a template parameter for ↵ | JustOff | 2019-03-13 | -30/+31 |
| | | | | the key type | |||
* | Change the MozMap API and data storage to more what we want record<> to look ↵ | JustOff | 2019-03-13 | -11/+5 |
| | | | | like | |||
* | memset only the underlying vector from the Array container | trav90 | 2018-08-18 | -1/+1 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+3441 |