Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1656 - Part 1: Nuke most vim config lines in the tree. | Moonchild | 2020-09-23 |
| | | | | | | 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 #1603 - Part 1: Reorganize ScriptLoader/ScriptElement | Moonchild | 2020-06-30 |
| | | | | | | - Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers | ||
* | Allow empty string on `location.search` setter. | wolfbeast | 2019-02-12 |
| | | | | Fixes #970. | ||
* | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS | wolfbeast | 2019-01-18 |
| | |||
* | Issue #910 part 3. Throw SyntaxError from Location::SetProtocol on URI parse ↵ | wolfbeast | 2018-12-16 |
| | | | | failures. | ||
* | Issue #910 part 2. Strip ':' and anything following it from the string ↵ | wolfbeast | 2018-12-16 |
| | | | | passed to the location.protocol setter. | ||
* | Issue #910 part 1. Don't navigate when location.protocol is set to anything ↵ | wolfbeast | 2018-12-16 |
| | | | | other than http or https. | ||
* | Prevent various location-based hazards. | wolfbeast | 2018-06-24 |
| | |||
* | Bug 1323683 - Fold nsIURIWithQuery into nsIURI | janekptacijarabaci | 2018-04-22 |
| | | | | native in moebius | ||
* | Bug 1329570 - Restore missing error check in mozilla::dom::Location::GetPathname | janekptacijarabaci | 2018-04-22 |
| | | | | native in moebius | ||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |