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
/
native
/
aw_web_contents_delegate.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace base::string16 with std::string for frame names.
nasko
2015-07-02
1
-1
/
+1
*
[Android WebView] Send WebChromeClient.onReceivedTitle when navigating back
mnaganov
2015-06-05
1
-0
/
+12
*
Revert "[Android WebView] Send WebChromeClient.onReceivedTitle when navigatin...
Mikhail Naganov
2015-06-01
1
-12
/
+0
*
Unescape file URLs in file chooser in WebView.
gsennton
2015-05-22
1
-1
/
+5
*
Remove RenderViewHost from WebContentsDelegate::CanDownload() signature.
rdsmith
2015-05-21
1
-1
/
+0
*
[Android WebView] Send WebChromeClient.onReceivedTitle when navigating back
mnaganov
2015-05-12
1
-0
/
+12
*
[Android WebView] Synthesize a fake page loading event on page source modific...
mnaganov
2015-03-04
1
-0
/
+12
*
Revert of [Android WebView] Synthesize a fake page loading event on page sour...
grt
2015-02-26
1
-12
/
+0
*
[Android WebView] Synthesize a fake page loading event on page source modific...
mnaganov
2015-02-26
1
-0
/
+12
*
Rename initial_pos to initial_rect in ShowWidget and ShowView IPCs.
bokan
2015-02-03
1
-1
/
+1
*
Reduce duplicated code in AwWebContentsDelegate
hugo.holgersson
2015-01-22
1
-14
/
+5
*
Fullscreen: make fullscreen requests come from RenderFrame.
mlamouri
2015-01-17
1
-0
/
+10
*
Add WebContents source to methods in WebContentsDelegate
mathiash
2014-11-19
1
-1
/
+1
*
Add non-native file support to the ViewMsg_RunFileChooserResponse message.
hirono
2014-10-08
1
-4
/
+5
*
Add new media request result MEDIA_DEVICE_FAILED_DUE_TO_SHUTDOWN.
grunell
2014-09-25
1
-1
/
+1
*
Pass display names for uploaded content URI files
qinmin@chromium.org
2014-08-12
1
-2
/
+8
*
Don't use webmediaplayer to FullscreenController about fullscreen change
qinmin@chromium.org
2014-07-08
1
-1
/
+21
*
Cleanup CanDownload WebContentsDelegate API
fsamuel@chromium.org
2014-05-13
1
-1
/
+1
*
This patch is also implements the general permission request.
michaelbai@chromium.org
2014-05-01
1
-0
/
+19
*
Revert of Handle media access permission request (https://codereview.chromium...
falken@chromium.org
2014-05-01
1
-19
/
+0
*
This patch is also implements the general permission request.
michaelbai@chromium.org
2014-05-01
1
-0
/
+19
*
Get rid of ContextMenuParams::frame_id since on the browser side we know whic...
jam@chromium.org
2014-03-25
1
-1
/
+1
*
Dismiss EME infobar when WebMediaPlayer is destroyed.
kkimlabs@chromium.org
2014-01-08
1
-7
/
+0
*
Add base:: to string16s in android_webview/.
dbeam@chromium.org
2013-12-19
1
-1
/
+1
*
Rather than using a throttle, we are now using
sgurun@chromium.org
2013-12-10
1
-0
/
+12
*
Fix file:// URIs passed in the file upload callback
joth@chromium.org
2013-11-28
1
-4
/
+7
*
[Android] EME permission on/off pref and infobar UI.
kkimlabs@chromium.org
2013-09-23
1
-0
/
+7
*
Use contents size for android_webview layout size.
mkosiba@chromium.org
2013-09-18
1
-11
/
+0
*
[Android] Expose showFileChooser in AwContentsClient interface
joth@chromium.org
2013-08-10
1
-5
/
+91
*
Use a direct include of the message_loop header in android_webview/, apps/, a...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
android_webview: Use base::MessageLoop.
xhwang@chromium.org
2013-04-27
1
-1
/
+1
*
[android] Resize the android_webview if it's 0x0 initially.
mkosiba@chromium.org
2013-04-19
1
-0
/
+11
*
Callbacks cannot be owned by Java
kristianm@chromium.org
2013-04-05
1
-1
/
+1
*
permissionrequest API for guest Download.
lazyboy@chromium.org
2013-04-03
1
-4
/
+6
*
Make the UI an observer of downloads.
asanka@chromium.org
2013-03-06
1
-5
/
+0
*
Rename JavaScriptDialogCreator to JavaScriptDialogManager.
kkania@chromium.org
2013-02-01
1
-6
/
+6
*
Return false in AwWebContentsDelegate::CanDownload
nileshagrawal@chromium.org
2013-01-09
1
-7
/
+4
*
[Android WebView] Plumb WebContentsDelagate::ActivateContents -> Java.
benm@chromium.org
2012-12-13
1
-0
/
+9
*
[Android WebView] Plumb WebContentsDelegate::CloseContents to embedder.
benm@chromium.org
2012-12-04
1
-2
/
+18
*
[Android WebView] AwContentsClient.shouldCreate window callback part 2.
benm@chromium.org
2012-12-03
1
-6
/
+16
*
[Android WebView] AwContentsClient.shouldCreateWindow callback part 1.
benm@chromium.org
2012-11-15
1
-0
/
+33
*
Add DownloadControllerAndroid public interface for android.
nileshagrawal@chromium.org
2012-10-15
1
-0
/
+17
*
[Android] Upstream the WebView find-in-page API implementation.
leandrogracia@chromium.org
2012-09-21
1
-0
/
+21
*
Upstream chromium side of modal dialogs for webview.
yfriedman@chromium.org
2012-09-20
1
-0
/
+11
*
Refactor the Android port to allow access to the chrome layer.
leandrogracia@chromium.org
2012-08-21
1
-0
/
+18