| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: . | erg@google.com | 2010-10-08 | 1 | -1/+1 |
* | Flesh out URLLoader's download_to_file function. | michaeln@chromium.org | 2010-09-28 | 1 | -0/+8 |
* | Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa... | thakis@chromium.org | 2010-09-24 | 1 | -8/+0 |
* | Flesh out URLLoader's download_to_file function. | michaeln@chromium.org | 2010-09-23 | 1 | -0/+8 |
* | DevTools: report network stack-based finish time for resources. | pfeldman@chromium.org | 2010-09-16 | 1 | -1/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Remove the mostly-unused FilterPolicy class. Convert the only actually-used ... | pkasting@chromium.org | 2010-05-18 | 1 | -4/+1 |
* | Wire sending/receiving cacheable metadata from the renderer | tonyg@chromium.org | 2010-05-18 | 1 | -0/+1 |
* | When cancelling a pending request, release any outstanding SharedIOBuffer | mark@chromium.org | 2010-04-29 | 1 | -3/+6 |
* | Replace __MSG_some_name__ template within extension css files with localized ... | cira@chromium.org | 2010-02-11 | 1 | -3/+7 |
* | Add a CreateBridge method to the ChildThread. | jcampan@chromium.org | 2009-12-19 | 1 | -15/+4 |
* | Amit, please review everything. | ananta@chromium.org | 2009-11-07 | 1 | -1/+3 |
* | Uses DISALLOW_COPY_AND_ASSIGN instead of the deprecated version DISALLOW_EVIL... | evan@chromium.org | 2009-08-28 | 1 | -1/+1 |
* | Retrofit the pre-existing appache message dispatching with the new WebKit API... | michaeln@google.com | 2009-08-21 | 1 | -1/+1 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -14/+26 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | Remove code path that passes a file handle to the renderer | hclam@chromium.org | 2009-05-29 | 1 | -2/+0 |
* | Headers cleanup in chrome/common | phajdan.jr@chromium.org | 2009-05-29 | 1 | -1/+0 |
* | Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi... | abarth@chromium.org | 2009-05-23 | 1 | -1/+1 |
* | Fix a memory leak in ResourceDispatcher | hclam@chromium.org | 2009-05-18 | 1 | -0/+6 |
* | Revert 12739, 12740, and 12741 because we're going to fix Issue 7448 purely i... | abarth@chromium.org | 2009-04-08 | 1 | -1/+0 |
* | Adds new messages and widens some existing messages between the renderer and ... | michaeln@google.com | 2009-04-07 | 1 | -1/+2 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Add the ability to specify a default MIME type when loading a resource. We'l... | abarth@chromium.org | 2009-03-28 | 1 | -0/+1 |
* | SSLPolicy Fix: Step 3. | abarth@chromium.org | 2009-03-17 | 1 | -7/+4 |
* | Hide the details about ResourceDispatcherHost messages from child processes. ... | jam@chromium.org | 2009-03-17 | 1 | -4/+3 |
* | Implementation of ResourceDispatcher::OnDownloadProgress | hclam@chromium.org | 2009-03-13 | 1 | -1/+2 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-13 | 1 | -0/+1 |
* | Switch to using one ResourceDispatcher per render process, and move it to Chi... | jam@chromium.org | 2009-03-12 | 1 | -15/+11 |
* | Landing again the CL that adds security info to canceled requests (last time ... | jcampan@chromium.org | 2009-03-08 | 1 | -1/+3 |
* | Revert change 11197 because it created 138 new layout tests | nsylvain@chromium.org | 2009-03-07 | 1 | -3/+1 |
* | Landing again the CL that adds security info to canceled requests (it was bre... | jcampan@chromium.org | 2009-03-07 | 1 | -1/+3 |
* | Reverting 11179. | jcampan@chromium.org | 2009-03-07 | 1 | -3/+1 |
* | This CL adds a way to specify the security info when canceling a URLRequest. | jcampan@chromium.org | 2009-03-07 | 1 | -1/+3 |
* | Revert change 10975 and 10972 because it broke the purify | nsylvain@chromium.org | 2009-03-05 | 1 | -1/+0 |
* | Highlights of changes: | hclam@chromium.org | 2009-03-05 | 1 | -0/+1 |
* | Cleanup some forward declared structs that are not being used. | thestig@chromium.org | 2009-02-05 | 1 | -3/+4 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -2/+6 |
* | Porting in chrome/ | phajdan.jr@chromium.org | 2008-12-31 | 1 | -2/+0 |
* | Refactor IPC::Channel to have a common header. | jeremy@chromium.org | 2008-12-10 | 1 | -0/+2 |
* | Updated the design document URLs for ResourceDispatcher and ResourceDispatche... | scherkus@chromium.org | 2008-12-03 | 1 | -1/+1 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -1/+2 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ... | ananta@chromium.org | 2008-10-20 | 1 | -0/+4 |
* | Replace all instances of <hash_map> with a "base/hash_tabe.h", | erg@google.com | 2008-09-08 | 1 | -3/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+145 |