icecat: add release icecat-140.10.1-1gnu1 for ecne
This commit is contained in:
parent
a5f93cb214
commit
ff85d7c623
1256 changed files with 63469 additions and 24141 deletions
12
icecat/dom/cache/Manager.cpp
vendored
12
icecat/dom/cache/Manager.cpp
vendored
|
|
@ -658,7 +658,8 @@ class Manager::CacheMatchAction final : public Manager::BaseAction {
|
|||
|
||||
// If we entered shutdown on the main thread while we were doing IO,
|
||||
// bail out now.
|
||||
if (AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM)) {
|
||||
if (IsCanceled() ||
|
||||
AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM)) {
|
||||
if (stream) {
|
||||
stream->Close();
|
||||
}
|
||||
|
|
@ -734,7 +735,8 @@ class Manager::CacheMatchAllAction final : public Manager::BaseAction {
|
|||
|
||||
// If we entered shutdown on the main thread while we were doing IO,
|
||||
// bail out now.
|
||||
if (AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM)) {
|
||||
if (IsCanceled() ||
|
||||
AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM)) {
|
||||
if (stream) {
|
||||
stream->Close();
|
||||
}
|
||||
|
|
@ -1289,7 +1291,8 @@ class Manager::CacheKeysAction final : public Manager::BaseAction {
|
|||
|
||||
// If we entered shutdown on the main thread while we were doing IO,
|
||||
// bail out now.
|
||||
if (AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM)) {
|
||||
if (IsCanceled() ||
|
||||
AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM)) {
|
||||
if (stream) {
|
||||
stream->Close();
|
||||
}
|
||||
|
|
@ -1368,7 +1371,8 @@ class Manager::StorageMatchAction final : public Manager::BaseAction {
|
|||
|
||||
// If we entered shutdown on the main thread while we were doing IO,
|
||||
// bail out now.
|
||||
if (AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM)) {
|
||||
if (IsCanceled() ||
|
||||
AppShutdown::IsInOrBeyond(ShutdownPhase::AppShutdownQM)) {
|
||||
if (stream) {
|
||||
stream->Close();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue