summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Use GLib to parse environment variables to determine the default locale.jshin@chromium.org2010-10-302-104/+83
* Cleanup: Remove base/gtk_util.h by moving its methods tojhawkins@chromium.org2010-10-291-3/+3
* Let every "accelerated IO surface swapped" message have an identifier of the ...thakis@chromium.org2010-10-282-2/+16
* Cleanup: Get rid of app/gtk_util.h.jhawkins@chromium.org2010-10-284-158/+1
* Cleanup: Remove stale TODOjeremy@chromium.org2010-10-281-5/+0
* Convert ElideUrl to return a string16 instead of a wstring.tony@chromium.org2010-10-273-110/+109
* ui_tests run with --use-gl=osmesa so they use the OSMesa software renderer fo...apatrick@chromium.org2010-10-272-4/+16
* Specify client version 2 when creating EGL contexts.apatrick@chromium.org2010-10-271-2/+6
* Fix up SharedMemory implementation so that it is more equivalent on Windows v...dmaclach@chromium.org2010-10-273-11/+3
* touchui: Directly process key and mouse events.rjkroege@google.com2010-10-263-0/+187
* Move debug-related stuff from base to the base/debug directory and use thebrettw@chromium.org2010-10-261-2/+4
* Expose bindings for glGetTexLevelParameter[fi]. These functions will be need...senorblanco@chromium.org2010-10-222-0/+10
* Remove src/app's dependency on the WebKit api.tony@chromium.org2010-10-213-37/+3
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-213-51/+63
* Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed().rsesek@chromium.org2010-10-211-0/+3
* FBTF: Even more deinlining.erg@google.com2010-10-202-4/+13
* Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc...kkania@chromium.org2010-10-204-294/+83
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-204-83/+294
* Revert 63191 - 2nd try:phajdan.jr@chromium.org2010-10-205-60/+4
* 2nd try:mbelshe@chromium.org2010-10-205-4/+60
* Revert 63176 - Fix regression where high resolution timers could be activated...mbelshe@chromium.org2010-10-204-59/+3
* Fix regression where high resolution timers could be activated even undermbelshe@chromium.org2010-10-204-3/+59
* Report EGL error strings whenever an EGL function fails.apatrick@chromium.org2010-10-191-27/+107
* Convert LOG(INFO) to VLOG(1) - app/.pkasting@chromium.org2010-10-195-10/+10
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-182-0/+3
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-183-2/+40
* Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base...brettw@chromium.org2010-10-175-1/+430
* Move pe_image and registry from base to base/win and use the namespace. It re...brettw@chromium.org2010-10-172-3/+3
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-173-9/+9
* Move xdg_util into base/nix. I originally wanted to use base/linux, but youbrettw@chromium.org2010-10-161-2/+3
* Move the windows-specific scoped_* stuff from base to base/win and in the bas...brettw@chromium.org2010-10-161-1/+0
* Move windows version-related stuff out of base/win_util and into base/win/win...brettw@chromium.org2010-10-156-16/+16
* Move iat_patch from base to app/win. Remove the functions from the header sincebrettw@chromium.org2010-10-143-0/+357
* Move constructor and destructor of MockGLInterface out of line.thakis@chromium.org2010-10-142-410/+0
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-142-3/+3
* Fix for the shared library build issue. This reverts my previous two tries wh...brettw@chromium.org2010-10-101-1/+0
* More fixes for the Linux shlib build, probably not everything yet.brettw@chromium.org2010-10-101-0/+1
* Fix the wrong mesa lib name.zmo@google.com2010-10-081-2/+2
* Added switch to disable GPU vsync.apatrick@chromium.org2010-10-0713-7/+164
* Fixed crash when GetClientRect fails.apatrick@chromium.org2010-10-061-1/+5
* Load libGLESv2.dll before libEGL.dll.apatrick@chromium.org2010-10-063-10/+50
* Revert 61608 - On Windows, create a new TransportDIB::Handle struct which inc...satish@chromium.org2010-10-064-218/+83
* On Windows, create a new TransportDIB::Handle struct which includes the filekkania@chromium.org2010-10-064-83/+218
* GPU process does one-off EGL initialization on linux.apatrick@chromium.org2010-10-051-11/+23
* Define gfx::NativeImage and add ResourceBundle::GetNativeImageNamed().rsesek@chromium.org2010-10-052-0/+18
* Revert asynchronous backing store changes.derat@chromium.org2010-10-051-4/+0
* Add DCHECK for misused string resources.estade@chromium.org2010-10-042-40/+76
* Add ViewMsg_DoneUsingBitmap message.derat@chromium.org2010-10-011-0/+4
* Add offscreen context creation attributes to GGL.enne@chromium.org2010-10-013-6/+26