CYBAI
66e3d545eb
Implement URL's toJSON()
2018-12-24 20:45:43 +08:00
Jan Andre Ikenmeyer
6b0c111126
Update MPL license to https (part 2)
2018-11-19 14:46:57 +01:00
Mathieu Rheaume
943233afd6
Remove URL.domainToASCII and URL.domainToUnicode
2016-10-25 19:05:57 -04:00
Ms2ger
ed743bb50c
Explicitly expose everything everywhere.
2016-07-12 13:06:48 +02:00
Zhen Zhang
4d3379392d
Implement Blob URL's DOM interfaces
2016-06-17 20:06:37 +08:00
Achal Shah
a727fd2d62
Implement URL.domainToUnicode
2016-06-06 10:58:37 -07:00
Stjepan Glavina
7b38f289b0
Implement URL.searchParams
...
Spec: https://url.spec.whatwg.org/#dom-url-searchparams
2016-04-05 16:10:05 +02:00
Chandler Abraham
1ee9ccba21
add origin to location and url api
2016-01-21 11:06:41 -08:00
Anthony Ramine
57c423a931
Update URL-related interfaces and their tests up to spec
...
The URL spec recently changed and the variour "mixins" interfaces are gone,
this commit updates our code and WPT accordingly.
The new expected failures related to HTMLAnchorElement and HTMLAreaElement's
attributes are due to their moving to the HTMLHyperLinkElementUtils interface,
which is not anymore in a separate <script class=untested> element.
2015-10-19 21:05:07 +02:00
Corey Farwell
ee224bc3e5
Add/format license headers for WebIDLs
2015-07-26 22:12:18 +07:00
Anthony Ramine
a8e4558e82
Implement URL and trivially missing URLUtils members
...
Fixes #6322 .
2015-06-20 15:17:55 +02:00