11 Commits

Author SHA1 Message Date
Moonchild a680bdc637 Issue #1656 - Part 1: Nuke most vim config lines in the tree.
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.
2020-09-23 13:55:00 +00:00
Moonchild c45b7ee3a9 Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElement
- Moves scripting parts of DOM into 'dom/script'
- Renames nsScript{Loader/Element} to Script{Loader/Element}
- Adjusts all callers
2020-06-30 11:51:11 +00:00
wolfbeast 487afe9f45 Allow empty string on location.search setter.
Fixes #970.
2019-02-12 11:05:16 +01:00
wolfbeast 1f9ab3a6e6 Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS 2019-01-18 22:43:29 +01:00
wolfbeast d0b9276f20 Issue #910 part 3. Throw SyntaxError from Location::SetProtocol on URI parse failures. 2018-12-16 14:50:28 +01:00
wolfbeast 871c1d78ce Issue #910 part 2. Strip ':' and anything following it from the string passed to the location.protocol setter. 2018-12-16 14:37:40 +01:00
wolfbeast aa130641c2 Issue #910 part 1. Don't navigate when location.protocol is set to anything other than http or https. 2018-12-16 13:09:21 +01:00
wolfbeast 574156323b Prevent various location-based hazards. 2018-06-24 13:41:23 +02:00
janekptacijarabaci dbfad99a51 Bug 1323683 - Fold nsIURIWithQuery into nsIURI
native in moebius
2018-04-22 21:20:53 +02:00
janekptacijarabaci 8af1b0c22a Bug 1329570 - Restore missing error check in mozilla::dom::Location::GetPathname
native in moebius
2018-04-22 21:00:39 +02:00
Matt A. Tobin 5f8de423f1 Add m-esr52 at 52.6.0 2018-02-02 04:16:08 -05:00