summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-1811-1849/+2
* Fix of the initial locale set. glotov@google.com2010-03-172-5/+23
* forgot a couple of files... moved gfx stuff to toplevel dirben@chromium.org2010-03-171-1/+0
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-1721-1123/+3
* Fix to AutoFill sql Crash Reportdhollowa@chromium.org2010-03-161-1/+1
* Revert 41728 - Fix of the initial locale set.glotov@chromium.org2010-03-161-7/+0
* Fix of the initial locale set.glotov@google.com2010-03-161-0/+7
* Revert "Make DevTools open docked by default for chrome os."tony@chromium.org2010-03-161-10/+10
* Make DevTools open docked by default for chrome os.xiyuan@chromium.org2010-03-151-10/+10
* Move base/gfx contents to gfx/ben@chromium.org2010-03-1424-25/+27
* Create a path provider for gfx, allowing the removal of the temporary app dep...ben@chromium.org2010-03-143-1/+0
* chromeos: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-141-1/+1
* Create a toplevel gfx/ dir and seed it with icon_util.ben@chromium.org2010-03-135-949/+1
* Don't allocate temporary buffer during PNG encoding.erg@google.com2010-03-122-29/+105
* Remove some unnecessary dependencies on net from app/win_util and app/resourc...ben@chromium.org2010-03-124-381/+0
* GTK: more browser action toolbar functionality. estade@chromium.org2010-03-121-0/+4
* Fix some issues with text size calculation and message boxes.pkasting@chromium.org2010-03-111-40/+54
* GTK: Move chrome/common/gtk_signal.h to app/ so views-gtk can use it.erg@google.com2010-03-112-0/+93
* win: string_util.h -> utf_string_conversions.h fix.jhawkins@google.com2010-03-116-3/+6
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-106-129/+232
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-101-1/+1
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-091-1/+1
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-098-0/+0
* Move apply_locales.py from src/chrome/tools/build/ to src/build/.tony@chromium.org2010-03-091-1/+1
* Replace lots of "int x, int y" with gfx::Point. Also use gfx::Size and gfx::...pkasting@chromium.org2010-03-082-19/+10
* app: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-068-13/+27
* Fix bug 17333: Can't copy-paste text from OpenOffice to a contenteditable DIVjianli@chromium.org2010-03-032-5/+72
* Aggressively cache theme image pattern colors.avi@chromium.org2010-03-021-0/+4
* Workaround for Pango integer overflow on really long strings.mmoss@google.com2010-03-011-0/+12
* linux: use ICU direction for determining text direction in rendererevan@chromium.org2010-03-012-13/+17
* Move skia_utils_gtk.cc/.h to app/gfx/. Original patch by Thiago Farina (see ...pkasting@chromium.org2010-02-263-1/+57
* Removal of GTMTheme gradient use. Unthemed incognito windows now are fully dr...avi@chromium.org2010-02-251-0/+5
* Fix issue 32106xiyuan@chromium.org2010-02-251-1/+1
* GTK: handle dom_ui-generated download drag events.estade@chromium.org2010-02-241-1/+2
* New network menu button UI for ChromeOS.chocobo@chromium.org2010-02-193-1/+19
* Support dragging a virtual file out of the browser on Linux. This is based on...jianli@chromium.org2010-02-192-2/+21
* Allow the Mac theme provider to give default colors/tints if requested. Switc...avi@chromium.org2010-02-171-6/+9
* Translate: Move label parsing logic into common code.jeremy@chromium.org2010-02-172-0/+11
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-162-5/+5
* Remove ampersands from menu item titles. See http://crosbug.com/1273avayvod@chromium.org2010-02-131-8/+19
* Clone of issue 577015.twiz@chromium.org2010-02-121-1/+1
* Remove "Glen" close button joke now that it's had a long and happy life.pkasting@chromium.org2010-02-122-2/+0
* Remove TODOs or add bug numbers to TODOspinkerton@chromium.org2010-02-121-1/+1
* Make clicking on side tabs to select them work. ben@chromium.org2010-02-115-0/+88
* Revert 38828 - Make clicking on side tabs to select them work.ben@chromium.org2010-02-115-89/+0
* Make clicking on side tabs to select them work.ben@chromium.org2010-02-115-0/+89
* Maps our internal Chinese locale codes to those expected by the ICU API for jshin@chromium.org2010-02-113-5/+43
* Fixes a bug where if there are only localstorage nodes, but nocookies nodes, ...ian@chromium.org2010-02-102-17/+26
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-3/+1
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-106-91/+87