index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
webkit
/
WebView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unhide setPictureListener
Jonathan Dixon
2012-10-11
1
-1
/
+0
*
Merge "Hiding some of the deprecated android.webkit API's" into jb-mr1-dev
Kristian Monsen
2012-09-14
1
-16
/
+16
|
\
|
*
Hiding some of the deprecated android.webkit API's
Kristian Monsen
2012-09-07
1
-16
/
+16
*
|
Minor update to addjavascriptinterface documentation
Selim Gurun
2012-09-12
1
-4
/
+6
*
|
Merge "Make JavascriptInterface annotation public." into jb-mr1-dev
Selim Gurun
2012-09-12
1
-8
/
+17
|
\
\
|
*
|
Make JavascriptInterface annotation public.
Selim Gurun
2012-09-12
1
-8
/
+17
*
|
|
Merge "Deprecating methods (and a constant) for JB MR1" into jb-mr1-dev
Kristian Monsen
2012-09-12
1
-0
/
+29
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Deprecating methods (and a constant) for JB MR1
Kristian Monsen
2012-09-07
1
-0
/
+29
*
|
Control access to inherited methods of jsinterface objects
Selim Gurun
2012-09-10
1
-0
/
+4
|
/
*
Fix onFindResultReceived API
Selim Gurun
2012-08-21
1
-2
/
+2
*
Small tidy up to getDefaultUserAgent. DO NOT MERGE
Jonathan Dixon
2012-08-21
1
-1
/
+1
*
Add getDefaultUserAgent to WebSettings.
George Mount
2012-08-17
1
-1
/
+1
*
Remove checkThread() from findAddress
John Reck
2012-08-17
1
-1
/
+0
*
Clean up JavaDoc for CookieManager
Steve Block
2012-08-14
1
-4
/
+1
*
Clarify JavaDoc for WebView.loadData()
Steve Block
2012-08-14
1
-4
/
+6
*
am 7c00f816: am 2f5b61a7: Merge "docs: fix a bunch of links from javadocs to ...
Scott Main
2012-07-25
1
-2
/
+2
|
\
|
*
docs: fix a bunch of links from javadocs to api guides
Scott Main
2012-07-24
1
-2
/
+2
*
|
Improve JavaDoc for HTTP basic authentication methods
Steve Block
2012-07-23
1
-11
/
+20
*
|
Improve JavaDoc for saved form data
Steve Block
2012-07-23
1
-2
/
+4
*
|
Improve JavaDoc for saved username/password pairs
Steve Block
2012-07-23
1
-2
/
+6
*
|
Update JavaDoc for PictureListener after fix to capture layers
Steve Block
2012-07-19
1
-13
/
+14
*
|
Merge "Remove deprecated methods from webview provider interface"
Jonathan Dixon
2012-07-17
1
-2
/
+0
|
\
\
|
*
|
Remove deprecated methods from webview provider interface
Jonathan Dixon
2012-07-12
1
-2
/
+0
*
|
|
Improve JavaDoc for WebView.restoreState()
Steve Block
2012-07-17
1
-3
/
+3
|
/
/
*
|
am 05fa21fa: am 4cb3b76c: Merge "Ensure WebViewClassic calls super.onHoverEve...
Svetoslav Ganov
2012-06-18
1
-0
/
+4
|
\
\
|
|
/
|
*
Ensure WebViewClassic calls super.onHoverEvent()
alanv
2012-06-15
1
-0
/
+4
*
|
Fix doc link
John Reck
2012-06-14
1
-1
/
+1
*
|
Show WebView layers in hierarchyviewer
John Reck
2012-06-14
1
-2
/
+27
|
/
*
Add movement actions to JS accessibility.
alanv
2012-05-16
1
-0
/
+9
*
Fix JavaDoc style for several WebView classes
Steve Block
2012-04-26
1
-274
/
+339
*
Add tests for reflection and improve JavaDoc for Java Bridge
Steve Block
2012-04-24
1
-20
/
+26
*
Update WebViewClassic JavaDoc to refer to WebView
Steve Block
2012-04-24
1
-10
/
+6
*
Fix use of API level in android.webkit JavaDoc
Steve Block
2012-04-23
1
-8
/
+9
*
Seperate interface and implementation of 4 WebView classes
Jonathan Dixon
2012-04-23
1
-34
/
+1
*
Clean up JavaDoc for WebView.getZoomControls()
Steve Block
2012-04-17
1
-9
/
+7
*
Add deprecated tag and note StrictMode violation
Jonathan Dixon
2012-04-12
1
-0
/
+2
*
Merge "Hide WebView.getZoomControls()"
Jonathan Dixon
2012-04-12
1
-0
/
+1
|
\
|
*
Hide WebView.getZoomControls()
Jonathan Dixon
2012-04-04
1
-0
/
+1
*
|
Merge "Make WebView.findAllAsync() and WebView.setFindListener() public."
Victoria Lease
2012-04-09
1
-10
/
+18
|
\
\
|
*
|
Make WebView.findAllAsync() and WebView.setFindListener() public.
Victoria Lease
2012-04-09
1
-10
/
+18
|
|
/
*
|
Remove embedded titlebar rendering
Michael Kolb
2012-04-03
1
-7
/
+0
|
/
*
Set class name for WebView on A11y events and infos.
alanv
2012-03-30
1
-0
/
+2
*
move FindListener into WebView
Victoria Lease
2012-03-26
1
-3
/
+21
*
Merge "Pipe down isHardwareAccelerated"
John Reck
2012-03-20
1
-0
/
+7
|
\
|
*
Pipe down isHardwareAccelerated
John Reck
2012-03-16
1
-0
/
+7
*
|
proposed public API for asynchronous find-on-page
Victoria Lease
2012-03-16
1
-2
/
+27
|
/
*
Refactor WebView to be a thin proxy class
Jonathan Dixon
2012-03-02
1
-9005
/
+413
*
Merge "Clean up Surface Texture on Java side"
Teng-Hui Zhu
2012-03-01
1
-0
/
+6
|
\
|
*
Clean up Surface Texture on Java side
Teng-Hui Zhu
2012-03-01
1
-0
/
+6
*
|
Merge "Add support for maxlength text fields to WebViewInputConnection."
George Mount
2012-02-29
1
-14
/
+42
|
\
\
|
|
/
|
/
|
[next]