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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
5
-3
/
+49
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+3
*
Coverity: Fix leaks.
jhawkins@chromium.org
2011-12-21
1
-2
/
+4
*
Coverity; Fixing pass by value bugs.
dpapad@chromium.org
2011-12-21
2
-4
/
+4
*
Enable out-of-process PPB_FileIO tests, clean up PPB_URLLoader tests.
bbudge@chromium.org
2011-12-21
2
-4
/
+10
*
Change pnacl to read all resources from the extension.
sehr@google.com
2011-12-21
12
-60
/
+96
*
Coverity: Add a missing return statement.
thestig@chromium.org
2011-12-21
1
-2
/
+2
*
FindMatchingProperty: pass string as const ref to avoid copying
tbreisacher@chromium.org
2011-12-21
1
-1
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-0
/
+1
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-1
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-0
/
+1
*
Add TestingInstance::ExecuteScript method which posts a message that the test...
bbudge@chromium.org
2011-12-17
7
-3
/
+80
*
NaCl: Remove unused #include of syscall_bindings_trampoline.h
mseaborn@chromium.org
2011-12-16
1
-1
/
+0
*
Remove support for using coordinator-specific lookup method. Replace it with
sehr@google.com
2011-12-16
11
-236
/
+266
*
eliminate double initialization / finalization before last use.
bsy@google.com
2011-12-16
2
-6
/
+2
*
Pepper: Change '*_sources' variables in ppapi_sources.gypi to '*_source_files'.
viettrungluu@chromium.org
2011-12-16
2
-2
/
+2
*
GetDocumentURL is added to PPB_Testing_Dev.
ygorshenin@google.com
2011-12-15
8
-1
/
+115
*
reduce log verbosity level
bsy@google.com
2011-12-15
2
-6
/
+15
*
Fix buildbot warning about initialization order.
sehr@google.com
2011-12-15
1
-2
/
+2
*
This CL moves all command line processing out of the coordinator. Key other ...
sehr@google.com
2011-12-14
8
-691
/
+756
*
Put irt and untrusted TC dependencies behind a flag.
robertm@google.com
2011-12-14
3
-101
/
+112
*
Actually delete the nacl_file_main.* files
nfullagar@google.com
2011-12-12
3
-2
/
+0
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
9
-85
/
+41
*
Fix PluginImageData and mouselock NaCl example:
yzshen@chromium.org
2011-12-09
2
-0
/
+6
*
Update ppb_var NaCl test to use 1.1 interface
nfullagar@google.com
2011-12-09
1
-4
/
+2
*
Chrome-side change to support stdout/err to postmessage debug hookup.
bsy@google.com
2011-12-09
3
-2
/
+44
*
Set default text input type to NONE for NaCl apps on OSX
kochi@chromium.org
2011-12-08
1
-0
/
+11
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
9
-41
/
+85
*
Remove PP_Module from parameters for PPB_Var.VarFromUtf8.
dmichael@chromium.org
2011-12-07
22
-70
/
+64
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
9
-85
/
+41
*
Draft of a PPAPI interface for ArrayBuffer.
dmichael@chromium.org
2011-12-07
2
-0
/
+6
*
Break FileIO and URLLoader tests down into individual cases.
bbudge@chromium.org
2011-12-07
1
-3
/
+3
*
Revert 113250 - Add CommandBuffer::SetGetBuffer
dglazkov@chromium.org
2011-12-06
9
-41
/
+85
*
Add CommandBuffer::SetGetBuffer
gman@chromium.org
2011-12-06
9
-85
/
+41
*
Add rough version pnacl shim commandlines to pnacl coordinator.
jvoung@google.com
2011-12-06
1
-3
/
+8
*
Use ppapi_sources.gypi for nacl trusted build.scons like the untrusted nacl.s...
jvoung@google.com
2011-12-02
1
-4
/
+8
*
Disable pdf test for pnacl for now. It relies on a private interface,
jvoung@google.com
2011-12-02
1
-1
/
+7
*
Avoid references to untrusted.gypi in WebKit
noelallen@google.com
2011-12-01
1
-4
/
+8
*
PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Renderer process.
dpolukhin@chromium.org
2011-12-01
18
-0
/
+2130
*
Remove Context3D/Surface3D
piman@chromium.org
2011-12-01
3
-24
/
+0
*
Update extension_mime_handler extension manifest to manifest_version 2.
abarth@chromium.org
2011-11-30
1
-0
/
+1
*
Remove default arg from GLES2Implementation's constructor
gman@chromium.org
2011-11-30
1
-1
/
+2
*
Remove NaCl file from ppapi_geturl test.
nfullagar@google.com
2011-11-29
5
-281
/
+3
*
Check command buffer Initialize return value.
nfullagar@google.com
2011-11-29
1
-19
/
+20
*
Revert 111618 - Reapply of http://codereview.chromium.org/8632023/
noelallen@google.com
2011-11-25
1
-11
/
+4
*
Reapply of http://codereview.chromium.org/8632023/
noelallen@google.com
2011-11-25
1
-4
/
+11
*
Revert 111606 - Avoid references to untrusted.gypi in WebKit
noelallen@google.com
2011-11-25
1
-11
/
+4
*
Avoid references to untrusted.gypi in WebKit
noelallen@google.com
2011-11-25
1
-4
/
+11
*
Move GL headers from gpu to third_party/khronos
skyostil@google.com
2011-11-24
2
-1
/
+2
*
Ensure swap is performed before informing compositor.
jbauman@chromium.org
2011-11-24
1
-2
/
+1
[next]