summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
Commit message (Expand)AuthorAgeFilesLines
* Make PepperWebPlugin not use RenderView.jam@chromium.org2013-12-201-5/+6
* Keep NaCl plugins used in app background pages alive when active.scheib@chromium.org2013-12-182-0/+84
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-2/+2
* Add base namespace to some instances of string16.brettw@chromium.org2013-12-061-2/+2
* Infobar system refactor.pkasting@chromium.org2013-12-062-7/+7
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Revert 238283 "Infobar system refactor."tonyg@chromium.org2013-12-032-7/+7
* Infobar system refactor.pkasting@chromium.org2013-12-032-7/+7
* Move some dependencies of ExtensionService down to extensions.benwells@chromium.org2013-11-261-1/+1
* Move more files from chrome/browser/nacl_host/ to components/nacl/browser/alexis.menard@intel.com2013-11-2216-3530/+0
* Move components/nacl/{common -> browser}/nacl_browser_delegate.hscheib@chromium.org2013-11-193-4/+4
* Move chrome/browser/nacl_host/pnacl_translation_cache.* to components/nacl/br...alexis.menard@intel.com2013-11-185-817/+2
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/benwells@chromium.org2013-11-093-9/+6
* Move most of TestNaClBrowserDelegate to another file.jvoung@chromium.org2013-11-061-49/+6
* Remove PNaCl's RequestFirstInstall, use resource throttle insteadjvoung@google.com2013-11-047-229/+2
* Move some files from chrome/browser/nacl_host to components/naclalexis.menard@intel.com2013-11-0112-1189/+49
* Delete PNaCl translation cache backend object when no longer neededdschuff@chromium.org2013-10-256-49/+136
* Remove dependency of URLPattern class in NaCl code.alexis.menard@intel.com2013-10-226-59/+62
* Call NaClProcessHost::EarlyStartup on the IO thread rather than the UI thread.ncbray@chromium.org2013-10-191-0/+16
* Remove dependency from NaCl code to Extensions.alexis.menard@intel.com2013-10-189-92/+108
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-011-1/+0
* 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