| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -3/+2 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -2/+3 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 5 | -11/+11 |
* | GPU: Reduce MakeCurrent calls to fix Orange San Diego | epenner@chromium.org | 2013-05-03 | 1 | -2/+3 |
* | [Chromium] Add tracing to startup process, particularly for Android | andrewhayden@chromium.org | 2013-05-03 | 1 | -0/+2 |
* | content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | Rationalize linux vs x11 in content | davemoore@chromium.org | 2013-04-29 | 1 | -0/+0 |
* | Add Shutdown() helper to ChildThread and move all destructor logic. | dcheng@chromium.org | 2013-04-22 | 2 | -0/+5 |
* | Reland "gpu: Fix Vivante's "hisilicon" GPUs" | epenner@chromium.org | 2013-04-20 | 1 | -1/+3 |
* | Revert "gpu: Fix Vivante's "hisilicon" GPUs" | epenner@chromium.org | 2013-04-19 | 1 | -3/+1 |
* | Refactor GPU init to allow ARM sandboxing. | jorgelo@chromium.org | 2013-04-18 | 1 | -61/+87 |
* | gpu: Fix Vivante's "hisilicon" GPUs | epenner@chromium.org | 2013-04-18 | 1 | -1/+3 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 3 | -12/+12 |
* | Linux: make current InitializeSandbox() private. | jln@chromium.org | 2013-04-13 | 1 | -1/+2 |
* | content: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-12 | 4 | -4/+4 |
* | Revert 193468 | apatrick@google.com | 2013-04-11 | 2 | -0/+84 |
* | Don't collect GL string on Mac unless about:gpu is open. | zmo@chromium.org | 2013-04-11 | 1 | -0/+9 |
* | Windows: GPU watchdog does not use sum of user and kernel time as basis to te... | apatrick@chromium.org | 2013-04-10 | 2 | -84/+0 |
* | Revert 193277 | apatrick@google.com | 2013-04-10 | 1 | -5/+0 |
* | Revert 191890 | apatrick@google.com | 2013-04-10 | 1 | -0/+5 |
* | gpu: Disable virtual contexts for Qualcomm on SDK-16 | epenner@chromium.org | 2013-04-09 | 1 | -1/+7 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -2/+2 |
* | Remove PCI names lookup in gpu info collection in linux. | zmo@chromium.org | 2013-04-08 | 1 | -28/+0 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition. | dcheng@chromium.org | 2013-04-07 | 1 | -1/+1 |
* | Windows: Do not initialize COM in the GPU process. | apatrick@chromium.org | 2013-04-02 | 1 | -5/+0 |
* | Update sys_string_conversions includes in chrome_frame, content, net, and ui. | brettw@chromium.org | 2013-03-28 | 1 | -1/+1 |
* | Revert 190448 "Revert 189680 "Fix registry key reading bug"" | cpu@chromium.org | 2013-03-28 | 1 | -6/+4 |
* | Revert 189680 "Fix registry key reading bug" | karen@chromium.org | 2013-03-25 | 1 | -4/+6 |
* | Windows: Do not collect D3D11 stats for Ivy Bridge on Vista or DisplayLink. | apatrick@chromium.org | 2013-03-24 | 1 | -2/+8 |
* | Windows: Fix bug in interpretation of return code for win32 registry functions. | apatrick@chromium.org | 2013-03-23 | 1 | -6/+4 |
* | Fix registry key reading bug | cpu@chromium.org | 2013-03-21 | 1 | -6/+4 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -6/+6 |
* | Part 1 of cc/ directory shuffles: base | jamesr@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Windows: Collect D3D11 stats on a worker thread after a delay. | apatrick@chromium.org | 2013-03-15 | 1 | -40/+75 |
* | Always crash the GPU process on hangs. | jbauman@chromium.org | 2013-03-13 | 1 | -14/+2 |
* | Delete memory manager dead code. | ccameron@chromium.org | 2013-03-12 | 1 | -7/+0 |
* | Windows: Detect whether Lenovo dCute is installed. | apatrick@chromium.org | 2013-03-12 | 1 | -0/+20 |
* | Revert 170568 - Do DXVA pre-sandbox initialization off the main thread. | apatrick@chromium.org | 2013-03-12 | 1 | -17/+16 |
* | Protect ChromeOS video decode accelerators initialization with ifdef USE_X11 | spang@chromium.org | 2013-03-11 | 1 | -4/+4 |
* | Increase the resolution of low-res tiles on Nexus7. | tomhudson@chromium.org | 2013-03-08 | 1 | -2/+2 |
* | Fix uninitialized variable | piman@chromium.org | 2013-03-08 | 1 | -10/+10 |
* | Revert 186559 | apatrick@google.com | 2013-03-07 | 2 | -28/+35 |
* | Windows: Only collect D3D11 UMA stats if the GPU process launches and initial... | apatrick@chromium.org | 2013-03-07 | 2 | -35/+28 |
* | Windows: Disable GPU sandbox if DisplayLink version 7.1 or earlier is installed. | apatrick@chromium.org | 2013-03-06 | 1 | -0/+47 |
* | Revert 184995 | abodenha@chromium.org | 2013-02-27 | 2 | -0/+4 |
* | Make sure if GPU process fails to launch, all observers waiting for full gpu ... | zmo@chromium.org | 2013-02-27 | 2 | -4/+0 |
* | Windows: disable collection of D3D11 stats. | apatrick@chromium.org | 2013-02-26 | 1 | -6/+3 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -2/+2 |