Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | [EME] Add support for sbgp and sgpd boxes occuring in the sampletable | trav90 | 2018-07-25 | -3/+3 | |
| | |||||
* | [EME] Add support for sbgp and sgpd boxes in the traf box | trav90 | 2018-07-25 | -1/+6 | |
| | |||||
* | Merge pull request #652 from janekptacijarabaci/dom_document_domain_null_1 | Moonchild | 2018-07-20 | -4/+4 | |
|\ | | | | | Make document.domain non-nullable | ||||
| * | Bug 819475 - Make document.domain non-nullable | janekptacijarabaci | 2018-07-20 | -4/+4 | |
| | | |||||
* | | Bug 1351193 - Update tests | janekptacijarabaci | 2018-07-20 | -1/+1 | |
| | | |||||
* | | Bug 1351193 - Added new DataTransfer constructor | janekptacijarabaci | 2018-07-20 | -17/+5 | |
|/ | |||||
* | Merge pull request #642 from janekptacijarabaci/dom_element_toggleAttribute_1 | Moonchild | 2018-07-17 | -0/+40 | |
|\ | | | | | Add support for Element.toggleAttribute() | ||||
| * | DOM - Element - add support for Element.toggleAttribute() | janekptacijarabaci | 2018-07-10 | -0/+40 | |
| | | |||||
* | | Merge pull request #628 from janekptacijarabaci/build_bustage_debug_1 | Moonchild | 2018-07-13 | -0/+2 | |
|\ \ | | | | | | | Fix Build Bustage - with "--enable-debug" | ||||
| * | | Fix Build Bustage - with "--enable-debug" | janekptacijarabaci | 2018-07-12 | -0/+2 | |
| | | | |||||
* | | | Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now ↵ | janekptacijarabaci | 2018-07-12 | -9/+1 | |
| | | | | | | | | | | | | unused | ||||
* | | | Bug 1346501. Don't mark every image as visible when a frame is created for it | janekptacijarabaci | 2018-07-12 | -11/+25 | |
|/ / | |||||
* | | Fix incorrect namespace use. | wolfbeast | 2018-07-11 | -2/+2 | |
| | | |||||
* | | Switch from ShCompileOptions to int. | wolfbeast | 2018-07-11 | -29/+30 | |
| | | |||||
* | | Restore emulated functions for OS X 10.8/10.7 | wolfbeast | 2018-07-11 | -0/+11 | |
| | | |||||
* | | Add event.srcElement (the alias for event.target) | janekptacijarabaci | 2018-07-11 | -0/+2 | |
|/ | | | | Issue #622 | ||||
* | Make the page visibility API pref-controlled. | wolfbeast | 2018-07-07 | -0/+3 | |
| | | | | This resolves #607. | ||||
* | Merge pull request #599 from janekptacijarabaci/dom_fetch_request_navigate_1 | Moonchild | 2018-07-05 | -38/+20 | |
|\ | | | | | Added support for Request constructor with "mode: navigate" | ||||
| * | Bug 1331564 - XHR SyncTeardownRunnable must run also when the worker is in ↵ | janekptacijarabaci | 2018-07-05 | -5/+3 | |
| | | | | | | | | killing state | ||||
| * | Bug 1298823 - Fix Request constructor - with "mode: navigate" | janekptacijarabaci | 2018-07-05 | -33/+17 | |
| | | |||||
* | | Merge pull request #597 from janekptacijarabaci/dom_workers_terminate_1 | Moonchild | 2018-07-05 | -55/+101 | |
|\| | | | | | Sync event loops in workers should be created only if compatible with the worker shutdown status | ||||
| * | Bug 604026 - Sync event loops in workers should be created only if ↵ | janekptacijarabaci | 2018-07-05 | -55/+101 | |
| | | | | | | | | compatible with the worker shutdown status | ||||
* | | nsIContentPolicy::TYPE_DOCUMENT - Use "aLoadInfo->ContextForTopLevelLoad()" ↵ | janekptacijarabaci | 2018-07-05 | -1/+1 | |
|/ | | | | | | instead of "aLoadInfo->LoadingNode()" Issue #600 | ||||
* | Merge branch 'ported-upstream' | wolfbeast | 2018-07-02 | -18/+34 | |
|\ | |||||
| * | Clamp resolution in PerformanceNavigationTiming. | wolfbeast | 2018-07-01 | -8/+9 | |
| | | |||||
| * | Bug 1436241 - Check redirect status code before forwarding to NPAPI. r=jimm, ↵ | Kyle Machulis | 2018-06-30 | -9/+9 | |
| | | | | | | | | | | | | | | | | r=pauljt, a=jcristau NPAPI may handle a 307 redirect across different origins, while they should only happen on same origin requests. Have the browser check this before forwarding to NPAPI. | ||||
| * | Bug 1464079 - Bring ICE connection state change callback up to spec. r=jib, ↵ | Byron Campen [:bwc] | 2018-06-29 | -0/+12 | |
| | | | | | | | | a=RyanVM | ||||
| * | Bug 1464079 - Bring ICE connection state change callback up to spec. r=jib, ↵ | Byron Campen [:bwc] | 2018-06-29 | -1/+4 | |
| | | | | | | | | | | | | a=RyanVM WebRTC | ||||
* | | Merge pull request #567 from SpockMan02/moz-mac-lion-theme | Moonchild | 2018-06-30 | -0/+2 | |
|\ \ | |/ |/| | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query | ||||
| * | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query | SpockMan02 | 2018-06-27 | -0/+2 | |
| | | |||||
* | | Convert the button rect to device coordinates correctly instead of casting ↵ | wolfbeast | 2018-06-28 | -1/+3 | |
| | | | | | | | | | | | | CSS coordinates. This should the correct fix for #559 | ||||
* | | Stabilize and align Intersection Observers | wolfbeast | 2018-06-27 | -64/+111 | |
| | | | | | | | | | | | | | | - Fixes several crashes - Aligns the feature with the W3C WD spec Tag #249 | ||||
* | | Merge pull request #554 from MoonchildProductions/issue12 | Moonchild | 2018-06-27 | -13/+3 | |
|\ \ | |/ |/| | Resolve potential null deref crashes in the editor | ||||
| * | Issue #12 Part 2: Stop using nsIDOMEvent in IsAcceptableInputEvent. | wolfbeast | 2018-06-26 | -13/+3 | |
| | | |||||
* | | Cleanup WebExAM test dependencies | Matt A. Tobin | 2018-06-26 | -1/+0 | |
|/ | |||||
* | Merge pull request #540 from janekptacijarabaci/security_csp_script_redirect_1 | Moonchild | 2018-06-24 | -2/+101 | |
|\ | | | | | Fix CSP: Scripts with valid nonce should not be blocked if URL redirects | ||||
| * | Bug 1469150 - CSP: Scripts with valid nonce get blocked if URL redirects is ↵ | janekptacijarabaci | 2018-06-23 | -2/+2 | |
| | | | | | | | | fixed (follow up) | ||||
| * | Bug 1469150 - Tests added to check scripts with valid nonce is allowed if ↵ | janekptacijarabaci | 2018-06-23 | -0/+0 | |
| | | | | | | | | URL redirects (follow up) | ||||
| * | Bug 1469150 - CSP: Scripts with valid nonce get blocked if URL redirects | janekptacijarabaci | 2018-06-21 | -1/+100 | |
| | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1469150 | ||||
* | | Prevent various location-based hazards. | wolfbeast | 2018-06-24 | -0/+20 | |
|/ | |||||
* | nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, ↵ | janekptacijarabaci | 2018-06-18 | -14/+15 | |
| | | | | rewrite uuid | ||||
* | nsIContentPolicy: Their order (in nsIContentPolicyBase.idl) must be retained ↵ | janekptacijarabaci | 2018-06-18 | -1/+1 | |
| | | | | in nsContentBlocker.cpp | ||||
* | Rewrite uuid for ContentPolicy | janekptacijarabaci | 2018-06-17 | -3/+3 | |
| | |||||
* | Fix typo in nsContentPolicyUtils.h | janekptacijarabaci | 2018-06-17 | -1/+1 | |
| | |||||
* | Bug 1430758 - No CSP directive for nsIContentPolicy::TYPE_SAVEAS_DOWNLOAD | janekptacijarabaci | 2018-06-17 | -0/+3 | |
| | |||||
* | Bug 1398229 - Save-link-as feature should use the loading principal - ↵ | janekptacijarabaci | 2018-06-17 | -2/+25 | |
| | | | | implementation of nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD | ||||
* | Add a nullcheck in DOMProxyHandler::EnsureExpandoObject jic. | wolfbeast | 2018-06-15 | -0/+4 | |
| | |||||
* | Media: harden TrackID handling. | wolfbeast | 2018-06-07 | -37/+183 | |
| | |||||
* | Bug 1464784 - Hold a strong ref to the document in callers of ↵ | Boris Zbarsky | 2018-06-07 | -10/+10 | |
| | | | | ConvertNodesOrStringsIntoNode. r=smaug, a=abillings | ||||
* | Bug 1458264 - Reset UNPACK_SKIP vars when uploading zeros. | jgilbert@mozilla.com | 2018-06-07 | -6/+15 | |
| |