summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Don't populate WebDropData with file URLs when dragging files.dcheng@chromium.org2010-05-213-48/+59
* Elide the EV bubble when it's extremely long. This limits it to half the loc...pkasting@chromium.org2010-05-203-51/+96
* A crasher would sometimes happen when opening a selet file dialogjcivelli@chromium.org2010-05-192-0/+13
* Pull latest ppapi for initial testing support, implement checks so the tests ...brettw@chromium.org2010-05-184-5/+18
* linux: fallback to GLX Pixmaps when pbuffers aren't availablepiman@chromium.org2010-05-181-3/+159
* Linux: Null terminate text/html data we send to the clipboard. Change WriteHy...thestig@chromium.org2010-05-174-26/+35
* cleaner grd files: use os.find('bsd') instead of listing all the versionpvalchev@google.com2010-05-141-1/+1
* Commiting http://codereview.chromium.org/2017007/show on behalf of rkc@chromi...zelidrag@chromium.org2010-05-141-1/+1
* Clear IOSurface to transparent, not white, so that transparent CA plugins wor...stuartmorgan@chromium.org2010-05-132-2/+2
* Move non-linux specific code from base/linux_util to app/gtk_utilpvalchev@google.com2010-05-134-4/+31
* Only use IDC_ values for command ids in the render view context menu.estade@chromium.org2010-05-132-14/+0
* Re-organize RenderViewContextMenu to the use cross-platform MenuModel class.estade@chromium.org2010-05-112-26/+76
* Get rid of MetaTableHelper class and make use of the app/sql API in the Login...stuartmorgan@chromium.org2010-05-112-2/+35
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-111-1/+1
* app/app_base.gypi:app_base: Added dependency on Xext and Xrender.alokp@chromium.org2010-05-101-0/+6
* Add tooltip support to Windows tables.pkasting@chromium.org2010-05-101-0/+7
* Remove checkbox table support, as it is unused.pkasting@chromium.org2010-05-101-13/+1
* gtk: Fix gtk_dnd_util::ExtractNamedURL to not crash on invalid data.thestig@chromium.org2010-05-073-4/+89
* Remove/update a bunch of references to the Google-internal bug tracker.evan@chromium.org2010-05-071-1/+2
* Pull current localizations into trunk.laforge@chromium.org2010-05-061-1/+1
* Mac: add a l10n_util::GetNSStringF() which gets offsets as well.viettrungluu@chromium.org2010-05-062-2/+17
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-061-2/+2
* Changes the mini tab title animation.sky@chromium.org2010-05-055-0/+161
* Add icons to SimpleMenuModel.estade@chromium.org2010-05-052-14/+33
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-0515-306/+536
* Use GetDisplayStringInLTRDirectionality() in more places to simplify code.pkasting@chromium.org2010-05-051-3/+2
* Replace CHECK(false) by LOG(FATAL) where appropriate.evan@chromium.org2010-05-051-3/+3
* OSMesa was not being correctly initialized when used with WebGL.apatrick@chromium.org2010-04-293-33/+21
* cros: Use Vista-style window decorations.derat@chromium.org2010-04-282-3/+8
* This adds in the ability for Chrome to generate windows with snapshotsgspencer@chromium.org2010-04-283-2/+63
* gyp: unify toolkit_views usageevan@chromium.org2010-04-271-2/+2
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-239-16/+47
* bsd: refactor XDG bits of linux_util into a shared file.evan@chromium.org2010-04-221-1/+1
* Pepper3D plugin tests enabled for Windows.apatrick@chromium.org2010-04-221-0/+4
* Landing 45240 again.apatrick@chromium.org2010-04-228-0/+1543
* Remove app.gyp dependency on chrome.gyp.tony@chromium.org2010-04-225-6/+65
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-229-47/+16
* Revert 45065 - Relanding this. Originally landed as http://codereview.chromiu...ben@chromium.org2010-04-201-0/+3
* Re-landing this. Originally landed as http://codereview.chromium.org/1001003 ...ben@chromium.org2010-04-201-3/+0
* Enable Amharic (am) on Windows XP only if the font (Abyssinica SIL) is present.jshin@chromium.org2010-04-202-4/+25
* Fix 2 drag-out problems:jianli@chromium.org2010-04-161-16/+17
* GTK: Add a scoping class for g signals.estade@chromium.org2010-04-163-2/+127
* Add missing dependencies for app_unittests for Linuxglider@chromium.org2010-04-161-0/+1
* Fixed loss of rendered output on Mac OS X if Pepper 3D application useskbr@google.com2010-04-142-52/+116
* ReloadSharedInstance() added to change the locale on the live system.glotov@google.com2010-04-144-13/+54
* Strips http from the omniboxsky@chromium.org2010-04-092-14/+15
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-092-29/+30
* Change the default theme colors.glen@chromium.org2010-04-093-2/+2
* Make the bottom edges of the opaque frame rounded.glen@chromium.org2010-04-092-0/+0
* We DnD shouldn't provide text/html if it claims to provide text/text/plain;ch...dpolukhin@chromium.org2010-04-091-1/+1