summaryrefslogtreecommitdiffstats
path: root/WebCore
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 23971 into eclairAndroid (Google) Code Review2009-09-043-3/+83
|\ | | | | | | | | * changes: Adds V8 bindings for optional properties of Geolocation Coordinates object.
| * Adds V8 bindings for optional properties of Geolocation Coordinates object.Steve Block2009-09-043-3/+83
| | | | | | | | 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.
* | Brings Mock Geolocation service up to date with latest submission to WebKit.Steve Block2009-09-024-14/+8
|/ | | | See https://bugs.webkit.org/show_bug.cgi?id=28264.
* 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 22913 into eclairAndroid (Google) Code Review2009-09-018-2/+479
|\ \ | | | | | | | | | | | | * changes: Adds V8 bindings for Geolocation.
| * | Adds V8 bindings for Geolocation.Steve Block2009-09-018-2/+479
| | |
* | | Merge change 23350 into eclairAndroid (Google) Code Review2009-09-011-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * changes: Update the browser's references to the latest images.
| * | | Update the browser's references to the latest images.Leon Scroggins2009-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Update V8 bindings to report exceptions thrown from callbacks.Ben Murdoch2009-08-281-2/+8
| | |
* | | Merge change 23308 into eclairAndroid (Google) Code Review2009-08-311-1/+5
|\ \ \ | | | | | | | | | | | | | | | | * changes: change our hasCurrentPoint() to call skia's getPoints() instead of isEmpty(), as the latter returns true even if moveTo() has already been called on it, and webkit wants to treat that as non-empty.
| * | | change our hasCurrentPoint() to call skia's getPoints() instead of ↵Mike Reed2009-08-311-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | isEmpty(), as the latter returns true even if moveTo() has already been called on it, and webkit wants to treat that as non-empty.
* | | | save and restore the transparent fill when drawing replaced imagesCary Clark2009-08-311-0/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an image node is incomplete, RenderImage::paintReplaced is triggered. A thin frame with a transparent center sets but does not restore the fill to transparent. Our graphics state draws transparent bitmaps until the state gets set back to opaque. I haven't figured out why Safari doesn't demonstrate this same bug, but in some webkit code, the state is saved and restored around making the fill transparent. Adding that save()/restore() pair fixes our bug as well. But, it may be that our platform should be setting the fill state before drawing the bitmap and is failing to do so. This fixes http://b/issue?id=2052757
* | | Merge change 23075 into eclairAndroid (Google) Code Review2009-08-282-0/+12
|\ \ \ | | | | | | | | | | | | | | | | * changes: We lost ontouchxxx with the new WK. Bring them back.
| * | | We lost ontouchxxx with the new WK. Bring them back.Grace Kloba2009-08-272-0/+12
| |/ /
* | | fix webkit build by rearranging assert.Cary Clark2009-08-281-1/+1
| | |
* | | Merge change 23100 into eclairAndroid (Google) Code Review2009-08-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * changes: Fix OSX build by changing the PositionError.h role to private
| * | | Fix OSX build by changing the PositionError.h role to privateAndrei Popescu2009-08-281-1/+1
| |/ /
* | | Fix crash in fast/canvas/canvas-empty-image-pattern.htmlAndrei Popescu2009-08-281-0/+2
|/ /
* | Use v8::V8::LowMemoryNotification() instead of the non-really-existibg ↵Andrei Popescu2009-08-272-4/+8
|/ | | | v8::V8::CollectAllGarbage()
* Fix the paragraph is not wrapping with the new WK problem.Grace Kloba2009-08-211-0/+101
| | | | Copy the change from bidi.cpp to RenerBlockLineLayout.cpp as the file is renamed.
* Add TouchEvent check.Feng Qian2009-08-201-0/+5
| | | | It is left out by the last webkit merge.
* Fix Layout test crash in V8 bindings to AppCacheAndrei Popescu2009-08-201-0/+2
|
* Merge change 22074 into eclairAndroid (Google) Code Review2009-08-202-4/+4
|\ | | | | | | | | * changes: Fix some typos when WEBCORE_INSTRUMENTATION is on.
| * Fix some typos when WEBCORE_INSTRUMENTATION is on.Feng Qian2009-08-202-4/+4
| |
* | Fix a bunch of layout test crashesAndrei Popescu2009-08-201-10/+12
|/
* Merge commit 'goog/master' into mergeAndrei Popescu2009-08-202-20/+46
|\
| * Update MockGeolocationService to avoid the use of static initializers with ↵Steve Block2009-08-192-20/+46
| | | | | | | | constructors, as required by WebKit.
* | Merge commit 'goog/master' into mergeAndrei Popescu2009-08-193-4/+30
|\ \ | |/
| * Need to notify Java side when viewport tag is parsed.Grace Kloba2009-08-183-4/+30
| |
* | fix JSC support.Andrei Popescu2009-08-194-283/+90
| |
* | Revert "Merge WebKit r47420"Andrei Popescu2009-08-19505-19041/+5466
| | | | | | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.
* | Revert "Compilation and link error fixes for new webkit r47420."Andrei Popescu2009-08-195-16/+18
| | | | | | | | This reverts commit 632f4508222c2a617e6820e9388867c0f4821db8.
* | Revert "Start fixing JSC compile errors for new webkit."Andrei Popescu2009-08-192-782/+89
| | | | | | | | This reverts commit 62983d46fda85f4d912c221e5cbc91a05d4edebf.
* | Revert "Continue with JSC errors."Andrei Popescu2009-08-194-13/+23
| | | | | | | | This reverts commit 76de9f7763de0e4568056a5a26c93030f21e0b90.
* | Continue with JSC errors.Ben Murdoch2009-08-194-23/+13
| |
* | Start fixing JSC compile errors for new webkit.Ben Murdoch2009-08-192-89/+782
| |
* | Compilation and link error fixes for new webkit r47420.Ben Murdoch2009-08-185-18/+16
| |