summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge "Unify composited layer/base layer draw path"Chris Craik2012-04-111-39/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Unify composited layer/base layer draw pathChris Craik2012-04-101-39/+0
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multiple paths were redundant, as they both synchronized the layers, and drew the base if needed. depends on frameworks/base change: https://android-git.corp.google.com/g/#/c/179964/ largely reverts 3adbe453816c9282bfe1d212e813661ce2590955 Change-Id: Ic60f79521dc62e7c2281302bc51a3dfde16d396f
* | | | Revert "Revert "Keep selection handles in edit fields.""George Mount2012-04-102-26/+33
| | | | | | | | | | | | This reverts commit eb4152454774fa6e38c8be1a2810bc893d494de3
* | | | Revert "Keep selection handles in edit fields."George Mount2012-04-102-33/+26
| | | | | | | | | | | | This reverts commit 76a09fb547aa97b2f0e9cbb1e4a800d61b30a477
* | | | Keep selection handles in edit fields.George Mount2012-04-102-26/+33
|/ / / | | | | | | | | | | | | | | | | | | Bug 6264769 Framework Change: I9ee89f8b1d4e6954092b8c4d677fb75b79354b36 Change-Id: Ie937a8c55da0f8aef66cfcee11beb961669b7168
* | | Merge "reduce JNI usage for findAll()/findNext()"Victoria Lease2012-04-092-26/+8
|\ \ \
| * | | reduce JNI usage for findAll()/findNext()Victoria Lease2012-04-042-26/+8
| | | | | | | | | | | | | | | | | | | | Bug: 6052412 Change-Id: I76b27408223212090558fa3e7a2c878a97549c2c
* | | | Implements a recording GraphicsContextNicolas Roard2012-04-064-3/+77
| | | | | | | | | | | | | | | | Change-Id: I41feadb23dce25af321331c459eb159c6141831b
* | | | Rename several classesChris Craik2012-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BaseTile,BaseTileTexture -> Tile,TileTexture Used in layers other than the base LayerGroup -> Surface Renamed to convey that it is a member of the SurfaceCollection, and that the layers grouped inside are painted together (if at all) DualTiledTexture -> SurfaceBacking Better conveys that this is the raster backing for a surface that can paint. It may be implemented with two tiled textures for now, but that isn't as important as its relationship to the surface. TiledTexture -> TileGrid Renamed to make it more clear that it was a container of tiles, and to be less similar to TileTexture Change-Id: I843f8603a2080cfe5a7313ba1c2eff10620f8aa2
* | | | Merge "Translucent background color support for webview"Teng-Hui Zhu2012-04-021-3/+12
|\ \ \ \
| * | | | Translucent background color support for webviewTeng-Hui Zhu2012-04-021-3/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to respect the background color set for webview and combine that with the CSS background. Since we are tiled based and need to avoid double drawing, we need to determine the areas not covered by available tiles and draw the background. This involves a bit computation overhead. Therefore, we only compute those areas when alpha is between 1 to 254. When alpha is 255, we just need a glClear. When alpha is 0, nothing need to be drawn. Due to the fact that the tile can be partially drawn, texture generator need to know the background color to clear the tiles for the base layer. bug:5684832 Change-Id: I51f9d219f2722cc088eeea603623f9660f7a136a
* | | | Don't show keyboard on focus change.George Mount2012-04-022-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6270400 Framework Change: I2aa65b405b3a394b55821a4d688afeb22244c2c7 Change-Id: I1f06b7220e22665f5932928855c81eca6534bf2f
* | | | Merge "Remove unused FORM_DID_BLUR hooks."George Mount2012-04-022-24/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unused FORM_DID_BLUR hooks.George Mount2012-04-022-24/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6111763 Framework Change: I56a862a6c0f0d7799f4e935bb7f5103bb2edbb9b Change-Id: I015e1a57e81e897c124af5d96ba76b4d07a381fc
* | | | add enable/disable switch for link prefetch to WebSettingsVictoria Lease2012-03-301-0/+11
|/ / / | | | | | | | | | | | | Bug: 5218987 Change-Id: Ie88a117e52d1835114415ee6721108d8a882594a
* | | Snap selection handles to text.George Mount2012-03-282-0/+41
| | | | | | | | | | | | | | | | | | | | | Bug 6198286 Framework Change: I3c51ed5f6988d58440badfbe8b076fd83d48ae2a Change-Id: I55604f3ec28586beaec5fd98a27c9f4b8a59a8a5
* | | Remove using namespace from WebViewCore.hJohn Reck2012-03-272-61/+75
| | | | | | | | | | | | Change-Id: Ia19117c876165a65f508d236193392940142d429
* | | Platform graphics refactorJohn Reck2012-03-231-37/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Push the bulk of the work to PlatformGraphicsContext PlatformGraphicsContext does not depend on having a GraphicsContext Get ImageAndroid::drawPattern off of mCanvas Get BitmapImage::draw off of mCanvas Get WebFrameView off of mCanvas Cleanup GradientAndroid and remove mCanvas usage Change-Id: I3c8ad10c030cbc384436463e197ca1c0a69d34eb
* | | reimplement BaseLayerAndroid as a LayerAndroid subclassChris Craik2012-03-222-9/+7
| | | | | | | | | | | | | | | | | | Breaks low res tiling, and expanded rendering bounds. Change-Id: Iec3ba2adceb6bd95399594d29fd8c0b18c1122ce
* | | Merge "Make paste window and caret handle show up at the right time."George Mount2012-03-212-14/+20
|\ \ \
| * | | Make paste window and caret handle show up at the right time.George Mount2012-03-202-14/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 6194009 Framework Change: I460db436bd79d8ff72b457b5878ffe468400031f Change-Id: I7f8bc7266df52a67245b0a971826fd14e0d715c5
* | | | Plumb WebView and WebViewCore thru to MediaLayerJonathan Dixon2012-03-211-6/+3
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Depends on https://android-git.corp.google.com/g/171224 Changes the plugin code to provide the WebView (not WebViewClassic) jobject instance into the plugin, as this provides the full public API expected. As a knock-on, I had to plumb WebViewCore jobject through to MediaTexture so it can retain the sendPluginDrawMsg() call. This isn't pretty, but in terms of layering it's no worse than before. Change-Id: Iaaa6e0c6b65963fedaff078a20477d8595c82a5d
* | | only report actual changes to matchCountVictoria Lease2012-03-161-3/+4
|/ / | | | | | | | | | | Bug: 6052412 Change-Id: If188ea2e54b52f16767d8df8d66c4a80f5a400c0
* | Update edit text size when the text changes so scroll works.George Mount2012-03-152-0/+26
| | | | | | | | | | | | | | Bug 6176413 Framework Change: I6b8f244cd747d6d19c261d685a3cfb9ef4d71ec3 Change-Id: I487322ca9578c003f937b92ca4e8d46d34ea8c78
* | Merge "Scroll cursor with edited text."George Mount2012-03-151-0/+1
|\ \
| * | Scroll cursor with edited text.George Mount2012-03-151-0/+1
| | | | | | | | | | | | | | | | | | Bug 6175492 Change-Id: I0f36e3ff371df1b8941a47ee910c0729cd5a01e1
* | | Merge "Add scrolling editable text with a finger drag."George Mount2012-03-152-25/+89
|\ \ \ | |/ /
| * | Add scrolling editable text with a finger drag.George Mount2012-03-142-25/+89
| | | | | | | | | | | | | | | | | | | | | | | | Bug 6156451 Framework Change: I1a16c708e5ea2ef8bd1f99197dacbc7831764ef4 Change-Id: Ie08712fb17b237fbb2d520d745ef8a2e489fd728
* | | Merge "Refresh fonts when system locale is changed"Russell Brenner2012-03-142-0/+44
|\ \ \
| * | | Refresh fonts when system locale is changedRussell Brenner2012-03-142-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When content is cleared, check for locale change and flush internal font caches, if necessary. Bug: 5873170 Change-Id: Ifba52e6e827444b41d08f1ca08c3b6f2c9d87462
* | | | Fix layers ordering issue with Absolute positioned elementsNicolas Roard2012-03-131-1/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | - Promote absolute positioned elements to be composited - Reorder the elements as needed in LayerAndroid - Simplify fixed elements composition culling (don't do it anymore, we just promote everything and let the Layers sort things out) Change-Id: If76cf76a92410dec7e305a1a70c660d8597e399a
* | | Merge "Support "prev" for IME input."George Mount2012-03-131-11/+8
|\ \ \ | |/ / |/| |
| * | Support "prev" for IME input.George Mount2012-03-121-11/+8
| | | | | | | | | | | | | | | | | | | | | Bug 6152403 Framework change: I6d339d724616b9f156458dd4223d3b991191b13d Change-Id: I09e5f63d41bb88a632f70b010e8ab4851bf90bab
* | | replace XLOGC/XLOG with ALOGD/ALOGVChris Craik2012-03-122-109/+78
| | | | | | | | | | | | | | | | | | | | | Started using ALOGW/E for indicating warnings/errors Also delete the unused TilesTracker.h Change-Id: I1986a3057efd4c8e260dbc020e21c02d4d646cf3
* | | resolved conflicts for merge of f6d49173 to masterDerek Sollenberger2012-03-121-0/+1
|\ \ \ | |/ / |/| / | |/ Change-Id: I5c3e6fe524ae5742420c5a6e092d92840e2754f0
| * am 1969832e: Merge "Update WebKit with necessary changes for the Skia merge."Derek Sollenberger2012-03-121-0/+1
| |\ | | | | | | | | | | | | * commit '1969832edc74f5a34c300f386e6739d5faff6bed': Update WebKit with necessary changes for the Skia merge.
| | * Update WebKit with necessary changes for the Skia merge.Derek Sollenberger2012-03-061-0/+1
| | | | | | | | | | | | | | | | | | This CL address the modifications needed for r3312 of Skia Change-Id: I0574657e7a84e53c6b92cefbe07668e9467880db
* | | Merge "Add back auto-completion and auto-fill."George Mount2012-03-124-40/+111
|\ \ \
| * | | Add back auto-completion and auto-fill.George Mount2012-03-094-40/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5993316 Framework Change: If00d42c0cb4f2c207f0d502e297741e1d6a68bf4 Change-Id: I9d09a924a579d2d4551bff0489670de71d04757e
* | | | Introduce a LayerContent interfaceNicolas Roard2012-03-092-11/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Layers can now use a LayerContent object to draw their content. We currently have two subclasses, one using an SkPicture (currently used for composited layers), the other using a PictureSet (that we use for the base layer). First step toward unification... Change-Id: I5e7fd06a653f02f8721613fd3a39d36fb64a8614
* | | | Replace picture count with the SurfaceCollection countChris Craik2012-03-091-1/+0
|/ / / | | | | | | | | | | | | | | | Displays surface collection count on tiles when visual indicator is on. Change-Id: Ibe90792279849baff6f5bf0d71b80d9081471dc4
* | | Change the way we apply fixed position to layersNicolas Roard2012-03-081-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | With the latest refactoring we lost the possibility of having a layer other than LayerAndroid be fixed positioned. This CL remove the FixedLayerAndroid class (rename it into FixedPositioning) of the hierarchy, and use delegation to apply fixed position. Change-Id: Ib291fcaefe6a4431849ccfe2cf458fac6cac58aa
* | | Refactor LayerAndroid to add iframe subclassesNicolas Roard2012-03-071-7/+18
| | | | | | | | | | | | Change-Id: Ia3810e83a2d919ff5fa37b8fcd92e6cbbb63d569
* | | Merge "Fix cursor rings for buttons"John Reck2012-03-063-8/+26
|\ \ \
| * | | Fix cursor rings for buttonsJohn Reck2012-03-063-8/+26
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6124914 Change-Id: I2a802ac7f83117acdac7d44cb872b9e3c227025f
* | | | Merge "Support passing focus to the chrome"John Reck2012-03-062-0/+25
|\ \ \ \ | |/ / /
| * | | Support passing focus to the chromeJohn Reck2012-03-062-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6109044 This is primarily for tab navigation, arrow keys are handled differently Change-Id: I72968014535afe21bbcb43913bd11cbb676daaf9
* | | | Merge "Refactor LayerAndroid and add a FixedLayerAndroid class"Nicolas Roard2012-03-061-35/+89
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor LayerAndroid and add a FixedLayerAndroid classNicolas Roard2012-03-061-35/+89
| | | | | | | | | | | | | | | | Change-Id: Ic94e67678e7f5783bf6690308d0a13ce2202d1f2
* | | | Fix platformLayerIdFromNode lookupJohn Reck2012-03-051-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | Bug: 6119014 If the RenderLayer of the node isn't composited, traverse up the tree until we find a composited parent. Change-Id: I9448273fb5cc86ae56a47e229e9556a15569ed69