| Commit message (Expand) | Author | Age | Files | Lines |
* | Make gpu black list work again on Linux | j.isorce | 2016-02-11 | 1 | -0/+19 |
* | Update chrome for new prefs location. | brettw | 2016-02-02 | 3 | -5/+5 |
* | Add method for identifying different InfoBars | dfalcantara | 2015-12-30 | 1 | -0/+6 |
* | Switch to standard integer types in chrome/browser/, part 2 of 4. | avi | 2015-12-26 | 7 | -0/+7 |
* | Separate getting the URL of an infobar from clicking on it. Also make a simil... | avi | 2015-10-01 | 1 | -9/+3 |
* | Rename GetIconID to GetIconId | estade | 2015-09-03 | 1 | -2/+2 |
* | Move the DidLose3DContext IPC and the Are3DAPIsBlocked IPC to be frame-based. | avi | 2015-09-01 | 2 | -7/+7 |
* | Minor infobar cleanup. | pkasting | 2015-02-24 | 1 | -4/+10 |
* | Remove dependency of infobars component on the embedder | sdefresne | 2014-12-22 | 1 | -2/+2 |
* | Standardize usage of virtual/override/final in chrome/browser/ | Daniel Cheng | 2014-10-21 | 4 | -19/+19 |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* | mostynb | 2014-10-13 | 4 | -11/+11 |
* | Move PageTransition from //content/public/common to //ui/base | Sylvain Defresne | 2014-09-19 | 1 | -1/+1 |
* | Add bits to indicate which parts of GPUInfo are collected. | zmo | 2014-09-05 | 1 | -1/+1 |
* | Move IDS_LEARN_MORE to components_strings.grd | hashimoto | 2014-09-02 | 1 | -0/+1 |
* | Use a qualified path for chromium_strings, google_chrome_strings, and generat... | thestig@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | infobars: Componentize ConfirmInfoBarDelegate. | tfarina@chromium.org | 2014-05-22 | 1 | -1/+1 |
* | Move ThreeDAPIObserver from chrome/browser to chrome/browser/gpu. | thestig@chromium.org | 2014-05-14 | 2 | -0/+202 |
* | Move the guts of user_metrics to a new static lib in //base/metrics. | ben@chromium.org | 2014-01-13 | 1 | -1/+1 |
* | Remove apatrick@ from OWNERS | piman@chromium.org | 2013-11-04 | 1 | -1/+0 |
* | Statically enable TCM and get rid of compositing-mode-field-trials. | gab@chromium.org | 2013-10-30 | 2 | -128/+0 |
* | Extend expiration date of the FCM/TCM experiment | vangelis@chromium.org | 2013-10-30 | 1 | -1/+1 |
* | Revert 229806 "Statically enable TCM and get rid of compositing-..." | alecflett@chromium.org | 2013-10-21 | 2 | -0/+128 |
* | Statically enable TCM and get rid of compositing-mode-field-trials. | gab@chromium.org | 2013-10-21 | 2 | -128/+0 |
* | Enable GPU Control lists on Mac. | gab@chromium.org | 2013-10-16 | 1 | -14/+0 |
* | Enable GPU control lists in tests on Windows (other OSes will follow, but thi... | gab@chromium.org | 2013-10-14 | 1 | -6/+0 |
* | Revert 228401 "Enable GPU control lists in tests." | tapted@chromium.org | 2013-10-14 | 1 | -0/+6 |
* | Enable GPU control lists in tests. | gab@chromium.org | 2013-10-13 | 1 | -6/+0 |
* | Revert 227977 "Enable GPU control lists in tests." | abodenha@chromium.org | 2013-10-10 | 1 | -0/+6 |
* | Enable GPU control lists in tests. | gab@chromium.org | 2013-10-10 | 1 | -6/+0 |
* | Revert 224810 "Enable GPU control lists in tests." | piman@chromium.org | 2013-09-24 | 1 | -0/+20 |
* | Enable GPU control lists in tests. | gab@chromium.org | 2013-09-23 | 1 | -20/+0 |
* | Revert 223397 "Enable GPU blacklist in tests." | nasko@chromium.org | 2013-09-16 | 1 | -0/+26 |
* | Enable GPU blacklist in tests. | gab@chromium.org | 2013-09-16 | 1 | -26/+0 |
* | Revert 222105 "Enable GPU blacklist in tests." | rouslan@chromium.org | 2013-09-09 | 1 | -0/+26 |
* | Enable GPU blacklist in tests. | gab@chromium.org | 2013-09-09 | 1 | -26/+0 |
* | Revert 221114 "Enable GPU blacklist in tests." | gab@chromium.org | 2013-09-04 | 1 | -0/+26 |
* | Enable GPU blacklist in tests. | gab@chromium.org | 2013-09-04 | 1 | -26/+0 |
* | Revert 219132 "Always enable FCM on Windows." | creis@chromium.org | 2013-08-23 | 1 | -0/+12 |
* | Always enable FCM on Windows. | gab@chromium.org | 2013-08-22 | 1 | -12/+0 |
* | Make field trial randomization type a constructor param. | asvitkine@chromium.org | 2013-07-30 | 1 | -6/+3 |
* | Remove gman from owners. | gman@chromium.org | 2013-06-20 | 1 | -1/+0 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-23 | 2 | -6/+6 |
* | Revert 201380 "Move GPU device/driver info related code from con..." | zmo@chromium.org | 2013-05-21 | 2 | -6/+6 |
* | Move GPU device/driver info related code from content to gpu. | zmo@chromium.org | 2013-05-21 | 2 | -6/+6 |
* | Provide a reason why GPU access is blocked. | zmo@chromium.org | 2013-05-07 | 1 | -1/+1 |
* | Turn on threaded compositing on Mac. | ccameron@chromium.org | 2013-05-02 | 1 | -9/+2 |
* | Revert 197703 "Turn on force compositing mode on Mac." | ccameron@chromium.org | 2013-05-01 | 1 | -2/+6 |
* | Turn on force compositing mode on Mac. | ccameron@chromium.org | 2013-05-01 | 1 | -6/+2 |
* | Revert 196933 "Turn on threaded compositing in OS X for continuo..." | ccameron@chromium.org | 2013-04-27 | 1 | -2/+9 |
* | Turn on threaded compositing in OS X for continuous builds. | ccameron@chromium.org | 2013-04-27 | 1 | -9/+2 |