| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 2 | -4/+4 |
* | GPU command decoder uses depth24_stencil8_oes extension if available. | apatrick@chromium.org | 2010-08-02 | 3 | -0/+21 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 3 | -0/+9 |
* | Fix bad license header in app/ and net/ directories. | tfarina@chromium.org | 2010-07-31 | 2 | -6/+6 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -3/+3 |
* | Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -7/+10 |
* | Cleanup: Remove unneeded headers from app/ (part 3) | thestig@chromium.org | 2010-07-31 | 2 | -1/+6 |
* | Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -10/+7 |
* | base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -7/+10 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 4 | -31/+43 |
* | The button menu items on GTK menus honor the enabled state of the command. | sanjeevr@chromium.org | 2010-07-29 | 2 | -1/+8 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 9 | -12/+1 |
* | Add undeclared virtual destructors part 2 | ziadh@chromium.org | 2010-07-27 | 2 | -0/+6 |
* | Exposed an IsEnabledAt for ButtonMenuItemModel (this is not used yet, will be... | sanjeevr@chromium.org | 2010-07-27 | 2 | -0/+10 |
* | Linux: Fix some NULL versus 0 issues to appease gcc-4.5. | craig.schlenter@chromium.org | 2010-07-27 | 1 | -2/+2 |
* | Make the resize gripper invisible. | pkasting@chromium.org | 2010-07-27 | 2 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 71 | -0/+71 |
* | Coverity 9291: Uninitialized member in clipboard_linux.cc | finnur@chromium.org | 2010-07-23 | 1 | -1/+1 |
* | Coverity 9291: Ininitialize member in HighResolutionTimerManager on Posix. | finnur@chromium.org | 2010-07-22 | 1 | -1/+2 |
* | GTK: improve clipboard compatibility with firefox + evolution. | estade@chromium.org | 2010-07-20 | 1 | -12/+11 |
* | Tweaks the pinned background tab title change animation per Nicholas's | sky@chromium.org | 2010-07-19 | 3 | -5/+47 |
* | Adds the application locale police that allows to enforce the kApplicationLoc... | markusheintz@chromium.org | 2010-07-19 | 1 | -21/+5 |
* | Mac: Make TransportDIB::Create() work. | thakis@chromium.org | 2010-07-17 | 1 | -0/+5 |
* | Move implementations in menu model stuff from header to implementation. | erg@chromium.org | 2010-07-16 | 4 | -33/+60 |
* | Fix crash bug in new SSLClientSocketPool. | davidben@chromium.org | 2010-07-16 | 2 | -2/+30 |
* | Remove lock.h from resource_bundle.h and histogram.h. | erg@chromium.org | 2010-07-16 | 6 | -11/+18 |
* | AcceleratedSurface performs one off GL initialization before attempting to cr... | apatrick@chromium.org | 2010-07-15 | 1 | -0/+4 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 3 | -1/+4 |
* | [Mac] Put buttons into the new unified Wrench menu. | rsesek@chromium.org | 2010-07-15 | 1 | -1/+2 |
* | Supports High DPI mode. | hbono@chromium.org | 2010-07-15 | 2 | -0/+22 |
* | Coverity: Fix leaking TransportDIB in GpuBackingStore{GLX,Win}::OnPaintToBack... | mattm@chromium.org | 2010-07-14 | 1 | -1/+2 |
* | Remove images on disk that are not referenced by anything. | pkasting@chromium.org | 2010-07-14 | 4 | -0/+0 |
* | Added --use-gl command line flag to select GL implementation. | apatrick@chromium.org | 2010-07-14 | 17 | -333/+717 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 2 | -2/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 2 | -0/+2 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 2 | -2/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 2 | -0/+2 |
* | Clean up app_resources.grd: | pkasting@chromium.org | 2010-07-13 | 30 | -41/+13 |
* | Assign resource ids from a central file. | tony@chromium.org | 2010-07-13 | 1 | -1/+1 |
* | Revert 52144 - Clean up app_resources.grd: | pam@chromium.org | 2010-07-13 | 30 | -13/+41 |
* | Clean up app_resources.grd: | pkasting@chromium.org | 2010-07-12 | 30 | -41/+13 |
* | Coverity: linux: fix leak in Clipboard::WriteData with disallowed format. | mattm@chromium.org | 2010-07-12 | 1 | -2/+2 |
* | Header cleanup: SkBitmap and other unnecessary includes. | erg@chromium.org | 2010-07-12 | 2 | -2/+2 |
* | GTK - don't paste a garbage text/html character. | estade@chromium.org | 2010-07-10 | 1 | -2/+6 |
* | GTK: Grouped buttons should be equal sizes in new wrench menu. | erg@chromium.org | 2010-07-09 | 2 | -32/+15 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-08 | 1 | -110/+95 |
* | GTK: Minimize usage of gtk headers. | erg@chromium.org | 2010-07-08 | 5 | -56/+102 |
* | Implement new Chromium IPCs for copying/dragging. | dcheng@chromium.org | 2010-07-07 | 1 | -2/+5 |
* | Revert 51572 - Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -95/+110 |
* | Clean up .grds, step 1: Alphabetize. | pkasting@chromium.org | 2010-07-02 | 1 | -110/+95 |