summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
Commit message (Expand)AuthorAgeFilesLines
* Add PNACL_CACHE cache backend type, and allow larger files for this type.dschuff@chromium.org2013-09-192-3/+3
* Use specified cache size for PNaCl translation cache unit testsdschuff@chromium.org2013-09-184-51/+28
* Fix use of an invalidated iterator after deletion.etienneb@chromium.org2013-09-101-1/+2
* Disable Store/GetLargeOnDisk tests for linux.dschuff@chromium.org2013-09-101-0/+8
* Handle cache-control:no-store header in PNaCl translation cachedschuff@chromium.org2013-09-053-29/+73
* Revert 221275 "Handle cache-control:no-store header in PNaCl tra..."vitalybuka@chromium.org2013-09-043-72/+29
* Handle cache-control:no-store header in PNaCl translation cachedschuff@chromium.org2013-09-043-29/+72
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-3/+3
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-1/+2
* Use sequenced blocking pool task to create PNaCl's nexe temp filesdschuff@chromium.org2013-08-303-47/+44
* TCPSockets are switched to the new Pepper proxy.ygorshenin@chromium.org2013-08-281-1/+0
* SocketDescriptor moved to separate file.vitalybuka@chromium.org2013-08-282-10/+10
* Fix getting exit status for browser child process.jln@chromium.org2013-08-271-2/+2
* Enable task manager to kill NaCl windows processes, and fix crash throttlingsehr@chromium.org2013-08-231-8/+11
* NaCl: Randomise the sandbox base address on 32-bit Windowsmseaborn@chromium.org2013-08-233-7/+72
* NaCl: Remove "#if !defined(NACL_WIN64)" that doesn't do anythingmseaborn@chromium.org2013-08-201-2/+0
* Re-enable crash throttling for PNaCl processes.sehr@google.com2013-08-195-0/+74
* Revert 217860 "Implement per-browser crash throttling for NaCl p..." which br...mattm@chromium.org2013-08-154-52/+0
* Implement per-browser crash throttling for NaCl processes.sehr@google.com2013-08-154-0/+52
* Disabled all PnaclHostTest.*OverlappedMiss* tests.benwells@chromium.org2013-08-151-4/+8
* Disable PnaclHostTest.OverlappedMissesBeforeTempReturn.ericu@chromium.org2013-08-131-1/+2
* Clean up logging in PnaclHostdschuff@chromium.org2013-08-132-23/+19
* Add extra error logging to PnaclTranslationCache and PnaclHostdschuff@chromium.org2013-08-102-12/+38
* Hook up PNaCl translation cache to BrowsingDataRemoverdschuff@chromium.org2013-08-095-9/+99
* Enable new PNaCl translation cache by defaultdschuff@chromium.org2013-08-091-3/+2
* Handle incognito mode for PNaCl translation cache.dschuff@chromium.org2013-08-084-30/+116
* Implement browser side of PNaCl translation cachedschuff@chromium.org2013-08-086-138/+651
* Add success status to ReportTranslationFinished in ppb_nacl_private and IPCdschuff@chromium.org2013-08-075-9/+13
* PNaCl on-demand installs: Make a separate async IPC to check if PNaCl is inst...jvoung@chromium.org2013-08-065-60/+251
* Consistently use notifications from component updater w/ on-demand PNaCl.jvoung@chromium.org2013-08-051-2/+4
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-012-5/+4
* Clean up PnaclTranslationCache interfacedschuff@chromium.org2013-07-313-93/+261
* Revert 214755 "Clean up PnaclTranslationCache interface"dschuff@chromium.org2013-07-313-257/+93
* Clean up PnaclTranslationCache interfacedschuff@chromium.org2013-07-313-93/+257
* Remove dependency from NaCl code to PNaCl installer.yael.aharon@chromium.org2013-07-314-11/+22
* Print errors on common mistakes in NaCl debugging.halyavin@google.com2013-07-311-0/+16
* Flip condition for using specific temp_dir for PNaCl temp files.jvoung@google.com2013-07-291-2/+3
* Update include paths in chrome/browser/ for base/process changes.rsesek@chromium.org2013-07-245-5/+5
* Move common files from chrome/common to components/nacl/common.yael.aharon@intel.com2013-07-236-8/+8
* Show more different NaCl loading errors.halyavin@google.com2013-07-222-18/+43
* Move nacl_cmd_line to components/nacl/common.yael.aharon@intel.com2013-07-222-2/+2
* PNaCl: PNaCl: Create PnaclHost to handle translation cache and temp file requ...dschuff@chromium.org2013-07-2110-75/+466
* PNaCl: Use PP_Instance instead of render_view_id to identify translations.dschuff@chromium.org2013-07-202-7/+11
* More misc. cleanup:pkasting@chromium.org2013-07-192-3/+4
* Use a direct include of the message_loop header in chrome/browser/, part 7.avi@chromium.org2013-07-184-4/+4
* Remove ExtensionURLInfo, make security decisions in render processjamesr@chromium.org2013-07-182-3/+2
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-162-3/+3
* Fix handle leak on broker error.halyavin@google.com2013-07-121-14/+14
* Rename PNaClTranslationCache->PnaclTranslationCache to match convention elsew...dschuff@chromium.org2013-07-123-69/+69
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1