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
/
ppapi
/
native_client
/
src
/
trusted
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup on PNaCl translator
dschuff@chromium.org
2012-06-15
4
-69
/
+73
*
Declare virtual destructor in Nacl plugin CallbackSource to fix mac build
dschuff@chromium.org
2012-06-15
2
-0
/
+7
*
Additional fixes for warning mismatch with scons.
noelallen@google.com
2012-06-14
3
-4
/
+7
*
Fix extra comma causing scons compile issue.
noelallen@chromium.org
2012-06-14
1
-1
/
+1
*
Add streaming translation for PNaCl
dschuff@chromium.org
2012-06-14
13
-55
/
+493
*
NaCl: Remove the plugin's internal definition of GetUrandomFD()
mseaborn@chromium.org
2012-05-29
4
-30
/
+4
*
NaCl: Provide the /dev/urandom FD via NaCl's new embedding interface
mseaborn@chromium.org
2012-05-24
1
-0
/
+6
*
NaCl: Remove unused #include of nrd_xfer_effector.h
mseaborn@chromium.org
2012-05-24
1
-1
/
+0
*
[Coverity] Fix uninitialized member, pass-by-val.
groby@chromium.org
2012-05-22
2
-10
/
+12
*
Update scons file missing from r137481
dschuff@chromium.org
2012-05-16
1
-0
/
+2
*
Refactor Pnacl coordinator
dschuff@chromium.org
2012-05-16
9
-498
/
+689
*
Add an instance parameter to PPB_NaCl_Private::LaunchSelLdr.
bbudge@chromium.org
2012-05-15
4
-6
/
+26
*
NaCl: Remove Plugin::XYZZY() dead code hack
mseaborn@chromium.org
2012-05-10
2
-21
/
+0
*
NaCl: Remove unused process ID/handle arguments from launch_nacl_process()
mseaborn@chromium.org
2012-05-02
2
-24
/
+2
*
NaCl: Synchronise build.scons file with Gyp file
mseaborn@chromium.org
2012-04-30
1
-0
/
+1
*
NaCl: Move sel_ldr_launcher_chrome.cc into the Chromium repo
mseaborn@chromium.org
2012-04-30
5
-3
/
+72
*
Revert revision 130979.
ncbray@chromium.org
2012-04-27
2
-20
/
+1
*
NaCl: Remove forward declaration of SelLdrLauncher as a struct
mseaborn@chromium.org
2012-04-27
1
-1
/
+1
*
NaCl: Remove unused prototypes of RegisterInternalNaClPlugin()
mseaborn@chromium.org
2012-04-24
1
-37
/
+4
*
NaCl: Remove unused file string_encoding.cc
mseaborn@chromium.org
2012-04-24
6
-179
/
+0
*
NaCl: Remove code that attempts to kill the NaCl loader process
mseaborn@chromium.org
2012-04-19
2
-10
/
+2
*
NaCl: Remove all Chromium-side use of the handle_pass library
mseaborn@chromium.org
2012-04-18
4
-25
/
+0
*
Supply Windows handle-passing function to NaCl
mseaborn@chromium.org
2012-04-17
2
-33
/
+8
*
Add the plugin to the SDK
noelallen@google.com
2012-04-07
1
-0
/
+5
*
Instrument NaCl's plugin to generate a crash dump to help diagnose in-the-fie...
ncbray@google.com
2012-04-05
2
-1
/
+20
*
NaCl: Remove unused dependencies on libX11 and libXt
mseaborn@chromium.org
2012-03-29
2
-3
/
+1
*
Speculative fix for Win builder.
asvitkine@chromium.org
2012-03-20
1
-0
/
+1
*
Build nacl plugin with normal chromium warning levels (higher levels).
jvoung@google.com
2012-03-20
1
-1
/
+8
*
Coverity: Fix two pass-by-values.
jhawkins@chromium.org
2012-03-10
2
-2
/
+2
*
Remove NewRequiredCallback.
brettw@chromium.org
2012-03-10
2
-11
/
+9
*
Treat pnacl nexe load crashes the same as normal nexe load crashes.
jvoung@google.com
2012-03-09
1
-1
/
+1
*
Remove unneeded arguments from SelLdrLauncher::Start call.
sehr@google.com
2012-03-06
1
-2
/
+1
*
Coverity: Fix a few pass-by-values.
jhawkins@chromium.org
2012-03-04
1
-3
/
+2
*
Close and delete pnacl temp files when compile or link fails.
jvoung@google.com
2012-03-01
3
-54
/
+73
*
Show url of NaCl manifest in memory view.
halyavin@google.com
2012-02-28
3
-4
/
+6
*
Convert resources to take an instance key instead of an Instance*.
brettw@chromium.org
2012-02-27
1
-3
/
+3
*
Plumb through cache_identity from manifest for first sketch of pnacl cache. ...
jvoung@google.com
2012-02-23
8
-75
/
+179
*
Try to squelch one more warning in nacl plugin to roll chrome into nacl.
jvoung@google.com
2012-02-22
1
-1
/
+5
*
Fix printf format code so that nacl can build with warnings treated as errors.
jvoung@google.com
2012-02-19
1
-3
/
+3
*
Enable removing the object temporary file and quota tracking of the nexe.
sehr@google.com
2012-02-17
4
-7
/
+186
*
Reinstate ResolveURL step in nacl manifest resolver -- mistake from 122409.
jvoung@google.com
2012-02-17
1
-2
/
+3
*
Have nacl manifest lookup invoke pnacl coordinator to translate portable
jvoung@google.com
2012-02-17
6
-135
/
+287
*
Remove browser support for non-PPAPI nexes, plus related artifacts.
sehr@google.com
2012-02-16
27
-2035
/
+687
*
Fix creation/probing of temporary directory.
sehr@google.com
2012-02-09
2
-52
/
+6
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-2
/
+4
*
Remove some unused local variables from pnacl coordinator.
jvoung@google.com
2012-02-07
1
-2
/
+0
*
Use CORS for fetching NaCl resources from extensions.
jvoung@google.com
2012-01-31
10
-72
/
+25
*
Add skeleton for file cleanup and cache renaming during translation.
sehr@google.com
2012-01-30
10
-342
/
+479
*
Move the pnacl translation nexes fully off the main thread.
sehr@google.com
2012-01-21
6
-30
/
+34
*
Repeat performance for 118553 -- Add nacl private interface and state
sehr@google.com
2012-01-21
1
-4
/
+8
[next]