OSDN Git Service

android-x86/external-webkit.git
13 years agoFix clipping issues with layers
Nicolas Roard [Wed, 20 Apr 2011 17:39:28 +0000 (10:39 -0700)]
Fix clipping issues with layers

Fix remaining gmail/slate.com issues, embedded webview in apps, etc.

bug:4303702

Change-Id: I3fb0e7b618d62d9d8baa096dad4fc4f0ad66cc1b

13 years agoam 752846c3: (-s ours) am c471914f: am 80e2925e: Merge "DO NOT MERGE" into honeycomb-mr1
Bart Sears [Wed, 20 Apr 2011 17:24:46 +0000 (10:24 -0700)]
am 752846c3: (-s ours) am c471914f: am 80e2925e: Merge "DO NOT MERGE" into honeycomb-mr1

* commit '752846c3545e73f6dc643afc8f8ebd8d84e39fe8':
  DO NOT MERGE

13 years agoam 9e879a96: (-s ours) am 4cebdc6a: am 0357bffe: Merge "DO NOT MERGE" into honeycomb-mr1
Bart Sears [Wed, 20 Apr 2011 17:24:44 +0000 (10:24 -0700)]
am 9e879a96: (-s ours) am 4cebdc6a: am 0357bffe: Merge "DO NOT MERGE" into honeycomb-mr1

* commit '9e879a9666886e49cfea841f0317116a108c1bc0':
  DO NOT MERGE

13 years agoam 8b8e0317: am e448c08e: am 8804f084: Fix for clipped layers
Nicolas Roard [Wed, 20 Apr 2011 17:24:41 +0000 (10:24 -0700)]
am 8b8e0317: am e448c08e: am 8804f084: Fix for clipped layers

* commit '8b8e0317b9dc035ae96cba7eb3a10dfba3c0c172':
  Fix for clipped layers

13 years agoam c471914f: am 80e2925e: Merge "DO NOT MERGE" into honeycomb-mr1
Bart Sears [Wed, 20 Apr 2011 17:17:18 +0000 (10:17 -0700)]
am c471914f: am 80e2925e: Merge "DO NOT MERGE" into honeycomb-mr1

* commit 'c471914f1c3bb86fb8c2fae304d848e7675a9258':
  DO NOT MERGE

13 years agoam 4cebdc6a: am 0357bffe: Merge "DO NOT MERGE" into honeycomb-mr1
Bart Sears [Wed, 20 Apr 2011 17:17:16 +0000 (10:17 -0700)]
am 4cebdc6a: am 0357bffe: Merge "DO NOT MERGE" into honeycomb-mr1

* commit '4cebdc6a346b38052dbdcc29d90247e4bc7f8c5c':
  DO NOT MERGE

13 years agoam e448c08e: am 8804f084: Fix for clipped layers
Nicolas Roard [Wed, 20 Apr 2011 17:17:13 +0000 (10:17 -0700)]
am e448c08e: am 8804f084: Fix for clipped layers

* commit 'e448c08e0f1ff5c948071498d73ff9b40a52fd21':
  Fix for clipped layers

13 years agoam 80e2925e: Merge "DO NOT MERGE" into honeycomb-mr1
Bart Sears [Wed, 20 Apr 2011 17:14:33 +0000 (10:14 -0700)]
am 80e2925e: Merge "DO NOT MERGE" into honeycomb-mr1

* commit '80e2925eccdb827184e288d20181bf186db9391b':
  DO NOT MERGE

13 years agoam 0357bffe: Merge "DO NOT MERGE" into honeycomb-mr1
Bart Sears [Wed, 20 Apr 2011 17:14:31 +0000 (10:14 -0700)]
am 0357bffe: Merge "DO NOT MERGE" into honeycomb-mr1

* commit '0357bffe4faf3b906879e8f180ddcc46d97687fc':
  DO NOT MERGE

13 years agoam 8804f084: Fix for clipped layers
Nicolas Roard [Wed, 20 Apr 2011 17:14:28 +0000 (10:14 -0700)]
am 8804f084: Fix for clipped layers

* commit '8804f0848d7d3165c86cbb529e3b51cffdb4b56b':
  Fix for clipped layers

13 years agoFix a compiler warning in handleTouchEvent()
Steve Block [Wed, 20 Apr 2011 12:11:26 +0000 (13:11 +0100)]
Fix a compiler warning in handleTouchEvent()

Change-Id: I6aeafd3d83bbb114164445e7d9f6da0fbc0589f5

13 years agoAvoid prematurely deleting a JNI local ref in FindAddress
Steve Block [Wed, 20 Apr 2011 11:55:29 +0000 (12:55 +0100)]
Avoid prematurely deleting a JNI local ref in FindAddress

Change-Id: Ib0e34890dd37736f809bbdd044ecc63320fe0ed6

13 years agowebkit: convert to use new audio.h
Dima Zavin [Tue, 5 Apr 2011 23:03:58 +0000 (16:03 -0700)]
webkit: convert to use new audio.h

Change-Id: I2754c4fdf8a367530e2be5c215e5a3823e4957c5
Signed-off-by: Dima Zavin <dima@android.com>
13 years agoMerge "DO NOT MERGE" into honeycomb-mr1
Bart Sears [Wed, 20 Apr 2011 04:44:42 +0000 (21:44 -0700)]
Merge "DO NOT MERGE" into honeycomb-mr1

13 years agoMerge "DO NOT MERGE" into honeycomb-mr1
Bart Sears [Wed, 20 Apr 2011 04:43:45 +0000 (21:43 -0700)]
Merge "DO NOT MERGE" into honeycomb-mr1

13 years agoFix for clipped layers
Nicolas Roard [Wed, 20 Apr 2011 02:27:23 +0000 (19:27 -0700)]
Fix for clipped layers

bug:4303702
Change-Id: I31f8df1e24206ef6389f814d421a3fb84b1dc00f

13 years agoDO NOT MERGE
Huahui Wu [Tue, 19 Apr 2011 22:51:22 +0000 (15:51 -0700)]
DO NOT MERGE

cherry pick of https://android-git.corp.google.com/g/#change,106682

b/3491968 stop the hanging of dunkindonuts.com

Sometimes, a sync load can wait forever and lock up the network thread,
here we replace Wait() with TimedWait() with multiple tries to avoid locking.
Unfortunately, TimedWait() doesn't return anything and can't tell if it's
a timeout or a quick pass, so we query timeofday and allow a few seconds for
the system timing error.

Change-Id: I991617130f93b44518d28926725f261d4569d73c

13 years agoDO NOT MERGE
Nicolas Roard [Fri, 1 Apr 2011 17:14:33 +0000 (10:14 -0700)]
DO NOT MERGE

Cherry-picked from master

Fix layers flickering

bug:4266091 bug:4181605 bug:4211039 bug:4308380
Change-Id: I73950c4378f10b22c5c10d5b697cfba3cb46105a

13 years agob/3491968 stop the hanging of dunkindonuts.com
Huahui Wu [Tue, 19 Apr 2011 15:58:00 +0000 (08:58 -0700)]
b/3491968 stop the hanging of dunkindonuts.com

Same as https://android-git.corp.google.com/g/#change,105743 but in Master.
Changed the waiting to 10 seconds each attempt after asking around.

Sometimes, a sync load can wait forever and lock up the network thread,
here we replace Wait() with TimedWait() with multiple tries to avoid locking.
Unfortunately, TimedWait() doesn't return anything and can't tell if it's
a timeout or a quick pass, so we query timeofday and allow a few seconds for
the system timing error.

Change-Id: I391fb3f815413f17b2927c1e90cbddab7faed071

13 years agoSkia Merge (revision 1116)
Derek Sollenberger [Thu, 14 Apr 2011 14:03:14 +0000 (10:03 -0400)]
Skia Merge (revision 1116)

Update draw looper to use the refactored skia code.

Change-Id: I1e97d57f53f05f0699371fbef12ab2ef34faad29

13 years agoLimit the number of layers created for fixed position.
Nicolas Roard [Thu, 14 Apr 2011 00:48:48 +0000 (17:48 -0700)]
Limit the number of layers created for fixed position.

Change-Id: If7093770b420b37fbb0b073c85f96e781abc55c2

13 years agoresolved conflicts for merge of dd4e6571 to master
John Reck [Wed, 13 Apr 2011 01:17:44 +0000 (18:17 -0700)]
resolved conflicts for merge of dd4e6571 to master

Change-Id: I15e24dbb177aaed8b8349ef2e809582400f840c2

13 years agoam 9011f30e: am 1deed5ff: Fix out-of-place content when zooming out.
Nicolas Roard [Wed, 13 Apr 2011 00:59:47 +0000 (17:59 -0700)]
am 9011f30e: am 1deed5ff: Fix out-of-place content when zooming out.

* commit '9011f30e569e6d05a2e4a39db84b07703a4c194b':
  Fix out-of-place content when zooming out.

13 years agoam 1deed5ff: Fix out-of-place content when zooming out.
Nicolas Roard [Wed, 13 Apr 2011 00:57:57 +0000 (17:57 -0700)]
am 1deed5ff: Fix out-of-place content when zooming out.

* commit '1deed5ff76dad5d0783c0e07639338f1d6b08a67':
  Fix out-of-place content when zooming out.

13 years agoFix for maps
Nicolas Roard [Thu, 24 Mar 2011 16:52:26 +0000 (09:52 -0700)]
Fix for maps

- Fix a repaint scheduling bug preventing layers containing only
and image to update
- Use an SkBitmap instead of SkBitmapRef and do a deep copy
instead to prevent synchronization issues with the webkit thread.

bug:4173057
Change-Id: I221fd0062e03ab4633b83d558956db48a408a194

13 years agoMerge "Tweak ring drawing"
John Reck [Tue, 12 Apr 2011 22:48:51 +0000 (15:48 -0700)]
Merge "Tweak ring drawing"

13 years agoTweak ring drawing
John Reck [Tue, 12 Apr 2011 22:32:10 +0000 (15:32 -0700)]
Tweak ring drawing

 Added some padding
 Darkened the overlay

Change-Id: I96b53b1a31c44e3d895465cbbfefeef6b6f001ec

13 years agoMerge "Fix layers flickering"
Nicolas Roard [Tue, 12 Apr 2011 22:11:45 +0000 (15:11 -0700)]
Merge "Fix layers flickering"

13 years agoFix layers flickering
Nicolas Roard [Fri, 1 Apr 2011 17:14:33 +0000 (10:14 -0700)]
Fix layers flickering

bug:4266091 bug:4181605
Change-Id: I34152628a1f31b017b1b238db2c90dcdb5c6a45f

13 years agoam 443e71d3: (-s ours) am 80aad5ee: (-s ours) am 622d72be: Clear DOM storage when...
Ben Murdoch [Tue, 12 Apr 2011 20:28:12 +0000 (13:28 -0700)]
am 443e71d3: (-s ours) am 80aad5ee: (-s ours) am 622d72be: Clear DOM storage when clearing other cached data. Do not merge.

* commit '443e71d3876c6249806d9e712b95ad6208df0278':
  Clear DOM storage when clearing other cached data. Do not merge.

13 years agoam 80aad5ee: (-s ours) am 622d72be: Clear DOM storage when clearing other cached...
Ben Murdoch [Tue, 12 Apr 2011 20:18:31 +0000 (13:18 -0700)]
am 80aad5ee: (-s ours) am 622d72be: Clear DOM storage when clearing other cached data. Do not merge.

* commit '80aad5eedfe9e84cabb8540f818f7d1971ecadc3':
  Clear DOM storage when clearing other cached data. Do not merge.

13 years agoam 622d72be: Clear DOM storage when clearing other cached data. Do not merge.
Ben Murdoch [Tue, 12 Apr 2011 10:13:59 +0000 (03:13 -0700)]
am 622d72be: Clear DOM storage when clearing other cached data. Do not merge.

* commit '622d72beb96a024bb18591feb39d4b21d0a34bd7':
  Clear DOM storage when clearing other cached data. Do not merge.

13 years agoImplements the focus ring drawing in GL.
Nicolas Roard [Thu, 4 Nov 2010 02:49:27 +0000 (19:49 -0700)]
Implements the focus ring drawing in GL.

In WebView::drawGL(), we check if the extras to draw are rings,
and if so we get their rectangles and pass that to GLWebViewState.

Updated with holo colors

Change-Id: Id5f8941f16dba1733e8a84eae8cd2b317fbc7c55

13 years agoClear DOM storage when clearing other cached data. Do not merge.
Ben Murdoch [Mon, 11 Apr 2011 19:08:03 +0000 (20:08 +0100)]
Clear DOM storage when clearing other cached data. Do not merge.

Empty out DOM local and session storage in addition to HTML5
database and app cache when we get a request from java to
delete cached data.

Cherry pick of I5b6ee075d2a8fb44ee373ad4462a33623c9c2460

Bug: 4267038

Change-Id: Id2dece1963d443c3758710e9c3e871054991ae32

13 years agoFix out-of-place content when zooming out.
Nicolas Roard [Fri, 8 Apr 2011 21:17:49 +0000 (14:17 -0700)]
Fix out-of-place content when zooming out.

bug:4271501
Change-Id: I9836f2775b0acf89b09b6edf2111cd44f0d1daa8

13 years agoPotential ANR fix
John Reck [Fri, 8 Apr 2011 18:41:20 +0000 (11:41 -0700)]
Potential ANR fix

 Race condition in BaseTile could cause a texture's owner to change
 to a BaseTile, without that BaseTile actually using that texture. This
 could cause two texture's to point to the same BaseTile.

 Bug: 4268381

Change-Id: I5e04b1604093ab0b1af7c2e5571c46a03680766a

13 years agoam a6e37cd4: am 15692f0c: Merge "Fix regression for superpudu animations" into honeyc...
Nicolas Roard [Fri, 8 Apr 2011 00:31:19 +0000 (17:31 -0700)]
am a6e37cd4: am 15692f0c: Merge "Fix regression for superpudu animations" into honeycomb-mr1

* commit 'a6e37cd4911df717eef13fa5bcc484617e2cd7b9':
  Fix regression for superpudu animations

13 years agoam f1a6509b: am b6ac9086: Merge "Fix for bug:4183801" into honeycomb-mr1
Nicolas Roard [Fri, 8 Apr 2011 00:27:55 +0000 (17:27 -0700)]
am f1a6509b: am b6ac9086: Merge "Fix for bug:4183801" into honeycomb-mr1

* commit 'f1a6509bb189c2240a8723c2a96d677d98d8b142':
  Fix for bug:4183801

13 years agoam 15692f0c: Merge "Fix regression for superpudu animations" into honeycomb-mr1
Nicolas Roard [Fri, 8 Apr 2011 00:27:03 +0000 (17:27 -0700)]
am 15692f0c: Merge "Fix regression for superpudu animations" into honeycomb-mr1

* commit '15692f0cb85c86ff494b94d4e61ad0757f5238b4':
  Fix regression for superpudu animations

13 years agoMerge "Fix regression for superpudu animations" into honeycomb-mr1
Nicolas Roard [Fri, 8 Apr 2011 00:25:49 +0000 (17:25 -0700)]
Merge "Fix regression for superpudu animations" into honeycomb-mr1

13 years agoFix regression for superpudu animations
Nicolas Roard [Thu, 7 Apr 2011 23:45:06 +0000 (16:45 -0700)]
Fix regression for superpudu animations

bug:4181605 bug:3389597
Change-Id: I2717cdfdeea12df434a119bb8dcc9d2f17f07a7e
(cherry picked from commit 14866c7d6aaa0930627503d0b49bde8e21e90a6e)

13 years agoam b6ac9086: Merge "Fix for bug:4183801" into honeycomb-mr1
Nicolas Roard [Fri, 8 Apr 2011 00:24:07 +0000 (17:24 -0700)]
am b6ac9086: Merge "Fix for bug:4183801" into honeycomb-mr1

* commit 'b6ac908669555fedfaf5dc648367d4ad459fc53e':
  Fix for bug:4183801

13 years agoMerge "Fix for bug:4183801" into honeycomb-mr1
Nicolas Roard [Fri, 8 Apr 2011 00:21:50 +0000 (17:21 -0700)]
Merge "Fix for bug:4183801" into honeycomb-mr1

13 years agoFix for bug:4183801
Nicolas Roard [Tue, 5 Apr 2011 01:40:11 +0000 (18:40 -0700)]
Fix for bug:4183801

The computation for the invalidated / clipping rects were wrong,
sometimes causing the linked bug when layers had a transparent
background (they were not obeying the clipping rect passed by
the framework).

java counterpart CL:
https://android-git.corp.google.com/g/#change,105503

Change-Id: I60769e7cbf1a3a939724c57b3d3ce63a6f87aa87

13 years agoam 74e0ecaa: am 63f5370e: Fix race condition
John Reck [Thu, 7 Apr 2011 23:48:20 +0000 (16:48 -0700)]
am 74e0ecaa: am 63f5370e: Fix race condition

* commit '74e0ecaa08d693681bb58899b789e520a7b14281':
  Fix race condition

13 years agoam 63f5370e: Fix race condition
John Reck [Thu, 7 Apr 2011 23:44:32 +0000 (16:44 -0700)]
am 63f5370e: Fix race condition

* commit '63f5370e1736a4e699dd9ccd643525772d67ffef':
  Fix race condition

13 years agoFix race condition
John Reck [Thu, 7 Apr 2011 23:25:54 +0000 (16:25 -0700)]
Fix race condition

 Bug: 4262018

Change-Id: I0ddda2348e72484cd57fc1909efed47bf8e2222d

13 years agoam bb69eea5: am e4cbbfc0: Merge "Show the fullscreen button all the time" into honeyc...
Teng-Hui Zhu [Thu, 7 Apr 2011 19:05:07 +0000 (12:05 -0700)]
am bb69eea5: am e4cbbfc0: Merge "Show the fullscreen button all the time" into honeycomb-mr1

* commit 'bb69eea599d55bb1958713e8f1614c9e7f38b2f2':
  Show the fullscreen button all the time

13 years agoam e4cbbfc0: Merge "Show the fullscreen button all the time" into honeycomb-mr1
Teng-Hui Zhu [Thu, 7 Apr 2011 19:02:02 +0000 (12:02 -0700)]
am e4cbbfc0: Merge "Show the fullscreen button all the time" into honeycomb-mr1

* commit 'e4cbbfc01b360475415d07bc3a4276fc46e828b9':
  Show the fullscreen button all the time

13 years agoMerge "Show the fullscreen button all the time" into honeycomb-mr1
Teng-Hui Zhu [Thu, 7 Apr 2011 18:59:42 +0000 (11:59 -0700)]
Merge "Show the fullscreen button all the time" into honeycomb-mr1

13 years agoShow the fullscreen button all the time
Teng-Hui Zhu [Wed, 6 Apr 2011 22:01:42 +0000 (15:01 -0700)]
Show the fullscreen button all the time

bug:4232704
Change-Id: I64833baeab708fabe88873573235a896b86b6098

13 years agoMerge "Remove unsafe jclass member variable that was not a JNI global reference"
Brian Carlstrom [Wed, 6 Apr 2011 17:06:21 +0000 (10:06 -0700)]
Merge "Remove unsafe jclass member variable that was not a JNI global reference"

13 years agoRemove unsafe jclass member variable that was not a JNI global reference
Brian Carlstrom [Wed, 6 Apr 2011 05:18:38 +0000 (22:18 -0700)]
Remove unsafe jclass member variable that was not a JNI global reference

Change-Id: I8a7c2ff1325685ac03517f7277b057f7d1d56661

13 years agoMerge "Fix EGL error"
Teng-Hui Zhu [Wed, 6 Apr 2011 16:17:25 +0000 (09:17 -0700)]
Merge "Fix EGL error"

13 years agoam 59ffdea8: am 7404fb69: Merge "Race condition fix" into honeycomb-mr1
John Reck [Wed, 6 Apr 2011 01:16:27 +0000 (18:16 -0700)]
am 59ffdea8: am 7404fb69: Merge "Race condition fix" into honeycomb-mr1

* commit '59ffdea8571156a5a3442bdd740cae186b10425a':
  Race condition fix

13 years agoam 9e7ef048: am bd064363: Merge "Fix the precision loss issue" into honeycomb-mr1
Teng-Hui Zhu [Wed, 6 Apr 2011 01:14:36 +0000 (18:14 -0700)]
am 9e7ef048: am bd064363: Merge "Fix the precision loss issue" into honeycomb-mr1

* commit '9e7ef0488677e1ce474fdb32d23fa1cf8910f412':
  Fix the precision loss issue

13 years agoam 7404fb69: Merge "Race condition fix" into honeycomb-mr1
John Reck [Wed, 6 Apr 2011 01:12:21 +0000 (18:12 -0700)]
am 7404fb69: Merge "Race condition fix" into honeycomb-mr1

* commit '7404fb69c0389c04c5d20d9d2dff7a4aba1db63a':
  Race condition fix

13 years agoam bd064363: Merge "Fix the precision loss issue" into honeycomb-mr1
Teng-Hui Zhu [Wed, 6 Apr 2011 01:10:24 +0000 (18:10 -0700)]
am bd064363: Merge "Fix the precision loss issue" into honeycomb-mr1

* commit 'bd064363b650efb80cde0685b2260a854311a3bb':
  Fix the precision loss issue

13 years agoMerge "Race condition fix" into honeycomb-mr1
John Reck [Wed, 6 Apr 2011 01:08:35 +0000 (18:08 -0700)]
Merge "Race condition fix" into honeycomb-mr1

13 years agoMerge "Fix the precision loss issue" into honeycomb-mr1
Teng-Hui Zhu [Wed, 6 Apr 2011 01:05:09 +0000 (18:05 -0700)]
Merge "Fix the precision loss issue" into honeycomb-mr1

13 years agoRace condition fix
John Reck [Tue, 5 Apr 2011 22:39:47 +0000 (15:39 -0700)]
Race condition fix

 Bug: 4232693

Change-Id: I273671aea3dc379858f11546e6459fd9e1443d4f

13 years agoFix EGL error
Teng-Hui Zhu [Tue, 5 Apr 2011 23:48:26 +0000 (16:48 -0700)]
Fix EGL error

EGL error show up when we try to create EGLImage from an texture which has not
been uploaded.

bug:4235319
Change-Id: I4d8395723c926ca066e7ee6a3943780689678312

13 years agoFix the precision loss issue
Teng-Hui Zhu [Tue, 5 Apr 2011 00:22:51 +0000 (17:22 -0700)]
Fix the precision loss issue

Instead of scaling the final rect to compare, scaling the dirtyrect.
Because the dirtyrect will be discarded anyway.
This can better preserve the precision the final rect.

bug:4186567
Change-Id: Icade7a0b1ff13cd36791c7a3c0e2d624870fb44a

13 years agoam f5b8d538: am a33d4903: Fix tile vanishing act
John Reck [Tue, 5 Apr 2011 17:28:22 +0000 (10:28 -0700)]
am f5b8d538: am a33d4903: Fix tile vanishing act

* commit 'f5b8d538f8fb1cf9a6fe7eac2bd58e3b550f5505':
  Fix tile vanishing act

13 years agoam a33d4903: Fix tile vanishing act
John Reck [Tue, 5 Apr 2011 02:00:14 +0000 (19:00 -0700)]
am a33d4903: Fix tile vanishing act

* commit 'a33d490302a04453e2c671114d30a4ee93cb08f1':
  Fix tile vanishing act

13 years agoFix tile vanishing act
John Reck [Tue, 5 Apr 2011 01:18:37 +0000 (18:18 -0700)]
Fix tile vanishing act

 Bug: 4184047
 This is caused by textures being marked as unused by swapPages().
 Limiting when swapPages() releases textures slightly fixes the issue.

Change-Id: I8ac94f1370b023355f4b6f5877c3929b5d6d3ef6

13 years agodebug message improvement
Teng-Hui Zhu [Tue, 5 Apr 2011 01:03:10 +0000 (18:03 -0700)]
debug message improvement

Change-Id: I1fe64246778fb7b51f8ea1aa23942639199cc38e

13 years agoam e7c63dba: am ca84feeb: Merge "Fix animations bug" into honeycomb-mr1
Nicolas Roard [Fri, 1 Apr 2011 18:09:03 +0000 (11:09 -0700)]
am e7c63dba: am ca84feeb: Merge "Fix animations bug" into honeycomb-mr1

* commit 'e7c63dbaf937c9e5d6496718538831e481fd4c7e':
  Fix animations bug

13 years agoam ca84feeb: Merge "Fix animations bug" into honeycomb-mr1
Nicolas Roard [Fri, 1 Apr 2011 18:05:30 +0000 (11:05 -0700)]
am ca84feeb: Merge "Fix animations bug" into honeycomb-mr1

* commit 'ca84feebe782358e319da8bd13938179e941f9b4':
  Fix animations bug

13 years agoMerge "Fix animations bug" into honeycomb-mr1
Nicolas Roard [Fri, 1 Apr 2011 17:53:22 +0000 (10:53 -0700)]
Merge "Fix animations bug" into honeycomb-mr1

13 years agoFix animations bug
Nicolas Roard [Fri, 1 Apr 2011 01:56:54 +0000 (18:56 -0700)]
Fix animations bug

This solves the problem on the nytimes.com/skimmer website.
We were applying the last animation step twice.

bug:4181605
Change-Id: Id2c003b5a2b6a8c56aa3d6be76d4a6cccfb86ad8

13 years agoam 23bd3683: am 39ff342c: Fix regression impacting Flash performances
Nicolas Roard [Thu, 31 Mar 2011 23:20:12 +0000 (16:20 -0700)]
am 23bd3683: am 39ff342c: Fix regression impacting Flash performances

* commit '23bd36833db1bee032bbf7c058fa390f453097cc':
  Fix regression impacting Flash performances

13 years agoam 39ff342c: Fix regression impacting Flash performances
Nicolas Roard [Thu, 31 Mar 2011 23:14:55 +0000 (16:14 -0700)]
am 39ff342c: Fix regression impacting Flash performances

* commit '39ff342cb3755bb7529c775a6d15b1ccbbe9be6a':
  Fix regression impacting Flash performances

13 years agoFix regression impacting Flash performances
Nicolas Roard [Thu, 31 Mar 2011 22:54:41 +0000 (15:54 -0700)]
Fix regression impacting Flash performances

We marked layers dirty when they did not
have a texture -- even the layers that
did not *need* a texture...

bug:4195690
Change-Id: Ic2a0fdf9462277d060f07ef7d281f5d27e7e8ed5

13 years agoMerge "My attempt at a smarter tile manager"
John Reck [Wed, 30 Mar 2011 23:23:45 +0000 (16:23 -0700)]
Merge "My attempt at a smarter tile manager"

13 years agoFix the CSS style for Stroke+Fill
Teng-Hui Zhu [Mon, 28 Mar 2011 18:41:27 +0000 (11:41 -0700)]
Fix the CSS style for Stroke+Fill

bug:4183328
Change-Id: I5eb8443f8069d866892c3f2beb69805ada43714f

13 years agoam 507fe41e: am bd14a6fc: Merge "try faster dashing" into honeycomb-mr1
Bart Sears [Fri, 25 Mar 2011 20:58:19 +0000 (13:58 -0700)]
am 507fe41e: am bd14a6fc: Merge "try faster dashing" into honeycomb-mr1

* commit '507fe41e8dc930e615659737a60fe242171a2d21':
  try faster dashing

13 years agoam bd14a6fc: Merge "try faster dashing" into honeycomb-mr1
Bart Sears [Fri, 25 Mar 2011 20:54:22 +0000 (13:54 -0700)]
am bd14a6fc: Merge "try faster dashing" into honeycomb-mr1

* commit 'bd14a6fcc48d3d5713574a34c441f84296a03c0b':
  try faster dashing

13 years agoMerge "try faster dashing" into honeycomb-mr1
Bart Sears [Fri, 25 Mar 2011 20:52:28 +0000 (13:52 -0700)]
Merge "try faster dashing" into honeycomb-mr1

13 years agotry faster dashing
Mike Reed [Fri, 25 Mar 2011 15:51:24 +0000 (11:51 -0400)]
try faster dashing

if we're drawing a horizontal line, try using a bitmap-shader to simulate the
dash, as this can be much faster than the general SkDashPathEffect.

bug:4163023
Change-Id: I362543d6efb83ebf395cbe92c2d889c590a7c2df

13 years agoMy attempt at a smarter tile manager
John Reck [Thu, 24 Mar 2011 01:02:27 +0000 (18:02 -0700)]
My attempt at a smarter tile manager

 Removes TileSets and queues tiles individually
 Uses a priority queue to determine which tiles to render first
 Stops rendering the front tile page if we are prepping the back one
 Limits queue spam by tracking which tiles are already in the queue

Change-Id: I2f2c9539e0d8a421ac7f1f4cb80ee831b9894293

13 years agoMerge 'Render media button and buttons properly.' into master.
Leon Scroggins [Mon, 7 Mar 2011 20:43:08 +0000 (15:43 -0500)]
Merge 'Render media button and buttons properly.' into 

Bug:3009375

Requires a change to frameworks/base.

Change-Id: I0cb921b17ffc00992c3ad299c96f8e72c8daaf25

13 years agoam 8527f14d: am 92c3acf6: Fix error where mediaLayer is derefed on UI thread prior...
Derek Sollenberger [Fri, 25 Mar 2011 17:39:24 +0000 (10:39 -0700)]
am 8527f14d: am 92c3acf6: Fix error where mediaLayer is derefed on UI thread prior to being derefed in Webkit.

* commit '8527f14d378e1fb4ba315d791f3c8c7b776bff4c':
  Fix error where mediaLayer is derefed on UI thread prior to being derefed in Webkit.

13 years agoam 92c3acf6: Fix error where mediaLayer is derefed on UI thread prior to being derefe...
Derek Sollenberger [Fri, 25 Mar 2011 17:35:14 +0000 (10:35 -0700)]
am 92c3acf6: Fix error where mediaLayer is derefed on UI thread prior to being derefed in Webkit.

* commit '92c3acf6b42939215be09fe379bfef07ab703216':
  Fix error where mediaLayer is derefed on UI thread prior to being derefed in Webkit.

13 years agoFix error where mediaLayer is derefed on UI thread prior to being derefed in Webkit.
Derek Sollenberger [Fri, 25 Mar 2011 14:43:12 +0000 (10:43 -0400)]
Fix error where mediaLayer is derefed on UI thread prior to being derefed in Webkit.

bug: 4171470
Change-Id: I6afe957b2eccae249afa46baede822c34f8f1a7f

13 years agoam 70e1ff0b: am 557855a0: Fix regression blocking the page cycler The bug caused...
Nicolas Roard [Thu, 24 Mar 2011 22:21:55 +0000 (15:21 -0700)]
am 70e1ff0b: am 557855a0: Fix regression blocking the page cycler The bug caused a continuous redraw if you had a webview without content; the Activity containing the webview would thus not be marked as idle. The pagecycler is launching such an activity and wait until

* commit '70e1ff0b3913af6a122390bbe4768c2c0fea045d':
  Fix regression blocking the page cycler The bug caused a continuous redraw if you had a webview without content; the Activity containing the webview would thus not be marked as idle. The pagecycler is launching such an activity and wait until it's idle to determinate that it's usable to loade urls...

13 years agoam 557855a0: Fix regression blocking the page cycler The bug caused a continuous...
Nicolas Roard [Thu, 24 Mar 2011 22:17:56 +0000 (15:17 -0700)]
am 557855a0: Fix regression blocking the page cycler The bug caused a continuous redraw if you had a webview without content; the Activity containing the webview would thus not be marked as idle. The pagecycler is launching such an activity and wait until it\'s idle to

* commit '557855a0cf753d49915b11849f3fa4a2c23c2c18':
  Fix regression blocking the page cycler The bug caused a continuous redraw if you had a webview without content; the Activity containing the webview would thus not be marked as idle. The pagecycler is launching such an activity and wait until it's idle to determinate that it's usable to loade urls...

13 years agoFix regression blocking the page cycler
Nicolas Roard [Thu, 24 Mar 2011 21:30:55 +0000 (14:30 -0700)]
Fix regression blocking the page cycler
The bug caused a continuous redraw if you had a webview without content;
the Activity containing the webview would thus not be marked as idle.
The pagecycler is launching such an activity and wait until it's idle
to determinate that it's usable to loade urls...

bug:4172381
Change-Id: I6c838c5f6757186d01e8e476a8fc5101ea00ed15

13 years agoMerge "Add defensive code for crash in FontPlatformData"
Russell Brenner [Thu, 24 Mar 2011 16:42:59 +0000 (09:42 -0700)]
Merge "Add defensive code for crash in FontPlatformData"

13 years agoam 284cf17e: am 909e9c7e: Improve performances for the base surface rendering
Nicolas Roard [Thu, 24 Mar 2011 01:00:45 +0000 (18:00 -0700)]
am 284cf17e: am 909e9c7e: Improve performances for the base surface rendering

* commit '284cf17e2bcea995294e7ecdca145593523c3edc':
  Improve performances for the base surface rendering

13 years agoam 909e9c7e: Improve performances for the base surface rendering
Nicolas Roard [Thu, 24 Mar 2011 00:56:40 +0000 (17:56 -0700)]
am 909e9c7e: Improve performances for the base surface rendering

* commit '909e9c7e41ff3d446960cd840fb9aa055fef6812':
  Improve performances for the base surface rendering

13 years agoImprove performances for the base surface rendering
Nicolas Roard [Thu, 24 Mar 2011 00:33:29 +0000 (17:33 -0700)]
Improve performances for the base surface rendering

- don't queue large number of tiles when scrolling/zooming
- while scrolling/zooming, schedule the tiles generation at the front of the queue

bug:4136077
Change-Id: I652464d01f3000e88e42fad1e98402436a85dce4

13 years agoAdd defensive code for crash in FontPlatformData
Russell Brenner [Wed, 23 Mar 2011 21:36:13 +0000 (14:36 -0700)]
Add defensive code for crash in FontPlatformData

bug: 4163318
In FontPlatformData, both 0 and -1 are used as special values for
mTypeface. Skia has checks to handle null typefaces, but -1 is a
special value (hashTableDeletedFontValue) unique to FontPlatformData.
The constructors and operators appear to have the necessary guards,
but setupPaint(), uniqueID(), and isFixedPitch() needed some touchup
to better handle 0 or -1.

There's still the question of whether or not it's appropriate to be
calling any of those functions with the typeface set to 0 or -1, so
these changes may simply be deflecting the underlying problem, but
these changes should guard against the immediate failure.

Change-Id: Ib68a64ba6d4eeffbd502f29b68074e38c511a746

13 years agoam 3c1bcdb4: am 0cdc1296: Fix the repainting problems with overflow-scroll div elements
Nicolas Roard [Wed, 23 Mar 2011 23:08:03 +0000 (16:08 -0700)]
am 3c1bcdb4: am 0cdc1296: Fix the repainting problems with overflow-scroll div elements

* commit '3c1bcdb44e7bd2272e7ba02da9e1b7422da7fb17':
  Fix the repainting problems with overflow-scroll div elements

13 years agoam 6fd1c352: am 5bdfd148: Merge "Regression fix from bug:4136077 Plus animations...
Nicolas Roard [Wed, 23 Mar 2011 23:05:05 +0000 (16:05 -0700)]
am 6fd1c352: am 5bdfd148: Merge "Regression fix from bug:4136077 Plus animations improvement bug:3389597" into honeycomb-mr1

* commit '6fd1c35298bb73147bb585e01b86d5b7c1c8f640':
  Regression fix from bug:4136077 Plus animations improvement bug:3389597

13 years agoam 0cdc1296: Fix the repainting problems with overflow-scroll div elements
Nicolas Roard [Wed, 23 Mar 2011 23:01:27 +0000 (16:01 -0700)]
am 0cdc1296: Fix the repainting problems with overflow-scroll div elements

* commit '0cdc129636d794dec2649b50a470e03f727258f9':
  Fix the repainting problems with overflow-scroll div elements

13 years agoFix the repainting problems with overflow-scroll div elements
Nicolas Roard [Wed, 23 Mar 2011 22:47:27 +0000 (15:47 -0700)]
Fix the repainting problems with overflow-scroll div elements

bug:4163243 bug:4163233 bug:4159272 bug:4159270 bug:3442104 bug:4163237
Change-Id: Iab71d1da3f0ca6c52b23ddfb8b86c58b118b60e0

13 years agoam 5bdfd148: Merge "Regression fix from bug:4136077 Plus animations improvement bug...
Nicolas Roard [Wed, 23 Mar 2011 22:46:41 +0000 (15:46 -0700)]
am 5bdfd148: Merge "Regression fix from bug:4136077 Plus animations improvement bug:3389597" into honeycomb-mr1

* commit '5bdfd148249f6196a184550910f1cd8cb138fe8c':
  Regression fix from bug:4136077 Plus animations improvement bug:3389597

13 years agoMerge "Regression fix from bug:4136077 Plus animations improvement bug:3389597" into...
Nicolas Roard [Wed, 23 Mar 2011 21:59:41 +0000 (14:59 -0700)]
Merge "Regression fix from bug:4136077 Plus animations improvement bug:3389597" into honeycomb-mr1

13 years agoRegression fix from bug:4136077
Nicolas Roard [Wed, 23 Mar 2011 20:37:26 +0000 (13:37 -0700)]
Regression fix from bug:4136077
Plus animations improvement bug:3389597

Change-Id: I07319910ae366d3e237bf3a1042cf28217434437