summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Merge webkit change to reveal last character in password."George Mount2012-02-286-4/+103
|\
| * Merge webkit change to reveal last character in password.George Mount2012-02-286-4/+103
| | | | | | | | | | | | | | | | Bug 6083915 cherry pick of webkit 93656 http://trac.webkit.org/changeset/93656 Change-Id: I1f979a3b2b9916736f3785ab2d5998b958b55cd2
* | Merge "Fix content detector crashes"Chris Craik2012-02-272-4/+14
|\ \
| * | Fix content detector crashesJohn Reck2012-02-272-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | 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-2721-6338/+62
|\ \ \ | |/ / |/| |
| * | Delete navcache nativeJohn Reck2012-02-2721-6338/+62
| |/ | | | | | | | | | | Will clean up the JNI in a later CL Change-Id: I448fe5592026c325c3b2fa1c90f174674bf358b1
* | Merge "Gl resource should be re-initialized after EGL context changed"Teng-Hui Zhu2012-02-274-6/+22
|\ \
| * | Gl resource should be re-initialized after EGL context changedTeng-Hui Zhu2012-02-274-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | EGLContext can be re-created when memory pressure is very high, that will delete all the GL resources automatically. After this, we should re-create the GL resources for webView. bug:6075574 Change-Id: I3035554d124cee38df3ba2dfae1eda0568b45d0f
* | | Merge "Fix iframe webkit positioning"Nicolas Roard2012-02-278-11/+64
|\ \ \ | |_|/ |/| |
| * | Fix iframe webkit positioningNicolas Roard2012-02-278-11/+64
| | | | | | | | | | | | Change-Id: I7b2b3a7312c89bc505d7f629380df0d3f24eee5f
* | | Merge "Delete CursorRing"John Reck2012-02-276-385/+11
|\ \ \
| * | | Delete CursorRingJohn Reck2012-02-276-385/+11
| | |/ | |/| | | | | | | | | | | | | Bug: 6074032 Change-Id: I74f80da22bebbfac556728bba25bcddc2333629a
* | | move libgui headers in the right placeMathias Agopian2012-02-272-2/+2
| | | | | | | | | | | | Change-Id: Ice3e54df3accab3874ef95e1ec0c2bf55809a57e
* | | Merge "Activate the GL error log in release build"Teng-Hui Zhu2012-02-272-13/+65
|\ \ \ | |/ / |/| |
| * | Activate the GL error log in release buildTeng-Hui Zhu2012-02-242-13/+65
| | | | | | | | | | | | Change-Id: I81b97a376cc40f6c1d8eebe99fdb107506462f0c
* | | Merge "Delete CacheBuilder"John Reck2012-02-2414-3888/+376
|\ \ \
| * | | Delete CacheBuilderJohn Reck2012-02-2414-3888/+376
| | | | | | | | | | | | | | | | | | | | | | | | Fixed address_detector to pass CTS Change-Id: I6e3c4146d4c03881d036be9b8d8708a8200efef8
* | | | Merge "fix scrollable layer inside scrollable layer"Michael Kolb2012-02-241-4/+7
|\ \ \ \
| * | | | fix scrollable layer inside scrollable layerMichael Kolb2012-02-241-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6065371 take the layer offset out of the transformation matrix used for the children. Change-Id: I464eda636df50c98e2042687c80f4a2c4a9bddc3
* | | | | Merge "Fix issues when DEBUG turned on"Teng-Hui Zhu2012-02-243-5/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix issues when DEBUG turned onTeng-Hui Zhu2012-02-243-5/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: Ifeeed93859f3b9122cf6e2aa3ae66d6cfa603dce
* | | | | Fix NPE crashJohn Reck2012-02-241-1/+2
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Bug: 6064378 Change-Id: I0dfb596df31b72e52e8b7846d6bcfffefb1b8403
* | | | Merge "disable navcache"John Reck2012-02-241-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | disable navcacheJohn Reck2012-02-231-1/+1
| | | | | | | | | | | | | | | | Change-Id: I5f914abfccaad06714838e0f6ac3ecef34e85f2f
* | | | 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
* | | | Merge "Support phone & email address detection"John Reck2012-02-234-1/+451
|\ \ \ \ | |_|/ / |/| | |
| * | | Support phone & email address detectionJohn Reck2012-02-234-1/+451
| | | | | | | | | | | | | | | | Change-Id: Ib5d671eb67d48ea29a0a16a99101eba904a8951c
* | | | Merge "Revert "simplify texture generation filters""Chris Craik2012-02-2312-94/+115
|\ \ \ \
| * | | | Revert "simplify texture generation filters"Chris Craik2012-02-2312-94/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seems to be a problem with the refcounting. bug:6050242 bug:6058365 This reverts commit 92a7e4bc6b67b150cbb30f78374173ecfeb43607
* | | | | Merge "draw inactive find-on-page matches as outlines"Victoria Lease2012-02-234-0/+30
|\ \ \ \ \
| * | | | | draw inactive find-on-page matches as outlinesVictoria Lease2012-02-234-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iacbeba1fb4e3c63f8f40c61c8b641c0b6c704cad
* | | | | | Merge "Support address detection"John Reck2012-02-2320-18/+1777
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Support address detectionJohn Reck2012-02-2320-18/+1777
| | |/ / | |/| | | | | | | | | | Change-Id: I88b6ebfb4c967e954a2420592a58af3ed188226d
* | | | Merge "Fix overflow clipping of images in auto-fit mode."Mangesh Ghiware2012-02-231-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix overflow clipping of images in auto-fit mode.Mangesh Ghiware2012-02-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In auto-fit mode, text is wrapped based on screen width. However, if overflow isn't visible for the content box, and it includes block elements, they may get clipped. Disable overflow clipping in this scenario. Bug: 6034321 Change-Id: I1e274df3b5698fb4142e2f0ae4c68578e26d2af4
* | | | Merge "Drop support for Android HTTP stack"Steve Block2012-02-2322-776/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Drop support for Android HTTP stackSteve Block2012-02-2222-776/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge "Reset the upper limit when onTrimMemory"Teng-Hui Zhu2012-02-221-1/+21
|\ \ \ \ | |_|/ / |/| | |
| * | | Reset the upper limit when onTrimMemoryTeng-Hui Zhu2012-02-211-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | bug:6009351 Change-Id: I2619a4adc965014a749d575292137cf23c59b8c3
* | | | 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-2211-711/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Remove benchmark tool Fix comments for willLoadFromCache()
| * | | | Remove benchmark toolSteve Block2012-02-219-707/+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
| * | | | Fix comments for willLoadFromCache()Steve Block2012-02-212-4/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This method is used by both the Android and Chromium HTTP stacks, so does not always call through to Java. Change-Id: I55a2ecd2db8ee29815048d217a9b0a2f4824750e
* | | | remove dependency on RGB_332Mathias Agopian2012-02-211-2/+1
| | | | | | | | | | | | | | | | Change-Id: I0103e263ec1b19e9dffc0aa63ac8affcbe578dec
* | | | Merge "Move Canvas elements to their own composited layer"Nicolas Roard2012-02-212-0/+11
|\ \ \ \