OSDN Git Service

android-x86/external-webkit.git
14 years agoDo not hide the cursor ring when clicking on a <select> element.
Leon Scroggins [Tue, 27 Apr 2010 15:47:28 +0000 (16:47 +0100)]
Do not hide the cursor ring when clicking on a <select> element.

Add a CachedNodeType for <select> elements.  If the cursor node is
a <select> element, do not call setFollowedLink, which would hide
the cursor ring.

Bug 1694023

Change-Id: I2df2e70391b5f5969683b71b1e69bc24cba8946f

14 years agoAdd more padding round select boxes, use different assets at
Leon Clarke [Wed, 21 Apr 2010 13:20:35 +0000 (14:20 +0100)]
Add more padding round select boxes, use different assets at
different resolutions, use new assets and don't deform the arrows
when stretching the select box.
http://b/issue?id=2506670

14 years agoMerge "Add touch event LayoutTests to Android tree (at current WebKit revision, 54731)."
Steve Block [Fri, 23 Apr 2010 20:38:04 +0000 (13:38 -0700)]
Merge "Add touch event LayoutTests to Android tree (at current WebKit revision, 54731)."

14 years agoAdd touch event LayoutTests to Android tree (at current WebKit revision, 54731).
Steve Block [Fri, 23 Apr 2010 20:31:11 +0000 (13:31 -0700)]
Add touch event LayoutTests to Android tree (at current WebKit revision, 54731).

These tests should all pass. Current failures will be added to the DumpRenderTree ignore list.

Change-Id: Id9a273154e2e70ea6fdea6e39797708e2f5132ed

14 years agoMerge "Fixes the Geolocation mock position timestamp"
Steve Block [Fri, 23 Apr 2010 20:24:53 +0000 (13:24 -0700)]
Merge "Fixes the Geolocation mock position timestamp"

14 years agoFixes the Geolocation mock position timestamp
Steve Block [Fri, 23 Apr 2010 19:57:22 +0000 (12:57 -0700)]
Fixes the Geolocation mock position timestamp

Change-Id: I96010209387446306fd548a87cf203a9505e6d03

14 years agoMerge "Revert the ANDROID_FIX which is the same as the original."
Shimeng (Simon) Wang [Thu, 22 Apr 2010 20:58:26 +0000 (13:58 -0700)]
Merge "Revert the ANDROID_FIX which is the same as the original."

14 years agoRevert the ANDROID_FIX which is the same as the original.
Shimeng (Simon) Wang [Thu, 22 Apr 2010 20:52:18 +0000 (13:52 -0700)]
Revert the ANDROID_FIX which is the same as the original.

Since the ! operator is overloaded to check whether the string is NULL.
I tested it out, the ! works when the http-referrer is not defined.  So the
ANDROID_FIX is redundant.

Change-Id: If6b54e195a954ec7f2705da89c13563a8698467d

14 years agoam 29189dc4: am 6ec27fea: am 5076efcd: don\'t hide transparent nodes
Cary Clark [Thu, 22 Apr 2010 20:37:03 +0000 (13:37 -0700)]
am 29189dc4: am 6ec27fea: am 5076efcd: don\'t hide transparent nodes

14 years agoam 68b8e349: am 0f92e845: am 55ab51c0: Merge "nextTextField may walk off the end...
Cary Clark [Thu, 22 Apr 2010 20:37:01 +0000 (13:37 -0700)]
am 68b8e349: am 0f92e845: am 55ab51c0: Merge "nextTextField may walk off the end or try invalid frames" into froyo

14 years agoam 6ec27fea: am 5076efcd: don\'t hide transparent nodes
Cary Clark [Thu, 22 Apr 2010 20:25:51 +0000 (13:25 -0700)]
am 6ec27fea: am 5076efcd: don\'t hide transparent nodes

Merge commit '6ec27fea860849da854f5c3bcfd7b4798b08efc0' into kraken

* commit '6ec27fea860849da854f5c3bcfd7b4798b08efc0':
  don't hide transparent nodes

14 years agoam 0f92e845: am 55ab51c0: Merge "nextTextField may walk off the end or try invalid...
Cary Clark [Thu, 22 Apr 2010 20:24:19 +0000 (13:24 -0700)]
am 0f92e845: am 55ab51c0: Merge "nextTextField may walk off the end or try invalid frames" into froyo

Merge commit '0f92e845ed6499088958acf229f196ad67965f63' into kraken

* commit '0f92e845ed6499088958acf229f196ad67965f63':
  nextTextField may walk off the end or try invalid frames

14 years agoMerge "Remove ANDROID guard now that Android fix to MathExtras.h has been upstreamed"
Steve Block [Thu, 22 Apr 2010 20:15:36 +0000 (13:15 -0700)]
Merge "Remove ANDROID guard now that Android fix to MathExtras.h has been upstreamed"

14 years agoam 5076efcd: don\'t hide transparent nodes
Cary Clark [Thu, 22 Apr 2010 19:56:22 +0000 (12:56 -0700)]
am 5076efcd: don\'t hide transparent nodes

Merge commit '5076efcd053da090680d27026645b6a7d26ca79b' into froyo-plus-aosp

* commit '5076efcd053da090680d27026645b6a7d26ca79b':
  don't hide transparent nodes

14 years agoRemove ANDROID guard now that Android fix to MathExtras.h has been upstreamed
Steve Block [Thu, 22 Apr 2010 19:55:32 +0000 (20:55 +0100)]
Remove ANDROID guard now that Android fix to MathExtras.h has been upstreamed

Android's stlport now provides isinf etc. in the std namespace (see
https://android-git.corp.google.com/g/41036). This allows us to remove the
Android special-case from MathExtras.h (see
https://android-git.corp.google.com/g/41037).

This change has now been upstreamed in http://trac.webkit.org/changeset/58110
so we can remove the ANDROID guard marking this change.

Change-Id: I7c06a5a5a8f9a0a7909a649e68424688bf02893a

14 years agodon't hide transparent nodes
Cary Clark [Thu, 22 Apr 2010 19:48:12 +0000 (15:48 -0400)]
don't hide transparent nodes

A node may be transparent if the body of the node is drawn earlier.
In this case, the node may not be tested to see if it has been
occluded by later drawing, since no drawing inside the scope of
the node is actually visible. So, skip the hidden test for
transparent nodes.

Change-Id: Ib748e9e7b86252f791ee68198d1d794fb4591a88
http://b/2582455

14 years agoEnable XSLT in Android webkit.
Shimeng (Simon) Wang [Thu, 22 Apr 2010 00:31:08 +0000 (17:31 -0700)]
Enable XSLT in Android webkit.

Before this change, the libwebcore size is: 4902184 Bytes
After this change, the libwebcore size is: 5103712 Bytes
The diff is: 200KB.

Change-Id: I2554a043c2686de56c802e8a9e02cce604fb25c0

14 years agoam 55ab51c0: Merge "nextTextField may walk off the end or try invalid frames" into...
Cary Clark [Thu, 22 Apr 2010 13:55:13 +0000 (06:55 -0700)]
am 55ab51c0: Merge "nextTextField may walk off the end or try invalid frames" into froyo

Merge commit '55ab51c027055eb6f5ab777712cf4aa058ab7891' into froyo-plus-aosp

* commit '55ab51c027055eb6f5ab777712cf4aa058ab7891':
  nextTextField may walk off the end or try invalid frames

14 years agoMerge "nextTextField may walk off the end or try invalid frames" into froyo
Cary Clark [Thu, 22 Apr 2010 13:51:03 +0000 (06:51 -0700)]
Merge "nextTextField may walk off the end or try invalid frames" into froyo

14 years agonextTextField may walk off the end or try invalid frames
Cary Clark [Wed, 21 Apr 2010 18:18:24 +0000 (14:18 -0400)]
nextTextField may walk off the end or try invalid frames

Rewrote nextTextField() to check range and frame, and
to more resemble other node walkers.

Caller no longer passes uninitialized frame in focused
case, and looks at parent frames after the target node.

Change-Id: I7ea9dffb75d28bdd9d71d83921058feca6baf928
http://b/2607250

14 years agoresolved conflicts for merge of 3c27e79b to master
Andrei Popescu [Wed, 21 Apr 2010 17:16:19 +0000 (18:16 +0100)]
resolved conflicts for merge of 3c27e79b to master

14 years agoam da70a732: am 42496a8f: Add cleanspec rules after re-enabling V8 snapshots.
Andrei Popescu [Wed, 21 Apr 2010 16:34:58 +0000 (09:34 -0700)]
am da70a732: am 42496a8f: Add cleanspec rules after re-enabling V8 snapshots.

Merge commit 'da70a73229ffd53fe61eee809ca96f2cb3853f58' into kraken

* commit 'da70a73229ffd53fe61eee809ca96f2cb3853f58':
  Add cleanspec rules after re-enabling V8 snapshots.

14 years agoam 42496a8f: Add cleanspec rules after re-enabling V8 snapshots.
Andrei Popescu [Wed, 21 Apr 2010 16:30:54 +0000 (09:30 -0700)]
am 42496a8f: Add cleanspec rules after re-enabling V8 snapshots.

Merge commit '42496a8f108674defe617aac3b7b646ee058d3aa' into froyo-plus-aosp

* commit '42496a8f108674defe617aac3b7b646ee058d3aa':
  Add cleanspec rules after re-enabling V8 snapshots.

14 years agoAdd cleanspec rules after re-enabling V8 snapshots.
Andrei Popescu [Wed, 21 Apr 2010 15:20:48 +0000 (16:20 +0100)]
Add cleanspec rules after re-enabling V8 snapshots.

Fix bug:  2612919

Change-Id: Id65eae5ed3ad34bf10fafdd35cfae2ea873483ce

14 years agoAdd one more clean step to make sure people rebuild webcore for xpath change.
Shimeng (Simon) Wang [Mon, 19 Apr 2010 22:55:04 +0000 (15:55 -0700)]
Add one more clean step to make sure people rebuild webcore for xpath change.

Change-Id: I5e871bc37fd640dd89a5d90ae52440e39a521736

14 years agoEnable XPATH in Android browser.
Shimeng (Simon) Wang [Mon, 19 Apr 2010 21:06:35 +0000 (14:06 -0700)]
Enable XPATH in Android browser.

Issue: 2582105
Change-Id: I270de4478e639bba8ba9a12558dff05746e991b0

14 years agoPerformance improvements in GraphicsLayer: implement the simple image code path.
Nicolas Roard [Thu, 15 Apr 2010 19:51:53 +0000 (12:51 -0700)]
Performance improvements in GraphicsLayer: implement the simple image code path.

Bug:2599955
Change-Id: I530a02c64abff40223005d6dc07c7495ca475ffe

14 years agoRevert previous CL due to side-effect.
Nicolas Roard [Thu, 15 Apr 2010 23:02:46 +0000 (16:02 -0700)]
Revert previous CL due to side-effect.
Bug:2600918

Change-Id: I72189bd2edf725b4f0db426d2735590e846dcba4

14 years agoam f635101c: am 233b1e5a: am 54070f49: Merge "Make sure to layout the view with the...
Patrick Scott [Thu, 15 Apr 2010 19:33:54 +0000 (12:33 -0700)]
am f635101c: am 233b1e5a: am 54070f49: Merge "Make sure to layout the view with the final dimensions." into froyo

14 years agoam 5c6e2c78: am 34a423ba: am 22804c07: Pass scroll mode to Java so that we can handle...
Grace Kloba [Thu, 15 Apr 2010 19:33:51 +0000 (12:33 -0700)]
am 5c6e2c78: am 34a423ba: am 22804c07: Pass scroll mode to Java so that we can handle overflow on html and body correctly.

14 years agoMerge "Remove the TouchStationary state from PlatformTouchPoint."
Ben Murdoch [Thu, 15 Apr 2010 17:22:47 +0000 (10:22 -0700)]
Merge "Remove the TouchStationary state from PlatformTouchPoint."

14 years agoam 069d5161: don\'t hardcode "mSurface" throughout our source code
Mathias Agopian [Thu, 15 Apr 2010 13:36:08 +0000 (06:36 -0700)]
am 069d5161: don\'t hardcode "mSurface" throughout our source code

14 years agoRemove the TouchStationary state from PlatformTouchPoint.
Ben Murdoch [Thu, 15 Apr 2010 00:40:16 +0000 (17:40 -0700)]
Remove the TouchStationary state from PlatformTouchPoint.

This is being tracked upstream at webkit.org in https://bugs.webkit.org/show_bug.cgi?id=37609

Change-Id: Ideb26d7457e27799564e8db9b3308a703a1110e2

14 years agoam 233b1e5a: am 54070f49: Merge "Make sure to layout the view with the final dimensio...
Patrick Scott [Wed, 14 Apr 2010 23:33:40 +0000 (16:33 -0700)]
am 233b1e5a: am 54070f49: Merge "Make sure to layout the view with the final dimensions." into froyo

Merge commit '233b1e5ab6e18ef2db20b5179e891d1a73293225' into kraken

* commit '233b1e5ab6e18ef2db20b5179e891d1a73293225':
  Make sure to layout the view with the final dimensions.

14 years agoam 34a423ba: am 22804c07: Pass scroll mode to Java so that we can handle overflow...
Grace Kloba [Wed, 14 Apr 2010 23:33:37 +0000 (16:33 -0700)]
am 34a423ba: am 22804c07: Pass scroll mode to Java so that we can handle overflow on html and body correctly.

Merge commit '34a423ba5b431f032c09b5a6702b2cd3944bda3b' into kraken

* commit '34a423ba5b431f032c09b5a6702b2cd3944bda3b':
  Pass scroll mode to Java so that we can handle

14 years agoam 54070f49: Merge "Make sure to layout the view with the final dimensions." into...
Patrick Scott [Wed, 14 Apr 2010 23:27:13 +0000 (16:27 -0700)]
am 54070f49: Merge "Make sure to layout the view with the final dimensions." into froyo

Merge commit '54070f490711d3ec763c006c9b84adf55d32f0a2' into froyo-plus-aosp

* commit '54070f490711d3ec763c006c9b84adf55d32f0a2':
  Make sure to layout the view with the final dimensions.

14 years agoam 22804c07: Pass scroll mode to Java so that we can handle overflow on html and...
Grace Kloba [Wed, 14 Apr 2010 23:27:09 +0000 (16:27 -0700)]
am 22804c07: Pass scroll mode to Java so that we can handle overflow on html and body correctly.

Merge commit '22804c073ffc06fd1fc520d1afbad71e353e488d' into froyo-plus-aosp

* commit '22804c073ffc06fd1fc520d1afbad71e353e488d':
  Pass scroll mode to Java so that we can handle

14 years agoMerge "Make sure to layout the view with the final dimensions." into froyo
Patrick Scott [Wed, 14 Apr 2010 20:28:28 +0000 (13:28 -0700)]
Merge "Make sure to layout the view with the final dimensions." into froyo

14 years agoMake sure to layout the view with the final dimensions.
Patrick Scott [Wed, 14 Apr 2010 19:07:36 +0000 (15:07 -0400)]
Make sure to layout the view with the final dimensions.

Bug: 2532684
Change-Id: I6500fc08760f8dbc99d1d279e6beca7bdb3345c9

14 years agoPass scroll mode to Java so that we can handle
Grace Kloba [Wed, 14 Apr 2010 05:45:39 +0000 (22:45 -0700)]
Pass scroll mode to Java so that we can handle
overflow on html and body correctly.

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

14 years agoam 13aa9bd5: am ac90fdd7: Merge "Cherry pick http://codereview.chromium.org/1560007...
Andrei Popescu [Tue, 13 Apr 2010 00:02:12 +0000 (17:02 -0700)]
am 13aa9bd5: am ac90fdd7: Merge "Cherry pick codereview.chromium.org/1560007" into froyo

14 years agoam 3ee9e897: am d71ec47f: Merge "Cherry pick http://codereview.chromium.org/1549001...
Andrei Popescu [Tue, 13 Apr 2010 00:02:10 +0000 (17:02 -0700)]
am 3ee9e897: am d71ec47f: Merge "Cherry pick codereview.chromium.org/1549001" into froyo

14 years agoam b303a4d8: am 30f14070: Merge "Cherry-pick http://codereview.chromium.org/1594015...
Andrei Popescu [Tue, 13 Apr 2010 00:02:02 +0000 (17:02 -0700)]
am b303a4d8: am 30f14070: Merge "Cherry-pick codereview.chromium.org/1594015" into froyo

14 years agoam 1f2e23af: am 61c1b0ac: Merge "Cherry pick http://src.chromium.org/viewvc/chrome...
Andrei Popescu [Tue, 13 Apr 2010 00:01:54 +0000 (17:01 -0700)]
am 1f2e23af: am 61c1b0ac: Merge "Cherry pick src.chromium.org/viewvc/chrome?view=rev&revision=43874" into froyo

14 years agoam 46051e5e: am 164756aa: Merge "Do not set touch state to TouchStationary as EventHa...
Grace Kloba [Tue, 13 Apr 2010 00:01:50 +0000 (17:01 -0700)]
am 46051e5e: am 164756aa: Merge "Do not set touch state to TouchStationary as EventHandler doesn\'t handle it. The result is preventDefault will be always false and trigger the unexpected behavior for Flash." into froyo

14 years agodon't hardcode "mSurface" throughout our source code
Mathias Agopian [Mon, 12 Apr 2010 23:24:57 +0000 (16:24 -0700)]
don't hardcode "mSurface" throughout our source code

this is used in a few places to get access to the android.view.Surface
native surface. use a macro instead. Also rename the field to mNativeSurface.

Change-Id: Icb894b09b3c9a4878b4bfb4dd24f752fa5f0dcde

14 years agoam ac90fdd7: Merge "Cherry pick http://codereview.chromium.org/1560007" into froyo
Andrei Popescu [Mon, 12 Apr 2010 19:07:47 +0000 (12:07 -0700)]
am ac90fdd7: Merge "Cherry pick codereview.chromium.org/1560007" into froyo

Merge commit 'ac90fdd70d8a2f6051fdc959dac8edf5819f38bd' into froyo-plus-aosp

* commit 'ac90fdd70d8a2f6051fdc959dac8edf5819f38bd':
  Cherry pick http://codereview.chromium.org/1560007

14 years agoam d71ec47f: Merge "Cherry pick http://codereview.chromium.org/1549001" into froyo
Andrei Popescu [Mon, 12 Apr 2010 19:06:14 +0000 (12:06 -0700)]
am d71ec47f: Merge "Cherry pick codereview.chromium.org/1549001" into froyo

Merge commit 'd71ec47fc759286ee28567b4ff2a6dd67fc89dcd' into froyo-plus-aosp

* commit 'd71ec47fc759286ee28567b4ff2a6dd67fc89dcd':
  Cherry pick http://codereview.chromium.org/1549001

14 years agoam 30f14070: Merge "Cherry-pick http://codereview.chromium.org/1594015" into froyo
Andrei Popescu [Mon, 12 Apr 2010 19:06:12 +0000 (12:06 -0700)]
am 30f14070: Merge "Cherry-pick codereview.chromium.org/1594015" into froyo

Merge commit '30f1407065eeef96453ba46aa338ee7ff6dd2165' into froyo-plus-aosp

* commit '30f1407065eeef96453ba46aa338ee7ff6dd2165':
  Cherry-pick http://codereview.chromium.org/1594015

14 years agoam 61c1b0ac: Merge "Cherry pick http://src.chromium.org/viewvc/chrome?view=rev&revisi...
Andrei Popescu [Mon, 12 Apr 2010 19:06:09 +0000 (12:06 -0700)]
am 61c1b0ac: Merge "Cherry pick src.chromium.org/viewvc/chrome?view=rev&revision=43874" into froyo

Merge commit '61c1b0ac380b1947aae2bd2394cc255e0c35ebf9' into froyo-plus-aosp

* commit '61c1b0ac380b1947aae2bd2394cc255e0c35ebf9':
  Cherry pick http://src.chromium.org/viewvc/chrome?view=rev&revision=43874

14 years agoMerge "Cherry pick http://codereview.chromium.org/1560007" into froyo
Andrei Popescu [Mon, 12 Apr 2010 19:04:56 +0000 (12:04 -0700)]
Merge "Cherry pick codereview.chromium.org/1560007" into froyo

14 years agoMerge "Cherry pick http://codereview.chromium.org/1549001" into froyo
Andrei Popescu [Mon, 12 Apr 2010 19:04:22 +0000 (12:04 -0700)]
Merge "Cherry pick codereview.chromium.org/1549001" into froyo

14 years agoMerge "Cherry-pick http://codereview.chromium.org/1594015" into froyo
Andrei Popescu [Mon, 12 Apr 2010 19:03:32 +0000 (12:03 -0700)]
Merge "Cherry-pick codereview.chromium.org/1594015" into froyo

14 years agoMerge "Cherry pick http://src.chromium.org/viewvc/chrome?view=rev&revision=43874...
Andrei Popescu [Mon, 12 Apr 2010 19:02:36 +0000 (12:02 -0700)]
Merge "Cherry pick src.chromium.org/viewvc/chrome?view=rev&revision=43874" into froyo

14 years agoCherry pick http://codereview.chromium.org/1560007
Andrei Popescu [Mon, 12 Apr 2010 18:45:23 +0000 (19:45 +0100)]
Cherry pick http://codereview.chromium.org/1560007

Fix bug: 2588946

Change-Id: I80d144dd735e367bde8ba91ef0ab4ba3090da9d6

14 years agoam 164756aa: Merge "Do not set touch state to TouchStationary as EventHandler doesn...
Grace Kloba [Mon, 12 Apr 2010 18:15:29 +0000 (11:15 -0700)]
am 164756aa: Merge "Do not set touch state to TouchStationary as EventHandler doesn\'t handle it. The result is preventDefault will be always false and trigger the unexpected behavior for Flash." into froyo

Merge commit '164756aae729daa66d9e87c1c930be7568054912' into froyo-plus-aosp

* commit '164756aae729daa66d9e87c1c930be7568054912':
  Do not set touch state to TouchStationary as EventHandler

14 years agoMerge "Do not set touch state to TouchStationary as EventHandler doesn't handle it...
Grace Kloba [Mon, 12 Apr 2010 18:13:36 +0000 (11:13 -0700)]
Merge "Do not set touch state to TouchStationary as EventHandler doesn't handle it. The result is preventDefault will be always false and trigger the unexpected behavior for Flash." into froyo

14 years agoCherry pick http://codereview.chromium.org/1549001
Andrei Popescu [Mon, 12 Apr 2010 17:46:37 +0000 (18:46 +0100)]
Cherry pick http://codereview.chromium.org/1549001

Fix bug: 2588926

Change-Id: I4d077f109c3b415e1a0fa4765e939bea3b56f7fc

14 years agoCherry-pick http://codereview.chromium.org/1594015
Andrei Popescu [Mon, 12 Apr 2010 17:32:58 +0000 (18:32 +0100)]
Cherry-pick http://codereview.chromium.org/1594015

Fix bug: 2588909

Change-Id: I4102e4aebb9edb8219e6b9f3bb57f0cb969f1d15

14 years agoCherry pick http://src.chromium.org/viewvc/chrome?view=rev&revision=43874
Andrei Popescu [Mon, 12 Apr 2010 16:03:04 +0000 (17:03 +0100)]
Cherry pick src.chromium.org/viewvc/chrome?view=rev&revision=43874

Fix bug: 2588887

Change-Id: I06d64e58a95d9dd8d7e4308e1601c55d6d33663f

14 years agoDo not set touch state to TouchStationary as EventHandler
Grace Kloba [Fri, 9 Apr 2010 21:44:39 +0000 (14:44 -0700)]
Do not set touch state to TouchStationary as EventHandler
doesn't handle it. The result is preventDefault will
be always false and trigger the unexpected behavior
for Flash.

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

14 years agoam a22aa62c: am 411a8ae3: Merge "Fix for Bug:2579468" into froyo
Nicolas Roard [Thu, 8 Apr 2010 22:41:51 +0000 (15:41 -0700)]
am a22aa62c: am 411a8ae3: Merge "Fix for Bug:2579468" into froyo

14 years agoam 411a8ae3: Merge "Fix for Bug:2579468" into froyo
Nicolas Roard [Thu, 8 Apr 2010 22:30:54 +0000 (15:30 -0700)]
am 411a8ae3: Merge "Fix for Bug:2579468" into froyo

Merge commit '411a8ae3907d3288c7e8ed008d61303f08fe265a' into froyo-plus-aosp

* commit '411a8ae3907d3288c7e8ed008d61303f08fe265a':
  Fix for Bug:2579468

14 years agoMerge "Fix for Bug:2579468" into froyo
Nicolas Roard [Thu, 8 Apr 2010 22:28:22 +0000 (15:28 -0700)]
Merge "Fix for Bug:2579468" into froyo

14 years agoFix for Bug:2579468
Nicolas Roard [Thu, 8 Apr 2010 00:47:00 +0000 (17:47 -0700)]
Fix for Bug:2579468

Instead of deleting the PluginTimer in unschedule(), we just flag it, and delete it if necessary when it fires.

Change-Id: I55bdc38705204e0197917af4eb5bc2784553e68f

14 years agoam b60bbcfb: am 18f501d6: Fix bug that causes plugins not be notified of the change...
Derek Sollenberger [Thu, 8 Apr 2010 14:57:13 +0000 (07:57 -0700)]
am b60bbcfb: am 18f501d6: Fix bug that causes plugins not be notified of the change to the visible screen dimensions as a result of pinch to zoom.

14 years agoam 18f501d6: Fix bug that causes plugins not be notified of the change to the visible...
Derek Sollenberger [Thu, 8 Apr 2010 14:47:52 +0000 (07:47 -0700)]
am 18f501d6: Fix bug that causes plugins not be notified of the change to the visible screen dimensions as a result of pinch to zoom.

Merge commit '18f501d6904704ce0eff4bfdc68f2ca4aeb66af9' into froyo-plus-aosp

* commit '18f501d6904704ce0eff4bfdc68f2ca4aeb66af9':
  Fix bug that causes plugins not be notified of the change to the

14 years agoFix bug that causes plugins not be notified of the change to the
Derek Sollenberger [Thu, 8 Apr 2010 13:32:17 +0000 (09:32 -0400)]
Fix bug that causes plugins not be notified of the change to the
visible screen dimensions as a result of pinch to zoom.

http://b/2578820

Change-Id: I98576e9937ec469a1dfa7162954ac93e120bc149

14 years agoam 18fc0da0: am 0c736339: Only allow animations computed on the UI if we have two...
Nicolas Roard [Wed, 7 Apr 2010 18:31:50 +0000 (11:31 -0700)]
am 18fc0da0: am 0c736339: Only allow animations computed on the UI if we have two steps -- otherwise let webkit do it.

14 years agoam 0c736339: Only allow animations computed on the UI if we have two steps -- otherwi...
Nicolas Roard [Wed, 7 Apr 2010 18:20:26 +0000 (11:20 -0700)]
am 0c736339: Only allow animations computed on the UI if we have two steps -- otherwise let webkit do it.

Merge commit '0c7363393334265c29401d7f6967347ce7e7f1ae' into froyo-plus-aosp

* commit '0c7363393334265c29401d7f6967347ce7e7f1ae':
  Only allow animations computed on the UI if we have two steps -- otherwise let webkit do it.

14 years agoOnly allow animations computed on the UI if we have two steps -- otherwise let webkit...
Nicolas Roard [Wed, 7 Apr 2010 02:49:13 +0000 (19:49 -0700)]
Only allow animations computed on the UI if we have two steps -- otherwise let webkit do it.

Bug:2576137
Change-Id: Ib86814f5edaff518df9d30839098ac3e8633341e

14 years agoam f4624395: am 72d9dfdf: Merge "Document can be detached when CachedFrame is destroy...
Grace Kloba [Wed, 7 Apr 2010 18:07:26 +0000 (11:07 -0700)]
am f4624395: am 72d9dfdf: Merge "Document can be detached when CachedFrame is destroyed. So we can\'t use it to reset the needTouch flag. Move the logic to removeAllEventListeners(). This is based on the current code where removeAllEventListeners() is called in Cached

14 years agoam 72d9dfdf: Merge "Document can be detached when CachedFrame is destroyed. So we...
Grace Kloba [Wed, 7 Apr 2010 17:59:35 +0000 (10:59 -0700)]
am 72d9dfdf: Merge "Document can be detached when CachedFrame is destroyed. So we can\'t use it to reset the needTouch flag. Move the logic to removeAllEventListeners(). This is based on the current code where removeAllEventListeners() is called in CachedFrame::destroy

Merge commit '72d9dfdf789b6b5f6d7d692fe1a468f7ecca703e' into froyo-plus-aosp

* commit '72d9dfdf789b6b5f6d7d692fe1a468f7ecca703e':
  Document can be detached when CachedFrame is destroyed.

14 years agoMerge "Document can be detached when CachedFrame is destroyed. So we can't use it...
Grace Kloba [Wed, 7 Apr 2010 17:56:32 +0000 (10:56 -0700)]
Merge "Document can be detached when CachedFrame is destroyed. So we can't use it to reset the needTouch flag. Move the logic to removeAllEventListeners(). This is based on the current code where removeAllEventListeners() is called in CachedFrame::destroy() before it sets pageCache to be false." into froyo

14 years agoMerge "add portable bzero interface"
Cary Clark [Wed, 7 Apr 2010 14:00:34 +0000 (07:00 -0700)]
Merge "add portable bzero interface"

14 years agoam a83db6c9: am 5c13f89a: Merge "Revert "Mark positioned elements as needing a relayo...
Nicolas Roard [Wed, 7 Apr 2010 06:48:12 +0000 (23:48 -0700)]
am a83db6c9: am 5c13f89a: Merge "Revert "Mark positioned elements as needing a relayout when checking for hit test."" into froyo

14 years agoDocument can be detached when CachedFrame is destroyed.
Grace Kloba [Wed, 7 Apr 2010 05:39:38 +0000 (22:39 -0700)]
Document can be detached when CachedFrame is destroyed.
So we can't use it to reset the needTouch flag. Move
the logic to removeAllEventListeners(). This is based
on the current code where removeAllEventListeners()
is called in CachedFrame::destroy() before it sets
pageCache to be false.

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

14 years agoam 5c13f89a: Merge "Revert "Mark positioned elements as needing a relayout when check...
Nicolas Roard [Wed, 7 Apr 2010 05:03:06 +0000 (22:03 -0700)]
am 5c13f89a: Merge "Revert "Mark positioned elements as needing a relayout when checking for hit test."" into froyo

Merge commit '5c13f89a26cb5e3f779c51c13fb0b11967581225' into froyo-plus-aosp

* commit '5c13f89a26cb5e3f779c51c13fb0b11967581225':
  Revert "Mark positioned elements as needing a relayout when checking for hit test."

14 years agoMerge "Revert "Mark positioned elements as needing a relayout when checking for hit...
Nicolas Roard [Wed, 7 Apr 2010 01:27:18 +0000 (18:27 -0700)]
Merge "Revert "Mark positioned elements as needing a relayout when checking for hit test."" into froyo

14 years agoRevert "Mark positioned elements as needing a relayout when checking for hit test."
Nicolas Roard [Wed, 7 Apr 2010 01:15:16 +0000 (18:15 -0700)]
Revert "Mark positioned elements as needing a relayout when checking for hit test."

Not needed anymore.

This reverts commit 84b2cee4185865d37e64bb3cc7a9e1bd6051eb7c.

Bug:2457215
Change-Id: I945e6ebe520b1490f4bf62809b4f375750f5c597

14 years agoam 4c249c54: am 213f1345: Merge "suppress compiler warnings in plugin code" into...
Cary Clark [Tue, 6 Apr 2010 21:38:28 +0000 (14:38 -0700)]
am 4c249c54: am 213f1345: Merge "suppress compiler warnings in plugin code" into froyo

14 years agoam 213f1345: Merge "suppress compiler warnings in plugin code" into froyo
Cary Clark [Tue, 6 Apr 2010 21:29:54 +0000 (14:29 -0700)]
am 213f1345: Merge "suppress compiler warnings in plugin code" into froyo

Merge commit '213f1345619560709150e9510a9a22c3cb36eb23' into froyo-plus-aosp

* commit '213f1345619560709150e9510a9a22c3cb36eb23':
  suppress compiler warnings in plugin code

14 years agoMerge "suppress compiler warnings in plugin code" into froyo
Cary Clark [Tue, 6 Apr 2010 21:27:40 +0000 (14:27 -0700)]
Merge "suppress compiler warnings in plugin code" into froyo

14 years agosuppress compiler warnings in plugin code
Cary Clark [Tue, 6 Apr 2010 21:21:29 +0000 (17:21 -0400)]
suppress compiler warnings in plugin code

Change-Id: I0cadbf8946193ed7a4a7fe0cdeff82a2495d9ef9

14 years agoam 02069cf9: am 5e9b4f88: Merge "When handling Fixed position, always relative to...
Grace Kloba [Tue, 6 Apr 2010 20:52:28 +0000 (13:52 -0700)]
am 02069cf9: am 5e9b4f88: Merge "When handling Fixed position, always relative to the top document." into froyo

14 years agoam 5e9b4f88: Merge "When handling Fixed position, always relative to the top document...
Grace Kloba [Tue, 6 Apr 2010 20:45:16 +0000 (13:45 -0700)]
am 5e9b4f88: Merge "When handling Fixed position, always relative to the top document." into froyo

Merge commit '5e9b4f88ec0abb578823e8225ad9614c1ba58c6b' into froyo-plus-aosp

* commit '5e9b4f88ec0abb578823e8225ad9614c1ba58c6b':
  When handling Fixed position, always relative to

14 years agoMerge "When handling Fixed position, always relative to the top document." into froyo
Grace Kloba [Tue, 6 Apr 2010 20:43:16 +0000 (13:43 -0700)]
Merge "When handling Fixed position, always relative to the top document." into froyo

14 years agoam c8780353: am e5b1750d: Merge "keep frames associated with regular hits and direct...
Cary Clark [Tue, 6 Apr 2010 20:33:32 +0000 (13:33 -0700)]
am c8780353: am e5b1750d: Merge "keep frames associated with regular hits and direct hits" into froyo

14 years agoam e5b1750d: Merge "keep frames associated with regular hits and direct hits" into...
Cary Clark [Tue, 6 Apr 2010 20:19:47 +0000 (13:19 -0700)]
am e5b1750d: Merge "keep frames associated with regular hits and direct hits" into froyo

Merge commit 'e5b1750d38ff2208c180fe357355bf7e23e1d97d' into froyo-plus-aosp

* commit 'e5b1750d38ff2208c180fe357355bf7e23e1d97d':
  keep frames associated with regular hits and direct hits

14 years agoMerge "keep frames associated with regular hits and direct hits" into froyo
Cary Clark [Tue, 6 Apr 2010 20:17:25 +0000 (13:17 -0700)]
Merge "keep frames associated with regular hits and direct hits" into froyo

14 years agokeep frames associated with regular hits and direct hits
Cary Clark [Tue, 6 Apr 2010 20:07:01 +0000 (16:07 -0400)]
keep frames associated with regular hits and direct hits

The hit test on the nav cache returns a node/frame pair.
It looks for the closest hit, but gives priority to a direct
hit. Track the frame associated with the direct hit
separately, so that the correct node/frame pair is returned.

Change-Id: Icb1e3de4a0aad3c6dd9b2b81669f9c7bbb260282
http://b/2316138

14 years agoam 5837d193: am 3dc27326: Cherry-pick https://bugs.webkit.org/show_bug.cgi?id=37150
Andrei Popescu [Tue, 6 Apr 2010 19:47:26 +0000 (12:47 -0700)]
am 5837d193: am 3dc27326: Cherry-pick https://bugs.webkit.org/show_bug.cgi?id=37150

14 years agoWhen handling Fixed position, always relative to
Grace Kloba [Tue, 6 Apr 2010 04:59:09 +0000 (21:59 -0700)]
When handling Fixed position, always relative to
the top document.

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

14 years agoam 3dc27326: Cherry-pick https://bugs.webkit.org/show_bug.cgi?id=37150
Andrei Popescu [Tue, 6 Apr 2010 17:59:40 +0000 (10:59 -0700)]
am 3dc27326: Cherry-pick https://bugs.webkit.org/show_bug.cgi?id=37150

Merge commit '3dc27326d844c3fb48cdd88fd22b1c85e0abd0c0' into froyo-plus-aosp

* commit '3dc27326d844c3fb48cdd88fd22b1c85e0abd0c0':
  Cherry-pick https://bugs.webkit.org/show_bug.cgi?id=37150

14 years agoCherry-pick https://bugs.webkit.org/show_bug.cgi?id=37150
Andrei Popescu [Tue, 6 Apr 2010 15:34:40 +0000 (16:34 +0100)]
Cherry-pick https://bugs.webkit.org/show_bug.cgi?id=37150

Check the frame's context at PageCache save and restore time to avoid crashing when it's null.

Fix bug: 2564844

Change-Id: Ifef3fcf271b1366d4f63c42da1a9ac08bb8b78ed

14 years agoam 088017be: am c0cc84d6: Merge "Create a method to check to see if the focus has...
Cary Clark [Mon, 5 Apr 2010 18:51:36 +0000 (11:51 -0700)]
am 088017be: am c0cc84d6: Merge "Create a method to check to see if the focus has a following textfield." into froyo

14 years agoam c0cc84d6: Merge "Create a method to check to see if the focus has a following...
Cary Clark [Mon, 5 Apr 2010 18:35:32 +0000 (11:35 -0700)]
am c0cc84d6: Merge "Create a method to check to see if the focus has a following textfield." into froyo

Merge commit 'c0cc84d6a4d0db0b39a9036bdbeb67f6c7e9e56e' into froyo-plus-aosp

* commit 'c0cc84d6a4d0db0b39a9036bdbeb67f6c7e9e56e':
  Create a method to check to see if the focus has a following textfield.

14 years agoMerge "Create a method to check to see if the focus has a following textfield." into...
Cary Clark [Mon, 5 Apr 2010 18:29:47 +0000 (11:29 -0700)]
Merge "Create a method to check to see if the focus has a following textfield." into froyo

14 years agoam 4f87c989: am b721be96: Merge "When we stopUpdating(), we should cancel the outstan...
Grace Kloba [Fri, 2 Apr 2010 23:25:42 +0000 (16:25 -0700)]
am 4f87c989: am b721be96: Merge "When we stopUpdating(), we should cancel the outstanding timer." into froyo

14 years agoam b721be96: Merge "When we stopUpdating(), we should cancel the outstanding timer...
Grace Kloba [Fri, 2 Apr 2010 23:14:15 +0000 (16:14 -0700)]
am b721be96: Merge "When we stopUpdating(), we should cancel the outstanding timer." into froyo

Merge commit 'b721be96061253a7a8e35313bb5ee794d03d9af8' into froyo-plus-aosp

* commit 'b721be96061253a7a8e35313bb5ee794d03d9af8':
  When we stopUpdating(), we should cancel the outstanding