| Commit message (Expand) | Author | Age | Files | Lines |
* | Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/ | akalin@chromium.org | 2012-05-11 | 1 | -7/+7 |
* | RefCounted types should not have public destructors, chrome/browser/ part 1 | rsleevi@chromium.org | 2012-04-27 | 1 | -0/+2 |
* | Use bundled Pepper Flash on Windows (Canary, still on a field trial). | viettrungluu@chromium.org | 2012-04-24 | 3 | -108/+3 |
* | Revert 133472 - Use bundled Pepper Flash on Windows (Canary, still on a field... | groby@chromium.org | 2012-04-23 | 3 | -3/+108 |
* | Use bundled Pepper Flash on Windows (Canary, still on a field trial). | viettrungluu@chromium.org | 2012-04-23 | 3 | -108/+3 |
* | Enable flapper by default on window 8 metro mode | cpu@chromium.org | 2012-04-12 | 1 | -1/+7 |
* | Field Trials choices can now be forced from a command line argument, and yet ... | mad@chromium.org | 2012-04-12 | 1 | -3/+5 |
* | Load plug-ins on the blocking pool on Windows and don't block shutdown on it. | bauerb@chromium.org | 2012-04-07 | 1 | -1/+2 |
* | Adding a const to a time var in component updater. | cpu@chromium.org | 2012-04-06 | 1 | -1/+1 |
* | Disable SwiftShader when CPU doesn't have SSE2. | jbauman@chromium.org | 2012-03-31 | 1 | -1/+6 |
* | Remove old versions of Pepper Flash on users' machines. | yzshen@chromium.org | 2012-03-24 | 1 | -8/+29 |
* | Move the pepper flash to the top of the flash plugin list, if the client is w... | yzshen@chromium.org | 2012-03-06 | 1 | -5/+6 |
* | Convert uses of int ms to TimeDelta in component updater. | tedvessenes@gmail.com | 2012-03-04 | 3 | -9/+18 |
* | Move TestURLRequestContextGetter to url_request_test_util.{h,cc} | akalin@chromium.org | 2012-03-02 | 1 | -4/+3 |
* | Enable pepper flash by default for part of the Windows Canary users. | yzshen@chromium.org | 2012-02-28 | 3 | -4/+95 |
* | Break two classes defined in json_value_serializer.cc, .h into separate files. | bbudge@chromium.org | 2012-02-26 | 2 | -2/+2 |
* | Update the format of the Pepper Flash manifest. | viettrungluu@chromium.org | 2012-02-21 | 3 | -26/+36 |
* | Add the ability to use a bundled Flapper. | viettrungluu@chromium.org | 2012-02-18 | 1 | -14/+6 |
* | Add a Content API around GpuDataManager and use that from chrome. I moved Gpu... | jam@chromium.org | 2012-02-16 | 1 | -3/+5 |
* | [Clean up] OS_MAC -> OS_MACOSX | dbeam@chromium.org | 2012-02-15 | 1 | -2/+2 |
* | Move GpuBlacklist out of content and into chrome. All content needs to know i... | jam@chromium.org | 2012-02-15 | 1 | -2/+2 |
* | Spelling mistakes fixed | cpu@chromium.org | 2012-02-15 | 4 | -12/+12 |
* | Increase the rate at which we check | cpu@chromium.org | 2012-02-11 | 1 | -2/+2 |
* | Add android component updater configuration. | yfriedman@chromium.org | 2012-02-09 | 1 | -1/+9 |
* | Fix leak in ComponentUpdaterTest.ProdVersionCheck. | rnk@chromium.org | 2012-02-07 | 1 | -7/+9 |
* | Create an API around UtilityProcessHost and use that from chrome. | jam@chromium.org | 2012-02-03 | 1 | -7/+9 |
* | Coverity: Fix uninitialized member variables. | kmadhusu@chromium.org | 2012-01-24 | 1 | -1/+1 |
* | Keep "internal" and "extra" plugins in the same list. | bauerb@chromium.org | 2012-01-14 | 1 | -1/+1 |
* | More drastic measures to disable flapper on windows canary | cpu@chromium.org | 2012-01-13 | 1 | -5/+3 |
* | Remove flapper as default flash player | cpu@chromium.org | 2012-01-10 | 1 | -9/+1 |
* | Create an API around PluginService and use it from Chrome. | jam@chromium.org | 2011-12-21 | 2 | -2/+6 |
* | Coverity Fixlet: fix PASS_BY_VALUE. | scr@chromium.org | 2011-12-21 | 1 | -2/+4 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 1 | -2/+6 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 1 | -6/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 1 | -2/+6 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 1 | -6/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 1 | -2/+6 |
* | Download SwiftShader component if WebGL is blacklisted | jbauman@chromium.org | 2011-12-16 | 2 | -0/+232 |
* | Add a component installer for Portable NaCl. Registration of installer is hid... | jvoung@google.com | 2011-12-15 | 4 | -1/+279 |
* | Convert calls to the utility process in service code to use the zygote on Linux. | jorgelo@chromium.org | 2011-12-13 | 1 | -0/+1 |
* | Enable pepper flash by default in windows canary | cpu@chromium.org | 2011-12-06 | 1 | -10/+27 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 2 | -0/+2 |
* | 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 |