| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge Webkit at r58956: Fix conflicts. | Ben Murdoch | 2010-05-14 | 1 | -4/+0 |
* | Merge Webkit at r58956: Initial merge by Git. | Ben Murdoch | 2010-05-14 | 43 | -433/+1478 |
* | Merge webkit.org at r58033 : Initial merge by git | Steve Block | 2010-05-11 | 53 | -364/+5186 |
* | Merge webkit.org at r55033 : Initial merge by git | Steve Block | 2010-04-27 | 5 | -102/+25 |
* | Remove ANDROID guard now that Android fix to MathExtras.h has been upstreamed | Steve Block | 2010-04-22 | 1 | -2/+0 |
* | Refactor how we set up the layers hierarchy when using fixed | Nicolas Roard | 2010-03-17 | 1 | -0/+4 |
* | Re-enable the layers | Nicolas Roard | 2010-02-24 | 1 | -1/+1 |
* | While upstreaming the JSC JIT patch to the open source Webkit trunk, | Huahui Wu | 2010-02-23 | 1 | -0/+1 |
* | disable webkit layers | Cary Clark | 2010-02-21 | 1 | -1/+1 |
* | Merge "Updates WebKit's use of cmath to expect isfinite, isinf, isnan and sig... | Steve Block | 2010-02-17 | 1 | -7/+3 |
|\ |
|
| * | Updates WebKit's use of cmath to expect isfinite, isinf, isnan and signbit to... | Steve Block | 2010-02-17 | 1 | -7/+3 |
* | | Add UI considerations to layers | Cary Clark | 2010-02-17 | 1 | -2/+2 |
|/ |
|
* | Fix the sim-eng build | Steve Block | 2010-02-16 | 1 | -0/+6 |
* | Merge webkit.org at r54731 : Initial merge by git | Steve Block | 2010-02-16 | 12 | -77/+357 |
* | Merge webkit.org at r54340 : Fix merge conflicts | Steve Block | 2010-02-15 | 1 | -4/+0 |
* | Merge webkit.org at r54340 : Initial merge by git | Steve Block | 2010-02-15 | 7 | -6/+276 |
* | Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT) in Android. | Huahui Wu | 2010-02-12 | 1 | -0/+3 |
* | Merge webkit.org at r54127 : Fix conflicts due to use of OS_ANDROID | Steve Block | 2010-02-04 | 1 | -6/+1 |
* | Merge webkit.org at r54127 : Initial merge by git | Steve Block | 2010-02-04 | 47 | -573/+1617 |
* | Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private... | Steve Block | 2010-01-20 | 1 | -1/+1 |
* | Defines PLATFORM(SKIA), instead of PLATFROM(SGL) for Android. | Steve Block | 2010-01-05 | 1 | -1/+1 |
* | resolved conflicts for merge of 870689c8 | Nicolas Roard | 2010-01-04 | 1 | -0/+4 |
* | Fixes MainThreadAndroid to use AndroidThreading, rather than calling methods ... | Steve Block | 2009-12-21 | 2 | -10/+41 |
* | Merge webkit.org at r51976 : Fix general conflicts. | Steve Block | 2009-12-17 | 1 | -3/+0 |
* | Merge webkit.org at r51976 : Initial merge by git. | Steve Block | 2009-12-17 | 32 | -480/+754 |
* | Enable orientation events. | Patrick Scott | 2009-12-09 | 1 | -0/+1 |
* | Restores the default value for ENABLE(ARCHIVE) in wtf/Platform.h. | Steve Block | 2009-11-25 | 1 | -0/+7 |
* | Updates MainThreadAndroid.cpp to reflect version upstreamed to webkit.org. | Steve Block | 2009-11-23 | 1 | -4/+4 |
* | Merge change Ia4f91efd into eclair-mr2 | Android (Google) Code Review | 2009-11-23 | 2 | -24/+0 |
|\ |
|
| * | Moves get_thread_msec from JavaScriptCore/wtf/CurrentTime to WebKit/android/T... | Steve Block | 2009-11-20 | 2 | -24/+0 |
* | | Updates Threading.h to reflect final version of Android atomicIncrement/Decre... | Steve Block | 2009-11-23 | 1 | -1/+1 |
|/ |
|
* | Removes a superfluous Android include from TypeTraits.cpp. | Steve Block | 2009-11-20 | 1 | -4/+0 |
* | Cleans up Threading.cpp/h ready for upstreaming to webkit.org. | Steve Block | 2009-11-20 | 2 | -7/+3 |
* | Updates WebCore/config.h to reflect changes made when upstreaming to webkit.org. | Steve Block | 2009-11-20 | 1 | -5/+0 |
* | Cleans up Android-specific changes to Platform.h, ready for upstreaming to we... | Steve Block | 2009-11-19 | 1 | -30/+22 |
* | Revert https://android-git.corp.google.com/g/#change,31178 | Grace Kloba | 2009-11-16 | 1 | -14/+0 |
* | Fixes license headers for all Android-specific JavaScriptCore and WebCore fil... | Steve Block | 2009-11-13 | 1 | -1/+1 |
* | Removes WebCorePrefixAndroid.h to aid WebKit upstreaming. | Steve Block | 2009-11-12 | 2 | -0/+8 |
* | Removes extra define of HAVE_PTHREAD_RW_LOCK. | Steve Block | 2009-11-11 | 1 | -1/+0 |
* | Merge webkit.org at r50258 : Fix conflicts. | Steve Block | 2009-11-10 | 1 | -4/+0 |
* | Merge webkit.org at r50258 : Initial merge by git. | Steve Block | 2009-11-10 | 10 | -19/+57 |
* | am 5469794f: Avoid constructing the MutexLocker class to avoid two mystery cr... | Grace Kloba | 2009-10-30 | 1 | -0/+14 |
|\ |
|
| * | Avoid constructing the MutexLocker class to avoid | Grace Kloba | 2009-10-27 | 1 | -0/+14 |
| * | Apparently we can't use atomic_inc/dec version as it | Grace Kloba | 2009-10-21 | 1 | -1/+0 |
| * | Back in 02/08 when we added android_atomic_inc/dec, for | Grace Kloba | 2009-10-20 | 1 | -0/+1 |
* | | The new WebKit expects atomicIncrement to return int | Grace Kloba | 2009-10-21 | 1 | -1/+1 |
* | | Merge webkit.org at R49305 : Fix merge conflicts. | Steve Block | 2009-10-20 | 2 | -34/+12 |
* | | Merge webkit.org at R49305 : Automatic merge by git. | Steve Block | 2009-10-20 | 29 | -141/+710 |
|/ |
|
* | Revert "Merge WebKit r47420" | Andrei Popescu | 2009-08-19 | 6 | -178/+31 |
* | Merge WebKit r47420 | Ben Murdoch | 2009-08-18 | 6 | -31/+178 |