Commit Graph

91 Commits

Author SHA1 Message Date
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
Fedor
b54d3ce01e Properly detect failure in receiving plugin NPObjects. 2019-12-25 15:47:23 +03:00
Fedor
697fd31c46 Make the second arg of insertRule optional. 2019-12-25 15:46:45 +03:00
Fedor
361131be8a Add crashtest for resolved bug 1558522. 2019-12-25 15:46:29 +03:00
Fedor
45cfa8084f Remove Adobe Primetime Support. 2019-12-25 15:45:47 +03:00
Fedor
c286a0e874 Remove DiskSpaceWatcher. 2019-12-25 15:45:26 +03:00
Fedor
5cfd8a746e Remove Object.prototype.watch/unwatch. 2019-12-25 15:44:59 +03:00
Fedor
86ef42f705 Add size checks to WebGLContext::BufferData(). 2019-12-25 15:44:30 +03:00
Fedor
3365704490 Ensure that file actors created after the database was closed are expired. 2019-12-25 15:43:58 +03:00
Fedor
e3e92c70f4 Avoid following the prototype chain. 2019-12-25 15:43:52 +03:00
Fedor
fdec53dc93 Reset performance object on navigation. 2019-12-25 15:43:33 +03:00
Fedor
ec5b99da7e Support modern Solaris. 2019-12-25 15:43:27 +03:00
Fedor
bddd8ea4b9 CSS Grid Improvements. 2019-12-25 15:42:38 +03:00
Fedor
f8c19e8744 Fix whitelisting of JavaScript-uris by CSP hash. 2019-12-25 15:42:06 +03:00
Fedor
0edfc9c9dd Ensure the right body element is used throughout the method call. 2019-12-25 15:41:47 +03:00
Fedor
d9b1325e74 Add checks to respect CSP-wildcard + Ports. 2019-12-25 15:41:41 +03:00
Fedor
b4a840591e Fix a crash in IndexedDB. 2019-12-25 15:41:35 +03:00
Fedor
56821f05f2 Don't load plugin instances when they have no src URI. 2019-12-25 15:40:52 +03:00
Fedor
d79e645849 Fix indentation. 2019-12-25 15:40:45 +03:00
Fedor
55b4a28983 Pass the original element into nsXMLContentSerializer::CheckElementEnd. 2019-12-25 15:40:39 +03:00
Fedor
c0be085185 1330900 - Implement script nomodule. 2019-12-25 15:40:30 +03:00
Fedor
394f5416b3 1340865 - Handle non-parser-created module scripts. 2019-12-25 15:40:27 +03:00
Fedor
48f1a37c88 1330682 - Use CORS when loading modules as per current spec 2019-12-25 15:40:06 +03:00
Fedor
186a0ce621 1330657 - Enable script type=/module/ behind a pref. 2019-12-25 15:40:03 +03:00
Fedor
425915a3c1 Remove old ANGLE driver bug workaround. 2019-09-05 20:09:24 +03:00
Fedor
3103cfd8b0 Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2... 2019-09-05 20:09:22 +03:00
Fedor
352616c872 Use WeakPtr for extension parent pointer. 2019-09-05 20:08:34 +03:00
Fedor
058bc36d44 Don't allow cross-origin POST redirects on 308 codes. 2019-09-05 20:08:09 +03:00
Fedor
828eacba0b Truncate Buffer/Texture on GL_OOM. 2019-09-05 20:07:43 +03:00
Fedor
d46cd420c6 Get RefPtr for IDBOpenDBRequest before using it. 2019-09-05 20:07:30 +03:00
Fedor
0e2b6e8609 1283712 - Add a mechanism to add notes for an error message. 2019-09-05 20:06:06 +03:00
Fedor
8a0e23aadb 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. 2019-09-05 20:06:03 +03:00
Fedor
df9455157d 1320408 - Change method that does GC on |this| to static method with Handle parameter. 2019-09-05 20:05:54 +03:00
Fedor
164918e9fc 1333045 - Update Location object properties to current spec. 2019-09-05 20:05:47 +03:00
Fedor
b90c7abc6a Revert "Capture delayed events and cancel as necessary." 2019-09-05 20:04:56 +03:00
Fedor
78293a0cfe Consider domain when deciding on inner window reuse. 2019-09-05 20:04:50 +03:00
Fedor
57558ce7dd Use a RefPtr to hold owner element ref when moving media resource load to background. 2019-09-05 20:04:43 +03:00