summaryrefslogtreecommitdiff
path: root/dom
Commit message (Expand)AuthorAge
* Merge pull request #1569 from trav90/media-workMoonchild2018-01-05
|\
| * Fix build bustagetrav902018-01-05
| * [MSE] Remove some undesired Mozilla diagnostic codetrav902018-01-04
| * [MSE] Remove now unused codetrav902018-01-04
| * [MSE] When abort() is called, wait until the current appendBuffer completestrav902018-01-04
| * [MSE] Disable tail dispatching on the MediaSourceDemuxer's TaskQueuetrav902018-01-04
| * [MSE] Do not attempt to retrieve the buffered range if the mediasource is in ...trav902018-01-04
* | Change resolution of performance.now() to 50us.Pale Moon2018-01-04
|/
* Merge pull request #1536 from janekptacijarabaci/html_media_currentTime_1Moonchild2017-12-14
|\
| * HTML - media - setting currentTime when readyState is HAVE_NOTHING incorrectl...janekptacijarabaci2017-12-08
* | WebAudio - API - return the AudioNode connected to when calling AudioNode.con...janekptacijarabaci2017-12-08
|/
* Merge pull request #1527 from janekptacijarabaci/dom_events_dragexit_1Moonchild2017-12-05
|\
| * DOM - events - support dragexit (ondragexit - the attribute)janekptacijarabaci2017-12-02
* | Merge pull request #1521 from janekptacijarabaci/html_details-summary_improve...Moonchild2017-12-05
|\ \
| * | Bug 1295852 - elements named _moz_generated_content_before/after should not b...janekptacijarabaci2017-12-01
| |/
* / Make the page visibility API pref-controlled.Pale Moon2017-12-04
|/
* Merge pull request #1510 from janekptacijarabaci/html_details-summary_improve...Moonchild2017-11-30
|\
| * HTML - details/summary - lists (the "Second item" will be displayed as "3. Se...janekptacijarabaci2017-11-28
| * HTML - details/summary - lists (the "Second item" will be displayed as "3. Se...janekptacijarabaci2017-11-28
* | HTML - details/summary - localize the description of default summaryjanekptacijarabaci2017-11-28
|/
* Merge pull request #1503 from janekptacijarabaci/html_input_read-only_1Moonchild2017-11-26
|\
| * HTML - input type="number" matches :-moz-read-only when it is not read onlyjanekptacijarabaci2017-11-24
* | Fix typo (RefPtr -> nsRefPtr)janekptacijarabaci2017-11-24
* | Media - subtitles (implement cuechange event)janekptacijarabaci2017-11-24
|/
* In order to not leak properties, ensure all the properties of adopted nodes a...Pale Moon2017-11-21
* Explicitly cancel channel after mixed content redirect.Pale Moon2017-11-21
* DefineOSFileConstants should return false if OSFileConstants service is not i...Pale Moon2017-11-21
* Expose cookieBehavior and cookieLifetimePolicy preference variants from nsICo...Pale Moon2017-11-20
* Implement "cookie-averse document objects".Pale Moon2017-11-20
* Implement X-Content-Type-Options: nosniff.JustOff2017-11-19
* Remove the "ask every time" policy for acceptance of cookies.Pale Moon2017-11-18
* Add text/json and text/vtt as text MIME typesJustOff2017-11-17
* Refactor nsContentDLFJustOff2017-11-17
* Change nsIDocumentLoaderFactory and nsIURIContentListener to take MIME types ...JustOff2017-11-17
* [minor fix] Build - warningsjanekptacijarabaci2017-11-14
* DOM - Buttons - Events - calling focus() from a focus handlerjanekptacijarabaci2017-11-13
* DOM - XMLHttpRequest - the synchronous mode - withCredentialsjanekptacijarabaci2017-11-10
* Add no-op methods to Console API.Pale Moon2017-11-04
* Enable paste event listener in documents with no editor component.Pale Moon2017-11-01
* Broken selection system inside of a nested contenteditable elementjanekptacijarabaci2017-10-29
* Don't immediately fire canplaythrough for streams without durationtrav902017-10-27
* Add mochitest that ensures the canplay/canplaythrough and readyState is prope...trav902017-10-27
* [MSE] Determine when canplaythrough can be firedtrav902017-10-27
* [MSE] Enable NextFrameBufferedStatus() for MediaSourceDecodertrav902017-10-27
* [MSE] Move the definition of EOS_FUZZ to be publictrav902017-10-27
* Use buffered range to determine next frame availabilitytrav902017-10-27
* Rework MediaDecoder::AddOutputStream and move related code to the MDSMtrav902017-10-25
* Move MediaDecoder::UpdateStreamBlockingForPlayState to the MDSMtrav902017-10-25
* Move MediaDecoder::UpdateStreamBlockingForStateMachinePlaying to the MDSMtrav902017-10-25
* Move AddOutputStream code below MediaDecoder::Load()trav902017-10-25