| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize grit invokes | thomasvl@chromium.org | 2011-03-28 | 1 | -26/+6 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Modify #include order slightly to clearly put ATL headers first. | pkasting@chromium.org | 2011-03-25 | 1 | -4/+4 |
* | Direct Windows users to a better Java download page. | mal@chromium.org | 2011-03-22 | 1 | -1/+1 |
* | WinDDK ATL and MSVC express 2008/2005 compatability | mark@chromium.org | 2011-03-21 | 1 | -1/+5 |
* | wstring: remove some simple uses of FromWStringHack | evan@chromium.org | 2011-03-15 | 1 | -1/+1 |
* | Get rid of the extension dependency in ResourceDispatcher by calling out to a... | jam@chromium.org | 2011-03-04 | 1 | -1/+0 |
* | Implemented policy to disable plugin finder. | pastarmovj@chromium.org | 2011-02-25 | 2 | -12/+20 |
* | Integrate gfx::Image into the ResourceBundle. | rsesek@chromium.org | 2011-02-22 | 2 | -3/+3 |
* | Reduce size of all PNGs with pngcrush. | estade@chromium.org | 2011-02-18 | 1 | -0/+0 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 2 | -2/+2 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 1 | -1/+1 |
* | Move UI-relevant Windows files to ui/base. | ben@chromium.org | 2011-01-19 | 1 | -2/+2 |
* | Change #ifdef _DEBUG test to #ifndef NDEBUG test. | tfarina@chromium.org | 2011-01-10 | 1 | -3/+3 |
* | Fix grit dependencies for chromeos, touchui, and toolkit_views. | tony@chromium.org | 2011-01-08 | 1 | -1/+2 |
* | Refactor grit -D flags into a gyp variable so we don't | tony@chromium.org | 2011-01-07 | 1 | -6/+2 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 1 | -2/+2 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 4 | -9/+13 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 4 | -13/+9 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 4 | -9/+13 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 4 | -13/+9 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 4 | -9/+13 |
* | windows: remove PathService::Get() that uses wstrings | evan@chromium.org | 2010-11-30 | 1 | -2/+3 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 2 | -10/+9 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 2 | -9/+10 |
* | default plugin: Remove dcheck when unable to open the | rvargas@google.com | 2010-11-25 | 1 | -3/+2 |
* | Move all ResourceBundle::GetNSImageNamed() calls to GetNativeImageNamed(). | rsesek@chromium.org | 2010-10-21 | 1 | -1/+1 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2010-10-20 | 1 | -1/+4 |
* | Convert LOG(INFO) to VLOG(1) - chrome/default_plugin/. | pkasting@chromium.org | 2010-10-20 | 5 | -23/+20 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -2/+3 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | * Add rmdir, mkdir -p and umask to d8 on Unix. | evan@chromium.org | 2010-08-17 | 2 | -8/+3 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 4 | -5/+1 |
* | Revert my last two changes. | evan@chromium.org | 2010-08-14 | 1 | -2/+7 |
* | Build fix. | evan@chromium.org | 2010-08-13 | 1 | -7/+2 |
* | Mac: Some clang appeasing. | thakis@chromium.org | 2010-08-04 | 3 | -4/+4 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -3/+5 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 6 | -0/+6 |
* | Mac: Make default plugin appearance match windows. | thakis@chromium.org | 2010-07-09 | 4 | -25/+116 |
* | Add an image. | thakis@chromium.org | 2010-07-08 | 1 | -0/+0 |
* | Attempted build fix. TBR=tony | thakis@chromium.org | 2010-07-07 | 2 | -2/+2 |
* | Move default_plugin from webkit/ to chrome/ | thakis@chromium.org | 2010-07-07 | 21 | -0/+4028 |
* | Revert 51681 - Move default_plugin out of webkit. | thakis@chromium.org | 2010-07-07 | 21 | -4027/+0 |
* | Revert 51682 - Build fix attempt. | thakis@chromium.org | 2010-07-07 | 1 | -2/+0 |
* | Build fix attempt. | thakis@chromium.org | 2010-07-07 | 1 | -0/+2 |
* | Move default_plugin out of webkit. | thakis@chromium.org | 2010-07-07 | 21 | -0/+4027 |