summaryrefslogtreecommitdiffstats
path: root/WebCore
Commit message (Expand)AuthorAgeFilesLines
* Need to notify Java side when viewport tag is parsed.Grace Kloba2009-08-183-4/+30
* Merge change 21618 into eclairAndroid (Google) Code Review2009-08-172-0/+21
|\
| * Fix #2058833. For mobile sites, add "width=device-width" if viewport widthGrace Kloba2009-08-172-0/+21
* | As PluginList is removed when we remove Gears, remove code in the native side.Grace Kloba2009-08-173-114/+0
* | Do not merge - pulled from masterPatrick Scott2009-08-171-46/+63
|/
* Correctly applies Geolocation timeout parameter.Steve Block2009-08-172-23/+40
* do not merge: cherry-picked 360742dd52ce2e67f08b219c5148577ce2e2b741 from mas...Steve Block2009-08-142-0/+10
* Add GC support in V8 and calling GC in WebCoreFrameBridge::clearCache.Feng Qian2009-08-131-1/+4
* Fix a couple of bugs in SecurityOrigin when parsing database identifiers.Steve Block2009-08-131-3/+4
* Final part of fix to set default values of Geolocation PositionOptions.Steve Block2009-08-132-28/+43
* Fail fast if Geolocation permissions have already been denied.Steve Block2009-08-122-20/+74
* Correctly sets default values for Geolocation PositionOptions.Steve Block2009-08-113-84/+105
* Merge change 20596Android (Google) Code Review2009-08-112-4/+432
|\
| * Implements GeolocationService on Android.Steve Block2009-08-112-4/+432
* | Makefile and webkitmerge tool edits needed to merge with latest webkit.Ben Murdoch2009-08-111-5/+5
|/
* Revert "Correctly sets default values for Geolocation PositionOptions."Steve Block2009-08-073-125/+83
* Merge change 20295Android (Google) Code Review2009-08-072-10/+24
|\
| * Fixes WebKit bug 26993.Steve Block2009-08-072-10/+24
* | Merge change 20268Android (Google) Code Review2009-08-073-83/+125
|\ \ | |/
| * Correctly sets default values for Geolocation PositionOptions.Steve Block2009-08-073-83/+125
* | Add more LOCK_V8 macros: the custom V8 bindings are used to invoke JS callbac...Andrei Popescu2009-08-066-1/+8
|/
* Merge change 9658Android (Google) Code Review2009-08-067-0/+22
|\
| * Add V8 locks at the v8 entry points for use with workers.Andrei Popescu2009-08-057-0/+22
* | Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-052-0/+3
* | Add a callback for parsing apple-touch-icon.Patrick Scott2009-08-055-0/+40
* | Another tweak for text wrap screen. We add a fixed padding when wrapping textGrace Kloba2009-08-041-1/+10
|/
* Merge change 9470Android (Google) Code Review2009-08-043-12/+11
|\
| * Enable workers for V8Andrei Popescu2009-08-033-12/+11
* | Merge change 9618Android (Google) Code Review2009-08-031-1/+5
|\ \
| * | Fix 1635950. If the RenderBlock is positioned, don't wrap text to screenGrace Kloba2009-08-031-1/+5
| |/
* | Fixing mouse and touch coordinates inside iframes.Derek Sollenberger2009-08-031-26/+17
|/
* Fix 1849037. Don't force text wrap to the screen if text is not autoWrap.Grace Kloba2009-07-301-2/+3
* Adds a mock GeolocationService.Steve Block2009-07-307-6/+213
* Implement our own parallel connection count initialization.Patrick Scott2009-07-302-1/+9
* Merge change 8820Android (Google) Code Review2009-07-281-1/+1
|\
| * fixing plugin event handling for touch to return the correct value.Derek Sollenberger2009-07-281-1/+1
* | Exposes Geolocation at navigator.geolocation for JSC only.Steve Block2009-07-282-5/+1
* | Merge change 8658Android (Google) Code Review2009-07-271-1/+0
|\ \ | |/ |/|
| * Fixes missing comment change from change 8490.Steve Block2009-07-271-1/+0
* | Merge change 8638Android (Google) Code Review2009-07-271-0/+1
|\ \ | |/ |/|
| * explictly specify hinting (new api)Mike Reed2009-07-241-0/+1
* | Enables Geolocation on Android.Steve Block2009-07-274-0/+43
* | Fixes WebKit Geolocation bug 27255.Steve Block2009-07-244-16/+5
* | Merge changes 8489,8490Android (Google) Code Review2009-07-244-78/+0
|\ \
| * | Android specifics for 'Removes uneccessary IDL files for Geolocation permissi...Steve Block2009-07-241-8/+0
| * | Removes uneccessary IDL files for Geolocation callbacks.Steve Block2009-07-243-70/+0
| |/
* | Update V8 to bleeding_edge@2524Andrei Popescu2009-07-231-1/+10
|/
* Implements a mechanism that limit the growth of the application cacheAndrei Popescu2009-07-2113-55/+407
* removing visibleRect event and tracking rectangles instead.Derek Sollenberger2009-07-201-2/+1
* Add indexed getter for TouchList.Feng Qian2009-07-182-0/+64