summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-12-071-1/+2
* Integrates libjpeg-turbo into Chromium (Chromium side)hbono@chromium.org2010-12-072-2/+2
* [gtk] Add fade-commit to instant suggestion for predictive instant.estade@chromium.org2010-12-063-1/+7
* This CL add a GetInstance() method to singleton classes instead of relying on...satish@chromium.org2010-12-041-3/+1
* GTK: Parse NETSCAPE_URL types in drags to the bookmark bar.erg@google.com2010-12-012-0/+28
* GTK: Store the contents of the clipboard to the clipboard manager on exit.erg@google.com2010-11-301-7/+9
* GTK: Drags of images should have titles instead of "".erg@google.com2010-11-302-2/+8
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-261-0/+4
* Resize synchronization for Linux.backer@chromium.org2010-11-251-5/+0
* Revert 67293 BrowserTestCanLaunchWithOSMesa was consistently failing - Initia...andybons@chromium.org2010-11-241-2/+1