gecko-dev/dom/script
Michal Novotny ee8f43208a Bug 1448476 - Cache entry corruption after writing the alternate data. r=honzab
When writing to alt-data output stream fails for whatever reason, we now try to
truncate alternative data and keep the original data instead of dooming the
whole entry. The patch also changes how is the predicted size passed to the
cache. Instead of a dedicated method it's now an argument of openOutputStream
and openAlternativeOutputStream methods which fail in case the entry would
exceed the allowed limit.
2018-04-25 07:01:00 +03:00
..
ModuleLoadRequest.cpp Bug 1428745 - Remove support for version parameter from script loader, r=jonco 2018-01-09 17:00:49 +01:00
ModuleLoadRequest.h Bug 1342416 - Preload module scripts r=baku 2018-02-15 13:18:59 +00:00
ModuleScript.cpp Bug 1342416 - Preload module scripts r=baku 2018-02-15 13:18:59 +00:00
ModuleScript.h Bug 1342416 - Preload module scripts r=baku 2018-02-15 13:18:59 +00:00
moz.build Bug 1432963 - Fixing workers headers - part 17 - no LIBS=[workers] in moz.build files, r=smaug 2018-01-31 08:25:30 +01:00
nsIScriptElement.h Bug 1293362 - Part 4: Generate runtime bindings for calling xpcom methods from rust, r=froydnj 2018-01-23 17:27:26 -05:00
nsIScriptLoaderObserver.idl Bug 1421259 - Fix error events fired when loading JS module dependencies fail r=baku 2017-12-01 13:12:48 +00:00
ScriptElement.cpp Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
ScriptElement.h Bug 1362119 - part 1 - Moving dom/base/Script{Loader,Element}.* in dom/script, r=ehsan 2017-05-08 08:24:22 +02:00
ScriptLoader.cpp Bug 1448476 - Cache entry corruption after writing the alternate data. r=honzab 2018-04-25 07:01:00 +03:00
ScriptLoader.h Bug 1382020 - Don't preload nomodule scripts when modules are enabled r=hsivonen 2018-01-23 13:07:37 +00:00
ScriptLoadHandler.cpp Bug 1361369 - Fix coding style in ScriptLoadRequest.h r=smaug 2018-01-08 15:17:33 +00:00
ScriptLoadHandler.h Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor. 2017-06-13 13:23:23 +03:00
ScriptLoadRequest.cpp Bug 1451985 - Tell the cycle collector about ScriptLoadRequest::mElement. r=baku 2018-04-19 16:33:12 -07:00
ScriptLoadRequest.h Bug 1342416 - Preload module scripts r=baku 2018-02-15 13:18:59 +00:00
ScriptSettings.cpp bug 1328964 use nsContentUtils::GetCurrentJSContext() on all threads r=smaug 2018-04-09 12:11:18 +12:00
ScriptSettings.h Bug 1193394 - Part 1: Microtasks and promises scheduling. r=bevis 2017-11-17 11:01:27 +08:00
ScriptTrace.cpp Bug 1362119 - part 2 - Splitting ScriptLoader in multiple files, r=ehsan 2017-05-08 08:24:44 +02:00
ScriptTrace.h Bug 1362119 - part 2 - Splitting ScriptLoader in multiple files, r=ehsan 2017-05-08 08:24:44 +02:00