Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bug 911477: Implement DOM4 methods: prepend(), append(), before(), after() ↵ | janekptacijarabaci | 2017-10-13 |
| | | | | and replaceWith() + Bug 1301777 (CVE-2016-9067) | ||
* | JS - DOM - vertical text page - scroll icon | janekptacijarabaci | 2017-09-23 |
| | |||
* | JS - DOM - Selection API - getSelection() should exist on XMLDocument | janekptacijarabaci | 2017-09-07 |
| | |||
* | Revert "Revert "UI Events (draft) - implement auxclick"" | Pale Moon | 2017-08-20 |
| | | | | This reverts commit ce61607af29f915948863e6ca1745323c3b96a19. | ||
* | Revert "UI Events (draft) - implement auxclick" | Pale Moon | 2017-08-20 |
| | | | | This reverts commit f37dc404d82225aafedf4008a8eb93a4ccedfc08. | ||
* | JS - DOM - Don't allow onbeforeunload dialog unless I have interacted with ↵ | janekptacijarabaci | 2017-08-05 |
| | | | | the page | ||
* | JS - DOM - implement onvisibilitychange | janekptacijarabaci | 2017-08-02 |
| | |||
* | Merge pull request #1267 from janekptacijarabaci/js_dom_scrollingElement_1 | Moonchild | 2017-07-29 |
|\ | | | | | DOM - CSSOM View Module - implement scrollingElement | ||
| * | DOM - CSSOM View Module - implement scrollingElement | janekptacijarabaci | 2017-07-27 |
| | | |||
* | | JS - DOM - implement node.isSameNode() | janekptacijarabaci | 2017-07-24 |
|/ | |||
* | DOM - implement selection events (move cancelBubble to Event) | janekptacijarabaci | 2017-07-05 |
| | |||
* | DOM - implement selection events (base) | janekptacijarabaci | 2017-07-05 |
| | |||
* | Disable more code under --disable-webrtc | trav90 | 2017-06-30 |
| | | | | Also move some WebRTC files out of /dom/media and into proper WebRTC location. | ||
* | Add mediasource event handler attributes | trav90 | 2017-06-19 |
| | | | | See https://github.com/w3c/media-source/issues/66 | ||
* | [MSE] Add support for live seekable attribute | trav90 | 2017-06-19 |
| | | | | See https://github.com/w3c/media-source/issues/5 | ||
* | UI Events (draft) - implement auxclick | janekptacijarabaci | 2017-06-18 |
| | |||
* | Merge pull request #1117 from janekptacijarabaci/url_toJSON_1 | Moonchild | 2017-05-27 |
|\ | | | | | [minor fix] JS - URL - add toJSON support | ||
| * | JS - URL - add to.JSON support | janekptacijarabaci | 2017-05-27 |
| | | |||
* | | [minor fix] JS - make window.pageYOffset/pageXOffset/scrollX/scrollY double | janekptacijarabaci | 2017-05-26 |
|/ | |||
* | window.onerror catches JSON.parse error in Promise fulfillment | janekptacijarabaci | 2017-05-06 |
| | |||
* | HTML - support for elements: <details> and <summary> (follow up) | janekptacijarabaci | 2017-04-19 |
| | |||
* | HTML - support for elements: <details> and <summary> (basic) | janekptacijarabaci | 2017-04-13 |
| | |||
* | FormData - Implement manipulation methods, support in workers | janekptacijarabaci | 2017-03-30 |
| | |||
* | XMLHttpRequest: Expose mozAnon constructor js binding to system scopes | janekptacijarabaci | 2017-03-19 |
| | |||
* | Canvas: Added support for ellipse (+ fix a hang/crashes problem, check the ↵ | janekptacijarabaci | 2017-03-08 |
| | | | | canvas rects) | ||
* | Add support for element.innerText (getter, setter) | Pale Moon | 2017-02-24 |
| | |||
* | Add support for Element.insertAdjacentText() and Element.insertAdjacentElement() | janekptacijarabaci | 2017-02-07 |
| | |||
* | Check CSP for marquee event handlers. | Pale Moon | 2016-12-13 |
| | |||
* | Pass bitrates to track encoders for MediaRecorder | trav90 | 2016-11-18 |
| | |||
* | Base import of Tycho code (warning: huge commit) | Pale Moon | 2016-09-01 |
| | |||
* | Manually stringify the URL API objects. | Pale Moon | 2016-07-27 |
| | | | | | This is needed because WebIDL implementation in Mozilla code is incomplete! This resolves #462. | ||
* | Fix HTMLDocument.open's signature | Pale Moon | 2016-04-29 |
| | |||
* | Merge branch 'master' into URL_API-work | Pale Moon | 2016-03-13 |
|\ | |||
| * | Revert "Merge branch 'DOM-promises-work'" | Pale Moon | 2016-03-13 |
| | | | | | | | | | | This reverts commit a8a6cb509248b897a00d7a4b439efffa05e60bcc, reversing changes made to dd06188659d73f918d3773c7a265dda308e2e71d. | ||
* | | Merge branch 'master' into URL_API-work | Pale Moon | 2016-03-13 |
|\| | |||
| * | Update Promises to later spec type constructor Promise(resolve,reject) | Pale Moon | 2016-03-13 |
| | | |||
| * | Allow <undefined> to be passed to .then() and .catch() | Pale Moon | 2016-03-11 |
| | | |||
| * | Remove .done() (no longer in the spec) | Pale Moon | 2016-03-11 |
| | | |||
* | | Implement main URL API (funcs+constructor) | Pale Moon | 2016-03-01 |
| | | |||
* | | Update URLUtils. | Pale Moon | 2016-03-01 |
|/ | | | | | | - Add username - Add password - Add get Origin | ||
* | added `responseURL` property to XMLHttpRequest | Ketmar Dark | 2015-11-08 |
| | | | | based on https://bugzilla.mozilla.org/show_bug.cgi?id=998076 | ||
* | Allow `attributeFilter` without `attribute` in MutationObserver | Ketmar Dark | 2015-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 DocumentFragment | Pale Moon | 2015-11-07 |
| | |||
* | Replace SVGElement's generic QuerySelector() method with ↵ | Pale Moon | 2015-11-07 |
| | | | | nsINode::GetElementById() | ||
* | Fix overlook in Element.webidl | S. Nordin | 2015-08-03 |
| | |||
* | Add support for element.matches. | S. Nordin | 2015-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 Goanna | Pale Moon | 2015-06-09 |
|\ | |||
| * | Make ImageDocument chrome-only | Pale Moon | 2015-06-03 |
| | | |||
| * | Remove implicit access to XUL Tree classes from content. | Pale Moon | 2015-06-03 |
| | | | | | | | | (XULControllers, BoxObject, TreeSelection, TreeContentView, XULTemplateBuilder, XULTreeBuilder, TreeColumn(s)) | ||
* | | Wholesale switch remaining code to Goanna | Pale Moon | 2015-05-27 |
|/ |