| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind() conversion for ComponentUpdaterService. | dcheng@chromium.org | 2011-11-21 | 1 | -9/+12 |
* | Cleanup: Remove more forward declarations in various chrome/browser directories. | thestig@chromium.org | 2011-11-16 | 1 | -1/+0 |
* | Random base::Bind migrations (low hanging fruit). | csilv@chromium.org | 2011-11-09 | 1 | -7/+11 |
* | Revert r108760 / reland r108744, r108753 w/ fix | dpranke@chromium.org | 2011-11-08 | 2 | -10/+8 |
* | Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on... | dpranke@chromium.org | 2011-11-05 | 2 | -8/+10 |
* | Modify code in chrome to call wrapper functions on PluginService | dpranke@chromium.org | 2011-11-04 | 2 | -10/+8 |
* | Switch to composition for TestBrowserThread. | joi@chromium.org | 2011-11-03 | 1 | -3/+3 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 7 | -0/+14 |
* | Enable Flapper by default with USE_AURA. | ben@chromium.org | 2011-11-01 | 1 | -3/+10 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 6 | -22/+22 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 1 | -1/+1 |
* | Put zip functions into 'zip' namespace. | satorux@chromium.org | 2011-10-26 | 1 | -1/+1 |
* | Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ... | jam@chromium.org | 2011-10-26 | 1 | -3/+5 |
* | Create a content::UrlFetcher interface that lives in content/public/common an... | jam@chromium.org | 2011-10-25 | 2 | -17/+19 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -2/+3 |
* | OpenBSD patches for chrome/content, split from CR #8275005 | robert.nagy@gmail.com | 2011-10-21 | 1 | -0/+8 |
* | Move PepperPluginInfo to content/public/common and put it into the content na... | jam@chromium.org | 2011-10-21 | 1 | -3/+3 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -12/+12 |
* | Provide extra info form ARM | stevenjb@chromium.org | 2011-10-19 | 1 | -7/+10 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -5/+5 |
* | Recovery component: Use a version from the prefs instead of the chrome version | cpu@chromium.org | 2011-10-18 | 2 | -20/+43 |
* | Adding owners file to component updater | cpu@chromium.org | 2011-10-18 | 1 | -0/+5 |
* | Adding more request parameters to component updater. | cpu@chromium.org | 2011-10-13 | 1 | -13/+24 |
* | Recovery component: Use the correct key fingerprint | cpu@chromium.org | 2011-10-12 | 1 | -4/+4 |
* | Enable flash npapi component updater for all platforms except chromeOs | cpu@chromium.org | 2011-10-12 | 1 | -5/+5 |
* | Finish moving plugin probing out of process. | rsesek@chromium.org | 2011-10-12 | 1 | -6/+13 |
* | Component updater: recovery component. | cpu@chromium.org | 2011-10-12 | 2 | -0/+133 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 2 | -2/+2 |
* | Component update for flash: add the actual key fingerprint.BUG=57103TEST=see bug | cpu@chromium.org | 2011-10-07 | 1 | -5/+5 |
* | Fix for broken arm bots | cpu@chromium.org | 2011-10-05 | 1 | -2/+2 |
* | Provide default extra info for non x86 architectures on ChromeOS | stevenjb@google.com | 2011-10-05 | 1 | -2/+2 |
* | Component updater: send extra attributes in the request to | cpu@chromium.org | 2011-10-05 | 4 | -7/+73 |
* | Component update regular NPAPI flash | cpu@chromium.org | 2011-10-04 | 2 | -1/+215 |
* | Enable CompoFlapper on all platforms. | viettrungluu@chromium.org | 2011-09-30 | 3 | -32/+105 |
* | net: Put more functions from escape.h into net namespace. | tfarina@chromium.org | 2011-09-22 | 1 | -1/+1 |
* | Remove base/scoped_ptr.h | akalin@chromium.org | 2011-09-18 | 1 | -1/+1 |
* | Adding a test to make sure we detect when we changes in the Pepper api break | cpu@chromium.org | 2011-09-15 | 3 | -13/+75 |
* | Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o... | bauerb@chromium.org | 2011-09-15 | 1 | -3/+3 |
* | Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o... | bauerb@chromium.org | 2011-09-15 | 1 | -3/+3 |
* | Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,... | bauerb@chromium.org | 2011-09-15 | 1 | -3/+3 |
* | Flapper installer: add a specific check for the PDF interface | cpu@chromium.org | 2011-09-14 | 1 | -1/+8 |
* | Move TestNotificationTracker to content as it has no dependencies to chrome b... | jochen@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 2 | -2/+2 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 2 | -2/+2 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 2 | -2/+2 |
* | Innocent rename of pepper_flash_component_installer.h | cpu@chromium.org | 2011-09-10 | 2 | -4/+4 |
* | Component updater: Adding test for prodversionmin | cpu@chromium.org | 2011-09-10 | 1 | -22/+67 |
* | Pepper interface support check in the flapper installer | cpu@chromium.org | 2011-09-07 | 1 | -0/+22 |
* | Update base/timer.h code to pass through Location from call sites. (reland) o... | jbates@chromium.org | 2011-09-02 | 1 | -2/+2 |
* | Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, | mattm@chromium.org | 2011-09-02 | 1 | -2/+2 |