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
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
ScriptElement.cpp Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
ScriptElement.h
ScriptLoadHandler.cpp
ScriptLoadHandler.h
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
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
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
ScriptTrace.h
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