| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use new CopySwitchesFrom CommandLine API to simplify some code. | evan@chromium.org | 2010-08-03 | 1 | -41/+12 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -6/+5 |
* | CommandLine: add a CopySwitchesFrom() and AppendSwitchPath() | evan@chromium.org | 2010-07-29 | 1 | -4/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 4 | -0/+4 |
* | Moved common parts of ChildProcessHost into chrome/common and created a Brows... | sanjeevr@chromium.org | 2010-07-03 | 3 | -14/+14 |
* | Defend against messages being received prior to having been initialized. | michaeln@chromium.org | 2010-05-28 | 2 | -2/+2 |
* | Fully connect the dots between workers and appcache resource loading. | michaeln@chromium.org | 2010-05-27 | 4 | -21/+114 |
* | Browser process scaffolding to support having appcache work in workers. | michaeln@chromium.org | 2010-05-24 | 4 | -63/+73 |
* | Show the extension name in the task manager for extension created worker proc... | jam@chromium.org | 2010-05-20 | 1 | -0/+13 |
* | Add some more IPC plumbing and scaffolding to support having appcache work in... | michaeln@chromium.org | 2010-05-08 | 1 | -4/+15 |
* | Fix browser process crash in WorkerTest.WorkerContextMultiPort. | dimich@chromium.org | 2010-04-28 | 1 | -0/+5 |
* | Changes to the Browser to support Database access from Workers. | ericu@google.com | 2010-04-02 | 4 | -23/+92 |
* | Adding debugging switches to Worker process startup on POSIX systems. | dimich@chromium.org | 2010-03-17 | 1 | -5/+21 |
* | Move more files from chrome/common to chrome/browser | phajdan.jr@chromium.org | 2010-02-23 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 4 | -1/+4 |
* | Fixes a race condition when a shared worker exits while one parent is loading | atwilson@chromium.org | 2010-02-17 | 3 | -28/+31 |
* | Changed CreateWorker to coalesce any matching queued shared workers when a | atwilson@chromium.org | 2010-02-10 | 4 | -27/+69 |
* | Avoid out-of-bounds array access. | cevans@chromium.org | 2010-02-05 | 1 | -1/+2 |
* | Refactored code to allow associating workers with multiple renderers. | atwilson@chromium.org | 2010-01-28 | 6 | -119/+273 |
* | Create initial GPU backing store in the GPU process for X windows applications. | brettw@chromium.org | 2010-01-26 | 1 | -1/+2 |
* | Revert 36888 - Refactored code to allow associating workers with multiple ren... | pkasting@chromium.org | 2010-01-23 | 6 | -273/+119 |
* | Refactored code to allow associating workers with multiple renderers. | atwilson@chromium.org | 2010-01-22 | 6 | -119/+273 |
* | WebSocket in Worker: commandline passing for worker process. | ukai@chromium.org | 2009-12-07 | 2 | -4/+37 |
* | Changed shared worker code so incognito windows do not have access to non-inc... | atwilson@chromium.org | 2009-11-26 | 4 | -40/+66 |
* | Launch all child processes asynchronously so as not to block the IO thread. | jam@chromium.org | 2009-11-21 | 1 | -35/+14 |
* | Fix build. | levin@chromium.org | 2009-11-20 | 1 | -1/+1 |
* | Fix unitialized memory access in workers. | levin@chromium.org | 2009-11-20 | 2 | -6/+71 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Changed WorkerProcessHost::WorkerInstance to use std::list instead of std::set, | atwilson@chromium.org | 2009-11-13 | 2 | -30/+41 |
* | Added lifecycle management and sharing support for SharedWorkers. SharedWorkers | atwilson@chromium.org | 2009-11-13 | 4 | -65/+532 |
* | Added support for --worker-startup-dialog command line flag. | atwilson@chromium.org | 2009-11-06 | 1 | -0/+5 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 4 | -24/+37 |
* | Revert "Added beginnings of browser-process support for shared workers." | atwilson@chromium.org | 2009-11-05 | 4 | -37/+24 |
* | Added beginnings of browser-process support for shared workers. | atwilson@chromium.org | 2009-11-05 | 4 | -24/+37 |
* | Third patch in getting rid of caching MessageLoop pointers and always using C... | jam@chromium.org | 2009-11-02 | 3 | -15/+7 |
* | Initial pass of shared workers renderer-side code | atwilson@chromium.org | 2009-10-30 | 1 | -29/+49 |
* | Degrade the https color and lock icon for the page that has a worker that loa... | dimich@google.com | 2009-10-19 | 2 | -0/+20 |
* | Use FilePath in ChildProcessHost. | evan@chromium.org | 2009-10-13 | 1 | -1/+1 |
* | Header dependency cleanup in chrome/ | phajdan.jr@chromium.org | 2009-10-12 | 1 | -0/+1 |
* | Fix race condition with message ports being dropped if sent before a worker s... | jam@chromium.org | 2009-09-21 | 3 | -24/+45 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 4 | -29/+29 |
* | First half of updating Worker.postMessage(), DOMWindow.postMessage(), and | jorlow@chromium.org | 2009-08-26 | 3 | -32/+40 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 1 | -1/+2 |
* | Change breakpads on the helper processes to keep our rimZ clean. | mark@chromium.org | 2009-08-15 | 1 | -0/+1 |
* | Re-commit r22981 after backout at r22992. Contains fixes to relocate | mark@chromium.org | 2009-08-11 | 1 | -2/+2 |
* | Back out r22981, it may have caused Windows test failures. | mark@chromium.org | 2009-08-11 | 1 | -2/+2 |
* | Provide a separate app bundle for subprocesses like the renderer on the Mac. | mark@chromium.org | 2009-08-11 | 1 | -2/+2 |
* | Get rid of warning on CHROME_OS builder. | jam@chromium.org | 2009-08-06 | 1 | -2/+2 |
* | Enable message ports for workers. | jam@chromium.org | 2009-08-06 | 4 | -11/+92 |