summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert ElideFilename from using wstring to string16.tony@chromium.org2010-09-293-11/+10
* DOMUI options: NSS Certificate manager part 1 (read only)mattm@chromium.org2010-09-291-0/+3
* shared_memory: remove wstrings, fix callers.evan@chromium.org2010-09-293-3/+3
* FBTF: Moves code to the headers.erg@google.com2010-09-288-2/+25
* app/sql/connection hygiene enforcement.shess@chromium.org2010-09-282-9/+67
* Made droparrow (currently used at new user pod at login screen) more visually...dilmah@chromium.org2010-09-271-0/+0
* Visually polish language selector for new user pod.dilmah@chromium.org2010-09-241-0/+0
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-242-0/+2
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-233-17/+28
* Default IDR_MENU_DROPARROW is unsuitable for us because it is too opaque.dilmah@chromium.org2010-09-222-0/+1
* Track down errno for SQLITE_IOERR_WRITE is happening.shess@chromium.org2010-09-213-2/+18