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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove uses of deprecated version of FileUtil::ResolveShortcut.
evan@chromium.org
2009-08-25
3
-17
/
+8
*
linux: call g_thread_init() at relevant startup points
evan@chromium.org
2009-08-25
2
-28
/
+30
*
Revert "linux: call g_thread_init() at relevant startup points"
evan@chromium.org
2009-08-25
2
-30
/
+27
*
linux: call g_thread_init() at relevant startup points
evan@chromium.org
2009-08-25
2
-27
/
+30
*
Revert "linux: call g_thread_init() at relevant startup points"
tony@chromium.org
2009-08-24
1
-1
/
+0
*
linux: call g_thread_init() at relevant startup points
evan@chromium.org
2009-08-24
1
-0
/
+1
*
Fix a bug where we reused a va_list across multiple calls.
deanm@chromium.org
2009-08-24
1
-9
/
+9
*
Fix StackTrace on Windows.
maruel@chromium.org
2009-08-24
2
-73
/
+29
*
Use U_ICU_VERSION_SHORT instead of hard-coding the icu data dll and module name.
jshin@chromium.org
2009-08-22
1
-3
/
+5
*
Revert r24043, "linux: call g_thread_init() at relevant startup points"
evan@chromium.org
2009-08-21
1
-1
/
+0
*
linux: call g_thread_init() at relevant startup points
evan@chromium.org
2009-08-21
1
-0
/
+1
*
Move gtk_settings_get_default() call to the UI thread.
estade@chromium.org
2009-08-21
2
-6
/
+33
*
Some tweaks to the OS X Sandbox:
jeremy@chromium.org
2009-08-21
1
-12
/
+3
*
Revert r23911, which switched from fork to vfork().
deanm@chromium.org
2009-08-21
1
-28
/
+22
*
Switch to using vfork() instead of fork() when we can.
deanm@chromium.org
2009-08-20
1
-22
/
+28
*
Linux: make the "change proxy settings" button able to start several proxy co...
mdm@chromium.org
2009-08-20
2
-4
/
+35
*
Print more info in IsStringASCII assertions.
phajdan.jr@chromium.org
2009-08-20
1
-4
/
+4
*
Don't compile with TraceLog support on by default.
deanm@chromium.org
2009-08-20
1
-0
/
+7
*
Omit DLOGs and DCHECKs from release-mode Google Chrome-branded builds on
mark@chromium.org
2009-08-20
1
-5
/
+15
*
Ensure that SyncWaiter (base/waitable_event_posix.cc) condition variables
mark@chromium.org
2009-08-20
1
-37
/
+42
*
Port more browser focus tests to linux.
estade@chromium.org
2009-08-19
1
-26
/
+26
*
Move IDMap back to base/ where it is needed.
phajdan.jr@chromium.org
2009-08-19
3
-0
/
+270
*
Reverting 23645.
jhawkins@chromium.org
2009-08-18
2
-11
/
+1
*
Make NativeControl inherit from base::WindowImpl instead of CWindowImpl to re...
jhawkins@chromium.org
2009-08-18
2
-1
/
+11
*
Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...
erikkay@chromium.org
2009-08-18
5
-37
/
+24
*
Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...
jshin@chromium.org
2009-08-18
4
-27
/
+27
*
Add the UI thread to the list of ChromeThreads.
paul@chromium.org
2009-08-18
1
-0
/
+4
*
Add whitespace so parser doesn't get confused.
eroman@chromium.org
2009-08-17
1
-3
/
+3
*
Add "bool FilePath::ReferencesParent()" which adds a clean & simple way for
cevans@chromium.org
2009-08-15
3
-1
/
+50
*
Revert "Reverting 23406" as it didn't break any tests.
jhawkins@chromium.org
2009-08-14
2
-28
/
+24
*
Add UMR for PrependInteger to exceptions list for base_unittests.exe.
ericroman@google.com
2009-08-14
1
-0
/
+14
*
Reverting 23406.
levin@chromium.org
2009-08-14
2
-24
/
+28
*
Change PluginInstallImpl to use base::WindowImpl instead of CWindowImpl to re...
jhawkins@chromium.org
2009-08-14
2
-28
/
+24
*
Simple cleanup.
maruel@chromium.org
2009-08-13
2
-8
/
+12
*
Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux
mark@chromium.org
2009-08-13
2
-84
/
+55
*
Reliability test porting: stringy stuff.
estade@chromium.org
2009-08-13
2
-0
/
+10
*
Move IDMap from base/ to common/
phajdan.jr@chromium.org
2009-08-12
2
-105
/
+0
*
Refactors OSExchangeData for easier portability.
sky@chromium.org
2009-08-12
2
-0
/
+13
*
Fix PR_ImplodeTime for Linux x64.
wtc@chromium.org
2009-08-12
2
-6
/
+17
*
Ensure that CreatorCodeForCFBundleRef returns the "unknown" creator code from
mark@chromium.org
2009-08-12
1
-1
/
+1
*
Add support for constrained windows on os x, based on Avi's GTMWindowSheetCon...
thakis@chromium.org
2009-08-11
1
-0
/
+56
*
Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...
ericroman@google.com
2009-08-11
5
-0
/
+598
*
Use real creator code for Keychain items. Instead of hard-coding 'rimZ', use
mark@chromium.org
2009-08-11
2
-19
/
+46
*
Use base::WindowImpl instead of CWindowImpl to reduce dependencies on ATL.
jhawkins@chromium.org
2009-08-08
2
-3
/
+13
*
Add short circuit case for self assignment, and add virtual destructor
jar@chromium.org
2009-08-07
2
-3
/
+8
*
Factor out window creation into base::WindowImpl. This class will be used in...
jhawkins@chromium.org
2009-08-07
3
-0
/
+324
*
Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB).
thestig@chromium.org
2009-08-06
3
-282
/
+252
*
Remove the Mac-specific implementation of LaunchApp, and share the Linux vers...
stuartmorgan@google.com
2009-08-06
4
-151
/
+77
*
Linux: add GYP flag to build with system jpeg.
agl@chromium.org
2009-08-06
1
-0
/
+4
*
GTK: implement bookmark manager copy/paste.
estade@chromium.org
2009-08-04
7
-28
/
+159
[next]