Commit Graph

26991 Commits

Author SHA1 Message Date
Dianne Hackborn
4037164041 am e1d12668: am 0950a3ef: Merge "Added check to make orientation calculations more robust"
* commit 'e1d12668c1f443b1c71b5e78587353dffa5b1774':
  Added check to make orientation calculations more robust
2011-01-14 21:29:43 -08:00
Dianne Hackborn
8cf340de98 am 544ff558: am 29c99aaa: Merge "Added check to make orientation calculations more robust" into gingerbread
* commit '544ff558a80912d968570494363cea6540c08dd3':
  Added check to make orientation calculations more robust
2011-01-14 21:29:32 -08:00
Dianne Hackborn
979f846a2f am ff3a2c18: am c058bf00: Merge "Make the Phone options dialog use current language" into gingerbread
* commit 'ff3a2c18924bffa76207fb1ba8b5e79f860c4867':
  Make the Phone options dialog use current language
2011-01-14 21:29:26 -08:00
Romain Guy
90f21dcf70 am 2e7fbd97: Merge "Preapre region tracking in layers" into honeycomb
* commit '2e7fbd97e6f3682b20631d4f5262321dba6e2c6f':
  Preapre region tracking in layers
2011-01-14 20:06:18 -08:00
Romain Guy
1c3b24baf1 Merge "Preapre region tracking in layers" into honeycomb 2011-01-14 20:04:42 -08:00
Mathias Agopian
f2c8275042 am fd7a411a: Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" into honeycomb
* commit 'fd7a411aef7e1c7722456de09b3f3234bbb914d4':
  partially fix [3306150] HTML5 video with H/W acceleration blackout
2011-01-14 19:29:44 -08:00
Mathias Agopian
8bf5772af1 am a7393dd6: Merge "Fix error reporting in Surface::cancelBuffer()" into honeycomb
* commit 'a7393dd66f0127c8acdd5f8928b0c2d0de602275':
  Fix error reporting in Surface::cancelBuffer()
2011-01-14 19:29:40 -08:00
Mathias Agopian
0d3dcc4aab Merge "partially fix [3306150] HTML5 video with H/W acceleration blackout" into honeycomb 2011-01-14 19:27:38 -08:00
Mathias Agopian
b353fd9746 Merge "Fix error reporting in Surface::cancelBuffer()" into honeycomb 2011-01-14 19:27:32 -08:00
James Dong
b540b82564 am e7df0dde: Merge "Fixed thrashing in the cached buffer during 720p YT video streaming" into honeycomb
* commit 'e7df0ddee486f4705b17b4d8ed57ddbeb8b71943':
  Fixed thrashing in the cached buffer during 720p YT video streaming
2011-01-14 19:22:26 -08:00
Jeff Brown
c9c000db86 am 7a1c32e7: Merge "Add support for detecting finger orientation." into honeycomb
* commit '7a1c32e719725787acda4885ad7bd8031975e8c7':
  Add support for detecting finger orientation.
2011-01-14 19:20:07 -08:00
James Dong
e58a41aa4d Merge "Fixed thrashing in the cached buffer during 720p YT video streaming" into honeycomb 2011-01-14 19:19:41 -08:00
Jeff Brown
a2690eca91 Merge "Add support for detecting finger orientation." into honeycomb 2011-01-14 19:18:16 -08:00
Justin Ho
136ce8954d am 0a26f3ce: Merge "New tray notification icons, new system bar icons" into honeycomb
* commit '0a26f3ce96c628a22892b09b69bcbb58cc700165':
  New tray notification icons, new system bar icons
2011-01-14 19:03:50 -08:00
Justin Ho
d74787181b Merge "New tray notification icons, new system bar icons" into honeycomb 2011-01-14 19:01:58 -08:00
Romain Guy
ee19dec219 am 739e34a3: Merge "Don\'t crash Launcher on config change." into honeycomb
* commit '739e34a362518020b4aed3f2dc54be2154c41406':
  Don't crash Launcher on config change.
2011-01-14 18:51:33 -08:00
Romain Guy
bcdc73f5a7 Merge "Don't crash Launcher on config change." into honeycomb 2011-01-14 18:49:55 -08:00
Nick Pelly
0202684094 am b73203ab: Merge "Make sure service handles are live before passing to other objects." into gingerbread
* commit 'b73203ab7e308b747819de2b2400afe971ef3bff':
  Make sure service handles are live before passing to other objects.
2011-01-14 18:38:46 -08:00
Jean-Baptiste Queru
dbe61dfa77 merge 83fdc69e from gingerbread - do not merge
Change-Id: Ib1e9e12244a44f75a93d66142e71915de6386680
2011-01-14 18:33:51 -08:00
Adam Powell
6b48213a87 am 1362c94b: Merge "Fix bug 3337711 - Volume panel layout adjustments" into honeycomb
* commit '1362c94bf84b51d2363e4a030fb847478759da2f':
  Fix bug 3337711 - Volume panel layout adjustments
2011-01-14 18:27:58 -08:00
Adam Powell
f4f4f36969 Merge "Fix bug 3337711 - Volume panel layout adjustments" into honeycomb 2011-01-14 18:26:01 -08:00
Mathias Agopian
76cd4ddc6a partially fix [3306150] HTML5 video with H/W acceleration blackout
We used to guarantee that a layer in SurfaceFlinger would never be
destroyed before all references (to its ISurface) on the client
side would be released. At some point, this guarantee got
relaxed to allow to free gralloc resources sooner. This last
change was incorrect, because:
- in implementations with reference-counting the gralloc resources
wouldn't be released anyways, until all the mapping were gone
- in implementations without ref counting, the client side
would most likely crash or do something bad
- it also caused the SharedBufferStack slot to be reallocated
to another surface, which could be problematic if the client
continued to use the surface after the window manager destroyed it.

So, we essentially reinstate the guarantee that layers won't be
destroyed until after all references to their ISurface are
released.

NOTE: This doesn't entirely fix 3306150 because there is another
problem there where the Browser continues to use a surface after it
has been destroyed.

Change-Id: I305c830dd722b30a6d53cbf3a9c714fd3cf7eb06
2011-01-14 18:19:02 -08:00
Nick Pelly
d41381d8c5 Merge "Make sure service handles are live before passing to other objects." into gingerbread 2011-01-14 18:18:25 -08:00
Jeff Brown
5243d74463 am 77c3e4b9: Merge "Make getFallbackAction return false when there is none." into honeycomb
* commit '77c3e4b9fdab1f48cfa95cddb4a110946f4a1cd8':
  Make getFallbackAction return false when there is none.
2011-01-14 18:01:27 -08:00
Jeff Brown
d2690932bd Merge "Make getFallbackAction return false when there is none." into honeycomb 2011-01-14 17:59:56 -08:00
Jeff Brown
9346643577 Make getFallbackAction return false when there is none.
Change-Id: Id17c0f7269e4a228f4e5f11c54614fec508222a2
2011-01-14 17:54:38 -08:00
Jeff Brown
a08d9acdf5 am 06bc9721: Merge "Disable soft keyboard when keyboard attached." into honeycomb
* commit '06bc9721d8f5db053b51e1c536e746833ad46036':
  Disable soft keyboard when keyboard attached.
2011-01-14 17:50:12 -08:00
Jeff Brown
e45ee8cf48 Merge "Disable soft keyboard when keyboard attached." into honeycomb 2011-01-14 17:48:09 -08:00
Jeff Brown
32f42bef47 am 1061b966: Merge "Fix bug with mice that send multiple BTN_MOUSE values." into honeycomb
* commit '1061b96635d69ec6c29e43633fcf57262728af15':
  Fix bug with mice that send multiple BTN_MOUSE values.
2011-01-14 17:45:01 -08:00
Jeff Brown
f7bd7c5dc5 Merge "Fix bug with mice that send multiple BTN_MOUSE values." into honeycomb 2011-01-14 17:43:12 -08:00
Xavier Ducrohet
c06ff0e234 am 72fcd0a4: Merge "LayoutLib: update logs to use new data bundle" into honeycomb
* commit '72fcd0a4a9afc5ddc036ed57e9da4481956bcbfc':
  LayoutLib: update logs to use new data bundle
2011-01-14 17:31:36 -08:00
Xavier Ducrohet
057bba1586 Merge "LayoutLib: update logs to use new data bundle" into honeycomb 2011-01-14 17:30:22 -08:00
Romain Guy
d86fae8e63 am 8dd5b1e5: Prevent NPE when a View is detached without having been attached. Bug #3355252
* commit '8dd5b1e53184ed3b786dd329e12d665ae59ca3f4':
  Prevent NPE when a View is detached without having been attached. Bug #3355252
2011-01-14 17:28:28 -08:00
Jeff Brown
7d4d9f74b8 am c8276990: Merge "Add volume down as a safe mode key for Stingray." into honeycomb
* commit 'c8276990df3ac55c8cbda12919abe247132c96ea':
  Add volume down as a safe mode key for Stingray.
2011-01-14 17:24:30 -08:00
Jeff Brown
6e3544e676 Merge "Add volume down as a safe mode key for Stingray." into honeycomb 2011-01-14 17:22:53 -08:00
Adam Cohen
a9da0a7adc am 288d9fe9: am 69d66e00: Fixing StackView rotation bugs
* commit '288d9fe943226714bc9cb3529cb306bc3fc6f82d':
  Fixing StackView rotation bugs
2011-01-14 17:07:09 -08:00
Adam Cohen
4f012af11d am 69d66e00: Fixing StackView rotation bugs
* commit '69d66e00136f67332c992326a7b2eb334eeb32a2':
  Fixing StackView rotation bugs
2011-01-14 17:05:14 -08:00
Guang Zhu
c8c7fc8724 am e9ecd747: am 44060f4d: Merge "when test case times out, stop loading first" into honeycomb
* commit 'e9ecd7471c8f09830b652f9e8543e2970d187e6a':
  when test case times out, stop loading first
2011-01-14 16:31:25 -08:00
Guang Zhu
12921dd9d9 am 44060f4d: Merge "when test case times out, stop loading first" into honeycomb
* commit '44060f4d76e7625cf2ae6580afa606613ef1cb49':
  when test case times out, stop loading first
2011-01-14 16:29:30 -08:00
James Dong
b1f1d0ede6 Merge "Squash commits of the following patches, cherry-picked from other branch - do not merge." into gingerbread 2011-01-14 16:27:48 -08:00
Guang Zhu
73e6de2885 Merge "when test case times out, stop loading first" into honeycomb 2011-01-14 16:26:30 -08:00
Jaikumar Ganesh
d8bfcd6f37 am a788a943: Merge "Do Not Merge: Expose insecure rfcomm Bluetooth API." into gingerbread
* commit 'a788a9430956dabbc1387e5cccc15f9f41639c95':
  Do Not Merge: Expose insecure rfcomm Bluetooth API.
2011-01-14 16:15:29 -08:00
Jaikumar Ganesh
824bb889ff Merge "Do Not Merge: Expose insecure rfcomm Bluetooth API." into gingerbread 2011-01-14 16:11:41 -08:00
Dianne Hackborn
911dd2ef0b am 7d234fab: Merge "Don\'t drop the drawable cache completely on configuration change"
* commit '7d234fabe61cd5f034fe4ff4484209fbf5130c4d':
  Don't drop the drawable cache completely on configuration change
2011-01-14 16:11:40 -08:00
Dianne Hackborn
861e5cada8 am c3d0d860: Merge "Make the Phone options dialog use current language"
* commit 'c3d0d860b6f9c6b5b09ef2ae62d59139453299dd':
  Make the Phone options dialog use current language
2011-01-14 16:11:35 -08:00
Dianne Hackborn
2703442bd4 am 0950a3ef: Merge "Added check to make orientation calculations more robust"
* commit '0950a3ef3610184858466a4dfeb1c11c3b1ed0aa':
  Added check to make orientation calculations more robust
2011-01-14 16:11:24 -08:00
Dianne Hackborn
5a87561dc3 am 92e787e2: (-s ours) am 751fdd9a: Merge "DO NOT MERGE Make the Phone options dialog use current language" into honeycomb
* commit '92e787e201b1ce2c6536df89532617da48a1ae92':
  DO NOT MERGE Make the Phone options dialog use current language
2011-01-14 16:09:26 -08:00
Dianne Hackborn
c389194456 am a3477330: (-s ours) am 88471b25: Merge "DO NOT MERGE Added check to make orientation calculations more robust" into honeycomb
* commit 'a34773300009e41d965a7b9232f488ab7295e538':
  DO NOT MERGE Added check to make orientation calculations more robust
2011-01-14 16:07:18 -08:00
Dianne Hackborn
382fd42de0 am 751fdd9a: Merge "DO NOT MERGE Make the Phone options dialog use current language" into honeycomb
* commit '751fdd9ab31048d726d551f9098b3f51239376f4':
  DO NOT MERGE Make the Phone options dialog use current language
2011-01-14 16:05:44 -08:00
Dianne Hackborn
8270cfa522 am 88471b25: Merge "DO NOT MERGE Added check to make orientation calculations more robust" into honeycomb
* commit '88471b25632818a8bc79193e20bd04a8be39f660':
  DO NOT MERGE Added check to make orientation calculations more robust
2011-01-14 16:03:30 -08:00