| Commit message (Expand) | Author | Age | Lines |
* | backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across or... | Gaming4JC | 2018-09-25 | -1/+1 |
* | Send worker-runnables destined for the main thread actually to the main thread. | wolfbeast | 2018-09-16 | -9/+18 |
* | Stop using the worker MainThreadTaskQueue from dom/fetch. | wolfbeast | 2018-09-16 | -9/+3 |
* | Stop using the MainThreadTaskQueue from service workers. | wolfbeast | 2018-09-16 | -36/+23 |
* | Fix wrong SVG sizes with non-integer values for viewBox width/height. | wolfbeast | 2018-09-14 | -0/+175 |
* | Fix clang build bustage. | wolfbeast | 2018-09-12 | -1/+1 |
* | Bug 1466991 - Part 2: Reparent nodes when they start being in the XBL scope. | wolfbeast | 2018-09-11 | -0/+49 |
* | Bug 1466991 - Part 1: Factor out ShouldUseXBLScope. | wolfbeast | 2018-09-11 | -1/+17 |
* | Bug 1472925 - Keep a strong reference to MediaStreamGraph from GraphDriver. | wolfbeast | 2018-09-11 | -8/+9 |
* | Fix build bustage in cbfef7fcdb853916ff04015f6ee2d4b86f424a08 | wolfbeast | 2018-09-11 | -2/+4 |
* | Release mapped surface memory on size check failure to plug a leak. | wolfbeast | 2018-09-11 | -0/+2 |
* | Move surface data checking to a separate function to make it less "totally nuts" | wolfbeast | 2018-09-11 | -12/+47 |
* | RTCCertificate.cpp: output truncated before the last format character | trav90 | 2018-09-07 | -1/+1 |
* | Bug 1357432 (#750) | Moonchild | 2018-09-05 | -2/+30 |
* | Remove all C++ telemetry autotimers | wolfbeast | 2018-09-04 | -43/+18 |
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -842/+14 |
* | Remove support for TLS session caches in TLSServerSocket. | wolfbeast | 2018-09-01 | -1/+0 |
* | Add missing } | wolfbeast | 2018-08-25 | -0/+1 |
* | Add a horizontal scroll action option for mouse wheel. | wolfbeast | 2018-08-25 | -1/+7 |
* | Re-implement custom background color of standalone images. | wolfbeast | 2018-08-20 | -0/+20 |
* | memset only the underlying vector from the Array container | trav90 | 2018-08-18 | -1/+1 |
* | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2) | trav90 | 2018-08-10 | -2/+2 |
* | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 | trav90 | 2018-08-10 | -1/+1 |
* | Issue #686: Un-deprecate the Application Cache API | SpockMan02 | 2018-08-05 | -3/+0 |
* | Merge pull request #690 from janekptacijarabaci/netwerk_cors_multiple_1 | Moonchild | 2018-08-04 | -0/+1 |
|\ |
|
| * | Fixed misleading console error message for multiple CORS headers | janekptacijarabaci | 2018-07-31 | -0/+1 |
* | | Bug 1335296 - Expand about:support WebGL information | janekptacijarabaci | 2018-08-01 | -12/+131 |
|/ |
|
* | [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 |
|\ |
|
| * | 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 |
|\ |
|
| * | 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" | janekptacijarabaci | 2018-07-12 | -0/+2 |
* | | | Bug 1346501. Remove mFrameCreateCalled from nsImageLoadingContent, it is now ... | janekptacijarabaci | 2018-07-12 | -9/+1 |
* | | | 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 |
|/ |
|
* | Make the page visibility API pref-controlled. | wolfbeast | 2018-07-07 | -0/+3 |
* | Merge pull request #599 from janekptacijarabaci/dom_fetch_request_navigate_1 | Moonchild | 2018-07-05 | -38/+20 |
|\ |
|
| * | Bug 1331564 - XHR SyncTeardownRunnable must run also when the worker is in ki... | janekptacijarabaci | 2018-07-05 | -5/+3 |
| * | 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 |
|\| |
|
| * | Bug 604026 - Sync event loops in workers should be created only if compatible... | janekptacijarabaci | 2018-07-05 | -55/+101 |
* | | nsIContentPolicy::TYPE_DOCUMENT - Use "aLoadInfo->ContextForTopLevelLoad()" i... | janekptacijarabaci | 2018-07-05 | -1/+1 |
|/ |
|