| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide geolocation_provider.h from chrome, and move geolocation_permission_cont... | jam@chromium.org | 2012-01-24 | 3 | -48/+21 |
* | Convert use of int ms to TimeDelta in files owned by bulach. | tedvessenes@gmail.com | 2012-01-20 | 4 | -10/+10 |
* | Revert r117895 "Convert use of int ms to TimeDelta in files owned by bulach." | maruel@chromium.org | 2012-01-17 | 4 | -10/+10 |
* | Convert use of int ms to TimeDelta in files owned by bulach. | tedvessenes@gmail.com | 2012-01-17 | 4 | -10/+10 |
* | Revert 117541 - Convert use of int ms to TimeDelta in files owned by bulach. | lambroslambrou@google.com | 2012-01-12 | 4 | -10/+10 |
* | Convert use of int ms to TimeDelta in files owned by bulach. | tedvessenes@gmail.com | 2012-01-12 | 4 | -10/+10 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 5 | -5/+1 |
* | base::Bind: Remove includes of base.bind in header files. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Move AccessTokenStore to Content API, now that it is a pure-virtual class. | joi@chromium.org | 2011-12-21 | 16 | -88/+54 |
* | Switch to PostTaskAndReply for AccessTokenStore. | joi@chromium.org | 2011-12-21 | 9 | -46/+39 |
* | Revert 114992 - Switch to PostTaskAndReply for AccessTokenStore. | joi@chromium.org | 2011-12-19 | 9 | -18/+45 |
* | Switch to PostTaskAndReply for AccessTokenStore. | joi@chromium.org | 2011-12-19 | 9 | -45/+18 |
* | Move BrowserMessageFilter to public, and into content namespace. | joi@chromium.org | 2011-12-16 | 1 | -2/+2 |
* | Removing MessageLoop::QuitTask() from content/ | dcheng@chromium.org | 2011-12-10 | 1 | -2/+2 |
* | Update includes to new header locations | abarth@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | base::Bind: More random cleanups. | jhawkins@chromium.org | 2011-12-01 | 1 | -8/+5 |
* | Hide geolocation_messages.h from chrome. It was only used in a test. Instead ... | jam@chromium.org | 2011-11-30 | 3 | -43/+24 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-28 | 3 | -12/+15 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Add OVERRIDE to content/. | avi@chromium.org | 2011-11-17 | 9 | -34/+34 |
* | Fix components build on Linux when toolkit_views=1. | tony@chromium.org | 2011-11-14 | 1 | -1/+1 |
* | Make chrome communicate with gpsd through libgps/shared memory | miletus@chromium.org | 2011-11-12 | 6 | -321/+229 |
* | Fix statics in DeviceDataProvider templates to work in content component build. | dpranke@chromium.org | 2011-11-10 | 2 | -11/+13 |
* | Cleanup: Remove unneeded forward declarations in content/browser. | thestig@chromium.org | 2011-11-10 | 2 | -5/+1 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 3 | -1/+6 |
* | Switch content tests to use BrowserThreadImpl directly. | joi@chromium.org | 2011-10-31 | 1 | -2/+4 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 2 | -3/+3 |
* | Handle additional feedback from http://codereview.chromium.org/8395038/. | jam@chromium.org | 2011-10-28 | 2 | -10/+10 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 1 | -3/+3 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 3 | -17/+19 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 2 | -4/+7 |
* | Move content_browser_client.h to public, and while at it, move | joi@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move content_client.h into content/public. | joi@chromium.org | 2011-10-18 | 1 | -1/+0 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 2 | -2/+2 |
* | base::Bind: Cleanup in geolocation. | jhawkins@chromium.org | 2011-10-10 | 12 | -66/+79 |
* | Fix gps.h license issue, by deleting it | joth@chromium.org | 2011-10-10 | 5 | -115/+22 |
* | base::Bind: Cleanups in geolocation/. | jhawkins@chromium.org | 2011-10-07 | 4 | -7/+10 |
* | Revert 104481 - Fix gps.h license issue, by deleting it | joth@chromium.org | 2011-10-07 | 4 | -19/+107 |
* | Fix gps.h license issue, by deleting it | joth@chromium.org | 2011-10-07 | 4 | -107/+19 |
* | Export some unix-specific content symbols. | dpranke@chromium.org | 2011-10-04 | 3 | -5/+8 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 1 | -2/+3 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 12 | -23/+38 |
* | Update params to OnURLFetchComplete() for net location request. | skerner@chromium.org | 2011-09-26 | 3 | -26/+29 |
* | net: Put more functions from escape.h into net namespace. | tfarina@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 3 | -5/+8 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Remove gateway data providers for location service. | allanwoj@chromium.org | 2011-09-06 | 15 | -963/+25 |
* | Remove use of GetDefaultRequestContext in geolocation. | allanwoj@chromium.org | 2011-09-06 | 10 | -65/+104 |