summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix merges and add #if PLATFORM(ANDROID)Nicolas Roard2009-08-129-75/+54
|
* Merge in WebKit r47029.Ben Murdoch2009-08-112773-217525/+546047
|
* WebKitMerge tool fixes.Ben Murdoch2009-08-111-2/+2
|
* Makefile and webkitmerge tool edits needed to merge with latest webkit.Ben Murdoch2009-08-113-35/+36
|
* modifying the android_npapi.h to accomodate surfaces with different pixel ↵Derek Sollenberger2009-08-108-52/+55
| | | | formats.
* Fix sim-eng build.Feng Qian2009-08-071-0/+1
| | | | Forgot to add cfg-ia32.cc to the make file.
* Get a new V8 revision with performance improvement in ARM compiler.Feng Qian2009-08-07112-2502/+9273
| | | | | | http://v8.googlecode.com/svn/branches/bleeding_edge@2654 This is a clean drop without local changes.
* Merge change 20415Android (Google) Code Review2009-08-073-125/+83
|\ | | | | | | | | * changes: Revert "Correctly sets default values for Geolocation PositionOptions."
| * Revert "Correctly sets default values for Geolocation PositionOptions."Steve Block2009-08-073-125/+83
| | | | | | | | | | This reverts commit 0c9108c0f832d34e6468bf1b3ed4132053c6a0f3. This broke the automated build. Not sure why, as it builds fine on my machine. Rolling back while I investigate.
* | Merge change 20412Android (Google) Code Review2009-08-074-25/+11
|\ \ | |/ |/| | | | | * changes: enabling plugin surfaces to manually scale based on the zoom level.
| * enabling plugin surfaces to manually scale based on the zoom level.Derek Sollenberger2009-08-074-25/+11
| |
* | Merge change 20295Android (Google) Code Review2009-08-072-10/+24
|\ \ | | | | | | | | | | | | * changes: Fixes WebKit bug 26993.
| * | Fixes WebKit bug 26993.Steve Block2009-08-072-10/+24
| | | | | | | | | | | | | | | Makes sure that if the Geolocation permissions request to the chrome is implemented synchronously, watches are called back only once.
* | | Merge change 20268Android (Google) Code Review2009-08-073-83/+125
|\ \ \ | |/ / | | / | |/ |/| * changes: Correctly sets default values for Geolocation PositionOptions.
| * Correctly sets default values for Geolocation PositionOptions.Steve Block2009-08-073-83/+125
| | | | | | | | This will be submitted to WebKit in bug 27254.
* | Merge change 20270Android (Google) Code Review2009-08-066-1/+8
|\ \ | | | | | | | | | | | | * changes: Add more LOCK_V8 macros: the custom V8 bindings are used to invoke JS callbacks to let the JS application know when something interesting happens. These entry points into V8 are denoted by "handleEvent" methods and need to be protected as well.
| * | Add more LOCK_V8 macros: the custom V8 bindings are used to invoke JS ↵Andrei Popescu2009-08-066-1/+8
| | | | | | | | | | | | callbacks to let the JS application know when something interesting happens. These entry points into V8 are denoted by "handleEvent" methods and need to be protected as well.
* | | Merge change 20271Android (Google) Code Review2009-08-065-8/+8
|\ \ \ | | | | | | | | | | | | | | | | * changes: fixing the surface size if the plugin elects to not handle zoomEvents.
| * | | fixing the surface size if the plugin elects to not handle zoomEvents.Derek Sollenberger2009-08-065-8/+8
| | | |
* | | | merge from open-source masterJean-Baptiste Queru2009-08-061-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove chartables.c as it's already included indirectlyJean-Baptiste Queru2009-08-051-1/+1
| | | |
* | | | Merge change 20266Android (Google) Code Review2009-08-061-3/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * changes: Fixes a couple of bugs in the Geolocation permissions manager.
| * | | Fixes a couple of bugs in the Geolocation permissions manager.Steve Block2009-08-061-3/+4
| | |/ | |/|
* | | first cut at adding zoom support for plugins.Derek Sollenberger2009-08-063-7/+29
|/ /
* | Merge change 9658Android (Google) Code Review2009-08-0610-2/+52
|\ \ | | | | | | | | | | | | * changes: Add V8 locks at the v8 entry points for use with workers.
| * | Add V8 locks at the v8 entry points for use with workers.Andrei Popescu2009-08-0510-2/+52
| | |
* | | Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-056-0/+103
| | | | | | | | | | | | properties. Currently it only has getApplicationDataDirectory.
* | | Add a callback for parsing apple-touch-icon.Patrick Scott2009-08-059-0/+72
| | | | | | | | | | | | | | | | | | | | | Call through FrameLoaderClient when an apple-touch-icon attribute is parsed. Instead of always downloaded the icon, just report the url so that if it is needed, it can downloaded by java. It is also a lot more code to let WebCore handle storage and retrieval of the icon.
* | | Merge change 20004Android (Google) Code Review2009-08-041-1/+10
|\ \ \ | | | | | | | | | | | | | | | | * changes: Another tweak for text wrap screen. We add a fixed padding when wrapping text around the screen width. If the block already has a padding, we should put it under consideration so that we won't add too much padding.
| * | | Another tweak for text wrap screen. We add a fixed padding when wrapping textGrace Kloba2009-08-041-1/+10
| |/ / | | | | | | | | | | | | around the screen width. If the block already has a padding, we should put it under consideration so that we won't add too much padding.
* | | adding the first cut for the onLoad plugin event.Derek Sollenberger2009-08-042-0/+7
|/ /
* | Merge change 9470Android (Google) Code Review2009-08-046-14/+52
|\ \ | | | | | | | | | | | | * changes: Enable workers for V8
| * | Enable workers for V8Andrei Popescu2009-08-036-14/+52
| | |
* | | merge from open-source masterJean-Baptiste Queru2009-08-040-0/+0
|\ \ \ | | |/ | |/|
| * | merge from donutJean-Baptiste Queru2009-08-031-0/+41
| |\ \
| * \ \ merge from donutJean-Baptiste Queru2009-07-293-11/+17
| |\ \ \
* | \ \ \ Merge change 9656Android (Google) Code Review2009-08-043-15/+37
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: enhancing visibleRect tracking and making it work within iframes.
| * | | | | enhancing visibleRect tracking and making it work within iframes.Derek Sollenberger2009-08-043-15/+37
| | | | | |
* | | | | | Merge change 9618Android (Google) Code Review2009-08-031-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix 1635950. If the RenderBlock is positioned, don't wrap text to screen width as it may cause text overlap.
| * | | | | | Fix 1635950. If the RenderBlock is positioned, don't wrap text to screenGrace Kloba2009-08-031-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | width as it may cause text overlap.
* | | | | | | Merge change 9526Android (Google) Code Review2009-08-033-30/+41
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | | | | | | * changes: Fixing mouse and touch coordinates inside iframes.
| * | | | | Fixing mouse and touch coordinates inside iframes.Derek Sollenberger2009-08-033-30/+41
| | |_|_|/ | |/| | |
* | | | | Merge change 9343Android (Google) Code Review2009-08-032-0/+37
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | * changes: expose getFontPath to plugins
| * | | | expose getFontPath to pluginsMike Reed2009-07-312-0/+37
| | | | |
* | | | | Fix a bug in find.Leon Scroggins2009-07-311-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for http://b/issue?id=2021424. When trying to draw the matches, if we find that the page needs to be scrolled to put the match on screen, we request a scroll, do a viewInvalidate and stop, so that the matches will be drawn after the invalidate. Unfortunately, for some values, we do not end up scrolling, because contentToView turns the scroll into a no op. So we forever request scrolls, and never draw the matches. Fix this by getting a return value from scrollBy, and if it returned false, go ahead and draw the matches.
* | | | | rebuild the nav cache on mouse clicks during page loadCary Clark2009-07-315-24/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While the page is loading, the nav cache is not rebuilt. Double-click zooms out the web page by using the nav cache to find the left edge of the column -- but fails to work during page load. This change rebuilds the nav cache (if the page is loading) each time a mouse click is sent to webkit. This doesn't fix the bug where the first double click doesn't align the column correctly, but helps with subsequent clicks. Also, pass scale information to getBlockLeftEdge so it can restrict its search to the area that will be zoomed to. Default to the point clicked if no alignment info can be found.
* | | | | Merge change 9295Android (Google) Code Review2009-07-311-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * changes: Fix 1849037. Don't force text wrap to the screen if text is not autoWrap.
| * | | | | Fix 1849037. Don't force text wrap to the screen if text is not autoWrap.Grace Kloba2009-07-301-2/+3
| |/ / / /
* | | | | Allow user to jump to the next textfield.Leon Scroggins2009-07-315-21/+139
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | In CachedFrame, add methods to find the next textfield and to determine which ImeAction should be associated with a given textfield. In WebView, uses these apis to determine the ImeAction and jump to the next textfield and scroll it on screen. Requires a change to frameworks/base.
* | | | Remove snapToAnchor as it is not used any more.Grace Kloba2009-07-302-65/+0
| | | |