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
*
Move broker related files to components/nacl/broker.
yael.aharon@intel.com
2013-07-26
3
-181
/
+1
*
NaCl: enable a real seccomp-bpf sandbox on x86.
jln@chromium.org
2013-07-23
2
-14
/
+98
*
Move common files from chrome/common to components/nacl/common.
yael.aharon@intel.com
2013-07-23
5
-6
/
+6
*
Update include paths in chrome/nacl/ for base/process changes.
rsesek@chromium.org
2013-07-23
3
-3
/
+3
*
Move and rename chrome_sandbox_types_mac.h.
yael.aharon@intel.com
2013-07-22
1
-2
/
+2
*
Move nacl_cmd_line to components/nacl/common.
yael.aharon@intel.com
2013-07-22
1
-1
/
+1
*
PNaCl security hardening: Bound the nexe's code segment size to 32MB
mseaborn@chromium.org
2013-07-20
1
-0
/
+10
*
Use a direct include of the message_loop header in chrome/app, chrome/common,...
avi@chromium.org
2013-07-17
6
-6
/
+6
*
Use a direct include of the shared_memory header in base/, chrome/, components/.
avi@chromium.org
2013-07-17
2
-2
/
+2
*
Add a BreakpadClient which an embedder of the breakpad component has to provide
jochen@chromium.org
2013-07-04
2
-0
/
+13
*
Preserve the O_APPEND flag when receiving SerializedHandle file descriptors.
bbudge@chromium.org
2013-07-04
2
-20
/
+35
*
NaCl: run sandbox sanity checks only when enabled
jln@chromium.org
2013-06-27
1
-1
/
+1
*
Move timing files into base/time and base/timer, install forwarding headers.
avi@chromium.org
2013-06-27
2
-4
/
+4
*
Separate NaCl switches to their own file.
yael.aharon@intel.com
2013-06-24
6
-3
/
+8
*
Revert r207951 - "Separate NaCl switches to their own file."
dpranke@chromium.org
2013-06-22
6
-8
/
+3
*
Separate NaCl switches to their own file.
yael.aharon@intel.com
2013-06-21
6
-3
/
+8
*
Init NaClChromeMainArgs number_of_cores member so apps can size threadpools
bsy@google.com
2013-06-21
4
-4
/
+38
*
Revert 207350 "Init NaClChromeMainArgs number_of_cores member so..."
rsesek@chromium.org
2013-06-20
4
-38
/
+4
*
Init NaClChromeMainArgs number_of_cores member so apps can size threadpools
bsy@google.com
2013-06-20
4
-4
/
+38
*
NaCl: boilerplate for BPF sandbox on Linux.
jln@chromium.org
2013-06-20
4
-1
/
+89
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
2
-4
/
+4
*
Use a direct include of strings headers in chrome/nacl/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Revert 204389 "Set up NaClChromeMainArgs number_of_cores member ..."
thestig@chromium.org
2013-06-06
4
-38
/
+4
*
Set up NaClChromeMainArgs number_of_cores member so apps can size threadpools
bsy@google.com
2013-06-06
4
-4
/
+38
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
2
-2
/
+2
*
This patch fixes following compilation introduced by r202702 on VS2012
yosin@chromium.org
2013-05-29
1
-1
/
+1
*
NaCl: enable meta-based validation for shared libraries.
ncbray@chromium.org
2013-05-29
5
-0
/
+76
*
Revert 202278 "NaCl: enable meta-based validation for shared lib..."
rsesek@chromium.org
2013-05-25
5
-76
/
+0
*
NaCl: enable meta-based validation for shared libraries.
ncbray@chromium.org
2013-05-25
5
-0
/
+76
*
Do not translate the file open flags other than read/write.
mazda@chromium.org
2013-05-24
3
-24
/
+62
*
Linux: remove unmaintained SELinux code.
phajdan.jr@chromium.org
2013-05-17
1
-3
/
+1
*
NaCl: Let SerializedHandle carry open flag.
victorhsieh@chromium.org
2013-05-14
1
-4
/
+34
*
chrome: Use base::MessageLoop. (Part 1)
xhwang@chromium.org
2013-05-10
7
-11
/
+12
*
chrome: Update the include paths of base/message_loop_proxy.h to its new loca...
tfarina@chromium.org
2013-05-10
2
-2
/
+2
*
Remove seccomp-legacy: phase 2.
jln@chromium.org
2013-04-30
2
-2
/
+0
*
Disables dyncode syscalls for nexes that were produced by the pnacl translato...
sehr@chromium.org
2013-04-23
1
-0
/
+1
*
Revert 195190 "Set up NaClChromeMainArgs number_of_cores member ..."
szym@chromium.org
2013-04-19
4
-40
/
+4
*
Set up NaClChromeMainArgs number_of_cores member so apps can size threadpools...
bsy@google.com
2013-04-19
4
-4
/
+40
*
Remove PROCESS_DUP_HANDLE from OpenProcessHandle since PROCESS_DUP_HANDLE acc...
wfh@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition.
dcheng@chromium.org
2013-04-06
1
-1
/
+1
*
Split the power monitoring feature from SystemMonitor
hongbo.min@intel.com
2013-04-03
2
-4
/
+4
*
chrome: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-03-31
1
-1
/
+1
*
Support FD passing for NaCl on posix
hamaji@chromium.org
2013-03-26
1
-5
/
+10
*
Split the ProcessType enum into process types that content knows about (which...
jam@chromium.org
2013-03-22
1
-1
/
+1
*
Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...
jam@chromium.org
2013-03-20
2
-3
/
+24
*
Pepper: Use shared memory for ArrayBufferVar.
teravest@chromium.org
2013-03-19
2
-0
/
+4
*
Linux nacl_helper: make it clear when we get sandboxed
jln@chromium.org
2013-03-02
1
-0
/
+22
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
2
-2
/
+2
*
Move FilePath->base::FilePath
brettw@chromium.org
2013-02-11
3
-5
/
+7
*
NaCl: Remove use of nacl::DescWrapper from nacl_ipc_adapter.cc
mseaborn@chromium.org
2013-02-07
2
-14
/
+24
[next]