summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCorePrefixAndroid.h
Commit message (Collapse)AuthorAgeFilesLines
* remove unneeded ANDROID_ALLOW_TRANSPARENT_BACKGROUNDSMike Reed2009-10-021-1/+0
| | | | http://b/issue?id=2146657
* Add ANDROID_USER_GESTURE back to WebCore.Patrick Scott2009-09-241-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 Scott2009-08-051-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 Scroggins2009-06-241-4/+0
|
* Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies.Patrick Scott2009-06-221-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 backMike Reed2009-06-111-0/+3
|
* AI 144499: Remove some unnecessary ifdef ANDROID code to make our merges ↵Leon Scroggins2009-04-031-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 Scroggins2009-04-031-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 Scroggins2009-04-021-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,142337Mike Reed2009-03-241-0/+3
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-0/+6
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+158
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-161/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-0/+3
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-3/+0
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-1/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-15/+23
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-37/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-11/+85
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+116