summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni
Commit message (Collapse)AuthorAgeFilesLines
* AI 144889: am: CL 144888 Given a url from java, percent encode the url to ↵Patrick Scott2009-04-081-1/+2
| | | | | | | | | maintain any encoding. This fixes the loadData call when the data has non-ascii values. Original author: phanna Automated import of CL 144889
* AI 144661: Fix #175030. Preserve the zoom factor during refresh. Remove the ↵Grace Kloba2009-04-061-3/+7
| | | | | | | | code change in FrameLoader.cpp which was to preserve the zoom factor when we first did layout. Now we only use the initialZoomScale if it is a standard load. If it is history load, restoreScale() should be called before didFirstLayout(), in the other cases, like reload, refresh, replace, we don't change the zoom factor. BUG=175030 Automated import of CL 144661
* AI 144499: Remove some unnecessary ifdef ANDROID code to make our merges ↵Leon Scroggins2009-04-031-31/+40
| | | | | | simpler. Rather than using a private function, we now use public functions to accomplish the same task. Automated import of CL 144499
* AI 144237: Fix for issue 1600838: error handling <select ↵Leon Scroggins2009-04-021-2/+2
| | | | | | | | multiple="multiple"> when using <optgroup>. Previously, I was appending 0 to my selected list for <optgroup>s, as if 0 meant the item at that index is not selected. In reality, the list is a list of indeces which are selected, so this made the first item always selected if there was a multiple with an <optgroup>. Removed the erroneous append, and add some asserts. BUG=1600838 Automated import of CL 144237
* AI 144018: change path to return its internal cached bounds, making it much ↵Mike Reed2009-04-021-1/+1
| | | | | | | | lighter-weight to get the bounds. BUG=1748928 Automated import of CL 144018
* Automated import from //branches/master/...@142404,142404Patrick Scott2009-03-242-7/+14
|
* Automated import from //branches/master/...@141913,141913Cary Clark2009-03-242-7/+16
|
* Automated import from //branches/master/...@141633,141633Patrick Scott2009-03-242-20/+3
|
* Automated import from //branches/master/...@141164,141164Mike Reed2009-03-241-2/+2
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-182-11/+29
|
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-113-23/+59
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-054-77/+68
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0322-0/+8184
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0322-8127/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-032-69/+12
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-022-12/+69
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-193-26/+99
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-134-27/+30
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-106-126/+135
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-12/+13
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-2010-92/+62
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-1522-544/+597
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-093-94/+65
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1722-0/+8047