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
/
chrome
/
browser
/
nacl_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ChildProcessHost be used through an interface in content/public, instead...
jam@chromium.org
2011-12-03
2
-9
/
+11
*
Simplify BrowserChildProcessHost in preparation for refactoring it so that co...
jam@chromium.org
2011-12-03
2
-7
/
+9
*
Don't make classes derive from ChildProcessHost, and instead have them use it...
jam@chromium.org
2011-12-02
3
-34
/
+29
*
Give base::SharedMemory::CreateAnonymous an executable flag
mcgrathr@chromium.org
2011-12-01
1
-1
/
+4
*
Move the ProcessType enum out to its own file. This is in preparation for get...
jam@chromium.org
2011-12-01
3
-3
/
+3
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-5
/
+6
*
Revert 110361 - NaCl: preallocate shared-memory object on Linux as on MacOSX
mcgrathr@chromium.org
2011-11-18
1
-5
/
+5
*
Clean up disable_nacl
mcgrathr@chromium.org
2011-11-18
1
-12
/
+0
*
Revert 110557 - Use nacl::CreateMemoryObject to create dynamic code shared me...
ajwong@chromium.org
2011-11-17
1
-8
/
+12
*
Use nacl::CreateMemoryObject to create dynamic code shared memory object
mcgrathr@chromium.org
2011-11-17
1
-12
/
+8
*
NaCl: preallocate shared-memory object on Linux as on MacOSX
mcgrathr@chromium.org
2011-11-16
1
-5
/
+5
*
Open NaCl IRT file only once at startup
mcgrathr@chromium.org
2011-11-15
2
-78
/
+200
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callback
kinuko@chromium.org
2011-10-19
1
-3
/
+2
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
2
-5
/
+6
*
NaCl: Print a log message if the NaCl process exits
mseaborn@chromium.org
2011-09-23
1
-0
/
+12
*
Make the NaCl windows 64 bit binaries not depend on chrome targets. These tar...
jam@chromium.org
2011-09-12
2
-2
/
+5
*
Give plug-in processes an executable heap and disable PIE/ASLR for Native
mark@chromium.org
2011-08-24
1
-1
/
+16
*
Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...
ananta@chromium.org
2011-08-19
1
-1
/
+1
*
Fix a small leak in FileUtilProxy
kinuko@chromium.org
2011-08-19
1
-1
/
+0
*
wstring: remove wstrings from ChildProcessInfo
evan@chromium.org
2011-08-05
1
-1
/
+1
*
NaCl: Fix socket FD leak in NaCl process startup on Unix
mseaborn@chromium.org
2011-07-27
1
-6
/
+1
*
NaCl: Allow the IRT library to be overridden via an environment variable
mseaborn@chromium.org
2011-07-19
1
-6
/
+20
*
Coverity: Remove unneeded for loop in NaClBrokerService::GetBrokerHost.
thestig@chromium.org
2011-07-01
1
-8
/
+5
*
Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin now
elijahtaylor@google.com
2011-05-25
1
-2
/
+0
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
1
-1
/
+1
*
NaCl: Add missing error handling in nacl_process_host.cc
mseaborn@chromium.org
2011-05-09
1
-24
/
+40
*
Add --nacl-loader-cmd-prefix option.
eugenis@google.com
2011-05-05
1
-2
/
+11
*
NaCl: Send the integrated runtime (IRT) library to NaCl
mseaborn@chromium.org
2011-05-03
2
-11
/
+68
*
Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash r...
jam@chromium.org
2011-05-02
1
-2
/
+0
*
Switch most BrowserChildProcessHost subclasses to using the new constructor.
willchan@chromium.org
2011-04-08
2
-2
/
+2
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-1
/
+2
*
Revert 80819 due to failed tests
mmenke@chromium.org
2011-04-07
1
-2
/
+1
*
Make the windows_version.h functions threadsafe by using a singleton. Add ac...
pkasting@chromium.org
2011-04-07
1
-1
/
+2
*
Remove RDH from NaCl process hosts.
willchan@chromium.org
2011-04-06
6
-33
/
+13
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-4
/
+4
*
Add a ChromeRenderMessageFilter, which is like RenderMessageFilter but outsid...
jam@chromium.org
2011-03-24
2
-15
/
+16
*
Create a "GetWOW64Status()" utility function and make the rest of the codebas...
pkasting@chromium.org
2011-03-04
2
-28
/
+3
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-1
/
+1
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
2
-2
/
+2
*
Move core pieces of browser\renderer_host to src\content.
jam@chromium.org
2011-02-19
2
-17
/
+30
*
Enable Breakpad for crashes in trusted code in Native Client on Chrome for Li...
cstefansen@google.com
2011-01-14
1
-0
/
+2
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
1
-1
/
+0
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
4
-4
/
+8
*
Create a ResourceMessageFilter to filter resource related IPCs. This gets ri...
jam@chromium.org
2010-12-15
4
-26
/
+2
*
Deinline even more destructors.
erg@google.com
2010-12-14
2
-1
/
+5
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
2
-4
/
+5
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
2
-12
/
+12
*
Remove unneeded browser_process.h includes.
thestig@chromium.org
2010-12-05
2
-2
/
+0
*
NaCl: Implement CreateMemoryObject() to support dynamic loading on Mac
mseaborn@chromium.org
2010-11-11
1
-0
/
+24
[next]