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
*
PPAPI/NaCl: Fix leaky NaClIPCAdapter test.
dmichael@chromium.org
2012-05-16
1
-2
/
+8
*
Give browser process the ability to enable and disable NaCl's validation cache.
ncbray@chromium.org
2012-05-16
1
-11
/
+3
*
PPAPI/NaCl: Wrap NaClIPCAdapter in a NaClCustomDesc
dmichael@chromium.org
2012-05-12
4
-152
/
+83
*
Load NSS libraries in nacl_helper process before Linux SUID sandbox is raised.
ncbray@chromium.org
2012-05-10
2
-1
/
+19
*
Remove NaClIPCManager's dependency on content. Create channel on I/O thread.
bbudge@chromium.org
2012-05-08
4
-5
/
+28
*
NaCl: Update revision in DEPS, r8480 -> r8500
mseaborn@chromium.org
2012-05-06
1
-2
/
+2
*
NaCl: Pass process info through to the Windows debug exception handler
mseaborn@chromium.org
2012-05-04
2
-3
/
+5
*
NaCl: Attach the Windows debug exception handler on demand
mseaborn@chromium.org
2012-05-03
2
-6
/
+25
*
Revert 134369 "Enable NaCl's validation cache."
ncbray@chromium.org
2012-05-02
1
-1
/
+2
*
Enable NaCl's validation cache.
ncbray@chromium.org
2012-04-27
1
-2
/
+1
*
Don't make checkdeps ignore includes to directories that are brought in via d...
jam@chromium.org
2012-04-27
1
-0
/
+1
*
NaCl: Pass the process handle to the broker rather than reopening it
mseaborn@chromium.org
2012-04-27
2
-3
/
+6
*
RefCounted types should not have public destructors, chrome/nacl edition
rsleevi@chromium.org
2012-04-27
4
-15
/
+20
*
NaCl: Split the debug exception handler thread into a separate file
mseaborn@chromium.org
2012-04-25
1
-66
/
+4
*
NaCl validation caching: improve startup speed by ~70 ms on Linux.
ncbray@chromium.org
2012-04-20
1
-0
/
+7
*
Pass the nacl start parameters as a struct.
brettw@chromium.org
2012-04-17
2
-11
/
+8
*
Supply Windows handle-passing function to NaCl
mseaborn@chromium.org
2012-04-17
1
-0
/
+18
*
Fix line endings.
brettw@chromium.org
2012-03-30
5
-884
/
+884
*
Initial implementation of an IPC adapter to expose Chrome IPC to Native Client.
brettw@chromium.org
2012-03-30
5
-0
/
+884
*
NaCl validation caching: plumb through HMAC key and version info.
ncbray@google.com
2012-03-30
2
-3
/
+5
*
Removed an unused instance variable that was not initialized in the constructor.
khorimoto@chromium.org
2012-03-28
1
-2
/
+0
*
Reland - Create a database for NaCl validation caching that is shared between...
nduca@google.com
2012-03-27
2
-6
/
+107
*
Revert 129061 - Create a database for NaCl validation caching that is shared ...
nduca@google.com
2012-03-27
2
-107
/
+6
*
Create a database for NaCl validation caching that is shared between processes.
ncbray@chromium.org
2012-03-27
2
-6
/
+107
*
Fix handle leak in the NaCl broker process.
halyavin@google.com
2012-03-26
1
-0
/
+1
*
NaCl: Remove needless use of std::wstring for channel IDs
mseaborn@chromium.org
2012-03-25
2
-4
/
+3
*
NaCl: Make hardware exception handling work on 64-bit Windows
mseaborn@chromium.org
2012-03-24
2
-1
/
+83
*
NaCl: Allow hardware exception handling to be enabled on Linux and Mac
mseaborn@chromium.org
2012-03-21
2
-3
/
+6
*
Fix NaClValidationQueryTest to behave correctly when disable_nacl=1.
ncbray@chromium.org
2012-03-20
1
-10
/
+10
*
Add the first part of Chrome-side support for NaCl validation caching.
ncbray@google.com
2012-03-17
4
-0
/
+528
*
NaCl: Switch to using the new extensible startup interface
mseaborn@chromium.org
2012-03-15
1
-19
/
+26
*
NaCl: Remove declaration of non-existent method
mseaborn@chromium.org
2012-03-07
1
-2
/
+1
*
NaCl: Cleanup: Get some definitions from header file
mseaborn@chromium.org
2012-03-02
1
-15
/
+2
*
Windows Breakpad: Get metadata from chrome.exe instead of chrome.dll
mseaborn@chromium.org
2012-02-16
1
-4
/
+2
*
Use nacl_helper_bootstrap from native_client repository
mcgrathr@chromium.org
2011-12-06
4
-813
/
+0
*
Revert 113074 - Use nacl_helper_bootstrap from native_client repository
mcgrathr@chromium.org
2011-12-06
4
-0
/
+813
*
Use nacl_helper_bootstrap from native_client repository
mcgrathr@chromium.org
2011-12-06
4
-813
/
+0
*
Remove child_process.h includes from chrome (specifically WaitForDebugger). I...
jam@chromium.org
2011-11-30
1
-19
/
+0
*
Fix python scripts in src/chrome/
maruel@chromium.org
2011-11-27
1
-16
/
+19
*
Load mac sandbox definitions from resources instead of the bundle.
jochen@chromium.org
2011-11-25
1
-2
/
+3
*
Add OVERRIDE to chrome/common/ and nacl/.
avi@chromium.org
2011-11-21
1
-1
/
+1
*
Revert 110361 - NaCl: preallocate shared-memory object on Linux as on MacOSX
mcgrathr@chromium.org
2011-11-18
1
-43
/
+27
*
nacl_helper_bootstrap: Reserve correct address space size for ARM, none for x...
mcgrathr@chromium.org
2011-11-18
1
-5
/
+5
*
NaCl: preallocate shared-memory object on Linux as on MacOSX
mcgrathr@chromium.org
2011-11-16
1
-27
/
+43
*
Open NaCl IRT file only once at startup
mcgrathr@chromium.org
2011-11-15
2
-18
/
+15
*
Make nacl_helper easily debuggable
mcgrathr@chromium.org
2011-11-15
3
-0
/
+121
*
Make nacl_helper_bootstrap load a PIE normally, not the dynamic linker directly
mcgrathr@chromium.org
2011-11-11
1
-115
/
+200
*
Move content_restriction.h and main_function_params.h to content/public/commo...
jam@chromium.org
2011-10-31
7
-13
/
+14
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
5
-43
/
+15
*
Move ZygoteForkDelegateLinux to content/public/common.
jam@chromium.org
2011-10-25
1
-151
/
+0
[next]