OSDN Git Service

android-x86/external-webkit.git
13 years agoam 2de6de7e: am 8e1d1088: Pass the URL at the enterfullscreen time
Teng-Hui Zhu [Thu, 17 Mar 2011 06:08:26 +0000 (23:08 -0700)]
am 2de6de7e: am 8e1d1088: Pass the URL at the enterfullscreen time

* commit '2de6de7eb47a85f2ef82229692d2b975d07494f5':
  Pass the URL at the enterfullscreen time

13 years agoam 8e1d1088: Pass the URL at the enterfullscreen time
Teng-Hui Zhu [Thu, 17 Mar 2011 06:03:10 +0000 (23:03 -0700)]
am 8e1d1088: Pass the URL at the enterfullscreen time

* commit '8e1d10880da3108f7eb53ae81682a7c4192a2e3f':
  Pass the URL at the enterfullscreen time

13 years agoPass the URL at the enterfullscreen time
Teng-Hui Zhu [Tue, 15 Mar 2011 01:16:58 +0000 (18:16 -0700)]
Pass the URL at the enterfullscreen time

bug:2126902

Change-Id: I84a27fabccc32ef85c8d78d6702d22ffca497db7

13 years agoam f98d9049: am 9863c30d: Merge "Fix page jump after clicking links in nytimes.com...
Shimeng (Simon) Wang [Thu, 17 Mar 2011 00:31:35 +0000 (17:31 -0700)]
am f98d9049: am 9863c30d: Merge "Fix page jump after clicking links in nytimes.com" into honeycomb-mr1

* commit 'f98d9049e5d638ff31a3e13316fc5a5fc7446332':
  Fix page jump after clicking links in nytimes.com

13 years agoam 114ea00b: am 6e9c5336: Merge "Pass the clip rect to WebView to optimize rendering...
Romain Guy [Thu, 17 Mar 2011 00:31:32 +0000 (17:31 -0700)]
am 114ea00b: am 6e9c5336: Merge "Pass the clip rect to WebView to optimize rendering" into honeycomb-mr1

* commit '114ea00b345ca2696f097bc1ee69a196be11e4a1':
  Pass the clip rect to WebView to optimize rendering

13 years agoam 9863c30d: Merge "Fix page jump after clicking links in nytimes.com" into honeycomb-mr1
Shimeng (Simon) Wang [Thu, 17 Mar 2011 00:26:52 +0000 (17:26 -0700)]
am 9863c30d: Merge "Fix page jump after clicking links in nytimes.com" into honeycomb-mr1

* commit '9863c30dfa5b5a03577c0ad069bb04d70435ac2d':
  Fix page jump after clicking links in nytimes.com

13 years agoam 6e9c5336: Merge "Pass the clip rect to WebView to optimize rendering" into honeyco...
Romain Guy [Thu, 17 Mar 2011 00:26:46 +0000 (17:26 -0700)]
am 6e9c5336: Merge "Pass the clip rect to WebView to optimize rendering" into honeycomb-mr1

* commit '6e9c5336ef1a230b1cabc7c55ef19aeee6c00f55':
  Pass the clip rect to WebView to optimize rendering

13 years agoMerge "Fix page jump after clicking links in nytimes.com" into honeycomb-mr1
Shimeng (Simon) Wang [Thu, 17 Mar 2011 00:24:44 +0000 (17:24 -0700)]
Merge "Fix page jump after clicking links in nytimes.com" into honeycomb-mr1

13 years agoMerge "Pass the clip rect to WebView to optimize rendering" into honeycomb-mr1
Romain Guy [Thu, 17 Mar 2011 00:24:35 +0000 (17:24 -0700)]
Merge "Pass the clip rect to WebView to optimize rendering" into honeycomb-mr1

13 years agoFix page jump after clicking links in nytimes.com
Shimeng (Simon) Wang [Thu, 17 Mar 2011 00:13:12 +0000 (17:13 -0700)]
Fix page jump after clicking links in nytimes.com

This reverts parts of change in
https://android-git.corp.google.com/g/#change,96777

issue: 4024447
Change-Id: I29b5de1f97ed9d7cd70786cdcfeb91b53563e66e

13 years agoam 07b3e39f: am d6f0aa4a: Merge "Fix crash in WebCore::GlyphPageTreeNode::getChild...
Russell Brenner [Wed, 16 Mar 2011 23:05:27 +0000 (16:05 -0700)]
am 07b3e39f: am d6f0aa4a: Merge "Fix crash in WebCore::GlyphPageTreeNode::getChild" into honeycomb-mr1

* commit '07b3e39f693d793798b442025da951df628105ef':
  Fix crash in WebCore::GlyphPageTreeNode::getChild

13 years agoam d6f0aa4a: Merge "Fix crash in WebCore::GlyphPageTreeNode::getChild" into honeycomb-mr1
Russell Brenner [Wed, 16 Mar 2011 23:02:03 +0000 (16:02 -0700)]
am d6f0aa4a: Merge "Fix crash in WebCore::GlyphPageTreeNode::getChild" into honeycomb-mr1

* commit 'd6f0aa4a5a76d43d382dad30b31541fc7372206b':
  Fix crash in WebCore::GlyphPageTreeNode::getChild

13 years agoMerge "Fix crash in WebCore::GlyphPageTreeNode::getChild" into honeycomb-mr1
Russell Brenner [Wed, 16 Mar 2011 23:00:54 +0000 (16:00 -0700)]
Merge "Fix crash in WebCore::GlyphPageTreeNode::getChild" into honeycomb-mr1

13 years agoFix crash in WebCore::GlyphPageTreeNode::getChild
Russell Brenner [Fri, 4 Mar 2011 02:29:26 +0000 (18:29 -0800)]
Fix crash in WebCore::GlyphPageTreeNode::getChild

Using existing Skia APIs, FontCache::createFontPlatformData can detect
when the retrieved font is the Skia default and will reject that choice,
allowing WebCore to try the next font on the CSS fallback list. If the
requested family is a generic family, e.g. "serif" or "monotype", the
Skia default will be accepted.

A prior attempt at this fix was not properly handling bold and italic
stylings, which could eventually lead to dangling references to freed
font data used for layout while custom fonts were loading, causing
segfaults in getChild and elsewhere during page rendering.

Bug: 3469204
Bug: 2720133

Change-Id: I3a9e746e18fd27848d0c4b9e1232392df33254a6

13 years agoPass the clip rect to WebView to optimize rendering
Romain Guy [Wed, 16 Mar 2011 22:29:42 +0000 (15:29 -0700)]
Pass the clip rect to WebView to optimize rendering

Change-Id: Ic1f96b82a5da5cd08d282002a0ae5d4f53d0f92e

13 years agoam 2322a2c9: am 6a3bd3f2: For first layout, reset current textures and update base...
Shimeng (Simon) Wang [Wed, 16 Mar 2011 21:51:23 +0000 (14:51 -0700)]
am 2322a2c9: am 6a3bd3f2: For first layout, reset current textures and update base layer.

* commit '2322a2c93ef52b0b74f95103d0fc590a3b01d3ef':
  For first layout, reset current textures and update base layer.

13 years agoam 6a3bd3f2: For first layout, reset current textures and update base layer.
Shimeng (Simon) Wang [Wed, 16 Mar 2011 21:47:34 +0000 (14:47 -0700)]
am 6a3bd3f2: For first layout, reset current textures and update base layer.

* commit '6a3bd3f2b6b5a5c80e5fc1674550456b67e2cc7c':
  For first layout, reset current textures and update base layer.

13 years agoam 9be8be92: am ab60a512: Merge "Disable the use of EGL fences for synchronization...
Derek Sollenberger [Wed, 16 Mar 2011 21:03:43 +0000 (14:03 -0700)]
am 9be8be92: am ab60a512: Merge "Disable the use of EGL fences for synchronization." into honeycomb-mr1

* commit '9be8be9290228ee6857594048907bbeb8a6fb6b8':
  Disable the use of EGL fences for synchronization.

13 years agoFor first layout, reset current textures and update base layer.
Shimeng (Simon) Wang [Wed, 16 Mar 2011 18:31:36 +0000 (11:31 -0700)]
For first layout, reset current textures and update base layer.

issue: 4094300
Change-Id: If8e58daa621e01ac372f2111ebde522a6f90b2e5

13 years agoresolved conflicts for merge of 9fa3237f to master
Leon Scroggins [Wed, 16 Mar 2011 20:47:28 +0000 (16:47 -0400)]
resolved conflicts for merge of 9fa3237f to master

Change-Id: I04c05a531d31cd8f44104a31f107eba786aaa9b4

13 years agoam ab60a512: Merge "Disable the use of EGL fences for synchronization." into honeycom...
Derek Sollenberger [Wed, 16 Mar 2011 20:34:41 +0000 (13:34 -0700)]
am ab60a512: Merge "Disable the use of EGL fences for synchronization." into honeycomb-mr1

* commit 'ab60a5124c80ef3bbbe80a8ad714f07457d29f98':
  Disable the use of EGL fences for synchronization.

13 years agoam 9d867bf3: More improvements to video player controls.
Leon Scroggins [Wed, 16 Mar 2011 20:34:39 +0000 (13:34 -0700)]
am 9d867bf3: More improvements to video player controls.

* commit '9d867bf3af621a847929fdc13e4c36ffcaa580f2':
  More improvements to video player controls.

13 years agoMerge "Disable the use of EGL fences for synchronization." into honeycomb-mr1
Derek Sollenberger [Wed, 16 Mar 2011 20:17:43 +0000 (13:17 -0700)]
Merge "Disable the use of EGL fences for synchronization." into honeycomb-mr1

13 years agoMore improvements to video player controls.
Leon Scroggins [Wed, 16 Mar 2011 19:34:02 +0000 (15:34 -0400)]
More improvements to video player controls.

Bug:4080127

Inset the track by half the width of the thumb so the thumb
travels along the entire length of it.

Make the track narrower vertically, and align it with the
center of the thumb drawing.

Draw the portion of the track that has already been covered
with a different asset.

Change-Id: I37acedc8e8b75bab59fcac7e075c59d70550795c

13 years agoDisable the use of EGL fences for synchronization.
Derek Sollenberger [Wed, 16 Mar 2011 19:47:39 +0000 (15:47 -0400)]
Disable the use of EGL fences for synchronization.

bug: 4098273
Change-Id: Iaf7eaa13b9d4410dfb984af0e4a83dadedb09648

13 years agoresolved conflicts for merge of 7165b1cd to master
Leon Scroggins [Wed, 16 Mar 2011 18:53:22 +0000 (14:53 -0400)]
resolved conflicts for merge of 7165b1cd to master

Change-Id: I86e0f1726df824f3b53e878f3ae7ca3a98308539

13 years agoam 4754f763: Turn on filtering so the buttons look better.
Leon Scroggins [Wed, 16 Mar 2011 17:52:25 +0000 (10:52 -0700)]
am 4754f763: Turn on filtering so the buttons look better.

* commit '4754f7630fe9e26150d5ed2cfb4f231c57539c02':
  Turn on filtering so the buttons look better.

13 years agoTurn on filtering so the buttons look better.
Leon Scroggins [Wed, 16 Mar 2011 15:29:21 +0000 (11:29 -0400)]
Turn on filtering so the buttons look better.

Bug:4080127
Change-Id: Ie1f29ce09fcc0389c5d458238460ae846d449ccc

13 years agoam 69ae9fda: am 49fff159: Merge "Enable synchronization with fencing." into honeycomb-mr1
Derek Sollenberger [Tue, 15 Mar 2011 20:03:33 +0000 (13:03 -0700)]
am 69ae9fda: am 49fff159: Merge "Enable synchronization with fencing." into honeycomb-mr1

* commit '69ae9fda7cc16e7c3f5eaa3edb51a61576ffe532':
  Enable synchronization with fencing.

13 years agoam 49fff159: Merge "Enable synchronization with fencing." into honeycomb-mr1
Derek Sollenberger [Tue, 15 Mar 2011 19:58:39 +0000 (12:58 -0700)]
am 49fff159: Merge "Enable synchronization with fencing." into honeycomb-mr1

* commit '49fff159362adc0289fe593ac113a8d0a0671edf':
  Enable synchronization with fencing.

13 years agoMerge "Enable synchronization with fencing." into honeycomb-mr1
Derek Sollenberger [Tue, 15 Mar 2011 19:56:56 +0000 (12:56 -0700)]
Merge "Enable synchronization with fencing." into honeycomb-mr1

13 years agoEnable synchronization with fencing.
Derek Sollenberger [Tue, 15 Mar 2011 18:51:30 +0000 (14:51 -0400)]
Enable synchronization with fencing.

We currently rely on the fact that nvidia serializes glFlush calls
to ensure synchronization, but we should be using fences to handle
this synchronization step.

bug: 4098273
Change-Id: I13c4790434dea07d9da68b8ebebbba15b1e085a5

13 years agoam 73ed56f0: am c9464184: Merge "Fix layers repaint synchronisation issues" into...
Nicolas Roard [Tue, 15 Mar 2011 17:51:27 +0000 (10:51 -0700)]
am 73ed56f0: am c9464184: Merge "Fix layers repaint synchronisation issues" into honeycomb-mr1

* commit '73ed56f012671c4ea41fd3027ceadc7e54bd220e':
  Fix layers repaint synchronisation issues

13 years agoam c9464184: Merge "Fix layers repaint synchronisation issues" into honeycomb-mr1
Nicolas Roard [Tue, 15 Mar 2011 17:46:22 +0000 (10:46 -0700)]
am c9464184: Merge "Fix layers repaint synchronisation issues" into honeycomb-mr1

* commit 'c9464184bfacc628a8d6cbc59969c1d4f9413c81':
  Fix layers repaint synchronisation issues

13 years agoMerge "Fix layers repaint synchronisation issues" into honeycomb-mr1
Nicolas Roard [Tue, 15 Mar 2011 17:44:42 +0000 (10:44 -0700)]
Merge "Fix layers repaint synchronisation issues" into honeycomb-mr1

13 years agoam d95a914f: am 115fa20e: Fix scrolling on sites hosting content inside a single...
Ben Murdoch [Tue, 15 Mar 2011 16:33:24 +0000 (09:33 -0700)]
am d95a914f: am 115fa20e: Fix scrolling on sites hosting content inside a single <frame>

* commit 'd95a914fd28aeb31fbfd48cc177999125fb41731':
  Fix scrolling on sites hosting content inside a single <frame>

13 years agoam 115fa20e: Fix scrolling on sites hosting content inside a single <frame>
Ben Murdoch [Tue, 15 Mar 2011 16:29:49 +0000 (09:29 -0700)]
am 115fa20e: Fix scrolling on sites hosting content inside a single <frame>

* commit '115fa20e56568607490319cf8075fca19ae9112c':
  Fix scrolling on sites hosting content inside a single <frame>

13 years agoFix scrolling on sites hosting content inside a single <frame>
Ben Murdoch [Tue, 15 Mar 2011 12:47:30 +0000 (12:47 +0000)]
Fix scrolling on sites hosting content inside a single <frame>

Force a layout of the frameview when we detect that a frames
content post flattening is wider than the original frame.

Also force a relayout of the frame as necessary to sync the
correct dimensions (i.e. when navigation occurs inside the frame)

Bug:4051085

Change-Id: Ib2543601a71b6931bb3ec4bfda75a2cac26bb2a1

13 years agoFix layers repaint synchronisation issues
Nicolas Roard [Sat, 12 Mar 2011 03:03:28 +0000 (19:03 -0800)]
Fix layers repaint synchronisation issues

bug:4079662 bug:3469243
Change-Id: I2538e33c97e3cf8a937bc310847298b68669a24f

13 years agoam 38f3c4a2: am 833c9cea: Improving HTML5 video controls
Nicolas Roard [Tue, 15 Mar 2011 02:19:29 +0000 (19:19 -0700)]
am 38f3c4a2: am 833c9cea: Improving HTML5 video controls

* commit '38f3c4a204bfa7d75953f6d9cbd489b696d5a8b1':
  Improving HTML5 video controls

13 years agoam 833c9cea: Improving HTML5 video controls
Nicolas Roard [Tue, 15 Mar 2011 02:16:26 +0000 (19:16 -0700)]
am 833c9cea: Improving HTML5 video controls

* commit '833c9ceaa300f52cf2d1b12a9b3482ad417a3c21':
  Improving HTML5 video controls

13 years agoImproving HTML5 video controls
Nicolas Roard [Mon, 14 Mar 2011 20:23:18 +0000 (13:23 -0700)]
Improving HTML5 video controls

- correct support for the fullscreen button
- change the controls to be 48px high
- auto-hide the controls, touching the video makes them appear again

bug:2126902
Change-Id: Idd2b720034de3d5d432c9ea62d9045934c46f6c1

13 years agoam a8c06497: am a0fb3c7e: Merge "Custom font was appearing all white in Books" into...
Russell Brenner [Tue, 15 Mar 2011 00:10:13 +0000 (17:10 -0700)]
am a8c06497: am a0fb3c7e: Merge "Custom font was appearing all white in Books" into honeycomb-mr1

* commit 'a8c064976cfc236205c56c68709a684063e1b894':
  Custom font was appearing all white in Books

13 years agoMerge "external/webkit: remove LOCAL_PRELINK_MODULE"
Iliyan Malchev [Tue, 15 Mar 2011 00:05:00 +0000 (17:05 -0700)]
Merge "external/webkit: remove LOCAL_PRELINK_MODULE"

13 years agoam a0fb3c7e: Merge "Custom font was appearing all white in Books" into honeycomb-mr1
Russell Brenner [Tue, 15 Mar 2011 00:02:27 +0000 (17:02 -0700)]
am a0fb3c7e: Merge "Custom font was appearing all white in Books" into honeycomb-mr1

* commit 'a0fb3c7e0c38540c392a5248b0f1100c158612f9':
  Custom font was appearing all white in Books

13 years agoMerge "Custom font was appearing all white in Books" into honeycomb-mr1
Russell Brenner [Mon, 14 Mar 2011 23:05:47 +0000 (16:05 -0700)]
Merge "Custom font was appearing all white in Books" into honeycomb-mr1

13 years agoCustom font was appearing all white in Books
Russell Brenner [Mon, 14 Mar 2011 20:57:47 +0000 (13:57 -0700)]
Custom font was appearing all white in Books

This is a strategic rollback of a previous change:
    https://android-git.corp.google.com/g/#change,99977

Although that change fixes a browser crash, it introduces a problematic
UI situation in Books.

The browser crash is rare, but keeps some web pages from being usable.
Nonetheless, upon failure, the browser will shutdown and can be
relaunched for other sites. Another potential point of failure for this
crash has been identified, with a solution to follow in a separate CL.

From discussion with Bart it was decided that the rare browser crash is
less problematic than the usability problem incurred with a book
containing blank pages, and so, regardless of whether or not the
resulting browser crash is fixed, this change needs to be rolled back.

With any luck, however, both issues will be fixed.
(See also http://b/3469204.)

Bug: 4064041
Change-Id: I3416f9e9ae728a99dd84d3df8b0f8d0c0876dbad

13 years agoam be37cc60: am 9bddcae7: Merge "b/3392594 keep the remaining touch points when one...
Huahui Wu [Mon, 14 Mar 2011 22:19:41 +0000 (15:19 -0700)]
am be37cc60: am 9bddcae7: Merge "b/3392594 keep the remaining touch points when one is ended." into honeycomb-mr1

* commit 'be37cc60f3c8675b9a0d1d49d0efe5afedd6298d':
  b/3392594 keep the remaining touch points when one is ended.

13 years agoam 9bddcae7: Merge "b/3392594 keep the remaining touch points when one is ended....
Huahui Wu [Mon, 14 Mar 2011 21:44:48 +0000 (14:44 -0700)]
am 9bddcae7: Merge "b/3392594 keep the remaining touch points when one is ended." into honeycomb-mr1

* commit '9bddcae7719c7fd62778a3cf1a63b1fdceb8e25a':
  b/3392594 keep the remaining touch points when one is ended.

13 years agoMerge "b/3392594 keep the remaining touch points when one is ended." into honeycomb-mr1
Huahui Wu [Mon, 14 Mar 2011 21:42:05 +0000 (14:42 -0700)]
Merge "b/3392594 keep the remaining touch points when one is ended." into honeycomb-mr1

13 years agoexternal/webkit: remove LOCAL_PRELINK_MODULE
Iliyan Malchev [Mon, 14 Mar 2011 21:02:12 +0000 (14:02 -0700)]
external/webkit: remove LOCAL_PRELINK_MODULE

Change-Id: I8e7bd2fd7780c3626f54366796ed26d7ac6cf92b
Signed-off-by: Iliyan Malchev <malchev@google.com>
13 years agob/3392594 keep the remaining touch points when one is ended.
Huahui Wu [Mon, 14 Mar 2011 01:10:25 +0000 (18:10 -0700)]
b/3392594 keep the remaining touch points when one is ended.

This is native side code for b/3392594, which takes the action
index from java side, and set the touch point state accordingly.

Change-Id: I894bcfc25f761725a5f37317a8fadffbba68b6df

13 years agoam 6fd95048: am db584582: am 68c22180: Apply webit security patch
Bart Sears [Mon, 14 Mar 2011 19:10:25 +0000 (12:10 -0700)]
am 6fd95048: am db584582: am 68c22180: Apply webit security patch

* commit '6fd9504850de56cc1a457e33d89e3b3408e84441':
  Apply webit security patch

13 years agoam db584582: am 68c22180: Apply webit security patch
Bart Sears [Mon, 14 Mar 2011 18:50:34 +0000 (11:50 -0700)]
am db584582: am 68c22180: Apply webit security patch

* commit 'db584582301d76b995c98bb52ba4dd87c3cf8caf':
  Apply webit security patch

13 years agoam c2fe5cfa: am df04d7a7: am bcc07753: Cherry-pick change Ibaa52a6b (webkit security...
Bart Sears [Mon, 14 Mar 2011 00:35:58 +0000 (17:35 -0700)]
am c2fe5cfa: am df04d7a7: am bcc07753: Cherry-pick change Ibaa52a6b (webkit security patch)

* commit 'c2fe5cfad3d7084d57d85f00232763f6a4042b60':
  Cherry-pick change Ibaa52a6b (webkit security patch)

13 years agoam df04d7a7: am bcc07753: Cherry-pick change Ibaa52a6b (webkit security patch)
Bart Sears [Mon, 14 Mar 2011 00:34:36 +0000 (17:34 -0700)]
am df04d7a7: am bcc07753: Cherry-pick change Ibaa52a6b (webkit security patch)

* commit 'df04d7a71c88ac5b84b3a3d06fdc8834eb1f2da2':
  Cherry-pick change Ibaa52a6b (webkit security patch)

13 years agoam bcc07753: Cherry-pick change Ibaa52a6b (webkit security patch)
Bart Sears [Mon, 14 Mar 2011 00:32:54 +0000 (17:32 -0700)]
am bcc07753: Cherry-pick change Ibaa52a6b (webkit security patch)

* commit 'bcc077531734eca7eb8663a76ab8d4c15721672c':
  Cherry-pick change Ibaa52a6b (webkit security patch)

13 years agoCherry-pick change Ibaa52a6b (webkit security patch)
Bart Sears [Sat, 12 Mar 2011 00:17:22 +0000 (16:17 -0800)]
Cherry-pick change Ibaa52a6b (webkit security patch)

Apply webit security patch

bug: 4089100
Change-Id: I80069fe6ec12a03fce88128be0ce90fee410911c

13 years agoam 68c22180: Apply webit security patch
Bart Sears [Sun, 13 Mar 2011 23:50:03 +0000 (16:50 -0700)]
am 68c22180: Apply webit security patch

* commit '68c221808cf7a4776ba8feae02611d3c78e9f857':
  Apply webit security patch

13 years agoresolved conflicts for merge of 43edd45c to master
Nicolas Roard [Sat, 12 Mar 2011 00:39:37 +0000 (16:39 -0800)]
resolved conflicts for merge of 43edd45c to master

Change-Id: I270cbb054174dd3c2dc4464b484ad2c5a8db2724

13 years agoam 25b37912: Merge "Improve HTML5 audio/video controls" into honeycomb-mr1
Nicolas Roard [Sat, 12 Mar 2011 00:34:19 +0000 (16:34 -0800)]
am 25b37912: Merge "Improve HTML5 audio/video controls" into honeycomb-mr1

* commit '25b379124e2660c9310c65e647c32d533d9237c0':
  Improve HTML5 audio/video controls

13 years agoMerge "Improve HTML5 audio/video controls" into honeycomb-mr1
Nicolas Roard [Sat, 12 Mar 2011 00:31:22 +0000 (16:31 -0800)]
Merge "Improve HTML5 audio/video controls" into honeycomb-mr1

13 years agoApply webit security patch
Bart Sears [Sat, 12 Mar 2011 00:17:22 +0000 (16:17 -0800)]
Apply webit security patch

bug: 4089100
Change-Id: Ibaa52a6bcbbe47f33ec4131051309ed05b05748b

13 years agoImprove HTML5 audio/video controls
Nicolas Roard [Sat, 12 Mar 2011 00:00:46 +0000 (16:00 -0800)]
Improve HTML5 audio/video controls

Only allow translucent controls for video...

bug:2126902
Change-Id: I95fbf1fc736391a3adec3930119531684a1a9082

13 years agoam c23f88ac: am e8173146: Fix a crash caused by the wrong destruction handling
Teng-Hui Zhu [Fri, 11 Mar 2011 23:56:37 +0000 (15:56 -0800)]
am c23f88ac: am e8173146: Fix a crash caused by the wrong destruction handling

* commit 'c23f88acfdc140b27fb31ab21fa79a7fa288c5aa':
  Fix a crash caused by the wrong destruction handling

13 years agoresolved conflicts for merge of 24e276c8 to master
Nicolas Roard [Fri, 11 Mar 2011 23:54:02 +0000 (15:54 -0800)]
resolved conflicts for merge of 24e276c8 to master

Change-Id: I1f46d4444330bf7e03b99a5d0089e9388b9ea8bd

13 years agoam e8173146: Fix a crash caused by the wrong destruction handling
Teng-Hui Zhu [Fri, 11 Mar 2011 23:53:14 +0000 (15:53 -0800)]
am e8173146: Fix a crash caused by the wrong destruction handling

* commit 'e81731463bed439d17002741ea595c5800e87854':
  Fix a crash caused by the wrong destruction handling

13 years agoam cc267939: HTML5 Video improvements
Nicolas Roard [Fri, 11 Mar 2011 23:14:18 +0000 (15:14 -0800)]
am cc267939: HTML5 Video improvements

* commit 'cc2679391d89b57997f78365d54d99c9ae062db3':
  HTML5 Video improvements

13 years agoFix a crash caused by the wrong destruction handling
Teng-Hui Zhu [Fri, 11 Mar 2011 22:58:38 +0000 (14:58 -0800)]
Fix a crash caused by the wrong destruction handling

The VideoLayer is ref counted, so unref at the destrutor is the right way.
Don't do a deletion.

bug: 4072630

Change-Id: I1da4ec138ef119b1d8dd7700fef36bab4df55064

13 years agoHTML5 Video improvements
Nicolas Roard [Fri, 11 Mar 2011 22:25:43 +0000 (14:25 -0800)]
HTML5 Video improvements

- remove the seek buttons on the control bar
- make the control bar translucent
- add a fullscreen button passing the layer id to the java side

bug:2126902
Change-Id: Id9638f6b01f968839eaf4b0bd8cf1603957753af

13 years agoam e76100ec: am 418d5bb2: Merge "allow multiple invals to return first difference...
Cary Clark [Fri, 11 Mar 2011 17:01:37 +0000 (09:01 -0800)]
am e76100ec: am 418d5bb2: Merge "allow multiple invals to return first difference" into honeycomb-mr1

* commit 'e76100ecb3b42c39d42e561ebe850b122a259f50':
  allow multiple invals to return first difference

13 years agoam 418d5bb2: Merge "allow multiple invals to return first difference" into honeycomb-mr1
Cary Clark [Fri, 11 Mar 2011 16:59:51 +0000 (08:59 -0800)]
am 418d5bb2: Merge "allow multiple invals to return first difference" into honeycomb-mr1

* commit '418d5bb2d2861f58a456e803f2e4246376585185':
  allow multiple invals to return first difference

13 years agoam 64d778d8: am d17e8139: increase the memory cap for bitmaps
Cary Clark [Fri, 11 Mar 2011 16:58:50 +0000 (08:58 -0800)]
am 64d778d8: am d17e8139: increase the memory cap for bitmaps

* commit '64d778d878c3458e0610d3276a5581c1cb134ef6':
  increase the memory cap for bitmaps

13 years agoMerge "allow multiple invals to return first difference" into honeycomb-mr1
Cary Clark [Fri, 11 Mar 2011 16:56:56 +0000 (08:56 -0800)]
Merge "allow multiple invals to return first difference" into honeycomb-mr1

13 years agoam d17e8139: increase the memory cap for bitmaps
Cary Clark [Fri, 11 Mar 2011 16:56:47 +0000 (08:56 -0800)]
am d17e8139: increase the memory cap for bitmaps

* commit 'd17e8139637faa490628e75a3a5647a96786afce':
  increase the memory cap for bitmaps

13 years agoallow multiple invals to return first difference
Cary Clark [Fri, 11 Mar 2011 16:05:21 +0000 (11:05 -0500)]
allow multiple invals to return first difference

The shape of the text selection changed recently, so the
inval computation for the shape area was slightly incorrect.

But most of the problem is caused by multiple calls to
draw the selection area. The old assumption was that
successive calls to compute the inval could each work
from the prior state, since only the difference between
the last inval and the current inval needs to be redrawn.

Now, there are multiple calls to compute the area, and any
of them need to return the last difference computed, only
computing a new difference if the selection changed.

Keep track of the last changed selection, so that the last
position, the current position, and the last drawn position
can be tracked correctly.

bug:4073219
Change-Id: Ic9b9d037329e8f792b5ec09c112e665dbdfd0b81

13 years agoincrease the memory cap for bitmaps
Cary Clark [Fri, 11 Mar 2011 16:34:35 +0000 (11:34 -0500)]
increase the memory cap for bitmaps

Increasing this size from 8 megs to 32 megs
allows more RAM to be used before
the image is sampled down.

bug:3421165
Change-Id: I73047009522d6e80d1adc95cd12d763307ab1980

13 years agoam c8f51213: am a1c8c003: Fix for display glitches.
Nicolas Roard [Fri, 11 Mar 2011 02:27:02 +0000 (18:27 -0800)]
am c8f51213: am a1c8c003: Fix for display glitches.

* commit 'c8f5121342c691a3491be42df11029628fb0d7a3':
  Fix for display glitches.

13 years agoam a1c8c003: Fix for display glitches.
Nicolas Roard [Fri, 11 Mar 2011 02:24:37 +0000 (18:24 -0800)]
am a1c8c003: Fix for display glitches.

* commit 'a1c8c0030ee40ef422e2d7229fed1737d1b270ac':
  Fix for display glitches.

13 years agoFix for display glitches.
Nicolas Roard [Fri, 11 Mar 2011 02:13:59 +0000 (18:13 -0800)]
Fix for display glitches.

We were trying to update the texture with a bitmap larger than it.
GL did not like this, so the texture was not updated at all...

bug:4078436
Change-Id: I180f4da6991a3db988169d7abd06cc08d5b69a32

13 years agoam 76060d50: am 331fdb19: webkit support for inline video
Teng-Hui Zhu [Fri, 11 Mar 2011 01:15:10 +0000 (17:15 -0800)]
am 76060d50: am 331fdb19: webkit support for inline video

* commit '76060d5095d4cbdeeec7f24cffcf8509ff8319d3':
  webkit support for inline video

13 years agoam 331fdb19: webkit support for inline video
Teng-Hui Zhu [Fri, 11 Mar 2011 01:13:07 +0000 (17:13 -0800)]
am 331fdb19: webkit support for inline video

* commit '331fdb1964135091e1a4f5508cbff6a9dab0ea97':
  webkit support for inline video

13 years agowebkit support for inline video
Teng-Hui Zhu [Fri, 25 Feb 2011 23:18:51 +0000 (15:18 -0800)]
webkit support for inline video

Basically we provide a Video Layer for the inline video.

The java side change is at 101311.

bug:3506407,2126902
Change-Id: I9cc1b910f502595d6be7ac81e448343ca6ca9100

13 years agoam 1ef33939: am ad5136a7: Merge "Fix CSS animations" into honeycomb-mr1
Nicolas Roard [Thu, 10 Mar 2011 23:27:09 +0000 (15:27 -0800)]
am 1ef33939: am ad5136a7: Merge "Fix CSS animations" into honeycomb-mr1

* commit '1ef33939a7137a30cae17f33be2c5c351627c12c':
  Fix CSS animations

13 years agoam ad5136a7: Merge "Fix CSS animations" into honeycomb-mr1
Nicolas Roard [Thu, 10 Mar 2011 23:25:17 +0000 (15:25 -0800)]
am ad5136a7: Merge "Fix CSS animations" into honeycomb-mr1

* commit 'ad5136a701b6100295270b62040f2cfb8fecb053':
  Fix CSS animations

13 years agoMerge "Fix CSS animations" into honeycomb-mr1
Nicolas Roard [Thu, 10 Mar 2011 23:23:23 +0000 (15:23 -0800)]
Merge "Fix CSS animations" into honeycomb-mr1

13 years agoFix CSS animations
Nicolas Roard [Wed, 9 Mar 2011 21:52:11 +0000 (13:52 -0800)]
Fix CSS animations

- we were overriding existing animations.
- implement correctly the removeAnimations functions
- refactor AndroidAnimation (share common code)
- fix how we use the timing functions for the animations
- implements timing functions per keyframes

bug:2453890
Change-Id: I367d708338c270171eeaacc7e2fb3729eb78c444

13 years agoam 5b3887e9: am 2a22f2ec: Fix a crash with column layout.
Patrick Scott [Thu, 10 Mar 2011 18:02:04 +0000 (10:02 -0800)]
am 5b3887e9: am 2a22f2ec: Fix a crash with column layout.

* commit '5b3887e9865915bffea12f8bff3e2a6f6b41b346':
  Fix a crash with column layout.

13 years agoam 2a22f2ec: Fix a crash with column layout.
Patrick Scott [Thu, 10 Mar 2011 17:56:25 +0000 (09:56 -0800)]
am 2a22f2ec: Fix a crash with column layout.

* commit '2a22f2ec394ac3dc5b4e26c8e9ade6942005e7a2':
  Fix a crash with column layout.

13 years agoFix a crash with column layout.
Patrick Scott [Thu, 10 Mar 2011 17:27:01 +0000 (12:27 -0500)]
Fix a crash with column layout.

If a layer is paginated and has a positioned grandparent,
paintPaginatedChildLayer might have an empty columnLayers vector.  The logic in
updatePagination has a similar check.

Bug filed against webkit.org.

Bug: 4026385
Change-Id: I9c7de5ccab171148d26cdd187efb97d13c033ae5

13 years agoam 98df90ee: am 08a7cd3d: Merge "Android part of fix for bug 3491968 Browser frozen...
Kristian Monsen [Thu, 10 Mar 2011 10:54:22 +0000 (02:54 -0800)]
am 98df90ee: am 08a7cd3d: Merge "Android part of fix for bug 3491968 Browser frozen on dunkindonuts.com" into honeycomb-mr1

* commit '98df90ee912e96ba6b1ee2f6983bc9ac6e78d021':
  Android part of fix for bug 3491968 Browser frozen on dunkindonuts.com

13 years agoam 08a7cd3d: Merge "Android part of fix for bug 3491968 Browser frozen on dunkindonut...
Kristian Monsen [Thu, 10 Mar 2011 10:52:17 +0000 (02:52 -0800)]
am 08a7cd3d: Merge "Android part of fix for bug 3491968 Browser frozen on dunkindonuts.com" into honeycomb-mr1

* commit '08a7cd3d0a715e83b2b51febab13f9ab62154cf2':
  Android part of fix for bug 3491968 Browser frozen on dunkindonuts.com

13 years agoMerge "Android part of fix for bug 3491968 Browser frozen on dunkindonuts.com" into...
Kristian Monsen [Thu, 10 Mar 2011 10:45:51 +0000 (02:45 -0800)]
Merge "Android part of fix for bug 3491968 Browser frozen on dunkindonuts.com" into honeycomb-mr1

13 years agoam 9c386d95: am 95cb21b0: Merge "Fix for gmail messages not showing after the first...
Nicolas Roard [Thu, 10 Mar 2011 00:19:37 +0000 (16:19 -0800)]
am 9c386d95: am 95cb21b0: Merge "Fix for gmail messages not showing after the first one. We were not resetting the unusable state (set by the clearView() function) when receiving new content..." into honeycomb-mr1

* commit '9c386d95d33a6a17d8e7634a60d9a21535b7e456':
  Fix for gmail messages not showing after the first one. We were not resetting the unusable state (set by the clearView() function) when receiving new content...

13 years agoam 95cb21b0: Merge "Fix for gmail messages not showing after the first one. We were...
Nicolas Roard [Thu, 10 Mar 2011 00:16:04 +0000 (16:16 -0800)]
am 95cb21b0: Merge "Fix for gmail messages not showing after the first one. We were not resetting the unusable state (set by the clearView() function) when receiving new content..." into honeycomb-mr1

* commit '95cb21b0cde2a64281360f9e45f31f049e583273':
  Fix for gmail messages not showing after the first one. We were not resetting the unusable state (set by the clearView() function) when receiving new content...

13 years agoMerge "Fix for gmail messages not showing after the first one. We were not resetting...
Nicolas Roard [Thu, 10 Mar 2011 00:12:54 +0000 (16:12 -0800)]
Merge "Fix for gmail messages not showing after the first one. We were not resetting the unusable state (set by the clearView() function) when receiving new content..." into honeycomb-mr1

13 years agoFix for gmail messages not showing after the first one.
Nicolas Roard [Thu, 10 Mar 2011 00:08:15 +0000 (16:08 -0800)]
Fix for gmail messages not showing after the first one.
We were not resetting the unusable state (set by the clearView()
function) when receiving new content...

bug:4080072
Change-Id: Ie1110b511392b0a7fd21bbc23aa1b824eb8a78ad

13 years agoam f6fdbf35: am 55550b6a: Merge "Do not attempt to put textfield onscreen when size...
Leon Scroggins [Wed, 9 Mar 2011 22:25:14 +0000 (14:25 -0800)]
am f6fdbf35: am 55550b6a: Merge "Do not attempt to put textfield onscreen when size changes." into honeycomb-mr1

* commit 'f6fdbf3574ff706462d9e1e495b7812556578e64':
  Do not attempt to put textfield onscreen when size changes.

13 years agoam 55550b6a: Merge "Do not attempt to put textfield onscreen when size changes."...
Leon Scroggins [Wed, 9 Mar 2011 22:22:52 +0000 (14:22 -0800)]
am 55550b6a: Merge "Do not attempt to put textfield onscreen when size changes." into honeycomb-mr1

* commit '55550b6a4e21f05e01e48dfa7674bdad8f17c3d1':
  Do not attempt to put textfield onscreen when size changes.

13 years agoMerge "Do not attempt to put textfield onscreen when size changes." into honeycomb-mr1
Leon Scroggins [Wed, 9 Mar 2011 22:21:09 +0000 (14:21 -0800)]
Merge "Do not attempt to put textfield onscreen when size changes." into honeycomb-mr1