summaryrefslogtreecommitdiff
path: root/dom/webidl
Commit message (Collapse)AuthorAge
* Bug 911477: Implement DOM4 methods: prepend(), append(), before(), after() ↵janekptacijarabaci2017-10-13
| | | | and replaceWith() + Bug 1301777 (CVE-2016-9067)
* JS - DOM - vertical text page - scroll iconjanekptacijarabaci2017-09-23
|
* JS - DOM - Selection API - getSelection() should exist on XMLDocumentjanekptacijarabaci2017-09-07
|
* Revert "Revert "UI Events (draft) - implement auxclick""Pale Moon2017-08-20
| | | | This reverts commit ce61607af29f915948863e6ca1745323c3b96a19.
* Revert "UI Events (draft) - implement auxclick"Pale Moon2017-08-20
| | | | This reverts commit f37dc404d82225aafedf4008a8eb93a4ccedfc08.
* JS - DOM - Don't allow onbeforeunload dialog unless I have interacted with ↵janekptacijarabaci2017-08-05
| | | | the page
* JS - DOM - implement onvisibilitychangejanekptacijarabaci2017-08-02
|
* Merge pull request #1267 from janekptacijarabaci/js_dom_scrollingElement_1Moonchild2017-07-29
|\ | | | | DOM - CSSOM View Module - implement scrollingElement
| * DOM - CSSOM View Module - implement scrollingElementjanekptacijarabaci2017-07-27
| |
* | JS - DOM - implement node.isSameNode()janekptacijarabaci2017-07-24
|/
* DOM - implement selection events (move cancelBubble to Event)janekptacijarabaci2017-07-05
|
* DOM - implement selection events (base)janekptacijarabaci2017-07-05
|
* Disable more code under --disable-webrtctrav902017-06-30
| | | | Also move some WebRTC files out of /dom/media and into proper WebRTC location.
* Add mediasource event handler attributestrav902017-06-19
| | | | See https://github.com/w3c/media-source/issues/66
* [MSE] Add support for live seekable attributetrav902017-06-19
| | | | See https://github.com/w3c/media-source/issues/5
* UI Events (draft) - implement auxclickjanekptacijarabaci2017-06-18
|
* Merge pull request #1117 from janekptacijarabaci/url_toJSON_1Moonchild2017-05-27
|\ | | | | [minor fix] JS - URL - add toJSON support
| * JS - URL - add to.JSON supportjanekptacijarabaci2017-05-27
| |
* | [minor fix] JS - make window.pageYOffset/pageXOffset/scrollX/scrollY doublejanekptacijarabaci2017-05-26
|/
* window.onerror catches JSON.parse error in Promise fulfillmentjanekptacijarabaci2017-05-06
|
* HTML - support for elements: <details> and <summary> (follow up)janekptacijarabaci2017-04-19
|
* HTML - support for elements: <details> and <summary> (basic)janekptacijarabaci2017-04-13
|
* FormData - Implement manipulation methods, support in workersjanekptacijarabaci2017-03-30
|
* XMLHttpRequest: Expose mozAnon constructor js binding to system scopesjanekptacijarabaci2017-03-19
|
* Canvas: Added support for ellipse (+ fix a hang/crashes problem, check the ↵janekptacijarabaci2017-03-08
| | | | canvas rects)
* Add support for element.innerText (getter, setter)Pale Moon2017-02-24
|
* Add support for Element.insertAdjacentText() and Element.insertAdjacentElement()janekptacijarabaci2017-02-07
|
* Check CSP for marquee event handlers.Pale Moon2016-12-13
|
* Pass bitrates to track encoders for MediaRecordertrav902016-11-18
|
* Base import of Tycho code (warning: huge commit)Pale Moon2016-09-01
|
* Manually stringify the URL API objects.Pale Moon2016-07-27
| | | | | This is needed because WebIDL implementation in Mozilla code is incomplete! This resolves #462.
* Fix HTMLDocument.open's signaturePale Moon2016-04-29
|
* Merge branch 'master' into URL_API-workPale Moon2016-03-13
|\
| * Revert "Merge branch 'DOM-promises-work'"Pale Moon2016-03-13
| | | | | | | | | | This reverts commit a8a6cb509248b897a00d7a4b439efffa05e60bcc, reversing changes made to dd06188659d73f918d3773c7a265dda308e2e71d.
* | Merge branch 'master' into URL_API-workPale Moon2016-03-13
|\|
| * Update Promises to later spec type constructor Promise(resolve,reject)Pale Moon2016-03-13
| |
| * Allow <undefined> to be passed to .then() and .catch()Pale Moon2016-03-11
| |
| * Remove .done() (no longer in the spec)Pale Moon2016-03-11
| |
* | Implement main URL API (funcs+constructor)Pale Moon2016-03-01
| |
* | Update URLUtils.Pale Moon2016-03-01
|/ | | | | | - Add username - Add password - Add get Origin
* added `responseURL` property to XMLHttpRequestKetmar Dark2015-11-08
| | | | based on https://bugzilla.mozilla.org/show_bug.cgi?id=998076
* Allow `attributeFilter` without `attribute` in MutationObserverKetmar Dark2015-11-08
| | | | | Also, added console warning about such observer usage, as it doesn't look right, and we'd better warn script authors about such ugly code.
* Add getElementById to DocumentFragmentPale Moon2015-11-07
|
* Replace SVGElement's generic QuerySelector() method with ↵Pale Moon2015-11-07
| | | | nsINode::GetElementById()
* Fix overlook in Element.webidlS. Nordin2015-08-03
|
* Add support for element.matches.S. Nordin2015-08-02
| | | | | | | Pale Moon had support for element.matches, however it was under a non-standarded name. See: gorhill/ublock#546 as an example showing why adding support under the standard name is good idea.
* Merge branch 'master' into GoannaPale Moon2015-06-09
|\
| * Make ImageDocument chrome-onlyPale Moon2015-06-03
| |
| * Remove implicit access to XUL Tree classes from content.Pale Moon2015-06-03
| | | | | | | | (XULControllers, BoxObject, TreeSelection, TreeContentView, XULTemplateBuilder, XULTreeBuilder, TreeColumn(s))
* | Wholesale switch remaining code to GoannaPale Moon2015-05-27
|/