OSDN Git Service

android-x86/external-webkit.git
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 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 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

14 years agoMerge webkit.org at R49305 : MediaPlayerPrivate::maxTimeBuffered renamed to buffered.
Steve Block [Mon, 12 Oct 2009 12:15:31 +0000 (13:15 +0100)]
Merge webkit.org at R49305 : MediaPlayerPrivate::maxTimeBuffered renamed to buffered.

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

Change-Id: I29156a62ece53de135a730a21e0337e4e4b57bed

14 years agoMerge webkit.org at R49305 : Text::string renamed to dataImpl.
Steve Block [Mon, 12 Oct 2009 11:21:45 +0000 (12:21 +0100)]
Merge webkit.org at R49305 : Text::string renamed to dataImpl.

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

Change-Id: Ic33083eedfc8468c171cd7af6f112aca0eeef615

14 years agoMerge webkit.org at R49305 : ChromeClient::platformWindow renamed to platformPageClient.
Steve Block [Mon, 12 Oct 2009 10:52:54 +0000 (11:52 +0100)]
Merge webkit.org at R49305 : ChromeClient::platformWindow renamed to platformPageClient.

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

Change-Id: I18ba9b6baa000209a28b8f1d01046c1c0e86c026

14 years agoMerge webkit.org at R49305 : Add stub ChromeClient::scrollbarsModeDidChange method.
Steve Block [Mon, 12 Oct 2009 10:48:48 +0000 (11:48 +0100)]
Merge webkit.org at R49305 : Add stub ChromeClient::scrollbarsModeDidChange method.

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

Change-Id: I28b535b2c0202db2ec6d36791f67de4bbf24c3b4

14 years agoMerge webkit.org at R49305 : Page constructor now takes a PluginHalterClient.
Steve Block [Mon, 12 Oct 2009 10:38:23 +0000 (11:38 +0100)]
Merge webkit.org at R49305 : Page constructor now takes a PluginHalterClient.

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

Change-Id: I2dd80bcda65ad309fe9d3cd4d73e832d7d17467f

14 years agoMerge webkit.org at R49305 : goBackOrForwards is now a member of Page.
Steve Block [Mon, 12 Oct 2009 10:32:45 +0000 (11:32 +0100)]
Merge webkit.org at R49305 : goBackOrForwards is now a member of Page.

http://trac.webkit.org/changeset/49067

Change-Id: Ie15f56d2fa33f1d535ed5d048f0ac97c9d054271

14 years agoMerge webkit.org at R49305 : setLocalLoadPolicy is now a member of SecurityOrigin.
Steve Block [Mon, 12 Oct 2009 10:29:26 +0000 (11:29 +0100)]
Merge webkit.org at R49305 : setLocalLoadPolicy is now a member of SecurityOrigin.

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

Change-Id: I2386a1089f9212f523b5525e2c98b081fb7bf297

14 years agoMerge webkit.org at R49305 : FrameLoader::stopLoading now uses an enum.
Steve Block [Mon, 12 Oct 2009 10:21:24 +0000 (11:21 +0100)]
Merge webkit.org at R49305 : FrameLoader::stopLoading now uses an enum.

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

Change-Id: I11d6bae61de1f528ed8ee117c0260c78dccbd502

14 years agoMerge webkit.org at R49305 : PolicyChecker is now factored out of FrameLoader.
Steve Block [Mon, 12 Oct 2009 10:13:15 +0000 (11:13 +0100)]
Merge webkit.org at R49305 : PolicyChecker is now factored out of FrameLoader.

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

Change-Id: I2aafe6f747f22b9c51c0db60f13fb3352d373809

14 years agoMerge webkit.org at R49305 : PluginView::init and destructor have been moved to commo...
Steve Block [Sun, 11 Oct 2009 22:28:11 +0000 (23:28 +0100)]
Merge webkit.org at R49305 : PluginView::init and destructor have been moved to common code.

See http://trac.webkit.org/changeset/47966 and http://trac.webkit.org/changeset/47967

Change-Id: If5b9594b032d5a7d456fe3bb6092eafef3655c34

14 years agoMerge webkit.org at R49305 : Update String::copy call sites to use new copy method.
Steve Block [Fri, 9 Oct 2009 16:07:41 +0000 (17:07 +0100)]
Merge webkit.org at R49305 : Update String::copy call sites to use new copy method.

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

Change-Id: I75e1d6701f4d16fab7513f5924abf00e958e865c

14 years agoMerge webkit.org at R49305 : Update KURL constructor call sites to new signature.
Steve Block [Fri, 9 Oct 2009 14:48:35 +0000 (15:48 +0100)]
Merge webkit.org at R49305 : Update KURL constructor call sites to new signature.

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

Change-Id: I0d2f17fb161254e62e835d52fe7ab482b11b054d

14 years agoMerge webkit.org at R49305 : Add Android makefiles and set ENABLE flags.
Steve Block [Fri, 9 Oct 2009 14:17:53 +0000 (15:17 +0100)]
Merge webkit.org at R49305 : Add Android makefiles and set ENABLE flags.

We disable INSPECTOR - See http://trac.webkit.org/changeset/48430
We disable EVENT_SOURCE - see http://trac.webkit.org/changeset/47323

Change-Id: Iab25b3bb56582d9df1e693ed7158338e953677b7

14 years agoMerge webkit.org at R49305 : Fix merge conflicts.
Steve Block [Fri, 9 Oct 2009 12:27:03 +0000 (13:27 +0100)]
Merge webkit.org at R49305 : Fix merge conflicts.

Change-Id: I9e0ffbe9b9b824399653da038093874e315ccd6a

14 years agoMerge webkit.org at R49305 : Automatic merge by git.
Steve Block [Thu, 8 Oct 2009 16:19:54 +0000 (17:19 +0100)]
Merge webkit.org at R49305 : Automatic merge by git.

Change-Id: I8968561bc1bfd72b8923b7118d3728579c6dbcc7

14 years agoMerge change I5536af7a into eclair-mr2
Android (Google) Code Review [Mon, 19 Oct 2009 18:25:02 +0000 (14:25 -0400)]
Merge change I5536af7a into eclair-mr2

* changes:
  Updating the documentation for plugins.

14 years agoMerge change I112445f3 into eclair-mr2
Android (Google) Code Review [Mon, 19 Oct 2009 18:18:32 +0000 (14:18 -0400)]
Merge change I112445f3 into eclair-mr2

* changes:
  return default 1.0 for scaleFactor(), since android doesn't record at the same res as it draws

14 years agoRemoves some commented out files from the V8 derived Makefile.
Steve Block [Mon, 19 Oct 2009 16:25:42 +0000 (17:25 +0100)]
Removes some commented out files from the V8 derived Makefile.

Change-Id: I27567e104f8953b6858597a7f7a5f522b6203ac8

14 years agoUpdating the documentation for plugins.
Derek Sollenberger [Mon, 19 Oct 2009 15:50:55 +0000 (11:50 -0400)]
Updating the documentation for plugins.

14 years agoreturn default 1.0 for scaleFactor(), since android doesn't record at the same res...
Mike Reed [Mon, 19 Oct 2009 14:50:14 +0000 (10:50 -0400)]
return default 1.0 for scaleFactor(), since android doesn't record at the same res as it draws

14 years agoRemove ARMAssembler.cpp from WebKit build, as it is not required on Android.
Steve Block [Mon, 19 Oct 2009 12:40:54 +0000 (13:40 +0100)]
Remove ARMAssembler.cpp from WebKit build, as it is not required on Android.

Change-Id: Ic5a299518e5ca51b6833e4c236b97c7ea7dbe4a7

14 years agoMerge change I4419d5c4 into eclair-mr2
Android (Google) Code Review [Fri, 16 Oct 2009 17:05:24 +0000 (13:05 -0400)]
Merge change I4419d5c4 into eclair-mr2

* changes:
  Only write Geolocation permissions to the DB when required.

14 years agoOnly write Geolocation permissions to the DB when required.
Steve Block [Fri, 16 Oct 2009 16:07:37 +0000 (17:07 +0100)]
Only write Geolocation permissions to the DB when required.

This fixes http://b/issue?id=2167364

14 years agoMerge change I6623a2fa into eclair-mr2
Android (Google) Code Review [Fri, 16 Oct 2009 14:51:57 +0000 (10:51 -0400)]
Merge change I6623a2fa into eclair-mr2

* changes:
  don't pre-round rects, since we will zoom (arbitrarily) after we record the geometry.

14 years agodon't pre-round rects, since we will zoom (arbitrarily) after we record the geometry.
Mike Reed [Fri, 16 Oct 2009 14:29:45 +0000 (10:29 -0400)]
don't pre-round rects, since we will zoom (arbitrarily) after we record the geometry.

This fixes the funny case of <canvas> elements being scaled twice: once by our scaleFactor() and
then again by this roundToDevicePixels method.

14 years agodo not merge: fix copy/paste using trackball on passion
Cary Clark [Thu, 15 Oct 2009 17:22:12 +0000 (13:22 -0400)]
do not merge: fix copy/paste using trackball on passion

This fix is alrady in mr2. It does not affect sholes --
this is a trackball only bug.

The selection caret and arrow now take the scale factor and
the height of the title bar into account when preparing the
canvas for drawing.

Also, simply call to CopyPaste::findClosest, and remove
logic to attempt to pin the arrow to the current cursor.

Requires a companion fix in framework/base
Fixes http://b/issue?id=2187591

14 years agoFixes a couple of style problems and a minor TODO in WebKit Geolocation. Do not merge.
Steve Block [Tue, 6 Oct 2009 11:52:52 +0000 (12:52 +0100)]
Fixes a couple of style problems and a minor TODO in WebKit Geolocation. Do not merge.

This has already been submitted to master branch.

14 years agoDo not bring up the soft keyboard for readonly input fields.
Leon Scroggins [Thu, 15 Oct 2009 17:33:58 +0000 (13:33 -0400)]
Do not bring up the soft keyboard for readonly input fields.

Partial fix for http://b/issue?id=2159869.  Add a field to CachedNode
for readonly.  In WebView.cpp, only call displaySoftKeyboard if the
node is not readonly.  Also call displaySoftKeyboard in nativeTextMotionUp
to replace a call being removed in WebView.touchUpOnTextField(java).

14 years agofix copy/paste using trackball on passion
Cary Clark [Thu, 15 Oct 2009 17:22:12 +0000 (13:22 -0400)]
fix copy/paste using trackball on passion

This fix should be considered for passion mr1, but
does not affect sholes -- this is a trackball only bug.

The selection caret and arrow now take the scale factor and
the height of the title bar into account when preparing the
canvas for drawing.

Also, simply call to CopyPaste::findClosest, and remove
logic to attempt to pin the arrow to the current cursor.

Requires a companion fix in framework/base
Fixes http://b/issue?id=2187591

14 years agoBring Geolocation V8 bindings in line with those for JSC. Do not merge.
Steve Block [Thu, 8 Oct 2009 14:29:34 +0000 (15:29 +0100)]
Bring Geolocation V8 bindings in line with those for JSC. Do not merge.

This has already been submitted to master branch.

14 years agoBrings JSC Geolocation bindings up-to-date with latest submission to webkit.org....
Steve Block [Thu, 8 Oct 2009 14:18:46 +0000 (15:18 +0100)]
Brings JSC Geolocation bindings up-to-date with latest submission to webkit.org. Do not merge.

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

This has already been submitted to master branch.

14 years agoRemove the Android guards added to the <video> implementation in WebCore. Do not...
Andrei Popescu [Tue, 6 Oct 2009 13:44:10 +0000 (14:44 +0100)]
Remove the Android guards added to the <video> implementation in WebCore. Do not merge.

The patch in https://bugs.webkit.org/show_bug.cgi?id=29133 landed.

This has already been submitted to master branch.

14 years agoFixes an accidental change made to WebKit GTK code. Do not merge.
Steve Block [Thu, 8 Oct 2009 11:05:14 +0000 (12:05 +0100)]
Fixes an accidental change made to WebKit GTK code. Do not merge.

This was made in change 95e3d862bbab761f8caaf1d1b54065f67b9a5148.
See https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=95e3d862bbab761f8caaf1d1b54065f67b9a5148#patch1

This will help avoid noise in the diffs when upstreaming Android-specific changes to webkit.org.

This has already been submitted to master branch.

14 years agoFixes a bunch of WebKit whitespace discrepancies between Android and webkit.org....
Steve Block [Thu, 8 Oct 2009 10:13:05 +0000 (11:13 +0100)]
Fixes a bunch of WebKit whitespace discrepancies between Android and webkit.org. Do not merge.

This will avoid noise in the diffs when upstreaming Android-specific changes to webkit.org.

This has already been submitted to master branch.

14 years agoUpdate V8 to revision 3018.
Steve Block [Wed, 14 Oct 2009 13:09:10 +0000 (14:09 +0100)]
Update V8 to revision 3018.

Note that the latest version of WebKit requires V8 change http://code.google.com/p/v8/source/detail?r=2969 See http://trac.webkit.org/changeset/49248

14 years agoRemove more superfluous WebKit files from build.
Steve Block [Wed, 14 Oct 2009 09:26:48 +0000 (10:26 +0100)]
Remove more superfluous WebKit files from build.

14 years agoRemove superfluous files from JSC build. Note that these files are not in the V8...
Steve Block [Tue, 13 Oct 2009 22:34:42 +0000 (23:34 +0100)]
Remove superfluous files from JSC build. Note that these files are not in the V8 build.

14 years agoRemoves superfluous unload event getter and setter methods from Node. Do not merge.
Steve Block [Tue, 13 Oct 2009 09:44:54 +0000 (10:44 +0100)]
Removes superfluous unload event getter and setter methods from Node. Do not merge.

These were removed from webkit.org in http://trac.webkit.org/changeset/44944.
This should have been picked up in https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commitdiff;h=d227fc870c7a697500a3c900c31baf05fb9a8524, which syncs to webkit.org R47420.

This has already been submitted to master branch.

14 years agoMerge change Ibf761b97 into eclair-mr2
Android (Google) Code Review [Tue, 13 Oct 2009 19:09:28 +0000 (15:09 -0400)]
Merge change Ibf761b97 into eclair-mr2

* changes:
  Prevent getFile from copying when the file is too large.

14 years agoPrevent getFile from copying when the file is too large.
Leon Scroggins [Tue, 13 Oct 2009 18:28:59 +0000 (14:28 -0400)]
Prevent getFile from copying when the file is too large.

Since the caller expects the data to fit within a certain amount of
space, do not copy into the buffer if the data exceeds that space.
On the webkit side of things, keep track of the URI and the size,
so we can pass them up to BrowserFrame

Requires a change to frameworks/base

14 years agoEnabling plugins to stay in sync with UI when the DOM changes.
Derek Sollenberger [Tue, 13 Oct 2009 15:40:13 +0000 (11:40 -0400)]
Enabling plugins to stay in sync with UI when the DOM changes.

14 years agoadd debugging, tweak data for flash work in progress
Cary Clark [Thu, 8 Oct 2009 19:03:22 +0000 (15:03 -0400)]
add debugging, tweak data for flash work in progress

Attempts to get the plugin to scroll when the ime
appears. Add debugging strings to help track events
to show plugin object. Add focusCandidate interfaces.
Tweak rectangles from plugin so they don't disappear.
Prefer found matches in nav cache that are later in
the document.

14 years agoAllow <select> boxes to draw larger.
Leon Scroggins [Fri, 9 Oct 2009 20:29:07 +0000 (16:29 -0400)]
Allow <select> boxes to draw larger.

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

14 years agoFix the V8 build.
Leon Scroggins [Fri, 9 Oct 2009 18:24:51 +0000 (14:24 -0400)]
Fix the V8 build.

14 years agoFile upload.
Leon Scroggins [Fri, 2 Oct 2009 19:55:01 +0000 (15:55 -0400)]
File upload.

Webkit implementation for passing in the data for file uploads.
Requires a change to frameworks/base to not break things; also
requires a change to packages/apps/Browser to work.

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

14 years agoFix sim build
Leon Clarke [Fri, 9 Oct 2009 16:03:36 +0000 (17:03 +0100)]
Fix sim build

14 years agoDraw a background color under the combo box
Leon Clarke [Wed, 7 Oct 2009 16:03:05 +0000 (17:03 +0100)]
Draw a background color under the combo box

14 years agoMerge change I6b640373 into eclair-mr2
Android (Google) Code Review [Thu, 8 Oct 2009 18:51:42 +0000 (14:51 -0400)]
Merge change I6b640373 into eclair-mr2

* changes:
  Fix bug 2132969

14 years agoFix bug 2132969
Patrick Scott [Thu, 8 Oct 2009 18:18:16 +0000 (14:18 -0400)]
Fix bug 2132969

Check for a user gesture before adding the history item during a fragment
scroll. The bug has been reported to webkit.org with the suggested fix. Although
upstream webkit does not have the user gesture additions defined by
ANDROID_USER_GESTURE.

Bug: 2132969

14 years agoSet the navigator.vendor property to be "Google Inc." rather than defaulting to ...
Ben Murdoch [Thu, 8 Oct 2009 15:51:44 +0000 (16:51 +0100)]
Set the navigator.vendor property to be "Google Inc." rather than defaulting to "Apple Computer, Inc."

14 years agoam e7430864: Makes sure that Geolocation permissions are saved before the browser...
Steve Block [Wed, 7 Oct 2009 18:37:46 +0000 (11:37 -0700)]
am e7430864: Makes sure that Geolocation permissions are saved before the browser is killed.

Merge commit 'e7430864058b3c222b4b0468cf8812a9a733818b' into eclair-mr2

* commit 'e7430864058b3c222b4b0468cf8812a9a733818b':
  Makes sure that Geolocation permissions are saved before the browser is killed.

14 years agoMakes sure that Geolocation permissions are saved before the browser is killed.
Steve Block [Wed, 7 Oct 2009 12:22:07 +0000 (13:22 +0100)]
Makes sure that Geolocation permissions are saved before the browser is killed.

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

Change-Id: I92a1a6831eb254b62593beaf7cb77c8e1f41945c

14 years agoreset webTextView size if focus bounds changes
Cary Clark [Tue, 6 Oct 2009 21:41:56 +0000 (17:41 -0400)]
reset webTextView size if focus bounds changes

Keep track of changes in the current focus bounds, and provide
a way for the java side to access the change.

companion change in frameworks/base
fixes http://b/issue?id=2118781

14 years agoMerge change Ibbab1c84 into eclair-mr2
Android (Google) Code Review [Tue, 6 Oct 2009 18:00:51 +0000 (14:00 -0400)]
Merge change Ibbab1c84 into eclair-mr2

* changes:
  address detection may look at uninitialized memory

14 years agoaddress detection may look at uninitialized memory
Cary Clark [Tue, 6 Oct 2009 17:34:21 +0000 (13:34 -0400)]
address detection may look at uninitialized memory

Address detection on web pages creates arrays of pointers to
words, and compares them against a set of permitted street types.
This change adds the array of end pointers so that the check
does not look past the end of the word.

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

14 years agoam a7280594: Fixes build bustage due to missing include in Geolocation.
Steve Block [Tue, 6 Oct 2009 15:30:29 +0000 (08:30 -0700)]
am a7280594: Fixes build bustage due to missing include in Geolocation.

Merge commit 'a7280594a8eac3503fe491d2ea02ce684fdf8744' into eclair-mr2

* commit 'a7280594a8eac3503fe491d2ea02ce684fdf8744':
  Fixes build bustage due to missing include in Geolocation.

14 years agoFixes build bustage due to missing include in Geolocation.
Steve Block [Tue, 6 Oct 2009 15:21:49 +0000 (16:21 +0100)]
Fixes build bustage due to missing include in Geolocation.

Change-Id: Iea9209faba25a9b4ea4e351218c8c1eecf36d07f

14 years agoam 0c7394a4: Fixes a WebKit bug where ongoing Geolocation requests are not stopped...
Steve Block [Tue, 6 Oct 2009 15:04:56 +0000 (08:04 -0700)]
am 0c7394a4: Fixes a WebKit bug where ongoing Geolocation requests are not stopped when the page is unloaded.

Merge commit '0c7394a4459ba850766d303b4307add7189cf5f3' into eclair-mr2

* commit '0c7394a4459ba850766d303b4307add7189cf5f3':
  Fixes a WebKit bug where ongoing Geolocation requests are not stopped when the page is unloaded.

14 years agoCherry pick of WebKit commit r49018, fix for b/2067397. Enable Database.changVersion().
Ben Murdoch [Tue, 6 Oct 2009 11:05:22 +0000 (12:05 +0100)]
Cherry pick of WebKit commit r49018, fix for b/2067397. Enable Database.changVersion().

14 years agoFixes a WebKit bug where ongoing Geolocation requests are not stopped when the page...
Steve Block [Tue, 6 Oct 2009 09:57:53 +0000 (10:57 +0100)]
Fixes a WebKit bug where ongoing Geolocation requests are not stopped when the page is unloaded.

This fixes bug http://b/issue?id=2164673

Change-Id: I68a615c0b82bcee2a4a61dc0433a4f9321780ad1

14 years agofix select text if multiple lines are the same width
Cary Clark [Mon, 5 Oct 2009 18:22:59 +0000 (14:22 -0400)]
fix select text if multiple lines are the same width

Text selection works by building a region on the UI side, then
finding the text that matches the rectangles making up the
decomposed region on the webkit side.

If multiple consecutive lines of text are the same width, the
region will combine them into a single rectangle instead of
one rectangle per line.

If the rectangle chooses a single line, it's safe to pick the
center of the line in Y, and that's what the old code does. The
new code also tries the top and bottom of the rectangle, in
case the rectangle spans multiple lines of text, but falls
back to the old behavior so not to regress.

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

14 years agoMerge change Ib47ea2b1 into eclair-mr2
Android (Google) Code Review [Mon, 5 Oct 2009 16:28:14 +0000 (12:28 -0400)]
Merge change Ib47ea2b1 into eclair-mr2

* changes:
  Add check null of getRealObject(). When a WebView is removed, there is a slight chance that getRealObject() for WebView's JavaObject be null.

14 years agoRe-enable using the right foreground color now we use the right background
Leon Clarke [Mon, 5 Oct 2009 14:32:12 +0000 (15:32 +0100)]
Re-enable using the right foreground color now we use the right background
color.

14 years agoam 2097884b: Revert "Don\'t extend the arrow asset of the combo box over the text...
Leon Scroggins [Sun, 4 Oct 2009 22:12:49 +0000 (15:12 -0700)]
am 2097884b: Revert "Don\'t extend the arrow asset of the combo box over the text, so that the real background"

Merge commit '2097884b9e1630c3855a8580f84a308163e085e7' into eclair-mr2

* commit '2097884b9e1630c3855a8580f84a308163e085e7':
  Revert "Don't extend the arrow asset of the combo box over the text, so that the real background"

14 years agoAdd check null of getRealObject(). When a WebView is
Grace Kloba [Sat, 3 Oct 2009 00:38:57 +0000 (17:38 -0700)]
Add check null of getRealObject(). When a WebView is
removed, there is a slight chance that getRealObject()
for WebView's JavaObject be null.

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

14 years agoonly look at globalAlpha when we draw images (not the alpha in fill-color)
Mike Reed [Fri, 2 Oct 2009 19:04:50 +0000 (15:04 -0400)]
only look at globalAlpha when we draw images (not the alpha in fill-color)

http://b/issue?id=1817561

14 years agoremove unneeded ANDROID_ALLOW_TRANSPARENT_BACKGROUNDS
Mike Reed [Fri, 2 Oct 2009 14:42:56 +0000 (10:42 -0400)]
remove unneeded ANDROID_ALLOW_TRANSPARENT_BACKGROUNDS

http://b/issue?id=2146657

14 years agoRevert "Don't extend the arrow asset of the combo box over the text, so that the...
Leon Scroggins [Thu, 1 Oct 2009 19:20:13 +0000 (15:20 -0400)]
Revert "Don't extend the arrow asset of the combo box over the text, so that the real background"

This reverts commit 02b5ebb30fc88967b843818cbc61987f9dc9685d.

14 years agoMerge commit 'goog/eclair' into eclair-release
android-build SharedAccount [Thu, 1 Oct 2009 15:43:40 +0000 (08:43 -0700)]
Merge commit 'goog/eclair' into eclair-release

14 years agoMerge change Ib6cfb9c2 into eclair
Android (Google) Code Review [Thu, 1 Oct 2009 09:36:34 +0000 (05:36 -0400)]
Merge change Ib6cfb9c2 into eclair

* changes:
  Don't extend the arrow asset of the combo box over the text, so that the real background color is used. Re-instate using the correct color for the text.

14 years agoDon't extend the arrow asset of the combo box over the text, so that the real background
Leon Clarke [Thu, 1 Oct 2009 09:30:38 +0000 (10:30 +0100)]
Don't extend the arrow asset of the combo box over the text, so that the real background
color is used.
Re-instate using the correct color for the text.