| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rollback broken change, again. | aa@chromium.org | 2009-10-02 | 4 | -5/+0 |
* | Check in http://codereview.chromium.org/259004 again. | aa@chromium.org | 2009-10-02 | 4 | -0/+5 |
* | Landing font change again. I don't believe early flakiness was the | sky@chromium.org | 2009-10-01 | 2 | -16/+28 |
* | Revert tree bustage. | aa@chromium.org | 2009-10-01 | 4 | -5/+0 |
* | First cut at badge implementation. Right now it just uses static | aa@chromium.org | 2009-10-01 | 4 | -0/+5 |
* | Coverity: Remove a check for < 0 on an unsigned int. | jhawkins@chromium.org | 2009-10-01 | 1 | -5/+5 |
* | Reverting recent font change, it seems to be causing problems with | sky@chromium.org | 2009-10-01 | 2 | -28/+16 |
* | Attempt 4 at fixing font size on linux. I think I finally got | sky@chromium.org | 2009-10-01 | 2 | -16/+28 |
* | [Linux] Supports the LANGUAGE environment variable. | suzhe@chromium.org | 2009-09-30 | 2 | -14/+96 |
* | Update strings with latest translations, including Amharic and Swahili. | mal@chromium.org | 2009-09-29 | 2 | -0/+91 |
* | Add support for Amharic (am) and Swahili (sw) in the grd files. | mal@chromium.org | 2009-09-29 | 1 | -0/+6 |
* | Pulls ActiveWindowWatcher into app so that we can use it in | sky@chromium.org | 2009-09-28 | 3 | -0/+113 |
* | Comment out the condition (b == vmax), since it will always be true at this p... | jhawkins@chromium.org | 2009-09-28 | 1 | -1/+3 |
* | Add basic sqlite error handling to the new sqlite handlers | cpu@chromium.org | 2009-09-25 | 5 | -13/+120 |
* | Simplify life for people trying to pick a "readable" foreground color by not ... | pkasting@chromium.org | 2009-09-24 | 2 | -15/+28 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 7 | -0/+914 |
* | Implements file contents support in OSExchangeData and DropTarget | sky@chromium.org | 2009-09-23 | 4 | -126/+107 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 7 | -914/+0 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 7 | -0/+914 |
* | Rolling back 26904, didn't take chrome branding into account. | bradnelson@google.com | 2009-09-23 | 1 | -23/+24 |
* | Changing the grd files in chrome/webkit/app to be compiled to seprate | bradnelson@google.com | 2009-09-23 | 1 | -24/+23 |
* | Eliminate a bunch of color conversions. I was going to try and clean up the ... | pkasting@chromium.org | 2009-09-22 | 2 | -197/+13 |
* | Reorder the color_utils functions in preparation for adding more: | pkasting@chromium.org | 2009-09-22 | 2 | -109/+114 |
* | Adding a GYP variable to indicate if a build wants Title Case strings or not. | thomasvl@chromium.org | 2009-09-22 | 1 | -0/+5 |
* | Workaround for Issue 15949: cannot use the "WenQuanYi Bitmap Song" (chinese F... | yusukes@google.com | 2009-09-19 | 1 | -4/+23 |
* | Changes font_skia to use font bounding box rather than | sky@chromium.org | 2009-09-17 | 1 | -5/+12 |
* | Add all locales to the appropriate generated file lists in .gyp files. | thestig@chromium.org | 2009-09-17 | 1 | -4/+4 |
* | Add xdisplaycheck as a dependency on Linux for tests that use the UI. This wa... | thestig@chromium.org | 2009-09-17 | 1 | -2/+1 |
* | This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTR | xji@chromium.org | 2009-09-16 | 6 | -12/+68 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Print a stacktrace when we can't find a string resource (on Windows). | phajdan.jr@chromium.org | 2009-09-15 | 1 | -0/+3 |
* | Convert the sqlite cookie database and web database to use the new sqlite | brettw@chromium.org | 2009-09-15 | 4 | -12/+36 |
* | UI language list fix. | jshin@chromium.org | 2009-09-15 | 1 | -11/+36 |
* | Provide a save file type for unknown extensions. | paul@chromium.org | 2009-09-14 | 2 | -8/+21 |
* | Reverts linux font change again. Slow down isn't as bad as before. But | sky@chromium.org | 2009-09-14 | 6 | -261/+270 |
* | Attempt 2 at converting font from Skia to Pango. The slow down appears to be ... | sky@chromium.org | 2009-09-14 | 6 | -270/+261 |
* | Add missing #include <string> in a new file that uses std::string. | mark@chromium.org | 2009-09-12 | 1 | -0/+1 |
* | Add a DEPS file for app/sql so checkdeps doesn't complain about the sqlite | brettw@chromium.org | 2009-09-11 | 1 | -0/+3 |
* | Reverts r26015. It caused a startup regression:( | sky@chromium.org | 2009-09-11 | 6 | -170/+271 |
* | Add a new wrapper for sqlite. This is mostly a large cleanup of the existing | brettw@chromium.org | 2009-09-11 | 12 | -1/+1640 |
* | Nukes font_skia and converts font_gtk to use pango. This was | sky@chromium.org | 2009-09-11 | 6 | -271/+170 |
* | Move StringPiece into the base namespace. It is colliding | tony@chromium.org | 2009-09-10 | 4 | -15/+17 |
* | Add a "ToUpper" method. | paul@chromium.org | 2009-09-09 | 3 | -0/+26 |
* | Fix to use FilePath version of PathService::Get. | thestig@chromium.org | 2009-09-09 | 1 | -5/+5 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 1 | -4/+4 |
* | Avoids the use of "namespace using-directives" in a few places. | thakis@chromium.org | 2009-09-07 | 1 | -2/+0 |
* | Fix some gcc 4.4 issues when compiling with toolkit_views. | craig.schlenter@chromium.org | 2009-09-07 | 1 | -5/+5 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 2 | -5/+8 |
* | Adds Font::CreateFont(PangoFontDescription* desc). | sky@chromium.org | 2009-09-04 | 2 | -10/+15 |
* | GTK: Implement folder chooser dialog. | estade@chromium.org | 2009-09-04 | 1 | -1/+0 |