index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
default_plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-6
/
+0
*
Remove app from a bunch of DEPS files.
tfarina@chromium.org
2011-06-30
1
-1
/
+0
*
Remove msvs_guid in gyp files in src/chrome/.
tony@chromium.org
2011-06-23
1
-1
/
+0
*
Move ui/gfx/image* to ui/gfx/image/.
rsesek@chromium.org
2011-06-13
1
-1
/
+1
*
Moving some of the webkit_glue functions from chrome\common\common_glue and c...
ananta@chromium.org
2011-06-10
3
-9
/
+12
*
Get rid of url_request_tracking.*. The only other place that used it other t...
jam@chromium.org
2011-05-23
1
-1
/
+1
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-1
/
+1
*
Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ...
tony@chromium.org
2011-05-19
1
-1
/
+1
*
Miscellaneous webkit_glue namespace changes in preparation for building src\c...
ananta@chromium.org
2011-05-19
1
-7
/
+0
*
Get rid of chrome dependencies from PluginProcessHost by moving dispatching o...
jam@chromium.org
2011-05-18
1
-30
/
+4
*
Part 1 of changes to to build chrome\common as a dll. Moving some of the func...
ananta@chromium.org
2011-05-12
1
-2
/
+29
*
Base: More adjustments to BASE_API and project dependencies to
rvargas@google.com
2011-04-21
1
-1
/
+2
*
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
[next]