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
/
browser
/
aw_content_browser_client.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DevTools] Cleanup DevToolsTarget and DevToolsManagerDelegate after moving to...
dgozman
2015-04-28
1
-6
/
+0
*
Refactor Permissions related method out of ContentBrowserClient.
mlamouri
2015-03-29
1
-86
/
+0
*
[DevTools] Move network protocol handler to RenderFrameHost.
dgozman
2015-03-27
1
-4
/
+5
*
Make content::PermissionType an enum class.
mlamouri
2015-03-25
1
-16
/
+19
*
favor DCHECK_CURRENTLY_ON for better logs in android_webview/
mostynb
2015-03-18
1
-1
/
+1
*
Cancel client auth requests when not promptable.
davidben
2015-03-11
1
-10
/
+7
*
ContentBrowserClient::RequestPermission replies with PermissionStatus instead...
mlamouri
2015-03-03
1
-7
/
+15
*
Call ComputeWebKitPrefs on the correct RVH, and remove dead code.
creis
2015-02-12
1
-1
/
+0
*
Update {virtual,override,final} to follow C++11 style.
dcheng
2015-02-04
1
-11
/
+8
*
media: Rename PERMISSION_PROTECTED_MEDIA to PERMISSION_PROTECTED_MEDIA_IDENTI...
xhwang
2015-01-28
1
-2
/
+2
*
Remove the discrepencies between chrome and android_webview print
sgurun
2015-01-14
1
-0
/
+2
*
Don't key client auth on HttpNetworkSession.
davidben
2014-12-08
1
-1
/
+0
*
Re-revert of "Remove SSLClientAuthHandler's RDH dependency." (https://coderev...
davidben
2014-12-03
1
-0
/
+1
*
Revert of Revert of "Remove SSLClientAuthHandler's RDH dependency." (https://...
robliao
2014-11-26
1
-1
/
+0
*
Revert of "Remove SSLClientAuthHandler's RDH dependency." (https://codereview...
mattm
2014-11-25
1
-0
/
+1
*
The default Web Notification permission should be denied.
peter
2014-11-15
1
-18
/
+0
*
Remove the strict dependency on WebContents for Web Notifications.
peter
2014-10-27
1
-1
/
+2
*
Group the different permission related methods in the content api.
miguelg
2014-10-27
1
-57
/
+50
*
[Android] Simplify logic for grabbing initial country-code.
yfriedman
2014-10-20
1
-3
/
+3
*
Remove SSLClientAuthHandler's RDH dependency.
davidben
2014-10-09
1
-1
/
+0
*
replace OVERRIDE and FINAL with override and final in android_webview/
mostynb
2014-10-07
1
-4
/
+4
*
Migrate geolocation permissions to the new common permission class.
miguelg
2014-09-29
1
-18
/
+14
*
[DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to De...
dgozman
2014-09-22
1
-0
/
+6
*
[Android WebView] Use NetLog for providing full request headers to DevTools
Mikhail Naganov
2014-09-11
1
-2
/
+2
*
aw: Use comparison DCHECKs where appropriate
boliu
2014-08-29
1
-2
/
+2
*
Delete code for inspector preferences.
chrishtr@chromium.org
2014-08-22
1
-8
/
+0
*
Use a qualified path for ui_resources.h grit includes.
tfarina@chromium.org
2014-08-17
1
-1
/
+1
*
Remove worker process related codes from ContentBrowserClient.
horo@chromium.org
2014-08-16
1
-7
/
+0
*
Add additional UMA stats for remembering certificate decisions.
jww@chromium.org
2014-08-15
1
-0
/
+1
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
1
-1
/
+1
*
NotificationObjectProxy should own the DesktopNotificationDelegateImpl
peter@chromium.org
2014-08-05
1
-1
/
+1
*
content: ResourceType cleanup.
tfarina@chromium.org
2014-07-31
1
-1
/
+1
*
Inform the success callback for requesting Notification permission about the ...
peter@chromium.org
2014-07-29
1
-2
/
+2
*
Implementation of shared worker code path when WebView guest creates a shared...
hanxi@chromium.org
2014-07-10
1
-3
/
+4
*
Move webpreferences.* from webkit/ to content/
tfarina@chromium.org
2014-07-09
1
-4
/
+5
*
Move resource_type.* from webkit/ to content/.
tfarina@chromium.org
2014-07-05
1
-0
/
+1
*
Make Geolocation permission request use new API if possible.
michaelbai@chromium.org
2014-06-23
1
-8
/
+27
*
Convert protected media identifier permission requests to follow the same con...
jam@chromium.org
2014-06-16
1
-0
/
+36
*
fix line endings
jam@chromium.org
2014-06-16
1
-2
/
+2
*
Convert MIDI permission requests to use WebContents in preparation for switch...
jam@chromium.org
2014-06-15
1
-0
/
+12
*
Simplify geolocation permission request in the Content API.
jam@chromium.org
2014-06-13
1
-0
/
+19
*
Load the default favicon as a native image, rather than as a Skia image.
isherman@chromium.org
2014-06-12
1
-1
/
+1
*
Remove use of ResourceRequestInfo::GetRequestID from cert enrollment.
davidben@chromium.org
2014-06-06
1
-3
/
+2
*
Hook up request interceptors in AndroidWebView code.
mmenke@chromium.org
2014-06-03
1
-4
/
+4
*
Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers.
mmenke@chromium.org
2014-05-30
1
-3
/
+5
*
Move some content url constants to /url.
sungmann.cho@navercorp.com
2014-05-28
1
-1
/
+1
*
Remove some RenderProcessHost::IsGuest call sites
fsamuel@chromium.org
2014-05-26
1
-1
/
+0
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
1
-9
/
+7
*
Componentize EncryptedMediaMessageFilter and rename it CdmMessageFilter.
ycheo@chromium.org
2014-05-09
1
-0
/
+2
*
Add client cert support to android_webview
sgurun@chromium.org
2014-04-22
1
-4
/
+7
[next]