OSDN Git Service

android-x86/external-webkit.git
14 years agoMerge webkit.org at r50258 : HistoryController has been factored out of FrameLoader.
Steve Block [Tue, 20 Oct 2009 14:07:10 +0000 (15:07 +0100)]
Merge webkit.org at r50258 : HistoryController has been factored out of FrameLoader.

See http://trac.webkit.org/changeset/49413

Change-Id: I1e584a6a50e1a20e40c76471651c0561df496c47

14 years agoMerge webkit.org at r50258 : Fix header include order for Log.h.
Steve Block [Thu, 29 Oct 2009 11:22:43 +0000 (11:22 +0000)]
Merge webkit.org at r50258 : Fix header include order for Log.h.

See http://trac.webkit.org/changeset/50006

Change-Id: I3a347d8d027edeebb9732b2736506a1bd2d24b56

14 years agoMerge webkit.org at r50258 : Add guards for Document::inspectorTimelineAgent().
Steve Block [Thu, 29 Oct 2009 10:58:27 +0000 (10:58 +0000)]
Merge webkit.org at r50258 : Add guards for Document::inspectorTimelineAgent().

See http://trac.webkit.org/changeset/50068

Change-Id: Ib330cd0a5bb53f262236b38cd0fb771fd7b7d4dc

14 years agoMerge webkit.org at r50258 : Fix Makefiles.
Steve Block [Thu, 29 Oct 2009 00:55:04 +0000 (00:55 +0000)]
Merge webkit.org at r50258 : Fix Makefiles.

Change-Id: I5b458ac956718d2dd25d4faff503b376cd9e3214

14 years agoMerge webkit.org at r50258 : Fix conflicts.
Steve Block [Thu, 5 Nov 2009 18:34:51 +0000 (18:34 +0000)]
Merge webkit.org at r50258 : Fix conflicts.

Note that FrameLoader::gotoAnchor has been moved to FramveView::gotoAnchor.
See http://trac.webkit.org/changeset/49608

Change-Id: Ic2a87bb0c0f91d371508578ddccf200967524a77

14 years agoMerge webkit.org at r50258 : Initial merge by git.
Steve Block [Thu, 5 Nov 2009 09:23:40 +0000 (09:23 +0000)]
Merge webkit.org at r50258 : Initial merge by git.

Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0

14 years agoMerge change I3a493eb3 into eclair-mr2
Android (Google) Code Review [Tue, 10 Nov 2009 20:31:44 +0000 (12:31 -0800)]
Merge change I3a493eb3 into eclair-mr2

* changes:
  capture offscreen invalidates in webkit

14 years agocapture offscreen invalidates in webkit
Cary Clark [Mon, 9 Nov 2009 17:12:40 +0000 (12:12 -0500)]
capture offscreen invalidates in webkit

The latest update of webkit changed the way drawing invalidates
are captured. ScrollView::repaintContentRectangle now includes
an intersect test that short-circuits if rect to repaint is
outside the visible content.

FrameView::repaintContentRectangle had logic to capture offscreen
drawing, but only if the repaint rect was entirely clipped out.
This changes both FrameView and ScrollView to send partial
repaints to the offscreen code, up to four rects per draw.

fixes http://b/issue?id=2207086

14 years agoMerge change I888150fd into eclair-mr2
Android (Google) Code Review [Tue, 10 Nov 2009 16:28:39 +0000 (08:28 -0800)]
Merge change I888150fd into eclair-mr2

* changes:
  up our max ram value before subsampling in the decoder

14 years agoam f3df4438: (-s ours) Merge change I43c19e84 into eclair
Steve Block [Tue, 10 Nov 2009 01:59:24 +0000 (17:59 -0800)]
am f3df4438: (-s ours) Merge change I43c19e84 into eclair

Merge commit 'f3df443854d9a26a47c5f48c60b552d9d3c7efdd' into eclair-mr2

* commit 'f3df443854d9a26a47c5f48c60b552d9d3c7efdd':
  Stop Geolocation service when browser tab is in the background. Do not merge.

14 years agoMerge change I43c19e84 into eclair
Android (Google) Code Review [Tue, 10 Nov 2009 01:56:54 +0000 (17:56 -0800)]
Merge change I43c19e84 into eclair

* changes:
  Stop Geolocation service when browser tab is in the background. Do not merge.

14 years agoam 6f9b8a17: (-s ours) do not merge -- Fix a clicking bug.
Leon Scroggins [Tue, 10 Nov 2009 00:17:16 +0000 (16:17 -0800)]
am 6f9b8a17: (-s ours) do not merge -- Fix a clicking bug.

Merge commit '6f9b8a1745fc174f1c436237dde772fca8e47f06' into eclair-mr2

* commit '6f9b8a1745fc174f1c436237dde772fca8e47f06':
  do not merge -- Fix a clicking bug.

14 years agoStop Geolocation service when browser tab is in the background. Do not merge.
Steve Block [Sun, 8 Nov 2009 07:56:39 +0000 (07:56 +0000)]
Stop Geolocation service when browser tab is in the background. Do not merge.

This is a fix for bug http://b/issue?id=2211437

This has already been submitted to Eclair MR2 branch.

Change-Id: I43c19e84fda6291590ff2f07bbadb18a4f86df5f

14 years agoMerge change I5bad623b into eclair-mr2
Android (Google) Code Review [Mon, 9 Nov 2009 20:42:50 +0000 (12:42 -0800)]
Merge change I5bad623b into eclair-mr2

* changes:
  Allow plugins to load java classes from their apk.

14 years agoAllow plugins to load java classes from their apk.
Derek Sollenberger [Mon, 9 Nov 2009 19:41:06 +0000 (14:41 -0500)]
Allow plugins to load java classes from their apk.

Relocate ANPSystemInterface into its own file and provide the
ability to call into java and load a plugin's java class from
their apk.

see http://b/2215696

14 years agodo not merge -- Fix a clicking bug.
Leon Scroggins [Wed, 28 Oct 2009 18:25:19 +0000 (14:25 -0400)]
do not merge -- Fix a clicking bug.

original at https://android-git.corp.google.com/g/#change,31300

Remove some code that simulates a mouse click at the beginning of
a textarea and the end of a textfield.  The original goal was to
make the click change the selection to be at the beginning or end
of the field, respectively.  However, we actually make another call
which prevents this click from the selection.  Further, the
selection actually gets changed elsewhere.

Fixes http://b/issue?id=2219233

14 years agoAdd/expose postdata identifier so that when we cache
Grace Kloba [Mon, 9 Nov 2009 02:45:44 +0000 (18:45 -0800)]
Add/expose postdata identifier so that when we cache
the post data, we can distinguish them.

add identifier to postUrl().

add identifier when we check whether the post data
can be loaded from cache.

Fix http://b/issue?id=1980031

14 years agoup our max ram value before subsampling in the decoder
Mike Reed [Fri, 6 Nov 2009 19:14:26 +0000 (14:14 -0500)]
up our max ram value before subsampling in the decoder

http://b/issue?id=2236822
todo: find a system-wide compile-flag to trigger off of

14 years agoStore the Node's text rather than the renderer's text.
Leon Scroggins [Fri, 6 Nov 2009 18:27:13 +0000 (13:27 -0500)]
Store the Node's text rather than the renderer's text.

The renderer may be displaying a placeholder (attribute on HTMLInputElement
and HTMLTextAreaElement), which will be deleted when the field gains
focus, so take the text directly from the node instead.

Fixes http://b/issue?id=2163427

14 years agoFixes V8 build due to missing include.
Steve Block [Thu, 5 Nov 2009 07:45:26 +0000 (07:45 +0000)]
Fixes V8 build due to missing include.

Change-Id: I2a2b04cb7e9e8b109d065478540db351064f2c09

14 years agoMerge change I9ef85bb1 into eclair-mr2
Android (Google) Code Review [Thu, 5 Nov 2009 07:23:06 +0000 (02:23 -0500)]
Merge change I9ef85bb1 into eclair-mr2

* changes:
  Move V8 to external/v8

14 years agoStop Geolocation service when browser tab is in the background.
Steve Block [Wed, 28 Oct 2009 11:29:58 +0000 (11:29 +0000)]
Stop Geolocation service when browser tab is in the background.

This is a fix for bug http://b/issue?id=2211437

Change-Id: Id44b5b5679a302ecb16d5f493ea900d252faf2dc

14 years agoMove V8 to external/v8
Steve Block [Fri, 30 Oct 2009 11:49:59 +0000 (11:49 +0000)]
Move V8 to external/v8

Change-Id: I9ef85bb1a4fd0e808ca37ac532803542b6dfb04d

14 years agoam b9fca1a7: (-s ours) Fix Geolocation service to use correct signature for Location...
Steve Block [Fri, 30 Oct 2009 15:03:21 +0000 (08:03 -0700)]
am b9fca1a7: (-s ours) Fix Geolocation service to use correct signature for Location.getAltitude(). Do not merge.

Merge commit 'b9fca1a768e8d5f3948b492fb962210af28d8d23' into eclair-mr2

* commit 'b9fca1a768e8d5f3948b492fb962210af28d8d23':
  Fix Geolocation service to use correct signature for Location.getAltitude(). Do not merge.

14 years agoam 5469794f: Avoid constructing the MutexLocker class to avoid two mystery crashes.
Grace Kloba [Fri, 30 Oct 2009 15:03:12 +0000 (08:03 -0700)]
am 5469794f: Avoid constructing the MutexLocker class to avoid two mystery crashes.

Merge commit '5469794fd9ad86cd03ba4cf7ef0bc82329362f39' into eclair-mr2

* commit '5469794fd9ad86cd03ba4cf7ef0bc82329362f39':
  Avoid constructing the MutexLocker class to avoid

14 years agoFix Geolocation service to use correct signature for Location.getAltitude(). Do not...
Steve Block [Thu, 29 Oct 2009 22:08:59 +0000 (22:08 +0000)]
Fix Geolocation service to use correct signature for Location.getAltitude(). Do not merge.

This is a fix for bug http://b/issue?id=2221243

This has already been submitted to Eclair MR2 branch.

Change-Id: I964e004583cebe4c93fe3e9c1c7d5ef44a41d1f8

14 years agoMerge change Id5b57453 into eclair-mr2
Android (Google) Code Review [Thu, 29 Oct 2009 17:21:47 +0000 (13:21 -0400)]
Merge change Id5b57453 into eclair-mr2

* changes:
  Remove unused Inspector files from Android build.

14 years agoDO NOT MERGE. Send a message when the page changes and find is up to search again.
Leon Scroggins [Thu, 29 Oct 2009 13:47:34 +0000 (09:47 -0400)]
DO NOT MERGE. Send a message when the page changes and find is up to search again.

Fixes http://b/issue?id=2222706

Requires a change in frameworks/base.

Not merging because we changed the way we call JNI functions.

14 years agoRemove unused Inspector files from Android build.
Steve Block [Thu, 29 Oct 2009 00:46:04 +0000 (00:46 +0000)]
Remove unused Inspector files from Android build.

Change-Id: Id5b57453ee3cae7c8d765be847a4ccca0e19ce68

14 years agoMerge change Ia667b47b into eclair-mr2
Android (Google) Code Review [Thu, 29 Oct 2009 16:05:15 +0000 (12:05 -0400)]
Merge change Ia667b47b into eclair-mr2

* changes:
  Fix Geolocation service to use correct signature for Location.getAltitude().

14 years agoMerge change I5d9ec169 into eclair-mr2
Android (Google) Code Review [Thu, 29 Oct 2009 12:40:49 +0000 (08:40 -0400)]
Merge change I5d9ec169 into eclair-mr2

* changes:
  Pass PlatformKeyboardEvents for deletions.

14 years agoPass PlatformKeyboardEvents for deletions.
Leon Scroggins [Wed, 28 Oct 2009 21:52:13 +0000 (17:52 -0400)]
Pass PlatformKeyboardEvents for deletions.

Instead of using TypingCommand::deleteSelection, use events so
the javascript events happen, allowing autocomplete fields to work
properly.

Fixes http://b/issue?id=2059795

14 years agoMerge change I47300b36 into eclair-mr2
Android (Google) Code Review [Wed, 28 Oct 2009 20:43:08 +0000 (16:43 -0400)]
Merge change I47300b36 into eclair-mr2

* changes:
  fix instrumentation. The new WebKit has CachedResourceClient derived from FastAllocBase which has overload operator new. So we need to override it again to avoid ambiguous.

14 years agoFix a clicking bug.
Leon Scroggins [Wed, 28 Oct 2009 18:25:19 +0000 (14:25 -0400)]
Fix a clicking bug.

Remove some code that simulates a mouse click at the beginning of
a textarea and the end of a textfield.  The original goal was to
make the click change the selection to be at the beginning or end
of the field, respectively.  However, we actually make another call
which prevents this click from the selection.  Further, the
selection actually gets changed elsewhere.

Fixes http://b/issue?id=2219233

14 years agofix instrumentation. The new WebKit has CachedResourceClient
Grace Kloba [Wed, 28 Oct 2009 06:38:13 +0000 (23:38 -0700)]
fix instrumentation. The new WebKit has CachedResourceClient
derived from FastAllocBase which has overload operator new.
So we need to override it again to avoid ambiguous.

14 years agoMerge change I998a5863 into eclair-mr2
Android (Google) Code Review [Wed, 28 Oct 2009 17:47:37 +0000 (13:47 -0400)]
Merge change I998a5863 into eclair-mr2

* changes:
  Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.

14 years agoUse NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.
Steve Block [Mon, 26 Oct 2009 18:08:41 +0000 (18:08 +0000)]
Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.

The files in question are npapi.h and npruntime.h. The Android versions at
V8Bindings/npapi/ are identical to the WebKit versions, other than a couple of
trivial changes, which are accounted for in this patch.

Change-Id: I998a5863181283aa6153c84a745b1923d9b5721b

14 years agoFix Geolocation service to use correct signature for Location.getAltitude().
Steve Block [Wed, 28 Oct 2009 17:07:23 +0000 (17:07 +0000)]
Fix Geolocation service to use correct signature for Location.getAltitude().

This is a fix for bug http://b/issue?id=2221243

Change-Id: Ia667b47b33c0b30eaec04b4881b61027034d0850

14 years agoMerge change I8e7024d6 into eclair-mr2
Android (Google) Code Review [Wed, 28 Oct 2009 16:51:53 +0000 (12:51 -0400)]
Merge change I8e7024d6 into eclair-mr2

* changes:
  We were excluding device-width to fix http://b/issue?id=1331654. But some mobile sites will have minimum pref width wider than the screen width, like in http://www.boygeniusreport.com/2009/10/23/motorola-droid-preview/.

14 years agopass the current cursor when computing the mouse position
Cary Clark [Wed, 28 Oct 2009 14:39:06 +0000 (10:39 -0400)]
pass the current cursor when computing the mouse position

Most of the time, the simulated mouse position can be
computed from the current cursor. But when the cursor
is changed, the current cursor info could be out of
date and generate a bus error.

fixes http://b/issue?id=2061211

14 years agoUpdates Geolocation to use a pair of maps to store watchers.
Steve Block [Wed, 28 Oct 2009 14:40:26 +0000 (14:40 +0000)]
Updates Geolocation to use a pair of maps to store watchers.

This reflects a recent change submitted to webkit.org (see
http://trac.webkit.org/changeset/50159). This came about in the
course of upstreaming the logic to make sure the error callback
is called when permissions have already been denied (see
http://trac.webkit.org/changeset/50190).

Also make some minor style and comment changes to reflect other
recent submissions to webkit.org.

This will avoid future merge conflicts.

Change-Id: Iafca02403b781bc2119e6e762cb04df396ca8c11

14 years agoMerge change Ia17a9f02 into eclair-mr2
Android (Google) Code Review [Wed, 28 Oct 2009 14:17:28 +0000 (10:17 -0400)]
Merge change Ia17a9f02 into eclair-mr2

* changes:
  Adds ScriptController::initializeThreading(), to allow initializeThreading() to be used with both JSC and V8 without the use of ifdefs.

14 years agoMerge change I9f515e09 into eclair-mr2
Android (Google) Code Review [Wed, 28 Oct 2009 12:01:12 +0000 (08:01 -0400)]
Merge change I9f515e09 into eclair-mr2

* changes:
  Brings V8 binding ifdef changes in to line with version submitted to webkit.org

14 years agoWe were excluding device-width to fix http://b/issue?id=1331654.
Grace Kloba [Tue, 27 Oct 2009 22:15:48 +0000 (15:15 -0700)]
We were excluding device-width to fix b/issue?id=1331654.
But some mobile sites will have minimum pref width
wider than the screen width, like in
http://www.boygeniusreport.com/2009/10/23/motorola-droid-preview/.

Now we are checking width() > screenWidth before wrapping at line 958,
there is no need to exclude the device-width case. Remove the
checking and both bugs should be fixed.

14 years agoAllow touches to change the selection.
Leon Scroggins [Fri, 23 Oct 2009 20:14:33 +0000 (16:14 -0400)]
Allow touches to change the selection.

Fixes http://b/issue?id=1650395  Lets touches change the selection
while ignoring changes from trackball events.  When a touch puts
a textfield in focus, tell the WebTextView to set mOkayForFocusNotToMatch.

Requires a change in frameworks/base.

14 years agoMerge change Ib24a54e5 into eclair-mr2
Android (Google) Code Review [Tue, 27 Oct 2009 18:06:09 +0000 (14:06 -0400)]
Merge change Ib24a54e5 into eclair-mr2

* changes:
  Remove bad assert.

14 years agoAvoid constructing the MutexLocker class to avoid
Grace Kloba [Tue, 27 Oct 2009 17:24:07 +0000 (10:24 -0700)]
Avoid constructing the MutexLocker class to avoid
two mystery crashes.

14 years agochanging how plugins gain/lose focus.
Derek Sollenberger [Tue, 27 Oct 2009 13:50:23 +0000 (09:50 -0400)]
changing how plugins gain/lose focus.

Previously we were keeping our own state in the UI thread to
determine when to send events to the plugin. This change removes
that logic and uses the document focus to determine when events
are to be sent. This also fixes problems with the plugins
occasionally not receiving lose focus events.

see bug http://b/2033843

14 years agotweak select text
Cary Clark [Mon, 26 Oct 2009 19:47:34 +0000 (15:47 -0400)]
tweak select text

webkit changed the behavior of hitTestResultAtPoint; it used
to return the innermost node hit, but does so no longer.
Work around this by searching the returned node for a text
node.

Start the text detection one pixel lower. This fixes picking up
the first line of a link on m.msn.com.

Simplify the selection drawing. Share code between the arrow and
the i-beam. Center the i-beam on the arrow. Use relative path
construction to simplify the i-beam.

Add debugging.

Requires a companion change in frameworks/base

partially fixes http://b/issue?id=1667690

14 years agoRemove bad assert.
Patrick Scott [Tue, 27 Oct 2009 14:39:57 +0000 (10:39 -0400)]
Remove bad assert.

The original assert was meant to assert that the body renderer layout state is
not modified during the expansion of the iframe. This can falsely fire if the
body renderer already needed a layout before the iframe expansion.

14 years agoMerge change I676eb2d5 into eclair-mr2
Android (Google) Code Review [Tue, 27 Oct 2009 12:04:50 +0000 (08:04 -0400)]
Merge change I676eb2d5 into eclair-mr2

* changes:
  Avoid calling setDatabaseDirectoryPath() when the path is already set.

14 years agoAvoid calling setDatabaseDirectoryPath() when the path is already set.
Andrei Popescu [Tue, 27 Oct 2009 11:58:04 +0000 (11:58 +0000)]
Avoid calling setDatabaseDirectoryPath() when the path is already set.

http://b/issue?id=2215217

14 years agoAdds ScriptController::initializeThreading(), to allow initializeThreading() to be...
Steve Block [Fri, 23 Oct 2009 11:43:55 +0000 (12:43 +0100)]
Adds ScriptController::initializeThreading(), to allow initializeThreading() to be used with both JSC and V8 without the use of ifdefs.

See https://bugs.webkit.org/show_bug.cgi?id=30678

This has now been upstreamed to webkit.org, so submitting to Android to avoid future merge conflicts.

Change-Id: Ia17a9f02060f04b11a8bffa367164162775516ba

14 years agoBrings V8 binding ifdef changes in to line with version submitted to webkit.org
Steve Block [Fri, 23 Oct 2009 09:28:40 +0000 (10:28 +0100)]
Brings V8 binding ifdef changes in to line with version submitted to webkit.org

See https://bugs.webkit.org/show_bug.cgi?id=30697

$ diff ~/WebKitToT/WebKit/WebCore/bindings/v8/DOMObjectsInclude.h WebCore/bindings/v8/DOMObjectsInclude.h
36d35
< #include "CanvasActiveInfo.h"
186a186,193
> #if ENABLE(GEOLOCATION)
> #include "Coordinates.h"
> #include "Geolocation.h"
> #include "Geoposition.h"
> #include "PositionError.h"
> #include "PositionErrorCallback.h"
> #endif
>
222a230,238
> #if PLATFORM(ANDROID)
> // TODO: Upstream TOUCH_EVENTS guard.
> #if ENABLE(TOUCH_EVENTS)
> #include "Touch.h"
> #include "TouchList.h"
> #include "TouchEvent.h"
> #endif
> #endif
>

$ diff ~/WebKitToT/WebKit/WebCore/bindings/v8/DerivedSourcesAllInOne.cpp WebCore/bindings/v8/DerivedSourcesAllInOne.cpp
37d36
< #include "bindings/V8CanvasActiveInfo.cpp"
100a100
> #include "bindings/V8Geolocation.cpp"
190,191d189
< #include "bindings/V8Notification.cpp"
< #include "bindings/V8NotificationCenter.cpp"
258d255
< #include "bindings/V8SharedWorkerContext.cpp"
366a364
> #include "bindings/V8SVGURIReference.cpp"
386a385,392
>
> #if PLATFORM(ANDROID)
> // TODO: Upstream NOTIFICATIONS guard.
> #if ENABLE(NOTIFICATIONS)
> #include "bindings/V8Notification.cpp"
> #include "bindings/V8NotificationCenter.cpp"
> #endif
> #endif

$ diff ~/WebKitToT/WebKit/WebCore/bindings/v8/V8Index.cpp WebCore/bindings/v8/V8Index.cpp
37d36
< #include "V8CanvasActiveInfo.h"
358a358
> #include "V8SVGURIReference.h"
392d391
< #include "V8SharedWorkerContext.h"
437a437,454
> #if PLATFORM(ANDROID)
> // TODO: Upstream these guards to webkit.org
> #if ENABLE(GEOLOCATION)
> #include "V8Coordinates.h"
> #include "V8Geolocation.h"
> #include "V8Geoposition.h"
> #include "V8PositionError.h"
> #endif
>
> #if ENABLE(TOUCH_EVENTS)
> #include "V8Touch.h"
> #include "V8TouchList.h"
> #include "V8TouchEvent.h"
> #endif
>
> #include "V8VoidCallback.h"
> #endif  // PLATFORM(ANDROID)
>

$ diff ~/WebKitToT/WebKit/WebCore/bindings/v8/V8Index.h WebCore/bindings/v8/V8Index.h
448d447
<     V(CANVASACTIVEINFO, CanvasActiveInfo)                               \
493a493,523
> #if ENABLE(GEOLOCATION)
> #define DOM_OBJECT_GEOLOCATION_TYPES(V)                                 \
>     V(COORDINATES, Coordinates)                                         \
>     V(GEOLOCATION, Geolocation)                                         \
>     V(GEOPOSITION, Geoposition)                                         \
>     V(POSITIONERROR, PositionError)
> #else
> #define DOM_OBJECT_GEOLOCATION_TYPES(V)
> #endif
>
> #if PLATFORM(ANDROID)
> // TODO: Upstream this guard.
> #if ENABLE(TOUCH_EVENTS)
> #define DOM_OBJECT_TOUCH_EVENT_TYPES(V)                                 \
>     V(TOUCHLIST, TouchList)                                             \
>     V(TOUCHEVENT, TouchEvent)                                           \
>     V(TOUCH, Touch)
> #else
> #define DOM_OBJECT_TOUCH_EVENT_TYPES(V)
> #endif
> #endif
>
> #if PLATFORM(ANDROID)
> #define DOM_OBJECT_VOIDCALLBACK_TYPES(V)                                \
>     V(VOIDCALLBACK, VoidCallback)
> #else
> #define DOM_OBJECT_VOIDCALLBACK_TYPES(V)
> #endif
>
> #if PLATFORM(ANDROID)
> // This block is modified, but is not Android-specific.
502a533,535
>     DOM_OBJECT_GEOLOCATION_TYPES(V)                                     \
>     DOM_OBJECT_TOUCH_EVENT_TYPES(V)                                     \
>     DOM_OBJECT_VOIDCALLBACK_TYPES(V)                                    \
503a537
> #endif

Change-Id: I9f515e0918417879813f2ff8d67df16db9bae754

14 years agoMerge change I3788a1e3 into eclair-mr2
Android (Google) Code Review [Mon, 26 Oct 2009 15:53:51 +0000 (11:53 -0400)]
Merge change I3788a1e3 into eclair-mr2

* changes:
  Remove XPathNSResolver from the Android build.

14 years agoMerge change I3a8abed5 into eclair-mr2
Android (Google) Code Review [Mon, 26 Oct 2009 15:26:53 +0000 (11:26 -0400)]
Merge change I3a8abed5 into eclair-mr2

* changes:
  Enable the dispatching of the 'ended' media event.

14 years agoEnable the dispatching of the 'ended' media event.
Andrei Popescu [Mon, 26 Oct 2009 15:21:19 +0000 (15:21 +0000)]
Enable the dispatching of the 'ended' media event.

Partial fix for http://b/issue?id=2210105

14 years agoChange the assert to check for JNI_OK
Patrick Scott [Mon, 26 Oct 2009 14:11:29 +0000 (10:11 -0400)]
Change the assert to check for JNI_OK

jniRegisterNativeMethods returns -1 (JNI_ERR) or 0 (JNI_OK), not the number of
methods registered.

14 years agoChange eventTypes to eventNames to fix the assert.
Patrick Scott [Mon, 26 Oct 2009 13:32:52 +0000 (09:32 -0400)]
Change eventTypes to eventNames to fix the assert.

14 years agoRemove XPathNSResolver from the Android build.
Steve Block [Mon, 26 Oct 2009 11:23:47 +0000 (11:23 +0000)]
Remove XPathNSResolver from the Android build.

Also remove a few other unnnecessary files from the JSC Makefile.

Change-Id: I3788a1e3f60941e9712b4c4345ba09fa0a5ad390

14 years agoMerge change I28a61bf7 into eclair-mr2
Android (Google) Code Review [Fri, 23 Oct 2009 16:21:56 +0000 (12:21 -0400)]
Merge change I28a61bf7 into eclair-mr2

* changes:
  Allow java WebView to check the readonly status of a node.

14 years agoAllow java WebView to check the readonly status of a node.
Leon Scroggins [Fri, 23 Oct 2009 15:51:20 +0000 (11:51 -0400)]
Allow java WebView to check the readonly status of a node.

Required for a change to frameworks/base
(https://android-git.corp.google.com/g/30939 )

14 years agoMerge change If6634f88 into eclair-mr2
Android (Google) Code Review [Fri, 23 Oct 2009 15:47:48 +0000 (11:47 -0400)]
Merge change If6634f88 into eclair-mr2

* changes:
  Updates V8 bindings to use INSPECTOR guard.

14 years agoRemove some unused variables.
Leon Scroggins [Fri, 23 Oct 2009 13:41:05 +0000 (09:41 -0400)]
Remove some unused variables.

14 years agoUpdates V8 bindings to use INSPECTOR guard.
Steve Block [Thu, 22 Oct 2009 15:38:18 +0000 (16:38 +0100)]
Updates V8 bindings to use INSPECTOR guard.

Also adds PLATFORM(ANDROID) guards around Android-specific changes that have yet to be upstreamed to webkit.org.

Change-Id: If6634f8800832dc31713b9558e86f528489bb537

14 years agoMerge change I85cea76f into eclair-mr2
Android (Google) Code Review [Thu, 22 Oct 2009 23:06:12 +0000 (19:06 -0400)]
Merge change I85cea76f into eclair-mr2

* changes:
  The new WebKit expects atomicIncrement to return int instead of void.

14 years agoam 228543b5: Apparently we can\'t use atomic_inc/dec version as it causes more crashe...
Grace Kloba [Thu, 22 Oct 2009 17:48:01 +0000 (10:48 -0700)]
am 228543b5: Apparently we can\'t use atomic_inc/dec version as it causes more crashes. Revert it.

Merge commit '228543b5f412cbed35f233c6295661ae5f008269' into eclair-mr2

* commit '228543b5f412cbed35f233c6295661ae5f008269':
  Apparently we can't use atomic_inc/dec version as it

14 years agoam 87689f70: Back in 02/08 when we added android_atomic_inc/dec, for some reason...
Grace Kloba [Thu, 22 Oct 2009 17:45:53 +0000 (10:45 -0700)]
am 87689f70: Back in 02/08 when we added android_atomic_inc/dec, for some reason, it missed define WTF_USE_LOCKFREE_THREADSAFESHARED. So we are using mutexlocker instead of refcount inc/dec. Even mutex version should work, but it is not exercised by win/darwin/gcc. Ch

Merge commit '87689f70d66dc2559c19e60ab6f759874eeea56a' into eclair-mr2

* commit '87689f70d66dc2559c19e60ab6f759874eeea56a':
  Back in 02/08 when we added android_atomic_inc/dec, for

14 years agoMerge change Id27cf0b0 into eclair-mr2
Android (Google) Code Review [Thu, 22 Oct 2009 15:52:26 +0000 (11:52 -0400)]
Merge change Id27cf0b0 into eclair-mr2

* changes:
  Makes a number of changes to ease future merging with and upstreaming to webkit.org.

14 years agoMakes a number of changes to ease future merging with and upstreaming to webkit.org.
Steve Block [Wed, 21 Oct 2009 13:12:09 +0000 (14:12 +0100)]
Makes a number of changes to ease future merging with and upstreaming to 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

14 years agoam e9901563: (-s ours) do not merge: fix copy/paste using trackball on passion
Cary Clark [Thu, 22 Oct 2009 13:37:54 +0000 (06:37 -0700)]
am e9901563: (-s ours) do not merge: fix copy/paste using trackball on passion

Merge commit 'e99015639226215f6e9089a7a49b196e40e625f0' into eclair-mr2

* commit 'e99015639226215f6e9089a7a49b196e40e625f0':
  do not merge: fix copy/paste using trackball on passion

14 years agoMerge change I4cc74167 into eclair-mr2
Android (Google) Code Review [Thu, 22 Oct 2009 10:49:59 +0000 (06:49 -0400)]
Merge change I4cc74167 into eclair-mr2

* changes:
  Remove superfluous files from WebCore/svg/graphics.

14 years agoApparently we can't use atomic_inc/dec version as it
Grace Kloba [Wed, 21 Oct 2009 23:07:17 +0000 (16:07 -0700)]
Apparently we can't use atomic_inc/dec version as it
causes more crashes. Revert it.

Revert https://android-git.corp.google.com/g/30606

14 years agoThe new WebKit expects atomicIncrement to return int
Grace Kloba [Wed, 21 Oct 2009 18:55:15 +0000 (11:55 -0700)]
The new WebKit expects atomicIncrement to return int
instead of void.

14 years agoMerge change I3efa919a into eclair-mr2
Android (Google) Code Review [Wed, 21 Oct 2009 18:21:26 +0000 (14:21 -0400)]
Merge change I3efa919a into eclair-mr2

* changes:
  fix multiple text areas, and text areas without focus rings

14 years agofix multiple text areas, and text areas without focus rings
Cary Clark [Wed, 21 Oct 2009 17:59:54 +0000 (13:59 -0400)]
fix multiple text areas, and text areas without focus rings

Separate nodes that are hidden from nodes that disable
drawing the focus ring. If a node draws its own focus state,
other than not drawing the ring, it should be indistinguishable
from other focusable nodes.

Fix the nav cache dump to be in line with the latest webkit.

fixes http://b/issue?id=2201049

14 years agoRemove superfluous files from WebCore/svg/graphics.
Steve Block [Wed, 21 Oct 2009 16:13:26 +0000 (17:13 +0100)]
Remove superfluous files from WebCore/svg/graphics.

This change removes the contents of the following directories, which were removed in http://trac.webkit.org/changeset/44332
- WebCore/svg/graphics/cairo
- WebCore/svg/graphics/cg
- WebCore/svg/graphics/filters/cg
- WebCore/svg/graphics/mac
- WebCore/svg/graphics/qt
- WebCore/svg/graphics/skia

These files contained Android specific edits, but these were trivial (ENABLE(FILTERS) changed to ENABLE(SVG_FILTERS)).
Due to these changes, the files were not deleted in subsequent WebKit merges.
Only WebCore/svg/graphics/skia/SVGResourceFilterSkia.cpp was used in Android Makefiles, and this was only in the V8 Makefile.

When SVG is re-enabled, the Android code will have to be updated to work with the refactoring that has taken place in WebKit, so I'm deleting these files now to ease WebKit merging and upstreaming.

Change-Id: I4cc74167193175d05bf6b0382b3059b5230cc94d

14 years agoDo not show radio/checkboxes for <optgroup> labels.
Leon Scroggins [Mon, 19 Oct 2009 23:02:43 +0000 (19:02 -0400)]
Do not show radio/checkboxes for <optgroup> labels.

Fix for http://b/issue?id=2186188.  Keep track of <optgroup> labels
separately from disabled <option> labels.  Requires a change to
frameworks/base.

14 years agoMerge change I0554b1b9 into eclair-mr2
Android (Google) Code Review [Wed, 21 Oct 2009 13:34:51 +0000 (09:34 -0400)]
Merge change I0554b1b9 into eclair-mr2

* changes:
  Removes duplicate AppCache methods from WebCore.base.exp.

14 years agoRemoves duplicate AppCache methods from WebCore.base.exp.
Steve Block [Wed, 21 Oct 2009 12:32:29 +0000 (13:32 +0100)]
Removes duplicate AppCache methods from WebCore.base.exp.

These methods were added in https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=c60802dd50f86c37e0596d41c3ef6fc2c8804da4#patch1 and to webkit.org in http://trac.webkit.org/changeset/46344#file5.

They were then repositioned in webkit.org WebKit in http://trac.webkit.org/changeset/46449#file1. This caused them to be added as duplicates in the WebKit merge to r47029, in https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5#patch333.

This makes the Android version of the file identical to that from webkit.org.

Change-Id: I0554b1b9a8ffe43f6858cec69c3215d7bf7546e9

14 years agoBack in 02/08 when we added android_atomic_inc/dec, for
Grace Kloba [Tue, 20 Oct 2009 23:08:58 +0000 (16:08 -0700)]
Back in 02/08 when we added android_atomic_inc/dec, for
some reason, it missed define WTF_USE_LOCKFREE_THREADSAFESHARED.
So we are using mutexlocker instead of refcount inc/dec.
Even mutex version should work, but it is not exercised
by win/darwin/gcc. Changing to use refcount version fixed
the crash seen in picasaweb.

Fix http://b/issue?id=2183371
Maybe fix http://b/issue?id=2165237. But I can't verify
as I can't reproduce it even before my change.

14 years agoMerge change I28a0470a into eclair-mr2
Android (Google) Code Review [Tue, 20 Oct 2009 21:28:17 +0000 (17:28 -0400)]
Merge change I28a0470a into eclair-mr2

* changes:
  Update DerivedSourcesAllInOne to closer match webkit.org version.

14 years agoFix spurious build breaks.
Patrick Scott [Tue, 20 Oct 2009 15:30:21 +0000 (11:30 -0400)]
Fix spurious build breaks.

Split libwebcore.a into libwebcore.a and libjs.a and then link them together.

14 years agoUpdate DerivedSourcesAllInOne to closer match webkit.org version.
Steve Block [Tue, 20 Oct 2009 12:22:01 +0000 (13:22 +0100)]
Update DerivedSourcesAllInOne to closer match webkit.org version.

Change-Id: I28a0470a591bdad4fe410805b27979987669a9f2

14 years agoMerge webkit.org at R49305 : Update WebKit revision number.
Steve Block [Wed, 14 Oct 2009 16:39:11 +0000 (17:39 +0100)]
Merge webkit.org at R49305 : Update WebKit revision number.

Change-Id: I7677f6573a8b952bc8a3cc43fc7825aea998644c

14 years agoMerge webkit.org at R49305 : Update rendering to use new overflow methods.
Steve Block [Mon, 12 Oct 2009 09:46:08 +0000 (10:46 +0100)]
Merge webkit.org at R49305 : Update rendering to use new overflow methods.

See http://trac.webkit.org/changeset?new=47440

Change-Id: I140b6be130c1fb175c653f5ba2ba19fdc323bbc9

14 years agoMerge webkit.org at R49305 : ImageBuffer::get/putImageData renamed to get/putUnmultip...
Steve Block [Mon, 12 Oct 2009 14:44:20 +0000 (15:44 +0100)]
Merge webkit.org at R49305 : ImageBuffer::get/putImageData renamed to get/putUnmultipliedImageData.

See http://trac.webkit.org/changeset/47099

Change-Id: Ia282cb6a19fae8541f6dd9090ef87bcbc39feb64

14 years agoMerge webkit.org at R49305 : Update CacheBuilder to use new event listener methods.
Steve Block [Mon, 12 Oct 2009 12:52:11 +0000 (13:52 +0100)]
Merge webkit.org at R49305 : Update CacheBuilder to use new event listener methods.

See http://trac.webkit.org/changeset/48701

Change-Id: I627b40265f2aff72fdd4ad5884596be9820b642d

14 years agoMerge webkit.org at R49305 : Stubs out new MediaPlayerPrivate::hasAudio method.
Steve Block [Mon, 12 Oct 2009 12:10:48 +0000 (13:10 +0100)]
Merge webkit.org at R49305 : Stubs out new MediaPlayerPrivate::hasAudio method.

See http://trac.webkit.org/changeset/47515

Change-Id: I18d3991e84c1a5760f736d04e16e1a195d5de283

14 years agoMerge webkit.org at R49305 : Stub out PluginView::halt and PluginView::restart.
Steve Block [Mon, 12 Oct 2009 14:36:56 +0000 (15:36 +0100)]
Merge webkit.org at R49305 : Stub out PluginView::halt and PluginView::restart.

See http://trac.webkit.org/changeset/49060

Change-Id: I1af14254d03b1a06c37c1081b12eddaab73fd5ab

14 years agoMerge webkit.org at R49305 : Remove new file ImageSource.cpp from build.
Steve Block [Sun, 11 Oct 2009 22:16:05 +0000 (23:16 +0100)]
Merge webkit.org at R49305 : Remove new file ImageSource.cpp from build.

This file was added in http://trac.webkit.org/changeset/47073 to contain common ImageSource code.
We should refactor Android's ImageSource implementation to make use of this.

Change-Id: Ic9cde960ca96be697983d6b475156b592d82cfaa

14 years agoMerge webkit.org at R49305 : Add ifdefs for enabler flags for V8 on Android.
Steve Block [Tue, 13 Oct 2009 21:43:52 +0000 (22:43 +0100)]
Merge webkit.org at R49305 : Add ifdefs for enabler flags for V8 on Android.

Change-Id: Ia05aafa843b1f9aaf3d4f43cad7d664bf9d497e6

14 years agoMerge webkit.org at R49305 : Add includes for UNUSED_PARAM for V8.
Steve Block [Tue, 13 Oct 2009 21:40:55 +0000 (22:40 +0100)]
Merge webkit.org at R49305 : Add includes for UNUSED_PARAM for V8.

Change-Id: I7f3eb908f20782ef8fa07242b674648515c200f2

14 years agoMerge webkit.org at R49305 : Remove superfluous call to FrameView::initScrollbars.
Steve Block [Mon, 12 Oct 2009 11:23:35 +0000 (12:23 +0100)]
Merge webkit.org at R49305 : Remove superfluous call to FrameView::initScrollbars.

See http://trac.webkit.org/changeset/48064

Change-Id: Ib71ad99fb66f3c4346aef06ec7d73286488e1195

14 years agoMerge webkit.org at R49305 : Stub out methods for mixed content in FrameLoaderClientA...
Steve Block [Mon, 12 Oct 2009 11:23:49 +0000 (12:23 +0100)]
Merge webkit.org at R49305 : Stub out methods for mixed content in FrameLoaderClientAndroid.

See http://trac.webkit.org/changeset/48032

Change-Id: I2b4182ff87857d3dd374b34ffd1c9b46ca84db90

14 years agoMerge webkit.org at R49305 : Update Geolocation to use new EventListener methods.
Steve Block [Tue, 13 Oct 2009 10:46:22 +0000 (11:46 +0100)]
Merge webkit.org at R49305 : Update Geolocation to use new EventListener methods.

See http://trac.webkit.org/changeset/48402, http://trac.webkit.org/changeset/48701 and http://trac.webkit.org/changeset/48767

Change-Id: Id32d80c62f71c98c6677d7cbe11ee2ffbdaeeff1

14 years agoMerge webkit.org at R49305 : Use new macros to define Android touch event listeners...
Steve Block [Fri, 9 Oct 2009 15:32:56 +0000 (16:32 +0100)]
Merge webkit.org at R49305 : Use new macros to define Android touch event listeners for Node and DOMWindow.

See http://trac.webkit.org/changeset/48701

Change-Id: I160099dd16b222e016c3414f2ce06adf5cf52573

14 years agoMerge webkit.org at R49305 : Remove stray definition of HTMLAnchorElement::isFocusable.
Steve Block [Mon, 12 Oct 2009 14:30:04 +0000 (15:30 +0100)]
Merge webkit.org at R49305 : Remove stray definition of HTMLAnchorElement::isFocusable.

This method has been removed in the new version of WebKit. However, the automatic merge did not remove the definition as it had been moved within Android's HTMLAnchorElement.h to make it public rather than private.

Change-Id: I5956ba997d78dfa75729aa2836dc8d579b3eacb3

14 years agoMerge webkit.org at R49305 : Pull WebKit change http://trac.webkit.org/changeset...
Steve Block [Mon, 12 Oct 2009 13:44:26 +0000 (14:44 +0100)]
Merge webkit.org at R49305 : Pull WebKit change trac.webkit.org/changeset/49428 to fix build with ENABLE_INSPECTOR = 0.

Change-Id: Id5cf30ed4a1753dc0659f405286fc66a76cae3c8

14 years agoMerge webkit.org at R49305 : Include new InspectorTimelineAgent.h from InspectorContr...
Steve Block [Fri, 9 Oct 2009 15:57:47 +0000 (16:57 +0100)]
Merge webkit.org at R49305 : Include new InspectorTimelineAgent.h from InspectorControllerAndroid.

See http://trac.webkit.org/changeset/48167

Change-Id: I4488eeeb081e999acdfb70e5230f78fd5059ba19