| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [gtk] spoof proof infobars, take 2 | estade@chromium.org | 2010-10-26 | 3 | -10/+45 |
* | Create gfx::ScopedImage. This wraps a gfx::NativeImage and hides the underlying | rsesek@chromium.org | 2010-10-21 | 4 | -4/+252 |
* | Add FORMAT_SkBitmap to JPEGCodec. | klobag@chromium.org | 2010-10-19 | 2 | -7/+15 |
* | Move scoped_nsdisable_screen_update from base to app/mac | brettw@chromium.org | 2010-10-18 | 1 | -2/+2 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 2 | -6/+6 |
* | Move windows version-related stuff out of base/win_util and into base/win/win... | brettw@chromium.org | 2010-10-15 | 2 | -9/+9 |
* | Landing http://codereview.chromium.org/3786003 for Grace | jrg@chromium.org | 2010-10-14 | 1 | -8/+8 |
* | gfx: Get rid of deprecated version of CreateIconFileFromSkBitmap. | tfarina@chromium.org | 2010-10-14 | 3 | -12/+5 |
* | Make drawing consistent with webkit wrt default colors and effects | davemoore@chromium.org | 2010-10-11 | 1 | -4/+4 |
* | Fixed include in test_webkit_client | davemoore@chromium.org | 2010-10-10 | 6 | -0/+577 |
* | Revert 62068 - Move implementation of linux scrollbars from webkit using new | davemoore@chromium.org | 2010-10-09 | 6 | -577/+0 |
* | Move implementation of linux scrollbars from webkit using new | davemoore@chromium.org | 2010-10-09 | 6 | -0/+577 |
* | Fix gfx unit-tests so they do not crash on Windows, prior to Windows 7 | georgey@chromium.org | 2010-10-06 | 5 | -3/+166 |
* | Create an X window overlay with static ID for GL contexts. | piman@chromium.org | 2010-10-06 | 2 | -11/+139 |
* | Revert 61561 - Create an X window overlay with static ID for GL contexts. | dhollowa@chromium.org | 2010-10-05 | 2 | -139/+11 |
* | Create an X window overlay with static ID for GL contexts. | piman@chromium.org | 2010-10-05 | 2 | -11/+139 |
* | Define gfx::NativeImage and add ResourceBundle::GetNativeImageNamed(). | rsesek@chromium.org | 2010-10-05 | 1 | -1/+16 |
* | clang/mac: Fix almost all problems when building all.xcodeproj. | thakis@chromium.org | 2010-10-04 | 4 | -8/+8 |
* | clang/mac: Fix most problems in unittest targets in webkit.gyp | thakis@chromium.org | 2010-10-03 | 2 | -4/+4 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 4 | -1/+7 |
* | Remove use of Skia's safeUnref() in favor of SkSafeUnref(...) | vandebo@chromium.org | 2010-09-24 | 2 | -3/+3 |
* | Printing: Implement PrintingContext::UseDefaultSettings for Linux/Cairo. | jhawkins@chromium.org | 2010-09-21 | 1 | -6/+6 |