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
/
base.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-lands 58186:
bryeung@chromium.org
2010-09-03
1
-11
/
+0
*
Revert 58186 - Move the keyboard files from base/ to app/.
phajdan.jr@chromium.org
2010-09-01
1
-0
/
+11
*
Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-01
1
-11
/
+0
*
Linux: Switch to DWARF for official builds. Good riddence.
thestig@chromium.org
2010-08-26
1
-5
/
+0
*
Move task_queue.* to base because it makes more sense there.
levin@chromium.org
2010-08-26
1
-0
/
+2
*
Sometimes you want to enforce that some but not all of your methods are calle...
levin@chromium.org
2010-08-24
1
-0
/
+2
*
Moving file_system_proxy to base/ and changing it to work with MessageLoopPro...
dumi@chromium.org
2010-08-20
1
-0
/
+2
*
Lands http://codereview.chromium.org/3153008 for bryeung:
sky@chromium.org
2010-08-20
1
-0
/
+2
*
linux: add UMA stat for the file system where the prefs are stored
evan@chromium.org
2010-08-20
1
-0
/
+1
*
Remove all wstrings from the IPC logging subsystem.
erg@google.com
2010-08-18
1
-6
/
+6
*
Move StringPrintf into its own file and use the base namespace. Currently thi...
brettw@chromium.org
2010-08-17
1
-0
/
+2
*
[Mac] Use an AppleEvent to tell the Finder to open downloaded items, rather t...
rsesek@chromium.org
2010-08-13
1
-0
/
+6
*
base: Rename EnvVarGetter to Environment.
tfarina@chromium.org
2010-08-03
1
-2
/
+2
*
Asynchronously open the temp file used for Pepper StreamToFile, and delete the
darin@chromium.org
2010-07-30
1
-0
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-0
/
+2
*
Speculative fix for crash in DOMUIThumbnailSource.
erg@google.com
2010-07-28
1
-0
/
+1
*
[Mac]Port browser_keyevents_browsertest.cc and browser_focus_uitest.cc to Mac.
suzhe@chromium.org
2010-07-27
1
-0
/
+2
*
Move implementation from header to source.
erg@chromium.org
2010-07-15
1
-0
/
+2
*
Define USE_SYMBOLIZE for Solaris because we build the 'symbolize' target
wtc@chromium.org
2010-07-09
1
-6
/
+2
*
Move the sources/ exclude and sources! rules that apply only to
wtc@chromium.org
2010-07-08
1
-9
/
+16
*
Linux: Undo a bit of tcmalloc gyp change from r49597. The reverted change put...
thestig@chromium.org
2010-07-02
1
-11
/
+11
*
Moves gtk accelerator processing functions to base/gtk_util so I can
sky@chromium.org
2010-07-01
1
-3
/
+5
*
Effectively revert r50648 (code review URL
wtc@chromium.org
2010-06-25
1
-1
/
+3
*
Add a locked version of CryptAcquireContext
davidben@chromium.org
2010-06-23
1
-0
/
+4
*
Implement the SecureHashAlgorithm class using Windows CryptoAPI.
wtc@chromium.org
2010-06-23
1
-1
/
+3
*
Compile base_fpic for 32 bits as well.
jam@chromium.org
2010-06-16
1
-1
/
+1
*
Improve error messages for bad SocketParams.
willchan@chromium.org
2010-06-15
1
-0
/
+1
*
Fix fpic build on official builders by taking out -gstabs.
jam@chromium.org
2010-06-15
1
-0
/
+5
*
Moving link settings to individual targets.
bradnelson@google.com
2010-06-11
1
-10
/
+20
*
Second try of building a version of base with -fPIC for internal plugin. Cre...
jam@chromium.org
2010-06-11
1
-158
/
+210
*
Revert 49502 - Build a version of base with -fPIC turned on. Use it for inte...
jam@chromium.org
2010-06-11
1
-217
/
+165
*
Build a version of base with -fPIC turned on. Use it for internal plugin. C...
jam@chromium.org
2010-06-11
1
-165
/
+217
*
Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses
wtc@chromium.org
2010-06-01
1
-10
/
+4
*
[GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement
phajdan.jr@chromium.org
2010-06-01
1
-0
/
+1
*
Drop a file from the gyp that was deleted in r35326.
avi@chromium.org
2010-05-26
1
-1
/
+0
*
Move dynamic_annotations into a separate gyp file to break
tony@chromium.org
2010-05-19
1
-35
/
+2
*
enable RenderViewTest.OnHandleKeyboardEvent on Linux.
estade@chromium.org
2010-05-19
1
-0
/
+2
*
Update dynamic annotations and move them to base/third_party
timurrrr@chromium.org
2010-05-14
1
-2
/
+37
*
Divert TRACE_EVENT macros to use Event Tracing for Windows on Windows builds.
siggi@chromium.org
2010-05-07
1
-0
/
+2
*
Fix the dynamic_annotations build issues on Windows
timurrrr@chromium.org
2010-05-07
1
-2
/
+2
*
Created a stock implementation of the MessageLoopProxy interface than can be ...
sanjeevr@chromium.org
2010-05-06
1
-0
/
+2
*
Move common code into process_util.cc.
maruel@chromium.org
2010-04-29
1
-0
/
+1
*
Created a MessageLoopProxy interface. This provides a thread-safe refcounted ...
sanjeevr@chromium.org
2010-04-29
1
-0
/
+1
*
bsd: refactor XDG bits of linux_util into a shared file.
evan@chromium.org
2010-04-22
1
-2
/
+6
*
bsd: move POSIXy functions back into file_util_posix
evan@chromium.org
2010-04-21
1
-1
/
+0
*
Refactor FileVersionInfo into an interface with platform implementations.
tony@chromium.org
2010-04-14
1
-2
/
+4
*
Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...
thestig@chromium.org
2010-04-03
1
-8
/
+10
*
Move allocator dependency to base for profiler.cc.
mmoss@google.com
2010-04-02
1
-0
/
+6
*
Move the Nigori classes from base to sync.
albertb@chromium.org
2010-04-01
1
-2
/
+0
*
Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar...
evan@chromium.org
2010-04-01
1
-2
/
+10
[next]