summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/WebKit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Factor out setIndexedDBClientCreateFunction from blink::initializeharaken2016-03-221-2/+0
* Merge WTF::initializeMainThread into WTF::initializeharaken2016-03-221-1/+0
* Rename Init.h to CoreInitializer.h, and InitModules.h to ModuleInitializer.hharaken2016-03-191-8/+7
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-161-1/+1
* Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...dewittj2016-03-151-1/+1
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-141-1/+1
* Remove initializeWithoutV8 and shutdownWithoutV8haraken2016-03-111-12/+0
* Move LSan-specific shutdown code to ThreadState::cleanupMainThreadharaken2016-03-111-15/+0
* Move the contents of initializeWithoutV8/shutdownWithoutV8 to Platform::initi...haraken2016-03-111-68/+4
* Move code to register/unregister memory dump provider from blink::initialize/...haraken2016-03-111-9/+0
* Register ArrayBufferContents' adjustAmountOfMemory in V8Initializer::initializeharaken2016-03-101-6/+1
* Finish completeSweep before shutting down V8haraken2016-03-101-0/+2
* Move ScriptStreamerThread::shutdown to CoreInitializer::shutdownharaken2016-03-101-4/+0
* Change the order of Platform::initialize and WTF::initializeharaken2016-03-101-4/+5
* Move code to register Oilpan's interruptor to V8Initializer::initializeharaken2016-03-091-6/+0
* Introduce V8Initializer::initializeMainThread/shutdownMainThreadharaken2016-03-081-6/+2
* Move ModuleInitializer::init out of initializeWithoutV8haraken2016-03-081-12/+12
* Shut down all threads before the main thread shuts downharaken2016-03-071-15/+23
* Fix name collisions that will occur with chromium style.danakj2016-03-021-1/+1
* Clean up WebTaskRunner::Task subclasses in WebKit.cpphiroshige2016-02-261-17/+2
* Blink Platform: Remove time functions from Platform.yutak2016-02-161-11/+1
* Remove Enumeration Histograms from the Blink Platform API.dtapuska2016-02-051-3/+11
* Shutdown HTMLParserThread in CoreInitializer::terminateThreadsyhirano2016-02-051-4/+1
* Revert of Shutdown HTMLParserThread in CoreInitializer::terminateThreads (pat...jyasskin2016-02-051-1/+4
* Shutdown HTMLParserThread in CoreInitializer::terminateThreadsyhirano2016-02-031-4/+1
* Move Partitions::initialize() before Platform::initialize().tasak2016-01-211-1/+3
* Move WTF::systemTraceTime() to platformbashi2016-01-131-6/+1
* Blink Platform: Remove cryptographicallyRandomValues().yutak2016-01-121-6/+0
* Remove config.h inclusion from third_party/WebKit/Source/web/.tkent2015-12-221-1/+0
* Release Oilpan heap singletons prior to LSan leak detection.sigbjornf2015-12-091-0/+15
* Revert of Release Oilpan heap singletons prior to LSan leak detection. (patch...lambroslambrou2015-12-081-15/+0
* Release Oilpan heap singletons prior to LSan leak detection.sigbjornf2015-12-081-0/+15
* Adding FontPlatformDataCache and ShapeCaches to memory-infra reportingdrott2015-12-081-0/+3
* Revert of Release Oilpan heap singletons prior to LSan leak detection. (patch...haraken2015-12-081-15/+0
* Release Oilpan heap singletons prior to LSan leak detection.sigbjornf2015-12-071-0/+15
* Make blink platform time consistent with the timer virtual timealexclarke2015-11-061-2/+2
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* Oilpan: Introduce GCTaskRunnerharaken2015-10-301-14/+9
* Use real metrics and colors in a case of test_runner.setUseMockTheme(false).tkent2015-10-221-0/+8
* Add Web Resources usage to chrome://tracing.ssid2015-10-211-3/+6
* Rename FROM_HERE to BLINK_FROM_HERE.jbroman2015-10-171-1/+1
* Oilpan: Move files in heap/glue/ to heap/haraken2015-10-151-2/+2
* Add flag to force complex text for testseae2015-10-121-0/+10
* Introduce WebTaskRunner Patch 3/5alexclarke@chromium.org2015-09-031-3/+3
* Simplify ownership of a ThreadState's interruptors.sigbjornf@opera.com2015-07-271-15/+4
* Eliminate MediaPlayer & MediaPlayerClient abstractionssrirama.m@samsung.com2015-07-231-4/+0
* Fix virtual/override/final usage in Source/web/.tkent@chromium.org2015-07-081-2/+2
* Remove ArrayBufferDeallocationObserverbinji@chromium.org2015-06-161-1/+6
* Expose ReleaseFreeMemory to free up memory on memory pressure or idle cleanup.ssid@chromium.org2015-06-081-0/+6
* Correctly keep track of isolates for microtask executionjochen@chromium.org2015-05-271-1/+1