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
*
Cleanup: Remove more unused timer.h includes.
thestig
2014-10-29
1
-1
/
+0
*
Standardize usage of virtual/override/final in content/
dcheng
2014-10-21
7
-75
/
+71
*
Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.
morrita
2014-10-20
2
-2
/
+2
*
Replace OVERRIDE and FINAL with override and final in content/plugin/[a-s]*
anand.ratn
2014-10-07
7
-47
/
+47
*
content: Rename all classes with WebKitPlatform to BlinkPlatform.
tfarina
2014-10-05
2
-4
/
+4
*
Make chrome GN build work in component mode.
Brett Wilson
2014-09-11
1
-1
/
+4
*
Convert GN visibility variables to lists.
brettw
2014-09-06
1
-1
/
+1
*
Mojo: split up service_provider.mojom
darin@chromium.org
2014-07-31
1
-1
/
+1
*
Remove carbon plugin interposing code
stuartmorgan@chromium.org
2014-06-30
5
-241
/
+25
*
Mojo: Remove InterfaceProvider.
sammc@chromium.org
2014-06-30
1
-1
/
+1
*
Support exposing Mojo services between render frames, render threads, and the...
sammc@chromium.org
2014-06-25
1
-1
/
+1
*
Revert 279557 "Support exposing Mojo services between render fra..."
xhwang@chromium.org
2014-06-25
1
-1
/
+1
*
Support exposing Mojo services between render frames, render threads, and the...
sammc@chromium.org
2014-06-25
1
-1
/
+1
*
Add chrome/plugin and chrome/utility to GN build.
brettw@chromium.org
2014-06-23
1
-3
/
+1
*
Alter the design of the bootstrap sandbox to only take over the bootstrap por...
rsesek@chromium.org
2014-06-19
1
-24
/
+0
*
Add more content subtargets and deps to the GN build.
brettw@chromium.org
2014-06-13
1
-0
/
+44
*
Decouple IPC::MessageFilter from IPC::Channel
morrita@chromium.org
2014-06-13
1
-5
/
+5
*
Remove base/memory/scoped_handle.h
brettw@chromium.org
2014-06-10
3
-3
/
+0
*
Initialize the bootstrap sandbox in the browser process.
rsesek@chromium.org
2014-06-10
1
-0
/
+24
*
Remove IOSurfaceSupport
ccameron@chromium.org
2014-06-04
1
-5
/
+0
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-28
1
-2
/
+2
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-07
1
-2
/
+2
*
Revert "Remove kLogPluginMessages flag as part of flag cleanup."
aa@chromium.org
2014-05-05
2
-0
/
+3
*
Remove kLogPluginMessages flag as part of flag cleanup.
aa@chromium.org
2014-05-05
2
-3
/
+0
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
2
-4
/
+6
*
Fixed routing id in WebPluginProxy::CheckIfRunInsecureContent.
kjakubowski@opera.com
2014-04-24
1
-1
/
+1
*
Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ...
piman@chromium.org
2014-04-11
5
-224
/
+1
*
Delete the GTK+ port of Chrome.
erg@chromium.org
2014-04-10
1
-32
/
+1
*
Make http range requests by plugins also go directly to the browser process i...
jam@chromium.org
2014-04-01
2
-0
/
+9
*
Move webcursors code from webkit/ to content.
tfarina@chromium.org
2014-03-20
2
-2
/
+2
*
Move the rest of webkit/glue into content/child
tfarina@chromium.org
2014-02-01
1
-1
/
+0
*
Fix chrome.webRequest.onBeforeRequest for requests coming from NPAPI plugin p...
jam@chromium.org
2014-01-19
1
-1
/
+2
*
Removes some unnecessary preprocessor directives
cimamoglu@chromium.org
2014-01-15
1
-2
/
+0
*
Remove some code inside USE_AURA and OS_WIN ifdefs in content.
jam@chromium.org
2014-01-14
1
-3
/
+1
*
PluginChannel: separate plugin_stubs_.erase and ~WebPluginDelegateStub.
aedla@chromium.org
2014-01-04
1
-1
/
+11
*
remove plugin exception restoration code
cpu@chromium.org
2014-01-02
1
-3
/
+0
*
A bunch of work to transition from render_view_id to render_frame_id.
jam@chromium.org
2013-12-20
1
-1
/
+1
*
MessageLoop(TYPE_UI) -> MessageLoopForUI
sky@chromium.org
2013-12-19
1
-1
/
+1
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
3
-9
/
+12
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
1
-1
/
+0
*
Move kFtpScheme into content namespace.
tfarina@chromium.org
2013-12-01
1
-1
/
+1
*
LOG(INFO) -> VLOG(0) in content/
scottmg@chromium.org
2013-11-23
1
-1
/
+1
*
Rewrite include paths for Blink public/ headers that have moved
philipj@opera.com
2013-11-14
1
-1
/
+1
*
Implement ScopedChildProcessReference class
kinuko@chromium.org
2013-11-12
2
-8
/
+4
*
Cleanup: Remove unused includes of webkit/glue/webkit_glue.h
tfarina@chromium.org
2013-11-12
1
-1
/
+0
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
4
-7
/
+7
*
WebPluginDelegateStub::dtor not to call RemoveMappingForNPObjectOwner() is in...
xhwang@chromium.org
2013-10-21
1
-1
/
+2
*
Cancel resources in the plugin process when a user presses the stop button or...
jam@chromium.org
2013-10-01
3
-0
/
+13
*
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
[next]