| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert 99206 - Revert 99168 - Fix geolocation url character escaping issues. | dyu@chromium.org | 2011-09-01 | 2 | -19/+42 |
* | Revert 99168 - Fix geolocation url character escaping issues. | dyu@chromium.org | 2011-09-01 | 2 | -42/+19 |
* | Fix geolocation url character escaping issues. | allanwoj@chromium.org | 2011-09-01 | 2 | -19/+42 |
* | Reduce number of unnamed-type-template-args violations (mostly when passing v... | pkasting@chromium.org | 2011-09-01 | 1 | -1/+1 |
* | Use new network location service protocol | allanwoj@chromium.org | 2011-08-31 | 3 | -467/+226 |
* | Rework wifi_data_provider_linux.cc with our D-Bus library. | satorux@chromium.org | 2011-08-25 | 3 | -253/+430 |
* | Get rid of the link time dependency between content and chrome through the ge... | jam@chromium.org | 2011-08-25 | 3 | -6/+24 |
* | Removal of Profile from content part 9 of 9. | avi@chromium.org | 2011-08-23 | 1 | -2/+5 |
* | base: Fix the TODO in string_util.h | tfarina@chromium.org | 2011-08-17 | 1 | -5/+6 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 2 | -3/+3 |
* | Removal of Profile from content part 7. | avi@chromium.org | 2011-08-09 | 1 | -2/+1 |
* | Add a scoper object for URLFetcher::Factory | phajdan.jr@chromium.org | 2011-07-29 | 1 | -3/+1 |
* | Deprecate Profile::GetDefaultRequestContext(). | willchan@chromium.org | 2011-07-20 | 1 | -2/+1 |
* | Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir... | tfarina@chromium.org | 2011-06-25 | 1 | -4/+4 |
* | Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm... | tfarina@chromium.org | 2011-06-25 | 1 | -4/+4 |
* | Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. | tfarina@chromium.org | 2011-06-25 | 1 | -4/+4 |
* | Split out abstract interface from GeolocationPermissionContext | joth@chromium.org | 2011-06-23 | 3 | -46/+50 |
* | Remove content dependency on chrome/browser/accessibility/browser_accessibili... | jam@chromium.org | 2011-06-13 | 4 | -4/+4 |
* | Move UrlFetcher to content. I originally thought that it's only used by chro... | jam@chromium.org | 2011-06-01 | 2 | -2/+2 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 4 | -4/+4 |
* | Move the chromeos implementation of WifiDataProvider back to chrome, since it... | jam@chromium.org | 2011-05-17 | 3 | -384/+0 |