Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Issue 2461173002: Disable memory cache for ArrayBuffer XHRs (Closed)

Created:
4 years, 1 month ago by halliwell
Modified:
4 years ago
Reviewers:
CC:
chromium-reviews, blink-reviews, tyoshino+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable memory cache for ArrayBuffer XHRs XHRs get removed from memory cache anyway after load finishes (see issue 399166). This change can save significant memory during the fetch for large resources. BUG=659789

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (5 generated)
halliwell
The CQ bit was checked by halliwell@chromium.org to run a CQ dry run
4 years, 1 month ago (2016-10-29 13:42:51 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2461173002/1
4 years, 1 month ago (2016-10-29 13:42:55 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
4 years, 1 month ago (2016-10-29 15:09:12 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 1 month ago (2016-10-29 15:09:13 UTC) #4
halliwell
4 years ago (2016-12-14 15:40:55 UTC) #5
Description was changed from

==========
Disable memory cache for ArrayBuffer XHRs

XHRs get removed from memory cache anyway after load finishes (see
issue 399166).  This change can save significant memory during the
fetch for large resources.

BUG=659789
==========

to

==========
Disable memory cache for ArrayBuffer XHRs

XHRs get removed from memory cache anyway after load finishes (see
issue 399166).  This change can save significant memory during the
fetch for large resources.

BUG=659789
==========

Powered by Google App Engine
This is Rietveld 408576698