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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 207875 "Native Android accessibility."
dmichael@chromium.org
2013-06-21
1
-15
/
+0
*
Native Android accessibility.
dmazzoni@chromium.org
2013-06-21
1
-0
/
+15
*
[Autofill] Remove the "Disable native Autofill UI" flag.
isherman@chromium.org
2013-06-21
1
-2
/
+1
*
[Android WebView] Clamp Bitmap size when it will be drawn into a Canvas.
benm@chromium.org
2013-06-21
5
-12
/
+23
*
Clean up AwContents calls to change visibility
boliu@chromium.org
2013-06-21
6
-35
/
+39
*
Hookup android_webview scroll offset delegation to Java side.
mkosiba@chromium.org
2013-06-20
11
-40
/
+571
*
Update remaining Blink header includes
abarth@chromium.org
2013-06-20
7
-16
/
+16
*
Add Garbage collection test for AwContents
joth@chromium.org
2013-06-20
3
-0
/
+61
*
Revert "Replace third_party/angle with angle_dx11 for Android WebView"
boliu@chromium.org
2013-06-20
1
-1
/
+1
*
In components/autofill, move browser/ to core/browser/
blundell@chromium.org
2013-06-20
10
-11
/
+10
*
Fix AwSettingsTest.testBlockNetworkImagesBlocksNetworkImageAndReloadInPlace
mnaganov@chromium.org
2013-06-20
1
-5
/
+1
*
Resizing huge favicons when retrieving those.
qsr@chromium.org
2013-06-20
1
-2
/
+3
*
Replace third_party/angle with angle_dx11 for Android WebView
boliu@chromium.org
2013-06-19
1
-1
/
+1
*
Re-enable AwContents create/destroy stress tests
joth@chromium.org
2013-06-18
1
-12
/
+4
*
Make AwContents.destroy() idempotent
joth@chromium.org
2013-06-18
2
-11
/
+13
*
In components/autofill, move common/ to core/common/
blundell@chromium.org
2013-06-18
3
-3
/
+3
*
Context menu on a webpage should be positioned differently when invoked from
varunjain@chromium.org
2013-06-18
2
-4
/
+2
*
[Android WebView] Random Android WebView test fixes
boliu@chromium.org
2013-06-18
2
-9
/
+8
*
Remove dependency of WebData on content
droger@chromium.org
2013-06-17
1
-1
/
+2
*
[Android WebView] Fix LoadsImagesAutomatically tests after crbug.com/224317
mnaganov@chromium.org
2013-06-17
4
-108
/
+9
*
[Android WebView] Add more traces to InProcessViewRenderer
boliu@chromium.org
2013-06-17
2
-11
/
+53
*
[Android WebView] Fix up invalidate path
boliu@chromium.org
2013-06-16
6
-30
/
+41
*
Abstract WebContentsObserver from Autofill shared code
blundell@chromium.org
2013-06-16
2
-13
/
+8
*
Revert move of file access control into browser context
joth@chromium.org
2013-06-15
4
-24
/
+8
*
Revert "In components/autofill, move common/ to shared/"
blundell@chromium.org
2013-06-15
3
-3
/
+3
*
In components/autofill, move common/ to shared/
blundell@chromium.org
2013-06-15
3
-3
/
+3
*
Change the permission check for Pepper socket API to support both the public ...
yzshen@chromium.org
2013-06-15
2
-0
/
+2
*
Fix Popup window flow to work with synchronous compositor gfx mode
joth@chromium.org
2013-06-14
17
-330
/
+344
*
Adds RefCountedDeleteOnMessageLoop
droger@chromium.org
2013-06-14
1
-1
/
+2
*
Remove obsolete UseCompositorDirectDraw() method
joth@chromium.org
2013-06-14
2
-7
/
+0
*
[Android WebView] Mark third_party/JSON license as Android comptible.
benm@chromium.org
2013-06-14
1
-1
/
+0
*
[Android WebView] Fix build after r206398
benm@chromium.org
2013-06-14
2
-0
/
+2
*
[Android WebView] Remove caching of Bitmaps used for SW draw.
benm@chromium.org
2013-06-14
5
-33
/
+9
*
In components/autofill, move browser/autocheckout* to content/browser/
blundell@chromium.org
2013-06-14
2
-1
/
+2
*
[Android WebView] Implement WebPermissionClient methods.
benm@chromium.org
2013-06-14
2
-0
/
+35
*
Consolidate the SW and HW draw methods in InProcessViewRenderer
joth@chromium.org
2013-06-13
6
-69
/
+87
*
Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-13
7
-20
/
+23
*
Delete the browser-compositor webview render mode
joth@chromium.org
2013-06-13
19
-1102
/
+47
*
[Android WebView] Don't cache bitmap used for SW draw.
benm@chromium.org
2013-06-13
1
-1
/
+1
*
[Android] Fix component build again.
yfriedman@chromium.org
2013-06-12
1
-0
/
+1
*
Make security team OWNERS for all IPC *_messages*.h files.
palmer@chromium.org
2013-06-12
1
-7
/
+7
*
[Android WebView] Fix use after free during compositor shutdown.
benm@chromium.org
2013-06-12
1
-0
/
+10
*
Connect Frame metadata all the way up from cc to android_webview
joth@chromium.org
2013-06-12
3
-14
/
+21
*
Fix Android WebView build after r205796
boliu@chromium.org
2013-06-12
2
-0
/
+2
*
[Autofill] Determine Popup RTLness from page
csharp@chromium.org
2013-06-12
2
-0
/
+2
*
Revert 205670 "Un-refcount AutofillWebData and TokenWebData"
raymes@chromium.org
2013-06-12
3
-7
/
+7
*
Un-refcount AutofillWebData and TokenWebData
caitkp@chromium.org
2013-06-11
3
-7
/
+7
*
Delegate root layer scroll offset to android_webview.
mkosiba@chromium.org
2013-06-11
2
-0
/
+14
*
[Android WebView] Actually disaled @DisabledTests.
benm@chromium.org
2013-06-11
1
-9
/
+17
*
Android WebView: generate makefiles for MIPS.
torne@chromium.org
2013-06-11
1
-0
/
+8
[next]