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
/
nacl_main.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove child_process.h includes from chrome (specifically WaitForDebugger). I...
jam@chromium.org
2011-11-30
1
-19
/
+0
*
Move content_restriction.h and main_function_params.h to content/public/commo...
jam@chromium.org
2011-10-31
1
-2
/
+2
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-1
/
+1
*
Make the NaCl windows 64 bit binaries not depend on chrome targets. These tar...
jam@chromium.org
2011-09-12
1
-65
/
+4
*
Turn on --enable-nacl-debug.
mmortensen@google.com
2011-08-03
1
-0
/
+2
*
A ZygoteForkDelegate using nacl_helper executable to create container process...
bradchen@google.com
2011-07-20
1
-5
/
+5
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-1
/
+1
*
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
*
Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm mark...
fischman@chromium.org
2011-06-28
1
-5
/
+5
*
I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR...
bradchen@google.com
2011-06-28
1
-5
/
+5
*
Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks...
fischman@chromium.org
2011-06-28
1
-5
/
+5
*
New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper.
bradchen@google.com
2011-06-27
1
-5
/
+5
*
Move sandbox_policy to content.
jam@chromium.org
2011-05-28
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
*
Rename NaClThread to NaClLauncherThread
mseaborn@chromium.org
2011-04-21
1
-3
/
+3
*
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
1
-1
/
+1
*
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
1
-1
/
+1
*
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
1
-0
/
+9
*
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
*
Convert LOG(INFO) to VLOG(1) - chrome/nacl/.
pkasting@chromium.org
2010-10-20
1
-4
/
+4
*
Update the interface between Chrome and sel_main_chrome. Added a debug flag ...
noelallen@google.com
2010-09-28
1
-7
/
+4
*
* Fix style issues in nacl_sandbox_test (http://codereview.chromium.org/15490...
jvoung@google.com
2010-08-31
1
-4
/
+11
*
Cleanup: Remove unneeded headers from app/ (part 2)
thestig@chromium.org
2010-07-31
1
-7
/
+6
*
Set up tests to exercise the chrome outersandbox from the nacl loader.
jvoung@google.com
2010-07-15
1
-34
/
+10
*
Rename Chrome threads to use a "Cr" prefix.
evan@chromium.org
2010-06-09
1
-9
/
+2
*
Integrate Chrome sandbox changes with NaCl (add Win64 support)
gregoryd@google.com
2010-03-24
1
-2
/
+7
*
Final removal of the bad dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-03-10
1
-3
/
+2
*
Enabled in-process NaCl plugin on Linux. Turns out it's remarkably similar t...
cbiffle@google.com
2010-02-03
1
-2
/
+2
*
Implement the broker process that launches NaCl loader processes on 64-bit Wi...
gregoryd@google.com
2010-02-01
1
-2
/
+65
*
Revert 37578 - Implement the broker process that launches NaCl loader process...
gregoryd@google.com
2010-01-30
1
-65
/
+2
*
Implement the broker process that launches NaCl loader processes on 64-bit Wi...
gregoryd@google.com
2010-01-30
1
-2
/
+65
*
Make NaCl run in Chrome on the Mac.
dspringer@google.com
2010-01-27
1
-14
/
+39
*
Revert 37254 - Make NaCl run in Chrome on the Mac.
viettrungluu@chromium.org
2010-01-27
1
-39
/
+14
*
Make NaCl run in Chrome on the Mac.
dspringer@google.com
2010-01-27
1
-14
/
+39
*
Make SystemMonitor not a Singleton and move it out of base
phajdan.jr@chromium.org
2009-11-26
1
-3
/
+4
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-29
1
-1
/
+1
*
Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-28
1
-1
/
+1
[next]