summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 671Android (Google) Code Review2009-04-294-17/+18
|\ | | | | | | | | * changes: fix line dashing and patterns in svg
| * fix line dashing and patterns in svgCary Clark2009-04-284-17/+18
| | | | | | | | | | | | | | remove unused methods in PlatformGraphicsContext.h make PlatformGraphicsContext constructors more similar set local matrix in pattern set dash path effect in graphics context
* | First cut at sharing graphics code with chromeMike Reed2009-04-288-67/+22
|/ | | | | | | Introduce (short lived I hope) platform SKIA_SGL, signifying that this code is used by both platforms (SKIA) and (SGL). This change is meant to be the foundation for more significant sharing later (e.g. TransformationMatrix, Pattern, Gradient, etc.)
* fix svg radial gradientsCary Clark2009-04-271-2/+3
| | | | | | | Webkit has two radial gradients; the one describing the focus length isn't used by SVG, so if it's zero, use the other one. http://b/issue?id=1794403
* (1 of 2) add call to determine if picture is readyCary Clark2009-04-242-2/+25
| | | | | | | | | | | This is a half-checkin. The other half is in frameworks/base. Add WebViewCore::pictureReady(). This uses the last reported progress when the picture was recorded, and checks to see if the picture itself is blank. The caller can use this to show a cached picture or switch to a new one. http://b/issue?id=1802703
* Fix some unexpected cases of image maps.Leon Scroggins2009-04-233-105/+44
| | | | Fix for buganizer issue 1800613: Image map not accessible. We were attempting to cache associtations of <area> elements to their RenderImages so we would not have to search for them. However, we were storing them in CacheBuilder. When we search for them, we search in the <area> element's frame, even though when we built the cache, we stored it in the main frame. Another issue arose on a page where <area> elements show up before their RenderImages. In this case, we were storing an empty rectangle for the bounds, and caching the associations afterwards, when it was too late. In order to clean up/simplify things, while fixing both bugs, I have changed validNode into a static function which takes the starting Frame as a parameter. Any time we need to find the rectangle of an <area> element, we have to traverse the DOM to find its associated RenderImage. This may be slower, but it will always get the correct answer. In the future, we may need to investigate a universal location for caching the associations for better performance.
* keep webkit focus in sync with ui cache for text fieldsCary Clark2009-04-234-12/+36
| | | | | | | | | | | | | | | | | | | | | If WebViewCore::sendFinalFocus is called from the UI thread, postpone calls to WebViewCore::notifyFocusSet until after the focus is set. Don't allow WebViewCore::setSelection or WebViewCore::passToJs to change the webkit focus. In WebView::notifyFocusSet, read the cache after it has been updated. In WebView::focusIsTextArea and WebView::nativeFindAll, don't allow the new frame cache to fix the focus. If CachedFrame::setFocus has already set the focus, don't recompute its position. Add/revise debugging.
* Merge change 295Android (Google) Code Review2009-04-232-62/+0
|\ | | | | | | | | * changes: remove obsolete browser nav cache debug dump
| * remove obsolete browser nav cache debug dumpCary Clark2009-04-202-62/+0
| | | | | | | | | | | | The render tree has changed and the old dump logic no longer compiles. This output isn't used anymore, so remove it.
* | Merge donut into masterJean-Baptiste Queru2009-04-220-0/+0
|\ \
| * \ merge cupcake into donutJean-Baptiste Queru2009-04-220-0/+0
| |\ \
| | * | AI 143479: Skip fit-to-column if the block has float:right in LTR or ↵Grace Kloba2009-03-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | float:left in RTL. This should fix the layout problem in the docomo site. The downside is that we will not trigger fit-to-column for this category any more. BUG=1741810 Automated import of CL 143479
* | | | Merge donut into masterJean-Baptiste Queru2009-04-220-0/+0
|\ \ \ \ | |/ / /
| * | | AI 146109: Use KURL(baseUrl, rel) with a blank baseUrl to properly encode ↵Patrick Scott2009-04-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the data: url. BUG=1698745 Automated import of CL 146109
| * | | AI 145241: Automated g4 rollback of changelist 144888.Grace Kloba2009-04-081-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *** Reason for rollback *** Browser home page won't load. *** Original change description *** Given a url from java, percent encode the url to maintain any encoding. This fixes the loadData call when the data has non-ascii values. Automated import of CL 145241
| * | | AI 144888: Given a url from java, percent encode the url to maintain any ↵Patrick Scott2009-04-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | encoding. This fixes the loadData call when the data has non-ascii values. BUG=1698745 Automated import of CL 144888
| * | | AI 143663: am: CL 143479 Skip fit-to-column if the block has float:right in ↵Grace Kloba2009-03-311-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LTR or float:left in RTL. This should fix the layout problem in the docomo site. The downside is that we will not trigger fit-to-column for this category any more. Original author: klobag Merged from: //branches/cupcake/... Automated import of CL 143663
| * | | AI 143189: am: CL 142939 Fix for issue 1730904: Find in page only searches ↵Leon Scroggins2009-03-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the first part of large pages. Cap the width and height of the page so we do not overflow a 16 bit int and think the page is smaller than it is when performing the find. Original author: scroggo Merged from: //branches/cupcake/... Automated import of CL 143189
| * | | Automated import from //branches/donutburger/...@142728,142728Grace Kloba2009-03-251-1/+1
| | | |
| * | | Automated import from //branches/donutburger/...@142713,142713Mike Reed2009-03-252-8/+10
| | | |
| * | | Automated import from //branches/donutburger/...@142696,142696Mike Reed2009-03-251-3/+0
| | | |
| * | | Automated import from //branches/donutburger/...@142403,142403Patrick Scott2009-03-245-7/+25
| | | |
| * | | Automated import from //branches/donutburger/...@142335,142335Mike Reed2009-03-2410-35/+224
| | | |
| * | | Automated import from //branches/donutburger/...@142283,142283Cary Clark2009-03-241-0/+3
| | | |
| * | | Automated import from //branches/donutburger/...@141964,141964Patrick Scott2009-03-244-1/+95
| | | |
| * | | Automated import from //branches/donutburger/...@141910,141910Cary Clark2009-03-242-7/+16
| | | |
| * | | Automated import from //branches/donutburger/...@141470,141470Grace Kloba2009-03-241-1/+1
| | | |
| * | | Automated import from //branches/donutburger/...@141437,141437Grace Kloba2009-03-241-0/+7
| | | |
| * | | Automated import from //branches/donutburger/...@141184,141184Andrei Popescu2009-03-241-1/+7
| | | |
| * | | Automated import from //branches/donutburger/...@141163,141163Mike Reed2009-03-241-2/+2
| | | |
| * | | Automated import from //branches/donutburger/...@140818,140818Dianne Hackborn2009-03-241-0/+1032
| | | |
| * | | Automated import from //branches/donutburger/...@140474,140474Grace Kloba2009-03-241-2/+3
| | | |
| * | | Automated import from //branches/donutburger/...@140424,140424Grace Kloba2009-03-242-2/+2
| | | |
* | | | Adding WTF to Vector as both Android and WTF has Vector<>.Grace Kloba2009-04-227-11/+11
| | | |
* | | | Merge change 260Android (Google) Code Review2009-04-204-6/+36
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | * changes: Enable Application Caches.
| * | | Enable Application Caches.Andrei Popescu2009-04-204-6/+36
| | | |
* | | | Merge change 218Android (Google) Code Review2009-04-161-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Temporary fix bug 1792567.
| * | | | Temporary fix bug 1792567.Feng Qian2009-04-161-0/+11
| |/ / / | | | | | | | | | | | | editing/selection/selectNodeContents.html crashes after recent merge to webkit r42026. The trunk fixed the crashed already, we will pick up the fix in our next merge.
* | | | Merge change 231Android (Google) Code Review2009-04-161-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: pass a valid point array to close path (matches chrome)
| * | | | pass a valid point array to close path (matches chrome)Cary Clark2009-04-161-1/+1
| |/ / /
* | | | Merge branch 'readonly-p4-master'Patrick Scott2009-04-161-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | AI 146528: am: CL 146109 Use KURL(baseUrl, rel) with a blank baseUrl to ↵Patrick Scott2009-04-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properly encode the data: url. Original author: phanna Automated import of CL 146528
* | | | Merge change 217Android (Google) Code Review2009-04-162-2/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: fix svg linear gradients and embed
| * | | | fix svg linear gradients and embedCary Clark2009-04-162-2/+7
| | | | | | | | | | | | | | | | | | | | only add embed support if SVG is enabled
* | | | | Merge change 200Android (Google) Code Review2009-04-163-12/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * changes: fix svg bugs
| * | | | fix svg bugsCary Clark2009-04-153-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix svg make; (feng's recent webkit merge included a file that no longer exists) draw stroked paths add support for image/svg+xml
* | | | | Make webkit's cursor draw at the correct times.Leon Scroggins2009-04-162-20/+20
| | | | | | | | | | | | | | | | | | | | This change depends on another change in the framework project. Add a function, which is called from Java, to set the current WebCore::Page's FocusController's "active" status. Also remove old code which changed the "active" status unnecessarily.
* | | | | update webkitmerge with git-specific commandsCary Clark2009-04-151-49/+118
|/ / / /
* | | | Merge change 189Android (Google) Code Review2009-04-153-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * changes: updated utf16 files that differ from webkit.org CL 42026
| * | | | updated utf16 files that differ from webkit.org CL 42026Cary Clark2009-04-153-0/+0
| | | | |