summaryrefslogtreecommitdiffstats
path: root/chrome/browser/nacl_host
Commit message (Expand)AuthorAgeFilesLines
* Do not re-use NaClBrokerHost objects if the broker is terminating.dschuff@chromium.org2012-06-153-4/+15
* Clear the NaCl validation cache whenever the main cache is cleared.ncbray@chromium.org2012-06-142-17/+76
* Fix an incorrect reference to a pre-processor define.ncbray@google.com2012-06-121-1/+2
* Enable --enable-nacl-debug switch on Linux.halyavin@google.com2012-06-081-0/+2
* Enable PPAPINaCl GLIBC browser_tests.bradchen@google.com2012-06-071-2/+2
* Revert 140786 - Enable PPAPINaCl GLIBC browser_tests.cbentzel@chromium.org2012-06-061-2/+2
* Enable PPAPINaCl GLIBC browser_tests.bradchen@google.com2012-06-061-2/+2
* Disable validation caching on ChromeOS.ncbray@chromium.org2012-06-061-1/+12
* Enable NaCl validation cache by default.ncbray@chromium.org2012-05-311-1/+1
* Add nacl-gdb-script switch. halyavin@google.com2012-05-303-22/+59
* NaCl Validation Caching: support incognito mode.ncbray@chromium.org2012-05-307-33/+69
* Persist NaCl's validation cache to disk.ncbray@chromium.org2012-05-266-58/+475
* NaCl: Fix DCHECK failure (or handle leak) halyavin@google.com2012-05-231-3/+3
* NaCl: Remove duplicated logging for the process exit statusmseaborn@chromium.org2012-05-222-7/+0
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-1/+1
* Give browser process the ability to enable and disable NaCl's validation cache.ncbray@chromium.org2012-05-163-1/+19
* Improve the initialization of shared resources for the NaCl process host.ncbray@chromium.org2012-05-154-59/+137
* Move NaCl browser singleton into its own file.ncbray@chromium.org2012-05-093-151/+185
* NaCl Validation Cache: move browser implementation into its own file.ncbray@google.com2012-05-093-47/+118
* NaCl: Pass process info through to the Windows debug exception handlermseaborn@chromium.org2012-05-045-8/+12
* NaCl: Attach the Windows debug exception handler on demandmseaborn@chromium.org2012-05-036-203/+101
* NaCl: Pass the process handle to the broker rather than reopening itmseaborn@chromium.org2012-04-275-8/+45
* Change NaClBrokerService to use weak pointers to NaClProcessHostmseaborn@chromium.org2012-04-263-13/+20
* NaCl: Don't pass the NaCl process's Windows handle to the renderer processmseaborn@chromium.org2012-04-231-24/+2
* Pass the nacl start parameters as a struct.brettw@chromium.org2012-04-172-24/+37
* Supply Windows handle-passing function to NaClmseaborn@chromium.org2012-04-171-0/+15
* Have only toplevel functions delete this.brettw@chromium.org2012-04-102-61/+66
* Disable NaClGdbTest.Empty under ASAN-only. Remove useless asan gtest exclude ...thestig@chromium.org2012-04-091-3/+2
* Change the URL for the nacl process host to use an actual GURL instead of var...brettw@chromium.org2012-04-082-9/+18
* Reorder nacl_process_host functions.brettw@chromium.org2012-04-062-340/+342
* Disable NaClGdbTest.Empty on Linux. It currently fails on the ASAN bot.binji@chromium.org2012-04-051-1/+8
* Enable --nacl-gdb flag on Linux. halyavin@google.com2012-04-055-17/+167
* Refactoring in NaClProcessHost::DebugContext. halyavin@google.com2012-04-051-13/+9
* NaCl validation caching: plumb through HMAC key and version info.ncbray@google.com2012-03-302-6/+27
* Instrument NaCl validation caching with UMA histograms.ncbray@chromium.org2012-03-271-5/+11
* Reland - Create a database for NaCl validation caching that is shared between...nduca@google.com2012-03-272-4/+56
* Revert 129061 - Create a database for NaCl validation caching that is shared ...nduca@google.com2012-03-272-56/+4
* Create a database for NaCl validation caching that is shared between processes.ncbray@chromium.org2012-03-272-4/+56
* NaCl: Remove needless use of std::wstring for channel IDsmseaborn@chromium.org2012-03-255-12/+10
* NaCl: Make hardware exception handling work on 64-bit Windowsmseaborn@chromium.org2012-03-246-38/+90
* Autodetect manifest when the NaCl loader is run with nacl-gdb.halyavin@google.com2012-03-242-6/+35
* NaCl: Remove unused "stopping_" fieldmseaborn@chromium.org2012-03-232-7/+3
* Fix memory leak when errors happens in NaClProcessHost::Launch. Allow Launch tohalyavin@google.com2012-03-222-26/+30
* NaCl: Allow hardware exception handling to be enabled on Linux and Macmseaborn@chromium.org2012-03-212-19/+25
* Test for --nacl-gdb functionality.halyavin@google.com2012-03-194-2/+153
* [Coverity] pass-by-value converted to pass-by-refgroby@chromium.org2012-03-142-3/+3
* Adds new flag "--nacl-gdb". If this flag is set, NaCl loaders will be launche...halyavin@google.com2012-03-112-15/+94
* NaCl: Fix shutting down the NaCl broker processmseaborn@chromium.org2012-03-112-10/+5
* Fix memory leak in LaunchSelLdr.halyavin@google.com2012-03-021-4/+4
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-7/+8