summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Move clipboard from app/ to ui/baseben@chromium.org2011-01-1015-3061/+7
* Start reordering the methods in headers in app/.erg@google.com2011-01-1011-67/+69
* Make accelerated plugin support aware of the requirement to use thekbr@google.com2011-01-101-0/+5
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-091-2/+1
* Fix grit dependencies for chromeos, touchui, and toolkit_views.tony@chromium.org2011-01-081-1/+2
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-071-1/+2
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-071-2/+1
* Update stringslaforge@chromium.org2011-01-071-22/+22
* Remove wstring from l10n_util. Part 8, the last part.avi@chromium.org2011-01-073-157/+0
* Refactor grit -D flags into a gyp variable so we don'ttony@chromium.org2011-01-071-15/+4
* Move animation code to new ui/base/animation directory.ben@chromium.org2011-01-0713-1068/+0
* Remove wstring from l10n_util. Part 5.avi@chromium.org2011-01-051-1/+3
* Check whether wglCreatePBufferARB is defined before calling it in PbufferGLCo...vangelis@chromium.org2011-01-051-0/+5
* Change Font.GetStringWidth() to take string16 instead of wstring.estade@chromium.org2011-01-042-42/+40
* Remove wstring from l10n_util. Part 4.avi@chromium.org2011-01-042-3/+4
* Remove 'using' declaration of ScopedBitmap from scoped_handle_win.htfarina@chromium.org2011-01-031-5/+6
* Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.htfarina@chromium.org2011-01-023-20/+23
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-2/+4
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-014-12/+14
* Remove base/debug_util. Move the debug UI related functions to base/debug/deb...brettw@google.com2011-01-011-1/+0
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-319-209/+225
* Move base/win_util to the base/win directory and use the base::win namespace.brettw@google.com2010-12-313-6/+4
* Remove 'using' declaration of ScopedHDC from scoped_handle_win.htfarina@chromium.org2010-12-312-3/+3
* Move some functions out of win_util and into hwnd_util, and into a new win/sh...brettw@google.com2010-12-307-335/+299
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-306-1/+443
* Remove wstring from TableModel.avi@chromium.org2010-12-302-16/+16
* Remove more 'using' declarations of Scoped* from scoped_handle_win.htfarina@chromium.org2010-12-291-1/+2
* Remove wstring from l10n_util. Part 2.avi@chromium.org2010-12-283-6/+6
* Remove wstring from l10n_util. Part 1.avi@chromium.org2010-12-287-67/+70
* Move data pack from base to app (it's just part of the resource bundle system).brettw@chromium.org2010-12-2310-9/+374
* Last part of change for bug 49747.tsepez@chromium.org2010-12-223-4/+300
* Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...brettw@chromium.org2010-12-224-0/+115
* Implicitly detect the use of --in-process-webgl by the absence of akbr@chromium.org2010-12-211-18/+39
* Map the render process's glBindFramebuffer(0) to the context's backing FBO.klobag@chromium.org2010-12-212-0/+8
* Cleanup: USE_X11 + OS_MACOSX = OS_POSIX.thestig@chromium.org2010-12-211-1/+1
* Remove CrApplication dependency from basethakis@chromium.org2010-12-182-2/+8
* Move ElideString() from base/string_util.cc to app/text_elider.cc to jschuh@google.com2010-12-173-0/+77
* Keep deinlining stuff.erg@google.com2010-12-154-8/+49
* Change menus on OSX to update the icon dynamically.atwilson@chromium.org2010-12-155-18/+30
* Minor changes to simplify IsValidLocaleSyntax logic.dmazzoni@chromium.org2010-12-141-16/+17
* Even more virtual method deinlining.erg@google.com2010-12-135-7/+24
* Fix the clang build by replacing EXPECT_EQ(false, ...) with EXPECT_FALSE(dmazzoni@chromium.org2010-12-131-47/+47
* touchui: Improve key-event processing.sadrul@chromium.org2010-12-131-5/+123
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-2/+2
* Add utility function to determine if a locale is valid syntax; this willdmazzoni@chromium.org2010-12-133-0/+177
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-133-5/+12
* wstrings: make l10n_util::TruncateString use string16evan@chromium.org2010-12-103-21/+19
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-098-7/+35
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-3/+3