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
/
nacl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix error handling on close() calls.
bradchen@google.com
2011-07-22
2
-8
/
+10
*
A ZygoteForkDelegate using nacl_helper executable to create container process...
bradchen@google.com
2011-07-20
6
-67
/
+354
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
2
-2
/
+2
*
Take two at splitting result codes between content and chrome.
dpranke@chromium.org
2011-07-19
1
-2
/
+2
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
1
-2
/
+2
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
1
-2
/
+2
*
Remove app from a bunch of DEPS files.
tfarina@chromium.org
2011-06-30
1
-1
/
+0
*
Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm mark...
fischman@chromium.org
2011-06-28
6
-355
/
+67
*
I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR...
bradchen@google.com
2011-06-28
6
-67
/
+355
*
Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks...
fischman@chromium.org
2011-06-28
6
-343
/
+67
*
New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper.
bradchen@google.com
2011-06-27
6
-67
/
+343
*
Move sandbox_policy to content.
jam@chromium.org
2011-05-28
2
-2
/
+2
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-3
/
+3
*
Revert 85732 (broke build) - Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-3
/
+3
*
Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-3
/
+3
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-2
/
+2
*
NaCl: Send the integrated runtime (IRT) library to NaCl
mseaborn@chromium.org
2011-05-03
2
-2
/
+28
*
Rename NaClThread to NaClLauncherThread
mseaborn@chromium.org
2011-04-21
3
-20
/
+22
*
linux: don't always print dlopen errors from LoadNativeLibrary
evan@chromium.org
2011-04-18
2
-4
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Move the renderer_web* files to content.
jam@chromium.org
2011-03-18
1
-1
/
+1
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Move injection_test_dll.h to content\common to get rid of a dependency on chr...
jam@chromium.org
2011-03-14
1
-1
/
+0
*
Move some message files and hi_res_timer_manager to content, in preparation f...
jam@chromium.org
2011-03-13
1
-1
/
+1
*
Move some chrome\common code to content in preparation for moving chrome\gpu.
jam@chromium.org
2011-03-11
3
-3
/
+3
*
Move Linux sub process breakpad initialization to a common place.
jam@chromium.org
2011-03-11
1
-9
/
+0
*
Fix wstrings in content/common.
avi@chromium.org
2011-03-08
1
-1
/
+1
*
Move ChildThread and ChildProcess to content. Also move remaining code that ...
jam@chromium.org
2011-03-08
4
-4
/
+4
*
Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...
ben@chromium.org
2011-01-19
1
-4
/
+4
*
Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.
ben@chromium.org
2011-01-14
1
-4
/
+4
*
Move SystemMonitor to src/ui/base/system_monitor.
ben@chromium.org
2011-01-14
1
-4
/
+4
*
Enable Breakpad for crashes in trusted code in Native Client on Chrome for Li...
cstefansen@google.com
2011-01-14
2
-0
/
+10
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
1
-1
/
+0
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-1
/
+0
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-2
/
+3
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
4
-4
/
+10
*
Remove CrApplication dependency from base
thakis@chromium.org
2010-12-18
1
-2
/
+0
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-3
/
+4
*
startup: rename chrome_dll_main to chrome_main
evan@chromium.org
2010-11-18
1
-1
/
+1
*
NaCl: Remove second variant of MakeSharedMemorySegmentViaIPC()
mseaborn@chromium.org
2010-11-17
1
-1
/
+1
*
NaCl: Implement CreateMemoryObject() to support dynamic loading on Mac
mseaborn@chromium.org
2010-11-11
1
-0
/
+42
*
NaCl: Supply MakeSharedMemorySegmentViaIPC() via dependency injection
mseaborn@chromium.org
2010-11-08
2
-0
/
+16
*
Convert LOG(INFO) to VLOG(1) - chrome/nacl/.
pkasting@chromium.org
2010-10-20
3
-18
/
+17
*
nacl: disable seccomp initialization in NaClMain()
evan@chromium.org
2010-10-19
1
-8
/
+10
*
Update the interface between Chrome and sel_main_chrome. Added a debug flag ...
noelallen@google.com
2010-09-28
3
-11
/
+13
*
Support for building Chrome using Clang.
evan@chromium.org
2010-09-18
1
-1
/
+2
*
nacl: Use a scoped_array rather than a bare pointer.
evan@chromium.org
2010-09-17
1
-3
/
+3
*
Pull seccomp-sandbox in via DEPS rather than using an in-tree copy
mseaborn@chromium.org
2010-09-01
1
-1
/
+1
*
* Fix style issues in nacl_sandbox_test (http://codereview.chromium.org/15490...
jvoung@google.com
2010-08-31
5
-67
/
+74
[next]