OSDN Git Service

android-x86/external-webkit.git
13 years agoam 2bac1e45: Only invalidate the webview when the plugin has new content.
Derek Sollenberger [Fri, 4 Feb 2011 19:26:56 +0000 (11:26 -0800)]
am 2bac1e45: Only invalidate the webview when the plugin has new content.

* commit '2bac1e45807d68b80f4a5cc7a62d0e3c24a4b6f6':
  Only invalidate the webview when the plugin has new content.

13 years agoOnly invalidate the webview when the plugin has new content.
Derek Sollenberger [Fri, 4 Feb 2011 16:57:40 +0000 (11:57 -0500)]
Only invalidate the webview when the plugin has new content.

bug: 3424551
Change-Id: I07beef845bb41980144222c3c5d076db8120037c

13 years agoam afd330e2: Merge "stop GL drawing thread before killing WebCore" into honeycomb
Cary Clark [Thu, 3 Feb 2011 16:52:44 +0000 (08:52 -0800)]
am afd330e2: Merge "stop GL drawing thread before killing WebCore" into honeycomb

* commit 'afd330e2308bd382fb7d31431cb47e2d7a99f26a':
  stop GL drawing thread before killing WebCore

13 years agoMerge "stop GL drawing thread before killing WebCore" into honeycomb
Cary Clark [Thu, 3 Feb 2011 16:48:11 +0000 (08:48 -0800)]
Merge "stop GL drawing thread before killing WebCore" into honeycomb

13 years agostop GL drawing thread before killing WebCore
Cary Clark [Thu, 3 Feb 2011 10:30:28 +0000 (05:30 -0500)]
stop GL drawing thread before killing WebCore

The TexturesGenerator thread references pictures owned by the
WebCore thread, so must be stopped before the WebCore thread
is deleted.

Requires a companion change in frameworks/base

bug:3406185
Change-Id: I20e64631bbf4a1b88fb015f3de36ce292234537d

13 years agoam 9cf12c62: DO NOT MERGE. Pass an extra boolean with scrollTo message.
Leon Scroggins [Wed, 2 Feb 2011 23:04:41 +0000 (15:04 -0800)]
am 9cf12c62: DO NOT MERGE. Pass an extra boolean with scrollTo message.

* commit '9cf12c625361d6006f44e36bb3a61472c8f6c3ac':
  DO NOT MERGE. Pass an extra boolean with scrollTo message.

13 years agoDO NOT MERGE. Pass an extra boolean with scrollTo message.
Leon Scroggins [Tue, 1 Feb 2011 16:02:25 +0000 (11:02 -0500)]
DO NOT MERGE. Pass an extra boolean with scrollTo message.

Bug:3411564

When the size changes, add a boolean to the scroll
message to only honor the scroll in the case that
the IME is actually showing.

Requires a change to frameworks/base.

Already submitted to master.

Change-Id: I35612dcecfddaa0623dc8f414229703c6a97191b

13 years agoam 9962eeba: Fix for bug 3414354 crash in navcache
Kristian Monsen [Wed, 2 Feb 2011 18:06:46 +0000 (10:06 -0800)]
am 9962eeba: Fix for bug 3414354 crash in navcache

* commit '9962eebad92163d0ae56e3a76f48156682ddcced':
  Fix for bug 3414354 crash in navcache

13 years agoFix for bug 3414354 crash in navcache
Kristian Monsen [Wed, 2 Feb 2011 16:39:48 +0000 (16:39 +0000)]
Fix for bug 3414354 crash in navcache

This should work according to our new ARM expert. Updated bug
report with details.

I didn't think another indent layer was good, so did returns
instead.

Change-Id: I2baafe748f3249943ecc93ddf166b8ff559d7a6c

13 years agoam 01ba5545: Fix for bug 3413829, crash when loading page
Kristian Monsen [Wed, 2 Feb 2011 15:17:20 +0000 (07:17 -0800)]
am 01ba5545: Fix for bug 3413829, crash when loading page

* commit '01ba55459e3ec9e9c21a35a6a50f37908ce4d42b':
  Fix for bug 3413829, crash when loading page

13 years agoFix for bug 3413829, crash when loading page
Kristian Monsen [Wed, 2 Feb 2011 15:05:01 +0000 (15:05 +0000)]
Fix for bug 3413829, crash when loading page

When a read failed we deleted it and scheduled a new read. The new
read would also fail (since the request was deleted), and crash.

Change-Id: Idcb3265e705d616657c2679389951d632c54cca5

13 years agoam 4da96b99: Get layers showing again
Ben Murdoch [Wed, 2 Feb 2011 02:39:56 +0000 (18:39 -0800)]
am 4da96b99: Get layers showing again

* commit '4da96b9950ba2e86203aa50be39adcc8431a95a4':
  Get layers showing again

13 years agoGet layers showing again
Ben Murdoch [Tue, 1 Feb 2011 20:54:50 +0000 (20:54 +0000)]
Get layers showing again

Lazily get the maximum texture size from GL when
we first need it. This avoids calling GL functions
before GL has been set up and ensures it is done on
the correct (ie. UI) thread.

Also move the tiles expansion setting from WC thread
to UI thread as TilesManager is not thread safe when
creating the singleton instance.

This makes change 4596782e unnecessary so we remove it.

Bug: 3412928

Change-Id: I740974d8cc0ef4f66956cd6a07b058bfa7ca767f

13 years agoam e829439d: Merge "Initialize correctly the maximum texture size in case it was...
Nicolas Roard [Tue, 1 Feb 2011 21:08:38 +0000 (13:08 -0800)]
am e829439d: Merge "Initialize correctly the maximum texture size in case it was not." into honeycomb

* commit 'e829439d86a8ce36f5c585ea0344ed9b9b6d067a':
  Initialize correctly the maximum texture size in case it was not.

13 years agoMerge "Initialize correctly the maximum texture size in case it was not." into honeycomb
Nicolas Roard [Tue, 1 Feb 2011 21:06:54 +0000 (13:06 -0800)]
Merge "Initialize correctly the maximum texture size in case it was not." into honeycomb

13 years agoam 17d1fdc3: Merge "Fix updates on scrolling layers." into honeycomb
Patrick Scott [Tue, 1 Feb 2011 20:42:11 +0000 (12:42 -0800)]
am 17d1fdc3: Merge "Fix updates on scrolling layers." into honeycomb

* commit '17d1fdc369e49357c72fdd50cba59e69a34dade6':
  Fix updates on scrolling layers.

13 years agoMerge "Fix updates on scrolling layers." into honeycomb
Patrick Scott [Tue, 1 Feb 2011 20:40:26 +0000 (12:40 -0800)]
Merge "Fix updates on scrolling layers." into honeycomb

13 years agoInitialize correctly the maximum texture size in
Nicolas Roard [Tue, 1 Feb 2011 20:38:10 +0000 (12:38 -0800)]
Initialize correctly the maximum texture size in
case it was not.

fix regression bug:3412928

Change-Id: Ie83dd50163ef4435cd88471127869114e41068cc

13 years agoFix updates on scrolling layers.
Patrick Scott [Tue, 1 Feb 2011 19:41:33 +0000 (14:41 -0500)]
Fix updates on scrolling layers.

Compare the drawing texture with the new reserved texture to ensure that
m_reservedTexture will be updated properly.

Bug: 3381482
Change-Id: I4877842438376c00b65bdb10fb4feb1e8c50b2dc

13 years agoam c6280ca9: Merge "Improving fix for bug 3317722 - DO NOT MERGE" into honeycomb
Kristian Monsen [Tue, 1 Feb 2011 15:24:03 +0000 (07:24 -0800)]
am c6280ca9: Merge "Improving fix for bug 3317722 - DO NOT MERGE" into honeycomb

* commit 'c6280ca9a4e12f9847852c063d5048a3d3d29422':
  Improving fix for bug 3317722 - DO NOT MERGE

13 years agoMerge "Improving fix for bug 3317722 - DO NOT MERGE" into honeycomb
Kristian Monsen [Tue, 1 Feb 2011 15:21:53 +0000 (07:21 -0800)]
Merge "Improving fix for bug 3317722 - DO NOT MERGE" into honeycomb

13 years agoImproving fix for bug 3317722 - DO NOT MERGE
Kristian Monsen [Tue, 1 Feb 2011 15:17:13 +0000 (15:17 +0000)]
Improving fix for bug 3317722 - DO NOT MERGE

A simple null check to avoid crash

Change-Id: Ie3e4236687cf22205678abf286688dee45e1cdb5

13 years agoam 7518a1d4: Merge "Ensure plugins receive an onScreen event even when the page reloa...
Derek Sollenberger [Tue, 1 Feb 2011 15:01:37 +0000 (07:01 -0800)]
am 7518a1d4: Merge "Ensure plugins receive an onScreen event even when the page reloads" into honeycomb

* commit '7518a1d4298d4a8e0eb901811c250dfa3937e268':
  Ensure plugins receive an onScreen event even when the page reloads

13 years agoMerge "Ensure plugins receive an onScreen event even when the page reloads" into...
Derek Sollenberger [Tue, 1 Feb 2011 14:59:25 +0000 (06:59 -0800)]
Merge "Ensure plugins receive an onScreen event even when the page reloads" into honeycomb

13 years agoam b6c19867: Merge "Implement automatic texture size allocation for layers This fix...
Bart Sears [Tue, 1 Feb 2011 14:52:32 +0000 (06:52 -0800)]
am b6c19867: Merge "Implement automatic texture size allocation for layers This fix several issues (3d transforms, etc.) and in general makes websites using layers snappier (gmail, etc.)" into honeycomb

* commit 'b6c19867b135073314a532f329edec0e717a4f0b':
  Implement automatic texture size allocation for layers This fix several issues (3d transforms, etc.) and in general makes websites using layers snappier (gmail, etc.)

13 years agoMerge "Implement automatic texture size allocation for layers This fix several issues...
Bart Sears [Tue, 1 Feb 2011 14:50:34 +0000 (06:50 -0800)]
Merge "Implement automatic texture size allocation for layers This fix several issues (3d transforms, etc.) and in general makes websites using layers snappier (gmail, etc.)" into honeycomb

13 years agoEnsure plugins receive an onScreen event even when the page reloads
Derek Sollenberger [Tue, 1 Feb 2011 14:23:25 +0000 (09:23 -0500)]
Ensure plugins receive an onScreen event even when the page reloads

bug: 3411351
Change-Id: I9127ec949ceb7c4e91e1e48daede8e9411208fa7

13 years agoam f09d842c: Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)
Dave Burke [Tue, 1 Feb 2011 13:15:02 +0000 (05:15 -0800)]
am f09d842c: Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)

* commit 'f09d842c6d6d0b10ceaf6619d540a8c3f9056922':
  Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)

13 years agoSmoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)
Dave Burke [Tue, 1 Feb 2011 12:55:51 +0000 (12:55 +0000)]
Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)

Change-Id: I80c7757bfb85f0b45726f2fa2f18644d2493fced

13 years agoImplement automatic texture size allocation for layers
Nicolas Roard [Tue, 1 Feb 2011 11:58:44 +0000 (03:58 -0800)]
Implement automatic texture size allocation for layers
This fix several issues (3d transforms, etc.) and in general
makes websites using layers snappier (gmail, etc.)

bug:3367038 bug:3367048
Change-Id: Ib178416209c3636c7700296978a1f35a7a54ee22

13 years agoam d7c28d82: Merge "Implement dynamic allocation of base tiles. This way, a webview...
Nicolas Roard [Tue, 1 Feb 2011 09:00:24 +0000 (01:00 -0800)]
am d7c28d82: Merge "Implement dynamic allocation of base tiles. This way, a webview will only consume as much GPU memory as needed, depending on its size, to a maximum of 256 tiles per TiledPage." into honeycomb

* commit 'd7c28d82f1f7f97cd9527fc6372596fbf69bd2fd':
  Implement dynamic allocation of base tiles. This way, a webview will only consume as much GPU memory as needed, depending on its size, to a maximum of 256 tiles per TiledPage.

13 years agoMerge "Implement dynamic allocation of base tiles. This way, a webview will only...
Nicolas Roard [Tue, 1 Feb 2011 08:57:59 +0000 (00:57 -0800)]
Merge "Implement dynamic allocation of base tiles. This way, a webview will only consume as much GPU memory as needed, depending on its size, to a maximum of 256 tiles per TiledPage." into honeycomb

13 years agoam d6b304a1: Fix for bug:3410888
Nicolas Roard [Tue, 1 Feb 2011 08:31:01 +0000 (00:31 -0800)]
am d6b304a1: Fix for bug:3410888

* commit 'd6b304a1a42dbf401bcd51921fc1452d390aa94b':
  Fix for bug:3410888

13 years agoFix for bug:3410888
Nicolas Roard [Tue, 1 Feb 2011 08:19:23 +0000 (00:19 -0800)]
Fix for bug:3410888

Change-Id: Ic147e43f0a70bf7da70812e4383000d560b0dcbd

13 years agoImplement dynamic allocation of base tiles.
Nicolas Roard [Tue, 1 Feb 2011 00:02:42 +0000 (16:02 -0800)]
Implement dynamic allocation of base tiles.
This way, a webview will only consume as much GPU memory
as needed, depending on its size, to a maximum of 256
tiles per TiledPage.

bug:3376517

Change-Id: Icc1e47623297cf1c01d40aa9e123c1a05373e7e5

13 years agoam 968791c5: A temp WAR for fixed element position update
Teng-Hui Zhu [Tue, 1 Feb 2011 03:05:57 +0000 (19:05 -0800)]
am 968791c5: A temp WAR for fixed element position update

* commit '968791c5f1c465f0633c618fda279246ba213fdf':
  A temp WAR for fixed element position update

13 years agoam 7f7e8eef: Merge "Fix 3366514, browser emulator no longer crashes" into honeycomb
Russell Brenner [Tue, 1 Feb 2011 02:52:02 +0000 (18:52 -0800)]
am 7f7e8eef: Merge "Fix 3366514, browser emulator no longer crashes" into honeycomb

* commit '7f7e8eefa286fae90bc8f99ceb3521feea710a07':
  Fix 3366514, browser emulator no longer crashes

13 years agoA temp WAR for fixed element position update
Teng-Hui Zhu [Tue, 1 Feb 2011 02:23:13 +0000 (18:23 -0800)]
A temp WAR for fixed element position update

bug:3397602

Change-Id: I7c6c8ac8bd2c785b02cd9446730c1ca37fc71fce

13 years agoam 57418a2c: Remove unnecessary scissor call (framework does that for us)
Nicolas Roard [Tue, 1 Feb 2011 02:31:12 +0000 (18:31 -0800)]
am 57418a2c: Remove unnecessary scissor call (framework does that for us)

* commit '57418a2ccb53c8c182bf67f3a56146ff37b20911':
  Remove unnecessary scissor call (framework does that for us)

13 years agoMerge "Fix 3366514, browser emulator no longer crashes" into honeycomb
Russell Brenner [Tue, 1 Feb 2011 01:41:52 +0000 (17:41 -0800)]
Merge "Fix 3366514, browser emulator no longer crashes" into honeycomb

13 years agoFix 3366514, browser emulator no longer crashes
Russell Brenner [Tue, 1 Feb 2011 00:54:02 +0000 (16:54 -0800)]
Fix 3366514, browser emulator no longer crashes

Following recent update that added HARDWARE_ACCELERATION flag, it now
is disabled for emulator builds, removing incompatible calls to
TilesManager.

Change-Id: Iffbb57aebc3c2f22262ebf14ff7013d602c05c12

13 years agoRemove unnecessary scissor call (framework does that for us)
Nicolas Roard [Mon, 31 Jan 2011 23:59:24 +0000 (15:59 -0800)]
Remove unnecessary scissor call (framework does that for us)

Change-Id: Ic6e610df98b055dafb63dd0afddb13a8f9abbe44

13 years agoam 02e2eb47: Merge "Do not propagate compositing for some iframes." into honeycomb
Patrick Scott [Mon, 31 Jan 2011 23:41:27 +0000 (15:41 -0800)]
am 02e2eb47: Merge "Do not propagate compositing for some iframes." into honeycomb

* commit '02e2eb47c60483f447fe94a22dbaf8c8124c32d9':
  Do not propagate compositing for some iframes.

13 years agoam 3366e7ba: Merge "Simple fix for bug:3365709" into honeycomb
Nicolas Roard [Mon, 31 Jan 2011 23:41:24 +0000 (15:41 -0800)]
am 3366e7ba: Merge "Simple fix for bug:3365709" into honeycomb

* commit '3366e7bafd9fb2b49c660689688959b42e33cb57':
  Simple fix for bug:3365709

13 years agoMerge "Do not propagate compositing for some iframes." into honeycomb
Patrick Scott [Mon, 31 Jan 2011 23:39:33 +0000 (15:39 -0800)]
Merge "Do not propagate compositing for some iframes." into honeycomb

13 years agoMerge "Simple fix for bug:3365709" into honeycomb
Nicolas Roard [Mon, 31 Jan 2011 23:39:01 +0000 (15:39 -0800)]
Merge "Simple fix for bug:3365709" into honeycomb

13 years agoSimple fix for bug:3365709
Nicolas Roard [Mon, 31 Jan 2011 23:28:55 +0000 (15:28 -0800)]
Simple fix for bug:3365709

Change-Id: Id4757935bda7b688bec9448c842072cd8316d76b

13 years agoam b9e5acbf: Prevent plugin node from being deleted in the nav cache.
Derek Sollenberger [Mon, 31 Jan 2011 23:17:52 +0000 (15:17 -0800)]
am b9e5acbf: Prevent plugin node from being deleted in the nav cache.

* commit 'b9e5acbf6b83aab48187946a1d498f0576ded418':
  Prevent plugin node from being deleted in the nav cache.

13 years agoDo not propagate compositing for some iframes.
Patrick Scott [Mon, 31 Jan 2011 23:12:29 +0000 (18:12 -0500)]
Do not propagate compositing for some iframes.

If a frame does not have a renderer, this method would attach an iframe's root
layer as the main root layer.  Check for independent iframes before checking for
the renderer.  Will report a bug to WebKit.org.

Bug: 3376746
Change-Id: I84bcc3e5016f6aa9d7c19a287367482df9c65c67

13 years agoPrevent plugin node from being deleted in the nav cache.
Derek Sollenberger [Mon, 31 Jan 2011 23:06:13 +0000 (18:06 -0500)]
Prevent plugin node from being deleted in the nav cache.

bug: 33313233393264
Change-Id: I1077a9d82d5e9c96a24e738cfede1dfaff70cc1c

13 years agoam 8bd09088: Merge "Use fixedClipRect when modifying clipRect for fixed elements...
Leon Scroggins [Mon, 31 Jan 2011 23:04:05 +0000 (15:04 -0800)]
am 8bd09088: Merge "Use fixedClipRect when modifying clipRect for fixed elements." into honeycomb

* commit '8bd09088fb4573e601b30ac044f9a318a8e709e7':
  Use fixedClipRect when modifying clipRect for fixed elements.

13 years agoMerge "Use fixedClipRect when modifying clipRect for fixed elements." into honeycomb
Leon Scroggins [Mon, 31 Jan 2011 23:01:45 +0000 (15:01 -0800)]
Merge "Use fixedClipRect when modifying clipRect for fixed elements." into honeycomb

13 years agoam 9b4518af: Add new vertex shader to support video transforms.
Derek Sollenberger [Mon, 31 Jan 2011 22:51:09 +0000 (14:51 -0800)]
am 9b4518af: Add new vertex shader to support video transforms.

* commit '9b4518afdef9240b40c293834fab99b312d41d57':
  Add new vertex shader to support video transforms.

13 years agoUse fixedClipRect when modifying clipRect for fixed elements.
Leon Scroggins [Mon, 31 Jan 2011 22:32:54 +0000 (17:32 -0500)]
Use fixedClipRect when modifying clipRect for fixed elements.

Bug:3408368
Change-Id: I21a61bd409b635e5779408f43b6265d640476c03

13 years agoAdd new vertex shader to support video transforms.
Derek Sollenberger [Mon, 31 Jan 2011 21:27:02 +0000 (16:27 -0500)]
Add new vertex shader to support video transforms.

bug: 3072603
Change-Id: I59e52cc9672c653760351b835c63d0496e6ff6ff

13 years agoam 25207148: Merge "Reduce history item saving frequency when scrolling." into honeycomb
Shimeng (Simon) Wang [Mon, 31 Jan 2011 21:57:16 +0000 (13:57 -0800)]
am 25207148: Merge "Reduce history item saving frequency when scrolling." into honeycomb

* commit '25207148f6b10a10f544078777187966591eabb1':
  Reduce history item saving frequency when scrolling.

13 years agoam d9ef42b9: Merge "Only set background tile color if it\'s valid. bug:3408110" into...
Dave Burke [Mon, 31 Jan 2011 21:57:08 +0000 (13:57 -0800)]
am d9ef42b9: Merge "Only set background tile color if it\'s valid. bug:3408110" into honeycomb

* commit 'd9ef42b9a31da9a65a4192f992357b311560714c':
  Only set background tile color if it's valid. bug:3408110

13 years agoMerge "Reduce history item saving frequency when scrolling." into honeycomb
Shimeng (Simon) Wang [Mon, 31 Jan 2011 21:06:30 +0000 (13:06 -0800)]
Merge "Reduce history item saving frequency when scrolling." into honeycomb

13 years agoMerge "Only set background tile color if it's valid. bug:3408110" into honeycomb
Dave Burke [Mon, 31 Jan 2011 20:35:45 +0000 (12:35 -0800)]
Merge "Only set background tile color if it's valid. bug:3408110" into honeycomb

13 years agoam 2887cd91: Merge "Fix video inversion and avoid extra matrix copies." into honeycomb
Derek Sollenberger [Mon, 31 Jan 2011 19:55:07 +0000 (11:55 -0800)]
am 2887cd91: Merge "Fix video inversion and avoid extra matrix copies." into honeycomb

* commit '2887cd910196214882b10b1bc36d5d3c69323bde':
  Fix video inversion and avoid extra matrix copies.

13 years agoam 49c79c75: Merge "Fix to ensure that plugin layer\'s are synced to the UI thread...
Derek Sollenberger [Mon, 31 Jan 2011 19:52:32 +0000 (11:52 -0800)]
am 49c79c75: Merge "Fix to ensure that plugin layer\'s are synced to the UI thread." into honeycomb

* commit '49c79c750e447412393f3ebf7ced23d2344acc2f':
  Fix to ensure that plugin layer's are synced to the UI thread.

13 years agoMerge "Fix video inversion and avoid extra matrix copies." into honeycomb
Derek Sollenberger [Mon, 31 Jan 2011 19:50:36 +0000 (11:50 -0800)]
Merge "Fix video inversion and avoid extra matrix copies." into honeycomb

13 years agoMerge "Fix to ensure that plugin layer's are synced to the UI thread." into honeycomb
Derek Sollenberger [Mon, 31 Jan 2011 19:47:47 +0000 (11:47 -0800)]
Merge "Fix to ensure that plugin layer's are synced to the UI thread." into honeycomb

13 years agoReduce history item saving frequency when scrolling.
Shimeng (Simon) Wang [Fri, 28 Jan 2011 21:12:42 +0000 (13:12 -0800)]
Reduce history item saving frequency when scrolling.

This is to improve performance when scrolling large websites.

issue: 3317722
Change-Id: Iffb5b3867af60be716fe9a2e395b8984d72b5284

13 years agoOnly set background tile color if it's valid.
Dave Burke [Mon, 31 Jan 2011 19:08:35 +0000 (19:08 +0000)]
Only set background tile color if it's valid.
bug:3408110

Change-Id: Ia5dc44623961786399e38bbf6e2afdb8a7206dce

13 years agoFix to ensure that plugin layer's are synced to the UI thread.
Derek Sollenberger [Mon, 31 Jan 2011 18:13:33 +0000 (13:13 -0500)]
Fix to ensure that plugin layer's are synced to the UI thread.

bug: 3394773
Change-Id: I1eb3e3c0239546493a7bff2e954581cf18a4606c

13 years agoam 59234abe: Merge "Fix for bug 3405738, crash in nav cache" into honeycomb
Kristian Monsen [Mon, 31 Jan 2011 17:40:57 +0000 (09:40 -0800)]
am 59234abe: Merge "Fix for bug 3405738, crash in nav cache" into honeycomb

* commit '59234abe5e834df8e4b8289e3ff72bc602be0535':
  Fix for bug 3405738, crash in nav cache

13 years agoMerge "Fix for bug 3405738, crash in nav cache" into honeycomb
Kristian Monsen [Mon, 31 Jan 2011 17:39:03 +0000 (09:39 -0800)]
Merge "Fix for bug 3405738, crash in nav cache" into honeycomb

13 years agoam 4a95cd2d: Merge "For textareas, do not use UI side layers." into honeycomb
Leon Scroggins [Mon, 31 Jan 2011 16:24:34 +0000 (08:24 -0800)]
am 4a95cd2d: Merge "For textareas, do not use UI side layers." into honeycomb

* commit '4a95cd2d16d57a7ea9570cfd66f7098da8d01082':
  For textareas, do not use UI side layers.

13 years agoMerge "For textareas, do not use UI side layers." into honeycomb
Leon Scroggins [Mon, 31 Jan 2011 16:22:01 +0000 (08:22 -0800)]
Merge "For textareas, do not use UI side layers." into honeycomb

13 years agoam b8b26c5e: Fix for bug 2864795, pausing plugin network traffic.
Kristian Monsen [Mon, 31 Jan 2011 16:12:11 +0000 (08:12 -0800)]
am b8b26c5e: Fix for bug 2864795, pausing plugin network traffic.

* commit 'b8b26c5e77b4fbb26af6b3d674df18d06c985c20':
  Fix for bug 2864795, pausing plugin network traffic.

13 years agoFor textareas, do not use UI side layers.
Leon Scroggins [Mon, 31 Jan 2011 15:53:15 +0000 (10:53 -0500)]
For textareas, do not use UI side layers.

Bug:3402831
Bug:3401242

Requires a change in frameworks/base.

Change-Id: I4d7525cbf3a881fbe87f4bc624988fcb79cceab1

13 years agoFix for bug 3405738, crash in nav cache
Kristian Monsen [Mon, 31 Jan 2011 13:31:23 +0000 (13:31 +0000)]
Fix for bug 3405738, crash in nav cache

Change-Id: I43c87a3b8a772857fd2775b54a68d8df6c6441ef

13 years agoFix video inversion and avoid extra matrix copies.
Derek Sollenberger [Mon, 31 Jan 2011 13:35:36 +0000 (08:35 -0500)]
Fix video inversion and avoid extra matrix copies.

bug: 3072603
Change-Id: I46737fe52b1571834efaa6b8250645790205ff1a

13 years agoFix for bug 2864795, pausing plugin network traffic.
Kristian Monsen [Mon, 31 Jan 2011 11:54:24 +0000 (11:54 +0000)]
Fix for bug 2864795, pausing plugin network traffic.

Change-Id: I1f9239af23d6c88883b620ba0cfdc1c66dddf03d

13 years agoam c36054aa: Fix repaint bug when changing viewport
Nicolas Roard [Mon, 31 Jan 2011 04:14:16 +0000 (20:14 -0800)]
am c36054aa: Fix repaint bug when changing viewport

* commit 'c36054aacf610538d595ecc02cfbef4e6678eaa7':
  Fix repaint bug when changing viewport

13 years agoFix repaint bug when changing viewport
Nicolas Roard [Mon, 31 Jan 2011 04:07:34 +0000 (20:07 -0800)]
Fix repaint bug when changing viewport

bug:3405986
Change-Id: I5ef5d9bc1041fabe5319e93180f94b521b07e93b

13 years agoam 1a2e2a9d: Fix GL error when initializing the browser
Nicolas Roard [Mon, 31 Jan 2011 03:16:23 +0000 (19:16 -0800)]
am 1a2e2a9d: Fix GL error when initializing the browser

* commit '1a2e2a9d1bbd0829307e9a52aa98d415f8d10e52':
  Fix GL error when initializing the browser

13 years agoFix GL error when initializing the browser
Nicolas Roard [Mon, 31 Jan 2011 03:04:54 +0000 (19:04 -0800)]
Fix GL error when initializing the browser

bug:3355704

may also fix bug:3383599

Change-Id: I77892c2e90c4edf054513de92b0c6bfba3152819

13 years agoam 8ffb52a0: Fix temporary memory leak
Nicolas Roard [Mon, 31 Jan 2011 01:31:45 +0000 (17:31 -0800)]
am 8ffb52a0: Fix temporary memory leak

* commit '8ffb52a0a92be5cf8f035b7db75f45b5522c97ef':
  Fix temporary memory leak

13 years agoam da44133f: Add a ClassTracker class to more easily track leaks
Nicolas Roard [Mon, 31 Jan 2011 01:29:40 +0000 (17:29 -0800)]
am da44133f: Add a ClassTracker class to more easily track leaks

* commit 'da44133fe92ec11fa6b904c498e7e5cd23a43cbf':
  Add a ClassTracker class to more easily track leaks

13 years agoFix temporary memory leak
Nicolas Roard [Mon, 31 Jan 2011 01:24:13 +0000 (17:24 -0800)]
Fix temporary memory leak

bug:3376517
Change-Id: If64b9385bc8e4d915597bd3f27b22c3d23f74a73

13 years agoAdd a ClassTracker class to more easily track leaks
Nicolas Roard [Sun, 30 Jan 2011 23:34:46 +0000 (15:34 -0800)]
Add a ClassTracker class to more easily track leaks

bug:3376517
Change-Id: Ieb419bc3140963ccbda3e2f130778ec53b2920aa

13 years agoam 49e6e531: Merge "Allocate bitmaps on the fly for layers" into honeycomb
Nicolas Roard [Sun, 30 Jan 2011 22:39:24 +0000 (14:39 -0800)]
am 49e6e531: Merge "Allocate bitmaps on the fly for layers" into honeycomb

* commit '49e6e531daf99d2349caab00380648b689e7c1dc':
  Allocate bitmaps on the fly for layers

13 years agoMerge "Allocate bitmaps on the fly for layers" into honeycomb
Nicolas Roard [Sun, 30 Jan 2011 22:37:33 +0000 (14:37 -0800)]
Merge "Allocate bitmaps on the fly for layers" into honeycomb

13 years agoAllocate bitmaps on the fly for layers
Nicolas Roard [Sun, 30 Jan 2011 02:41:18 +0000 (18:41 -0800)]
Allocate bitmaps on the fly for layers

bug:3376517
Change-Id: I68cab08949302dd938b9c4753f9dfebd6c08e298

13 years agoReconcile gingerbread-plus-aosp and honeycomb
The Android Open Source Project [Sun, 30 Jan 2011 20:40:27 +0000 (12:40 -0800)]
Reconcile gingerbread-plus-aosp and honeycomb

Change-Id: Iff8b4d5082b438336e0bcd0a341ad43c3a938e62

13 years agoMass merge from gingerbread - do not merge
The Android Open Source Project [Sun, 30 Jan 2011 20:40:26 +0000 (12:40 -0800)]
Mass merge from gingerbread - do not merge

Change-Id: I6859d8a69ffa177322b967af6f111c9937c74128

13 years agoam 2bdca9d1: fix build break
Teng-Hui Zhu [Sun, 30 Jan 2011 20:06:01 +0000 (12:06 -0800)]
am 2bdca9d1: fix build break

* commit '2bdca9d141816d038f2a203bb385e473dc6c3ec1':
  fix build break

13 years agofix build break
Teng-Hui Zhu [Sun, 30 Jan 2011 19:21:31 +0000 (11:21 -0800)]
fix build break

Change-Id: I8aeef50c7b73665ec67ffeeb2194309a58de1e26

13 years agoam 25a2029c: Merge "Fixed element positioning fix" into honeycomb
Teng-Hui Zhu [Sun, 30 Jan 2011 18:42:05 +0000 (10:42 -0800)]
am 25a2029c: Merge "Fixed element positioning fix" into honeycomb

* commit '25a2029c3de01a4a842eddc0970fb513f615f458':
  Fixed element positioning fix

13 years agoMerge "Fixed element positioning fix" into honeycomb
Teng-Hui Zhu [Sun, 30 Jan 2011 18:37:31 +0000 (10:37 -0800)]
Merge "Fixed element positioning fix" into honeycomb

13 years agoFixed element positioning fix
Teng-Hui Zhu [Fri, 28 Jan 2011 22:00:43 +0000 (14:00 -0800)]
Fixed element positioning fix

This is for fixed bottom/ right, in the zooming case.
The width and height in webkit should be calculated as the visibleRect
we use for drawing. And that is document coordinate for visible size.

Basically it is send the Rect info from webView to webViewCore.
Then at RenderBox, it will go through the PlatformBridge to pick the
info up.

Notice that the touch is not 100% working yet, the layout call in webkit
can have a early return such that fixed element layer didn't get update.
And a touch/click is not really causing the whole layout update yet.
That will be addressed in seperate change though.

bug:3404129
Change-Id: I225d41815143a05d540ed32bfc76f823603ca89c

13 years agoam 86e2f0fb: Share a single bitmap for all the base tiles. Reduce the memory usage...
Nicolas Roard [Sun, 30 Jan 2011 01:44:44 +0000 (17:44 -0800)]
am 86e2f0fb: Share a single bitmap for all the base tiles. Reduce the memory usage from 64Mb to 48Mb on google.com

* commit '86e2f0fb10185de5c83fed0cf4aa6818e5451615':
  Share a single bitmap for all the base tiles. Reduce the memory usage from 64Mb to 48Mb on google.com

13 years agoShare a single bitmap for all the base tiles.
Nicolas Roard [Sun, 30 Jan 2011 01:32:43 +0000 (17:32 -0800)]
Share a single bitmap for all the base tiles.
Reduce the memory usage from 64Mb to 48Mb on google.com

bug:3376517
Change-Id: Ia5c16c55edb0bbf6164c8cec8588f53543964ccd

13 years agoam 0ca80452: Draw extras on layers.
Nicolas Roard [Sun, 30 Jan 2011 00:51:54 +0000 (16:51 -0800)]
am 0ca80452: Draw extras on layers.

* commit '0ca8045217bb9b308ddb407d7a9ce17d92d9f9fb':
  Draw extras on layers.

13 years agoDraw extras on layers.
Nicolas Roard [Sun, 30 Jan 2011 00:30:56 +0000 (16:30 -0800)]
Draw extras on layers.

Fix a potential crash, and draw the extras.

bug:3372985 bug:3367026
Change-Id: I84be0733217c68b75a679de2212c10b891406d05

13 years agoam c1681090: Fix for the draw extras -- we don\'t repaint enough in some cases.
Nicolas Roard [Sat, 29 Jan 2011 23:13:34 +0000 (15:13 -0800)]
am c1681090: Fix for the draw extras -- we don\'t repaint enough in some cases.

* commit 'c16810901e8ee3f344e98477aebd306ce8cbeec1':
  Fix for the draw extras -- we don't repaint enough in some cases.

13 years agoFix for the draw extras -- we don't repaint enough in some cases.
Nicolas Roard [Sat, 29 Jan 2011 23:01:37 +0000 (15:01 -0800)]
Fix for the draw extras -- we don't repaint enough in some cases.

bug:3387206 bug:3396281
Change-Id: I059ae2ce1f95e9d8e1662abf11337c6b58031e66

13 years agoam 3deda57a: Prevent the browser\'s GL rendering loop when plugins are full-screen.
Derek Sollenberger [Sat, 29 Jan 2011 20:37:07 +0000 (12:37 -0800)]
am 3deda57a: Prevent the browser\'s GL rendering loop when plugins are full-screen.

* commit '3deda57a53a7cfddfdb7a7d3eb3e781d454d7053':
  Prevent the browser's GL rendering loop when plugins are full-screen.