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 PepperWebPlugin not use RenderView.
jam@chromium.org
2013-12-20
1
-5
/
+6
*
Keep NaCl plugins used in app background pages alive when active.
scheib@chromium.org
2013-12-18
2
-0
/
+84
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-2
/
+2
*
Add base namespace to some instances of string16.
brettw@chromium.org
2013-12-06
1
-2
/
+2
*
Infobar system refactor.
pkasting@chromium.org
2013-12-06
2
-7
/
+7
*
Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Move temp file functions to base namespace.
brettw@chromium.org
2013-12-03
1
-2
/
+2
*
Revert 238283 "Infobar system refactor."
tonyg@chromium.org
2013-12-03
2
-7
/
+7
*
Infobar system refactor.
pkasting@chromium.org
2013-12-03
2
-7
/
+7
*
Move some dependencies of ExtensionService down to extensions.
benwells@chromium.org
2013-11-26
1
-1
/
+1
*
Move more files from chrome/browser/nacl_host/ to components/nacl/browser/
alexis.menard@intel.com
2013-11-22
16
-3530
/
+0
*
Move components/nacl/{common -> browser}/nacl_browser_delegate.h
scheib@chromium.org
2013-11-19
3
-4
/
+4
*
Move chrome/browser/nacl_host/pnacl_translation_cache.* to components/nacl/br...
alexis.menard@intel.com
2013-11-18
5
-817
/
+2
*
Move Extension and PermissionsData to extensions/common.
yoz@chromium.org
2013-11-15
1
-1
/
+1
*
Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/
benwells@chromium.org
2013-11-09
3
-9
/
+6
*
Move most of TestNaClBrowserDelegate to another file.
jvoung@chromium.org
2013-11-06
1
-49
/
+6
*
Remove PNaCl's RequestFirstInstall, use resource throttle instead
jvoung@google.com
2013-11-04
7
-229
/
+2
*
Move some files from chrome/browser/nacl_host to components/nacl
alexis.menard@intel.com
2013-11-01
12
-1189
/
+49
*
Delete PNaCl translation cache backend object when no longer needed
dschuff@chromium.org
2013-10-25
6
-49
/
+136
*
Remove dependency of URLPattern class in NaCl code.
alexis.menard@intel.com
2013-10-22
6
-59
/
+62
*
Call NaClProcessHost::EarlyStartup on the IO thread rather than the UI thread.
ncbray@chromium.org
2013-10-19
1
-0
/
+16
*
Remove dependency from NaCl code to Extensions.
alexis.menard@intel.com
2013-10-18
9
-92
/
+108
*
Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...
jam@chromium.org
2013-10-01
1
-1
/
+0
*
Add PNACL_CACHE cache backend type, and allow larger files for this type.
dschuff@chromium.org
2013-09-19
2
-3
/
+3
*
Use specified cache size for PNaCl translation cache unit tests
dschuff@chromium.org
2013-09-18
4
-51
/
+28
*
Fix use of an invalidated iterator after deletion.
etienneb@chromium.org
2013-09-10
1
-1
/
+2
*
Disable Store/GetLargeOnDisk tests for linux.
dschuff@chromium.org
2013-09-10
1
-0
/
+8
*
Handle cache-control:no-store header in PNaCl translation cache
dschuff@chromium.org
2013-09-05
3
-29
/
+73
*
Revert 221275 "Handle cache-control:no-store header in PNaCl tra..."
vitalybuka@chromium.org
2013-09-04
3
-72
/
+29
*
Handle cache-control:no-store header in PNaCl translation cache
dschuff@chromium.org
2013-09-04
3
-29
/
+72
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
2
-3
/
+3
*
Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...
brettw@chromium.org
2013-08-30
1
-1
/
+2
*
Use sequenced blocking pool task to create PNaCl's nexe temp files
dschuff@chromium.org
2013-08-30
3
-47
/
+44
*
TCPSockets are switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-08-28
1
-1
/
+0
*
SocketDescriptor moved to separate file.
vitalybuka@chromium.org
2013-08-28
2
-10
/
+10
*
Fix getting exit status for browser child process.
jln@chromium.org
2013-08-27
1
-2
/
+2
*
Enable task manager to kill NaCl windows processes, and fix crash throttling
sehr@chromium.org
2013-08-23
1
-8
/
+11
*
NaCl: Randomise the sandbox base address on 32-bit Windows
mseaborn@chromium.org
2013-08-23
3
-7
/
+72
*
NaCl: Remove "#if !defined(NACL_WIN64)" that doesn't do anything
mseaborn@chromium.org
2013-08-20
1
-2
/
+0
*
Re-enable crash throttling for PNaCl processes.
sehr@google.com
2013-08-19
5
-0
/
+74
*
Revert 217860 "Implement per-browser crash throttling for NaCl p..." which br...
mattm@chromium.org
2013-08-15
4
-52
/
+0
*
Implement per-browser crash throttling for NaCl processes.
sehr@google.com
2013-08-15
4
-0
/
+52
*
Disabled all PnaclHostTest.*OverlappedMiss* tests.
benwells@chromium.org
2013-08-15
1
-4
/
+8
*
Disable PnaclHostTest.OverlappedMissesBeforeTempReturn.
ericu@chromium.org
2013-08-13
1
-1
/
+2
*
Clean up logging in PnaclHost
dschuff@chromium.org
2013-08-13
2
-23
/
+19
*
Add extra error logging to PnaclTranslationCache and PnaclHost
dschuff@chromium.org
2013-08-10
2
-12
/
+38
*
Hook up PNaCl translation cache to BrowsingDataRemover
dschuff@chromium.org
2013-08-09
5
-9
/
+99
*
Enable new PNaCl translation cache by default
dschuff@chromium.org
2013-08-09
1
-3
/
+2
*
Handle incognito mode for PNaCl translation cache.
dschuff@chromium.org
2013-08-08
4
-30
/
+116
*
Implement browser side of PNaCl translation cache
dschuff@chromium.org
2013-08-08
6
-138
/
+651
[next]