summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
Commit message (Expand)AuthorAgeFilesLines
* Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...ben@chromium.org2011-01-191-4/+4
* Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-4/+4
* Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-4/+4
* Enable Breakpad for crashes in trusted code in Native Client on Chrome for Li...cstefansen@google.com2011-01-142-0/+10
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-1/+0
* Remove base/platform_thread.h stub and fix up all callers to use the new loca...brettw@google.com2011-01-011-1/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+3
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-244-4/+10
* Remove CrApplication dependency from basethakis@chromium.org2010-12-181-2/+0
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-3/+4
* startup: rename chrome_dll_main to chrome_mainevan@chromium.org2010-11-181-1/+1
* NaCl: Remove second variant of MakeSharedMemorySegmentViaIPC()mseaborn@chromium.org2010-11-171-1/+1
* NaCl: Implement CreateMemoryObject() to support dynamic loading on Macmseaborn@chromium.org2010-11-111-0/+42
* NaCl: Supply MakeSharedMemorySegmentViaIPC() via dependency injectionmseaborn@chromium.org2010-11-082-0/+16
* Convert LOG(INFO) to VLOG(1) - chrome/nacl/.pkasting@chromium.org2010-10-203-18/+17
* nacl: disable seccomp initialization in NaClMain()evan@chromium.org2010-10-191-8/+10
* Update the interface between Chrome and sel_main_chrome. Added a debug flag ...noelallen@google.com2010-09-283-11/+13
* Support for building Chrome using Clang.evan@chromium.org2010-09-181-1/+2
* nacl: Use a scoped_array rather than a bare pointer.evan@chromium.org2010-09-171-3/+3
* Pull seccomp-sandbox in via DEPS rather than using an in-tree copy mseaborn@chromium.org2010-09-011-1/+1
* * Fix style issues in nacl_sandbox_test (http://codereview.chromium.org/15490...jvoung@google.com2010-08-315-67/+74
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-302-0/+3
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+1
* FBTF: Header cleanup in chrome/common. Part 1.jhawkins@chromium.org2010-08-171-0/+1
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-061-1/+1
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-041-1/+1
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-041-1/+1
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-7/+6
* Remove deprecated CommandLine API.evan@chromium.org2010-07-301-2/+3
* Build fix.evan@chromium.org2010-07-301-2/+2
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-4/+4
* NaCl: Allow setting up multiple sockets for subprocess instead of just onemseaborn@chromium.org2010-07-292-5/+8
* Make NaCl/Chromium startup interface easier to maintainmseaborn@chromium.org2010-07-282-199/+5
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-263-0/+3
* Remove unnecessary EXTERN_C_BEGIN and EXTERN_C_ENDgregoryd@google.com2010-07-221-2/+0
* Revert 53333 - Make NaCl/Chromium startup interface easier to maintaindanno@chromium.org2010-07-222-5/+201
* Make NaCl/Chromium startup interface easier to maintainmseaborn@chromium.org2010-07-222-201/+5
* Set up tests to exercise the chrome outersandbox from the nacl loader.jvoung@google.com2010-07-155-34/+280
* NaCl: Remove call to NaClAppDtor()mseaborn@chromium.org2010-06-091-6/+1
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-9/+2
* Remove possible nullptr deref from an unused (with non-null values) variable.nsylvain@chromium.org2010-04-131-3/+1
* Make _ovly_debug_event extern "C" for nacl-gdbnfullagar@google.com2010-03-261-1/+3
* Integrate Chrome sandbox changes with NaCl (add Win64 support)gregoryd@google.com2010-03-241-2/+7
* Don't keep a pointer to NaClBrokerHost in NaClBrokerService - use ChildProces...gregoryd@google.com2010-03-171-1/+0
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-3/+2
* Terminate NaCl broker process when no loader processes are runninggregoryd@google.com2010-03-082-1/+9
* Revert 40744 - Terminate NaCl broker process when no loader processes are run...gregoryd@google.com2010-03-052-9/+1
* Terminate NaCl broker process when no loader processes are runninggregoryd@google.com2010-03-052-1/+9
* 64-bit Windows support for NaCl: update NaCl revision in Chrome, enable the 6...gregoryd@google.com2010-02-251-5/+0
* Fix bugs in the broker that cause the browser to crash when trying to unload ...gregoryd@google.com2010-02-221-1/+1