summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/SharedBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix errors caused by unsafe conversions to/from size_tjunov2016-01-121-52/+44
* Remove config.h inclusion from third_party/WebKit/Source/platform/.tkent2015-12-211-1/+0
* [PartitionAlloc] Annotate common Blink types for heap profilingruuda2015-12-021-1/+1
* [PartitionAlloc] Take type argument for heap profilingruuda2015-12-011-1/+1
* Fix compile error with SHARED_BUFFER_STATS.jbroman2015-10-291-1/+1
* Remove most usage of std::vector from Blink.esprehn2015-10-281-3/+3
* Oilpan: Remove FastMalloc.{h,cpp}haraken2015-10-281-2/+2
* [Clean up] Fix the method names of WebProcessMemoryDump and WebMemoryAllocato...ssid2015-10-261-2/+2
* Add Web Resources usage to chrome://tracing.ssid2015-10-211-0/+15
* Rename FROM_HERE to BLINK_FROM_HERE.jbroman2015-10-171-1/+1
* Refactor SharedBuffer stats.tasak2015-10-071-8/+12
* Remove STATIC_CONST_MEMBER_DEFINITION.thakis@chromium.org2015-08-151-4/+2
* Merge Source/wtf/unicode into Source/wtf/text.benwells@chromium.org2015-07-071-2/+2
* Fix potential bug in FastSharedBufferReader::getConsecutiveDatab.kelemen@samsung.com2015-04-091-11/+10
* Replace uses of callOnMainThread with mainThread()->postTask()skyostil@chromium.org2015-03-061-3/+4
* Remove reserveCapacity call from SharedBuffer::mergeSegmentsIntoBuffer().reveman@chromium.org2015-03-041-1/+0
* bindings: Removes use of ArrayBuffer from platform/SharedBuffer.yukishiino@chromium.org2014-11-211-10/+8
* Correct data size argument type in resource loading path to unsignedtyoshino@chromium.org2014-10-021-5/+1
* use SkData::NewUninitialized, cheaper than NewFromMallocreed@chromium.org2014-09-121-2/+3
* Removing "using" declarations that import names in the C++ Standard library.(...shreeram.k@samsung.com2014-08-301-6/+4
* Rename WebCore namespace to blink in Platformabarth@chromium.org2014-07-181-2/+2
* Embed CSS/JS under Source/web/resources/ as GRD resourcesjl@opera.com2014-07-071-1/+1
* Crash the renderer when XHR fails to allocate an ArrayBuffer on response attr...tyoshino@chromium.org2014-04-181-0/+3
* Make non-merged SharedBuffer instances able to be purgeable.pliard@chromium.org2014-03-101-0/+16
* Make SharedBuffer support purgeable memory in-place. ...pliard@chromium.org2014-02-251-56/+31
* Remove unnecessary memcpy() in XMLDocumentParser.cpp.pliard@chromium.org2014-02-211-30/+0
* Use nullptr_t for RefPtr, PassRefPtr and RawPtr.ager@chromium.org2014-02-211-2/+2
* Fix PurgeableBuffer implementation.pliard@chromium.org2014-01-071-1/+1
* Remove the dependencies from headers where possible. The biggest win is tight...l.gombos@samsung.com2013-12-091-1/+0
* Remove SkiaSharedBufferStream as SharedBuffer is not sharable.bungeman@chromium.org2013-11-181-0/+20
* Move SharedBuffer into blink_platform.dllabarth@chromium.org2013-09-271-0/+440