summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Put the webkit version into android code base.Shimeng (Simon) Wang2010-07-271-33/+27
| | | | | | | The original webkit change is: http://trac.webkit.org/changeset/64087 Change-Id: Ide7141ffec0a8a37f333c06bddabe3703d79af54
* Merge "Add DeviceOrientation LayoutTests at r63859 and enable the feature"Steve Block2010-07-2712-0/+235
|\
| * Add DeviceOrientation LayoutTests at r63859 and enable the featureSteve Block2010-07-2712-0/+235
| | | | | | | | | | | | | | | | | | All tests pass. Note that the JSC-specific expected result for window-property.html is a placeholder until https://bugs.webkit.org/show_bug.cgi?id=43025 is fixed. Change-Id: I60a978231a10f0a57b3dc654876b181dc47eb455
* | Merge "Crash fix, don't delete WebUrlLoaderClient before WebRequest is ↵Kristian Monsen2010-07-271-2/+0
|\ \ | |/ |/| | | finished."
| * Crash fix, don't delete WebUrlLoaderClient before WebRequest is finished.Kristian Monsen2010-07-271-2/+0
| | | | | | | | | | | | Already approved in https://android-git.corp.google.com/g/#change,58487 Change-Id: Ib9718053edacd76b77a41b76782fd20769f57823
* | Merge "Add dom/xhtml/level3 layout tests at WebKit r63173"Steve Block2010-07-272356-0/+139993
|\ \
| * | Add dom/xhtml/level3 layout tests at WebKit r63173Steve Block2010-07-222356-0/+139993
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These all pass. Note that the Android-V8-specific results are required because these tests rely on Error.line, which is non-standard and not provided by V8. A further 15 tests have no expected results so will be added to the DumpRenderTree ignore list. None of these tests are run on Chromium. Change-Id: I6b7ea492586fa2d9cd60858f06641941c87ede14
* | | Merge Webkit at r63859 : Update WebKit revision.Ben Murdoch2010-07-271-2/+2
| | | | | | | | | | | | Change-Id: I2979ff9ad9c3813dbfc33874aea23414d6c71bdf
* | | Merge Webkit at r63859 : New method Path::currentPoint added, stub it out on ↵Ben Murdoch2010-07-271-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Android. See http://trac.webkit.org/changeset/63599 See b/2869593 Change-Id: Ib7c8fda4a9bf62d470a4fa63823fa0951b5974ea
* | | Merge Webkit at r63859 : SVG code now required ImageBuffer::transformColorSpace,Ben Murdoch2010-07-272-1/+8
| | | | | | | | | | | | | | | | | | | | | so add it and stub out platformTransformColorSpace. See http://trac.webkit.org/changeset/63450 Change-Id: I2c84c13a19b1a787b0edbfb9fcefd08acd9ed6ff
* | | Merge Webkit at r63859 : Bindings code generators now enforce that generated ↵Ben Murdoch2010-07-273-10/+10
| | | | | | | | | | | | | | | | | | constants match their enums. See http://trac.webkit.org/changeset/63331 Change-Id: Ida82337eec825e26ab4afb8fc26e22fdb6c18786
* | | Merge Webkit at r63859 : New code in SVGResourceContainer is missing an include.Ben Murdoch2010-07-271-0/+1
| | | | | | | | | | | | | | | | | | This is a cherry pick of http://trac.webkit.org/changeset/64007 to fix the build. Change-Id: Ic86639eb7dbcd09f0273f614537354bfa7fd369d
* | | Merge Webkit at r63859 : ResourceHandleInternal::m_request has been renamed. ↵Ben Murdoch2010-07-272-2/+2
| | | | | | | | | | | | | | | | | | See http://trac.webkit.org/changeset/63332 Change-Id: Id019ee222d0b7dcfa464f97cfffdd5c08e2d0ee8
* | | Merge Webkit at r63859 : The static AccessibilityObject::getAttribute(Node*, ↵Ben Murdoch2010-07-271-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | const QualfiedName&) function has been removed. See http://trac.webkit.org/changeset/63358 Change-Id: I89c6a0a98d04f0a0cd40492229fa03f2e9782622
* | | Merge Webkit at r63859 : PluginWidget class has been renamed and moved to ↵Ben Murdoch2010-07-273-11/+11
| | | | | | | | | | | | | | | | | | WebKit. See http://trac.webkit.org/changeset/63638 Change-Id: I97784c98b694f28804421637716afa649aa09a6e
* | | Merge Webkit at r63859 : Update call to hitTestResultAtPoint with the ↵Ben Murdoch2010-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default hit test request as we also wish to pass a padding rect to use the HITTEST_WITHSIZE codepath. See http://trac.webkit.org/changeset/63807 Change-Id: I62109577c9468639971522a72adc3a543237516a
* | | Merge Webkit at r63859 : Add new EditorClient method stub. See ↵Ben Murdoch2010-07-272-0/+5
| | | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/63602 Change-Id: I22392960cf91a1f826d37f257325fc988e2a8347
* | | Merge Webkit at r63859 : PlatformCursorHandle -> Cursor. See ↵Ben Murdoch2010-07-272-3/+2
| | | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/63339 Change-Id: I26df53fba097893a5adee2a957a63a0f1720def8
* | | Merge Webkit at r63859 : Fix Makefiles.Ben Murdoch2010-07-274-1/+5
| | | | | | | | | | | | Change-Id: I5a218be0b26003f4fceb964e7add0f1eda410710
* | | Merge WebKit at r63859: Fix conflicts.Ben Murdoch2010-07-2712-52/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | html/HTMLCanvasElement.h due to http://trac.webkit.org/changeset/63502 html/HTMLLinkElement.cpp due to http://trac.webkit.org/changeset/63622 Android.mk and WebCore/Android.mk due to http://trac.webkit.org/changeset/63735 WebCore/page/Settings.cpp|h due to http://trac.webkit.org/changeset/63537 WebCore/page/EventHandler.cpp|h due to http://trac.webkit.org/changeset/63807 WebCore/Android.jscbindings.mk due to http://trac.webkit.org/changeset/63193 WebCore/platform/network/ResourceHandle.h due to http://trac.webkit.org/changeset/63332 Change-Id: I03c929b97550014373f044f56c248040b66118f0
* | | Merge WebKit at r63859 : Initial merge by git.Ben Murdoch2010-07-27924-11786/+30377
| | | | | | | | | | | | Change-Id: Ie8096c63ec7c991c9a9cba8bdd9c3b74a3b8ed62
* | | Add node check to prevent crash.Shimeng (Simon) Wang2010-07-261-1/+1
| |/ |/| | | | | | | issue: 2870827 Change-Id: I49f9a83fd7cd79100d7d8b0833db7d9f03c7e4f8
* | Merge "Bug 2843604 : Layout_tests crash in FontAndroid.cpp."claireho2010-07-231-5/+23
|\ \
| * | Bug 2843604 : Layout_tests crash in FontAndroid.cpp.claireho2010-07-231-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | 2 problems were found in JSON-stringify.html test crash. 1. Dirty memory is re-used in FontAndroid.cpp. 2. Unnecessary delete/new GlyphArrays. Change-Id: I16bfe96943815f35ef1730287d61295ecd3ea2ad
* | | Fix page cycler crashes.Patrick Scott2010-07-232-8/+10
| | | | | | | | | | | | | | | Bug: 2862822 Change-Id: I9de300517eaa2bd4027608d6bae093bf5a1072e0
* | | Merge "Compile fix after recent merge, name change in OwnPtr."Kristian Monsen2010-07-231-1/+1
|\ \ \ | |_|/ |/| |
| * | Compile fix after recent merge, name change in OwnPtr.Kristian Monsen2010-07-221-1/+1
| | | | | | | | | | | | Change-Id: I5741bfe5d0907deb8a5158390b44e74b4485be67
* | | Enable scrollable divs.Patrick Scott2010-07-229-30/+300
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Force a composite layer when the style says the content is scrollable. Record the border and background in the main content picture. When the contents of the layer are bigger than the size, record the foreground contents in a separate picture which is clipped by the border and size. When updating the base layer, remember the scroll position of each layer and update the new layer with the same position. Bug: 1566791 Change-Id: If440e4f215db6bda9df32a781d754d1f5a238162
* | Revert "Add -fno-data-sections to WebCore makefile."Ben Murdoch2010-07-221-1/+0
| | | | | | | | | | | | This reverts commit 31dbf1e39c75fa71a6175b95ce2172727630129b. The underlying issue in the compiler has been fixed.
* | select text out of orderCary Clark2010-07-211-117/+246
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the selected text visual order doesn't match the picture order, the text is selected spacially. The rectangle described by the start and end points limits what text is selected. This can fail when the rectangle described is too narrow to enclose all the lines between the top and bottom. This change extends the lines by including the text adjacent to the start and end when computing the limit bounds. And: - Refactor the code so that drawing the region and selecting the text can share this logic. - Add slashes as characters that prevent inserting spaces at the ends of lines. (ASCII characters space, dash, slash, and backslash cause lines to wrap.) - Narrow the error term for detecting spaces. The 1/2 value before inserted spaces incorrectly. Change-Id: I645f38dc246c61b1bc7c94e61553e5e6e36e3f85 http://b/2817635
* | Merge "Cherry-pick fix to https://bugs.webkit.org/show_bug.cgi?id=42651 ↵Leon Clarke2010-07-218-17/+6
|\ \ | | | | | | | | | because it fixes http://b/issue?id=2838936, but includes more refactoring than my original fix at https://android-git.corp.google.com/g/#change,58175"
| * | Cherry-pick fix to https://bugs.webkit.org/show_bug.cgi?id=42651Leon Clarke2010-07-218-17/+6
| | | | | | | | | | | | | | | | | | | | | because it fixes http://b/issue?id=2838936, but includes more refactoring than my original fix at https://android-git.corp.google.com/g/#change,58175 Change-Id: I67884fc153bff81c9580f36b7be1662acdda194e
* | | Prepare browser web archive patch for upstreamming to webkit.Elliott Slaughter2010-07-203-38/+37
|/ / | | | | | | Change-Id: I38c7939b81cd0afaaf925b9f74104bcbe27b5977
* | Fix http://b/issue?id=2838936Leon Clarke2010-07-201-1/+1
| | | | | | | | | | | | isPrefetch should return true when the resource is a prefetch, not when it isn't Change-Id: I73389e302ba7c57b6c4f6bf871f230a968d09c81
* | Merge WebKit at r63173 : Update WebKit revision number.Leon Clarke2010-07-201-2/+2
| | | | | | | | Change-Id: I5f7614cdfda3e1c73027c60cb71dff1d9b7d3282
* | Merge WebKit at r63173 : Following @62551, PassOwnPtr no longer has a ↵Leon Clarke2010-07-201-1/+1
| | | | | | | | | | | | | | | | release method. leakPtr appears to be the alternative. Change-Id: I55d7c2a927e86cfd23ec5a1bb292d2058bcacb09
* | Merge WebKit at r63173 : Following @62607 Page takes a BackForwardClientLeon Clarke2010-07-202-2/+4
| | | | | | | | Change-Id: I1c86a2881f5bef152f1b9841d6dce41da91b03ac
* | Merge WebKit at r63173 : @62542 added inspector stuff, but the non-inspector ↵Leon Clarke2010-07-204-0/+17
| | | | | | | | | | | | case doesn't seem to compile Change-Id: I16ee514aa06762fe8c4df50d6739d394d03b6d1b
* | Merge Webkit at r63173 : Fix Makefiles.Leon Clarke2010-07-206-21/+60
| | | | | | | | | | | | | | | | | | | | | | Note that MathML tags and attribute names are now generated, and SVG tags and attribute names are always generated. This is because the HTML5 parser relies on knowing about the tags even if the features are disabled. See https://bugs.webkit.org/show_bug.cgi?id=42050 https://bugs.webkit.org/show_bug.cgi?id=42059 Change-Id: Ie8b66217989673f90ffc61aabf499ab91a6a6bd1
* | Merge Webkit at r63173 : Fix conflicts.Leon Clarke2010-07-209-52/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android.v8bindings.mk: IDBBindingUtilities caused by http://trac.webkit.org/changeset/63064 CSSCompitedStyleDeclaration.cpp conflict caused by http://trac.webkit.org/changeset/63038 'Computed style is not implemented for padding-start, padding-end, margin-start, margin-end' HTMLDocumentParser.cpp conflict caused by http://trac.webkit.org/changeset/63165 'HTML5 Parser: document.write after onload blows away document' Navigator.h conflict caused by http://trac.webkit.org/changeset/62577 Page.cpp caused by http://trac.webkit.org/changeset/62502 ResourceHandleAndroid.cpp by http://trac.webkit.org/changeset/62736 HTMLLinkElement.* by the upstreaming of link prefetching at http://trac.webkit.org/changeset/63032 Change-Id: I5b9d3eef87cd525a9fc7d862676a41fc4122cba0
* | Merge WebKit at r63173 : Initial merge by git.Leon Clarke2010-07-20914-7484/+38141
| | | | | | | | Change-Id: Ife5af0c7c6261fbbc8ae6bc08c390efa9ef10b44
* | Chrome http: Persistent cookies and cache.Kristian Monsen2010-07-203-16/+20
| | | | | | | | | | | | Sharing one RequestContex. Adding a persistent cookie store and on disk cache to that request. Change-Id: I7f45cda3803340672585e5b0f84eb0d5e2fd6b75
* | Merge "Removing ANDROID_USER_GESTURE ifdef"Kristian Monsen2010-07-203-15/+1
|\ \
| * | Removing ANDROID_USER_GESTURE ifdefKristian Monsen2010-07-153-15/+1
| | | | | | | | | | | | | | | | | | | | | As discussed on CL https://android-git.corp.google.com/g/#change,56717, removing the ifdef is a good thing as this is not a feature we want to turn on and off. Change-Id: Ic7a062e2bb15850ca17fcb46fbd25d786e08028d
* | | Revert "Disable ICF for libwebcore.so"Doug Kwan2010-07-181-7/+0
| | | | | | | | | | | | This reverts commit 4d9904fcc4161d144bfd84ca9d294f21d55444d2.
* | | am 02f67ae0: am ae583467: add meta-files about 3rd party projectsThe Android Open Source Project2010-07-161-0/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '02f67ae036c6acabb72e337a53c601d53ef6592c' * commit '02f67ae036c6acabb72e337a53c601d53ef6592c': add meta-files about 3rd party projects
| * \ \ am ae583467: add meta-files about 3rd party projectsThe Android Open Source Project2010-07-161-0/+9
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'ae583467c6ceda8b918b6d3e38cceca26d0715eb' into gingerbread-plus-aosp * commit 'ae583467c6ceda8b918b6d3e38cceca26d0715eb': add meta-files about 3rd party projects
| | * | | add meta-files about 3rd party projectsThe Android Open Source Project2010-07-161-0/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: I1cc3b4d6e2165285a27b5d848c39d3965553382a
* | | | | am 72533818: am 4da2dabd: Merge "The ICU data is no longer compiled directly ↵Joe Onorato2010-07-151-1/+0
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | | | | | | | | | | | | | | | | | | into the shared library." into gingerbread Merge commit '725338187e8e5e36ec3647b675caf1fcd8e5cab7' * commit '725338187e8e5e36ec3647b675caf1fcd8e5cab7': The ICU data is no longer compiled directly into the shared library.
| * | | am 4da2dabd: Merge "The ICU data is no longer compiled directly into the ↵Joe Onorato2010-07-151-1/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | shared library." into gingerbread Merge commit '4da2dabd9828e43b05c234be082905c7825a22ec' into gingerbread-plus-aosp * commit '4da2dabd9828e43b05c234be082905c7825a22ec': The ICU data is no longer compiled directly into the shared library.