summaryrefslogtreecommitdiffstats
path: root/chrome/browser/worker_host
Commit message (Expand)AuthorAgeFilesLines
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-1/+0
* This is the second try at submitting http://codereview.chromium.org/3991007/s...ericu@google.com2010-10-251-0/+23
* Revert 63619 - Workers who want to use FileWriter need to be granted permissi...ericu@google.com2010-10-231-23/+0
* Workers who want to use FileWriter need to be granted permission to access fi...ericu@google.com2010-10-231-0/+23
* FBTF: More dtor deinlining. (Can almost see the end!)erg@google.com2010-10-222-16/+16
* FBTF: Even more deinlining.erg@google.com2010-10-202-0/+5
* Flip the filesystem flag from --enable to --disable.kinuko@chromium.org2010-10-161-1/+1
* Support file utilities and mime-related methods on workers.kinuko@chromium.org2010-10-152-1/+41
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-122-2/+2
* Initial work on worker support for FileWriter.ericu@google.com2010-10-111-4/+1
* Resubmit of http://codereview.chromium.org/3476002/show but without the crash...ericu@google.com2010-10-071-1/+2
* Revert 61833 - Add the actual writing-files part of FileWriter.ericu@google.com2010-10-071-2/+1
* Add the actual writing-files part of FileWriter.ericu@google.com2010-10-071-1/+2
* Rename ChromeThread to BrowserThread Part3:tfarina@chromium.org2010-10-071-2/+2
* Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a sharedmpcomplete@chromium.org2010-09-301-1/+1
* Add Worker support for FileSystem API.kinuko@chromium.org2010-09-272-1/+14
* Fix the problem that BlobDispatcherHost is not hooked up in WorkerProcessHost.jianli@chromium.org2010-09-242-1/+11
* FBTF: Move Extension::LaunchContainer to extension_constants.h.erg@google.com2010-09-162-2/+5
* Run worker processes via the zygote.agl@chromium.org2010-09-131-8/+5
* Remove asserts in message_port_dispatcher that are too aggresive.levin@chromium.org2010-09-082-49/+0
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* PrependWrapper is platform-specific, so it should take a platform string.evan@chromium.org2010-08-041-5/+4
* Use new CopySwitchesFrom CommandLine API to simplify some code.evan@chromium.org2010-08-031-41/+12
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-6/+5
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-4/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-264-0/+4
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-033-14/+14
* Defend against messages being received prior to having been initialized.michaeln@chromium.org2010-05-282-2/+2
* Fully connect the dots between workers and appcache resource loading.michaeln@chromium.org2010-05-274-21/+114
* Browser process scaffolding to support having appcache work in workers.michaeln@chromium.org2010-05-244-63/+73
* Show the extension name in the task manager for extension created worker proc...jam@chromium.org2010-05-201-0/+13
* Add some more IPC plumbing and scaffolding to support having appcache work in...michaeln@chromium.org2010-05-081-4/+15
* Fix browser process crash in WorkerTest.WorkerContextMultiPort.dimich@chromium.org2010-04-281-0/+5
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-024-23/+92
* Adding debugging switches to Worker process startup on POSIX systems.dimich@chromium.org2010-03-171-5/+21
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-231-1/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-194-1/+4
* Fixes a race condition when a shared worker exits while one parent is loadingatwilson@chromium.org2010-02-173-28/+31
* Changed CreateWorker to coalesce any matching queued shared workers when aatwilson@chromium.org2010-02-104-27/+69
* Avoid out-of-bounds array access.cevans@chromium.org2010-02-051-1/+2
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-286-119/+273
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-261-1/+2
* Revert 36888 - Refactored code to allow associating workers with multiple ren...pkasting@chromium.org2010-01-236-273/+119
* Refactored code to allow associating workers with multiple renderers.atwilson@chromium.org2010-01-226-119/+273
* WebSocket in Worker: commandline passing for worker process.ukai@chromium.org2009-12-072-4/+37
* Changed shared worker code so incognito windows do not have access to non-inc...atwilson@chromium.org2009-11-264-40/+66
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-211-35/+14
* Fix build.levin@chromium.org2009-11-201-1/+1