summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Delete more unused stuff from navcacheJohn Reck2012-03-052-140/+19
| | | | | | | | | | | | Change-Id: I5ed8bb10141907656347e7c667be19b88f407bf0
* | | Merge "Fix crash when getting input text on an empty node."George Mount2012-03-021-8/+10
|\ \ \
| * | | Fix crash when getting input text on an empty node.George Mount2012-03-021-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | Bug 6109122 Change-Id: I1ecc5a599256dfb4701eb1f57f950b8950acf006
* | | | Merge "Fix m.movies.com crash"John Reck2012-03-021-5/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Fix m.movies.com crashJohn Reck2012-03-011-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6105672 Bug was caused by an attempt to get WebViewCore in a frame destructor. Fixed by adding some shortcuts that do not rely on a valid tree if the ScrollView given has a platformWidget Change-Id: I14b4506f621c7234fb1a841d5c9ed14028d0d816
* | | | Fixup webkit for WebViewClassic renameJonathan Dixon2012-03-023-7/+7
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | Changes native method bindings from API classes WebView and WebSettings, to the corresponding implementation classes WebViewClassic and WebSettingsClassic Interdepends on https://android-git.corp.google.com/g/165608 Change-Id: Ie47e5c8453fabef2afae399f411ffbe047cbfaab
* | | Fix iframe, for reals!John Reck2012-03-013-13/+20
| | | | | | | | | | | | Change-Id: I588aa5709e7a3c2ced9479c3cf9c1827bf6f7733
* | | Minor cleanup in PictureSetJohn Reck2012-03-014-105/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused variable from add() Switch mArea from SkRegion to SkIRect (we only ever used the region's bounds) Restrict draw's inval checking to within content rect - prevents an issue where after scaling/transforms the canvas clip can end up slightly negative, which results in drawing all the pictures in the list even if we only need to draw a partial inval Change-Id: Ie6e06437af2e326ee7d9286db65858d8886ec15d
* | | Merge "Add support for maxlength text fields to WebViewInputConnection."George Mount2012-02-292-2/+14
|\ \ \
| * | | Add support for maxlength text fields to WebViewInputConnection.George Mount2012-02-282-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6083776 Sends the maximum length from WebKit to WebViewInputConnection so that it can limit the number of characters entered and remain in sync with WebKit. Framework Change: I135871db7809e8dc28a3ad8d3aa852976a274555 Change-Id: Ie02f82a3f5b3527c378938d93bac2dece802af26
* | | | Merge "removed unused vars/functions"Chris Craik2012-02-281-17/+0
|\ \ \ \
| * | | | removed unused vars/functionsChris Craik2012-02-281-17/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: I07ab8c6e7ea1c15181eaaa936968b60f6cdd69a4
* | | | | Merge "Merge webkit change to reveal last character in password."George Mount2012-02-281-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge webkit change to reveal last character in password.George Mount2012-02-281-0/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6083915 cherry pick of webkit 93656 http://trac.webkit.org/changeset/93656 Change-Id: I1f979a3b2b9916736f3785ab2d5998b958b55cd2
* | | | Merge "Fix content detector crashes"Chris Craik2012-02-271-0/+5
|\ \ \ \
| * | | | Fix content detector crashesJohn Reck2012-02-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6075831 Add some sanity checks to AndroidHitTestResult Update DOMTextContentWalker to latest which had some extra checks Change-Id: If6d129e78712c8cfc5ec84e48487e32cc585680f
* | | | | Merge "Delete navcache native"John Reck2012-02-273-168/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Delete navcache nativeJohn Reck2012-02-273-168/+15
| |/ / / | | | | | | | | | | | | | | | | | | | | Will clean up the JNI in a later CL Change-Id: I448fe5592026c325c3b2fa1c90f174674bf358b1
* | | | Merge "Fix iframe webkit positioning"Nicolas Roard2012-02-271-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix iframe webkit positioningNicolas Roard2012-02-271-2/+1
| | | | | | | | | | | | | | | | Change-Id: I7b2b3a7312c89bc505d7f629380df0d3f24eee5f
* | | | Delete CacheBuilderJohn Reck2012-02-243-225/+84
| | | | | | | | | | | | | | | | | | | | | | | | Fixed address_detector to pass CTS Change-Id: I6e3c4146d4c03881d036be9b8d8708a8200efef8
* | | | Merge "Selection node used for selection region rather than focus node."George Mount2012-02-241-5/+5
|\ \ \ \
| * | | | Selection node used for selection region rather than focus node.George Mount2012-02-231-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6059606 Change-Id: I6be963f30adef0c1dab19399d0eb505b4d0452d3
* | | | | Support phone & email address detectionJohn Reck2012-02-231-0/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib5d671eb67d48ea29a0a16a99101eba904a8951c
* | | | | Support address detectionJohn Reck2012-02-233-3/+34
|/ / / / | | | | | | | | | | | | Change-Id: I88b6ebfb4c967e954a2420592a58af3ed188226d
* | | | Merge "Drop support for Android HTTP stack"Steve Block2012-02-2314-681/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Drop support for Android HTTP stackSteve Block2012-02-2214-681/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All future releases will use the Chromium HTTP stack and maintaining two HTTP stacks adds maintenance overhead. The Chromium HTTP stack requires V8, but we now use V8 in all build targets (b/5495373), so we can safely drop the Android HTTP stack. See corresponding framework change https://android-git.corp.google.com/g/166325. Bug: 5495616 Change-Id: I41117b6750fbc1c84cbd4a5951b0d1a457354f93
* | | | Add caret thumb following selection handle logic.George Mount2012-02-221-31/+58
| | | | | | | | | | | | | | | | | | | | | | | | Framework Change: I669653ca6890fe1136fdd42e24f4c3a34c00d1e4 Change-Id: I3cb0499c5fa3a7de241025d9be04ff44f54f2a74
* | | | Get input type for text field so that autocorrect works.George Mount2012-02-222-2/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5987568 Get the input type and other necessary information for setting up the IME. Framework Change: Ic8c14687a70727148dfc8115c46f09530ca0c0f6 Change-Id: I7eceafdbede8b7b463590a2e875a237241479ad1
* | | | Merge "scroll page to current match during find-on-page"Victoria Lease2012-02-221-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | scroll page to current match during find-on-pageVictoria Lease2012-02-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6044659 Change-Id: I7e6e59b365aec0b01c41cb80e4c342f39142b867
* | | | Remove unused cache methodsSteve Block2012-02-221-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebFrame::SetCacheDisabled() has been unused since https://mondrian.corp.google.com/changelist/33679-p9, so the WebCore cache is always enabled. WebFrame::CacheDisabled() has been unused since https://mondrian.corp.google.com/changelist/32803-p9 (see change to WebView). See framework change https://android-git.corp.google.com/g/167297. Change-Id: I4040aa24a1b269d506623ffbc5c0cf3d8353be0c
* | | | Merge changes I6312736c,I55a2ecd2Steve Block2012-02-221-159/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Remove benchmark tool Fix comments for willLoadFromCache()
| * | | | Remove benchmark toolSteve Block2012-02-211-159/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This relies on use of the Android HTTP stack, which hasn't been used since before HC, so is of little value. Bug: 5458617 Change-Id: I6312736cb139cd7a4e295e1cb6390d2a797fd37b
* | | | | Merge "Improve keyboard navigation cursor rings"John Reck2012-02-214-107/+73
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Improve keyboard navigation cursor ringsJohn Reck2012-02-214-107/+73
| |/ / / | | | | | | | | | | | | Change-Id: I2b11c0b0011104c5a3515ed138a9077dfe8b4ce1
* | | | async find-on-page implementation via WebKitVictoria Lease2012-02-212-11/+140
|/ / / | | | | | | | | | Change-Id: I5804c865f4bce6452213dc89337ff6a5e6100c9e
* | | frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
| | | | | | | | | | | | | | | | | | step 2: move libutils headers to their new home in androidfw. Change-Id: I5e97cfccf6828bc37207b92fbfe301b1ca31df4c
* | | frameworks/base refactoring.Mathias Agopian2012-02-172-2/+2
| | | | | | | | | | | | | | | | | | First step. Move libui headers to their new home. Change-Id: I2e770e6b53c2f34432b0df2937c4cc33af6dc52b
* | | Clean cached trust state on system storage update.Selim Gurun2012-02-161-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6009802 Cherry pick d61e19d1adc4e5fd664a3a5e5c0fd1141e697345. When credential storage is updated, reset any states in network layer that caches information. Change-Id: Iba4ea75723bbfab24c4ed3107fbaf5f7557c663b
* | | Remove JSC-specific code and V8 guards from Android-specific codeSteve Block2012-02-163-76/+5
| | | | | | | | | | | | | | | | | | | | | Also removes such code from downstream edits to non-Android-specific code. Bug: 5495373 Change-Id: I478824af2e6ff0eff9a43a9534c2a5ee0e99e9f8
* | | Merge "Revert "Clean cached trust state on system storage update.""Selim Gurun2012-02-151-10/+0
|\ \ \
| * | | Revert "Clean cached trust state on system storage update."Selim Gurun2012-02-151-10/+0
| | | | | | | | | | | | This reverts commit d61e19d1adc4e5fd664a3a5e5c0fd1141e697345
* | | | Merge "Initial support for keyboard navigation"John Reck2012-02-153-27/+62
|\ \ \ \
| * | | | Initial support for keyboard navigationJohn Reck2012-02-153-27/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6019693 Change-Id: I7b4f6d83e8913e647e8ac7340afd01d609c4343b
* | | | | Merge "Clean cached trust state on system storage update."Selim Gurun2012-02-151-0/+10
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Clean cached trust state on system storage update.Selim Gurun2012-02-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6009802 When credential storage is updated, reset any states in network layer that caches information. Change-Id: I551cd84645e40991234b18801216907ae7ab6579
* | | | Merge "Add enclosing parent rects to hit test object."Mangesh Ghiware2012-02-064-7/+46
|\ \ \ \
| * | | | Add enclosing parent rects to hit test object.Mangesh Ghiware2012-02-064-7/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Walk up the tree from innerNode, and add up to 5 distinct bounding boxes. These can be used for better double-tap zooming and centering of text and/or images. Bug: 5175030 Bug: 5768421 Change-Id: Id8767507127d0394474b7500f9e39a6d59f8eeac
* | | | | Merge "Use field identifier for content-editable fields."George Mount2012-02-032-43/+14
|\ \ \ \ \