summaryrefslogtreecommitdiffstats
path: root/WebCore
Commit message (Collapse)AuthorAgeFilesLines
* Fixes a Geolocation bug with cached positions.Steve Block2009-12-172-9/+14
| | | | | | | | | | In the case where a watch request returns a cached position, we must clear the cached position to prevent it from being used repeatedly in the case where the watch timer later fires. Also cleans up some code and adds some comments. This will be upstreamed to webkit.org in https://bugs.webkit.org/show_bug.cgi?id=30676 Change-Id: I4968731453c3dfd34a8d3466fdaee91d4c4158be
* Merge webkit.org at r51976 : ColorSpace type has been removed.Steve Block2009-12-171-19/+11
| | | | | | | | | See the following WebKit changes ... http://trac.webkit.org/changeset/50614 http://trac.webkit.org/changeset/51124 http://trac.webkit.org/changeset/51161 Change-Id: I690bb3aebc75b5a45396bb9bbcc4ee797ca3465b
* Merge webkit.org at r51976 : GraphicsContext::setPlatformShadow now takes a ↵Steve Block2009-12-171-1/+1
| | | | | | | | ColorSpace argument. See http://trac.webkit.org/changeset/50852 Change-Id: Ie6ddbe8da1ce7bc2dffbd57bb93aee5d5e9a1068
* Merge webkit.org at r51976 : Image::draw() and drawPattern() now take a ↵Steve Block2009-12-171-3/+4
| | | | | | | | ColorSpace. See http://trac.webkit.org/changeset/51212 Change-Id: I276253611ffe7518733fc7af51b0dfcc5f5d8691
* Merge webkit.org at r51976 : V8Proxy::sourceName now returns bool.Steve Block2009-12-171-1/+1
| | | | | | See http://trac.webkit.org/changeset/50327 Change-Id: If8461f4f433a8addac9cd593f5f66571399a31bb
* Merge webkit.org at r51976 : A ColorSpace argument is now passed to ↵Steve Block2009-12-171-4/+4
| | | | | | | | GraphicsContext methods. See http://trac.webkit.org/changeset/50760 Change-Id: I50c0864b1347e81839b8276a832311d7d1281148
* Merge webkit.org at r51976 : Icon::createIconForFile has been removed.Steve Block2009-12-171-6/+0
| | | | | | See http://trac.webkit.org/changeset/50632 Change-Id: I3b10aff021d89b66d4d3d5f52773e4922654fbfa
* Merge webkit.org at r51976 : Geolocation error code UNKNOWN_ERROR is deprecated.Steve Block2009-12-171-1/+1
| | | | | | See http://trac.webkit.org/changeset/50605 Change-Id: Iaad2055f169f56b7d43e2e3195041f0796506092
* Merge webkit.org at r51976 : Fix Makefiles.Steve Block2009-12-175-78/+41
| | | | Change-Id: I7d9d5788efda1d0e985242ab03c8016069798acd
* Merge webkit.org at r51976 : Fix general conflicts.Steve Block2009-12-1728-465/+62
| | | | | | | | | | | | | | | 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 : Fix conflicts in Makefiles.Steve Block2009-12-175-104/+0
| | | | | | | Android Makefiles were upstreamed in http://trac.webkit.org/changeset/51858 and http://trac.webkit.org/changeset/51926 Change-Id: I00f30d4894c1c5064fb7bd9be27317c039dbb0ad
* Merge webkit.org at r51976 : Initial merge by git.Steve Block2009-12-171407-19039/+63178
| | | | Change-Id: Ib0e7e2f0fb4bee5a186610272edf3186f0986b43
* register the eventinterface with our dispatcher listMike Reed2009-12-171-0/+2
|
* Implement the full screen WebView plugin.Grace Kloba2009-12-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a NoTitleBar_Fullscreen dialog to implement the full screen plugin. This runs in the same thread as WebView (UI in the Browser case). One catch is that the SurfaceView provided by the plugin needs to be opaque if it doesn't want to see through the WebView. The PluginFullScreenHolder translates the events to the underline WebView. Special treatment in the touch case as it needs to translate the coordinates. WebView can't be panned, or double tap to zoom, or long press to trigger the context menu while having a full screen plugin. Inside webkit, we also give the plugin element focus when it goes to the full screen so that it takes key events. While handling key events, we don't let it loose focus or scroll out. Todo: When a plugin goes to full screen, we should make sure the embedded plugin is fully visible. Otherwise when we translate the touch events back, they will be outside of the visible rect and will be ignored. This is part 2 of 2-project check in.
* Provide localized strings for <input> labels.Leon Scroggins2009-12-153-18/+32
| | | | | | | | | Fix for http://b/issue?id=2178786 Call up to Java to get strings for <input> labels, and use them on inputs. Requires a change in frameworks/base.
* Do not mergeAndrei Popescu2009-12-151-1/+1
| | | | | Replicate https://android-git.corp.google.com/g/#change,35704 to mr2 to leave this branch in a sane state. Otherwise, the browser crashes on startup.
* Merge change Ic29b39b8 into eclair-mr2Android (Google) Code Review2009-12-146-103/+82
|\ | | | | | | | | * changes: Replace the C-cast used to determine whether the resource handle represent the main resource.
| * Replace the C-cast used to determine whether the resource handle represent ↵Andrei Popescu2009-12-146-103/+82
| | | | | | | | | | | | the main resource. Fix style to match webkit style.
* | Rollback to return density for scaleFactor.Grace Kloba2009-12-111-0/+24
|/ | | Move the comment to HTMLCanvasElement and always use 1.0 there.
* Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.Andrei Popescu2009-12-113-19/+64
|
* Merge change I6efdd453 into eclair-mr2Android (Google) Code Review2009-12-111-2/+7
|\ | | | | | | | | * changes: Fix the crash in RenderTableSection for Small Screen rendering. The code path was not exercised in the Browser and the crash was triggered by the WebKit integration.
| * Fix the crash in RenderTableSection for Small ScreenGrace Kloba2009-12-101-2/+7
| | | | | | | | | | | | | | rendering. The code path was not exercised in the Browser and the crash was triggered by the WebKit integration. Fix http://b/issue?id=2285748
* | Merge change Ice11d745 into eclair-mr2Android (Google) Code Review2009-12-101-1/+0
|\ \ | |/ |/| | | | | * changes: Removes superfluous SocketStreamHandleBase.cpp from Android build.
| * Removes superfluous SocketStreamHandleBase.cpp from Android build.Steve Block2009-12-101-1/+0
| | | | | | | | Change-Id: Ice11d7459e425b18f07b77527aa71696c880ae77
* | Merge change I85087ab0 into eclair-mr2Android (Google) Code Review2009-12-099-48/+3
|\ \ | | | | | | | | | | | | * changes: Enable orientation events.
| * | Enable orientation events.Patrick Scott2009-12-099-48/+3
| | | | | | | | | | | | | | | | | | | | | Remove our old orientation hacks as webkit now supports the orientation event. Call down into webkit when the orientation changes to send the js event. The change to Frame.cpp has been submited to bugs.webkit.org as issue 32321.
* | | Enable longpress and doubletap to WebKit as touchGrace Kloba2009-12-097-15/+69
|/ / | | | | | | event if it is requested.
* | Merge change I85893753 into eclair-mr2Android (Google) Code Review2009-12-095-7/+8
|\ \ | | | | | | | | | | | | * changes: Pull down change 51321 from webkit.org.
| * | Pull down change 51321 from webkit.org.Patrick Scott2009-12-095-7/+8
| | | | | | | | | | | | | | | Calls to EventNames() was causing multiple copies of the event names to be created. This could cause false negatives in hash map lookups.
* | | use twopoint gradientsMike Reed2009-12-081-3/+5
| | |
* | | Merge change I0b9d36d9 into eclair-mr2Android (Google) Code Review2009-12-081-2/+2
|\ \ \ | |_|/ |/| | | | | | | | * changes: Modify AndroidWebHistoryBridge to prepare uploading detachHistoryItem() to WebKit.
| * | Modify AndroidWebHistoryBridge to prepare uploadingGrace Kloba2009-12-071-2/+2
| | | | | | | | | | | | | | | | | | detachHistoryItem() to WebKit. I think it is easy to read this way that the constructor sets the m_historyItem and the new method will detach it.
* | | Merge change I640d5ca9 into eclair-mr2Android (Google) Code Review2009-12-083-0/+305
|\ \ \ | |/ / |/| | | | | | | | * changes: Merges V8 version of jni_utility with JSC version at WebCore/bridge/jni.
| * | Merges V8 version of jni_utility with JSC version at WebCore/bridge/jni.Steve Block2009-12-073-0/+305
| |/ | | | | | | Change-Id: I640d5ca9e38d78fd662550fa389cf8b463dc78b6
* | Continue https://android-git.corp.google.com/g/#change,34687,Grace Kloba2009-12-071-1/+1
| | | | | | We should use #if PLATFORM(ANDROID) now
* | Merge change I9a5736f5 into eclair-mr2Android (Google) Code Review2009-12-072-5/+13
|\ \ | |/ |/| | | | | * changes: Fixes a Geolocation bug with cached positions.
| * Fixes a Geolocation bug with cached positions.Steve Block2009-12-072-5/+13
| | | | | | | | | | | | | | When a Geolocation watch calls back with a cached position, it could be cleared in the callback. This change makes sure the watch still exists after the callback before starting the Geolocation service. Change-Id: I9a5736f5ce78e1c4bb36659245ffb61b485c4018
* | Moves JSC-specific functions from jni_utility and moves them to a new ↵Steve Block2009-12-078-266/+349
|/ | | | | | | | jsc/jni_utility_private.h. See https://bugs.webkit.org/show_bug.cgi?id=32157 Change-Id: I1f7f0bb6fa9e72ee3eeb31160e0a828b3d076fee
* Merge change I2b870c71 into eclair-mr2Android (Google) Code Review2009-12-041-4/+0
|\ | | | | | | | | * changes: Enables x-mac-cyrillic on Android, now that this is in our version of ICU.
| * Enables x-mac-cyrillic on Android, now that this is in our version of ICU.Steve Block2009-12-041-4/+0
| | | | | | | | | | | | | | | | | | See https://android-git.corp.google.com/g/#change,34457, which adds the encoding to ICU 3.8 in eclair-mr2, and https://android-git.corp.google.com/g/#change,34758, which adds the encoding to ICU 4.2 in master. Change-Id: I2b870c714a3ee397964e6bfe14c95bdcca9ea24a
* | Merge change If686b999 into eclair-mr2Android (Google) Code Review2009-12-041-2/+6
|\ \ | |/ |/| | | | | * changes: Pass up flags for the main resource and user gesture.
| * Pass up flags for the main resource and user gesture.Patrick Scott2009-12-041-2/+6
| | | | | | | | This requires a change to the framework.
* | Merge change Iceb63592 into eclair-mr2Android (Google) Code Review2009-12-033-0/+19
|\ \ | |/ |/| | | | | * changes: Experimental change. Cache pages with unload event for back/forward. This will improve the history navigation. But it may break some sites. See discussion in https://bugs.webkit.org/show_bug.cgi?id=29021.
| * Experimental change. Cache pages with unload eventGrace Kloba2009-12-033-0/+19
| | | | | | | | | | for back/forward. This will improve the history navigation. But it may break some sites. See discussion in https://bugs.webkit.org/show_bug.cgi?id=29021.
* | Rework CL, https://android-git.corp.google.com/g/#change,34511Grace Kloba2009-12-032-3/+2
|/ | | due to the history unfork change.
* another file to fix the buildGrace Kloba2009-12-031-0/+2
|
* After turning on page cache, the parent HistoryItemGrace Kloba2009-12-031-0/+4
| | | | | can be destroyed before the child HistoryItem, add an extra checking to avoid crash.
* Merge change I70c3076b into eclair-mr2Android (Google) Code Review2009-12-031-3/+7
|\ | | | | | | | | * changes: Fixes a crashing Geolocation bug when a watch is cleared from certain callbacks.
| * Fixes a crashing Geolocation bug when a watch is cleared from certain callbacks.Steve Block2009-12-031-3/+7
| | | | | | | | | | | | | | | | BUG: http://b/2297475 This will be upstreamed to webkit.org in https://bugs.webkit.org/show_bug.cgi?id=32111 Change-Id: I70c3076b1a85c89bc4c587ea9fedaa84bd7b0575
* | Android History unforking pt4: Android specific changes to makefiles and ↵Ben Murdoch2009-12-032-1/+2
| | | | | | | | | | | | | | | | other code that has not been upstreamed yet (i.e. WebKit/android). This does NOT need to be upstreamed to WebKit (yet). Change-Id: I821fb90c3e463ef5fc4fa001ee5b8d967f9f7e48