Mikhail Naganov
82f2cc312e
am 2ede4226: Merge "Update JavaDoc for WebSettings.{get|set}UseWideViewPort"
...
* commit '2ede4226952770714df307803e49f2ffdbd81601':
Update JavaDoc for WebSettings.{get|set}UseWideViewPort
2013-01-08 01:55:34 -08:00
Mikhail Naganov
cb000a68cb
Update JavaDoc for WebSettings.{get|set}UseWideViewPort
...
Based on a black-box inspection of WebView behavior.
Change-Id: I8823dab9ef2302cf7d11abec87a64e854db9e116
2013-01-07 17:54:19 +00:00
Selim Gurun
c225fa8549
am 5c11ef10: Remove doc references to private browsing.
...
* commit '5c11ef10dbc6734ec028a7112eaaa57920aa184d':
Remove doc references to private browsing.
2013-01-04 15:20:18 -08:00
Selim Gurun
5c11ef10db
Remove doc references to private browsing.
...
Remove reference to private browsing since it is no longer supported.
Change-Id: I65bc8aecd949717f662454d4bd1759ca91ad553d
2013-01-04 14:58:36 -08:00
Martin Kosiba
0adf335c0d
Merge "Ensure the WebView provider is created onVisibilityChanged." into master-chromium
2013-01-04 08:47:33 -08:00
Kristian Monsen
d05e4d820d
Merge "Update Geolocation.getInstance() comment."
2012-12-26 16:00:25 -08:00
Martin Kosiba
679e6385d2
Ensure the WebView provider is created onVisibilityChanged.
...
It is possible for onVisibilityChanged to be called during
WebView construciton.
BUG=7622923
Change-Id: I2041310c36f9382ebe12018d9aa1f260364d28da
2012-12-21 12:39:50 +00:00
Jean-Baptiste Queru
12174a1c62
am 48576911: Merge from AOSP staging branch
...
* commit '48576911a2de25c46ecfbecdf7dcb373b70be3a5':
Return error upon attempt to use non-existent APN
Memory leak due to bad destroy sequence
2012-12-18 15:52:45 -08:00
Mikhail Naganov
94e0bd3b10
Add new LayoutAlgorithm -- TEXT_AUTOSIZING
...
The algorithm will only be implemented in the new version of WebView.
BUG=6294649
Change-Id: I302b0b572236e57c0ce07946361e9e743321b6a8
2012-12-17 11:37:30 +00:00
Jean-Christophe PINCE
6169bcf50d
Memory leak due to bad destroy sequence
...
During the destroy sequence, it happens that the mWebViewClassic was
set to null in the transferMessages function and consequently, the
call to WebCoreThreadWatchdog.unregisterWebView(mWebViewClassic) is
not really removing the view from the watchdog's list; creating a
memory leak.
Change-Id: I2bae7c8d7c473e2af25e62a485699f88269d6658
Author: Jean-Christophe PINCE <jean-christophe.pince@intel.com >
Signed-off-by: Jean-Christophe PINCE <jean-christophe.pince@intel.com >
Signed-off-by: Shuo Gao <shuo.gao@intel.com >
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com >
Signed-off-by: Jack Ren <jack.ren@intel.com >
Author-tracking-BZ: 57869
2012-12-14 09:35:44 +08:00
Adam Powell
cd252d267b
am 524962c8: am ff411ddb: Merge "Framework: Use holo alert drawables"
...
* commit '524962c8cf796035f7578515ba48080873d46057':
Framework: Use holo alert drawables
2012-12-07 12:24:20 -08:00
Jonathan Dixon
47aaba3faf
Fix broken more JavaDoc links
...
Change-Id: Ic1c74c739a668871e37b7b5868f1bc9ed3a65828
2012-11-30 16:32:17 -08:00
Jonathan Dixon
7c28219cc9
Fix broken JavaDoc
...
Change-Id: I1e6d595f0fcd1a816ed39aaa801f7d451eb39f85
2012-11-30 15:53:28 -08:00
Kristian Monsen
51f536388e
Update Geolocation.getInstance() comment.
...
This is to reflect the old and new behavior that a WebView needs
to be created first.
Change-Id: I6128573265444327334d94cc8f250e2cf100eed1
2012-11-30 15:53:08 -08:00
Björn Lundén
1129a85203
Framework: Use holo alert drawables
...
Replaces the current usage of the GB alert
drawable with theme-consistent holo ones.
Change-Id: I8594ef8276db5bb0e192f3a541937d7281321043
2012-11-15 15:32:02 +01:00
Martin Kosiba
15cb825493
Update WebViewClient.shouldInterceptRequest JavaDoc.
...
This changes the wording to say 'not UI thread' instead of 'network
thread'.
Change-Id: I9bc94830297b88639e7749392e3c2082b087f4ce
2012-11-13 18:25:48 +00:00
Martin Kosiba
881c49c99b
Update WebViewClient.shouldOverrideUrlLoading JavaDoc.
...
Add a comment to say that the method will not be called for POST requests.
Change-Id: If767093846584df834f9d258241306722b1abd99
2012-11-13 18:25:23 +00:00
Kenny Root
7b172a49a9
am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"
...
* commit '58ed5d748c0b9b64845975ef5844ad313de7c3f6':
Correct executable bit for source files
2012-11-07 13:08:25 -08:00
Kenny Root
58ed5d748c
am 768d9e1a: Merge "Correct executable bit for source files"
...
* commit '768d9e1a72ceee7d4a5f608776b87b62d6ce4a04':
Correct executable bit for source files
2012-11-07 11:52:12 -08:00
Kenny Root
3a084af2e9
Correct executable bit for source files
...
Many media files and source code files were marked as executable in Git.
Remove those.
Also a shell script and python script were not marked as executable.
Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
2012-11-07 10:27:31 -08:00
Svetoslav Ganov
cf8384abfc
am 49c2756b: am b3ec0639: am 7e1a45d8: Merge "Fix accessibility API injection." into jb-mr1-dev
...
* commit '49c2756b1c4996e9ebcc70c89095f436790b5469':
Fix accessibility API injection.
2012-11-01 15:19:06 -07:00
alanv
992ceefbcf
Fix accessibility API injection.
...
Also adds a heartbeat check so that if something does go wrong while adding
the JavaScript APIs, we don't attempt to use the JavaScript-based screen
reader.
Bug: 7450237
Change-Id: Ifbce77cf93115f658386c520b8226941607b2afe
2012-11-01 14:25:50 -07:00
Bo Liu
7cd2baf4ce
Remove CacheManager implementation
...
CacheManager will not be implemented with webviewchromium. So removing
existing implemntation in WebViewClassic.
Change-Id: I82d3a156ba898393cc12080f8150841cd76f187a
2012-10-24 16:00:01 -07:00
Torne (Richard Coles)
a9bbd9439c
Rename Chromium-powered WebView package.
...
The Chromium-powered WebView package has been renamed from
com.android.webviewchromium to com.android.webview.chromium. Reflect
this renaming in the factory.
Change-Id: I64ba2b54c52aad8f10eef68d12366ce9be09b9c8
2012-10-24 11:59:22 +01:00
erin rosenthal
b095e494b0
am a7edbbdd: am 76c5144e: am 36425d19: Merge "Catch badly formed URLs in WebView accessibility injector." into jb-mr1-dev
...
* commit 'a7edbbdd8dc73cb0d9e9c0726a72cfe01b5fb80f':
Catch badly formed URLs in WebView accessibility injector.
2012-10-22 18:02:12 -07:00
alanv
ac6e50a671
Catch badly formed URLs in WebView accessibility injector.
...
Bug: 7206684
Change-Id: I13e8f29043314430ea3fcfa8ab59040136d06e57
2012-10-19 12:57:41 -07:00
Charles Chen
3184787c2d
am 935db6c5: am e228b5b9: am 4c38e24a: Merge "Don\'t alter accessibility JS APIs unless a page is about to load." into jb-mr1-dev
...
* commit '935db6c5616d1bc67c3b077ba7ad8f64173792df':
Don't alter accessibility JS APIs unless a page is about to load.
2012-10-12 13:55:21 -07:00
Charles Chen
4c38e24afb
Merge "Don't alter accessibility JS APIs unless a page is about to load." into jb-mr1-dev
2012-10-12 13:46:09 -07:00
alanv
03e636f33d
Don't alter accessibility JS APIs unless a page is about to load.
...
Previously we were adding and removing the APIs on window attach and
detach, but a page's life cycle is not related to attach/detach. This
patch also ensures that ChromeVox is not null before calling. Includes
formatting fixes and extra comments in the waitForResultTimedLocked
method to improve readability. Fixes parsing of integer resultId, which
was being parsed using Long.
Bug: 7328348
Change-Id: I6b81a8e4d8209f8e99419da9b8250abe57e25048
2012-10-12 11:42:37 -07:00
John Reck
d35a870bd6
am e45ecba9: am be0786ae: am b746febc: Merge "Center text selection point to avoid rounding glitches" into jb-mr1-dev
...
* commit 'e45ecba93be4fa5a2ccfd64224b0710dc8712999':
Center text selection point to avoid rounding glitches
2012-10-12 11:09:47 -07:00
John Reck
b746febca2
Merge "Center text selection point to avoid rounding glitches" into jb-mr1-dev
2012-10-11 18:25:55 -07:00
John Reck
9fcef3d023
Center text selection point to avoid rounding glitches
...
Bug: 7313424
Change-Id: I5356bec61e3d1244b506486300f059aa0bba6d9e
2012-10-11 18:08:03 -07:00
Svetoslav Ganov
7ae3f43f26
am ef5f50a4: am 407ce197: am 3003bada: Merge "Check whether ChromeVox is ready before attempting to call it." into jb-mr1-dev
...
* commit 'ef5f50a4183b285cbde4c2a2cc4e44a25a564032':
Check whether ChromeVox is ready before attempting to call it.
2012-10-11 17:55:01 -07:00
Svetoslav Ganov
241856313f
am 78c12209: am 50cf95fc: am 87c6f9a5: Merge "This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch." into jb-mr1-dev
...
* commit '78c12209b6212dfc57d7e7d79d16d9efcb03217f':
This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch.
2012-10-11 17:54:55 -07:00
clchen
f18971bbc3
am fdffe981: am 6f3feefe: am 4574df0c: Merge "Reducing WebView navigation timeout for accessibility." into jb-mr1-dev
...
* commit 'fdffe981fb72b557437898e19279a2aa4a712321':
Reducing WebView navigation timeout for accessibility.
2012-10-11 17:53:42 -07:00
Jonathan Dixon
b9c78e89d6
am 73030434: am 207b5e17: am 402099f7: Merge "Unhide setPictureListener" into jb-mr1-dev
...
* commit '73030434e5b44bcb16005fbe591943e76c533be2':
Unhide setPictureListener
2012-10-11 17:53:27 -07:00
Svetoslav Ganov
3003bada60
Merge "Check whether ChromeVox is ready before attempting to call it." into jb-mr1-dev
2012-10-11 17:14:34 -07:00
Svetoslav Ganov
87c6f9a528
Merge "This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch." into jb-mr1-dev
2012-10-11 17:12:07 -07:00
alanv
d8faf74662
Check whether ChromeVox is ready before attempting to call it.
...
Calls to performAction will immediately return false if ChromeVox is not
loaded. Also adds additional debugging output.
Bug: 7328657
Change-Id: I5bd7c69ccc9500cebaa4a8c1bf023794f4eebe2e
2012-10-11 16:48:32 -07:00
Svetoslav Ganov
d1821cc06f
This is wrong since it fixed the symptom not the problem. Alan is uploading a correct patch.
...
Revert "Reducing WebView navigation timeout for accessibility."
This reverts commit 2203cf3f72
Change-Id: I5b2d999851af98acb953529ebfcda608ce27799d
2012-10-11 16:46:33 -07:00
clchen
4574df0c15
Merge "Reducing WebView navigation timeout for accessibility." into jb-mr1-dev
2012-10-11 16:16:56 -07:00
clchen
2203cf3f72
Reducing WebView navigation timeout for accessibility.
...
Reducing the amount of time that WebView will wait before treating
a navigation attempt as failed. This is needed to recover from
cases where the user is attempting to linearly navigate a WebView
that is immediately switched out right as it starts to read.
A good example of this problem is AdMob's WebViews which are
continuously being swapped.
Change-Id: Ib9b4a9b99a35d42920e34e0acbe8ab45e1d47871
2012-10-11 16:13:00 -07:00
Jonathan Dixon
96a1b3cf67
Unhide setPictureListener
...
The replacement isn't available yet, so we need to leave this in for now.
BUG: 7332831
Change-Id: I311c44c45ef71461572afbe4060d134cdaefd3ae
2012-10-11 14:00:50 -07:00
Svetoslav Ganov
38fbe45d7d
am c4160940: am e34b3243: am 02f0daa5: Merge "Fix WebView accessibility scripts." into jb-mr1-dev
...
* commit 'c41609408bbafa48cb222be40a4e43b88d3d09dc':
Fix WebView accessibility scripts.
2012-10-10 17:31:34 -07:00
alanv
df313699ba
Fix WebView accessibility scripts.
...
Ensures A11y APIs are added to WebView before page loads. Prevents calls
to TTS before init and after shutdown. Ensures calls to TTS are thread-
safe. Activates and deactivates feedback from AndroidVox when view is
attached and detached. Adds a flag for logging debug output, as well as
a lot of debug output.
Bug: 7326781
Change-Id: I5d4ab7f9fb1669f98ef05ae207e897565d3086c9
2012-10-10 17:09:11 -07:00
John Reck
b3c8ddade4
am 93f7d42d: am 7c72a8f9: Merge "Fix perf regression from scale/density mismatch" into jb-mr1-dev
...
* commit '93f7d42deb07bdbbc6cc0724247d6efce1f5a3e2':
Fix perf regression from scale/density mismatch
2012-09-28 00:36:49 -07:00
John Reck
3f5a59accc
Fix perf regression from scale/density mismatch
...
Bug: 7242941
Change-Id: I8a45e8ae589cecc6215566b995003b9eefb7827e
2012-09-27 17:10:49 -07:00
Jeff Brown
9da4d74477
am 876f95ed: am b32e2216: Merge changes I332f020f,I632648ac into jb-mr1-dev
...
* commit '876f95ed7f914b4d86634db552277f835d288805':
Update references to migrated global settings.
Handle user switched for settings changes.
2012-09-25 17:11:25 -07:00
Jeff Brown
bf6f6f9de7
Update references to migrated global settings.
...
Fixed one setting that was migrated but not marked deprecated.
Removed a hidden setting that is no longer used by the new
power manager service.
Bug: 7231172
Change-Id: I332f020f876a18d519a1a20598a172f1c98036f7
2012-09-25 15:27:51 -07:00
Kristian Monsen
7ae8a60f35
Merge "Hiding a method for JB-MR1" into jb-mr1-dev
2012-09-25 07:29:13 -07:00