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
/
content
/
browser
/
renderer_host
/
pepper
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do a giant svn propset svn:eol-style LF on .cc and .h files that
jln@chromium.org
2013-02-14
2
-136
/
+136
*
Cleanup: Remove deprecated base::Value methods from contents. Use base::Value...
thestig@chromium.org
2013-02-12
1
-2
/
+2
*
PPB_HostResolver_Private is switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-02-12
6
-179
/
+320
*
Linux/ChromeOS Chromium style checker cleanup, content/ edition.
rsleevi@chromium.org
2013-02-12
2
-2
/
+2
*
Use base namespace for FilePath in content/browser
brettw@chromium.org
2013-02-07
6
-32
/
+33
*
Due to current permission check process (IO -> UI -> IO) some calls to UDPSoc...
ygorshenin@chromium.org
2013-02-05
1
-2
/
+7
*
Move tracing code in content\browser to content\browser\tracing now that ther...
jam@chromium.org
2013-02-01
1
-1
/
+1
*
PPB_UDPSocket_Private is switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-01-21
12
-505
/
+698
*
Cleanup: Remove unneeded browser_thread.h includes in contents.
thestig@chromium.org
2013-01-03
2
-2
/
+0
*
Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...
jam@chromium.org
2013-01-02
4
-6
/
+6
*
Refactor PepperFlashFileHost and PepperBrokerHost to use MessageFilterHost.
raymes@google.com
2012-12-21
4
-138
/
+125
*
Ensure that all resources are torn down before the routing.
brettw@chromium.org
2012-12-21
2
-5
/
+10
*
Move PepperFlash Hosts from content/ to chrome/
raymes@google.com
2012-12-21
3
-216
/
+0
*
Convert pepper font list to new resource system.
brettw@chromium.org
2012-12-20
5
-46
/
+147
*
Add missing browser-side checks for sizes of UDP reads and writes.
cevans@chromium.org
2012-12-20
1
-1
/
+11
*
Refactored PPB_Flash GetSettings to the new pepper resource model
raymes@chromium.org
2012-12-19
4
-27
/
+95
*
This refactors PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource mod...
raymes@chromium.org
2012-12-17
4
-26
/
+22
*
Implement an IsAllowed function in the pepper PPB_Broker_Trusted API
raymes@chromium.org
2012-12-10
2
-32
/
+41
*
Add permission checks to PPAPI APIs implemented by PPB_Instance_Proxy.
bbudge@chromium.org
2012-12-08
1
-16
/
+21
*
Add tracing support to NaCl
jbauman@chromium.org
2012-12-08
1
-0
/
+2
*
Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource m...
raymes@chromium.org
2012-12-08
8
-511
/
+449
*
Add permission checks for PPB_HostResolverPrivate and PPB_X509Certificate.
bbudge@chromium.org
2012-12-07
2
-5
/
+33
*
Revert 171408
raymes@chromium.org
2012-12-06
8
-458
/
+511
*
Revert 171389
raymes@chromium.org
2012-12-06
8
-511
/
+458
*
Revert 171080
raymes@chromium.org
2012-12-06
8
-458
/
+511
*
The refactors PPB_Flash_File_ModuleLocal/FileRef to the new resource model. C...
raymes@chromium.org
2012-12-04
8
-511
/
+458
*
PPAPI: Hook up Browser resource host stuff for NaCl
dmichael@chromium.org
2012-12-04
1
-0
/
+1
*
Refactor 3 PPB_Flash functions to the new resource model.
raymes@chromium.org
2012-12-04
5
-25
/
+120
*
Add raymes and yzshen to pepper host OWNERS
brettw@chromium.org
2012-11-29
1
-0
/
+2
*
Deprecate and remove unused PPB_Flash functions.
raymes@chromium.org
2012-11-26
2
-49
/
+0
*
Merge branch 'master' into perms_print
brettw@chromium.org
2012-11-16
1
-7
/
+14
*
Fix PPB_HostResolver_Private for NaCl plugins.
bbudge@chromium.org
2012-11-14
1
-5
/
+4
*
Revert 167727 - Add PPAPI permissions for file chooser, PDF, testing, video c...
brettw@chromium.org
2012-11-14
1
-14
/
+7
*
Add PPAPI permissions for file chooser, PDF, testing, video capture, and vide...
brettw@chromium.org
2012-11-14
1
-7
/
+14
*
content: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-10
1
-2
/
+2
*
Add pepper permissions checks to network monitor and host resolver
brettw@chromium.org
2012-11-09
3
-6
/
+37
*
Add support for external out-of-process PPAPI plugins in the browser.
bbudge@chromium.org
2012-11-07
4
-29
/
+79
*
Fix private PPAPI API access for NaCl by passing render_id to PepperMessageFi...
bbudge@chromium.org
2012-11-06
2
-7
/
+39
*
Avoid leaking SerializedHandles.
yzshen@chromium.org
2012-11-02
2
-5
/
+2
*
Use extensions socket permission for TCP/UDP socket APIs in Pepper
dpolukhin@chromium.org
2012-11-02
3
-47
/
+68
*
Add a 'NACL' plugin type to PepperMessageFilter so we can block private APIs.
bbudge@chromium.org
2012-11-02
2
-3
/
+3
*
Revert 165376 - Use extensions socket permission for TCP/UDP socket APIs in P...
dpolukhin@chromium.org
2012-11-01
3
-68
/
+47
*
Use extensions socket permission for TCP/UDP socket APIs in Pepper
dpolukhin@chromium.org
2012-11-01
3
-47
/
+68
*
Move content\browser\renderer_host\pepper\ to content namespace.
jam@chromium.org
2012-10-29
12
-40
/
+68
*
Revert 164120 - content/browser: Move more files into the content namespace.
sail@chromium.org
2012-10-25
1
-1
/
+0
*
content/browser: Move more files into the content namespace.
tfarina@chromium.org
2012-10-25
1
-0
/
+1
*
Handle error cases when failing to get print settings or the print settings a...
raymes@chromium.org
2012-10-22
1
-2
/
+6
*
Use blocking worker pool for sync file operations in Pepper.
shess@chromium.org
2012-10-12
2
-7
/
+15
*
Fix print settings units conversion for PPB_Printing.
raymes@chromium.org
2012-10-11
1
-2
/
+2
*
Revert: Flapper field trial to use workerpool for sync file operations.
shess@chromium.org
2012-10-11
2
-52
/
+1
[prev]
[next]