summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate a bunch of color conversions. I was going to try and clean up the ...pkasting@chromium.org2009-09-222-197/+13
* Reorder the color_utils functions in preparation for adding more:pkasting@chromium.org2009-09-222-109/+114
* Adding a GYP variable to indicate if a build wants Title Case strings or not.thomasvl@chromium.org2009-09-221-0/+5
* Workaround for Issue 15949: cannot use the "WenQuanYi Bitmap Song" (chinese F...yusukes@google.com2009-09-191-4/+23
* Changes font_skia to use font bounding box rather thansky@chromium.org2009-09-171-5/+12
* Add all locales to the appropriate generated file lists in .gyp files.thestig@chromium.org2009-09-171-4/+4
* Add xdisplaycheck as a dependency on Linux for tests that use the UI. This wa...thestig@chromium.org2009-09-171-2/+1
* This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTRxji@chromium.org2009-09-166-12/+68
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
* Print a stacktrace when we can't find a string resource (on Windows).phajdan.jr@chromium.org2009-09-151-0/+3
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-154-12/+36
* UI language list fix.jshin@chromium.org2009-09-151-11/+36
* Provide a save file type for unknown extensions.paul@chromium.org2009-09-142-8/+21
* Reverts linux font change again. Slow down isn't as bad as before. Butsky@chromium.org2009-09-146-261/+270
* Attempt 2 at converting font from Skia to Pango. The slow down appears to be ...sky@chromium.org2009-09-146-270/+261
* Add missing #include <string> in a new file that uses std::string.mark@chromium.org2009-09-121-0/+1
* Add a DEPS file for app/sql so checkdeps doesn't complain about the sqlitebrettw@chromium.org2009-09-111-0/+3
* Reverts r26015. It caused a startup regression:(sky@chromium.org2009-09-116-170/+271
* Add a new wrapper for sqlite. This is mostly a large cleanup of the existingbrettw@chromium.org2009-09-1112-1/+1640
* Nukes font_skia and converts font_gtk to use pango. This wassky@chromium.org2009-09-116-271/+170
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-104-15/+17
* Add a "ToUpper" method.paul@chromium.org2009-09-093-0/+26
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-5/+5
* Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere...jshin@chromium.org2009-09-091-4/+4
* Avoids the use of "namespace using-directives" in a few places.thakis@chromium.org2009-09-071-2/+0
* Fix some gcc 4.4 issues when compiling with toolkit_views.craig.schlenter@chromium.org2009-09-071-5/+5
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-072-5/+8
* Adds Font::CreateFont(PangoFontDescription* desc).sky@chromium.org2009-09-042-10/+15
* GTK: Implement folder chooser dialog.estade@chromium.org2009-09-041-1/+0
* Add functions to alpha-blend two colors and pick the more readable of two col...pkasting@chromium.org2009-09-032-4/+50
* Revert "Workaround Skia and Pango measuring font heights differently by askin...evan@chromium.org2009-09-031-24/+3
* Replace usage of MFC wrapper classes with their win32 base types to reduce de...jhawkins@chromium.org2009-09-031-12/+15
* Workaround Skia and Pango measuring font heights differently by asking Pangobrettw@chromium.org2009-09-021-3/+24
* The FocusManager stores/restores focus when the top window becomes inactive/a...jcampan@chromium.org2009-09-011-3/+3
* Parameterize the Google Update appid at build time instead of hard coding it ...robertshield@chromium.org2009-09-011-1/+46
* GTK: Make the toolbar star button a drag source.estade@chromium.org2009-09-012-1/+47
* Porting textfield to toolkit_views Gtk.jcampan@chromium.org2009-09-014-27/+36
* Drop in new translations.laforge@chromium.org2009-08-3149-4/+54
* gtk: Get rid of the title-centering code in TabRendererGtk. DrawStringInt ce...jhawkins@chromium.org2009-08-311-8/+1
* Some code style cleanup under src/app.maruel@chromium.org2009-08-2911-19/+19
* Adds support for initiating drags from bookmark menus.sky@chromium.org2009-08-283-80/+104
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-284-19/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-284-2/+19
* gtk: Fix the bounds of the clip region for tab title text.jhawkins@chromium.org2009-08-261-5/+10
* Attempt 2 at landing bookmark menus.sky@chromium.org2009-08-263-0/+2
* Reverts menu patch.sky@chromium.org2009-08-263-2/+0
* Avoids the use of ToWStringHack in a few places.evan@chromium.org2009-08-261-2/+2
* Gets bookmark menu working on linux. There are just a handful ofsky@chromium.org2009-08-263-0/+2
* Add a helper to resource bundle to get an NSImage back.thomasvl@chromium.org2009-08-262-0/+23
* GTK: Properly read utf-8 text from drags.estade@chromium.org2009-08-251-1/+1