summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ups copyright to reflect when last changed.sky@chromium.org2010-11-171-1/+1
* Ups the copyright of MenuModel.sky@chromium.org2010-11-171-1/+1
* X11: Make the default X11 error handler non-fatal.thestig@chromium.org2010-11-171-1/+1
* Fixed stack overflow if wglGetExtensionsStringARB is not available.apatrick@chromium.org2010-11-161-1/+1
* Added glResizeCHRM to resize the drawable associated with the command buffer.gman@chromium.org2010-11-161-0/+5
* Review comments for r66277thakis@chromium.org2010-11-161-2/+1
* Fix clang buildthakis@chromium.org2010-11-161-0/+3
* The UI language rather than the locale is now used to pick Chrome's language ...grt@chromium.org2010-11-163-5/+67
* Implement new task manager mocks on windows.atwilson@chromium.org2010-11-152-0/+7
* Adding style notion to the TextButton.glotov@google.com2010-11-131-0/+0
* Prefer native library symbol lookup to the platform GetProcAddress.kbr@google.com2010-11-111-6/+6
* Fix ThumbnailGenerator on Windows.kkania@chromium.org2010-11-116-44/+123
* Makes the instant suggested text autocomplete after 1.3 seconds. Theresky@chromium.org2010-11-113-5/+49
* Add ActivatedAtWithDisposition to MenuModel.estade@chromium.org2010-11-112-0/+9