Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes WebCorePrefixAndroid.h to aid WebKit upstreaming. | Steve Block | 2009-11-12 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Content from WebCorePrefixAndroid.h has been moved to WebCorePrefix.h and the Android Makefiles modified to use that file. - Enabler flags have been moved to WebCore/config.h. - flex_XXX_T types are defined in WebCore/css/maketokenizer - Most system includes are alreay present in WebCorePrefix.h - Some includes have been moved directly to the source files that require them. - The following includes seem not to be required so have been dropped. - #include <limits.h> - #include <math.h> - #include <stdint.h> - #include <unistd.h> Change-Id: I8eba4d0a606463503554955e113d57bdf76a7136 | ||||
* | Merge webkit.org at r50258 : Fix conflicts. | Steve Block | 2009-11-10 | 1 | -5/+2 |
| | | | | | | | Note that FrameLoader::gotoAnchor has been moved to FramveView::gotoAnchor. See http://trac.webkit.org/changeset/49608 Change-Id: Ic2a87bb0c0f91d371508578ddccf200967524a77 | ||||
* | Merge webkit.org at r50258 : Initial merge by git. | Steve Block | 2009-11-10 | 27 | -172/+351 |
| | | | | Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0 | ||||
* | fix instrumentation. The new WebKit has CachedResourceClient | Grace Kloba | 2009-10-28 | 4 | -8/+52 |
| | | | | 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 Block | 2009-10-22 | 3 | -1/+3 |
| | | | | | | | | | | | | | 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 : Update Geolocation to use new EventListener ↵ | Steve Block | 2009-10-20 | 1 | -1/+2 |
| | | | | | | | | methods. See http://trac.webkit.org/changeset/48402, http://trac.webkit.org/changeset/48701 and http://trac.webkit.org/changeset/48767 Change-Id: Id32d80c62f71c98c6677d7cbe11ee2ffbdaeeff1 | ||||
* | Merge webkit.org at R49305 : Use new macros to define Android touch event ↵ | Steve Block | 2009-10-20 | 2 | -50/+4 |
| | | | | | | | | listeners for Node and DOMWindow. See http://trac.webkit.org/changeset/48701 Change-Id: I160099dd16b222e016c3414f2ce06adf5cf52573 | ||||
* | Merge webkit.org at R49305 : Pull WebKit change ↵ | Steve Block | 2009-10-20 | 1 | -1/+1 |
| | | | | | | http://trac.webkit.org/changeset/49428 to fix build with ENABLE_INSPECTOR = 0. Change-Id: Id5cf30ed4a1753dc0659f405286fc66a76cae3c8 | ||||
* | Merge webkit.org at R49305 : Fix merge conflicts. | Steve Block | 2009-10-20 | 2 | -518/+14 |
| | | | | Change-Id: I9e0ffbe9b9b824399653da038093874e315ccd6a | ||||
* | Merge webkit.org at R49305 : Automatic merge by git. | Steve Block | 2009-10-20 | 87 | -1773/+2604 |
| | | | | Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7 | ||||
* | Fixes a bunch of WebKit whitespace discrepancies between Android and ↵ | Steve Block | 2009-10-14 | 2 | -2/+2 |
| | | | | | | | | webkit.org. Do not merge. This will avoid noise in the diffs when upstreaming Android-specific changes to webkit.org. This has already been submitted to master branch. | ||||
* | Removes superfluous unload event getter and setter methods from Node. Do not ↵ | Steve Block | 2009-10-13 | 2 | -12/+1 |
| | | | | | | | | | merge. These were removed from webkit.org in http://trac.webkit.org/changeset/44944. This should have been picked up in https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=d227fc870c7a697500a3c900c31baf05fb9a8524, which syncs to webkit.org R47420. This has already been submitted to master branch. | ||||
* | When detach the top Document, clean up the touch listeners and reset | Grace Kloba | 2009-09-25 | 1 | -0/+11 |
| | | | | | | needTouchEvents. Fix http://b/issue?id=2145333 | ||||
* | Add more null checking to avoid the crash. | Grace Kloba | 2009-09-11 | 1 | -4/+5 |
| | |||||
* | Move mobile doctype check from HTMLDocument to Document so that it will ↵ | Grace Kloba | 2009-09-08 | 1 | -0/+9 |
| | | | | | cover xhtml case like http://us.m1.yahoo.com. Fix http://b/issue?id=2102284 | ||||
* | We lost ontouchxxx with the new WK. Bring them back. | Grace Kloba | 2009-08-27 | 2 | -0/+12 |
| | |||||
* | Revert "Merge WebKit r47420" | Andrei Popescu | 2009-08-19 | 42 | -737/+824 |
| | | | | This reverts commit d227fc870c7a697500a3c900c31baf05fb9a8524. | ||||
* | Revert "Compilation and link error fixes for new webkit r47420." | Andrei Popescu | 2009-08-19 | 1 | -0/+13 |
| | | | | This reverts commit 632f4508222c2a617e6820e9388867c0f4821db8. | ||||
* | Compilation and link error fixes for new webkit r47420. | Ben Murdoch | 2009-08-18 | 1 | -13/+0 |
| | |||||
* | Merge WebKit r47420 | Ben Murdoch | 2009-08-18 | 42 | -824/+737 |
| | |||||
* | Fix the last of the linker errors ! | Ben Murdoch | 2009-08-17 | 1 | -2/+2 |
| | |||||
* | Fix left over maunal merges | Andrei Popescu | 2009-08-13 | 4 | -65/+1 |
| | |||||
* | dom, html and loader merges | Andrei Popescu | 2009-08-12 | 6 | -22/+3 |
| | |||||
* | Merge in WebKit r47029. | Ben Murdoch | 2009-08-11 | 73 | -899/+1643 |
| | |||||
* | Get WebKit r44544. | Feng Qian | 2009-06-17 | 84 | -1586/+3366 |
| | |||||
* | Merge commit 'goog/master' into merge_webkit_from_master | Feng Qian | 2009-04-29 | 1 | -0/+11 |
|\ | |||||
| * | Temporary fix bug 1792567. | Feng Qian | 2009-04-16 | 1 | -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. | ||||
* | | Make WebCore built with V8. | Feng Qian | 2009-04-24 | 2 | -1/+7 |
|/ | | | | Picked up several new files from Chrome port. | ||||
* | AI 145796: Land the WebKit merge @r42026. | Feng Qian | 2009-04-10 | 81 | -4158/+2658 |
| | | | | Automated import of CL 145796 | ||||
* | AI 143526: Clear execute bit on C++ source files. | Cary Clark | 2009-03-30 | 1 | -0/+0 |
| | | | | | | | | | Our execute bit is out of sync with webkit.org, so make them the same. This helps keep the diff tool from getting confused. BUG=1553405 Automated import of CL 143526 | ||||
* | Automated import from //branches/master/...@142772,142772 | Grace Kloba | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | auto import from //branches/cupcake_rel/...@138607 | The Android Open Source Project | 2009-03-13 | 1 | -0/+6 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 107 | -1673/+5244 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 217 | -0/+36430 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 217 | -36430/+0 |
| | |||||
* | auto import from //branches/cupcake/...@126645 | The Android Open Source Project | 2009-01-15 | 10 | -127/+178 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 4 | -32/+1 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 183 | -6317/+12540 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 59 | -1120/+2051 |
| | |||||
* | external/webkit r30707 | Upstream | 1970-01-12 | 176 | -0/+29256 |