summaryrefslogtreecommitdiffstats
path: root/chrome/browser/worker_host
Commit message (Expand)AuthorAgeFilesLines
* Make BrowserMessageFilter support dispatching messages on different threads.jam@chromium.org2010-12-101-2/+2
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-6/+6
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-2/+2
* Make the AppCacheDispatcherHost be a MessageFilter so that ResourceMessageFil...jam@chromium.org2010-12-042-6/+42
* Move:ben@chromium.org2010-12-021-1/+1
* Refactor: move HostContentSettingsMap to content_settingsgfeher@chromium.org2010-11-302-2/+2
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-0/+1
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-301-1/+0
* Check content settings when accessing web databases from workers.jochen@chromium.org2010-11-252-0/+43
* Fix crash in web workers when entangled port sender is null.inferno@chromium.org2010-11-181-8/+12
* Dispatch MIME registry queries to FILE thread.kinuko@chromium.org2010-11-132-30/+11
* FileSystem code cleanup 1st cut - does some class renaming.kinuko@chromium.org2010-11-091-1/+1
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-091-1/+1
* 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