Commit Graph

74 Commits

Author SHA1 Message Date
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
Fedor
4e7b2bbbe4 Don't access gNeckoChild if not on main thread. 2019-09-05 20:04:26 +03:00
Fedor
ebf9351ec5 Selectively allow ftp subresources in the blocked mode. 2019-09-05 20:04:14 +03:00
Fedor
b30beb5771 Add preference to allow the loading of FTP subresources. 2019-09-05 20:04:05 +03:00
Fedor
f00dae7823 Dispatch a PluginRemoved event for actual plugins. 2019-09-05 20:03:56 +03:00
Fedor
a619b6c51f Allow matroska mime types for video element and MSE. 2019-09-05 20:03:48 +03:00
Fedor
a65230322e Attach FrameProperties to each frame instead of using a shared hashtable. 2019-09-05 20:02:58 +03:00
Fedor
6892a57867 Remove e10s force-enable/-disable prefs and a11y considerations. 2019-07-08 13:09:25 +03:00
Fedor
164681884a Improve origin-clean algorithm based on our previous changes. 2019-07-08 13:09:22 +03:00
Fedor
2a960935b7 [WebGL] Enable size limit on Linux. 2019-07-08 13:09:19 +03:00
Fedor
2e3a0eefbd Disable <meta http-equiv=set-cookie> 2019-07-08 13:09:05 +03:00
Fedor
e0a58925d9 Rewrite atomization 2019-07-08 13:08:56 +03:00
Fedor
1ed9f0a194 Map IntersectionObserver rect to the correct viewport. 2019-07-08 13:08:28 +03:00
Fedor
7ad2d62b8f Fix failure to print when pages contain zero-sized <canvas> element. 2019-07-08 13:07:31 +03:00
Fedor
96e20cdf0e [places] Prevent some abuse of smart queries. 2019-06-12 13:44:05 +03:00
Fedor
8cb7a2af2e [media] Rewrite AudioConverter::DownmixAudio 2019-06-12 13:43:59 +03:00
Fedor
1da6381a9f [IndexedDB] Call SendFailureResult if the actor has been destroyed. 2019-06-12 13:43:42 +03:00
Fedor
e53bfec76a Add nullcheck. (uplift) 2019-06-12 13:43:25 +03:00