Chris Craik
d442aaeb46
Merge "Don't attach functor for SW layers"
2012-07-12 16:17:16 -07:00
Chris Craik
793b7f8454
Don't attach functor for SW layers
...
Change-Id: I60fec1629bf1e343a0d69e0ce13a3d632c3f713d
2012-07-12 14:01:50 -07:00
Teng-Hui Zhu
5a9bb64eaf
Merge "Release the media player when trimming memory"
2012-07-11 13:31:02 -07:00
Teng-Hui Zhu
156f97b6c8
Release the media player when trimming memory
...
Change-Id: I2bb2880546311761fc38d6208de080a66216fa2f
2012-07-10 15:11:38 -07:00
Selim Gurun
f27ac09501
Update documentation to clarify AppCache usage
...
Bug: 5869022
Change-Id: I5830583b6c68128cbfda0e61cd6f031702faebf5
2012-07-10 11:19:58 -07:00
Selim Gurun
3b2fb7b2d1
Merge "Fix onReachedMaxAppCacheSize callback"
2012-07-10 10:49:16 -07:00
Selim Gurun
b632adfaf4
Update documentation to clarify AppCache usage
...
Bug: 5869022
Change-Id: I46abecfb0e8975cc924458f444f95cdabaa3f712
2012-07-10 10:36:12 -07:00
Selim Gurun
c86bec9727
Fix onReachedMaxAppCacheSize callback
...
Bug: 5869022
When appcache reached max size, a callback is triggered. The
second parameter of this callback was returning the used Web SQL
quota, which is a rather different concept then AppCache. Fix this
to return max database size.
Change-Id: Iee11f40aa9635eaa22e237d4ddfb98792c977497
2012-07-09 11:30:54 -07:00
Jonathan Dixon
a64c779cdb
Merge "Make WebHistoryItem constructor public and hidden"
2012-07-02 15:53:28 -07:00
Teng-Hui Zhu
c3a2858de9
Avoid redundant reload in inline mode after exit from full screen.
...
bug:5710646
First, if we exit the full screen mode while playing, we can continue to play
in inline mode.
If it is paused, then we can avoid a reload if user try to play the same video
again after the full screen mode.
webkit change:
https://android-git.corp.google.com/g/#/c/202138/
Change-Id: Ia69fa22a50d916cd8dd2b995cf3531fe9b637531
2012-06-27 15:48:02 -07:00
George Mount
5048cd77dc
Merge "Remove unused ENABLE_ANDROID_INSTALLABLE_WEB_APPS"
2012-06-22 10:29:50 -07:00
George Mount
d594047f8f
Remove unused ENABLE_ANDROID_INSTALLABLE_WEB_APPS
...
Remove an unused #define and code associated with it. This will
smooth a possible future webkit merge.
WebKit change: I16d8c457a3f08996bc66401b241fe0db5a118975
Change-Id: Ibf046337cdabb9bee9cff8e3d77d9f69a59ecb15
2012-06-21 10:19:56 -07:00
George Mount
f360ae5070
Remove password change from updateTextfield.
...
Password field change is no longer needed as it was used
previously in WebTextView and is not needed without it.
Change-Id: I7d5dc39825ee9eae77733d2a9560669cfe70ecf2
2012-06-20 16:26:17 -07:00
Jesse Greenwald
5b0c36ab30
Make WebHistoryItem constructor public and hidden
...
The Chromium WebView implementation needs to be able to extend this
class.
Change-Id: I2496f6ab5e3eda13d8e1b39e48ef5a420e9db4ca
2012-06-19 11:33:29 -07:00
Steve Block
880c5f5aea
Merge "Document missing default values in WebSettings"
2012-06-19 10:34:13 -07:00
Steve Block
b0e0f33442
Document missing default values in WebSettings
...
Bug: 6641511
Change-Id: I21e02a8467ee5efd104ec9da5751785284369b9d
2012-06-19 18:32:35 +01:00
Steve Block
d438710685
Merge "Clarify JavaDoc for setting database paths in WebSettings"
2012-06-19 06:42:36 -07:00
George Mount
3281c38ec4
Broaden allowed selection criteria so selection doesn't disappear.
...
Bug 6675572
Change-Id: Ic69caac431539247d440c6bac08a3038e8641e99
2012-06-18 11:34:41 -07:00
Svetoslav Ganov
ce252553fd
am 05fa21fa: am 4cb3b76c: Merge "Ensure WebViewClassic calls super.onHoverEvent()" into jb-dev
...
* commit '05fa21fa77962d302b040f66a1785e0dd84f3e0a':
Ensure WebViewClassic calls super.onHoverEvent()
2012-06-18 10:50:08 -07:00
Teng-Hui Zhu
eaef0d8bb5
am c1d3b23b: am 2075f2d3: Merge "Notify Java side to start when transition into full screen mode without a reload." into jb-dev
...
* commit 'c1d3b23b54bb044bc2fbff83f1a3816b3a0f276b':
Notify Java side to start when transition into full screen mode without a reload.
2012-06-18 10:49:09 -07:00
George Mount
b90ed58f61
Merge "Don't rely on focus change to detect edit-type selection."
2012-06-18 10:39:57 -07:00
Svetoslav Ganov
4cb3b76caa
Merge "Ensure WebViewClassic calls super.onHoverEvent()" into jb-dev
2012-06-18 10:20:42 -07:00
alanv
eebebc9ff6
Ensure WebViewClassic calls super.onHoverEvent()
...
Bug: 6679763
Change-Id: I9b182f25fa1c4050ea3a046c896e82ffbb4651ad
2012-06-15 18:59:11 -07:00
Teng-Hui Zhu
2075f2d3e4
Merge "Notify Java side to start when transition into full screen mode without a reload." into jb-dev
2012-06-15 13:57:28 -07:00
Teng-Hui Zhu
6a9586bc57
Notify Java side to start when transition into full screen mode without a reload.
...
When video start in inline mode, and then transition into full screen mode, the
video is still playing, so we need to notify the player, such that the controller
can get the state correctly.
bug:6675847
Change-Id: Ib5f712ca91fe1c374dcc20de996dac6ff7b9e983
2012-06-15 11:27:34 -07:00
George Mount
4212a18890
Don't rely on focus change to detect edit-type selection.
...
Bug 6675316
Change-Id: Ib263a2d6c0a24c9c51363e42c0b44385d8afbc1d
2012-06-15 10:36:55 -07:00
John Reck
c0c66d33a8
Merge "Remove unused"
2012-06-15 09:38:07 -07:00
Svetoslav Ganov
9bec724d90
am 42fb511f: am 2657a59f: Merge "Add support for NEXT_HTML_ELEMENT to WebViewClassic." into jb-dev
...
* commit '42fb511f1b5dd399bda3cd9fb3896bfe428a7837':
Add support for NEXT_HTML_ELEMENT to WebViewClassic.
2012-06-14 18:30:42 -07:00
Svetoslav Ganov
2657a59f54
Merge "Add support for NEXT_HTML_ELEMENT to WebViewClassic." into jb-dev
2012-06-14 17:19:54 -07:00
John Reck
c0dc36d19e
Remove unused
...
Change-Id: If75de601f2fcf6309897f2005d505082e8cd4934
2012-06-14 17:19:27 -07:00
Svetoslav Ganov
6df7343222
am b6b2af3c: am 9add5654: Merge "AccessibilityInjector should return false on a failed action." into jb-dev
...
* commit 'b6b2af3cd182141030d6ffa8540d99058978e2d8':
AccessibilityInjector should return false on a failed action.
2012-06-14 17:09:00 -07:00
George Mount
0777558f03
Merge "DO NOT MERGE Respect the "Make password visible" setting." into jb-dev
2012-06-14 16:14:16 -07:00
John Reck
dcd3f3757c
Merge "Fix doc link"
2012-06-14 15:57:18 -07:00
John Reck
f2361156c4
Fix doc link
...
Change-Id: I5d2e6f04ed0ece6bf66b0b969c345108a1d372c5
2012-06-14 15:54:59 -07:00
alanv
8bab6de6e2
Add support for NEXT_HTML_ELEMENT to WebViewClassic.
...
Bug: 6663344
Change-Id: Ieb48998e3af12916fe499a12d5bf7a767df8d05b
2012-06-14 15:24:19 -07:00
George Mount
89654a8f69
DO NOT MERGE Respect the "Make password visible" setting.
...
Bug 6667146
Webkit Change: I95ffcfa6fa47baad60b1af55f84bee35dfcc7972
Change-Id: I7fc107b02f73f4c54e8fe66484038ea9d7b69d61
2012-06-14 15:10:09 -07:00
George Mount
e579f4b781
Merge "Respect the "Make password visible" setting."
2012-06-14 15:08:07 -07:00
John Reck
e526f14e3b
Merge "Show WebView layers in hierarchyviewer"
2012-06-14 14:42:40 -07:00
George Mount
94c1d843cb
Respect the "Make password visible" setting.
...
Bug 6667146
Webkit Change: I95ffcfa6fa47baad60b1af55f84bee35dfcc7972
Change-Id: I7fc107b02f73f4c54e8fe66484038ea9d7b69d61
2012-06-14 14:08:56 -07:00
John Reck
926cf56676
Show WebView layers in hierarchyviewer
...
Change-Id: I373e084d236baafe17982cfc367d167b81ca3e20
2012-06-14 14:01:20 -07:00
Steve Block
72ca7a45ac
Clarify JavaDoc for setting database paths in WebSettings
...
Bug: 6641511
Change-Id: Id6a78440c1b7a4a69140be878bfa22b9cd8631fd
2012-06-14 19:37:37 +01:00
John Reck
1cc2374f28
am d6bcfeb5: am d54d7cfe: Merge "Call WebView.performLongClick instead of performLongClick()" into jb-dev
...
* commit 'd6bcfeb5e9bd5d198d81d48bf817e7f028e4e384':
Call WebView.performLongClick instead of performLongClick()
2012-06-14 10:33:03 -07:00
Svetoslav Ganov
d8058ca556
AccessibilityInjector should return false on a failed action.
...
1. AccessibilityInjector was returning true even if the underlying
JavaScript was not loaded/failed. This may lead to TalkBack getting
stuck in a web view. To avoid this TalkBack requires gran1ularity
change when getting into web view. This is neither advertised nor
shown in the tutorial and which is worse it is inconsistent with
the traversal of the app.
Now if the action fails, false is returned and also the timeout for
handling the action request is increased to 5s. Upon the completion
of this timeout TalkBack may decide to show a wait dialog or just
skip the web content. We are treating this as an ANR.
bug:6663344
Change-Id: Idf3d08fe928c495bb974a127f853de6f938e2f77
2012-06-13 20:26:48 -07:00
John Reck
a8ae3e94c4
Call WebView.performLongClick instead of performLongClick()
...
Bug: 6656538
Due to the WebView/WebViewClassic refactor we need to call
WebView.performLongClick instead of performLongClick directly
to allow subclasses to override performLongClick
Change-Id: I9b580217fbafc82d03e63eabfdda9f5bad98db0f
2012-06-13 10:58:34 -07:00
George Mount
9b6eb6939e
Hide handles when clipped by layer or edit region.
...
Bug 6590742
Separated base and extent handle alpha so that they can
be hidden individually. Added visiblity check and animations
to show and hide the handles.
Change-Id: I08ce7f870bbb8e059550797afa18c2db39394caf
2012-06-12 16:08:20 -07:00
George Mount
7c79dd674a
Merge "Move handle into view after using it for scrolling."
2012-06-12 08:32:48 -07:00
George Mount
ab70020137
Merge "Fix caret handle offset"
2012-06-12 08:32:35 -07:00
Steve Block
ca2ef2cbb1
Merge "Fix style for Geolocation mock mechanism"
2012-06-11 10:32:35 -07:00
Jonathan Dixon
65ae8d8705
Merge "Extract WebView Classic details from API classes."
2012-06-08 13:53:05 -07:00
Jonathan Dixon
57217f238e
Merge "Separate interface and implementation of 2 more WebView classes"
2012-06-08 13:52:33 -07:00