Commit Graph

127 Commits (4eebf89b2767552cf719d86346f34a63fa73db70)

Author SHA1 Message Date
Fedor 7dd71e41e4 Make sure we have a JSObject before trying to get global. 2020-07-16 03:30:59 +03:00
Fedor 764fb0f07f Implement abortController. 2020-07-16 03:27:14 +03:00
Fedor 3251a337f9 Replace node.rootNode with node.getRootNode(). 2020-07-16 03:22:43 +03:00
Fedor aee9f771e2 Add missing MP3Demuxer.h to MediaDecoderReader.h 2020-07-16 03:16:12 +03:00
Fedor 1b4a31b5d9 Remove, fix and clean up automated tests. 2020-07-16 02:40:15 +03:00
Fedor 9de7b20c17 Remove the obsolete <marquee> element and its interface. 2020-07-16 02:39:50 +03:00
Fedor 853897d5ca Bug 1632717. 2020-07-16 02:38:58 +03:00
Fedor 2f4f7d8270 Allow event dispatch on disabled form controls. 2020-07-16 02:36:49 +03:00
Fedor e2b2bd0a7c Revert "Remove -moz-user-input disabled to improve event handling."
This reverts commit 0c209bc59c0a7f85c39cc657d17d812894156108.
2020-07-16 02:36:36 +03:00
Fedor b1b822ad39 Remove pocketsphinx/speech recognition. 2020-07-16 02:36:23 +03:00
Fedor 5aec39511c Align <img> with no src to the updated spec. 2020-07-16 02:34:40 +03:00
Fedor 1d760290a6 Stop MP3 demuxer from choking on very small files. 2020-07-16 02:34:13 +03:00
Fedor 1a4477050e Remove a leftover GMP migration function. 2020-07-16 02:30:47 +03:00
Fedor fc5d40581e Fix warning about inline nsINode::GetFlattenedTreeParentNodeForStyle... 2020-07-16 02:30:35 +03:00
Fedor 30362cbdeb Remove dom.event.highrestimestamp.enabled pref. 2020-07-16 02:30:10 +03:00
Fedor c3e2f1e0bf Implement URLSearchParams's sort() 2020-07-16 02:29:58 +03:00
Fedor 8819de769f Update Shadow DOM to v1 spec. 2020-07-16 02:29:21 +03:00
Fedor 169b4a77e7 [dom] Reorder some calls to improve memory safety. 2020-07-16 02:20:12 +03:00
Fedor 6d0a42e587 [MSE] 1362440 Fix WebM segments with Tags elements not properly handled. 2020-07-16 02:18:41 +03:00
Fedor d1b8dc1081 De-unify dom/. 2020-07-16 02:18:08 +03:00
Fedor 6133f095fa Take files out of preprocessing that no longer require it. 2020-07-16 02:16:39 +03:00
Fedor f9a16fb179 Output webidl filenames as they are processed. 2020-07-16 02:16:12 +03:00
Fedor d93209d1f7 [DOM] Make sure to exit fullscreen mode if popups are opened or focused. 2020-04-03 20:55:21 +03:00
Fedor bf460a5ed3 [DOM] Add a null check. 2020-04-03 20:52:43 +03:00
Fedor 2711cada39 Unfold sqlite3 from nss. 2020-04-03 20:50:54 +03:00
Fedor d64f5c84a3 Meke build without DevTools Server. 2020-04-03 20:50:45 +03:00
Fedor 7c26515f2c [IndexedDB] Ensure that strong references to newly created cursors are kept... 2020-04-03 20:50:10 +03:00
Fedor 2fbdf05c68 Allow not having a Port for RessourceURI if the Scheme has no Default Port. 2020-04-03 20:49:28 +03:00
Fedor 03f2d19bc2 Stop building non-generated dom/binding files as UNIFIED_SOURCES. 2020-04-03 20:49:19 +03:00
Fedor 052cbebbef Directly assign PrimitiveConversions.h to the generated binding... 2020-04-03 20:49:11 +03:00
Fedor c2662594d0 Remove FlyWeb Service. 2020-04-03 20:49:03 +03:00
Fedor 0d8f4cab66 Get rid of the Presentation Web API. 2020-04-03 20:48:54 +03:00
Fedor 695c28fe68 Make building of EME conditional. 2020-04-03 20:48:29 +03:00
Fedor 6caf738b11 Use the Preprocessor instead of AppConstants. 2020-04-03 20:48:21 +03:00
Fedor 1190eea26a Improve performance of table drawing again. 2020-04-03 20:48:04 +03:00
Fedor 99fd13b6dd Implement Custom Elements v1. 2020-04-03 20:47:39 +03:00
Fedor 5bed5f8005 Remove showModalDialog. 2020-04-03 20:46:30 +03:00
Fedor 46d1844658 Remove -moz-user-input disabled to improve event handling. 2020-04-03 20:45:55 +03:00
Fedor af95d17221 Fix graphics crash on systems missing gpu_shader5. 2020-04-03 20:45:46 +03:00
Fedor 30e6400e30 Implement HMTL5 <dialog>. 2020-04-03 20:44:56 +03:00
Fedor 132c48cbbf Implement non-standard legacy CSSStyleSheet rules. 2020-04-03 20:44:48 +03:00
Fedor 159202da62 Implement promise-based media playback. 2020-04-03 20:44:29 +03:00
Fedor 7fd3f667aa 1341238 - Don't hang on to pointer from temporary NS_LossyConvertUTF16toASCII. 2020-04-03 20:44:22 +03:00
Fedor 6b9ec91973 Align document.open() with overhauled spec. 2020-04-03 20:44:14 +03:00
Fedor cbc0c961db Align computed DOM styles with mainstream behvior. 2020-04-03 20:44:07 +03:00
Fedor 11183f4c98 Remove DOM promise implementation. 2020-04-03 20:43:46 +03:00
Fedor cbdf8d0622 Make copy of list before iterating over it. 2020-04-03 20:42:42 +03:00
Fedor c0ef38d1d3 Add missing call to WaitForIsDebuggerRegistered. 2019-12-25 15:48:00 +03:00
Fedor 92a7a7ab89 Fix incorrect values for saving ordered lists as text. 2019-12-25 15:47:40 +03:00
Fedor b630797d1e Update identifier map entries and notify if they get removed. 2019-12-25 15:47:36 +03:00