summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Content and viewport rects set in one step.George Mount2011-11-161-88/+71
* | | | Merge "Audit misuse of PassRefPtr"Russell Brenner2011-11-173-11/+11
|\ \ \ \
| * | | | Audit misuse of PassRefPtrRussell Brenner2011-11-163-11/+11
* | | | | Merge "Use RefPtr instead of PassRefPtr for WebHistory"Russell Brenner2011-11-171-20/+20
|\ \ \ \ \
| * | | | | Use RefPtr instead of PassRefPtr for WebHistoryRussell Brenner2011-11-161-20/+20
* | | | | | Merge "Removing ANDROID_INSTRUMENTATION code"Kristian Monsen2011-11-1710-843/+16
|\ \ \ \ \ \
| * | | | | | Removing ANDROID_INSTRUMENTATION codeKristian Monsen2011-11-1710-843/+16
* | | | | | | am d6945dd4: Merge "Position WebTextView correctly on layers" into ics-mr1Michael Kolb2011-11-171-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Merge "Position WebTextView correctly on layers" into ics-mr1Michael Kolb2011-11-161-1/+1
| |\ \ \ \ \
| | * | | | | Position WebTextView correctly on layersMichael Kolb2011-11-151-1/+1
| | | |_|_|/ | | |/| | |
* | | | | | am 73a306c4: Merge "Fix CacheManager to correctly write CacheFiles to disk." ...Ben Murdoch2011-11-162-6/+6
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Merge "Fix CacheManager to correctly write CacheFiles to disk." into ics-mr1Ben Murdoch2011-11-162-6/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Fix CacheManager to correctly write CacheFiles to disk.Ben Murdoch2011-11-152-6/+6
* | | | | am 29244862: Fix text selection handle positioningJohn Reck2011-11-153-3/+14
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Fix text selection handle positioningJohn Reck2011-11-153-3/+14
| |/ /
* | | Merge "Fix for bug 5594865: Network error"Kristian Monsen2011-11-141-0/+1
|\ \ \
| * | | Fix for bug 5594865: Network errorKristian Monsen2011-11-141-0/+1
* | | | am 7c2e38b6: Merge "Enable SPDY protocol." into ics-mr1Selim Gurun2011-11-111-2/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Enable SPDY protocol." into ics-mr1Selim Gurun2011-11-111-2/+1
| |\ \ \
| | * | | Enable SPDY protocol.Selim Gurun2011-11-101-2/+1
* | | | | am e5c39206: Remove inset for WebTextViewMichael Kolb2011-11-111-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Remove inset for WebTextViewMichael Kolb2011-11-111-2/+2
* | | | | am 0de683c1: Merge "Fix combobox metrics and asset scaling" into ics-mr1Michael Kolb2011-11-112-17/+39
|\ \ \ \ \ | |/ / / /
| * | | | Merge "Fix combobox metrics and asset scaling" into ics-mr1Michael Kolb2011-11-112-17/+39
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fix combobox metrics and asset scalingMichael Kolb2011-11-102-17/+39
| | |/ /
* | | | am 1067d8e6: Merge "Fix CTS regressions from merge to r74534." into ics-mr1Ben Murdoch2011-11-101-2/+0
|\ \ \ \ | |/ / /
| * | | Merge "Fix CTS regressions from merge to r74534." into ics-mr1Ben Murdoch2011-11-101-2/+0
| |\ \ \
| | * | | Fix CTS regressions from merge to r74534.Ben Murdoch2011-11-101-2/+0
| | |/ /
* | | | am 9074815a: Merge "Support pausing drawing" into ics-mr1John Reck2011-11-101-1/+11
|\ \ \ \ | |/ / /
| * | | Merge "Support pausing drawing" into ics-mr1John Reck2011-11-101-1/+11
| |\ \ \
| | * | | Support pausing drawingJohn Reck2011-11-091-1/+11
| | |/ /
| * | | DO NOT MERGE Offset scroll area by the scroll origin on AndroidGeorge Mount2011-11-092-9/+34
| |/ /
* | | Fix assertion message.George Mount2011-11-101-1/+2
| |/ |/|
* | Offset scroll area by the scroll origin on AndroidGeorge Mount2011-11-092-9/+34
* | Part of fix for bug 5584571 Add HTTP request header with app nameKristian Monsen2011-11-092-1/+21
* | am 00d524fd: Merge "Change the default webView behavior to minimize the memor...Teng-Hui Zhu2011-11-071-2/+6
|\ \ | |/
| * Merge "Change the default webView behavior to minimize the memory consumption...Teng-Hui Zhu2011-11-071-2/+6
| |\
| | * Change the default webView behavior to minimize the memory consumptionTeng-Hui Zhu2011-11-071-2/+6
* | | am 82ccbd8c: Remove the global button lockJohn Reck2011-11-074-132/+5
|\ \ \ | |/ /
| * | Remove the global button lockJohn Reck2011-11-074-132/+5
* | | am 9f3355b5: Fix crash in Autofill.Ben Murdoch2011-11-031-7/+9
|\ \ \ | |/ /
| * | Fix crash in Autofill.Ben Murdoch2011-11-031-7/+9
| |/
| * Report a load error when network loads blocked. Do not mergeBen Murdoch2011-10-314-19/+26
* | Fix debug buildSteve Block2011-10-282-1/+11
* | am 75fd6068: Merge "Keep text handles in sync with native touch targets" into...John Reck2011-10-273-4/+46
|\ \ | |/
| * Keep text handles in sync with native touch targetsJohn Reck2011-10-273-4/+46
| * Merge "DO NOT MERGE Adjust text selection position" into ics-mr1John Reck2011-10-253-3/+12
| |\
| | * DO NOT MERGE Adjust text selection positionJohn Reck2011-10-253-3/+12
| * | DO NOT MERGE Fix SW extras for layersJohn Reck2011-10-251-22/+17
| |/
* | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-259-65/+65