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
/
renderer
/
npapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a bunch of NPAPI quirks and related support code
piman
2016-03-22
3
-132
/
+3
*
Revert of Remove a bunch of NPAPI quirks and related support code (patchset #...
dgozman
2016-03-22
3
-3
/
+132
*
Remove a bunch of NPAPI quirks and related support code
piman
2016-03-22
3
-132
/
+3
*
Plugins: Enforce that replacement plugins always succeed initialization.
tommycli
2016-03-22
1
-6
/
+11
*
Remove windowed NPAPI code
piman
2016-03-18
4
-109
/
+5
*
Remove lots of usage of WebCString.
dtapuska
2016-03-18
2
-3
/
+0
*
CC Animation: Erase cc::LayerSettings everywhere.
loyso
2016-03-14
1
-3
/
+1
*
Move multipart resource handling to core/fetch (2/2)
yhirano
2016-03-11
1
-1
/
+0
*
Decouple scheduling animation of webview plugins from layout.
chrishtr
2016-03-08
2
-2
/
+2
*
Convert Pass()→std::move() on Windows
dcheng
2016-03-02
1
-1
/
+2
*
Blink Compositor Animation: Erase old animation system.
loyso
2016-03-02
1
-1
/
+2
*
Separate RenderView from RenderWidget, part 1: inheritance.
avi
2016-03-01
1
-8
/
+7
*
Revert of Separate RenderView from RenderWidget, part 1: inheritance. (patchs...
nektar
2016-03-01
1
-7
/
+8
*
Separate RenderView from RenderWidget, part 1: inheritance.
avi
2016-02-29
1
-8
/
+7
*
Remove the method BrokerDuplicateSharedMemoryHandle.
erikchen
2016-02-22
1
-4
/
+1
*
Remove some dead NPAPI code after r363119.
jam
2016-02-03
4
-643
/
+1
*
Reference counted Skia objects aren't compatible with Chromium scoped_ptr<>s;...
tomhudson
2016-02-01
2
-10
/
+11
*
skia::PlatformCanvas is an alias for SkCanvas; this is unhelpful. It's quite ...
tomhudson
2016-01-28
1
-2
/
+2
*
Remove 'WebPlugin::CheckIfRunInsecureContent'.
mkwst
2016-01-22
4
-27
/
+0
*
There was only one caller of BlitCanvasToCanvas, and that call-site already h...
reed
2016-01-04
1
-7
/
+0
*
Switch to standard integer types in content/renderer/.
avi
2015-12-25
7
-48
/
+69
*
base: get rid of deprecated TrimWhitespace() function
tfarina
2015-12-06
1
-1
/
+1
*
Remove PluginLoadObserver and related logic, it was only used for NPAPI.
japhet
2015-12-04
4
-570
/
+8
*
Return a enumeration of the state of handling of InputEvents.
dtapuska
2015-12-03
2
-6
/
+10
*
We're deprecating SkDevice usage in Chromium; this change should
tomhudson
2015-11-23
1
-4
/
+5
*
Use scoped_ptr instead of linked_ptr from /content/renderer
limasdf
2015-11-20
1
-1
/
+0
*
Potential fix and extensive CHECKs for plugin crash
schenney
2015-10-15
1
-1
/
+5
*
Rename WebURLLoaderClient::willSendRequest to willFollowRedirect
tyoshino
2015-10-06
2
-20
/
+21
*
Make SharedMemoryHandle a class on windows.
erikchen
2015-09-25
1
-5
/
+3
*
Enforce marking "override" for functions overriding Blink in content/renderer/.
avi
2015-09-25
2
-68
/
+67
*
ipc: Use a global for the process's attachment broker.
erikchen
2015-09-14
3
-18
/
+7
*
Convert remaining StringToLowerASCII to ToLowerASCII.
brettw
2015-08-11
1
-2
/
+2
*
don't use deprecated SkRect* src-rect parameter type
reed
2015-08-07
1
-1
/
+1
*
Merge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged ...
shuchen
2015-07-31
1
-5
/
+6
*
clang/win: Fix most -Wunused-function warnings in Chromium code.
thakis
2015-07-28
1
-1
/
+1
*
Make UTF16ToASCII and UTF16TOUTF8 take a StringPiece
brettw
2015-07-24
1
-2
/
+3
*
Unify LowerCaseEqualsASCII and EqualsASCII functions.
brettw
2015-07-23
1
-1
/
+1
*
api refactor: switch to modern variants of drawBitmapRect
reed
2015-07-17
1
-1
/
+1
*
Update content module for IPC attachment brokering.
erikchen
2015-06-17
3
-7
/
+18
*
Move EqualsASCII to the base namespace.
brettw
2015-06-10
1
-1
/
+1
*
Move LowerCaseEqualsASCII to base namespace
brettw
2015-06-09
1
-1
/
+1
*
Several small changes to base::SharedMemory.
erikchen
2015-06-03
1
-1
/
+1
*
Update pepper to not assume that SharedMemoryHandle is an int.
erikchen
2015-06-02
1
-8
/
+1
*
content/renderer: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-05-27
1
-5
/
+6
*
CC: Plumb LayerSettings parameter for cc::Layer construction.
loyso
2015-05-25
1
-1
/
+2
*
content/child: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-05-21
3
-14
/
+9
*
Add a layout method to WebPlugin.
schenney
2015-04-30
2
-3
/
+11
*
Apply automated fixits for Chrome clang plugin to content.
dcheng
2015-04-29
1
-1
/
+1
*
Migrate plugins to support new 'unobscured' rect interface
tommycli
2015-03-30
2
-7
/
+12
*
Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.
tommycli
2015-03-16
2
-5
/
+5
[next]