summaryrefslogtreecommitdiffstats
path: root/WebCore/html
Commit message (Collapse)AuthorAgeFilesLines
* Cherry-pick security fix in WebKit change 65826Steve Block2010-09-091-1/+1
| | | | | | | See http://trac.webkit.org/changeset/65826 Bug: 2986936 Change-Id: Ie69df8dfa6314d46e5dbf51663ebb207995b8d3b
* am ac90fdd7: Merge "Cherry pick http://codereview.chromium.org/1560007" into ↵Andrei Popescu2010-04-121-1/+1
|\ | | | | | | | | | | | | | | | | froyo Merge commit 'ac90fdd70d8a2f6051fdc959dac8edf5819f38bd' into froyo-plus-aosp * commit 'ac90fdd70d8a2f6051fdc959dac8edf5819f38bd': Cherry pick http://codereview.chromium.org/1560007
| * Cherry pick http://codereview.chromium.org/1560007Andrei Popescu2010-04-121-1/+1
| | | | | | | | | | | | Fix bug: 2588946 Change-Id: I80d144dd735e367bde8ba91ef0ab4ba3090da9d6
* | merge from open-source masterThe Android Open Source Project2010-04-021-8/+0
|\ \ | |/ |/| | | Change-Id: I87473a9657b8906b4933a7e22bf1125a65e44502
| * Remove some oboslete code.Julien Chaffraix2010-03-041-8/+0
| | | | | | | | | | traverseNextItem was renamed itemAfter and it can now deal with a NULL previous node.
* | Make sure html plugin element supports focus so thatGrace Kloba2010-03-312-0/+13
| | | | | | | | | | | | | | | | | | | | plugin can call focus() on it. By default, only nodes can be tabbed through supports focus. We make plugin element like frame element where it always supports focus. In Android, plugin has a focused mode, so it requires this change. Fix http://b/issue?id=2539608
* | Add a special case to handle "wap" style html.Grace Kloba2010-03-231-1/+1
| | | | | | | | | | | | | | | | If we get here, it is html mimetype, not wap mimetype. Treat the "wap" style like "mobile" style by using device-width as viewport width. Fix http://b/issue?id=2538320
* | Merge webkit.org at r54731 : Initial merge by gitSteve Block2010-02-1611-68/+180
| | | | | | | | Change-Id: Ia79977b6cf3b0b00c06ef39419989b28e57e4f4a
* | Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-1514-133/+197
| | | | | | | | Change-Id: Ib489d2ff91186ea3652522e1d586e54416a2cf44
* | Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-04178-871/+2383
| | | | | | | | Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82
* | Refactor our touch event code to use the version submitted to webkit.org by ↵Ben Murdoch2010-01-202-10/+6
| | | | | | | | | | | | the Qt team. Change-Id: I2953472cee68aadf18f9dd740e9b3f69ad729cf0
* | Cherry pick from Webkit for fix for ↵Ben Murdoch2010-01-121-1/+1
| | | | | | | | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=31539. Restore the default state of a textarea correctly. Change-Id: Id182817b7cd229e12676fd5ef55657ff6a963a4f
* | Updates Document::setExtraLayoutDelay to reflect recent submission to ↵Steve Block2010-01-071-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | webkit.org. setExtraLayoutDelay was an Android addition and was upstreamed to webkit.org in https://bugs.webkit.org/show_bug.cgi?id=32875 Removes Document::extraLayoutDelay by incorporating the extra delay in Document::minimumLayoutDelay. Removes ANDROID_MOBILE guards, as this extra code is not inhernetly specific to Android, and is a no-op if Document::setExtraLayoutDelay is not called. This removes the last uses of ANDROID_MOBILE. Change-Id: I1e18a994f32b29558dcf9a5c76aefab62e9fc13d
* | Updates use of pow() in HTMLInputElement::stepMismatch() to match version ↵Steve Block2009-12-181-12/+2
| | | | | | | | | | | | | | | | upstreamed to webkit.org. See https://bugs.webkit.org/show_bug.cgi?id=32675 Change-Id: Ife24867a1c96a3b46226d06862198a2e6dfeb216
* | Fixes the build break in master.Steve Block2009-12-171-0/+10
| | | | | | | | | | | | | | The new WebKit merge caused a build break when auto-merged from eclair-mr2 to master, due to the fact that master uses stl_port. Change-Id: I1437352a3439f3e103572ed3e1bb523ec65e98ef
* | Merge webkit.org at r51976 : Fix general conflicts.Steve Block2009-12-171-54/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notes ... For FrameLoader.cpp/h, see http://trac.webkit.org/changeset/51644 For FrameView.cpp and ScrolView.cpp, see http://trac.webkit.org/changeset/51636 For PluginInfoStore.cpp, see http://trac.webkit.org/changeset/51257 For Geolocation.cpp, see http://trac.webkit.org/changeset/50605 For V8DOMWrapper.cpp, see http://trac.webkit.org/changeset/51004 For V8Proxy.cpp, see http://trac.webkit.org/changeset/50441, http://trac.webkit.org/changeset/50327, http://trac.webkit.org/changeset/50406 and http://trac.webkit.org/changeset/50523 For HTMLInputElement.cpp, see http://trac.webkit.org/changeset/50996 For RenderBlock.cpp/RenderInline.cpp, see https://android-git.corp.google.com/g/#change,33465 Android-specific change to now-deleted JSCanvasArrayCustom.cpp was trivial. Change-Id: Iddc8d43bdcb6208d6a991a7a1d591e8a4f918bf7
* | Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-17136-3699/+6852
| | | | | | | | Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43
* | Rollback to return density for scaleFactor.Grace Kloba2009-12-111-0/+24
| | | | | | Move the comment to HTMLCanvasElement and always use 1.0 there.
* | Pull down change 51321 from webkit.org.Patrick Scott2009-12-091-1/+1
| | | | | | | | | | Calls to EventNames() was causing multiple copies of the event names to be created. This could cause false negatives in hash map lookups.
* | Remove leading/trailing newlines and tabs as well as spaces from URLs.Ben Murdoch2009-11-181-1/+1
| | | | | | | | Change-Id: I0248ac1597fb0289ff34c346e6f92b3bd507ee39
* | Merge webkit.org at r50258 : Initial merge by git.Steve Block2009-11-1039-314/+724
| | | | | | | | Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0
* | fix instrumentation. The new WebKit has CachedResourceClientGrace Kloba2009-10-284-0/+60
| | | | | | | | derived from FastAllocBase which has overload operator new. So we need to override it again to avoid ambiguous.
* | Makes a number of changes to ease future merging with and upstreaming to ↵Steve Block2009-10-223-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | webkit.org. - Fixes whitespace discrepancies between webkit.org and Android versions - Re-orders Android-specific changes to minimise the diff with webkit.org - Makes sure all Android-specific changes are appropriately guarded. - Fixes some Android-specific style problems None of these should introduce any functional changes for PLATFORM(ANDROID). Change-Id: Id27cf0b0e8682a7f29590c3fccae2d287b3630f1
* | Merge webkit.org at R49305 : Remove stray definition of ↵Steve Block2009-10-201-1/+0
| | | | | | | | | | | | | | | | HTMLAnchorElement::isFocusable. This method has been removed in the new version of WebKit. However, the automatic merge did not remove the definition as it had been moved within Android's HTMLAnchorElement.h to make it public rather than private. Change-Id: I5956ba997d78dfa75729aa2836dc8d579b3eacb3
* | Merge webkit.org at R49305 : Fix merge conflicts.Steve Block2009-10-202-12/+0
| | | | | | | | Change-Id: I9e0ffbe9b9b824399653da038093874e315ccd6a
* | Merge webkit.org at R49305 : Automatic merge by git.Steve Block2009-10-20146-1463/+7208
| | | | | | | | Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7
* | Remove the Android guards added to the <video> implementation in WebCore. Do ↵Andrei Popescu2009-10-142-12/+3
|/ | | | | | | | not merge. The patch in https://bugs.webkit.org/show_bug.cgi?id=29133 landed. This has already been submitted to master branch.
* Merge change Ic0bd5009 into eclairAndroid (Google) Code Review2009-09-302-0/+14
|\ | | | | | | | | * changes: Update <video> implementation after new IRC discussion with Eric Carlsson.
| * Update <video> implementation after new IRC discussion with Eric Carlsson.Andrei Popescu2009-09-302-0/+14
| | | | | | | | | | | | | | | | - move poster drawing on the WebKit side - get rid of the child views - add prepareToPlay method to the MediaPlayer iface. Fixes http://b/issue?id=2156592
* | always update the WebTextView from the input elementCary Clark2009-09-301-7/+3
|/ | | | | | | Even if the input element doesn't have focus, synchronize the WebTextView if the pointers match. fixes http://b/issue?id=2096746
* Add apple-touch-icon-precomposed processing.Patrick Scott2009-09-223-7/+18
| | | | Send up a boolean to indicate if the touch icon url is precomposed.
* Add poster support and other fixesAndrei Popescu2009-09-171-1/+9
|
* Move mobile doctype check from HTMLDocument to Document so that it will ↵Grace Kloba2009-09-081-16/+0
| | | | | cover xhtml case like http://us.m1.yahoo.com. Fix http://b/issue?id=2102284
* Handle another old style meta tag, MobileOptimized. Also if the sites setGrace Kloba2009-09-041-2/+3
| | | | | | the width for the viewport to be less than 320, just use device-width. Fix http://b/issue?id=2098078
* Fix a bunch of layout test crashesAndrei Popescu2009-08-201-10/+12
|
* 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
| |
* | Revert "Merge WebKit r47420"Andrei Popescu2009-08-1943-394/+276
| | | | | | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524.
* | Merge WebKit r47420Ben Murdoch2009-08-1843-276/+394
| |
* | Merge commit 'goog/master' into mergeBen Murdoch2009-08-182-0/+21
|\ \ | |/ | | | | | | | | | | Conflicts: WebCore/bindings/v8/ScriptController.cpp WebCore/page/Geolocation.cpp WebCore/platform/android/GeolocationServiceAndroid.cpp
| * Fix #2058833. For mobile sites, add "width=device-width" if viewport widthGrace Kloba2009-08-172-0/+21
| | | | | | | | is not defined as our default viewport width is 800px now.
* | Compilation fixes.Ben Murdoch2009-08-171-1/+1
| |
* | dom, html and loader mergesAndrei Popescu2009-08-122-7/+1
| |
* | Merge in WebKit r47029.Ben Murdoch2009-08-11150-892/+3153
|/
* Add a callback for parsing apple-touch-icon.Patrick Scott2009-08-053-0/+34
| | | | | | | 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.
* am 14d2a338: Add security fix as seen in http://trac.webkit.org/changeset/44799Cary Clark2009-06-261-2/+6
|\ | | | | | | | | | | | | Merge commit '14d2a338a0dd9fe7f2e7833ce90aed2f6eef6e34' * commit '14d2a338a0dd9fe7f2e7833ce90aed2f6eef6e34': Add security fix as seen in http://trac.webkit.org/changeset/44799
| * Add security fix as seen in http://trac.webkit.org/changeset/44799Cary Clark2009-06-261-2/+6
| |
* | Update our <select> to work with the latest webkit.Leon Scroggins2009-06-191-7/+0
| | | | | | | | | | | | | | Remove a webkit change that makes some functions public for our use. Instead, use a pointer to a base class where those functions are already public. In one case where a function has been removed, call another function which behaves the same.
* | Merge commit 'goog/master-webkit-merge' into webkit-merge-44544Feng Qian2009-06-18127-1609/+1814
|\ \
| * | Get WebKit r44544.Feng Qian2009-06-17127-1609/+1814
| | |