summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updates Android to reflect upstreaming of guards on npruntime.h includesSteve Block2010-02-176-19/+19
| | | | | | See http://trac.webkit.org/changeset/54880 Change-Id: I5665991bb4f7d3680c00b42194a9208d1daa90f0
* Merge "Adds an XPath generated header to the Android build to avoid a guard ↵Steve Block2010-02-166-9/+11
|\ | | | | | | on an include in V8DocumentCustom.cpp"
| * Adds an XPath generated header to the Android build to avoid a guard on an ↵Steve Block2010-02-166-9/+11
| | | | | | | | | | | | | | | | | | | | | | include in V8DocumentCustom.cpp Adding generated headers to the build, even when for disabled features, is preferred to using guards around includes. See https://bugs.webkit.org/show_bug.cgi?id=34812 Also cleans up some other Android-specific changes in WebCore/bindings/v8. Change-Id: I37a174bfaef0d659fc3cef08d084af8861b65ac9
* | Merge "Fix the sim-eng build"Steve Block2010-02-161-0/+6
|\ \
| * | Fix the sim-eng buildSteve Block2010-02-161-0/+6
| |/ | | | | | | Change-Id: Icc67c8786c1a1b98993fb27caf71bd4895118589
* | Merge "Add toV8 conversion for touch event type."Ben Murdoch2010-02-161-0/+8
|\ \ | |/ |/|
| * Add toV8 conversion for touch event type.Ben Murdoch2010-02-161-0/+8
| | | | | | | | Change-Id: I91cd4224ee4df8de105dca179b42ee1428ab288d
* | Merge webkit.org at r54731 : Update WEBKIT_MERGE_REVISIONSteve Block2010-02-161-2/+2
| | | | | | | | Change-Id: I8c416f93989d0992f02b9c28590557caf8ba70ed
* | Merge webkit.org at r54731 : Refactoring of BiDi supportSteve Block2010-02-161-0/+1
| | | | | | | | | | | | See http://trac.webkit.org/changeset/54665 Change-Id: Ieffcf1b8d0401af5403ae9e3cea4414198ee612a
* | Merge webkit.org at r54731 : Refactoring in font cacheSteve Block2010-02-161-3/+3
| | | | | | | | | | | | See http://trac.webkit.org/changeset/54601 Change-Id: Id463962ae17e6d980122bfb0456b29c65b3bf69a
* | Merge webkit.org at r54731 : Update Android graphics to reflect addition of ↵Steve Block2010-02-164-24/+10
| | | | | | | | | | | | | | | | AffineTransform class See http://trac.webkit.org/changeset/54503 Change-Id: Ib14c0f2cce4f63aab2e047a1c4725d1e62b059ba
* | Merge webkit.org at r54731 : Update Android to reflect refactoring of ↵Steve Block2010-02-162-3/+7
| | | | | | | | | | | | | | | | RuntimeEnabledFeatures.cpp see http://trac.webkit.org/changeset/54593 Change-Id: Iab1af86c65db24849fbdb07cc4b1692133d7ae87
* | Merge webkit.org at r54731 : Fix remaining merge conflictsSteve Block2010-02-167-82/+3
| | | | | | | | | | | | | | | | | | | | | | | | - AutoFillPopupMenuClient.h - Take theirs, git got confused - PluginView.h - Conflict due to new OS macro - Gradient.cpp - Conflict due to new argument due to setPlatformGradientSpaceTransform - Android.derived.v8bindings.mk - Keep ours - DragImage.h - Take both - V8DocumentCustom.cpp - Take theirs - XCode project - Take both to keep Android-addition of GeolocationPositionCache Change-Id: I3f294a71af93fb4e02b57e0169bd25143132df15
* | Merge webkit.org at r54731 : Fix merge conflicts due to frame flatteningSteve Block2010-02-164-17/+7
| | | | | | | | | | | | | | | | | | Common frame flattening code was added upstream in http://trac.webkit.org/changeset/54440 We take this code, but also keep the current Android-specific implementation. Currently, the common code is disabled and we continue to use the Android version. The two will be combined at a later date. Change-Id: I194c7028b84a05d85040ca6199802c42a520be96
* | Merge webkit.org at r54731 : Initial merge by gitSteve Block2010-02-16905-11313/+32037
|/ | | | Change-Id: Ia79977b6cf3b0b00c06ef39419989b28e57e4f4a
* Merge changes Ic6718a7c,Ie4e6f65e,Iff5e29c7Ben Murdoch2010-02-152-24/+71
|\ | | | | | | | | | | | | * changes: Don't add something to a hash map and then get it out again immediately if we don't need to. Fix the creation of the touchTargets list to match what the iPhone does and maintain compatability with existing apps like SuperPudu. Store the originating target for a touch (i.e. calculated in touchstart) in a hash map, so that we can use that originating target as the target for future move/end/cancel events that that touch generates.
| * Don't add something to a hash map and then get it out again immediately if ↵Ben Murdoch2010-02-151-2/+5
| | | | | | | | | | | | we don't need to. Change-Id: Ic6718a7c23e8896f5bbbb5cadcc22aa9a3108530
| * Fix the creation of the touchTargets list to match what the iPhone does and ↵Ben Murdoch2010-02-151-18/+47
| | | | | | | | | | | | | | | | | | | | maintain compatability with existing apps like SuperPudu. touchTargets should always have at least one element and should be based on the target where the touch originated, not where it is now. This needs to be upstreamed to webkit. Change-Id: Ie4e6f65e77484e0eac6d0f239df9dd3a460e7bce
| * Store the originating target for a touch (i.e. calculated in touchstart) in ↵Ben Murdoch2010-02-152-7/+22
| | | | | | | | | | | | | | | | a hash map, so that we can use that originating target as the target for future move/end/cancel events that that touch generates. This matches the behaviour that the iPhone exhibits. Change-Id: Iff5e29c795b8ae6128e67ad5d42a959b61f966f2
* | Merge "checkpoint for refactoring"Mike Reed2010-02-153-77/+59
|\ \
| * | checkpoint for refactoringMike Reed2010-02-153-77/+59
| |/
* | Merge "Fix Mac build"Steve Block2010-02-152-2/+9
|\ \
| * | Fix Mac buildSteve Block2010-02-152-2/+9
| |/ | | | | | | | | | | | | - Database.cpp - This Android-specific change was made in https://android-git.corp.google.com/g/#change,39575 - XCode project - GeolocationPositionCache was accidentally removed in https://android-git.corp.google.com/g/#change,40365 Change-Id: I60f8361ba352c7fa8d35dc829e203f6c653f0ef2
* | Use common version of PluginView::parentFrameSteve Block2010-02-152-2/+1
|/ | | | | | This was added in http://trac.webkit.org/changeset/42748 Change-Id: Ifcb9308d817203b6e23945ceedd83b9f9eb2e80f
* Merge webkit.org at r54340 : Update WEBKIT_MERGE_REVISIONSteve Block2010-02-151-2/+2
| | | | Change-Id: I267e0288b20fc62d4c300d0f9cb4fb0120d84174
* Merge webkit.org at r54340 : Cherry-pick WebKit change 54658 to add required ↵Steve Block2010-02-151-0/+2
| | | | | | | | headers to V8 generated code. See http://trac.webkit.org/changeset/54658 Change-Id: If52c6dc9b2c09d4ae028d913da653c2373eb151b
* Merge webkit.org at r54340 : Cherry-pick WebKit change 54653 to generate ↵Steve Block2010-02-151-0/+30
| | | | | | | | Notifications and WebSockets headers for V8 See http://trac.webkit.org/changeset/54653 Change-Id: I98d73ffb861da1694f24635c8e372a0e9a065f6f
* Merge webkit.org at r54340 : Cherry-pick WebKit change 54652 to generate ↵Steve Block2010-02-151-0/+1
| | | | | | | | XPath header for V8 See http://trac.webkit.org/changeset/54652 Change-Id: I9e513f408f5a812b9c79cec4fcc2a2e633c95fe9
* Merge webkit.org at r54340 : Cherry-pick WebKit change 54651 to generate ↵Steve Block2010-02-151-0/+17
| | | | | | | | Inspector headers for V8 See http://trac.webkit.org/changeset/54651 Change-Id: Ieefd3b78f67eecf3a2ddd5d3869acff0a7ef4833
* Merge webkit.org at r54340 : Cherry-pick WebKit change 54650 to add SVG ↵Steve Block2010-02-154-12/+19
| | | | | | | | guards for V8 See http://trac.webkit.org/changeset/54650 Change-Id: Ieda3be45b1979c0f9d776cf6b7639f0e67f1466f
* Merge webkit.org at r54340 : Cherry-pick WebKit change 54417 to fix ↵Steve Block2010-02-153-9/+5
| | | | | | | | ENABLE_DEBUGGER guards for V8 See http://trac.webkit.org/changeset/54417 Change-Id: I03e7f8f1ddb9af92e5ce7494136ea2d2a6de6800
* Merge webkit.org at r54340 : Update use of processingUserGesture to pass ↵Steve Block2010-02-151-1/+1
| | | | | | | | DOMWrapperWorld See http://trac.webkit.org/changeset/54182 Change-Id: I71b4de3bbef2963c1332eef229bd23646c3ee23a
* Merge webkit.org at r54340 : Implement new GraphicsContext::concatCTM and ↵Steve Block2010-02-152-12/+24
| | | | | | | | | Path::transform methods for Android We copy the Skia implementations See http://trac.webkit.org/changeset/54112 Change-Id: I7575b7fe2690b0eacf4c3da2cc9fd6645d8d2c6f
* Merge webkit.org at r54340 : Implement new Pattern methods for AndroidSteve Block2010-02-152-8/+23
| | | | | | See http://trac.webkit.org/changeset/54203 Change-Id: Ib68d10f5b7d045b19ae815613ffb0ff836aafe56
* Merge webkit.org at r54340 : Update Android V8 Makefile to generate toV8 ↵Steve Block2010-02-151-4/+4
| | | | | | | | converter functions See http://trac.webkit.org/changeset/54150 Change-Id: Idcc5b54d9b31133e6d304222a2cf11355736b83c
* Merge webkit.org at r54340 : Fix MakefilesSteve Block2010-02-151-2/+0
| | | | Change-Id: I86b9b8485cc9594841407ac6958c8dea3903749e
* Merge webkit.org at r54340 : Fix merge conflictsSteve Block2010-02-158-438/+21
| | | | | | | | | | | | - Take both for Android makefiles, other than typo for JavaNPObjectV8 upstream - Take theirs for XCode project file and ChangeLog - Fix trivial header conflict in V8DocumentCustom - Keep ours for fix in JNIUtilityPrivate.cpp - Take theirs for V8DOMWrapper.cpp. Conflict is due to Android addition of TouchEvents, which conflicts with http://trac.webkit.org/changeset/54259 - Take both for Android addition of applicationInstalledCallback - Take both for Android JSC JIT changes in Platform.h Change-Id: Ib1a748f204a07a7e736feeee6a0f30f7453754a7
* Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-15405-3504/+15436
| | | | Change-Id: Ib489d2ff91186ea3652522e1d586e54416a2cf44
* Fix the build by including the right header for INVALID_STATE_ERRAndrei Popescu2010-02-121-0/+1
|
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-129-8/+270
| | | | | | This CL contains the wiring between the API and the Java side. Fix b: 2371005
* Add indent for writeLengthNicolas Roard2010-02-121-0/+1
|
* Add dump layers capability (triggered the same way as the dump tree trick,Nicolas Roard2010-02-126-0/+131
| | | | saving the layres tree in /sdcard/layersTree.plist)
* Merge "move children into SkLayer make SkLayer inherit from SkRefCnt.h"Mike Reed2010-02-125-184/+30
|\
| * move children into SkLayerMike Reed2010-02-125-184/+30
| | | | | | | | make SkLayer inherit from SkRefCnt.h
* | Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT) in Android.Huahui Wu2010-02-123-1/+29
| | | | | | | | | | It's disabled by default, but is enabled when the enveronment variable ENABLE_ANDROID_JSC_JIT is set to true.
* | Merge "Cherry-pick recent WebKit changes to JavaClassJSC.cpp"Steve Block2010-02-121-30/+35
|\ \ | |/ |/|
| * Cherry-pick recent WebKit changes to JavaClassJSC.cppSteve Block2010-02-111-30/+35
| | | | | | | | | | | | | | These changes were made in http://trac.webkit.org/changeset/53865, so should have been picked up in the last WebKit merge to r54127, but were somehow missed. Change-Id: Id21807fe9bf6507a591b6b12e914aea41a62c3de
* | Refactor the layers to use calcPosition().Nicolas Roard2010-02-123-29/+58
| | | | | | | | | | Add accessors to the picture and the children. Add a bounds() method.
* | Put back the animations in the UI threadNicolas Roard2010-02-125-152/+20
| |
* | split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-113-5/+6
| |