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
*
Pepper: Refactor OpenManifestEntry.
teravest@chromium.org
2014-06-25
2
-58
/
+13
*
NaCl: clean up nexe loading logic in trusted plugin.
ncbray@chromium.org
2014-06-25
4
-170
/
+99
*
Pepper: Remove callback for resource loading.
teravest@chromium.org
2014-06-24
4
-43
/
+11
*
Remove bogus include paths from NaCl gyp files.
sergeyu@chromium.org
2014-06-24
1
-1
/
+0
*
Remove LoadModule SRPC for non-SFI mode.
hidehiko@chromium.org
2014-06-23
6
-4
/
+48
*
Pepper: Simplify OpenResource() for Non-SFI.
teravest@chromium.org
2014-06-20
2
-107
/
+3
*
Quiet output when untarring the pnacl translator from gyp builds.
dyen@chromium.org
2014-06-19
1
-0
/
+1
*
Add GetScrollOffset function to PPB_View
raymes@chromium.org
2014-06-19
1
-0
/
+4
*
Pepper: Small cleanup in PNaClCoordinator.
teravest@chromium.org
2014-06-18
2
-15
/
+9
*
Remove redundant use_nonsfi_mode from SelLdrStartParams.
hidehiko@chromium.org
2014-06-17
4
-25
/
+19
*
Remove --disable-extensions-resource-whitelist.
pkasting@chromium.org
2014-06-17
1
-4
/
+0
*
Remove apps in Pepper support and the PPB_Alarms_Dev API.
yzshen@chromium.org
2014-06-16
1
-52
/
+0
*
Pepper: Move more UMA stuff out of trusted plugin.
teravest@chromium.org
2014-06-16
4
-62
/
+18
*
Pepper: Refactor some coordinator histograms.
teravest@chromium.org
2014-06-13
3
-65
/
+12
*
Pepper: Remove nacl_entry_points.h.
teravest@chromium.org
2014-06-11
4
-62
/
+17
*
Add limitation that LoadNexeAndStart must be called on the main thread.
hidehiko@chromium.org
2014-06-11
3
-9
/
+19
*
Make ServiceRuntime::LoadModule asynchornize-able.
hidehiko@chromium.org
2014-06-11
4
-49
/
+115
*
Add Promises for EME (Chromium side)
jrummell@chromium.org
2014-06-07
1
-99
/
+111
*
NaCl: Fix irt_shim_ppapi.c to compile with -Wstrict-prototypes
mseaborn@chromium.org
2014-06-06
1
-1
/
+1
*
[PPAPI] API definition for compositor artifacts
miletus@chromium.org
2014-06-06
1
-0
/
+122
*
Pepper: Clean up trusted plugin error reporting.
teravest@chromium.org
2014-06-05
6
-50
/
+8
*
Pepper: Preparation for async LoadAndStartNexe.
teravest@chromium.org
2014-06-05
4
-25
/
+62
*
Revert 275097 "Pepper: Preparation for async LoadAndStartNexe."
nasko@chromium.org
2014-06-05
4
-62
/
+25
*
Pepper: Preparation for async LoadAndStartNexe.
teravest@chromium.org
2014-06-05
4
-25
/
+62
*
Pepper: Miscellaneous trusted plugin cleanup.
teravest@chromium.org
2014-06-04
4
-84
/
+29
*
Pepper: Simplify error reporting in PnaclResources.
teravest@chromium.org
2014-06-03
4
-33
/
+29
*
Pepper: Remove Plugin::EnqueueProgressEvent.
teravest@chromium.org
2014-06-03
3
-53
/
+18
*
Revert of Pepper: Refactor OpenManifestEntry. (https://codereview.chromium.or...
teravest@chromium.org
2014-06-03
2
-10
/
+60
*
Pepper: Narrow locking at ld subprocess start.
teravest@chromium.org
2014-06-03
1
-18
/
+27
*
Pepper: Refactor OpenManifestEntry.
teravest@chromium.org
2014-06-03
2
-60
/
+10
*
PPAPI: Add dev synchronous JS->Plugin messaging API
dmichael@chromium.org
2014-06-02
1
-0
/
+37
*
Pepper: Refactor PNaCl OpenManifestEntry logic.
teravest@chromium.org
2014-06-02
4
-86
/
+6
*
NaCl: Remove unused srpcgen.py script
mseaborn@chromium.org
2014-06-01
1
-466
/
+0
*
NaCl: Remove some unused include_rules entries
mseaborn@chromium.org
2014-05-31
2
-10
/
+0
*
Pepper: Narrow locking at llc subprocess start.
teravest@chromium.org
2014-05-30
2
-18
/
+30
*
Pepper: Manifest ID cleanup.
teravest@chromium.org
2014-05-29
5
-51
/
+24
*
Pepper: FileDownloader cleanup.
teravest@chromium.org
2014-05-29
3
-38
/
+21
*
Pepper: Remove DescWrapper use in nexe loading.
teravest@chromium.org
2014-05-28
5
-65
/
+53
*
Pepper: PnaclResources cleanup.
teravest@chromium.org
2014-05-28
3
-30
/
+7
*
Pepper: Remove Plugin::StreamAsFile.
teravest@chromium.org
2014-05-27
3
-18
/
+4
*
Pepper: TempFile cleanup.
teravest@chromium.org
2014-05-27
5
-91
/
+56
*
Track plugin input event latency
miletus@chromium.org
2014-05-27
2
-0
/
+5
*
Pepper: FileDownloader cleanup.
teravest@chromium.org
2014-05-23
2
-264
/
+22
*
Pepper: Simplify Pnacl manifest id logic.
teravest@chromium.org
2014-05-23
6
-17
/
+6
*
Pepper: Move StreamAsFile out of trusted plugin.
teravest@chromium.org
2014-05-23
7
-243
/
+30
*
Set file tokens for NaCl main nexe if available to enable validation caching.
jvoung@chromium.org
2014-05-23
3
-5
/
+24
*
Some build changes for nacl on Android
sehr@chromium.org
2014-05-22
1
-4
/
+4
*
Pepper: Remove Quota management from TempFile.
teravest@chromium.org
2014-05-22
5
-86
/
+6
*
Pepper: Remove jsoncpp from trusted plugin.
teravest@chromium.org
2014-05-22
3
-4
/
+0
*
Pepper: Remove url_info_map from trusted plugin.
teravest@chromium.org
2014-05-21
3
-42
/
+9
[next]