summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Make a MenuModel for the popup favicon menu. For now only GTK uses it. Consol...estade@chromium.org2010-01-191-7/+19
* Split win_util.cc - we need ConvertToLongPath in the 64-bit Windows build, bu...gregoryd@google.com2010-01-183-13/+23
* Support dragging a virtual file out of the browser.jianli@chromium.org2010-01-156-49/+327
* Allow link drags from Chrome to create a shortcut on the desktop.tony@chromium.org2010-01-152-1/+15
* Linux: Notify Chrome when it loses the focus.derat@chromium.org2010-01-132-7/+5
* Fix to way we identify the active window. This deals with XFCE whichdavemoore@chromium.org2010-01-131-2/+5
* Make sure an evil renderer can't mess up state of the clipboard, later causingcevans@chromium.org2010-01-121-0/+4
* Use string16 instead of wstring in bookmark data model.munjal@chromium.org2010-01-112-3/+22
* Attempt to fix text not being clipped. This only seems to happen insky@chromium.org2010-01-111-0/+3
* Translation stringsoritm@google.com2010-01-102-1/+3
* Attempt to fix crash in issue 31082xiyuan@chromium.org2010-01-071-0/+4
* GTK: make tab context menu use tab_menu_modelestade@chromium.org2010-01-052-0/+47
* Workaround bug in Pango that was resulted in incorrect wrapping.sky@chromium.org2010-01-041-0/+17
* [Mac] honor the locale passed for loading the pak file.thomasvl@chromium.org2009-12-311-7/+28
* Add a range of sanity checks to the clipboard object handling. In particular,...cevans@chromium.org2009-12-301-4/+23
* Don't shoehorn a size_t into an int -- especially if the int is used in an su...cevans@chromium.org2009-12-301-2/+2
* AppCacheDatabase and SQL based AppCacheStorageImpl. michaeln@chromium.org2009-12-294-17/+16
* atl: Remove unused <atlbase.h> header from some source files.jhawkins@chromium.org2009-12-291-1/+0
* Revert 35328 - AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@google.com2009-12-294-16/+17
* AppCacheDatabase and SQL based AppCacheStorageImpl.michaeln@chromium.org2009-12-294-17/+16
* linux: reduce header interdependenciesevan@chromium.org2009-12-293-2/+53
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-0/+4
* Fix race condition at cros startupdavemoore@chromium.org2009-12-221-15/+42
* Refactoring build configurations - make it clearer and allow better support f...gregoryd@google.com2009-12-221-1/+1
* Revert 35012 - Rearrange build configurations make it clearer and allow bett...gregoryd@google.com2009-12-191-1/+1
* Rearrange build configurations - make it clearer and allow better support for...gregoryd@google.com2009-12-191-1/+1
* Fixes two related bugs:sky@chromium.org2009-12-182-0/+24
* Init allocated SkBitmap pixelsxiyuan@chromium.org2009-12-171-0/+1
* Use GetSwitchValueASCII, so we don't use the deprecated versions.evan@chromium.org2009-12-171-2/+2
* Changing DCHECKs in ResourceBundle::LoadResources() to CHECK.yusukes@google.com2009-12-171-3/+3
* BrowserThemePack: Move encoding the processed images to the writing thread.erg@google.com2009-12-171-2/+3
* Add gfx::Insets::ToString().satorux@chromium.org2009-12-165-1/+92
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-164-2/+19
* Modify LoadPixbuf() so it returns NULL when the |data| parameter is NULL.yusukes@google.com2009-12-151-1/+1
* Theme download status message, so that it's readable in themes of any color.mirandac@chromium.org2009-12-122-7/+10
* Fix a bug where some bitmaps were being tinted wrong. It turns outtony@chromium.org2009-12-112-3/+16
* Use utf_string_conversions header in more places.maruel@chromium.org2009-12-112-2/+2
* Link the following tests against tcmalloc:glider@chromium.org2009-12-101-0/+9
* Make BrowserProcess::GetApplicationLocale thread safe and migratetony@chromium.org2009-12-108-21/+28
* Share the code that builds the page menu in a common model, make Mac and Win ...pinkerton@chromium.org2009-12-091-0/+2
* Change most callers of NativeScrollbar size functions to use a dedicated func...pkasting@chromium.org2009-12-093-0/+42
* Linux: improve format of text/html copy paste data.estade@chromium.org2009-12-082-7/+26
* Split app.gyp and add a Win64 version of the app_base target.gregoryd@google.com2009-12-074-209/+377
* Revert "Split app.gyp and add a Win64 version of the app_base target."ajwong@chromium.org2009-12-074-368/+209
* Split app.gyp and add a Win64 version of the app_base target.gregoryd@google.com2009-12-074-209/+368
* Fixes bug in textfield on views/gtk where we weren't properlysky@chromium.org2009-12-041-1/+17
* Refactor the menu model to live outside views/ so it can be sharedpinkerton@chromium.org2009-12-046-0/+452
* Share code between Mac and Linux in ResourceBundle.hayato@chromium.org2009-12-036-162/+141
* Setting the ICU default locale is made explicit. This leads to a few morejshin@chromium.org2009-12-032-36/+36
* Linux: when reading html from clipboard, interpret BOM to meanestade@chromium.org2009-12-021-1/+10