summaryrefslogtreecommitdiffstats
path: root/WebKit/android
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | am 389f0e9b: am 615fcf00: Merge "Prevent double deletion when timer callback ↵Derek Sollenberger2011-03-091-1/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | causes plugin to be deleted." into honeycomb-mr1 * commit '389f0e9b6ac8f6a71e48062b2a92ec1b95f3bb4e': Prevent double deletion when timer callback causes plugin to be deleted.
| * | | Merge "Prevent double deletion when timer callback causes plugin to be ↵Derek Sollenberger2011-03-091-1/+6
| |\ \ \ | | | | | | | | | | | | | | | deleted." into honeycomb-mr1
| | * | | Prevent double deletion when timer callback causes plugin to be deleted.Derek Sollenberger2011-03-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | bug: 4040002 Change-Id: I9e85db08805561109fdb1d270c018d7308bef5cf
* | | | | am e353f163: am d9fa508e: Merge "Parse x-auto-login and send it up to Java." ↵Patrick Scott2011-03-093-0/+61
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | into honeycomb-mr1 * commit 'e353f163a37db818805a767a9ebd3166913cc429': Parse x-auto-login and send it up to Java.
| * | | | Merge "Parse x-auto-login and send it up to Java." into honeycomb-mr1Patrick Scott2011-03-093-0/+61
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Parse x-auto-login and send it up to Java.Patrick Scott2011-03-083-0/+61
| | |/ / | | | | | | | | | | | | | | | | Bug: 3367381 Change-Id: Ia50dcf39c9045642037e684ecd1e2bee90a69f72
* | | | am a31744c7: am 9901e533: Merge "make the text selection handles match ↵Cary Clark2011-03-091-72/+66
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | framework" into honeycomb-mr1 * commit 'a31744c792d744c3f2534bec88ee3269c75e9f45': make the text selection handles match framework
| * | | Merge "make the text selection handles match framework" into honeycomb-mr1Cary Clark2011-03-091-72/+66
| |\ \ \ | | |_|/ | |/| |
| | * | make the text selection handles match frameworkCary Clark2011-03-081-72/+66
| | | | | | | | | | | | | | | | | | | | bug:[TBD] Change-Id: I1b1c912ba210c1f9126723ed8819a05f1617b3e6
| * | | cherry-pick this change from master (should be in honeycomb-mr1) (please ↵Ed Heyl2011-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't merge) Avoid Android modifications to JavaNPObjectV8.cpp/h https://android-git.corp.google.com/g/40387 fixed a long-standing bug to avoid leaking references to injected Java objects. However, it did so by making changes to JavaNPObjectV8.cpp/h which were never upstreamed. This change avoids the need for these changes. This change also avoids the use of a local PassRefPtr, which was incorrectly introduced in https://android-git.corp.google.com/g/36204. Change-Id: Ia1e3245a953826bbfd8e085f7ed1b1341228255d
* | | | am 99a10c9f: am 67e4aa15: Partial invalidation of the browser texturesNicolas Roard2011-03-081-8/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit '99a10c9fbf989ffb17c7871bcb0bc9ce9a959061': Partial invalidation of the browser textures
| * \ \ \ am 67e4aa15: Partial invalidation of the browser texturesNicolas Roard2011-03-081-8/+13
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '67e4aa15702646d5ff50e9524f4e63eb9ed20122': Partial invalidation of the browser textures
| | * | | Partial invalidation of the browser texturesNicolas Roard2011-03-081-8/+13
| | | |/ | | |/| | | | | | | | | | | | | bug:3461349 bug:3464483 Change-Id: I627f06d0fe48aaa0adca65cd13dc738af87eeefc
* | | | am 8a897356: am 24b320d3: Merge "Add support for partial invalidations Bug ↵Romain Guy2011-03-071-6/+33
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | #3461349" into honeycomb-mr1 * commit '8a8973568714f408e96af307c4c0705977be1c4a': Add support for partial invalidations Bug #3461349
| * | | am 24b320d3: Merge "Add support for partial invalidations Bug #3461349" into ↵Romain Guy2011-03-071-6/+33
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | honeycomb-mr1 * commit '24b320d351369a76f0bf7ac2bad37f5dfd4681cd': Add support for partial invalidations Bug #3461349
| | * | Merge "Add support for partial invalidations Bug #3461349" into honeycomb-mr1Romain Guy2011-03-071-6/+33
| | |\ \
| | | * | Add support for partial invalidationsRomain Guy2011-03-071-6/+33
| | | |/ | | | | | | | | | | | | | | | | | | | | Bug #3461349 Change-Id: Ie7905d44bc732b375a9468f9086e3e32ffe37388
| * | | am ee677f6f: DO NOT MERGE. Render media button and buttons properly.Leon Scroggins2011-03-073-26/+19
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit 'ee677f6fd67ba73ab199614a8feb02d41544b3ca': DO NOT MERGE. Render media button and buttons properly.
| | * | DO NOT MERGE. Render media button and buttons properly.Leon Scroggins2011-03-073-26/+19
| | |/ | | | | | | | | | | | | | | | | | | | | | Bug:3009375 Requires a change to frameworks/base. Change-Id: I39758fd9d21ed447c48ae050a9c3b0ed1b757b5a
* | | Clean up nine patch drawing for reusability.Leon Scroggins2011-03-044-42/+55
| | | | | | | | | | | | | | | | | | Part of bug:3009375 Change-Id: I0fb1ae509e8077cbec4a19be9391f880df4b6448
* | | Use members rather than globals to avoid leaking memory.Leon Scroggins2011-03-047-63/+65
| | | | | | | | | | | | | | | | | | | | | | | | Part of bug:3009375 Requires a change to frameworks/base. Change-Id: I9f5e86afff4c87e16889eadf0ad0049120885480
* | | New assets for WebView.Leon Scroggins2011-03-033-39/+133
|/ / | | | | | | | | | | | | | | | | | | | | Bug:3009375 Update the button assets for WebView, and use the nine patch data stored in the bitmap to draw them. Requires a change to frameworks/base. Change-Id: Ibe61dc9c06c49b2a69a74152d2a89fb1731ad017
* | Merge "Avoid Android modifications to JavaNPObjectV8.cpp/h"Steve Block2011-03-031-2/+2
|\ \ | |/ |/|
| * Avoid Android modifications to JavaNPObjectV8.cpp/hSteve Block2011-03-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | https://android-git.corp.google.com/g/40387 fixed a long-standing bug to avoid leaking references to injected Java objects. However, it did so by making changes to JavaNPObjectV8.cpp/h which were never upstreamed. This change avoids the need for these changes. This change also avoids the use of a local PassRefPtr, which was incorrectly introduced in https://android-git.corp.google.com/g/36204. Change-Id: I6b17e85f7991e5226e00e7b041c38e2ca3d0cf57
* | Merge "New assets for checkboxes and radio buttons."Leon Scroggins2011-03-021-4/+4
|\ \
| * | New assets for checkboxes and radio buttons.Leon Scroggins2011-03-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bug:3009375 Requires a change to frameworks/base. Change-Id: I444d44c92fbf5fb3621fb39bfc7582a2ec987ce5
* | | check for stacking context before scrolling layerCary Clark2011-03-021-1/+4
|/ / | | | | | | | | | | | | | | It doesn't make sense to scroll without a stacking context. bug:3494970 Change-Id: I59e951b3688aa21f5c99b16a953b6620b501442c
* | Merge "disable nodes that are completely clipped out"Cary Clark2011-03-021-1/+5
|\ \
| * | disable nodes that are completely clipped outCary Clark2011-03-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | If clipping a node's cursor rings results in all of the rings going away, mark the node as disabled, and find a new node. bug:3500759 Change-Id: Ie633b06de948ea0e1805598b0e8321f1f9863dc2
* | | Merge "Part bug 3489551 Browser doesn't send cookies for HTML5 video in ↵Kristian Monsen2011-03-011-9/+9
|\ \ \ | | | | | | | | | | | | incognito"
| * | | Part bug 3489551 Browser doesn't send cookies for HTML5 video in incognitoKristian Monsen2011-03-011-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added private mode variable for some cookie methods. Needs following CL in frameworks/base: https://android-git.corp.google.com/g/#change,99052 Change-Id: I158b5456d60b321be4264f130d39e4b444bfba47
* | | | Merge "Only support saveWebArchive for (X)HTML"John Reck2011-03-011-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Only support saveWebArchive for (X)HTMLJohn Reck2011-02-281-0/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | Bug: 3492152 If the mimetype is not text/html or application/xhtml+xml, don't try to save the page as a web archive and instead return NULL Change-Id: Ieb9d65efd72392bedec41ba33ae2aeb1a0954bb4
* | | Part of fix for bug 3317722 User Trial: Browser stuck loading pages - ↵Kristian Monsen2011-03-013-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | IKXEVEREST-2628 Preserving original mime type when no new type is found for type application/octet-stream or text/plain Change-Id: Id98d4c4faef599e14ba5e1789700932ab55729de
* | | Merge "Add support for plugins to use incognito mode."Derek Sollenberger2011-03-015-5/+135
|\ \ \ | |/ / |/| |
| * | Add support for plugins to use incognito mode.Derek Sollenberger2011-02-255-5/+135
| | | | | | | | | | | | | | | | | | bug: 2968415 Change-Id: Ie67c9f6b28a81d4a65f39bde2896078d7b49b8ee
* | | Allow a site to specify to not show the IME for a textfield.Leon Scroggins2011-02-251-2/+20
| | | | | | | | | | | | | | | Bug:3391139 Change-Id: Ic1c99750c9e91940d9ac628444be594f5f860748
* | | Use UI side scrolling for readOnly textareas.Leon Scroggins2011-02-251-1/+5
| | | | | | | | | | | | | | | Bug:3300760 Change-Id: I44641bb4ba385ece2ace9f8dba2205b76e755289
* | | Merge "Use an appropriate parameter for revealSelection."Leon Scroggins2011-02-251-2/+2
|\ \ \ | |/ / |/| |
| * | Use an appropriate parameter for revealSelection.Leon Scroggins2011-02-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:3367446 The default ScrollAlignment for revealSelection results in attempting to scroll to a negative scroll position in y. Change-Id: I482d6dbe2e91e3eba24036b8acf4a0c13a6a2c7e
* | | Merge "Possible fix for bug 3410366 SEGV in when hitting "go back" on an ssl ↵Kristian Monsen2011-02-251-14/+7
|\ \ \ | | | | | | | | | | | | cert warning"
| * | | Possible fix for bug 3410366 SEGV in when hitting "go back" on an ssl cert ↵Kristian Monsen2011-02-241-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warning RefCounting the handle that is sent to webkit (and java). Note that if java does not call back with either cancel or proceed it will leak. The documentation for in WebViewClient.java says: Notify the host application to handle a ssl certificate error request (display the error to the user and ask whether to proceed or not). The host application has to call either handler.cancel() or handler.proceed() as the connection is suspended and waiting for the response. The default behavior is to cancel the load. This means it is clearly an error not to call any of them, and leaking in that case is OK. Change-Id: Idac713833395edfbec3ae9b5612a34c2cf25f4e7
* | | | Fix problem where plugins were not drawn due to an incorrect clip.Derek Sollenberger2011-02-241-2/+2
| |/ / |/| | | | | | | | | | | bug: 3451982 Change-Id: If1d7bff729f72c28fec4905c3525b2f2ac1c6475
* | | Merge "bias towards space in select text"Cary Clark2011-02-241-1/+1
|\ \ \
| * | | bias towards space in select textCary Clark2011-02-241-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When computing the presence or absence of a space, it's usually the case that the absense of a space case has no error. The presence of a space may have more error, since the size of the space may be adjusted by the page. When the two computed errors are equal, bias towards the space case. This fixes text selection on Google News. bug:3470564 Change-Id: I1feadd945e9faaf970bca0702a7cf79429592784
* | | Stop the blinking caret when moving to another field.Leon Scroggins2011-02-243-9/+25
|/ / | | | | | | | | | | | | | | Bug:2930013 Requires a change in frameworks/base. Change-Id: I892fcdd9b9a0abdcf82e5bb26c930b68ae8b10fa
* | Merge "Skia Merge (revision 808)"Derek Sollenberger2011-02-248-30/+30
|\ \
| * | Skia Merge (revision 808)Derek Sollenberger2011-02-228-30/+30
| | | | | | | | | | | | | | | | | | This is a companion CL to the one found in /external/skia Change-Id: I469b8845a88f24d972fd57ee5c9cab505a5b83aa
* | | Merge "Copy constructor for AutoJObject must increase the ref count on the ↵Steve Block2011-02-241-0/+4
|\ \ \ | | | | | | | | | | | | underlying object"
| * | | Copy constructor for AutoJObject must increase the ref count on the ↵Steve Block2011-02-231-0/+4
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | underlying object This is needed to balance the derefs in any temporary instance's d'tor. See https://chromereview.prom.corp.google.com/2013001 Change-Id: I8329f475ecbd1bc8669d0e8d368f1a385d891fb3