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_contents.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[android] Plumb through page scale to the InProcessViewRenderer.
mkosiba@chromium.org
2013-07-12
1
-1
/
+5
*
[android] Hook up overscrolling to the android_webview layer.
mkosiba@chromium.org
2013-07-08
1
-0
/
+1
*
Implement the autofill UI for chromium powered android webview.
sgurun@chromium.org
2013-06-28
1
-0
/
+2
*
Revert "Implement the autofill UI for chromium powered android webview."
eroman@chromium.org
2013-06-27
1
-2
/
+0
*
Implement the autofill UI for chromium powered android webview.
sgurun@chromium.org
2013-06-27
1
-0
/
+2
*
Clean up AwContents calls to change visibility
boliu@chromium.org
2013-06-21
1
-3
/
+1
*
Hookup android_webview scroll offset delegation to Java side.
mkosiba@chromium.org
2013-06-20
1
-0
/
+4
*
[Android WebView] Fix up invalidate path
boliu@chromium.org
2013-06-16
1
-1
/
+1
*
Fix Popup window flow to work with synchronous compositor gfx mode
joth@chromium.org
2013-06-14
1
-13
/
+19
*
Consolidate the SW and HW draw methods in InProcessViewRenderer
joth@chromium.org
2013-06-13
1
-8
/
+9
*
Implement get/set(saveformdata) for chromium based webview.
sgurun@chromium.org
2013-05-15
1
-0
/
+3
*
Hardware draw init in android_webview
boliu@chromium.org
2013-05-09
1
-2
/
+3
*
Android WebView Merged-Thread Hardware Draw
boliu@chromium.org
2013-05-09
1
-1
/
+4
*
Fix for bug 235641, remove kOnNewPictureEnabled
kristianm@chromium.org
2013-05-08
1
-10
/
+2
*
[android] Resize the android_webview if it's 0x0 initially.
mkosiba@chromium.org
2013-04-19
1
-0
/
+1
*
Callbacks cannot be owned by Java
kristianm@chromium.org
2013-04-05
1
-13
/
+0
*
[Android WebView] Provide more information about WebView for web debugging
mnaganov@chromium.org
2013-03-12
1
-0
/
+1
*
Remove Android WebView synchronous find.
boliu@chromium.org
2013-03-08
1
-1
/
+0
*
[Android WebView] Expose resetScrollAndScaleState from AwSettings
mnaganov@chromium.org
2013-02-28
1
-2
/
+0
*
Implement Webviewclient.onReceivedSslError
sgurun@chromium.org
2013-02-26
1
-2
/
+6
*
[Android WebView] Implement WebSettings.{get|set}LoadWithOverviewMode
mnaganov@chromium.org
2013-02-26
1
-0
/
+2
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
1
-58
/
+17
*
Revert 182710, this broke check_deps.
marja@chromium.org
2013-02-15
1
-17
/
+58
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
1
-58
/
+17
*
[Android WebView] Implement WebSettings.setTextZoom for legacy layout modes
mnaganov@chromium.org
2013-02-14
1
-0
/
+4
*
Implementing geolocation for the Android Webview
kristianm@chromium.org
2013-02-14
1
-5
/
+16
*
Add a utility method to receive an AwContents from a render_process_id and a ...
sgurun@chromium.org
2013-02-07
1
-0
/
+4
*
Correct device scale for Android WebView SW rendering.
leandrogracia@chromium.org
2013-02-05
1
-0
/
+1
*
Rename JavaScriptDialogCreator to JavaScriptDialogManager.
kkania@chromium.org
2013-02-01
1
-1
/
+1
*
Code conventions.
sgurun@chromium.org
2013-01-31
1
-1
/
+1
*
[Android WebView] Implement the capture picture API.
leandrogracia@chromium.org
2013-01-30
1
-1
/
+29
*
Android WebView visited link highlighting implementation part 2
boliu@chromium.org
2013-01-25
1
-0
/
+1
*
Implements onReceivedIcon
acleung@chromium.org
2013-01-22
1
-0
/
+8
*
Implementing native chromium GeolocationPermissionContext
kristianm@chromium.org
2013-01-10
1
-0
/
+7
*
Remove incognito parameter from AwContents
kristianm@chromium.org
2013-01-09
1
-2
/
+1
*
[Android WebView] Update SW rendering to use SkPicture and fix scrolling cases.
leandrogracia@chromium.org
2013-01-09
1
-1
/
+1
*
[Android WebView] Prepare to simulate SW rendering with the capture picture A...
leandrogracia@chromium.org
2013-01-04
1
-2
/
+6
*
Define public inteface for accessing Canvas pixels
joth@chromium.org
2012-12-25
1
-0
/
+1
*
[Android WebView] Add API to focus the intial node.
benm@chromium.org
2012-12-20
1
-0
/
+1
*
Apply scroll correction to HW draw path.
leandrogracia@chromium.org
2012-12-19
1
-0
/
+3
*
[Android WebView] Introduce new layers to ensure proper scissoring and clipping.
leandrogracia@chromium.org
2012-12-19
1
-2
/
+5
*
[Android WebView] Tie together Chrome's browser compositor with the Android V...
leandrogracia@chromium.org
2012-12-15
1
-2
/
+12
*
[Android WebView] Convert context menu callback to long press
boliu@chromium.org
2012-12-11
1
-0
/
+2
*
Migrate the Android compositor to cc::Layer classes.
leandrogracia@chromium.org
2012-12-03
1
-0
/
+4
*
[Android WebView] AwContentsClient.shouldCreate window callback part 2.
benm@chromium.org
2012-12-03
1
-0
/
+7
*
Implement AwContents.invalidate()
joth@chromium.org
2012-11-29
1
-0
/
+3
*
Android WebView save/restoreState Part 2
boliu@chromium.org
2012-11-21
1
-0
/
+5
*
Fix clang build
joth@chromium.org
2012-11-20
1
-2
/
+2
*
AwContents Compositor bring up
joth@chromium.org
2012-11-20
1
-3
/
+16
*
Remove unused declaration
boliu@chromium.org
2012-11-15
1
-2
/
+0
[next]