Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1257 - Part 3: Remove/update tests. | wolfbeast | 2019-10-27 | -3/+3 |
| | | | | | | | This removes a ton of tests that are no longer relevant with (un)watch removed (e.g. testing stability/bugs in the watchpoint system itself which has never been the most stable), and updates others that would previously rely on watch/unwatch, so that they don't unexpectedly fail. | |||
* | Issue #1257 - Part1: Remove watch class-hook and proxy trap. | wolfbeast | 2019-10-26 | -23/+3 |
| | ||||
* | 1283712 - Part 7: Add nsIScriptErrorNote and nsIScriptError.notes. | Gaming4JC | 2019-07-18 | -43/+172 |
| | ||||
* | 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. | Gaming4JC | 2019-07-18 | -0/+681 |
| | ||||
* | 1333045 - Update Location object properties to current spec. | Gaming4JC | 2019-07-18 | -21/+5 |
| | | | | | | | Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON. | |||
* | Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵ | Matt A. Tobin | 2019-04-23 | -1/+1 |
| | | | | MOZ_FENNEC | |||
* | Align IDL record to C++ conversion with the spec when Symbol-named ↵ | JustOff | 2019-03-13 | -5/+3 |
| | | | | properties are involved | |||
* | Implement the spec provision for handling repeated keys in records by ↵ | JustOff | 2019-03-13 | -9/+46 |
| | | | | updating the existing value | |||
* | Actually change the key type of a record, and its corresponding conversion ↵ | JustOff | 2019-03-13 | -10/+40 |
| | | | | behavior, depending on what the IDL says | |||
* | Rename MozMap.h to Record.h | JustOff | 2019-03-13 | -0/+0 |
| | ||||
* | Add ConvertJSValueTo*String functions that just take a value and hand out a ↵ | JustOff | 2019-03-13 | -8/+34 |
| | | | | string, without extra complications | |||
* | Rename the MozMap C++ type to "record" and give it a template parameter for ↵ | JustOff | 2019-03-13 | -122/+141 |
| | | | | the key type | |||
* | Rename "MozMap" to "record" in our IDL parser and IDL files | JustOff | 2019-03-13 | -63/+68 |
| | ||||
* | Split up PrimitiveOrStringType into PrimitiveType and StringType in the Web ↵ | JustOff | 2019-03-13 | -24/+36 |
| | | | | IDL parser | |||
* | Change JS to MozMap conversion to more closely follow the record<> spec | JustOff | 2019-03-13 | -6/+24 |
| | ||||
* | Add some tests for distinguishability of unions | JustOff | 2019-03-13 | -2/+4 |
| | ||||
* | Disallow mozmap-typed constants | JustOff | 2019-03-13 | -0/+3 |
| | ||||
* | Fix up some minor issues with default value handling in codegen | JustOff | 2019-03-13 | -5/+9 |
| | ||||
* | Change the MozMap API and data storage to more what we want record<> to look ↵ | JustOff | 2019-03-13 | -99/+50 |
| | | | | like | |||
* | Support string default values for unions containing USVString | JustOff | 2019-03-13 | -1/+3 |
| | ||||
* | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 | -5/+0 |
| | ||||
* | memset only the underlying vector from the Array container | trav90 | 2018-08-18 | -1/+1 |
| | ||||
* | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2) | trav90 | 2018-08-10 | -2/+2 |
| | ||||
* | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 | trav90 | 2018-08-10 | -1/+1 |
| | ||||
* | Bug 1335296 - Expand about:support WebGL information | janekptacijarabaci | 2018-08-01 | -0/+5 |
| | ||||
* | Bug 1351193 - Update tests | janekptacijarabaci | 2018-07-20 | -1/+1 |
| | ||||
* | Add a nullcheck in DOMProxyHandler::EnsureExpandoObject jic. | wolfbeast | 2018-06-15 | -0/+4 |
| | ||||
* | Merge pull request #294 from ↵ | Moonchild | 2018-04-29 | -0/+14 |
|\ | | | | | | | | | janekptacijarabaci/js_dom_performance-resource-timing_2 moebius#161: The Performance Resource Timing (make timestamps be relative to startTime) | |||
| * | moebius#161: The Performance Resource Timing (make timestamps be relative to ↵ | janekptacijarabaci | 2018-04-29 | -0/+14 |
| | | | | | | | | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161 | |||
* | | Bug 1411415. | wolfbeast | 2018-04-29 | -11/+11 |
|/ | ||||
* | Part 6: Update browser and dom tests to follow displayName change | janekptacijarabaci | 2018-03-19 | -1/+1 |
| | | | | Issue #78 | |||
* | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵ | Matt A. Tobin | 2018-03-01 | -1/+1 |
| | | | | places | |||
* | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP | Matt A. Tobin | 2018-02-03 | -1/+1 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+59965 |