| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 1 | -0/+4 |
* | Cleanup: avoid foo ? true : false, part 1. | thestig@chromium.org | 2012-09-27 | 1 | -3/+3 |
* | Revert 157040 - Add some logging to debug PPAPI permissions. | brettw@chromium.org | 2012-09-27 | 1 | -4/+0 |
* | Cleanup the IPC param traits structure: | jam@chromium.org | 2012-09-25 | 1 | -0/+1 |
* | Move chrome/browser/plugin_* to chrome/browser/plugins/ | ibraaaa@google.com | 2012-09-20 | 2 | -2/+2 |
* | Add some logging to debug PPAPI permissions. | brettw@chromium.org | 2012-09-16 | 1 | -0/+4 |
* | Keep the state of component-updated and bundled Pepper Flash in sync. | yzshen@chromium.org | 2012-09-11 | 1 | -24/+6 |
* | Remove bundled NPAPI Flash on Windows. | yzshen@chromium.org | 2012-09-07 | 1 | -1/+2 |
* | Changing PluginPrefs to use PluginFinder's async interface. Also, making its ... | ibraaaa@google.com | 2012-09-05 | 1 | -2/+8 |
* | Valgrind: Fix a leak in the V8ValueConverterImplTest test. | jhawkins@chromium.org | 2012-09-01 | 1 | -1/+1 |
* | Make GpuDataManager thread safe. | zmo@chromium.org | 2012-08-30 | 1 | -1/+1 |
* | Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network... | shalev@chromium.org | 2012-08-24 | 2 | -2/+6 |
* | Enable component updated flapper while bundled flapper is available. | yzshen@chromium.org | 2012-08-23 | 1 | -6/+6 |
* | Add GPU memory tab to the task manager. | ccameron@chromium.org | 2012-08-18 | 1 | -0/+3 |
* | Have component updater send a "wow64=1" parameter, to be able | jvoung@chromium.org | 2012-08-17 | 2 | -2/+6 |
* | Add pepper permissions to WebPluginInfo | brettw@chromium.org | 2012-08-09 | 1 | -4/+3 |
* | Coverity fixlet. | danhn@chromium.org | 2012-07-27 | 1 | -3/+3 |
* | Remove more set noparents | ben@chromium.org | 2012-07-25 | 1 | -1/+0 |
* | Moved CrxInstaller and CrxInstallerError into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-24 | 1 | -3/+4 |
* | Fix unit test to allow repeated successful runs by avoiding a function static... | scottbyer@chromium.org | 2012-07-14 | 3 | -0/+9 |
* | Revert 146670 - Fix unit test to allow repeated successful runs by avoiding a... | scottbyer@chromium.org | 2012-07-13 | 2 | -5/+0 |
* | Fix unit test to allow repeated successful runs by avoiding a function static... | scottbyer@chromium.org | 2012-07-13 | 2 | -0/+5 |
* | Add permissions buts for Pepper plugins. | brettw@chromium.org | 2012-07-13 | 1 | -0/+3 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 8 | -8/+0 |
* | Add a switch to allow overriding pnacl's base install directory, | jvoung@chromium.org | 2012-07-02 | 1 | -12/+7 |
* | Move SandboxedExtensionUnpacker and SandboxedExtensionUnpackerClient into ext... | rdevlin.cronin@chromium.org | 2012-07-02 | 1 | -2/+2 |
* | Refactor CRX file header into SandboxedExtensionHeader. | pkl@chromium.org | 2012-06-26 | 1 | -54/+15 |
* | Update PNaCl updater to handle newer directory layout (w/ arch in path), | jvoung@google.com | 2012-06-25 | 2 | -41/+111 |
* | Move content::URLFetcher static functions to net::URLFetcher | akalin@chromium.org | 2012-06-19 | 2 | -6/+6 |
* | Delete old versions of SwiftShader. | jbauman@chromium.org | 2012-06-06 | 1 | -5/+19 |
* | Move test headers from content\test to content\public\test. This way we can e... | jam@chromium.org | 2012-06-04 | 1 | -1/+2 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 2 | -2/+2 |
* | RefCounted types should not have public destructors, component_updater edition | rsleevi@chromium.org | 2012-05-29 | 2 | -7/+9 |
* | Change most content::URLFetcher references to net::URLFetcher | akalin@chromium.org | 2012-05-23 | 1 | -4/+4 |
* | Remove content::URLFetcherDelegate | akalin@chromium.org | 2012-05-22 | 1 | -3/+3 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 2 | -0/+2 |
* | 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 |