| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GetURLForDebugging(). | pkasting@chromium.org | 2010-10-23 | 1 | -4/+0 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-13 | 1 | -2/+7 |
* | FBTF: Move some structs in webkit_glue::ResourceLoaderBridge:: . | erg@google.com | 2010-10-08 | 1 | -2/+3 |
* | DevTools: report network stack-based finish time for resources. | pfeldman@chromium.org | 2010-09-16 | 1 | -1/+2 |
* | FBTF: Add default ctors/dtors for various param structs. | erg@google.com | 2010-09-15 | 1 | -0/+1 |
* | base: Move SplitStringDontTrim functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-15 | 1 | -2/+3 |
* | FBTF: Header cleanup in chrome/common. Part 1. | jhawkins@chromium.org | 2010-08-17 | 1 | -0/+1 |
* | Remove wstring-ness from some more locale variables. | evan@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | Pepper stream-to-file plumbing. | darin@chromium.org | 2010-07-22 | 1 | -0/+3 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -2/+4 |
* | Deprecate file_util::AppendToPath() on non-Windows. | evan@chromium.org | 2010-02-26 | 1 | -5/+7 |
* | Add a CreateBridge method to the ChildThread. | jcampan@chromium.org | 2009-12-19 | 1 | -13/+16 |
* | Use an explicit boolean has_new_first_party_for_cookies instead | wtc@chromium.org | 2009-11-18 | 1 | -1/+3 |
* | Propagate the "first party for cookies" from WebKit to the network stack | wtc@chromium.org | 2009-11-13 | 1 | -1/+3 |
* | Amit, please review everything. | ananta@chromium.org | 2009-11-07 | 1 | -3/+21 |
* | Make GetURLForDebugging return a const GURL. | tony@chromium.org | 2009-10-28 | 1 | -2/+2 |
* | Gears File Drag Drop | michaeln@google.com | 2009-09-16 | 1 | -3/+3 |
* | Retrofit the pre-existing appache message dispatching with the new WebKit API... | michaeln@google.com | 2009-08-21 | 1 | -2/+2 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -1/+4 |
* | CPAPI (0.11) for gears drag drop. | mpcomplete@chromium.org | 2009-07-23 | 1 | -1/+29 |
* | Fix Gears crash after making PluginThread::current() only work on that thread. | jam@chromium.org | 2009-06-17 | 1 | -5/+6 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | CPAPI gears drag drop and renderer IPC. | michaeln@google.com | 2009-05-22 | 1 | -0/+37 |
* | Reverting 15986. | michaeln@google.com | 2009-05-13 | 1 | -37/+0 |
* | CPAPI gears drag drop and renderer IPC.... | michaeln@google.com | 2009-05-13 | 1 | -0/+37 |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 1 | -7/+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 | -0/+2 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -3/+5 |
* | Add the ability to specify a default MIME type when loading a resource. We'l... | abarth@chromium.org | 2009-03-28 | 1 | -0/+1 |
* | Refactor plugin process code which checks with the browser process before shu... | jam@chromium.org | 2009-03-27 | 1 | -3/+3 |
* | SSLPolicy Fix: Step 3. | abarth@chromium.org | 2009-03-17 | 1 | -1/+2 |
* | Switch to using one ResourceDispatcher per render process, and move it to Chi... | jam@chromium.org | 2009-03-12 | 1 | -1/+2 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Landing again the CL that adds security info to canceled requests (last time ... | jcampan@chromium.org | 2009-03-08 | 1 | -1/+2 |
* | Revert change 11197 because it created 138 new layout tests | nsylvain@chromium.org | 2009-03-07 | 1 | -2/+1 |
* | Landing again the CL that adds security info to canceled requests (it was bre... | jcampan@chromium.org | 2009-03-07 | 1 | -1/+2 |
* | Reverting 11179. | jcampan@chromium.org | 2009-03-07 | 1 | -2/+1 |
* | This CL adds a way to specify the security info when canceling a URLRequest. | jcampan@chromium.org | 2009-03-07 | 1 | -1/+2 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -9/+8 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -8/+9 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -9/+8 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -0/+1 |
* | Finish taking out render_messages.h includes from headers. | jam@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Commiting the changes from my previous cl that are specific to not including ... | jam@chromium.org | 2009-02-04 | 1 | -0/+1 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 1 | -1/+0 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 1 | -0/+1 |
* | Fix a timing issue that caused gears to fail to load sometimes. | mpcomplete@google.com | 2009-01-21 | 1 | -3/+5 |
* | Updating so that Gears can spawn file selectors when running in the renderer ... | zork@google.com | 2009-01-13 | 1 | -0/+13 |
* | Fix a potential race with cookie requests between renderer and gears. | mpcomplete@google.com | 2008-11-17 | 1 | -2/+18 |