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
/
android_webview
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make UTF16ToASCII and UTF16TOUTF8 take a StringPiece
brettw
2015-07-24
2
-4
/
+4
*
Use resource throttle to implement shouldOverrideUrlLoading, core change
gsennton
2015-07-16
2
-66
/
+0
*
Check user gesture before firing an intent in WebView
mnaganov
2015-07-09
1
-1
/
+2
*
Don't put every <img> in the page in a WebVector in AwRenderViewExt::OnDocume...
esprehn
2015-07-08
1
-6
/
+5
*
Add more string_util functions to base namespace.
brettw
2015-06-24
1
-2
/
+2
*
Remove a few more uses of WebElement::innerText in Chromium.
dglazkov
2015-05-15
1
-3
/
+3
*
Remove the OOP PDF flag
raymes
2015-05-07
2
-5
/
+0
*
Support Android secure codecs in requestMediaKeySystemAccess().
sandersd
2015-05-06
1
-5
/
+1
*
android_webview: Use v8::Local instead of v8::Handle.
tfarina
2015-04-30
1
-3
/
+3
*
Replace kMediaDrmEnableNonCompositing swicth with use_video_overlay_for_embed...
ddorwin
2015-04-02
1
-1
/
+5
*
Refactor NavigationState to use NavigationParams
clamy
2015-03-18
1
-2
/
+2
*
Fix crash when JS postMessage undefined to WebView.
hush
2015-03-10
1
-3
/
+7
*
Rename blink::WebPermissionClient to blink::WebContentSettings.
mlamouri
2015-02-27
4
-45
/
+46
*
Add is_same_page_navigation to RFO::DidCommitProvisionalLoad.
mlamouri
2015-02-27
2
-2
/
+4
*
Implement the close() API for Message ports
sgurun
2015-02-26
2
-0
/
+7
*
Move V8ValueConverter from content/renderer to content/child.
mek
2015-02-13
2
-1
/
+2
*
Update {virtual,override,final} to follow C++11 style.
dcheng
2015-02-04
7
-44
/
+41
*
Refactor webview to use //components/printing
dgn
2015-02-03
9
-2706
/
+82
*
Post a message from Java to JS using message channels.
sgurun
2015-01-29
2
-9
/
+41
*
Replicate sandbox flags for OOPIF (Chromium part 2).
alexmos
2015-01-27
1
-10
/
+0
*
Enable posting a message from JS to Android webview.
sgurun
2015-01-23
4
-0
/
+109
*
Fix prototype for WebFrameClient::createChildFrame() in android_webview.
alexmos
2015-01-23
1
-0
/
+14
*
Move WeakPtrFactory members to the end in some android code
dmichael
2015-01-15
1
-5
/
+5
*
WebView: Make hit test results consistent for a failed image
skyostil
2015-01-08
1
-7
/
+14
*
Fix references to ui/gfx headers in a*/.
Avi Drissman
2014-12-22
2
-2
/
+2
*
Refactor Autofill for out of process iframes (OOPIF).
estade
2014-12-02
1
-5
/
+6
*
Pass TouchMajor to HitTestResult
hush
2014-11-13
2
-4
/
+9
*
PdfMetafileSkia gives out a SkCanvas, not a SkBaseDevice.
halcanary
2014-11-10
2
-21
/
+8
*
Move KeySystemInfo to media/.
xhwang
2014-10-24
5
-5
/
+9
*
[android_webview] Hardcode the default text encoding to UTF-8.
mkosiba
2014-10-13
2
-5
/
+0
*
replace OVERRIDE and FINAL with override and final in android_webview/
mostynb
2014-10-07
6
-24
/
+24
*
This fix the issue that video frame is still sent to peer when activity
michaelbai
2014-09-25
2
-0
/
+11
*
Extracted MetafilePlayer interface from printing::MetafilePlayer.
vitalybuka
2014-09-12
1
-2
/
+2
*
Replaced Metafile with PdfMetafileSkia in renderer.
vitalybuka
2014-09-12
3
-12
/
+10
*
Return WebLocalFrame from RenderFrame::GetWebFrame().
mlamouri
2014-09-10
2
-2
/
+3
*
Use WebLocalFrame::isLoading(), not WebFrame::isLoading(), in print preview.
japhet
2014-09-09
1
-1
/
+1
*
Revert "[Android WebView] Terminate execution of stuck JS code on navigation ...
Mikhail Naganov
2014-09-03
4
-161
/
+1
*
aw: Use comparison DCHECKs where appropriate
boliu
2014-08-29
2
-7
/
+7
*
Removed NativeMetafile and PreviewMetafile typedef as it's always PdfMetafile...
vitalybuka
2014-08-29
3
-11
/
+11
*
Simplify android_webview wrap_contents mode.
mkosiba@chromium.org
2014-08-12
2
-9
/
+0
*
Use WebNode::getElementsByHTMLTagName instead of getElementsByTagName.
tkent@chromium.org
2014-07-17
1
-1
/
+2
*
Move webpreferences.* from webkit/ to content/
tfarina@chromium.org
2014-07-09
1
-7
/
+6
*
[Android WebView] Terminate execution of stuck JS code on navigation requests
mnaganov@chromium.org
2014-07-08
4
-1
/
+161
*
Add an IPC to return the platform supported key-system names in Android.
ycheo@chromium.org
2014-06-13
1
-1
/
+2
*
Move about://-related constants from //content to //url
blundell@chromium.org
2014-06-10
1
-3
/
+3
*
Move DidCommitProvisionalLoad to AwRenderFrameExt
hjd@chromium.org
2014-06-09
5
-12
/
+65
*
Rename AwRenderFrameObserver to AwPrintRenderFrameObserver
hjd@chromium.org
2014-06-05
3
-16
/
+17
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-28
1
-2
/
+2
*
Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter.
ycheo@chromium.org
2014-05-09
2
-35
/
+4
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-07
1
-2
/
+2
[next]