summaryrefslogtreecommitdiffstats
path: root/Source/WebKit
Commit message (Collapse)AuthorAgeFilesLines
* Support phone & email address detectionJohn Reck2012-02-234-1/+451
| | | | Change-Id: Ib5d671eb67d48ea29a0a16a99101eba904a8951c
* Support address detectionJohn Reck2012-02-2314-11/+1528
| | | | Change-Id: I88b6ebfb4c967e954a2420592a58af3ed188226d
* Merge "Drop support for Android HTTP stack"Steve Block2012-02-2318-727/+2
|\
| * Drop support for Android HTTP stackSteve Block2012-02-2218-727/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-228-704/+0
|\ \ | | | | | | | | | | | | | | | * changes: Remove benchmark tool Fix comments for willLoadFromCache()
| * | Remove benchmark toolSteve Block2012-02-218-704/+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
* | | Merge "Add two missing null checks"John Reck2012-02-211-1/+1
|\ \ \ | |_|/ |/| |
| * | Add two missing null checksJohn Reck2012-02-211-1/+1
| |/ | | | | | | | | | | Bug: 6008243 Change-Id: I32df636933d77dc9d7174f7a025a1ee70bb945fa
* | async find-on-page implementation via WebKitVictoria Lease2012-02-216-1208/+143
|/ | | | Change-Id: I5804c865f4bce6452213dc89337ff6a5e6100c9e
* frameworks/base refactoring.Mathias Agopian2012-02-177-11/+11
| | | | | | step 2: move libutils headers to their new home in androidfw. Change-Id: I5e97cfccf6828bc37207b92fbfe301b1ca31df4c
* frameworks/base refactoring.Mathias Agopian2012-02-173-3/+3
| | | | | | First step. Move libui headers to their new home. Change-Id: I2e770e6b53c2f34432b0df2937c4cc33af6dc52b
* Clean cached trust state on system storage update.Selim Gurun2012-02-163-2/+28
| | | | | | | | | | 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-166-88/+7
| | | | | | | 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-153-28/+2
|\
| * Revert "Clean cached trust state on system storage update."Selim Gurun2012-02-153-28/+2
| | | | | | This reverts commit d61e19d1adc4e5fd664a3a5e5c0fd1141e697345
* | Merge "Initial support for keyboard navigation"John Reck2012-02-155-28/+67
|\ \
| * | Initial support for keyboard navigationJohn Reck2012-02-155-28/+67
| | | | | | | | | | | | | | | | | | Bug: 6019693 Change-Id: I7b4f6d83e8913e647e8ac7340afd01d609c4343b
* | | Merge "Clean cached trust state on system storage update."Selim Gurun2012-02-153-2/+28
|\ \ \ | |/ / |/| / | |/
| * Clean cached trust state on system storage update.Selim Gurun2012-02-153-2/+28
| | | | | | | | | | | | | | | | | | Bug: 6009802 When credential storage is updated, reset any states in network layer that caches information. Change-Id: I551cd84645e40991234b18801216907ae7ab6579
* | Merge "Update the scale when updating DrawGL functor"Teng-Hui Zhu2012-02-141-2/+7
|\ \
| * | Update the scale when updating DrawGL functorTeng-Hui Zhu2012-02-141-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | bug:6008955 framework change: https://android-git.corp.google.com/g/#/c/165735/ Change-Id: I4228af004ac2060fa53cf49d34cde68b15fedc80
* | | 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
* | | | resolved conflicts for merge of 6f1bf086 to masterDerek Sollenberger2012-02-061-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | Change-Id: I104f02e5e6ec50c002a2bdc960b428ece13528dd
| * \ \ \ am 2857538e: Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-02-061-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '2857538e8cd8c752b06ee75dd039791a186455b3': Skia API changes as a result of an update to the Skia library.
| | * | | | Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes are required to work with r3022 of Skia Change-Id: I4d4a13bad9acc54934bbb46bdfc08ee424c7a33a
* | | | | | Merge "Plumbing to notify WebViewCore when paints should pause"Chris Craik2012-02-061-36/+24
|\ \ \ \ \ \
| * | | | | | Plumbing to notify WebViewCore when paints should pauseChris Craik2012-02-021-36/+24
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Change-Id: I93c76ccd401b1fe611cc9c1ea361251667422c7b
* | | | | | Merge "Use field identifier for content-editable fields."George Mount2012-02-032-43/+14
|\ \ \ \ \ \
| * | | | | | Use field identifier for content-editable fields.George Mount2012-02-012-43/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5946645 Framework change: I0b1c52a6c78f2a2bc16a69fa97f21655af3209d3 Change-Id: I915b49c6161fc0604e584699ec96cc86ba96ac79
* | | | | | Fix text selection with one handle off screenJohn Reck2012-02-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I95ed7c1f33628a1b2f707e458be6fca57b57a3b0
* | | | | | Snap selection handles to end of textJohn Reck2012-02-022-25/+30
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using WebKit's cursor location use the start and end of the text highlight region since we only highlight text and not other content like images Change-Id: I1b84b8a0be34c56e87169d215c581fdada745362
* | | | | Make sure no text selection change occurs during key press.George Mount2012-02-021-0/+4
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Bug 5947031 Change-Id: I9eb52ffa745b010d5ba0bff94704d1579a5257f2
* | | | Fix input cursorJohn Reck2012-02-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 5947031 Change-Id: I2bad8ffc9bd53aa3a2405a9b5e21c05486489dd4
* | | | Fix text selection on iframesJohn Reck2012-02-014-45/+69
|/ / / | | | | | | | | | Change-Id: Ie1943ef0ba2d353fac20ff67f78a1647921daec4
* | | Fix typoJohn Reck2012-01-312-4/+4
| | | | | | | | | | | | Change-Id: I2d3f2c88a18c6c6ae63ec6aae376497437f513c7
* | | Merge "Minor draw extras cleanup and refactor"John Reck2012-01-316-70/+131
|\ \ \
| * | | Minor draw extras cleanup and refactorJohn Reck2012-01-316-70/+131
| | | | | | | | | | | | | | | | Change-Id: Iba601e384549c11cf659a47e06c586048f624148
* | | | Support select allJohn Reck2012-01-311-0/+8
|/ / / | | | | | | | | | | | | | | | Framework CL: 161649 Change-Id: I16e889da0199c16270ed0576511eb21d63434ff0
* | | Webkit text selectionJohn Reck2012-01-3011-2327/+507
| | | | | | | | | | | | Change-Id: I8e2e400940c7c84055aeb2624958aaf47804900b
* | | Merge "Clean up tranfer queue before EGL context destroy"Teng-Hui Zhu2012-01-271-1/+10
|\ \ \
| * | | Clean up tranfer queue before EGL context destroyTeng-Hui Zhu2012-01-271-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will avoid ANR when texture generation thread is stuck b/c transfer queue is running out of slots, at the same time, EGL context get destroyed and no more draw call coming to free up more slots. Abandon the surface texture will also help to be more memory friendly. Move the highEndGfx check to TilesManager. bug:5639899 Change-Id: I98f0289ae5ca18361f71dec853327223506e3073
* | | | Merge "Render dropdown menu natively"Michael Kolb2012-01-275-278/+0
|\ \ \ \