OSDN Git Service

android-x86/external-webkit.git
14 years agoMerge change Id484e955 into eclair-mr2
Android (Google) Code Review [Fri, 20 Nov 2009 16:33:49 +0000 (08:33 -0800)]
Merge change Id484e955 into eclair-mr2

* changes:
  Bring TextBreakIteratorInternalICU.cpp in to line with WebKit version.

14 years agoBring TextBreakIteratorInternalICU.cpp in to line with WebKit version.
Steve Block [Fri, 20 Nov 2009 15:57:33 +0000 (15:57 +0000)]
Bring TextBreakIteratorInternalICU.cpp in to line with WebKit version.

Note that this is a comment change only.

See http://trac.webkit.org/changeset/45762#file3

Change-Id: Id484e955a5aeb948dc8068626e8013dbad757e22

14 years agoRemoves a superfluous Android include from TypeTraits.cpp.
Steve Block [Fri, 20 Nov 2009 12:33:44 +0000 (12:33 +0000)]
Removes a superfluous Android include from TypeTraits.cpp.

Change-Id: I344d69490b8050ff659e2b380c05fb9872d66cde

14 years agoCleans up Threading.cpp/h ready for upstreaming to webkit.org.
Steve Block [Fri, 20 Nov 2009 11:13:56 +0000 (11:13 +0000)]
Cleans up Threading.cpp/h ready for upstreaming to webkit.org.

$ diff ~/WebKitTipOfTree/JavaScriptCore/wtf/Threading.cpp JavaScriptCore/wtf/Threading.cpp
$ diff ~/WebKitTipOfTree/JavaScriptCore/wtf/Threading.h JavaScriptCore/wtf/Threading.h
75a76,77
> #elif PLATFORM(ANDROID)
> #include "cutils/atomic.h"
234a237,241
> #elif PLATFORM(ANDROID)
>
> inline int atomicIncrement(int volatile* addend) { return android_atomic_inc(addend); }
> inline int atomicDecrement(int volatile* addend) { return android_atomic_dec(addend); }
>

Change-Id: Ie4835ff88aae608b7a1844be1b422d105b327528

14 years agoUpdates WebCore/config.h to reflect changes made when upstreaming to webkit.org.
Steve Block [Thu, 19 Nov 2009 16:49:23 +0000 (16:49 +0000)]
Updates WebCore/config.h to reflect changes made when upstreaming to webkit.org.

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

Note that we only need to undef a feature enable flag when we are overwriting a default value previosuly set
in Platform.h. Also, we now rely on the default value for ENABLE_DATABASE.

Change-Id: I26ca5ef5402609ead880bdd1ce05cdb3646c1bbc

14 years agoMerge change Ifb1214a6 into eclair-mr2
Android (Google) Code Review [Thu, 19 Nov 2009 19:47:54 +0000 (11:47 -0800)]
Merge change Ifb1214a6 into eclair-mr2

* changes:
  Change window focus only if the user initiated the event.

14 years agoMerge change Iede51a8d into eclair-mr2
Android (Google) Code Review [Thu, 19 Nov 2009 17:04:33 +0000 (09:04 -0800)]
Merge change Iede51a8d into eclair-mr2

* changes:
  Fix the fact that enablement of VIDEO and WORKERS erroneously depends upon whether SVG is enabled!

14 years agoFix the fact that enablement of VIDEO and WORKERS erroneously depends upon whether...
Steve Block [Thu, 19 Nov 2009 16:36:46 +0000 (16:36 +0000)]
Fix the fact that enablement of VIDEO and WORKERS erroneously depends upon whether SVG is enabled!

This dependency was accidentally introduced in the following changes ...
https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=917149bb7d8c49bb401a6e3740a1046168397bc4#patch5
https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=fc3566dd8afb671f5f2629103dc98fc790e21a90#patch5

Change-Id: Iede51a8d98cbd97a2e3b164e325705c862d8f399

14 years agoMerge change I873491c4 into eclair-mr2
Android (Google) Code Review [Thu, 19 Nov 2009 16:16:34 +0000 (08:16 -0800)]
Merge change I873491c4 into eclair-mr2

* changes:
  Cleans up Android-specific changes to Platform.h, ready for upstreaming to webkit.org.

14 years agoMerge change Ia0156890 into eclair-mr2
Android (Google) Code Review [Thu, 19 Nov 2009 16:15:28 +0000 (08:15 -0800)]
Merge change Ia0156890 into eclair-mr2

* changes:
  Improves documentation for GeolocationPermissions class.

14 years agoMerge change I0248ac15 into eclair-mr2
Android (Google) Code Review [Thu, 19 Nov 2009 16:15:10 +0000 (08:15 -0800)]
Merge change I0248ac15 into eclair-mr2

* changes:
  Remove leading/trailing newlines and tabs as well as spaces from URLs.

14 years agoCleans up Android-specific changes to Platform.h, ready for upstreaming to webkit...
Steve Block [Thu, 19 Nov 2009 16:02:09 +0000 (16:02 +0000)]
Cleans up Android-specific changes to Platform.h, ready for upstreaming to webkit.org.

Change-Id: I873491c433058c5f3bc9d00f40e80813f831f736

14 years agoImproves documentation for GeolocationPermissions class.
Steve Block [Thu, 19 Nov 2009 12:29:21 +0000 (12:29 +0000)]
Improves documentation for GeolocationPermissions class.

Change-Id: Ia0156890af339f32270db5fdf8e876d07f68b719

14 years agoChange window focus only if the user initiated the event.
Patrick Scott [Wed, 18 Nov 2009 18:55:30 +0000 (13:55 -0500)]
Change window focus only if the user initiated the event.

This does not work in the javascript case because the user gesture is stored in
the caller's script environment and that knowledge is not obtainable in the
receiving frame. However, this change allows targeted links to change the focus
to the correct window but prevents sites like slate.com from changing back to
the opening window.

This change will be followed by a simple revert of the previous change in the
Browser app.

Bug: 2161671

14 years agoAdd support for returning the anchor text back to Java land.
Ben Murdoch [Mon, 16 Nov 2009 18:14:02 +0000 (18:14 +0000)]
Add support for returning the anchor text back to Java land.

Change-Id: Ic092a6fbacd577dab363896be38c882166230c3a

14 years agoMerge change I7018b1ca into eclair-mr2
Android (Google) Code Review [Wed, 18 Nov 2009 12:36:19 +0000 (04:36 -0800)]
Merge change I7018b1ca into eclair-mr2

* changes:
  rename nativeFindIsDown to nativeFindIsUp

14 years agoRemove leading/trailing newlines and tabs as well as spaces from URLs.
Ben Murdoch [Tue, 17 Nov 2009 18:08:16 +0000 (18:08 +0000)]
Remove leading/trailing newlines and tabs as well as spaces from URLs.

Change-Id: I0248ac1597fb0289ff34c346e6f92b3bd507ee39

14 years agoam ffe27b58: Integrate WebKit security fix http://trac.webkit.org/changeset/50466
Grace Kloba [Wed, 18 Nov 2009 02:40:37 +0000 (18:40 -0800)]
am ffe27b58: Integrate WebKit security fix trac.webkit.org/changeset/50466

Merge commit 'ffe27b58c77e71641efd3bd4258323cd4c29c39a' into eclair-mr2

* commit 'ffe27b58c77e71641efd3bd4258323cd4c29c39a':
  Integrate WebKit security fix

14 years agoIntegrate WebKit security fix
Grace Kloba [Wed, 18 Nov 2009 02:07:26 +0000 (18:07 -0800)]
Integrate WebKit security fix
http://trac.webkit.org/changeset/50466

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

14 years agorename nativeFindIsDown to nativeFindIsUp
Cary Clark [Tue, 17 Nov 2009 21:00:54 +0000 (16:00 -0500)]
rename nativeFindIsDown to nativeFindIsUp

companion fix is in framework/base

fixes bug http://b/issue?id=2264941

14 years agoCleans up Android-specific changes to WebCore/bridge/jni ready for upstreaing to...
Steve Block [Tue, 17 Nov 2009 13:39:58 +0000 (13:39 +0000)]
Cleans up Android-specific changes to WebCore/bridge/jni ready for upstreaing to webkit.org.

Change-Id: I0778955bee95680a9924fdae2967158e4add81ba

14 years agoMove V8 Makefiles to from V8Binding directory to WebCore directory, to match JSC...
Steve Block [Tue, 17 Nov 2009 12:30:38 +0000 (12:30 +0000)]
Move V8 Makefiles to from V8Binding directory to WebCore directory, to match JSC Makefiles.

Also move binding include paths to Android.*bindings.mk and clean up some comments.

Change-Id: I6d1475cdfcc330ec3e271cab1c3aa25a414f0448

14 years agoMerge change I4465d348 into eclair-mr2
Android (Google) Code Review [Tue, 17 Nov 2009 13:28:48 +0000 (05:28 -0800)]
Merge change I4465d348 into eclair-mr2

* changes:
  Update style after

14 years agoUpdate style after
Andrei Popescu [Tue, 17 Nov 2009 12:31:18 +0000 (12:31 +0000)]
Update style after

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

landed.

14 years agoRemoves some more superfluous code from the Makefiles.
Steve Block [Mon, 16 Nov 2009 16:35:50 +0000 (16:35 +0000)]
Removes some more superfluous code from the Makefiles.

Change-Id: I9326a117296554c12ff43be0fff90b987a29561e

14 years agoFactors out common code from JSC and V8 Makefiles, ready for upstreaming to webkit...
Steve Block [Fri, 13 Nov 2009 20:36:38 +0000 (20:36 +0000)]
Factors out common code from JSC and V8 Makefiles, ready for upstreaming to webkit.org.

Both the JSC and V8 builds use Android.mk, WebCore/Android.mk and WebCore/Android.derived.mk.
The JSC build also uses WebCore/Android.jscbindings.mk and WebCore/Android.derived.jscbindings.mk.
The V8 build also uses V8Bindings/V8Binding.derived.mk.

Change details ...

Android.mk                 - Added content from both Android.jsc.mk and Android.v8.mk and removed these files.
                             Added ifdefs to switch between two builds.
WebCore/Android.mk         - Moved JSC bindings code to WebCore/Android.jscbindings.mk.
                             This file is now functionally identical to WebCore/Android.v8.mk, which was removed.
WebCore/Android.derived.mk - Moved JSC bindings code to WebCore/Android.derived.jscbindings.mk.
                             This file is now functionally identical to WebCore/Android.v8.derived.mk, which was removed.

Also updates copyright dates, as per WebKit requirements.

Change-Id: I92377b60f6f63c57283c316a2c7c2c64a13dc7de

14 years agoMerge change If5d1fa4f into eclair-mr2
Android (Google) Code Review [Tue, 17 Nov 2009 10:54:25 +0000 (02:54 -0800)]
Merge change If5d1fa4f into eclair-mr2

* changes:
  Split the GeolocationService implementation. This is a result of https://bugs.webkit.org/show_bug.cgi?id=31554

14 years agoRevert https://android-git.corp.google.com/g/#change,31178
Grace Kloba [Tue, 17 Nov 2009 00:10:23 +0000 (16:10 -0800)]
Revert https://android-git.corp.google.com/g/#change,31178
as http://b/issue?id=2183371 is finally fixed.

14 years agoSplit the GeolocationService implementation. This is a result of
Andrei Popescu [Mon, 16 Nov 2009 19:00:25 +0000 (19:00 +0000)]
Split the GeolocationService implementation. This is a result of
https://bugs.webkit.org/show_bug.cgi?id=31554

14 years agoMerge change Ibac5ab03 into eclair-mr2
Android (Google) Code Review [Mon, 16 Nov 2009 14:26:35 +0000 (06:26 -0800)]
Merge change Ibac5ab03 into eclair-mr2

* changes:
  Add a guard on InspectorTimelineAgent, and remove unnecessary guards...

14 years agoMerge change Iad124f6d into eclair-mr2
Android (Google) Code Review [Mon, 16 Nov 2009 12:25:12 +0000 (04:25 -0800)]
Merge change Iad124f6d into eclair-mr2

* changes:
  Update Android tree with what was upstreamed in https://bugs.webkit.org/show_bug.cgi?id=31423

14 years agoUpdate Android tree with what was upstreamed in
Andrei Popescu [Sat, 14 Nov 2009 01:38:01 +0000 (01:38 +0000)]
Update Android tree with what was upstreamed in
https://bugs.webkit.org/show_bug.cgi?id=31423

14 years agoAdd a guard on InspectorTimelineAgent, and remove unnecessary guards...
Nicolas Roard [Sat, 14 Nov 2009 04:18:29 +0000 (20:18 -0800)]
Add a guard on InspectorTimelineAgent, and remove unnecessary guards...

14 years agoRemove unused #defines from config.h
Ben Murdoch [Fri, 13 Nov 2009 17:50:33 +0000 (09:50 -0800)]
Remove unused #defines from config.h

Change-Id: I9e12f9344db4e4e84399ef0c58db9a3acad0ff93

14 years agoMerge change I1878e4cc into eclair-mr2
Android (Google) Code Review [Fri, 13 Nov 2009 22:23:11 +0000 (14:23 -0800)]
Merge change I1878e4cc into eclair-mr2

* changes:
  Removes some superfluous files from the JSC build.

14 years agoRemoves some superfluous files from the JSC build.
Steve Block [Fri, 13 Nov 2009 20:08:20 +0000 (20:08 +0000)]
Removes some superfluous files from the JSC build.

Note that these files are not built for V8.

Change-Id: I1878e4cc178cf89c103a7e88367eb84f08429f69

14 years agoBring webcore_test up-to-date.
Patrick Scott [Fri, 13 Nov 2009 19:37:59 +0000 (14:37 -0500)]
Bring webcore_test up-to-date.

startLoadingResource changed its signature. Some reference stuff changed and
SecurityOrigin got the local load policy stuff. Change the makefile to link
against the shared lib instead of the static lib.

14 years agoMerge change Idfc1eb92 into eclair-mr2
Android (Google) Code Review [Fri, 13 Nov 2009 18:27:07 +0000 (10:27 -0800)]
Merge change Idfc1eb92 into eclair-mr2

* changes:
  Remove android-specific plugin exception mechanism

14 years agoFix the sim build.
Patrick Scott [Fri, 13 Nov 2009 18:15:10 +0000 (13:15 -0500)]
Fix the sim build.

14 years agoMerge change I67ad4b89 into eclair-mr2
Android (Google) Code Review [Fri, 13 Nov 2009 18:18:19 +0000 (10:18 -0800)]
Merge change I67ad4b89 into eclair-mr2

* changes:
  Fixes license headers for all files in WebKit/android, other than those in stl/.

14 years agoMerge change I219a7aa4 into eclair-mr2
Android (Google) Code Review [Fri, 13 Nov 2009 17:55:40 +0000 (09:55 -0800)]
Merge change I219a7aa4 into eclair-mr2

* changes:
  Bring page/android in line with the versions on WebKit.org.

14 years agoFixes license headers for all files in WebKit/android, other than those in stl/.
Steve Block [Fri, 13 Nov 2009 00:33:34 +0000 (00:33 +0000)]
Fixes license headers for all files in WebKit/android, other than those in stl/.

These files have not yet been upstreamed to webkit.org.
WebKit requires either a BSD-style or LGPL 2.1 license for all code.
We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org.

This change adds licenses where absent or simply fixes the names of copyright holders in the license
text to 'THE COPYRIGHT OWNER' and cleans up formatting.

Files in stl/ currently use licenses other than BSD-style and will require more careful treatment.

Change-Id: I67ad4b8932e432d3eaaeecdfeb0d09418496228d

14 years agoFixes license headers for all Android-specific JavaScriptCore and WebCore files not...
Steve Block [Thu, 12 Nov 2009 23:26:11 +0000 (23:26 +0000)]
Fixes license headers for all Android-specific JavaScriptCore and WebCore files not yet upstreamed to webkit.org.

WebKit requires either a BSD-style or LGPL 2.1 license for all code.
We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org.

- For most files, I've fixed the names of copyright holders in the license text to 'THE COPYRIGHT HOLDERS'
  and cleaned up formatting in the existing BSD-style license.
- For Makefiles and the following files in WebCore/platform/graphics/android/, I've changed from an
  Apache 2.0 license to the BSD-style license.
  - WebCore/platform/graphics/android/BitmapAllocatorAndroid.cpp
  - WebCore/platform/graphics/android/BitmapAllocatorAndroid.h
  - WebCore/platform/graphics/android/SharedBufferStream.cpp
  - WebCore/platform/graphics/android/SharedBufferStream.h
- For the following files, I've changed from an LGPL licese to the BSD-style license.
  - WebCore/platform/graphics/android/FontPlatformData.h
  - WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp
  - WebCore/plugins/android/PluginDataAndroid.cpp

Change-Id: Ic4c3e5610afc58637b7a9b81b1d0d1f17f4f4cb1

14 years agoRemove android-specific plugin exception mechanism
Nicolas Roard [Thu, 12 Nov 2009 22:57:10 +0000 (14:57 -0800)]
Remove android-specific plugin exception mechanism

14 years agoMerge change I8eba4d0a into eclair-mr2
Android (Google) Code Review [Thu, 12 Nov 2009 19:21:47 +0000 (11:21 -0800)]
Merge change I8eba4d0a into eclair-mr2

* changes:
  Removes WebCorePrefixAndroid.h to aid WebKit upstreaming.

14 years agoFix style in platform/android to match WebKit style
Andrei Popescu [Thu, 12 Nov 2009 18:39:45 +0000 (10:39 -0800)]
Fix style in platform/android to match WebKit style

14 years agoRemoves WebCorePrefixAndroid.h to aid WebKit upstreaming.
Steve Block [Wed, 11 Nov 2009 23:16:52 +0000 (23:16 +0000)]
Removes WebCorePrefixAndroid.h to aid WebKit upstreaming.

Content from WebCorePrefixAndroid.h has been moved to WebCorePrefix.h and the Android Makefiles modified to use that file.

- Enabler flags have been moved to WebCore/config.h.
- flex_XXX_T types are defined in WebCore/css/maketokenizer
- Most system includes are alreay present in WebCorePrefix.h
- Some includes have been moved directly to the source files that require them.
- The following includes seem not to be required so have been dropped.
  - #include <limits.h>
  - #include <math.h>
  - #include <stdint.h>
  - #include <unistd.h>

Change-Id: I8eba4d0a606463503554955e113d57bdf76a7136

14 years agoBring page/android in line with the versions on WebKit.org.
Ben Murdoch [Thu, 12 Nov 2009 02:22:33 +0000 (18:22 -0800)]
Bring page/android in line with the versions on WebKit.org.

Changes in this CL that require upstreaming:
  The deletion of InspectorControllerAndroid
  DragController::cleanupAfterSystemDrag

Change-Id: I219a7aa49e3fc3d4193157593b90b11705d98fde

14 years agoMerge change I43c48f76 into eclair-mr2
Android (Google) Code Review [Thu, 12 Nov 2009 02:06:27 +0000 (18:06 -0800)]
Merge change I43c48f76 into eclair-mr2

* changes:
  Remove duplicate include of config.h

14 years agoMerge change I1e5d3868 into eclair-mr2
Android (Google) Code Review [Thu, 12 Nov 2009 01:52:58 +0000 (17:52 -0800)]
Merge change I1e5d3868 into eclair-mr2

* changes:
  Remove DerivedSources.make.

14 years agoRemove duplicate include of config.h
Steve Block [Thu, 12 Nov 2009 01:31:14 +0000 (01:31 +0000)]
Remove duplicate include of config.h

Change-Id: I43c48f7641c8ad844193a48f2cd452ac4ad553ef

14 years agoam a5605499: Changing fit column to screen to exclude the padding.
Grace Kloba [Thu, 12 Nov 2009 01:09:10 +0000 (17:09 -0800)]
am a5605499: Changing fit column to screen to exclude the padding.

Merge commit 'a56054997e46fcd04621cc67d650b6daf85f7b59' into eclair-mr2

* commit 'a56054997e46fcd04621cc67d650b6daf85f7b59':
  Changing fit column to screen to exclude the padding.

14 years agoMerge change I42d5994d into eclair-mr2
Android (Google) Code Review [Thu, 12 Nov 2009 01:00:40 +0000 (17:00 -0800)]
Merge change I42d5994d into eclair-mr2

* changes:
  Use the ENABLE(INSPECTOR) guard instead of ENABLE(JAVASCRIPT_DEBUGGER). Also guard the inspector header.

14 years agoMerge change I7b6fdc2d into eclair-mr2
Android (Google) Code Review [Wed, 11 Nov 2009 23:24:06 +0000 (15:24 -0800)]
Merge change I7b6fdc2d into eclair-mr2

* changes:
  Fix a diff between our tree and the upstream WX port.

14 years agoUse the ENABLE(INSPECTOR) guard instead of ENABLE(JAVASCRIPT_DEBUGGER). Also guard...
Ben Murdoch [Wed, 11 Nov 2009 23:09:18 +0000 (15:09 -0800)]
Use the ENABLE(INSPECTOR) guard instead of ENABLE(JAVASCRIPT_DEBUGGER). Also guard the inspector header.

This change needs to be upstreamed.

Change-Id: I42d5994dc975206cbb376189613dc23426a4a9a8

14 years agoFix a diff between our tree and the upstream WX port.
Ben Murdoch [Wed, 11 Nov 2009 23:06:47 +0000 (15:06 -0800)]
Fix a diff between our tree and the upstream WX port.

Change-Id: I7b6fdc2d1b00768f10f18520a11d20f267c42de3

14 years agoChanging fit column to screen to exclude the padding.
Grace Kloba [Wed, 11 Nov 2009 04:51:23 +0000 (20:51 -0800)]
Changing fit column to screen to exclude the padding.

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

14 years agoRemoves extra define of HAVE_PTHREAD_RW_LOCK.
Steve Block [Wed, 11 Nov 2009 00:05:54 +0000 (00:05 +0000)]
Removes extra define of HAVE_PTHREAD_RW_LOCK.

This define was added to Android and later upstreamed to webkit.org at a slightly different location.
The latest WebKit merge caused both defines to be used.

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

Change-Id: Ib68ceddb57868903661a1d2e3fedf9e092222091

14 years agoRemoves LOCK_V8 calls, which are incomplete having been abandonned prior to previous...
Steve Block [Fri, 6 Nov 2009 21:08:07 +0000 (21:08 +0000)]
Removes LOCK_V8 calls, which are incomplete having been abandonned prior to previous WebKit merges.

Change-Id: Iee5a3a8d4eb1087ef196f193efb93d1e0dbcf77b

14 years agoUpdate Android build to remove websockets include and to keep in line with latest...
Steve Block [Fri, 6 Nov 2009 08:36:18 +0000 (08:36 +0000)]
Update Android build to remove websockets include and to keep in line with latest WebKit.

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

Change-Id: Ie79b5599ee9d6a87f02eea7148f2660b0aaafd9d

14 years agoRemove DerivedSources.make.
Steve Block [Fri, 6 Nov 2009 23:17:50 +0000 (23:17 +0000)]
Remove DerivedSources.make.

This is not used by Android. It has been here since the initial import from Chromium.

See https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=history;f=V8Binding/DerivedSources.make;h=227aa5ec8907cb1657c495771821ce2edc05f0d4;hb=eclair-mr2.

Change-Id: I1e5d38682e519045fe67bb7b78fe13cc3c709a9a

14 years agoMerge webkit.org at r50258 : Update WebKit revision number.
Steve Block [Thu, 5 Nov 2009 18:44:14 +0000 (18:44 +0000)]
Merge webkit.org at r50258 : Update WebKit revision number.

Change-Id: If63324be97f04e715aa12b278a1c46d8845690f4

14 years agoMerge webkit.org at r50258 : toJSDOMWindow now takes a DOMWrapperWorld parameter.
Steve Block [Thu, 29 Oct 2009 16:35:41 +0000 (16:35 +0000)]
Merge webkit.org at r50258 : toJSDOMWindow now takes a DOMWrapperWorld parameter.

See http://trac.webkit.org/changeset/49963 and http://trac.webkit.org/changeset/49978

Change-Id: Ic788827d54ccf48a3eb54863d2708ebad1d67ae1

14 years agoMerge webkit.org at r50258 : PluginPackage::compareFileVersion is now provided in...
Steve Block [Thu, 29 Oct 2009 12:12:32 +0000 (12:12 +0000)]
Merge webkit.org at r50258 : PluginPackage::compareFileVersion is now provided in PluginPackage.cpp.

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

Change-Id: Ifbb9bbf4fab660148e4e9afe1bedcda0e1b40058

14 years agoMerge webkit.org at r50258 : Implements new GraphicsContext::canvasClip method for...
Steve Block [Tue, 20 Oct 2009 15:28:30 +0000 (16:28 +0100)]
Merge webkit.org at r50258 : Implements new GraphicsContext::canvasClip method for Android.

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

Change-Id: I8b1a274623a62f73563988eb1ed120f43e0e4c70

14 years agoMerge webkit.org at r50258 : FrameLoader::loadFrameRequest now takes a ReferrerPolicy...
Steve Block [Tue, 20 Oct 2009 14:51:43 +0000 (15:51 +0100)]
Merge webkit.org at r50258 : FrameLoader::loadFrameRequest now takes a ReferrerPolicy parameter.

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

Change-Id: I5db6d1d821cc6e7b57dfa665ea9018b4833864d5

14 years agoMerge webkit.org at r50258 : FrameLoader::executeScript has moved to ScriptController.
Steve Block [Tue, 20 Oct 2009 14:57:41 +0000 (15:57 +0100)]
Merge webkit.org at r50258 : FrameLoader::executeScript has moved to ScriptController.

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

Change-Id: Iecc49a2185681eb2f37b5ecc9364fa8946493f69

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.