| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverse the embedded-shared-worker flag to turn the feature on by default. | horo@chromium.org | 2014-04-22 | 1 | -3/+3 |
* | Add pause_on_start flag to WorkerProcessMsg_CreateWorker_Params. | horo@chromium.org | 2014-03-29 | 1 | -2/+3 |
* | Add commandline flag "enable-embedded-shared-worker" for ServiceWroker in the... | horo@chromium.org | 2014-03-12 | 1 | -1/+11 |
* | Move the worker script loading code to the worker process (phase:4/5) | horo@chromium.org | 2014-02-05 | 1 | -184/+34 |
* | Register the worker process ID of the extension to ProcessMap in ExtensionSys... | horo@chromium.org | 2014-01-28 | 1 | -1/+3 |
* | Move the worker script loading code to the worker process (phase:2/5) | horo@chromium.org | 2014-01-09 | 1 | -0/+2 |
* | Finally remove ResourceRequestInfo::GetAssociatedRenderView. Also remove the ... | jam@chromium.org | 2014-01-07 | 1 | -4/+2 |
* | A bunch of work to transition from render_view_id to render_frame_id. | jam@chromium.org | 2013-12-20 | 1 | -1/+3 |
* | Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead... | jam@chromium.org | 2013-12-18 | 1 | -26/+41 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 1 | -4/+4 |
* | content: Introduce a RenderWidgetHostIterator. | sadrul@chromium.org | 2013-09-11 | 1 | -6/+8 |
* | Refactor RenderProcessHost to use IPC::Listener instead of RenderWidgetHost | nasko@chromium.org | 2013-06-21 | 1 | -19/+10 |
* | Delete some dead code. | michaeln@google.com | 2013-06-21 | 1 | -7/+0 |
* | Lower the priority of shared workers that aren't associated with the foregrou... | simonhatch@chromium.org | 2013-05-31 | 1 | -1/+206 |
* | Revert 200932 "Lower the priority of shared workers that aren't ..." | simonhatch@chromium.org | 2013-05-20 | 1 | -202/+1 |
* | Lower the priority of shared workers that aren't associated with the foregrou... | simonhatch@chromium.org | 2013-05-18 | 1 | -1/+202 |
* | Revert 199840 "Lower the priority of shared workers that aren't ..." | simonhatch@chromium.org | 2013-05-13 | 1 | -195/+1 |
* | Lower the priority of shared workers that aren't associated with the foregrou... | simonhatch@chromium.org | 2013-05-13 | 1 | -1/+195 |
* | DevTools: rename debugger/ to devtools/, move DevTools files into content/ren... | pfeldman@chromium.org | 2012-12-19 | 1 | -1/+1 |
* | Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file... | mnissler@chromium.org | 2012-12-19 | 1 | -1/+1 |
* | DevTools: rename debugger/ to devtools/, move DevTools files into content/ren... | pfeldman@chromium.org | 2012-12-19 | 1 | -1/+1 |
* | Remove flags for Workers that violate multiple profile and storage isolation ... | ajwong@chromium.org | 2012-09-14 | 1 | -78/+13 |
* | Remove storage context accessors from ResourceContext. | ajwong@chromium.org | 2012-09-11 | 1 | -17/+29 |
* | Fix crash in WorkerTest.MultipleTabsQueuedSharedWorker. I could get this cons... | jam@chromium.org | 2012-07-26 | 1 | -0/+11 |
* | Move files related to registry-controlled domains into a new net/base/registr... | pam@chromium.org | 2012-07-20 | 1 | -1/+1 |
* | Add ResourceRequestInfo. | darin@chromium.org | 2012-03-07 | 1 | -2/+2 |
* | Move resource_context.h to content/public/browser. Remove the workaround in i... | jam@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Make content::ResourceContext be a real interface like the rest of the Conten... | jam@chromium.org | 2012-02-09 | 1 | -8/+8 |
* | Hide WorkerProcessHost from chrome. | jam@chromium.org | 2012-02-01 | 1 | -15/+43 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -48/+29 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 1 | -29/+48 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -48/+29 |
* | Get rid of unnecessary accessors in BrowserProcessHost that were transitional... | jam@chromium.org | 2012-01-13 | 1 | -2/+2 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-11 | 1 | -3/+1 |
* | Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu... | jam@chromium.org | 2012-01-10 | 1 | -1/+3 |
* | Move creation and ownership of ResourceDispatcherHost and PluginService to co... | jam@chromium.org | 2012-01-10 | 1 | -3/+1 |
* | Create an API around WorkerService that chrome consumes. Rename the existing ... | jam@chromium.org | 2011-12-29 | 1 | -0/+564 |