Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unneeded ANDROID_ALLOW_TRANSPARENT_BACKGROUNDS | Mike Reed | 2009-10-02 | 1 | -1/+0 |
| | | | | http://b/issue?id=2146657 | ||||
* | Add ANDROID_USER_GESTURE back to WebCore. | Patrick Scott | 2009-09-24 | 1 | -0/+5 |
| | | | | | | | We only care about the user gesture during a location change. Add the m_userGesture field to our ResourceRequest and check the value in canHandleRequest. This could be cleaner if WebCore passed around the ResourceRequest rather than constructing a new one. | ||||
* | Add a callback for parsing apple-touch-icon. | Patrick Scott | 2009-08-05 | 1 | -0/+3 |
| | | | | | | | Call through FrameLoaderClient when an apple-touch-icon attribute is parsed. Instead of always downloaded the icon, just report the url so that if it is needed, it can downloaded by java. It is also a lot more code to let WebCore handle storage and retrieval of the icon. | ||||
* | Remove a define which is no longer used. | Leon Scroggins | 2009-06-24 | 1 | -4/+0 |
| | |||||
* | Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies. | Patrick Scott | 2009-06-22 | 1 | -6/+0 |
| | | | | | | | I tested the original bug and found that without this change, the link works perfectly fine. The only thing that does not work with this change is redirects within iframes that are to non-http protocols. This is ok since iframes can always change the parent window's location if this is the desired behavior. | ||||
* | speedup some common matrix operations, to be submitted back | Mike Reed | 2009-06-11 | 1 | -0/+3 |
| | |||||
* | AI 144499: Remove some unnecessary ifdef ANDROID code to make our merges ↵ | Leon Scroggins | 2009-04-03 | 1 | -4/+0 |
| | | | | | | simpler. Rather than using a private function, we now use public functions to accomplish the same task. Automated import of CL 144499 | ||||
* | AI 144458: Remove our hack to prevent drawing the selection, and set our ↵ | Leon Scroggins | 2009-04-03 | 1 | -4/+0 |
| | | | | | | selection color to transparent. This gets us the same result while simplifying the merge. Automated import of CL 144458 | ||||
* | AI 144288: Remove an #ifdef ANDROID.... We no longer care what the ↵ | Leon Scroggins | 2009-04-02 | 1 | -3/+0 |
| | | | | | | selection of the textarea is on focus, since we set the selection before we edit it anyway. Automated import of CL 144288 | ||||
* | Automated import from //branches/master/...@142337,142337 | Mike Reed | 2009-03-24 | 1 | -0/+3 |
| | |||||
* | auto import from //branches/cupcake_rel/...@140373 | The Android Open Source Project | 2009-03-18 | 1 | -0/+6 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 1 | -1/+1 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+158 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -161/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -0/+3 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -3/+0 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 1 | -1/+0 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 1 | -15/+23 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -37/+1 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 1 | -11/+85 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 1 | -0/+116 |