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
/
renderer_host
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove calls of PrerenderTracker::TryCancel and TryCancelOnIOThread in Chrome...
jam@chromium.org
2014-01-06
2
-25
/
+0
*
A bunch of work to transition from render_view_id to render_frame_id.
jam@chromium.org
2013-12-20
2
-48
/
+61
*
[Android WebView] Only send extra headers for the main page
mnaganov@chromium.org
2013-12-10
2
-0
/
+48
*
Rather than using a throttle, we are now using
sgurun@chromium.org
2013-12-10
1
-40
/
+21
*
Make resource throttles and AsyncResourceHandler add events to NetLog
mmenke@chromium.org
2013-12-04
1
-0
/
+5
*
For implementing printing in android K release, we had to temporarily
sgurun@chromium.org
2013-12-02
2
-0
/
+232
*
Move kFtpScheme into content namespace.
tfarina@chromium.org
2013-12-01
1
-1
/
+1
*
[Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY
akalin@chromium.org
2013-11-14
1
-1
/
+1
*
Rename WebKit namespace to blink (part 5)
abarth@chromium.org
2013-11-07
1
-1
/
+1
*
Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..."
scherkus@chromium.org
2013-11-04
1
-1
/
+1
*
[Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY
akalin@chromium.org
2013-11-04
1
-1
/
+1
*
Reject rather than abort client certificates
joth@chromium.org
2013-10-25
2
-0
/
+17
*
[Android WebView] Check AwContentsIoThreadClient usage
boliu@chromium.org
2013-10-04
1
-3
/
+6
*
Make ResourceHandlers stateless with respect to child/routing/request IDs.
creis@chromium.org
2013-09-25
2
-2
/
+0
*
Use contents size for android_webview layout size.
mkosiba@chromium.org
2013-09-18
2
-0
/
+10
*
Use new WebView zoom API.
mkosiba@chromium.org
2013-09-18
2
-4
/
+4
*
[android_webview] Fixes for wrap_content layouts.
mkosiba@chromium.org
2013-09-16
2
-0
/
+8
*
content: Move kHttpScheme constant into content namespace.
tfarina@chromium.org
2013-09-15
1
-1
/
+1
*
[Android WebView] Do not interfere with requests after destroy
boliu@chromium.org
2013-09-14
1
-10
/
+14
*
[Android WebView] Add an API to toggle the JS navigator.online property
benm@chromium.org
2013-08-27
2
-0
/
+5
*
content: Move kHttpsScheme constant into content namespace.
tfarina@chromium.org
2013-08-26
1
-1
/
+1
*
Do not block/defer requests that are internally generated.
sgurun@chromium.org
2013-08-23
1
-0
/
+7
*
[Android WebView] Fix crash in AwResourceDispatcherHostDelegate::DownloadStar...
benm@chromium.org
2013-08-23
1
-2
/
+9
*
Hooking up setBackgroundColor from AwContents to renderer
joth@chromium.org
2013-07-23
2
-0
/
+22
*
Expose the method used for the next URLRequest redirect.
mkosiba@chromium.org
2013-07-17
1
-2
/
+0
*
[android] Plumb through page scale to the InProcessViewRenderer.
mkosiba@chromium.org
2013-07-12
2
-2
/
+2
*
Rename RenderViewGone IPC/methods to better reflect reality.
nasko@chromium.org
2013-07-10
2
-2
/
+2
*
Delete the browser-compositor webview render mode
joth@chromium.org
2013-06-13
2
-121
/
+0
*
Remove dead WebCompositorInputHandler related code
jamesr@chromium.org
2013-05-23
2
-25
/
+0
*
components: Move navigation_interception into navigation_interception namespace.
tfarina@chromium.org
2013-05-22
1
-1
/
+1
*
components: Move auto_login_parser into auto_login_parser namespace.
tfarina@chromium.org
2013-05-09
1
-11
/
+7
*
Android WebView Merged-Thread Hardware Draw
boliu@chromium.org
2013-05-09
4
-44
/
+53
*
Made the following changes to enable merge mode
michaelbai@chromium.org
2013-05-09
1
-2
/
+2
*
[android] Resize the android_webview if it's 0x0 initially.
mkosiba@chromium.org
2013-04-19
2
-4
/
+16
*
[Android WebView] Never turn off viewport and fixed layout
mnaganov@chromium.org
2013-04-17
2
-12
/
+0
*
Allow for synchronous compositor input handling when UI and compositor threads
jdduke@chromium.org
2013-03-18
2
-0
/
+30
*
[Android WebView] Implement WebView.setInitialScale
mnaganov@chromium.org
2013-02-28
2
-0
/
+10
*
[Android WebView] Update WebView.EnableFixedLayoutMode in sync with ViewportE...
mnaganov@chromium.org
2013-02-27
2
-0
/
+12
*
[Android WebView] Implement WebSettings.{get|set}LoadWithOverviewMode
mnaganov@chromium.org
2013-02-26
2
-0
/
+7
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
4
-50
/
+123
*
Revert 182710, this broke check_deps.
marja@chromium.org
2013-02-15
4
-123
/
+50
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
4
-50
/
+123
*
[Android WebView] Implement WebSettings.setTextZoom for legacy layout modes
mnaganov@chromium.org
2013-02-14
2
-0
/
+9
*
Only trigger onReceivedLoginRequest on main frames
boliu@chromium.org
2013-01-31
1
-16
/
+16
*
[Android WebView] Implement the capture picture API.
leandrogracia@chromium.org
2013-01-30
2
-0
/
+31
*
Android WebView scale hit test coordinates
boliu@chromium.org
2013-01-30
1
-1
/
+2
*
Android webview fix visited link
boliu@chromium.org
2013-01-30
1
-1
/
+1
*
Android WebView visited link highlighting implementation
boliu@chromium.org
2013-01-25
2
-0
/
+21
*
Hook up WebViewClient.onReceivedLoginRequest
boliu@chromium.org
2013-01-23
2
-5
/
+44
*
Move content/components/navigation_interception to src/components
kaiwang@chromium.org
2013-01-23
1
-2
/
+2
[next]