summaryrefslogtreecommitdiffstats
path: root/WebCore
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Android History unforking pt3: Changes to the notifyHIstoryItemChanged ↵Ben Murdoch2009-12-032-38/+8
| | | | | | | | | | | | | | | | function and the places it is used. This needs to be upstreamed to webkit.org. Change-Id: I5dc4e40939448e0b1dfcd6393082036fc8174aa9
* | Android History unforking pt2: BackForwardList changes. Fire a notification ↵Ben Murdoch2009-12-033-50/+15
| | | | | | | | | | | | | | | | to the FrameLoaderClient that the BackForwardList has been modified. This needs to be upstreamed to webkit.org. Change-Id: I14633c51276bd92ed56139b4c473cc8ac9bacb72
* | Android history unforking pt 1: Add Android specific files and #if ↵Ben Murdoch2009-12-033-13/+121
| | | | | | | | | | | | | | | | PLATFORM(ANDROID) guarded code in WebCore/history/HistoryItem.cpp This should be upstreamed to webkit.org Change-Id: I3f822d5a6579080658242f846214e1c3fe31fa01
* | Enable WebKit page cache through WebSettings.Grace Kloba2009-12-023-2/+90
| | | | | | | | | | | | | | | | Add setXX() for the meta data in Settings. Add CachedFramePlatformDataAndroid to preserve the state for the cachedFrame. http://b/issue?id=2284168
* | Updates Geolocation V8 bindings to match patch submitted to webkit.org.Steve Block2009-12-0210-190/+154
|/ | | | | | See http://trac.webkit.org/changeset/51540 Change-Id: If60a5650750b1dc48353773947d451f4e8a3ec52
* Merge change I783ff698 into eclair-mr2Android (Google) Code Review2009-12-012-10/+2
|\ | | | | | | | | * changes: Removes superfluous file V8 DerivedSourcesAllInOne.cpp from Android build.
| * Removes superfluous file V8 DerivedSourcesAllInOne.cpp from Android build.Steve Block2009-12-012-10/+2
| | | | | | | | | | | | | | | | This was added in https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=6d62749f698529d29ec7cf61f6c8ec323ae52b83#patch1 Also revert Android-specific changes to DerivedSourcesAllInOne.cpp, to avoid future conflicts in WebKit merge. Change-Id: I783ff698af8212c02c48012f97bd1bc3d90b7ea2
* | Merge change Iae9809cb into eclair-mr2Android (Google) Code Review2009-12-012-16/+8
|\ \ | | | | | | | | | | | | * changes: Fixes Makefiles to have proper dependency on HTMLTagNames.in and HTMLAttributeNames.in.
| * | Fixes Makefiles to have proper dependency on HTMLTagNames.in and ↵Steve Block2009-12-012-16/+8
| |/ | | | | | | | | | | | | | | | | HTMLAttributeNames.in. Previously, the path to these files was expanded prior to execution of the rule, thus breaking the dependency. Change-Id: Iae9809cb925dfc26606f02a47a4dd930c99a3106
* | Merge change I11fe1a14 into eclair-mr2Android (Google) Code Review2009-11-301-1/+1
|\ \ | |/ |/| | | | | * changes: add ANDROID to the list of platforms that support font-face
| * add ANDROID to the list of platforms that support font-faceMike Reed2009-11-301-1/+1
| |
* | Merge change Ie9bc2064 into eclair-mr2Android (Google) Code Review2009-11-302-21/+0
|\ \ | | | | | | | | | | | | * changes: Remove the Android-specific setCMYKXXXColor methods, which are not used.
| * | Remove the Android-specific setCMYKXXXColor methods, which are not used.Steve Block2009-11-262-21/+0
| | | | | | | | | | | | Change-Id: Ie9bc2064b10c01579d60e31f62ea6996974f8f4a
* | | Refactoring plugins to use new java interfaces.Derek Sollenberger2009-11-301-6/+0
| | | | | | | | | | | | | | | | | | | | | This change contains extensive cleanup as we now keep track of a pointer to the plugin's java entry point (WebkitPlugin.class). Also given that we track this object and changes to plugin packaging we nolonger need to pass additional parameters in quite a few methods.
* | | Merge change I49a4a258 into eclair-mr2Android (Google) Code Review2009-11-271-15/+0
|\ \ \ | | | | | | | | | | | | | | | | * changes: Removes superfluous code from Android implementation of AuthenticationChallenge.
| * | | Removes superfluous code from Android implementation of AuthenticationChallenge.Steve Block2009-11-271-15/+0
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - On Android, we use only the default constructor. See WebCore/platform/network/ResourceHandleInternal.h. - AuthenticationChallenge::sourceHandle is only required for CF. See WebCore/platform/network/cf/AuthenticationCF.cpp. The method was originally added only for CF in http://trac.webkit.org/changeset/18880 but has since been copied to other platforms, despite not being required. Change-Id: I49a4a2587a9551107a105573bd9da2e56ee0f52e
* | | Merge change Ice535a82 into eclair-mr2Android (Google) Code Review2009-11-261-0/+1
|\ \ \ | | | | | | | | | | | | | | | | * changes: Restores the default value for ENABLE(ARCHIVE) in wtf/Platform.h.
| * | | Restores the default value for ENABLE(ARCHIVE) in wtf/Platform.h.Steve Block2009-11-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This default was recently removed but is required to build on Mac. See https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=2cc706295f906df0bb49f51c9efe92a97c427464#patch1 Change-Id: Ice535a8205d14a0f3c3bfc4f32bc7d71132fbc2a