summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* linux: rearrange clipboard codeevan@chromium.org2009-10-203-46/+45
* app depends on x11 because of active_window_watcher_x.evan@chromium.org2009-10-201-0/+1
* Add missing files to app.gyp.mark@chromium.org2009-10-201-3/+6
* Plug a font leak.davemoore@chromium.org2009-10-191-1/+3
* Do work necessary to make Views About panel work on Chrome OS. This is to be ...davemoore@chromium.org2009-10-193-24/+54
* First fix to minimize copying of image data.erg@google.com2009-10-196-62/+54
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-163-3/+73
* Reverted 29258.akalin@chromium.org2009-10-163-73/+3
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-163-3/+73
* Reverted 29255.akalin@chromium.org2009-10-163-73/+3
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-163-3/+73
* Reverted 29253.akalin@chromium.org2009-10-163-73/+3
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-163-3/+73
* TBR: nick@chromium.orgakalin@chromium.org2009-10-163-73/+3
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-163-3/+73
* Remove the base_gfx project since it no longer has an external dependencies.brettw@chromium.org2009-10-141-1/+1
* Make the ThemeProvider methods const.pkasting@chromium.org2009-10-131-11/+12
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-132-1/+4
* Remove typos for gtk_native_view_id_manager in app.gyp. Make complains: Circu...thestig@chromium.org2009-10-131-2/+0
* Use ASCII strings for switch names.evan@chromium.org2009-10-132-2/+2
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-118-1/+730
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Add support for Swahili and Amharic.mal@chromium.org2009-10-093-0/+24
* Get rid of mac_app_names.h. Replace it with real constants frommark@chromium.org2009-10-081-8/+5
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-082-1/+2
* Fix SQL preloading. I did Run() with a SELECT which produces data, so itbrettw@chromium.org2009-10-071-1/+1
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-0712-2/+1451
* Move all resources into the framework.mark@chromium.org2009-10-071-3/+15
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-0313-3/+2881
* Animations: animate to current time, rather than a set number of frames.estade@chromium.org2009-10-032-27/+22
* Fix build by modifying a file I forgotbrettw@chromium.org2009-10-031-5/+5
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-039-7/+1693
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-027-40/+102
* Check in the binary resources from:aa@chromium.org2009-10-024-0/+5
* Rollback broken change, again.aa@chromium.org2009-10-024-5/+0
* Check in http://codereview.chromium.org/259004 again.aa@chromium.org2009-10-024-0/+5
* Landing font change again. I don't believe early flakiness was thesky@chromium.org2009-10-012-16/+28
* Revert tree bustage.aa@chromium.org2009-10-014-5/+0
* First cut at badge implementation. Right now it just uses staticaa@chromium.org2009-10-014-0/+5
* Coverity: Remove a check for < 0 on an unsigned int.jhawkins@chromium.org2009-10-011-5/+5
* Reverting recent font change, it seems to be causing problems withsky@chromium.org2009-10-012-28/+16
* Attempt 4 at fixing font size on linux. I think I finally gotsky@chromium.org2009-10-012-16/+28
* [Linux] Supports the LANGUAGE environment variable.suzhe@chromium.org2009-09-302-14/+96
* Update strings with latest translations, including Amharic and Swahili.mal@chromium.org2009-09-292-0/+91
* Add support for Amharic (am) and Swahili (sw) in the grd files.mal@chromium.org2009-09-291-0/+6
* Pulls ActiveWindowWatcher into app so that we can use it insky@chromium.org2009-09-283-0/+113
* Comment out the condition (b == vmax), since it will always be true at this p...jhawkins@chromium.org2009-09-281-1/+3
* Add basic sqlite error handling to the new sqlite handlerscpu@chromium.org2009-09-255-13/+120
* Simplify life for people trying to pick a "readable" foreground color by not ...pkasting@chromium.org2009-09-242-15/+28