| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 2 | -11/+12 |
* | Move more web widgets painting from webkit to chrome. | xiyuan@chromium.org | 2011-01-20 | 8 | -36/+780 |
* | Add gfx resources binary files. | xiyuan@chromium.org | 2011-01-14 | 15 | -0/+0 |
* | Cleanup: fix some comments | pkasting@chromium.org | 2011-01-13 | 1 | -2/+2 |
* | Revert 71169 - Revert 71167 - Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 18 | -91/+90 |
* | Revert 71167 - Remove wstring from gfx. | joi@chromium.org | 2011-01-12 | 18 | -90/+91 |
* | Remove wstring from gfx. | avi@chromium.org | 2011-01-12 | 18 | -91/+90 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 1 | -3/+3 |
* | Fix grit dependencies for chromeos, touchui, and toolkit_views. | tony@chromium.org | 2011-01-08 | 1 | -1/+2 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 1 | -3/+3 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 1 | -3/+3 |
* | Refactor grit -D flags into a gyp variable so we don't | tony@chromium.org | 2011-01-07 | 1 | -5/+1 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 5 | -52/+63 |
* | base: Remove unnecessary includes from scoped_handle_win.h | tfarina@chromium.org | 2011-01-05 | 1 | -1/+2 |
* | Change Font.GetStringWidth() to take string16 instead of wstring. | estade@chromium.org | 2011-01-04 | 3 | -8/+13 |
* | Remove 'using' declaration of ScopedBitmap from scoped_handle_win.h | tfarina@chromium.org | 2011-01-03 | 1 | -3/+3 |
* | Move base/mac_util.h to base/mac and use the base::mac namespace. | brettw@chromium.org | 2011-01-01 | 4 | -12/+11 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -2/+2 |
* | Remove 'using' declaration of ScopedHDC from scoped_handle_win.h | tfarina@chromium.org | 2010-12-31 | 1 | -2/+3 |
* | Restore the Direct2D tests. It no longer uses WindowImpl which I moved to app... | brettw@google.com | 2010-12-30 | 3 | -15/+41 |
* | Fix the circular dependency between gfx and app. This temporarily disables th... | brettw@google.com | 2010-12-30 | 1 | -2/+2 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 5 | -348/+6 |
* | Cleanup: USE_X11 + OS_MACOSX = OS_POSIX. | thestig@chromium.org | 2010-12-21 | 1 | -3/+3 |
* | Keep deinlining stuff. | erg@google.com | 2010-12-15 | 3 | -2/+20 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -1/+1 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -1/+1 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -1/+1 |
* | A small wstring -> string16 cleanup in PlatformFont. | tony@chromium.org | 2010-12-10 | 8 | -15/+14 |
* | Get rid of std::wstring version of HasSwitch. | tfarina@chromium.org | 2010-12-08 | 1 | -4/+2 |
* | Mac: Use high-quality interpolation to draw tabpose thumbnails. | thakis@chromium.org | 2010-12-08 | 2 | -0/+31 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 3 | -4/+9 |
* | Integrates libjpeg-turbo into Chromium (Chromium side) | hbono@chromium.org | 2010-12-07 | 2 | -2/+2 |
* | This CL add a GetInstance() method to singleton classes instead of relying on... | satish@chromium.org | 2010-12-04 | 1 | -1/+5 |
* | ChromeOS status text halo polish. | xiyuan@chromium.org | 2010-12-04 | 1 | -0/+1 |
* | Defer window destruction until GPU finished drawing. | backer@chromium.org | 2010-11-30 | 3 | -7/+87 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 2 | -9/+6 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 2 | -6/+9 |
* | Resize synchronization for Linux. | backer@chromium.org | 2010-11-25 | 2 | -3/+39 |
* | Replace TabContentsViewGtk with TabContentsViewViews as part of the ongoing | anicolao@chromium.org | 2010-11-24 | 5 | -1/+22 |
* | Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. | jeremy@chromium.org | 2010-11-24 | 1 | -7/+8 |
* | Refactoring of cursor usage (primarily for linux). | sadrul@chromium.org | 2010-11-23 | 2 | -0/+44 |
* | Convert SizeStringInt from taking a wstring to a string16. | tony@chromium.org | 2010-11-22 | 6 | -10/+17 |
* | Add 1px black border for ChromeOS status button. | xiyuan@chromium.org | 2010-11-18 | 2 | -69/+180 |
* | [gtk] make tab title font irrespective of display DPI. | estade@chromium.org | 2010-11-12 | 2 | -5/+5 |
* | gtk: refactor copy-pasted code | evan@chromium.org | 2010-11-05 | 2 | -0/+25 |
* | Revert "gtk: refactor copy-pasted code" | evan@chromium.org | 2010-11-05 | 2 | -25/+0 |
* | gtk: refactor copy-pasted code | evan@chromium.org | 2010-11-05 | 2 | -0/+25 |
* | Removes SQLite dependency from gfx | bulach@chromium.org | 2010-11-04 | 1 | -1/+0 |
* | Cleanup: Remove base/gtk_util.h by moving its methods to | jhawkins@chromium.org | 2010-10-29 | 3 | -23/+72 |
* | Alternative to overlays on X windows. | piman@chromium.org | 2010-10-28 | 5 | -115/+245 |