summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Monitor sleep/wake on Mac. Should fix some networking issues arising after sl...avi@chromium.org2010-11-244-5/+96
* Initialize destinations variables before calling GL functionsgman@chromium.org2010-11-241-1/+2
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-241-9/+7
* [cros] Adjust default font sizes for new hand hinted fonts.nkostylev@chromium.org2010-11-221-4/+20
* Attempt 2 at:sky@chromium.org2010-11-216-0/+232
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-2/+1
* Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ...sky@chromium.org2010-11-196-235/+0
* Converts usage of SetProp/GetProp to a map. Even after making sure wesky@chromium.org2010-11-196-0/+235
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-1/+1
* More animation cleanup.sky@chromium.org2010-11-1811-53/+91
* startup: rename chrome_dll_main to chrome_mainevan@chromium.org2010-11-181-1/+1
* Pulls AnimationDelegate out into its own header.sky@chromium.org2010-11-177-25/+40