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
/
plugin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compile error on lkgr Win x64 build.
jam@chromium.org
2013-09-27
1
-1
/
+1
*
Revert 225099 "Cancel resources in the plugin process when a use..."
pasko@chromium.org
2013-09-25
3
-13
/
+0
*
Cancel resources in the plugin process when a user presses the stop button or...
jam@chromium.org
2013-09-24
3
-0
/
+13
*
Move some files from x11_util to gfx/x/x11_types.h so they can be used by ui/gl.
ben@chromium.org
2013-09-24
1
-1
/
+1
*
Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h
ben@chromium.org
2013-09-20
1
-4
/
+4
*
Support byte range requests when routing resource requests directly through t...
jam@chromium.org
2013-09-17
3
-1
/
+16
*
content: Move kHttpScheme constant into content namespace.
tfarina@chromium.org
2013-09-15
1
-1
/
+1
*
Load NPAPI plugin resources through the browser process directly instead of g...
jam@chromium.org
2013-09-11
5
-13
/
+47
*
Move the WebPluginResourceClient interface to its own header. Also fix up met...
jam@chromium.org
2013-09-04
2
-38
/
+24
*
content: Move kHttpsScheme constant into content namespace.
tfarina@chromium.org
2013-08-26
1
-1
/
+1
*
Move kDisableCoreAnimationPlugins to content_switches since it's only used in...
jam@chromium.org
2013-08-12
1
-1
/
+1
*
Remove mention of webkit/plugins from DEPS files.
jam@chromium.org
2013-08-09
1
-1
/
+0
*
Created multi-process-friendly PowerMonitor interface.
bajones@chromium.org
2013-08-02
1
-4
/
+1
*
Update include paths in miscellaneous content/ directories for base/process c...
rsesek@chromium.org
2013-07-25
3
-3
/
+4
*
Implement ChildThread::shutdown and clear members that have refs into blink
jochen@chromium.org
2013-07-23
1
-0
/
+2
*
Remove webkit/plugins/npapi.
jam@chromium.org
2013-07-19
3
-4
/
+18
*
Move npapi related files from content\child to the new content\child\npapi di...
jam@chromium.org
2013-07-19
4
-5
/
+5
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
9
-57
/
+30
*
Use a direct include of the shared_memory header in content/plugin/, content/...
avi@chromium.org
2013-07-18
2
-2
/
+2
*
Use a direct include of the message_loop header in content/, part 3.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Remove unused includes of plugin_list.h. Also remove unused ContentClient and...
jam@chromium.org
2013-07-16
1
-3
/
+0
*
Fix not completed range requests from NPAPI plugins.
vchigrin@yandex-team.ru
2013-07-15
1
-2
/
+2
*
content: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-09
2
-2
/
+2
*
Process names, and predictable thread and process ordering in about:tracing
nduca@chromium.org
2013-07-08
1
-0
/
+4
*
Delay owner unregistration until after plugin teardown.
wez@chromium.org
2013-06-29
1
-2
/
+7
*
Use a direct include of time headers in content/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Revert 208912 "Make plugin destruction asynchronous."
tonyg@chromium.org
2013-06-27
1
-1
/
+1
*
Check plugin delegate exists when unregistering as NPObject owner.
wez@chromium.org
2013-06-27
1
-4
/
+5
*
Move timing files into base/time and base/timer, install forwarding headers.
avi@chromium.org
2013-06-27
1
-2
/
+2
*
Make plugin destruction asynchronous.
tonyg@chromium.org
2013-06-27
1
-1
/
+1
*
mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.
thakis@chromium.org
2013-06-24
2
-3
/
+3
*
Track NPObject ownership by the originating plugins' NPP identifier. [4/6] (C...
wez@chromium.org
2013-06-21
4
-3
/
+41
*
Move io_surface_support_mac to ui/gl.
danakj@chromium.org
2013-06-19
1
-1
/
+1
*
Update Blink include paths
abarth@chromium.org
2013-06-17
2
-3
/
+3
*
Use a direct include of strings headers in content/p*/.
avi@chromium.org
2013-06-12
4
-4
/
+4
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
4
-5
/
+5
*
Rename content/common_child to content/child
scottmg@chromium.org
2013-06-04
7
-12
/
+12
*
Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-03
1
-1
/
+1
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
4
-11
/
+17
*
Move the WebCursor sources from webkit/glue to webkit/common/cursors.
ananta@chromium.org
2013-05-31
1
-1
/
+1
*
Get rid of the dependency on WebKit::WebCursorInfo internals from WebCursor.
ananta@chromium.org
2013-05-24
1
-2
/
+2
*
Move child-common classes to content/common_child
jamesr@chromium.org
2013-05-21
8
-12
/
+15
*
Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM.
cevans@chromium.org
2013-05-17
1
-2
/
+2
*
Relanding this as the previous attempt failed due to build errors.
ananta@chromium.org
2013-05-15
1
-1
/
+2
*
Revert 199560 "Move the plugins sources out of the webkit glue t..."
ananta@chromium.org
2013-05-11
1
-2
/
+1
*
Move the plugins sources out of the webkit glue target into a new target 'plu...
ananta@chromium.org
2013-05-10
1
-1
/
+2
*
content: Use base::MessageLoop.
xhwang@chromium.org
2013-05-04
5
-14
/
+21
*
content: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Add Shutdown() helper to ChildThread and move all destructor logic.
dcheng@chromium.org
2013-04-22
2
-0
/
+4
[next]