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
/
app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
20
-2146
/
+43
*
Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5.
craig.schlenter@chromium.org
2011-01-13
1
-4
/
+4
*
Cleanup: Put #ifdefed typedef below non-#ifdefed declarations. Reorder defin...
pkasting@chromium.org
2011-01-12
3
-83
/
+80
*
Move OSExchangeData from src/app to src/ui/base/dragdrop
ben@chromium.org
2011-01-12
9
-2186
/
+45
*
Downgrade a CHECK to a LOG(ERROR) so we don't crash if we
tony@chromium.org
2011-01-12
1
-1
/
+3
*
Move clipboard from app/ to ui/base
ben@chromium.org
2011-01-10
15
-3061
/
+7
*
Start reordering the methods in headers in app/.
erg@google.com
2011-01-10
11
-67
/
+69
*
Make accelerated plugin support aware of the requirement to use the
kbr@google.com
2011-01-10
1
-0
/
+5
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
1
-2
/
+1
*
Fix grit dependencies for chromeos, touchui, and toolkit_views.
tony@chromium.org
2011-01-08
1
-1
/
+2
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
1
-1
/
+2
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
1
-2
/
+1
*
Update strings
laforge@chromium.org
2011-01-07
1
-22
/
+22
*
Remove wstring from l10n_util. Part 8, the last part.
avi@chromium.org
2011-01-07
3
-157
/
+0
*
Refactor grit -D flags into a gyp variable so we don't
tony@chromium.org
2011-01-07
1
-15
/
+4
*
Move animation code to new ui/base/animation directory.
ben@chromium.org
2011-01-07
13
-1068
/
+0
*
Remove wstring from l10n_util. Part 5.
avi@chromium.org
2011-01-05
1
-1
/
+3
*
Check whether wglCreatePBufferARB is defined before calling it in PbufferGLCo...
vangelis@chromium.org
2011-01-05
1
-0
/
+5
*
Change Font.GetStringWidth() to take string16 instead of wstring.
estade@chromium.org
2011-01-04
2
-42
/
+40
*
Remove wstring from l10n_util. Part 4.
avi@chromium.org
2011-01-04
2
-3
/
+4
*
Remove 'using' declaration of ScopedBitmap from scoped_handle_win.h
tfarina@chromium.org
2011-01-03
1
-5
/
+6
*
Remove 'using' declaration of ScopedHGlobal from scoped_handle_win.h
tfarina@chromium.org
2011-01-02
3
-20
/
+23
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-2
/
+4
*
Move base/mac_util.h to base/mac and use the base::mac namespace.
brettw@chromium.org
2011-01-01
4
-12
/
+14
*
Remove base/debug_util. Move the debug UI related functions to base/debug/deb...
brettw@google.com
2011-01-01
1
-1
/
+0
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
9
-209
/
+225
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
3
-6
/
+4
*
Remove 'using' declaration of ScopedHDC from scoped_handle_win.h
tfarina@chromium.org
2010-12-31
2
-3
/
+3
*
Move some functions out of win_util and into hwnd_util, and into a new win/sh...
brettw@google.com
2010-12-30
7
-335
/
+299
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
6
-1
/
+443
*
Remove wstring from TableModel.
avi@chromium.org
2010-12-30
2
-16
/
+16
*
Remove more 'using' declarations of Scoped* from scoped_handle_win.h
tfarina@chromium.org
2010-12-29
1
-1
/
+2
*
Remove wstring from l10n_util. Part 2.
avi@chromium.org
2010-12-28
3
-6
/
+6
*
Remove wstring from l10n_util. Part 1.
avi@chromium.org
2010-12-28
7
-67
/
+70
*
Move data pack from base to app (it's just part of the resource bundle system).
brettw@chromium.org
2010-12-23
10
-9
/
+374
*
Last part of change for bug 49747.
tsepez@chromium.org
2010-12-22
3
-4
/
+300
*
Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...
brettw@chromium.org
2010-12-22
4
-0
/
+115
*
Implicitly detect the use of --in-process-webgl by the absence of a
kbr@chromium.org
2010-12-21
1
-18
/
+39
*
Map the render process's glBindFramebuffer(0) to the context's backing FBO.
klobag@chromium.org
2010-12-21
2
-0
/
+8
*
Cleanup: USE_X11 + OS_MACOSX = OS_POSIX.
thestig@chromium.org
2010-12-21
1
-1
/
+1
*
Remove CrApplication dependency from base
thakis@chromium.org
2010-12-18
2
-2
/
+8
*
Move ElideString() from base/string_util.cc to app/text_elider.cc to
jschuh@google.com
2010-12-17
3
-0
/
+77
*
Keep deinlining stuff.
erg@google.com
2010-12-15
4
-8
/
+49
*
Change menus on OSX to update the icon dynamically.
atwilson@chromium.org
2010-12-15
5
-18
/
+30
*
Minor changes to simplify IsValidLocaleSyntax logic.
dmazzoni@chromium.org
2010-12-14
1
-16
/
+17
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
5
-7
/
+24
*
Fix the clang build by replacing EXPECT_EQ(false, ...) with EXPECT_FALSE(
dmazzoni@chromium.org
2010-12-13
1
-47
/
+47
*
touchui: Improve key-event processing.
sadrul@chromium.org
2010-12-13
1
-5
/
+123
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-2
/
+2
[next]