summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* First pass at replacing native plugin views with java.Derek Sollenberger2009-09-1511-425/+207
| | | | Change-Id: I637275c9766202a4358ef25af01ee92c85c48e7f
* fix parent index of focus when building nav cacheCary Clark2009-09-152-1/+4
| | | | | | | | | | | When a focused node is found while walking the DOM, the CachedFrame tree doesn't have its parent pointer set. Fix the focus index in the parent when fixing the parent pointer. Also fix a debug statement so that it doesn't depend on the focus parent. Fixes http://b/issue?id=2048186
* Add more null checking to avoid the crash.Grace Kloba2009-09-111-4/+5
|
* Merge change 24624 into eclairAndroid (Google) Code Review2009-09-101-5/+4
|\ | | | | | | | | * changes: Fix the include files from the last WebKit merge. If there is Android version, we should not include None version. This should fix plugin loading, bookmark icon problems.
| * Fix the include files from the last WebKit merge. If there is Android version,Grace Kloba2009-09-101-5/+4
| | | | | | | | we should not include None version. This should fix plugin loading, bookmark icon problems.
* | allow mixed-case schemes in resource URLsCary Clark2009-09-101-1/+14
|/ | | | | | Adjust the scheme to all lower case before looking up the resource if the original was not already lower case. This fixes http://b/2056348
* Removes Geolocation Geoposition.toString and Coordinates.toString.Steve Block2009-09-109-102/+0
| | | | | | This fixes http://b/issue?id=2103855. Change-Id: I1811d97c59e0458a94347c8a63b4d1c0541dfaf7
* Merge change 24297 into eclairAndroid (Google) Code Review2009-09-092-16/+9
|\ | | | | | | | | * changes: Move mobile doctype check from HTMLDocument to Document so that it will cover xhtml case like http://us.m1.yahoo.com.
| * Move mobile doctype check from HTMLDocument to Document so that it will ↵Grace Kloba2009-09-082-16/+9
| | | | | | | | | | cover xhtml case like http://us.m1.yahoo.com. Fix http://b/issue?id=2102284
* | Merge change 24338 into eclairAndroid (Google) Code Review2009-09-091-1/+1
|\ \ | |/ |/| | | | | * changes: Fix for 2106269
| * Fix for 2106269Andrei Popescu2009-09-091-1/+1
| |
* | Merge change 24042 into eclairAndroid (Google) Code Review2009-09-082-5/+6
|\ \ | | | | | | | | | | | | * changes: Handle another old style meta tag, MobileOptimized. Also if the sites set the width for the viewport to be less than 320, just use device-width.
| * | Handle another old style meta tag, MobileOptimized. Also if the sites setGrace Kloba2009-09-042-5/+6
| | | | | | | | | | | | | | | | | | the width for the viewport to be less than 320, just use device-width. Fix http://b/issue?id=2098078
* | | Switch back to JSCAndrei Popescu2009-09-082-3/+2
| |/ |/|
* | Updates mock Geolocation service to match final version submitted to WebKit.Steve Block2009-09-0810-57/+66
| | | | | | | | | | | | See https://bugs.webkit.org/show_bug.cgi?id=28264. Change-Id: I30900239108ea699f194fceb30626f41c928c08e
* | Merge change 24108 into eclairAndroid (Google) Code Review2009-09-083-4/+123
|\ \ | | | | | | | | | | | | * changes: Store Geolocation cached position between browser sessions.
| * | Store Geolocation cached position between browser sessions.Steve Block2009-09-073-4/+123
| | | | | | | | | | | | | | | | | | This fixes bug http://b/issue?id=2054431. Change-Id: I44b752b0c7fb4529027018c99dd945279b594b89
* | | Update V8 to bleeding_edge r2842.Ben Murdoch2009-09-08115-868/+4919
| | |
* | | Fixes Coordinates::toString to not print optional parameters that are not ↵Steve Block2009-09-071-3/+7
|/ / | | | | | | | | | | | | | | specified. This fixes http://b/issue?id=2103855. Change-Id: Ie540c7adc056ea0f285b7558b2f33acfcc1ecab2
* | Implements Geolocation PositionOptions.maximumAge property.Steve Block2009-09-072-12/+123
| | | | | | | | | | | | This fixes bug http://b/issue?id=2054431. Change-Id: Ic5fcd763e448b3bdc02de5d2a40d418ef25d39f9
* | Merge change 23972 into eclairAndroid (Google) Code Review2009-09-073-14/+63
|\ \ | |/ |/| | | | | * changes: Fixes Geolocation to correctly handle infinite values for PositionOptions properties.
| * Fixes Geolocation to correctly handle infinite values for PositionOptions ↵Steve Block2009-09-043-14/+63
| | | | | | | | | | | | | | | | properties. This fixes http://b/issue?id=2094429. Change-Id: I01cc5107d4a96840e35cc403161d50dbdf6a1ca2
* | Merge change 23971 into eclairAndroid (Google) Code Review2009-09-044-3/+84
|\ \ | |/ | | | | | | * changes: Adds V8 bindings for optional properties of Geolocation Coordinates object.
| * Adds V8 bindings for optional properties of Geolocation Coordinates object.Steve Block2009-09-044-3/+84
| | | | | | | | This fixes http://b/issue?id=2049677.
* | Merge change 23969 into eclairAndroid (Google) Code Review2009-09-042-0/+13
|\ \ | | | | | | | | | | | | * changes: Updates MockGeolocationService to call back to the Geolocation object only when active.
| * | Updates MockGeolocationService to call back to the Geolocation object only ↵Steve Block2009-09-042-0/+13
| | | | | | | | | | | | when active.
* | | Merge change 23957 into eclairAndroid (Google) Code Review2009-09-042-43/+22
|\ \ \ | |/ / | | | | | | | | | * changes: Fix Geolocation to correctly handle reentrant calls from callbacks.
| * | Fix Geolocation to correctly handle reentrant calls from callbacks.Steve Block2009-09-042-43/+22
| | | | | | | | | | | | This fixes http://b/issue?id=2094823.
* | | Merge change 23954 into eclairAndroid (Google) Code Review2009-09-041-9/+3
|\ \ \ | |/ / | | | | | | | | | * changes: Makes Geolocation error callback asynchronous when service fails to start.
| * | Makes Geolocation error callback asynchronous when service fails to start.Steve Block2009-09-041-9/+3
| | | | | | | | | | | | | | | | | | This fixes http://b/issue?id=2054361. Change-Id: I83ff2618fb49bb126c7cd4c318914c6a0c68d69d
* | | Merge change 23829 into eclairAndroid (Google) Code Review2009-09-042-33/+25
|\ \ \ | |/ / | | | | | | | | | * changes: Refactors Geolocation to avoid duplication in getCurrentPosition and watchPosition.
| * | Refactors Geolocation to avoid duplication in getCurrentPosition and ↵Steve Block2009-09-032-33/+25
| | | | | | | | | | | | | | | | | | watchPosition. This change is being submitted to WebKit as part of https://bugs.webkit.org/show_bug.cgi?id=27944.
* | | Merge change 23625 into eclairAndroid (Google) Code Review2009-09-042-1/+5
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix the DOM storage layout tests when running with V8. Change the custom bindings to ignore requests for the length attribute and update the event handling code to create Storage Events properly.
| * | | Fix the DOM storage layout tests when running with V8. Change the custom ↵Ben Murdoch2009-09-022-1/+5
| | | | | | | | | | | | | | | | bindings to ignore requests for the length attribute and update the event handling code to create Storage Events properly.
* | | | Allow 0 to be passed for the nativePointerParameter to ↵Andrei Popescu2009-09-031-1/+5
| | | | | | | | | | | | | | | | nativeAddJavaScriptInterface. When 0, we add the iface to the top level frame.
* | | | start in the proper subframe when finding the next text fieldCary Clark2009-09-031-1/+1
| | | | | | | | | | | | | | | | fixes http://b/issue?id=2048180
* | | | Merge change 23630 into eclairAndroid (Google) Code Review2009-09-035-34/+12
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | * changes: Brings Mock Geolocation service up to date with latest submission to WebKit.
| * | Brings Mock Geolocation service up to date with latest submission to WebKit.Steve Block2009-09-025-34/+12
| |/ | | | | | | See https://bugs.webkit.org/show_bug.cgi?id=28264.
* | Get the drawable directory from Java for the platform buttons.Grace Kloba2009-09-028-25/+42
|/ | | | Fix http://b/issue?id=2086818
* Merge change 22906 into eclairAndroid (Google) Code Review2009-09-023-35/+53
|\ | | | | | | | | * changes: Add functionality to V8 bindings for SQLTransaction to allow array-like objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.
| * Add functionality to V8 bindings for SQLTransaction to allow array-like ↵Ben Murdoch2009-09-023-35/+53
| | | | | | | | objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.
* | Merge change 23614 into eclairAndroid (Google) Code Review2009-09-021-1/+1
|\ \ | | | | | | | | | | | | * changes: Enables Geolocation for V8.
| * | Enables Geolocation for V8.Steve Block2009-09-011-1/+1
| | |
* | | Add .gitignore for WebKit build directories.Grace Kloba2009-09-011-0/+2
| | |
* | | Merge change 22913 into eclairAndroid (Google) Code Review2009-09-019-2/+482
|\ \ \ | |/ / | | | | | | | | | * changes: Adds V8 bindings for Geolocation.
| * | Adds V8 bindings for Geolocation.Steve Block2009-09-019-2/+482
| | |
* | | Merge change 23350 into eclairAndroid (Google) Code Review2009-09-013-15/+22
|\ \ \ | | | | | | | | | | | | | | | | * changes: Update the browser's references to the latest images.
| * | | Update the browser's references to the latest images.Leon Scroggins2009-09-013-15/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The browser directly references the names of the asset files it uses to draw buttons, checkboxes, and radio buttons. Update the names to correspond to the latest assets. Fixes issue http://b/issue?id=2086818 Change-Id: Iac8d8762252707e21a88e65ba44de24a5fa2f869
* | | | Fix a bug where the V8 bindings for SQLStatement error callbacks would not ↵Ben Murdoch2009-09-011-1/+1
| |_|/ |/| | | | | | | | | | | | | | return the correct result to WebCore. BUG: 2053072
* | | Merge change 23087 into eclairAndroid (Google) Code Review2009-09-011-2/+8
|\ \ \ | |/ / |/| | | | | | | | * changes: Update V8 bindings to report exceptions thrown from callbacks.