summaryrefslogtreecommitdiff
path: root/dom/base/Location.cpp
Commit message (Collapse)AuthorAge
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-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/ScriptElementMoonchild2020-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.wolfbeast2019-02-12
| | | | Fixes #970.
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18
|
* Issue #910 part 3. Throw SyntaxError from Location::SetProtocol on URI parse ↵wolfbeast2018-12-16
| | | | failures.
* Issue #910 part 2. Strip ':' and anything following it from the string ↵wolfbeast2018-12-16
| | | | passed to the location.protocol setter.
* Issue #910 part 1. Don't navigate when location.protocol is set to anything ↵wolfbeast2018-12-16
| | | | other than http or https.
* Prevent various location-based hazards.wolfbeast2018-06-24
|
* Bug 1323683 - Fold nsIURIWithQuery into nsIURIjanekptacijarabaci2018-04-22
| | | | native in moebius
* Bug 1329570 - Restore missing error check in mozilla::dom::Location::GetPathnamejanekptacijarabaci2018-04-22
| | | | native in moebius
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02