Advertisement
Guest User

Git - Changelog

a guest
Dec 19th, 2013
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.16 KB | None | 0 0
  1.  
  2. -----------------------------------------------------------------
  3. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/android 4b1cfdf115599a85a8ef7b333bca449a04b451ca..071469da25a8714781c6eead838937818f59653c
  4. commit 071469da25a8714781c6eead838937818f59653c
  5. Author: Chris Soyars <ctso@ctso.me>
  6. Date: Mon Dec 9 12:56:08 2013 -0800
  7.  
  8. Add WhisperPush
  9.  
  10. Change-Id: I776576988255309336c9c80c42c481ed35a43d96
  11. -----------------------------------------------------------------
  12. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/build 9a9e8f1585221ce01fea52720b8ae0b839642303..752ace6edc48cc79b7ce3fff078c317a64861911
  13. commit 752ace6edc48cc79b7ce3fff078c317a64861911
  14. Author: Steve Kondik <shade@chemlab.org>
  15. Date: Fri Dec 13 12:47:42 2013 -0500
  16.  
  17. build: Add support for PRODUCT_COPY_FILES_OVERRIDES
  18.  
  19. * We may have a case where prebuilts need to be built from
  20. source instead based on an externalized config.
  21. * New directive takes a list of destination files to remove from
  22. PRODUCT_COPY_FILES so that other instructions can be supplied.
  23.  
  24. Change-Id: I7feff16440e54d1676ffddbbd96d5947efa43ede
  25.  
  26. commit e9eac0aae5996c4f30a832268a4ad001fb231985
  27. Author: Ying Wang <wangying@google.com>
  28. Date: Mon Mar 4 22:53:37 2013 -0800
  29.  
  30. Move emulator.mk out of full_base.mk
  31.  
  32. Instead we should have the emulator products (full, full_mips, full_x86,
  33. sdk) inherit from emulator.mk directly, because full_base.mk is also
  34. inherited by real device products, such as full_manta.mk.
  35.  
  36. Conflicts:
  37. target/product/full_base.mk
  38.  
  39. Change-Id: I6f5f9255c73be8a4cfad7ddf88c4b633b05a7091
  40.  
  41. commit 071928d1ed327995507661940bbe7e4448f383e7
  42. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  43. Date: Sat Dec 7 00:22:29 2013 +0000
  44.  
  45. Revert "build: add AST support"
  46.  
  47. This reverts commit 3b4f8b3deebe41e5d2b861a44f4352ac6aab2ada.
  48.  
  49. Change-Id: I1b2370de13470549952285e2c46b68a0a1f9cc97
  50.  
  51. commit 3b4f8b3deebe41e5d2b861a44f4352ac6aab2ada
  52. Author: Marco Brohet <therbom@gmail.com>
  53. Date: Fri Dec 6 20:23:34 2013 +0100
  54.  
  55. build: add AST support
  56.  
  57. Change-Id: Id5f88dba528c7b48b1d3f059f9ec65b9e2a88ef5
  58.  
  59. commit aff836adfc4d622dfdafb2e675aa51e43dc59a87
  60. Author: Steve Kondik <shade@chemlab.org>
  61. Date: Thu Nov 28 22:00:06 2013 -0800
  62.  
  63. Just a few more for flexibility
  64.  
  65. Change-Id: I264191a7ff2235d0effe038c39a976a25985f529
  66.  
  67. commit 428c25c797d7a1173e246d2e89f709effcf79a03
  68. Author: Steve Kondik <shade@chemlab.org>
  69. Date: Thu Nov 28 21:50:26 2013 -0800
  70.  
  71. Additional overrides
  72.  
  73. Change-Id: I768e26d2fad021a9eb30decf15e61ba996b673e5
  74.  
  75. commit c253d085740c7854b68f84d528e0d4df74e0048b
  76. Author: ddalex <ddalex+cm@gmail.com>
  77. Date: Fri Nov 8 18:36:28 2013 +0000
  78.  
  79. kernel: use target strip command
  80.  
  81. Change the strip command used from the hardcoded arm
  82. to the toolchain defined strip.
  83.  
  84. Change-Id: Id900765e8dc93af1345081f4fd0c52bebcd07fea
  85.  
  86. commit 7609ee8069c00510fbae9ec637096ccc54276a52
  87. Merge: 9a9e8f1 df64630
  88. Author: Danesh M <daneshm90@gmail.com>
  89. Date: Fri Nov 22 06:03:40 2013 +0000
  90.  
  91. Merge "RepoPick : Add support for git pull" into cm-10.2
  92.  
  93. commit df646304bdcef329e3fe7c12b68107de1f4cd42a
  94. Author: Danesh M <daneshm90@gmail.com>
  95. Date: Wed Oct 30 18:49:09 2013 -0700
  96.  
  97. RepoPick : Add support for git pull
  98.  
  99. Allow user to git pull patchsets and dependencies.
  100.  
  101. Change-Id: If5520b45fe79836eac628b3caf0526f11f8953d9
  102. -----------------------------------------------------------------
  103. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/dalvik 65c92b986513a18a157fe32e8725a80dd798211e..cde2aab4c557ec0c847375424658ccc2188b36ce
  104. commit cde2aab4c557ec0c847375424658ccc2188b36ce
  105. Author: Elliott Hughes <enh@google.com>
  106. Date: Tue Oct 29 10:59:09 2013 -0700
  107.  
  108. Fix a couple of minor publicly-reported GC bugs.
  109.  
  110. An assertion was incorrectly assigning rather than testing, and
  111. there was the usual buggy attempt to recover from failure rather
  112. than just aborting in the HeapSource.cpp dvmHeapSourceStartup.
  113. (The Copying.cpp dvmHeapSourceStartup by contrast will just
  114. segfault if an allocation fails, but that's fine too.)
  115.  
  116. Bug: https://code.google.com/p/android/issues/detail?id=61562
  117. Bug: https://code.google.com/p/android/issues/detail?id=61563
  118. Change-Id: I237a6f923a07d61709f99ab67c9a18dbc7e6c839
  119.  
  120. commit 48704eccc23e91f3ee46ea4882d1dfef43646cc4
  121. Author: David Butcher <david.butcher@arm.com>
  122. Date: Tue Jun 4 16:00:41 2013 +0100
  123.  
  124. Dalvik: DMB Optimisations for TracingJIT
  125.  
  126. Makes DMB domain ISH or ISHST instead of the implicit System.
  127. ISH (Inner Shareable) should be sufficient for all cores/clusters,
  128. but is not sufficient for GPU or other memory-mapped peripherals
  129.  
  130. Change-Id: Id159228daba97bc3692d2eb1ee2786bae2ee34a7
  131.  
  132. commit 2ea163ba54731afcfa11341a525c33e08d0781fa
  133. Author: David Butcher <david.butcher@arm.com>
  134. Date: Tue Jun 4 15:35:20 2013 +0100
  135.  
  136. Dalvik: DMB Optimisation
  137.  
  138. Replaces use of 'dmb' and 'dmb st' with inner-shareable versions.
  139. This should improve performance in certain cases without harming
  140. correctness.
  141.  
  142. Change-Id: Id30f58b93b34bf0e232bb01dc3956a82f7a69c40
  143. -----------------------------------------------------------------
  144. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/device/archos/archos_g9 b823cdc3a859880bfdacec93d15e59f431165673..518f5dfb5f22daf8813fae2f17ff48c87c86355c
  145. commit 518f5dfb5f22daf8813fae2f17ff48c87c86355c
  146. Author: Quallenauge <Hamsi2k@freenet.de>
  147. Date: Thu Dec 19 23:34:01 2013 +0100
  148.  
  149. Add telephony.mk to include the apns-conf.xml file.
  150.  
  151. commit 17d656046b07bc7403d2d8f2bde88dca5bc4afbb
  152. Author: Quallenauge <Hamsi2k@freenet.de>
  153. Date: Thu Dec 19 23:33:26 2013 +0100
  154.  
  155. Don't kill RILD...this is done by the archos control center application.
  156.  
  157. commit 7ca24587d20d6c4932fa392f7250deb6f16725a1
  158. Author: Quallenauge <Hamsi2k@freenet.de>
  159. Date: Tue Dec 17 23:40:35 2013 +0100
  160.  
  161. Correct source file names.
  162.  
  163. commit 028aa8cdab5b89e80dec08e02e3ce804a3fb959d
  164. Author: Quallenauge <Hamsi2k@freenet.de>
  165. Date: Tue Dec 17 22:48:16 2013 +0100
  166.  
  167. Kill ril-daemon in case of an restart.
  168.  
  169. commit f946516bf4286762166102ef3715610b8ba1a597
  170. Author: Quallenauge <Hamsi2k@freenet.de>
  171. Date: Tue Dec 17 22:43:21 2013 +0100
  172.  
  173. Add files for A80H and A101H model variants.
  174.  
  175. commit 7a8ab14d26048add97c89db15d9c4e46d4fbce9b
  176. Author: Quallenauge <Hamsi2k@freenet.de>
  177. Date: Tue Dec 17 22:43:06 2013 +0100
  178.  
  179. Remove useless manifest files.
  180.  
  181. commit 3a384ce9745f88b7c5feb760c0e903a99f8f10e0
  182. Author: Quallenauge <Hamsi2k@freenet.de>
  183. Date: Sat Nov 23 10:21:30 2013 +0100
  184.  
  185. Reduce volume a little bit, previous value causes some scratches.
  186.  
  187. commit a14e0d4506f07b8ac8682b1d6a67d207912139aa
  188. Author: Quallenauge <Hamsi2k@freenet.de>
  189. Date: Fri Nov 22 10:31:38 2013 +0100
  190.  
  191. Originally, the pcm is closed at first, when the output enters the standby.
  192. It turns out, that this causes a clicking noise which is played over the outputs.
  193. As workaround, turn off the outputs and after that (as last action) close the pcm stream and play the click into the empty space.
  194.  
  195. Also increase the volume of the DL2 (speaker) a little bit.
  196. -----------------------------------------------------------------
  197. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/bltsville 134732cb5b0a0ce19224ff65fc9655f0e8df4e7e..a8bd9022e576d4c8664e6414a9db7d664f9123d2
  198. commit a8bd9022e576d4c8664e6414a9db7d664f9123d2
  199. Author: Vishal Mahaveer <vishalm@ti.com>
  200. Date: Thu Nov 21 09:35:02 2013 -0600
  201.  
  202. [Android] Restrict this component only for TI platforms
  203.  
  204. This project if present, gets built for non TI targets also.
  205. Restrict this project to be built only for TI platforms (omap4, omap5, jacinto6).
  206.  
  207. Change-Id: I33b9b16687a8c7e17e7892ca6cde0bd5cdd6c7fb
  208. Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
  209. -----------------------------------------------------------------
  210. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/bluetooth/bluedroid 4a2bb80b79f20d71661d2f59852bc957ca23d787..12fc3d5eada289536998d153486c003f78d00964
  211. commit 12fc3d5eada289536998d153486c003f78d00964
  212. Merge: 4a2bb80 a5e1fdc
  213. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  214. Date: Wed Nov 27 00:32:53 2013 +0000
  215.  
  216. Merge "bta_hh: Change bus_type to BUS_USB for USB HCI" into cm-10.2
  217.  
  218. commit a5e1fdc842c872295c04fdfc1f0dc0ba6c05d44f
  219. Author: zombah <zombah@gmail.com>
  220. Date: Sat Nov 9 13:47:57 2013 +0400
  221.  
  222. bta_hh: Change bus_type to BUS_USB for USB HCI
  223.  
  224. * Bluetooth input devices have bus_type BUS_USB with USB HCI
  225.  
  226. Change-Id: Ifecfbfbc76b35bc46c7aef512f5d777794206f43
  227. Signed-off-by: zombah <zombah@gmail.com>
  228. -----------------------------------------------------------------
  229. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/koush/AndroidAsync b8c0d678b55f3ecc7a02112a2f4bd3c998a8a289..4c60e4db5a4edb9d64bc9037c29b6459f965c793
  230. commit 4c60e4db5a4edb9d64bc9037c29b6459f965c793
  231. Author: Ethan Chen <intervigil@gmail.com>
  232. Date: Mon Nov 25 12:18:14 2013 -0800
  233.  
  234. Remove unused import
  235.  
  236. * This isn't used yet, and it also breaks the build.
  237.  
  238. Change-Id: I2ba0bae133b8fcc89a745f286cde43dd320a2096
  239.  
  240. commit 2ba0bae133b8fcc89a745f286cde43dd320a2096
  241. Author: Koushik Dutta <koushd@gmail.com>
  242. Date: Mon Nov 25 10:04:35 2013 -0800
  243.  
  244. Add support for multicast dns
  245.  
  246. commit f8dc37039817eae75dca66ce544833e57dfd3889
  247. Author: Koushik Dutta <koushd@gmail.com>
  248. Date: Fri Nov 22 14:05:33 2013 -0800
  249.  
  250. AsyncSocketMiddleware: limit concurrent http connections.
  251.  
  252. Change-Id: If85d9ab4fa285d5a52f118dfcf50f83e28d3b671
  253.  
  254. commit 293640f8507b3473172d0f07403decc909e6644e
  255. Merge: c654187 a726c91
  256. Author: Koushik Dutta <koushd@gmail.com>
  257. Date: Fri Nov 22 10:18:35 2013 -0800
  258.  
  259. Merge remote-tracking branch 'koush/master' into cm-10.2
  260.  
  261. commit c65418737d4f77148738286e14c41e01f1ad387e
  262. Author: Koushik Dutta <koushd@gmail.com>
  263. Date: Fri Nov 22 10:18:12 2013 -0800
  264.  
  265. DiskLruCache: Add getValueCount
  266.  
  267. Change-Id: Ie36374af05c9bc2d8d0cbda8ec545b9cb3400469
  268.  
  269. commit a726c9126d4f810570d1c97ce3dc1d82af3b53aa
  270. Merge: a32c143 42a3495
  271. Author: Koushik Dutta <koush@koushikdutta.com>
  272. Date: Thu Nov 21 15:56:37 2013 -0800
  273.  
  274. Merge pull request #83 from chester1000/master
  275.  
  276. fixed documentation for Socket.io example (proper callback is now used)
  277.  
  278. commit 42a34950eb6dd5b0bb8593108dc9a76b6952fc32
  279. Author: Maurycy Damian Wasilewski <damian.wasilewski@gmail.com>
  280. Date: Thu Nov 21 23:46:13 2013 +0100
  281.  
  282. fixed callback for Socket.io
  283.  
  284. instead of `SocketIOConnectCallback`, `com.koushikdutta.async.http.socketio.ConnectCallback` is used
  285.  
  286. commit a32c14387d6473e94106ffdfb48870fd4ed57851
  287. Author: Koushik Dutta <koushd@gmail.com>
  288. Date: Thu Nov 21 12:33:45 2013 -0800
  289.  
  290. iml file
  291.  
  292. Change-Id: I0bd0cf82f1d9a99d9003eeff4829457164365230
  293.  
  294. commit 2bfcb27d5769d3e5a3b796d88fccb27fb00fedb5
  295. Merge: b8c0d67 5fd054f
  296. Author: Koushik Dutta <koushd@gmail.com>
  297. Date: Thu Nov 21 12:33:29 2013 -0800
  298.  
  299. Merge remote-tracking branch 'koush/master' into cm-10.2
  300.  
  301. commit 5fd054f82d22f6215911e39038c76d2994fc3867
  302. Author: Koushik Dutta <koushd@gmail.com>
  303. Date: Sun Nov 17 11:06:17 2013 +0100
  304.  
  305. TransformFuture: remove from, and use "then".
  306. -----------------------------------------------------------------
  307. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/koush/Superuser 0135135d67217a2b025854afffcf471bd8730055..89083a47c8042e263206ed54c5f7e7d67c3d6e4a
  308. commit 89083a47c8042e263206ed54c5f7e7d67c3d6e4a
  309. Author: Frant1c <Plentauskas1992@gmail.com>
  310. Date: Thu Dec 5 00:44:14 2013 +0200
  311.  
  312. Superuser: LT translations
  313.  
  314. Minor fixes
  315.  
  316. Change-Id: I2f4828b631e74ddd49c636841b7f74852aad8976
  317.  
  318. commit 95b77e36b9111796851bd84602cce991df452e65
  319. Merge: 2dd3528 f88bb10
  320. Author: Koushik Dutta <koushd@gmail.com>
  321. Date: Sun Nov 24 13:43:11 2013 -0800
  322.  
  323. Merge remote-tracking branch 'koush/master' into cm-10.2
  324.  
  325. commit 2dd35286528e52c4c910f0ab95c4df9d6f3cebc5
  326. Author: Kevin Cernekee <cernekee@gmail.com>
  327. Date: Sat Nov 23 15:46:06 2013 -0800
  328.  
  329. Don't use "am --user" unless multiuser mode is enabled (bug #204)
  330.  
  331. commit f88bb10c528c0ad77f64039c3cbb59a4f6f03225
  332. Merge: d5def08 2055ffc
  333. Author: Koushik Dutta <koush@koushikdutta.com>
  334. Date: Sun Nov 24 10:31:28 2013 -0800
  335.  
  336. Merge pull request #206 from Lekensteyn/fix-resource-leaks
  337.  
  338. daemon: do not leak resources
  339.  
  340. commit 2055ffc80c015004301d3f1555dcde6190a85c9a
  341. Author: Peter Wu <lekensteyn@gmail.com>
  342. Date: Sun Nov 24 01:01:21 2013 +0100
  343.  
  344. daemon: do not leak resources
  345.  
  346. Before this patch, the client was responsible for removing FIFOs before
  347. connecting. That left a whole bunch of FIFOs in the SuperUser /dev/...
  348. directory. After This patch, the daemon removes FIFOs as soon as the client is
  349. connected. (This is detected by making the daemon read from the control socket.)
  350.  
  351. This patch becomes unnecessary when file descriptors can be passed though
  352. processes.
  353.  
  354. commit 2766f606656e7ccffd79344ccd5763a2a7f35840
  355. Merge: 0135135 8ddf9c3
  356. Author: Marco Brohet <therbom@gmail.com>
  357. Date: Fri Nov 22 20:12:26 2013 +0000
  358.  
  359. Merge "Add Lithuanian translations" into cm-10.2
  360.  
  361. commit 8ddf9c31e2d7f42767448037672e7b9418b005d3
  362. Author: Frant1c <Plentauskas1992@gmail.com>
  363. Date: Fri Nov 8 21:13:54 2013 +0200
  364.  
  365. Add Lithuanian translations
  366.  
  367. Change-Id: Iad3e2f31cb2272c4215d96f99f61c8cf4c9f694f
  368. -----------------------------------------------------------------
  369. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/koush/ion 9a448a3e09959b99f482bce56cac10d81f7a60d5..7068c3aba9a4dc3d5b99602de47ad1eb7913a2d8
  370. commit 7068c3aba9a4dc3d5b99602de47ad1eb7913a2d8
  371. Author: Koushik Dutta <koushd@gmail.com>
  372. Date: Fri Nov 22 10:18:51 2013 -0800
  373.  
  374. remove space
  375.  
  376. Change-Id: I366074ea101539d9de5d02c9f362868f68b39d57
  377.  
  378. commit 338e1ab265fd03d48e9ea99c024b3b53331367b9
  379. Merge: ccc677b e558a03
  380. Author: Koushik Dutta <koushd@gmail.com>
  381. Date: Wed Nov 20 09:22:04 2013 -0800
  382.  
  383. Merge remote-tracking branch 'origin/master'
  384.  
  385. Conflicts:
  386. ion-test/src/com/koushikdutta/ion/test/HttpTests.java
  387. ion-test/src/com/koushikdutta/ion/test/Issue74.java
  388. ion-test/src/com/koushikdutta/ion/test/RedirectTests.java
  389.  
  390. commit ccc677bb53476c05d04accb20bf1e87599315200
  391. Author: Koushik Dutta <koushd@gmail.com>
  392. Date: Wed Nov 20 09:21:02 2013 -0800
  393.  
  394. DiskLruCacheStore: complete implementation, add basic tests
  395.  
  396. commit b4398b4ef369cfc196947b61c64138890a729c43
  397. Author: Koushik Dutta <koushd@gmail.com>
  398. Date: Wed Nov 20 09:20:43 2013 -0800
  399.  
  400. GsonSerializer: Fix bug where output stream was not flushed.
  401.  
  402. commit e558a036d4066807dd55017e9e1fd5518bce6fcb
  403. Author: Koushik Dutta <koushd@gmail.com>
  404. Date: Wed Nov 20 05:31:41 2013 -0800
  405.  
  406. Fix compile errors in tests
  407.  
  408. commit 17064b7060115a79b15022aa23f13539e1b7ab5e
  409. Author: Koushik Dutta <koushd@gmail.com>
  410. Date: Sun Nov 17 20:07:30 2013 +0000
  411.  
  412. fix tests and samples
  413.  
  414. commit c185858abd5605841ca8475a7113179bd91ba57a
  415. Merge: 048edd9 aba57ed
  416. Author: Koushik Dutta <koushd@gmail.com>
  417. Date: Sun Nov 17 20:05:41 2013 +0000
  418.  
  419. Merge remote-tracking branch 'local/cm-10.2'
  420. -----------------------------------------------------------------
  421. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/libsepol 6561001624b0694d83380dd04a8287e12e7dc42d..0d03cb6c31dff1b9164845aa9d20a9dde3ed51ae
  422. commit 0d03cb6c31dff1b9164845aa9d20a9dde3ed51ae
  423. Author: Tanguy Pruvot <tanguy.pruvot@gmail.com>
  424. Date: Sun Nov 24 12:53:56 2013 +0100
  425.  
  426. libsepol.a: remove HAVE_SELINUX ifdef
  427.  
  428. Change-Id: Iaa893ad2c1b18ced99d96fe841aa4d1a126b3192
  429. -----------------------------------------------------------------
  430. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/powertop 2a29256387df155f2a2d69834be0725890a701cc..6681579f126aa6a652273cf420da0ff72769500d
  431. commit 6681579f126aa6a652273cf420da0ff72769500d
  432. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  433. Date: Sun Dec 1 20:13:14 2013 +0700
  434.  
  435. powertop: fix segfault on non-SMP processors
  436.  
  437. Non-SMP processors do not have the 'processor' line, so we need
  438. to default to 0.
  439.  
  440. Change-Id: I38af003e62d87e25100c19acaf730fe4730b2a18
  441. -----------------------------------------------------------------
  442. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/v8 6f2b68ab11d564d25eeba36b6e8bdb44ab5b1ba4..26c91cfdaf34be49dfc9cf44ae7d59108d97348f
  443. commit 26c91cfdaf34be49dfc9cf44ae7d59108d97348f
  444. Author: Naiem Shaik <snaiem@codeaurora.org>
  445. Date: Mon Jul 23 14:02:41 2012 -0700
  446.  
  447. Allow dynamically shared library
  448.  
  449. Change-Id: I08c4019e28ca68abb1241370294ac4dd1303fe34
  450. -----------------------------------------------------------------
  451. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/external/webkit 72d0c761edb78fe752e0a19f6b7e21ed32dc4417..627a2254823c88682c6d5c3d758f6d895455b473
  452. commit 627a2254823c88682c6d5c3d758f6d895455b473
  453. Author: Naiem Shaik <snaiem@codeaurora.org>
  454. Date: Thu Jan 10 11:04:32 2013 -0800
  455.  
  456. Changes to allow for dynamically shared library
  457.  
  458. Change-Id: I4e7f2224fbda5231b21612faa8094c7fa54d2cb9
  459.  
  460. Conflicts:
  461. Android.mk
  462. -----------------------------------------------------------------
  463. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/frameworks/av fd938133e89a85785f93a2e9c56f5606eae865c6..6ce1d3d987520cde2a46ddbfcd7ad4e0c2115e27
  464. commit 6ce1d3d987520cde2a46ddbfcd7ad4e0c2115e27
  465. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  466. Date: Thu Dec 12 20:54:06 2013 +0000
  467.  
  468. Revert "camera: Fix the heap corruption issue"
  469.  
  470. This reverts commit 611526fd34bbe92f702eea0ff5bdd0e4f1f14904. Doesn't fix, breaks non-QCOMs :)
  471.  
  472. Change-Id: Icb1417f4120cab921f7cf879a215fc7ea66112a6
  473.  
  474. commit 611526fd34bbe92f702eea0ff5bdd0e4f1f14904
  475. Author: Steve Kondik <shade@chemlab.org>
  476. Date: Thu Dec 12 05:49:50 2013 -0500
  477.  
  478. camera: Fix the heap corruption issue
  479.  
  480. * Add locking around flatten/unflatten because they alter mMap and
  481. all hope and sleep is lost if it changes while we're iterating.
  482. * It's even worse if the memory backing the params string changes
  483. underneath of us :(
  484.  
  485. Change-Id: I06d85343a4a1c0143fab0687fda9e1d95a28440e
  486.  
  487. commit a2786b132850ff23883110a78fc4eff6bba497bc
  488. Author: You Kim <you.kim72@gmail.com>
  489. Date: Fri Dec 14 22:46:10 2012 +0900
  490.  
  491. Typo in CameraParameters::set
  492.  
  493. Change-Id: I05a6a6adb02c326ae406be24471bd7290c481b5b
  494. Typo: 'key' --> 'value'
  495.  
  496. commit 4a66581dd808419a0081cc6e7e0b85ffbc38cd51
  497. Author: Ethan Chen <intervigil@gmail.com>
  498. Date: Wed Dec 11 14:55:44 2013 -0800
  499.  
  500. Revert "camera: Add flag to leave preview metadata alone"
  501.  
  502. This reverts commit a6e0b0ac42fc758ce6d26886c9a379e3e8fa840a.
  503.  
  504. Change-Id: I589caf34170d488ec75645c612d9c65f759eba2c
  505.  
  506. commit a6e0b0ac42fc758ce6d26886c9a379e3e8fa840a
  507. Author: Steve Kondik <shade@chemlab.org>
  508. Date: Wed Dec 11 03:18:26 2013 -0800
  509.  
  510. camera: Add flag to leave preview metadata alone
  511.  
  512. * This causes severe problems on a certain camera.
  513.  
  514. Change-Id: I5adaef00bba2eaa3cab09452ad7ed46e24ac5364
  515.  
  516. commit d83e47577b3ccd377f57878fa24576ed732b7770
  517. Author: Surajit Podder <spodder@codeaurora.org>
  518. Date: Thu Nov 7 16:47:03 2013 +0530
  519.  
  520. libstagefright: Drain input buffer on resume
  521.  
  522. * Buffers returned from codec in paused state are
  523. not drained. When codec is resumed these buffers
  524. are not drained until the next flush, and may
  525. cause timed out issue.
  526. * Added change to drain input buffers for sw
  527. decoders when resuming.
  528.  
  529. CRs-Fixed: 569585
  530. CRs-Fixed: 574967
  531. Change-Id: Ia62f03e025310457df57e3106575fcc011e64a54
  532.  
  533. commit 3edd4ff0438bf9b5dcec2b3fe8bbb2f339565200
  534. Author: Surajit Podder <spodder@codeaurora.org>
  535. Date: Mon Oct 21 17:06:56 2013 +0530
  536.  
  537. libstagefright: Return EOS after buffers are released
  538.  
  539. Return EOS from SurfaceMediaSource after buffers
  540. have been released, due to disconnect from producer.
  541.  
  542. CRs-Fixed: 550868
  543. Change-Id: I4b2f3ef1c2895f155260baa0c58d90df4b4210d9
  544. -----------------------------------------------------------------
  545. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/frameworks/base 21e215b1635e2d6f821058cf8619d3702c7ba965..5abad210809ea2d1772231b03a09345d68654080
  546. commit 5abad210809ea2d1772231b03a09345d68654080
  547. Merge: 8e8f4ff ab8ca41
  548. Author: Marco Brohet <therbom@gmail.com>
  549. Date: Wed Dec 18 22:29:11 2013 +0000
  550.  
  551. Merge "Core: PL translations" into cm-10.2
  552.  
  553. commit 8e8f4ff5576d2737a8ec9e1716ac9881644ed03e
  554. Merge: bfe1d69 b1684ed
  555. Author: Marco Brohet <therbom@gmail.com>
  556. Date: Wed Dec 18 22:28:59 2013 +0000
  557.  
  558. Merge "SystemUI: PL translations" into cm-10.2
  559.  
  560. commit ab8ca41d2246d398b9f80709c49ea1e19b7061e0
  561. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  562. Date: Tue Dec 17 00:08:17 2013 +0100
  563.  
  564. Core: PL translations
  565.  
  566. Change-Id: I4440e5d749cb40581df13192b184aaff7fa806b1
  567.  
  568. commit b1684ede9efc0392243e9ade5b0832838c6b0e69
  569. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  570. Date: Mon Dec 16 23:39:26 2013 +0100
  571.  
  572. SystemUI: PL translations
  573.  
  574. Change-Id: I61cd2410aac3e0cf99023d00f82a8467d9f4bbec
  575.  
  576. commit bfe1d69201d444d3c76c4a9bc325e4b58135bd7b
  577. Author: Frant1c <plentauskas1992@gmail.com>
  578. Date: Sat Dec 14 08:26:00 2013 +0200
  579.  
  580. Frameworks: LT translations
  581.  
  582. Small fixes
  583.  
  584. Change-Id: I0b766d6950083d08783cf7aeb57445f6d8322e77
  585.  
  586. commit 2d7344dc1f6789b36843e73ee9b5aac430d948a2
  587. Author: Danesh M <daneshm90@gmail.com>
  588. Date: Wed Dec 11 10:46:11 2013 -0800
  589.  
  590. CircleBattery : Use consistent padding for layoutDirection
  591.  
  592. Use padding left consitently since paddingStart takes care of its automatic value.
  593.  
  594. Change-Id: I187e79489a26dd4e5328f816bb69c79f177697e8
  595.  
  596. commit 682bf19fd5309faa23321700b374f13dd9a4b2d1
  597. Author: Danesh M <daneshm90@gmail.com>
  598. Date: Mon Dec 9 11:44:59 2013 -0800
  599.  
  600. CircleBattery : Fix alignment regression from RTL
  601.  
  602. Rather than distributing the padding evenly to get around RTL issues,
  603. remeasure on layout changes.
  604.  
  605. Change-Id: Ic6f7a58bd64bf2c99f0e07edb0d8fb8cdb9aa398
  606.  
  607. commit a396485fcbebdb57fb39abe66cce5bb68f19bd2b
  608. Author: Ethan Chen <intervigil@gmail.com>
  609. Date: Mon Dec 9 01:29:23 2013 -0800
  610.  
  611. Add RTL variants for HSPAP H+ icon
  612.  
  613. Change-Id: I281083572d07773e4a00079bd947bfd0f4ddf6bb
  614.  
  615. commit ef86fc5431944dedbb8ded8839d493bccfeb1b7d
  616. Author: Danesh Mondegarian <daneshm90@gmail.com>
  617. Date: Sun Dec 8 22:43:44 2013 -0800
  618.  
  619. CircleBattery : Add RTL support
  620.  
  621. Use paddingStart for rtl compatibility
  622.  
  623. Change-Id: I6c61dfe460eb31c25013c68928935c54dc18baff
  624.  
  625. commit 5a2e9ff0e4a434dc442c17b07e7e54c6b88d6e99
  626. Author: Qaweck <qaweck@gmail.com>
  627. Date: Fri Dec 6 15:21:28 2013 +0100
  628.  
  629. Fix bluetooth and data enable with ProfileManager
  630.  
  631. Handle the case of system uid in AppOpsManager
  632.  
  633. Change-Id: I5f9c3ba2e2ed0b1c825b995bf2724066ae796bb4
  634.  
  635. commit 995a2b3042ce00a448f318c2307bcef9285477b7
  636. Author: Danesh Mondegarian <daneshm90@gmail.com>
  637. Date: Sun Dec 8 20:50:54 2013 -0800
  638.  
  639. UserTile : Check if profile has a photo
  640.  
  641. In the event that the profile doesn't have a photo, don't default to the
  642. user's photo, instead show a default avatar.
  643.  
  644. Change-Id: I80de324ae1e151693cf3716bf87d39a16096ca12
  645.  
  646. commit d034bb8a0a25da4376bb65057308332bbcc7b8a6
  647. Author: Ethan Chen <intervigil@gmail.com>
  648. Date: Fri Dec 6 18:25:28 2013 -0800
  649.  
  650. Show default profile name if no profile exists
  651.  
  652. Change-Id: I6b651d6b552ab3caf30102d289469eaf68f58a0e
  653.  
  654. commit 60fcb041a1501086a4105818bc3fe3b0fc304ced
  655. Merge: 7c10821 e356317
  656. Author: Steve Kondik <shade@chemlab.org>
  657. Date: Sun Dec 8 09:20:12 2013 +0000
  658.  
  659. Merge "Fix a bootloop problem when /data/system/usagestats/usage-history.xml is empty. This often occurs after an incomplete reboot/shutdown or battery pull." into cm-10.2
  660.  
  661. commit 7c10821674e7cac69d566c53cbd0522efc900851
  662. Merge: aeb8b53 cfaedc8
  663. Author: Danny Baumann <dannybaumann@web.de>
  664. Date: Sat Dec 7 10:50:18 2013 +0000
  665.  
  666. Merge "Fix navbar editor for RTL layouts." into cm-10.2
  667.  
  668. commit aeb8b53a30de67651a339fbca9a2f1750257c2e2
  669. Author: Marco Brohet <therbom@gmail.com>
  670. Date: Sat Dec 7 00:17:01 2013 +0000
  671.  
  672. Revert "core: add AST support"
  673.  
  674. This reverts commit e5b947e16545e300473b173ff7968c4a0b250777.
  675.  
  676. Change-Id: If8fea813b1fdfc05be81e1e3a0213c85f3c35ecc
  677.  
  678. commit e5b947e16545e300473b173ff7968c4a0b250777
  679. Author: Marco Brohet <therbom@gmail.com>
  680. Date: Fri Dec 6 19:35:58 2013 +0100
  681.  
  682. core: add AST support
  683.  
  684. Change-Id: I42203d7c0173e6cd880da3937f88e8f5c501db9d
  685.  
  686. commit 6909f215b454322f38d6c273d52765057c93161a
  687. Author: Ethan Chen <intervigil@gmail.com>
  688. Date: Fri Dec 6 00:33:37 2013 -0800
  689.  
  690. Fix showing owner info creation from UserTile if no owner is set
  691.  
  692. * Turns out the default user will always be present, meaning a check of
  693. user count == 0 fails.
  694.  
  695. Change-Id: Id8e8e75c5f51c73a60d7b9039298ecb90e572bc9
  696.  
  697. commit 87f08cdef6da37b9e0620fbcf3b96582e2237bde
  698. Merge: 130aee4 7ab6784
  699. Author: Danesh M <daneshm90@gmail.com>
  700. Date: Thu Dec 5 20:40:15 2013 +0000
  701.  
  702. Merge "Don't show phone unlock targets for devices without voice (1/2)" into cm-10.2
  703.  
  704. commit 130aee4b50387e01ccaec14cf89bde5e78f57235
  705. Merge: 15cf135 9723791
  706. Author: Marco Brohet <therbom@gmail.com>
  707. Date: Wed Dec 4 23:37:51 2013 +0000
  708.  
  709. Merge "Core: CA translations" into cm-10.2
  710.  
  711. commit 15cf13516dac11f164b492b91e78576ecb2ea635
  712. Merge: 52ced3f 5655bc0
  713. Author: Marco Brohet <therbom@gmail.com>
  714. Date: Wed Dec 4 23:37:28 2013 +0000
  715.  
  716. Merge "Core & SystemUI: RU translation" into cm-10.2
  717.  
  718. commit 52ced3fc916458fa96aebd9c60ac0458f634fe9a
  719. Merge: 9a20383 55c0173
  720. Author: Marco Brohet <therbom@gmail.com>
  721. Date: Wed Dec 4 23:30:59 2013 +0000
  722.  
  723. Merge "Update Lithuanian translations" into cm-10.2
  724.  
  725. commit e35631781ae1bfdfd0c4e81a224590d3a2318760
  726. Author: oubeichen <oubeichen@gmail.com>
  727. Date: Fri Nov 15 13:44:43 2013 +0800
  728.  
  729. Fix a bootloop problem when /data/system/usagestats/usage-history.xml is empty.
  730. This often occurs after an incomplete reboot/shutdown or battery pull.
  731.  
  732. Change-Id: I4f01151f4051df4ae1b85fa460ec7a9e70122878
  733.  
  734. commit 9a2038377a3763d3a6f5631656b915ca7eb472a3
  735. Merge: 9b38b0d 0411dcf
  736. Author: Danny Baumann <dannybaumann@web.de>
  737. Date: Wed Dec 4 09:16:17 2013 +0000
  738.  
  739. Merge "mdpi: Override only the required dimensions" into cm-10.2
  740.  
  741. commit cfaedc81b2d301530b971db4c295d09d8c9834d3
  742. Author: Danny Baumann <dannybaumann@web.de>
  743. Date: Tue Dec 3 14:35:56 2013 +0100
  744.  
  745. Fix navbar editor for RTL layouts.
  746.  
  747. Remove navigation bar layout XML override which wasn't needed anyway, as
  748. the views in mid_navigation_bar are already reordered based on the
  749. layout direction anyway.
  750.  
  751. Change-Id: Id57c781d9580fa0cb2eab3bb332daf4136bec321
  752. JIRA:CYAN-2557
  753.  
  754. commit 55c017362991894fa1c930234487ddc02090f7c1
  755. Author: Frant1c <Plentauskas1992@gmail.com>
  756. Date: Sun Nov 10 21:23:47 2013 -0500
  757.  
  758. Update Lithuanian translations
  759.  
  760. Change-Id: I4cbe3e6ff29dfecfb3a4a8b1e7566bdfda42e5d2
  761.  
  762. commit 5655bc00648f4053347742daaa740e7378713c12
  763. Author: Vladislav Koldobskiy <admin@nevergone.ru>
  764. Date: Sat Nov 30 22:02:51 2013 +0400
  765.  
  766. Core & SystemUI: RU translation
  767.  
  768. Fix ALL the translations!
  769. Includes plurals' fix (cause I'm tired of wrong timestamps here and there)
  770.  
  771. Change-Id: If5ce60a421d3fcdf4836f5312b5205a6b11ba3f7
  772.  
  773. commit 97237913131f5e8c60db1ba9a3d41a7b8b99e7e5
  774. Author: arnau <arnaullv@gmail.com>
  775. Date: Sat Nov 30 14:37:29 2013 +0100
  776.  
  777. Core: CA translations
  778.  
  779. Change-Id: I200732d3c576bdf8044192d2442678f5d4d8e61d
  780.  
  781. commit 9b38b0d760daa21597208db30bd9d5bfa37f590d
  782. Merge: 3beab6d 5eef141
  783. Author: Danny Baumann <dannybaumann@web.de>
  784. Date: Sat Nov 30 13:31:08 2013 +0000
  785.  
  786. Merge "Core: Update DE translation for AppOps" into cm-10.2
  787.  
  788. commit 3beab6d3198e7203cb42a19afe61196a3fdf1852
  789. Merge: 7f66ca6 0c011a2
  790. Author: Marco Brohet <therbom@gmail.com>
  791. Date: Sat Nov 30 11:19:20 2013 +0000
  792.  
  793. Merge "FrameworkBase: CS translation" into cm-10.2
  794.  
  795. commit 7f66ca6f0ab4128909f7afaa6da6c4526db4386d
  796. Author: kaiyiz <kaiyiz@codeaurora.org>
  797. Date: Mon Nov 4 10:07:24 2013 +0800
  798.  
  799. WMS: fix no thumbnail image of Gallery in the recent tasks list.
  800.  
  801. When it takes the screenshot of an application, it will calculate
  802. the minLayer and maxLayer first, and if a window is full screen,
  803. it won't deal with the windows below it. However, the surfaceview
  804. is placed below a window but will be displayed at front, this make
  805. the surface view can not be included when take the screenshot of
  806. an application, then it diaplays a black area in the recent tasks
  807. list.
  808.  
  809. If the currect window is full screen, no need to finish the
  810. calculation.
  811.  
  812. CR-Fixed:566752
  813.  
  814. Change-Id: Iaf3e9a3e6520007571ea545ccc9c05d4b1b416fd
  815.  
  816. commit e63e4d160a358e485be42ea1c9da0766ea146bc6
  817. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  818. Date: Thu Nov 28 21:03:13 2013 +0000
  819.  
  820. api: Add networkAttributes to the public resource list
  821.  
  822. Companion change to I1fdade47098bc9030116230dce27a3e6e5aab413
  823.  
  824. Change-Id: I54a95f1748d7b60be0c15a9a2f7f7badc13cbbd8
  825.  
  826. commit ccf72b3cae8d18de65acfccc374719f567b23b11
  827. Author: Steve Kondik <shade@chemlab.org>
  828. Date: Thu Nov 28 07:41:02 2013 -0800
  829.  
  830. Fix resource id of networkAttributes
  831.  
  832. * Google didn't make networkAttributes a public resource, so everyone
  833. is failing CTS after adding new resources to the framework. This
  834. fixes it.
  835.  
  836. Change-Id: I1fdade47098bc9030116230dce27a3e6e5aab413
  837.  
  838. commit 0411dcf42716bad8e51e092c50664ff53837a91b
  839. Author: Michael Bestas <mikeioannina@gmail.com>
  840. Date: Thu Nov 28 03:51:09 2013 +0200
  841.  
  842. mdpi: Override only the required dimensions
  843.  
  844. We should only override whatever dimension is needed
  845. Should fix the lockscreen targets icon size changed
  846. here: http://review.cyanogenmod.org/31987
  847.  
  848. Change-Id: I602e8d3c2b501a2b8df56a1855c9279b67a767f8
  849.  
  850. commit 3d585059d7410c26a542aa5d5534c4f65898e54c
  851. Author: Naveen Kalla <nkalla@codeaurora.org>
  852. Date: Wed Jul 3 16:39:27 2013 -0700
  853.  
  854. Set subscription_mode in the database to a default value
  855.  
  856. If ro.telephony.default_cdma_sub is set, use that to set the
  857. default CDMA subscription source in the database. If that is not set
  858. use the default preferred value defined in the source code.
  859.  
  860. Change-Id: I11fff596a5fe721c64f192c889672326517dc43d
  861.  
  862. commit 5eef1410d4a0ad837aa565a422ab0a5d9b759992
  863. Author: elektroschmock <elektroschmock78@googlemail.com>
  864. Date: Thu Nov 14 20:13:14 2013 +0100
  865.  
  866. Core: Update DE translation for AppOps
  867.  
  868. Change-Id: I8319b7396a7f83a7ffcfb02df29187cc8e1dee23
  869.  
  870. commit 0c011a2ce85b7984f9a0d217367d018b9d35d9ad
  871. Author: Ondrej Zima <keltuv.email@gmail.com>
  872. Date: Thu Nov 14 12:08:38 2013 +0100
  873.  
  874. FrameworkBase: CS translation
  875.  
  876. - added AppOps
  877. - fixed AppOps for wakeup
  878.  
  879. @CID: reexamine please
  880.  
  881. Change-Id: I846a860974d8b2ff99e183001a673c379230de07
  882.  
  883. commit 38e88ee4c64e00c68ea304f6b091a5ba245c0e5d
  884. Author: Tamas Toth <syman@babulus.hu>
  885. Date: Thu Nov 21 08:46:13 2013 +0100
  886.  
  887. core: HU translation
  888.  
  889. PS2: Correcting
  890. PS3: Triggering Cid
  891. PS4: Typos
  892. PS7: Prepare for merging
  893.  
  894. Change-Id: Ieeb8bf143f341e0d432a06e9eb86301d5a27a950
  895.  
  896. commit 6a2cee4280070159d7b31bdff21c4bd1dcc7af0b
  897. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  898. Date: Sat Nov 23 08:00:08 2013 +0000
  899.  
  900. PackageManager: Prevent themes from going into ASEC containers
  901.  
  902. Themes on ASEC cause all kinds of random timing/racey issues at boot
  903. time, and more kinds of racey concurrency issues at uninstall/upgrade
  904. time. Stop them from getting into containers at all.
  905.  
  906. Change-Id: If08e90c51137b22239831a4eca17ea00d5d87d93
  907.  
  908. commit 6530cb8cccbf554abb318997d8c595f616247884
  909. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  910. Date: Fri Nov 22 00:49:29 2013 +0100
  911.  
  912. framework: NL translation
  913.  
  914. Change-Id: I2ae5333aa41c6d582519c3bbc453268e6726b2de
  915.  
  916. commit 7ab6784e7ad24e8ac0326d1955f101c0aa37c775
  917. Author: Veeti Paananen <veeti.paananen@rojekti.fi>
  918. Date: Wed Nov 6 00:55:06 2013 +0200
  919.  
  920. Don't show phone unlock targets for devices without voice (1/2)
  921.  
  922. Add a separate list of default lockscreen unlock targets for devices
  923. without voice capability.
  924.  
  925. Change-Id: I59d6711e74c3bf48e6453a9530fa88f28b25b78e
  926. -----------------------------------------------------------------
  927. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/frameworks/native 507b2437bd06faa9d37736572539e1458fd4d854..1bfc8ff4a11bc89b095376af8267c8fe05710056
  928. commit 1bfc8ff4a11bc89b095376af8267c8fe05710056
  929. Author: Shuo Gao <shuo.gao@intel.com>
  930. Date: Thu Oct 17 11:36:11 2013 +0800
  931.  
  932. fix corruption in Vector<> when malloc falied
  933.  
  934. 1. When alloc or realloc failed in the function SharedBuffer::editResize,
  935. it would return a NULL pointer, then mStorage would update to be 1 by
  936. SharedBuffer::data() if no pointer check here, which is an obviously
  937. wrong address, and would cause corruption when used it e.g. in capacity().
  938.  
  939. So add the pointer check here for the return value of SharedBuffer::editResize,
  940. if it's NULL do not use it to update mStorage, to avoid the value of mStorage
  941. polluted.
  942.  
  943. 2. when alloc or realloc falied in _grow & _shrink function, mStorage keep
  944. the original value, so mCount should not be updated here.
  945.  
  946. Otherwise, mStorage might be 0 but mCount>0, so a corruption would happend
  947. when it try to delete items from the Vector since mCount>0.
  948.  
  949. Change-Id: I7c3814e843c459834ca5eed392e8d63d1cb7d2d8
  950. Signed-off-by: Shuo Gao <shuo.gao@intel.com>
  951. Signed-off-by: Jian Luo <jian.luo@intel.com>
  952. Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
  953. Signed-off-by: Jack Ren <jack.ren@intel.com>
  954. Author-tracking-BZ: 139626
  955. -----------------------------------------------------------------
  956. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/frameworks/opt/telephony 7fad8a871b198fe43b7e91f10a73fb19edc1e007..5298d598c85461af8153fbb11a66042b39dbaead
  957. commit 5298d598c85461af8153fbb11a66042b39dbaead
  958. Author: Michael Gernoth <michael@gernoth.net>
  959. Date: Mon Dec 16 22:56:46 2013 +0100
  960.  
  961. CdmaLte: call setDataRegState when using RilVoiceRadioTechnology for data
  962.  
  963. When using the VoiceRadioTechnology to set the DataRadioTechnology
  964. (by using usevoicetechfordata in ro.telephony.ril.v3), the actual
  965. data registration state needs also to be updated with the service
  966. state depending on the VoiceRadioTechnology. Without this, no data
  967. connection would be established.
  968.  
  969. Change-Id: I61fa1937862c59e793f43a1fe8a5b62f0ce1a992
  970.  
  971. commit 74705afcee3081c95a2208311460492744a24012
  972. Merge: 8f8813e c5ef493
  973. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  974. Date: Fri Dec 13 19:30:51 2013 +0000
  975.  
  976. Merge "telephony: do only run setCellInfoListRate for RIL version >= 8 old libraries like those from MR0 don't support this and sending this command causes endless wakelocks" into cm-10.2
  977.  
  978. commit 8f8813eb511aa678f8abae898bbae90dda867a3e
  979. Merge: f9d2bb6 d368879
  980. Author: Danny Baumann <dannybaumann@web.de>
  981. Date: Tue Dec 10 10:12:23 2013 +0000
  982.  
  983. Merge "Fix NRE on sending multipart texts." into cm-10.2
  984.  
  985. commit d368879b88ac91edac0ef1176149230f94387ea8
  986. Author: Jed Hamilton <liquid64@gmail.com>
  987. Date: Mon Dec 9 10:58:33 2013 -0600
  988.  
  989. Fix NRE on sending multipart texts.
  990.  
  991. Watch for deliveryIntents, parts, and sentIntents being null.
  992.  
  993. This is based on http://review.cyanogenmod.org/#/c/46009/
  994.  
  995. Change-Id: I4abe2a2bd3e45bafde32de3a0c81576d742e4cee
  996.  
  997. commit f9d2bb6e27c7d3fd9067d3192ae57f783679ec7d
  998. Author: duho.ro <duho.ro@lge.com>
  999. Date: Sat Sep 7 02:07:04 2013 +0900
  1000.  
  1001. UICC: get ICCID from SIM for CDMAPhone state
  1002.  
  1003. If the phone state is CDMAPhone and the UICC does not have a CDMA application,
  1004. getIccSerialNumber() can not read the ICCID from SIM.
  1005. This changes are changing the reference of the card application object
  1006. from RUIMRecords to SIMRecords. So, this method is able to get the ICCID
  1007. from SIMRecords, if the UICC has a SIM/USIM.
  1008.  
  1009. Bug: 10564873
  1010. Change-Id: Id55f794828f1f1a89905298776500df90088b17e
  1011.  
  1012. commit c5ef4932b3cca7d67efdce19ffdcb3eaeed75ef7
  1013. Author: M1cha <sigmaepsilon92@gmail.com>
  1014. Date: Mon Dec 2 01:31:04 2013 +0100
  1015.  
  1016. telephony: do only run setCellInfoListRate for RIL version >= 8
  1017. old libraries like those from MR0 don't support this and sending this command causes endless wakelocks
  1018.  
  1019. Change-Id: Ia47d366f70841eb9910079e105add407f58e7555
  1020.  
  1021. commit 9ed9db552e2abbc60412b8db4fba7fcadd7658b2
  1022. Author: Matt Mower <mowerm@gmail.com>
  1023. Date: Thu Nov 28 11:12:32 2013 -0600
  1024.  
  1025. HTCQualcommM7CDMARIL: remove skip subscription hack
  1026.  
  1027. With the availability of setting a default subscription source via
  1028. ro.telephony.default_cdma_sub ( http://review.cyanogenmod.org/54501 ),
  1029. this hack should no longer be necessary. Only m7vzw should be affected
  1030. by this commit.
  1031.  
  1032. Change-Id: I4f7ff17176e08f2d1f07d0c245033742c72ebff5
  1033.  
  1034. commit c28ce4277b319d4c40112e9c67a96f832b10922a
  1035. Author: Dorian Snyder <dastin1015@gmail.com>
  1036. Date: Mon Oct 21 19:30:40 2013 -0700
  1037.  
  1038. SamsungCDMAv6RIL: update to latest RIL
  1039.  
  1040. Also add two mic state and WB AMR
  1041.  
  1042. Change-Id: I0a9fdbbfa7880f964c530b7aa3e46baf2fe9e6c1
  1043. -----------------------------------------------------------------
  1044. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/frameworks/rs abb1cd7b3ddd1346c018b796b99892763fa8b279..3cb7c116df9eb9c67a3107e85bfe511cc92a2e64
  1045. commit 3cb7c116df9eb9c67a3107e85bfe511cc92a2e64
  1046. Author: Ling Wan <lingw@codeaurora.org>
  1047. Date: Fri Mar 15 16:21:50 2013 -0700
  1048.  
  1049. Add Sampler custom alloc/delete
  1050.  
  1051. (Cherry-picked from commit 8725468a009ca71e65d518cfa948ea75437db0de.)
  1052.  
  1053. Change-Id: I9085ee083a3ab0045b9aeb49ed525da4b8532b86
  1054.  
  1055. commit a8b006f7f613c8c9cc7c595033f23e131fe276ff
  1056. Author: Stephen Hines <srhines@google.com>
  1057. Date: Wed Jul 10 17:59:47 2013 -0700
  1058.  
  1059. Implement MemChunk::registerAllocFreeCallbacks().
  1060.  
  1061. This function allows a driver implementation to register its own handler
  1062. for allocating/freeing MemChunk objects. MemChunk is primarily used by
  1063. the ELF loader for various code/data segments.
  1064.  
  1065. (Cherry-picked from commit 37c0c8c44c1cc0ca9e79f28563fb062598faafe5.)
  1066.  
  1067. Change-Id: I94fedfb9fde0c2e686b9ddae31eb45a1fea37801
  1068.  
  1069. commit 656a01cc0b27f1877a55c6da62513b0a72b57af6
  1070. Author: Stephen Hines <srhines@google.com>
  1071. Date: Mon Apr 29 19:13:09 2013 -0700
  1072.  
  1073. Provide a mechanism for adjusting RSCompilerDriver after construction.
  1074.  
  1075. We add a simple callback to the reference implementation of libRSDriver.so,
  1076. such that additional BCC flags can be toggled/adjusted before doing any
  1077. actual CPU compilation.
  1078.  
  1079. (Cherry-picked from commit b1e577be646159113e1302d6d37a13751f78d2c5.)
  1080.  
  1081. Change-Id: If8e7e6cfc4ad4810890ca9e82969c695f39ca60b
  1082. -----------------------------------------------------------------
  1083. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/hardware/cm 8b90a4e9a2907daccba3800adecad5abb5d1c367..d00475819fa3db93b7cc967fc16a3a16ed734285
  1084. commit d00475819fa3db93b7cc967fc16a3a16ed734285
  1085. Author: Steve Kondik <shade@chemlab.org>
  1086. Date: Thu Dec 5 00:36:14 2013 -0800
  1087.  
  1088. cm: power: Tune for less wakeups
  1089.  
  1090. Change-Id: I91092d1463583639b68df3df2076f54cd5c19bf4
  1091. -----------------------------------------------------------------
  1092. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/hardware/qcom/audio-caf 8f88cac1084451d6b6f03314f1ac5cc1802e4e1b..e0f67c7c6251ae6ca39edaaf16f50f11d201b500
  1093. commit e0f67c7c6251ae6ca39edaaf16f50f11d201b500
  1094. Author: Divya Narayanan Poojary <dnaray@codeaurora.org>
  1095. Date: Tue Oct 1 15:04:49 2013 +0530
  1096.  
  1097. alsa_sound: Fix for unhandled NULL pointer
  1098.  
  1099. -Passing NULL pointer to pcm_read()/pcm_write()/
  1100. pcm_prepare() would crash, since it doesnt perform
  1101. a NULL check before using the pointer, resulting
  1102. in random crash
  1103. -Fix is to check whether handle is NULL or not.
  1104.  
  1105. Change-Id: I7061d40bddcaaae2145f5fc0a0229abeebead878
  1106. CRs-fixed: 549257
  1107.  
  1108. commit b01eef9d60c2249d859a057f0c1ddfcd3684889f
  1109. Author: Divya Narayanan Poojary <dnaray@codeaurora.org>
  1110. Date: Wed Sep 11 10:47:36 2013 +0530
  1111.  
  1112. audio: fix for unhandled NULL pointer in HAL
  1113.  
  1114. - Check if handle is NULL before calling pcm_close
  1115. - Check if usecase is NULL before string comparison
  1116. operations
  1117. - Disable unnecessary debug logs in HAL
  1118.  
  1119. Change-Id: I569cbf510c820e1a155abf3efb4bbb525e68aafb
  1120.  
  1121. commit 86671ef4fe2035a09dd15a3cdbc4a3e628b31846
  1122. Author: Vidyakumar Athota <vathota@codeaurora.org>
  1123. Date: Wed Aug 7 17:35:49 2013 -0700
  1124.  
  1125. alsa_sound: Fix a memory leak
  1126.  
  1127. A pointer variable was not being freed up which is
  1128. causing memory leak.
  1129. This change is to fix the same.
  1130.  
  1131. Change-Id: I12728a4a75fb303d34d10657fe9cbc1b55c1687e
  1132. CRs-Fixed: 523572
  1133. -----------------------------------------------------------------
  1134. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/hardware/ti/wpan 59d89eaa4ca8ad49ca28d40a72ba4dd229ed6d5c..ab119e0f3a7b9f9aac07d799e76434a48de686bb
  1135. commit ab119e0f3a7b9f9aac07d799e76434a48de686bb
  1136. Author: Michael Bestas <mikeioannina@gmail.com>
  1137. Date: Wed Nov 13 19:41:51 2013 +0200
  1138.  
  1139. wpan: Enable flag check for FM app
  1140.  
  1141. Some devices need to provide a modified version of the FM app
  1142.  
  1143. Change-Id: Ie7aeefc63ba9e81f1027fb33b2b28678880d36ab
  1144.  
  1145. commit a46207c7b9eae4b51c3ef3b811eeb8540224a79f
  1146. Author: Vishal Mahaveer <vishalm@ti.com>
  1147. Date: Fri Oct 25 10:55:37 2013 -0500
  1148.  
  1149. wpan: fix build issues
  1150.  
  1151. - Remove refernce to non existent files in ti-wpan-products.mk
  1152. - Include wpan components only for TI builds
  1153.  
  1154. Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
  1155. Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
  1156.  
  1157. Change-Id: Id731c538f814ff9ab296c0bae19deaf58ed03b7e
  1158.  
  1159. commit 6f350d07c0c3d61086231cf80530b387dc5a17f3
  1160. Author: Jean-Baptiste Queru <jbq@google.com>
  1161. Date: Tue Dec 4 13:12:32 2012 -0800
  1162.  
  1163. Clean up makefiles
  1164.  
  1165. Change-Id: I76f1909565905e1c07f44c1660d24d806f94c95e
  1166. -----------------------------------------------------------------
  1167. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/kernel/archos/archos_g9 6997be20db8d55fe21b5fc0f5d553c4ee1a2a1f7..c5a45a61d5701471a6f583ee1a99b6ec1d45cc85
  1168. commit c5a45a61d5701471a6f583ee1a99b6ec1d45cc85
  1169. Author: Quallenauge <Hamsi2k@freenet.de>
  1170. Date: Thu Dec 19 20:43:15 2013 +0100
  1171.  
  1172. Add cpufreq driver from latest omapzoom reference kernel (3.0.31).
  1173.  
  1174. commit 1d009f94912ba05f81df2763ecab41f1ec1042bc
  1175. Author: Quallenauge <Hamsi2k@freenet.de>
  1176. Date: Thu Dec 19 20:41:48 2013 +0100
  1177.  
  1178. Add omap4_duty_governor_pcb_sections definition based of the SDP board.
  1179. This should prevent overheating the board by reducing cpu performance.
  1180.  
  1181. commit 4d301b7a665b1f77963fca68302109e134c1bb08
  1182. Author: Quallenauge <Hamsi2k@freenet.de>
  1183. Date: Wed Dec 18 09:59:25 2013 +0100
  1184.  
  1185. Add zram for module compilation.
  1186.  
  1187. commit 7e4d70d38295cedf8fea7faab78d9988c7c2d7cb
  1188. Author: Quallenauge <Hamsi2k@freenet.de>
  1189. Date: Fri Dec 6 21:53:04 2013 +0100
  1190.  
  1191. Add panel size to the panel definition. This is used to determine the display resolution in android-display.c.
  1192.  
  1193. commit ce23021eb219dd77ede194209e01db670c0eeea4
  1194. Author: Quallenauge <Hamsi2k@freenet.de>
  1195. Date: Fri Dec 6 21:50:51 2013 +0100
  1196.  
  1197. Using the physical LCD display as default display. This is used to determine the display resolution in android-display.c class.
  1198.  
  1199. commit 558b454d183b97d424b2e5eaa2f713744c18d168
  1200. Author: Quallenauge <Hamsi2k@freenet.de>
  1201. Date: Thu Dec 5 21:58:38 2013 +0100
  1202.  
  1203. android-display: allocate two buffers for FB by default
  1204.  
  1205. only one buffer was being allocated for FB vram by default.
  1206. blitter requires two buffers for flip flop
  1207.  
  1208. Change-Id: I05bbaae2f93903fdea52caa5b5a0294b39680bfc
  1209. Signed-off-by: Sundar Raman <a0393242@ti.com>
  1210.  
  1211. Cherry-picked from:
  1212. http://review.omapzoom.org/#/c/32397/
  1213.  
  1214. commit 42e1cf990953cf89687526a06d67e19d8be5f96c
  1215. Author: Sundar Raman <a0393242@ti.com>
  1216. Date: Tue Mar 26 20:31:10 2013 -0500
  1217.  
  1218. omaplfb: add support for blitter for second fb
  1219.  
  1220. enable blitting for second fb for multi display
  1221. in presentation mode
  1222.  
  1223. Change-Id: I7bc23c5446df101f8beca7fdc6421ae9d45224a4
  1224. Signed-off-by: Sundar Raman <a0393242@ti.com>
  1225.  
  1226. commit 0636da63c100456f60372ad9baae75859926a6ec
  1227. Author: Erik Gilling <konkers@android.com>
  1228. Date: Thu Feb 28 16:42:58 2013 -0800
  1229.  
  1230. staging: sw_sync: Add cpu based sync driver
  1231.  
  1232. Adds a base sync driver that uses the cpu for serialization.
  1233.  
  1234. Cc: Maarten Lankhorst <maarten.lankhorst@canonical.com>
  1235. Cc: Erik Gilling <konkers@android.com>
  1236. Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
  1237. Cc: Rob Clark <robclark@gmail.com>
  1238. Cc: Sumit Semwal <sumit.semwal@linaro.org>
  1239. Cc: dri-devel@lists.freedesktop.org
  1240. Cc: Android Kernel Team <kernel-team@android.com>
  1241. Signed-off-by: Erik Gilling <konkers@android.com>
  1242. [jstultz: Add commit message, whitespace fixes and move to
  1243. staging directory]
  1244. Signed-off-by: John Stultz <john.stultz@linaro.org>
  1245. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  1246.  
  1247. commit aafd55514e13809438464d3bce40f6a811c2903c
  1248. Author: Erik Gilling <konkers@android.com>
  1249. Date: Thu Feb 28 16:42:57 2013 -0800
  1250.  
  1251. staging: sync: Add synchronization framework
  1252.  
  1253. Sync is a framework for synchronization between multiple
  1254. drivers. Sync implementations can take advantage of hardware
  1255. synchronization built into devices like GPUs.
  1256.  
  1257. Cc: Maarten Lankhorst <maarten.lankhorst@canonical.com>
  1258. Cc: Erik Gilling <konkers@android.com>
  1259. Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
  1260. Cc: Rob Clark <robclark@gmail.com>
  1261. Cc: Sumit Semwal <sumit.semwal@linaro.org>
  1262. Cc: dri-devel@lists.freedesktop.org
  1263. Cc: Android Kernel Team <kernel-team@android.com>
  1264. Signed-off-by: Erik Gilling <konkers@android.com>
  1265. [jstultz: Added commit message, moved to staging, squished minor fix in]
  1266. Signed-off-by: John Stultz <john.stultz@linaro.org>
  1267. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  1268.  
  1269. Conflicts:
  1270. drivers/staging/android/Makefile
  1271. -----------------------------------------------------------------
  1272. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Apollo 2fccc6344ab337aed6c50424f377f7366a863402..9d66567ae072083c53df5f64f501fcf80893811e
  1273. commit 9d66567ae072083c53df5f64f501fcf80893811e
  1274. Author: Ethan Chen <intervigil@gmail.com>
  1275. Date: Mon Dec 16 18:51:15 2013 -0800
  1276.  
  1277. Apollo: handle possible exceptions
  1278.  
  1279. Change-Id: Ie0f2496ccb3ec4d849fc9751ac682fe3b916a6bb
  1280.  
  1281. commit db526dad800e8608bc3d6d1b01723a16ea792322
  1282. Author: Frant1c <Plentauskas1992@gmail.com>
  1283. Date: Wed Dec 4 17:03:14 2013 +0200
  1284.  
  1285. Apollo: LT translsations
  1286.  
  1287. Minor fixes
  1288.  
  1289. Change-Id: Iab9aa121ad112a32622ef9f23d5b43780ab17a49
  1290.  
  1291. commit 0e0184b456c2b31ae70f42f9d006e4144a9cfca5
  1292. Merge: c17b8e7 9fbaa9c
  1293. Author: Marco Brohet <therbom@gmail.com>
  1294. Date: Sat Nov 30 11:28:59 2013 +0000
  1295.  
  1296. Merge "Add Lithuanian translations" into cm-10.2
  1297.  
  1298. commit c17b8e704d8357cb8841cb7adfcb82296cb7806e
  1299. Author: Ethan Chen <intervigil@gmail.com>
  1300. Date: Wed Nov 20 22:50:41 2013 -0800
  1301.  
  1302. Apollo: Lock when re-opening cursor
  1303.  
  1304. * In certain situations it may be possible to query the cursor
  1305. in a state where it has been closed and not yet re-opened.
  1306.  
  1307. Change-Id: I60b19624887bc8ef27b928105a07072e3e11f80b
  1308.  
  1309. commit 9fbaa9c18afd500cac51aa3ea1272a9c0ba8491f
  1310. Author: Frant1c <Plentauskas1992@gmail.com>
  1311. Date: Fri Nov 8 03:20:05 2013 +0200
  1312.  
  1313. Add Lithuanian translations
  1314.  
  1315. Change-Id: Ifc931fb616c822cf3f417d88ade6a7997c8ef1de
  1316. -----------------------------------------------------------------
  1317. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Bluetooth 3750e47742270b5a17b856a2b13bbd66503e50ac..7b7bb1d76d0b53f215f205d8e6f0cfe50401f69c
  1318. commit 7b7bb1d76d0b53f215f205d8e6f0cfe50401f69c
  1319. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  1320. Date: Thu Dec 5 20:50:41 2013 +0100
  1321.  
  1322. Bluetooth PL translations
  1323.  
  1324. PS2: Fix
  1325.  
  1326. Change-Id: I80c7c0c85b2bb293e37ba7b0775a3721378eada6
  1327.  
  1328. commit 703502c762620db5ea570934fbf1e306d0f75bbd
  1329. Author: Frant1c <Plentauskas1992@gmail.com>
  1330. Date: Sat Nov 30 23:01:35 2013 +0200
  1331.  
  1332. Bluetooth: LT translations
  1333.  
  1334. Change-Id: I29b93c93a89c67fc082c8cb7ed6d517d2f55f107
  1335. -----------------------------------------------------------------
  1336. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/BluetoothExt 42443098b8b3824ec67d57233e7c65d5be37ea3a..1c0dfff1dd54d4bb4308c10e43ffd1c0c877ba21
  1337. commit 1c0dfff1dd54d4bb4308c10e43ffd1c0c877ba21
  1338. Author: Frant1c <Plentauskas1992@gmail.com>
  1339. Date: Fri Dec 6 00:49:18 2013 +0200
  1340.  
  1341. BluetoothExt: LT translations
  1342.  
  1343. Missing strings have been translated
  1344.  
  1345. Change-Id: Id86c793105ddd5f13bb2905046dbae5abb13d906
  1346.  
  1347. commit 5732f5a35b8f5a6d9c92e69a64110df256a5773a
  1348. Merge: b91a101 0a118a1
  1349. Author: Marco Brohet <therbom@gmail.com>
  1350. Date: Wed Dec 4 23:24:42 2013 +0000
  1351.  
  1352. Merge "BluetoothExt: LT translations" into cm-10.2
  1353.  
  1354. commit b91a101feb4a13febb3c0f3460c8df87c798cd6e
  1355. Author: Ondrej Zima <keltuv.email@gmail.com>
  1356. Date: Thu Nov 14 12:21:31 2013 +0100
  1357.  
  1358. BluetoothExt: CS translation
  1359.  
  1360. - added CS translation
  1361. - fixed DUN translation
  1362.  
  1363. Change-Id: I9f7a1e93944407edc037b840f950531333c80131
  1364.  
  1365. commit 0a118a1cc603145cc3017bf3d2af44370d43b488
  1366. Author: Frant1c <Plentauskas1992@gmail.com>
  1367. Date: Tue Nov 12 09:24:29 2013 +0200
  1368.  
  1369. BluetoothExt: LT translations
  1370.  
  1371. PS8: Trigger Cid
  1372.  
  1373. Change-Id: I635a88e30ac923b1967680714a23875b05571852
  1374.  
  1375. commit 0abc48fe93e3d35baf49a064669d6ef8a6f81295
  1376. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  1377. Date: Fri Nov 29 14:10:46 2013 +0100
  1378.  
  1379. BluetoothExt: Cleanup translations part 2
  1380.  
  1381. Change-Id: I1c54bb829fcf3494c7d9813e0e12d6f7f6cf39bc
  1382.  
  1383. commit 74387c5b607393ced4db07286a8f09133bc21ccf
  1384. Merge: 64508f1 f8709eb
  1385. Author: Marco Brohet <therbom@gmail.com>
  1386. Date: Wed Nov 27 22:53:27 2013 +0000
  1387.  
  1388. Merge "BluetoothExt: IT translations" into cm-10.2
  1389.  
  1390. commit 64508f14a4aace823ab9474c6d029f65d6e03b22
  1391. Merge: dc8be0f 4ebb7ab
  1392. Author: Marco Brohet <therbom@gmail.com>
  1393. Date: Wed Nov 27 21:07:06 2013 +0000
  1394.  
  1395. Merge "BluetoothExt: CA translations" into cm-10.2
  1396.  
  1397. commit f8709ebc442dab02a76f3bda960a647199d67c99
  1398. Author: Francesco <francescoforesta@gmail.com>
  1399. Date: Wed Nov 27 21:18:05 2013 +0100
  1400.  
  1401. BluetoothExt: IT translations
  1402.  
  1403. Change-Id: I8698cd3ccc4c61a59403c96521dc3fe77cbb5873
  1404.  
  1405. commit dc8be0f7916c9e3802b63df530da677e67799602
  1406. Author: Michael Bestas <mikeioannina@gmail.com>
  1407. Date: Wed Nov 27 15:19:40 2013 +0200
  1408.  
  1409. BluetoothExt: EL translations
  1410.  
  1411. Change-Id: Ie0151dec99fd2bcb9fed6ab5c8487585ec106daa
  1412.  
  1413. commit 29ab69424da2b7991bc0f3e8e17ec0c80ed916e4
  1414. Merge: 4244309 2212c1d
  1415. Author: Danny Baumann <dannybaumann@web.de>
  1416. Date: Wed Nov 27 12:50:24 2013 +0000
  1417.  
  1418. Merge "BluetoothExt: Cleanup translations" into cm-10.2
  1419.  
  1420. commit 4ebb7ab1bea4444d4aff1b2a716622b9961a40fb
  1421. Author: arnau <arnaullv@gmail.com>
  1422. Date: Mon Nov 25 20:16:29 2013 +0100
  1423.  
  1424. BluetoothExt: CA translations
  1425.  
  1426. PS3: Trigger Cid
  1427.  
  1428. Change-Id: I4fbdee6d80962a59b2c27f0b2fd5de09149503f3
  1429.  
  1430. commit 2212c1d33d1c67e93ec883a2849a5d63b1fa5a11
  1431. Author: Michael Bestas <mikeioannina@gmail.com>
  1432. Date: Sat Nov 9 01:39:37 2013 +0200
  1433.  
  1434. BluetoothExt: Cleanup translations
  1435.  
  1436. * Fix capitalization
  1437. * Unify common strings
  1438.  
  1439. Change-Id: I9b02ae50c5b1df23686dfbaa3990f89d0c83beed
  1440. -----------------------------------------------------------------
  1441. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Browser 99d2fc07573e3250e4f811dcf744abc15d916881..e22609197a2f1250a45263436599e8a3286286c9
  1442. commit e22609197a2f1250a45263436599e8a3286286c9
  1443. Merge: 99d2fc0 d7f515f
  1444. Author: Marco Brohet <therbom@gmail.com>
  1445. Date: Fri Nov 22 20:12:04 2013 +0000
  1446.  
  1447. Merge "Update Lithuanian translations" into cm-10.2
  1448.  
  1449. commit d7f515fe37e106ec5ec27d170817addcb2dc068b
  1450. Author: Frant1c <Plentauskas1992@gmail.com>
  1451. Date: Tue Nov 12 09:22:15 2013 +0200
  1452.  
  1453. Update Lithuanian translations
  1454.  
  1455. Change-Id: I69aa81b9bba67051f7bdc1a991792440b25bfccd
  1456. -----------------------------------------------------------------
  1457. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/CMAccount 4540c1c69327c553701f7465ac272a4fa814807f..ef091b85a37fd6421bec4e369fcf4ccfac65e7b0
  1458. commit ef091b85a37fd6421bec4e369fcf4ccfac65e7b0
  1459. Author: cretin45 <cretin45@gmail.com>
  1460. Date: Thu Dec 12 12:44:31 2013 -0800
  1461.  
  1462. Fix for race condition after Google account setup.
  1463.  
  1464. The future for add account can be delayed enough that it is possible to move on to the last page by the time it is called back.
  1465. The patch is three-fold:
  1466. *Added a check to ensure we don't call getPage on an out of bounds index.
  1467. *Changed call into account manager to return the Intent for Google setup. Now we can use onActivityResult and avoid this race condition.
  1468. *Don't remove google setup page if and account isn't setup.
  1469.  
  1470. Change-Id: I3bceb7b154a74e34bcc1a27331cccc57e0d9b573
  1471.  
  1472. commit 5a079214bf41268487b36a59d5b7ae02d7612a82
  1473. Author: Frant1c <Plentauskas1992@gmail.com>
  1474. Date: Wed Dec 4 05:00:04 2013 +0200
  1475.  
  1476. CMAccount: LT translations
  1477.  
  1478. Minor fixes
  1479. Missing strings have been translated
  1480.  
  1481. Change-Id: Ia6f7792fbc5f038835366428e3900cf1d36114a7
  1482.  
  1483. commit 09a02e1650d1baf56d04d7e42e70ecc4f0e880cb
  1484. Merge: 8028cad 728b8de
  1485. Author: Marco Brohet <therbom@gmail.com>
  1486. Date: Thu Nov 28 21:40:21 2013 +0000
  1487.  
  1488. Merge "CMAccount: ES translations" into cm-10.2
  1489.  
  1490. commit 728b8dea60b1d060e57d37a3eb36e507f2c4a84c
  1491. Author: Lorenzo M <djmesias@yahoo.es>
  1492. Date: Thu Nov 28 11:28:51 2013 +0100
  1493.  
  1494. CMAccount: ES translations
  1495.  
  1496. - Fix name of Next button
  1497.  
  1498. Change-Id: Ic43c1d3a9afa5babfd6312de10f6371678585e41
  1499.  
  1500. commit 8028cad43b383bfc9f7d61944177383eaf145c41
  1501. Author: cretin45 <cretin45@gmail.com>
  1502. Date: Tue Nov 26 12:08:36 2013 -0800
  1503.  
  1504. Don't post the finish page to the handler.
  1505.  
  1506. This creates a race condition in rare instances.
  1507.  
  1508. Change-Id: Iaed9f24dee8f2bb2b81050bcbd61bcee3ca38a0e
  1509.  
  1510. commit 17d14d4ab35dc8b882fc46c0552b59b70c105907
  1511. Author: Danesh M <daneshm90@gmail.com>
  1512. Date: Fri Nov 22 23:58:23 2013 -0800
  1513.  
  1514. CMAccount : Enable accessibility listener
  1515.  
  1516. Allow talkback to be triggered via double tap and hold.
  1517.  
  1518. Change-Id: I2e80706be8497ffd15d07455ffe9a84b0c34f46f
  1519. -----------------------------------------------------------------
  1520. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/CMFileManager e38d9f1fc3e1ffabd31092510262ff83051da023..f6f26a05f2cd9b233f056e5ede272cd4536bd28d
  1521. commit f6f26a05f2cd9b233f056e5ede272cd4536bd28d
  1522. Merge: 7eb2014 3d33969
  1523. Author: Marco Brohet <therbom@gmail.com>
  1524. Date: Wed Dec 18 22:26:51 2013 +0000
  1525.  
  1526. Merge "CMFileManager: LT translations" into cm-10.2
  1527.  
  1528. commit 3d339699d4cdeb10bbc1b7a7edf028712de58a00
  1529. Author: Frant1c <plentauskas1992@gmail.com>
  1530. Date: Sat Dec 14 23:36:36 2013 +0200
  1531.  
  1532. CMFileManager: LT translations
  1533.  
  1534. Change-Id: I830349acf0e22a63f2ff1e962835141b87c1431e
  1535.  
  1536. commit 7eb201447b1143949a4966c95b5eea9fc74bfc6b
  1537. Author: Lingchao Xin <douglarek@gmail.com>
  1538. Date: Thu Dec 5 20:31:17 2013 +0800
  1539.  
  1540. CMFileManager: add zh_CN translations
  1541.  
  1542. Change-Id: Ie71fa12fd09f394de5a737f30c8aa1e7e5c837ec
  1543.  
  1544. commit 654ec7690a0f6a63482fa34c5304b810f57aad02
  1545. Merge: f0a4881 5fbcb47
  1546. Author: Jorge Ruesga <jorge@ruesga.com>
  1547. Date: Tue Dec 10 21:18:45 2013 +0000
  1548.  
  1549. Merge "CMFileManager: PL translations" into cm-10.2
  1550.  
  1551. commit f0a488142b8ffaeda720eef23a98bcc6fd942ebd
  1552. Author: Ethan Chen <intervigil@gmail.com>
  1553. Date: Mon Dec 9 16:54:14 2013 -0800
  1554.  
  1555. CMFM: Don't show the cancel button if action is non-cancellable
  1556.  
  1557. Change-Id: Ic8078d75aa8c5e77f37f3110cdd8cbf5e65fe790
  1558.  
  1559. commit 5fbcb47db9e361635180006768ec9e6e5c8345a5
  1560. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  1561. Date: Thu Dec 5 20:58:20 2013 +0100
  1562.  
  1563. CMFileManager: PL translations
  1564.  
  1565. Change-Id: Ic39ec3cd7ca20f0d6c354d67642a770d52d10448
  1566.  
  1567. commit a547ad1a08a2a7bc4466457a1d00eb9722404bf3
  1568. Author: Jorge Ruesga <jorge@ruesga.com>
  1569. Date: Sat Nov 30 00:51:10 2013 +0100
  1570.  
  1571. CMFM: Fix NPE on exit
  1572.  
  1573. Change-Id: I711d178b3258814e3c55e818d8274930d2b8bc1c
  1574. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  1575.  
  1576. commit b07d12e1bc0772f8826aa2f7b3659e63126da697
  1577. Merge: 45c2f21 71f93d8
  1578. Author: Jorge Ruesga <jorge@ruesga.com>
  1579. Date: Fri Nov 29 23:38:49 2013 +0000
  1580.  
  1581. Merge "CMFM: Fix move infinite loop" into cm-10.2
  1582.  
  1583. commit 45c2f21a66a6152000dacfd72e6cec3652194ecd
  1584. Merge: 21c7a51 b7e3087
  1585. Author: Jorge Ruesga <jorge@ruesga.com>
  1586. Date: Fri Nov 29 23:38:32 2013 +0000
  1587.  
  1588. Merge "CMFM: Improve flingerview handling" into cm-10.2
  1589.  
  1590. commit 21c7a518b43592f042d1452aa600f86c34b41290
  1591. Merge: 3e1bfdd 9bdcf82
  1592. Author: Jorge Ruesga <jorge@ruesga.com>
  1593. Date: Fri Nov 29 23:38:14 2013 +0000
  1594.  
  1595. Merge "CMFM: Use centercrop for preview images" into cm-10.2
  1596.  
  1597. commit 71f93d89cbd4088c14900fd9523f9eb6189ffb27
  1598. Author: Jorge Ruesga <jorge@ruesga.com>
  1599. Date: Sat Nov 30 00:20:24 2013 +0100
  1600.  
  1601. CMFM: Fix move infinite loop
  1602.  
  1603. Change-Id: I5cc56e2053df4502673a553fa8e5abb82069569d
  1604. JIRA: CYAN-2791
  1605. Issue: https://jira.cyanogenmod.org/browse/CYAN-2791
  1606. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  1607.  
  1608. commit b7e30877660bf8ea7950c7b8dddbbe980d3e734d
  1609. Author: Jorge Ruesga <jorge@ruesga.com>
  1610. Date: Fri Nov 29 03:15:31 2013 +0100
  1611.  
  1612. CMFM: Improve flingerview handling
  1613.  
  1614. Patchset 2: CleanUp
  1615.  
  1616. Change-Id: I933d11f2d97dcf4b66f18e734313258a0df200a7
  1617. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  1618.  
  1619. commit 9bdcf82629438e76518415fa6aaee60d6c81b80b
  1620. Author: Jorge Ruesga <jorge@ruesga.com>
  1621. Date: Fri Nov 29 01:45:52 2013 +0100
  1622.  
  1623. CMFM: Use centercrop for preview images
  1624.  
  1625. Change-Id: Iab50538279230c1582ff150f9f285ee7b591374f
  1626. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  1627.  
  1628. commit 3e1bfdde73bd393dcd273aff1e2f4cfd2f83221d
  1629. Author: Jorge Ruesga <jorge@ruesga.com>
  1630. Date: Fri Nov 29 01:38:05 2013 +0100
  1631.  
  1632. CMFM: Fix more deadlocks
  1633.  
  1634. Change-Id: If5895b6c40708e2417595b7b2e5b676c10ce6f6c
  1635. Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
  1636. -----------------------------------------------------------------
  1637. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/CMUpdater 656f33314e572f6771c197fb7a4bbb6355af8c1c..8d4138eb93c76ab63b36970f253ba7af77c7ef66
  1638. commit 8d4138eb93c76ab63b36970f253ba7af77c7ef66
  1639. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  1640. Date: Thu Dec 5 21:41:21 2013 +0100
  1641.  
  1642. CMUpdater: PL translations
  1643.  
  1644. PS1: Fixes
  1645.  
  1646. Change-Id: If85e6fcaebf09d0540d460904ffbf114b1eac011
  1647.  
  1648. commit 4859adc7cf9293993f6c7f06eafc7efde99424dd
  1649. Merge: 656f333 6e4e2f4
  1650. Author: Marco Brohet <therbom@gmail.com>
  1651. Date: Wed Nov 27 21:04:55 2013 +0000
  1652.  
  1653. Merge "Update Lithuanian translations" into cm-10.2
  1654.  
  1655. commit 6e4e2f459785126dbc919ba7398c28b9be8348ac
  1656. Author: Frant1c <Plentauskas1992@gmail.com>
  1657. Date: Sun Nov 17 17:19:10 2013 +0200
  1658.  
  1659. Update Lithuanian translations
  1660.  
  1661. Change-Id: I9b6b8bc30860fcbd260c4345bc2d3e51959169a2
  1662. -----------------------------------------------------------------
  1663. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/CMWallpapers 3cd4a8b92a18868d2d0ffa1c2593e9c364ef706b..108f5787c745ca8f24a9a51b274fa08b78964d97
  1664. commit 108f5787c745ca8f24a9a51b274fa08b78964d97
  1665. Author: henry j. mason <henry@cyngn.com>
  1666. Date: Thu Nov 21 12:12:11 2013 -0800
  1667.  
  1668. CMWallpapers: Add abstract wallpapers
  1669.  
  1670. Added three new abstract wallpapers, should already be suitably
  1671. compressed and ready to roll.
  1672.  
  1673. Change-Id: I3c5994d8ad17cfeccaaec6ebb13625125b5fdc19
  1674. -----------------------------------------------------------------
  1675. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Calculator f67e8254ff35f5f16ed4c6079a9e97d5e3106c31..c3b64145981fb5e2eb23e07fd5a309aa43ff778c
  1676. commit c3b64145981fb5e2eb23e07fd5a309aa43ff778c
  1677. Merge: 4515d12 ed6d1d5
  1678. Author: Marco Brohet <therbom@gmail.com>
  1679. Date: Sat Dec 14 18:45:12 2013 +0000
  1680.  
  1681. Merge "Calculator: add zh_CN translations" into cm-10.2
  1682.  
  1683. commit 4515d12d7a7f711a807faa17567977d021e71a0f
  1684. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  1685. Date: Thu Dec 5 21:50:01 2013 +0100
  1686.  
  1687. Calculator: PL translations
  1688.  
  1689. Change-Id: I6c25cc15be55eb201a135ec181b8cc0a593b9fde
  1690.  
  1691. commit ed6d1d5058efb4d1285d1851d020f436d64070fb
  1692. Author: Lingchao Xin <douglarek@gmail.com>
  1693. Date: Thu Dec 5 20:47:54 2013 +0800
  1694.  
  1695. Calculator: add zh_CN translations
  1696.  
  1697. Change-Id: I737fe4f02644df6b37117f561e74fe174138c2e4
  1698.  
  1699. commit 9b66c658889abbef67f144031271cb0ce8a8af56
  1700. Author: Frant1c <Plentauskas1992@gmail.com>
  1701. Date: Wed Dec 4 05:10:23 2013 +0200
  1702.  
  1703. Calculator: LT translations
  1704.  
  1705. Missing strings have been added
  1706.  
  1707. Change-Id: I6cb66ab1e8414555876f35fb6209f53de7c3614c
  1708.  
  1709. commit 5534ae7a67323087bae723daf8e0b6ba5958ba74
  1710. Author: Danny Baumann <dannybaumann@web.de>
  1711. Date: Wed Nov 13 12:08:35 2013 +0100
  1712.  
  1713. Fix NPE when entering a digit after cutting the last calculation result.
  1714.  
  1715. Change-Id: I98f0484bb3413dd08d8dacee9522e4243ab1867a
  1716.  
  1717. commit 0a8a1c30d4f79988a5415c24916d63248fe10d18
  1718. Author: Frant1c <Plentauskas1992@gmail.com>
  1719. Date: Wed Nov 13 23:58:37 2013 +0200
  1720.  
  1721. Update Lithuanian translations
  1722.  
  1723. Change-Id: I5bf12ed3c1086471362845631eddd61a4237a272
  1724. -----------------------------------------------------------------
  1725. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Calendar 4983fcd8887c3891e275bda72ddb31119a457e6a..643934bd01602b891e8a45568bd969127c033560
  1726. commit 643934bd01602b891e8a45568bd969127c033560
  1727. Author: Frant1c <Plentauskas1992@gmail.com>
  1728. Date: Thu Nov 14 11:18:19 2013 +0200
  1729.  
  1730. Update Lithuanian translations
  1731.  
  1732. Change-Id: I012b11d0c2fe1be4e8cb6c7128c4209c5302a344
  1733. -----------------------------------------------------------------
  1734. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/CellBroadcastReceiver 16734e01594f6b8e63b0b56ce4f97437b8b8ea2e..cd904dce0128c972b62c94285a31255c35424fcc
  1735. commit cd904dce0128c972b62c94285a31255c35424fcc
  1736. Author: Frant1c <Plentauskas1992@gmail.com>
  1737. Date: Sun Dec 1 23:30:21 2013 +0200
  1738.  
  1739. CellBroadcastReceiver: LT translations
  1740.  
  1741. Change-Id: I28a40ecd1f074fb580bef4a61802c14c91fafa7a
  1742.  
  1743. commit 16fe00dff199a8a548e0000108e2e8d166d7a5ea
  1744. Merge: 18dc0e2 44e551e
  1745. Author: Danny Baumann <dannybaumann@web.de>
  1746. Date: Sun Dec 1 12:15:44 2013 +0000
  1747.  
  1748. Merge "CellBroadcastReceiver: Update DE translation" into cm-10.2
  1749.  
  1750. commit 44e551e484f398e892713bf6dc8bc408f91e9cba
  1751. Author: elektroschmock <elektroschmock78@googlemail.com>
  1752. Date: Thu Nov 14 19:01:42 2013 +0100
  1753.  
  1754. CellBroadcastReceiver: Update DE translation
  1755.  
  1756. Change-Id: I9c960e78e86a231fe835117f00e93f63c6f3c3ec
  1757.  
  1758. commit 18dc0e2edbc3475b23b1d8319a224f1f7183275b
  1759. Author: Ted Lundwall <tedlundwall@gmail.com>
  1760. Date: Wed Nov 6 17:25:37 2013 +0100
  1761.  
  1762. CellBroadcastReceiver: SV translations
  1763.  
  1764. Change-Id: If7f60ae2e9fee6c95a47ec002d3ee1d95777a55a
  1765. -----------------------------------------------------------------
  1766. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Contacts 78bba93db3df7209cc29708b39470e003f745bf6..c6a3933a98990f2042d63636c4cb0a14be22e24e
  1767. commit c6a3933a98990f2042d63636c4cb0a14be22e24e
  1768. Author: Yorke Lee <yorkelee@google.com>
  1769. Date: Sat Sep 14 08:36:33 2013 -0700
  1770.  
  1771. Make contacts photo pickers compatible with new documents UI
  1772.  
  1773. The old contacts photo picker code was using unguaranteed behavior
  1774. (that Intent.GET_CONTENT would support MediaStore.EXTRA_OUTPUT) and this
  1775. caused it to not work anymore with the new document picker.
  1776.  
  1777. This CL changes all usages of files to instead use URIs.
  1778.  
  1779. Also, a FileProvider has been added to Contacts, to allow us to pass in
  1780. URI pointing to our private cache in intent.setClipData with
  1781. Intent.FLAG_GRANT_WRITE_URI_PERMISSION and Intent.FLAG_GRANT_READ_URI_PERMISSION
  1782. so we no longer have to reply on the MediaStore.EXTRA_OUTPUT being parsed
  1783. and supported. The use of the FileProvider also prevents unauthorized access
  1784. to temporary files during the caching process.
  1785.  
  1786. Bug: 10745342
  1787.  
  1788. Change-Id: Iaee3d7d112dd124a2f5596c4b9704ea75d3b3419
  1789. -----------------------------------------------------------------
  1790. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/ContactsCommon bbbaad385041132531c866d3f274bb6e569993f9..17c76fe3179f846c2c701e887350b508f6726ff6
  1791. commit 17c76fe3179f846c2c701e887350b508f6726ff6
  1792. Author: Danesh M <daneshm90@gmail.com>
  1793. Date: Wed Dec 4 16:49:49 2013 -0800
  1794.  
  1795. ContactsCommon : Address loader reset bug
  1796.  
  1797. If the loader is reset, the adapter partitions need to be cleared,
  1798. without it the app tries to access a closed cursor.
  1799.  
  1800. Reproduction steps :
  1801.  
  1802. Add to contacts
  1803. Type a two letters
  1804. Enjoy force-close
  1805.  
  1806. Change-Id: I76474724bd46512929306ba04a4d156a9b39d9f3
  1807.  
  1808. commit 32cce5c6eb0da13e243b2918bd3de7d020523185
  1809. Merge: bbbaad3 baf1fc2
  1810. Author: Marco Brohet <therbom@gmail.com>
  1811. Date: Fri Nov 22 20:11:39 2013 +0000
  1812.  
  1813. Merge "Update Lithuanian translations" into cm-10.2
  1814.  
  1815. commit baf1fc2add91484dead4b4b5db96111efcb20a22
  1816. Author: Frant1c <Plentauskas1992@gmail.com>
  1817. Date: Tue Nov 12 17:09:36 2013 +0200
  1818.  
  1819. Update Lithuanian translations
  1820.  
  1821. Change-Id: I4fb187cd4ec6624dea4434b1be4bca9b3a4b26a8
  1822. -----------------------------------------------------------------
  1823. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/DSPManager 8f4976d10c2d355e4677647680f5d9f4bc41fc3b..bb3d11b5762a25b3ba06c9f0be984b633d8c4bc1
  1824. commit bb3d11b5762a25b3ba06c9f0be984b633d8c4bc1
  1825. Author: Frant1c <plentauskas1992@gmail.com>
  1826. Date: Sat Dec 14 07:37:20 2013 +0200
  1827.  
  1828. DSPManager: LT translations
  1829.  
  1830. Inappropriate app name translation (app_name reverted to default)
  1831.  
  1832. Change-Id: I6bfd3af1dfe26b95a2811ce266c0f551626093a9
  1833.  
  1834. commit 8740ee67f2764bb2c1cb3e0d7af225c38bd16b57
  1835. Author: Frant1c <Plentauskas1992@gmail.com>
  1836. Date: Wed Dec 4 00:56:16 2013 +0200
  1837.  
  1838. DSPManager: LT translations
  1839.  
  1840. Minor fixes
  1841.  
  1842. Change-Id: Ib65086572e445da5e744de31c85aff8fe8ba70c8
  1843.  
  1844. commit 8bc4478ddff089e995038d96977c1665d59ef75b
  1845. Merge: 8f4976d c0c7813
  1846. Author: Marco Brohet <therbom@gmail.com>
  1847. Date: Sat Nov 30 11:29:41 2013 +0000
  1848.  
  1849. Merge "Add Lithuanian translations" into cm-10.2
  1850.  
  1851. commit c0c781337a8345608812f5ebec84ae2a857c0b5f
  1852. Author: Frant1c <Plentauskas1992@gmail.com>
  1853. Date: Thu Nov 7 22:10:19 2013 +0200
  1854.  
  1855. Add Lithuanian translations
  1856.  
  1857. Change-Id: Ie03f18b39530d11d97abb20c21b89862122bda79
  1858. -----------------------------------------------------------------
  1859. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/DeskClock 1157fecd2b2a272f1ae79a24911c70a52a44736d..abaee55950ac097e76e4908d9663c19bc69bcd36
  1860. commit abaee55950ac097e76e4908d9663c19bc69bcd36
  1861. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  1862. Date: Thu Dec 5 21:57:37 2013 +0100
  1863.  
  1864. DeskClock: PL translations
  1865.  
  1866. Change-Id: I8b9a00e2bd0b8bb7478b992154e440cb2a88fd1c
  1867.  
  1868. commit 623b0ed5c2e773f58b57f017f1d0549076e7cb9b
  1869. Author: Frant1c <Plentauskas1992@gmail.com>
  1870. Date: Wed Dec 4 06:43:18 2013 +0200
  1871.  
  1872. DeskClock: LT translations
  1873.  
  1874. Minor fixes
  1875.  
  1876. Change-Id: I7c75116622a483b4be9f44970c064893f7e27874
  1877. -----------------------------------------------------------------
  1878. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Dialer 86d4ca4357d9986edee1ba41d6fa637771a2df60..4fa4b6486357980f62dd267a333afba6e167a03a
  1879. commit 4fa4b6486357980f62dd267a333afba6e167a03a
  1880. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  1881. Date: Thu Dec 5 22:01:05 2013 +0100
  1882.  
  1883. Dialer: Update PL AOSP translations
  1884.  
  1885. Change-Id: Iac8789feaebb79fe60cb824ef1b19cae7866250a
  1886.  
  1887. commit e0eef3f9e5fcae65a10b00957d7384f28f04998a
  1888. Author: Frant1c <Plentauskas1992@gmail.com>
  1889. Date: Sun Dec 1 23:32:03 2013 +0200
  1890.  
  1891. Dialer: LT translations
  1892.  
  1893. Change-Id: I9951f2cc418543451938b8b917e7becbe17e366e
  1894.  
  1895. commit e5fa99bd967dee51897fa4d454d8fa16d6470e4f
  1896. Author: Frant1c <Plentauskas1992@gmail.com>
  1897. Date: Sat Nov 30 23:05:37 2013 +0200
  1898.  
  1899. Dialer: LT translations
  1900.  
  1901. Change-Id: I0217f7a84c13253c060e78cd969d528f9c46d69a
  1902. -----------------------------------------------------------------
  1903. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Email 58c49c63843e878fafa519ffac69373e58251213..819f623321428a53c54cee30c594fa98785accfe
  1904. commit 819f623321428a53c54cee30c594fa98785accfe
  1905. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  1906. Date: Thu Dec 5 22:14:51 2013 +0100
  1907.  
  1908. Email: Update PL AOSP translations
  1909.  
  1910. PS1: Fixes as suggest
  1911. PS2: Rebase
  1912.  
  1913. Change-Id: Id7513bf199f33208ece3f1a85789a24f0b5c1ef9
  1914.  
  1915. commit bf2b4a0aaf50164790341fadf9d183fa620f8c6a
  1916. Merge: 11613bb c2f8735
  1917. Author: Marco Brohet <therbom@gmail.com>
  1918. Date: Wed Dec 4 23:35:53 2013 +0000
  1919.  
  1920. Merge "Email: SK translations" into cm-10.2
  1921.  
  1922. commit c2f873508acb61601fedd85f7a135c2a8201d6c7
  1923. Author: MatoDroid <mato.jurik1@gmail.com>
  1924. Date: Tue Dec 3 18:01:31 2013 +0100
  1925.  
  1926. Email: SK translations
  1927.  
  1928. Change-Id: Ia69c8dcf9043f0ce6d7b9309ad3dbe79d78d5dbe
  1929.  
  1930. commit 11613bbd39992fc3a949ac64d127503d476d9069
  1931. Author: Frant1c <Plentauskas1992@gmail.com>
  1932. Date: Sun Dec 1 23:33:59 2013 +0200
  1933.  
  1934. Email: LT translations
  1935.  
  1936. Change-Id: Iea187c96b4ec598e4ddab4453c77b0f36b922410
  1937.  
  1938. commit a1b72580aee8d2f5c58b1168e43b555dd1108ecd
  1939. Author: elektroschmock <elektroschmock78@googlemail.com>
  1940. Date: Sat Nov 16 22:30:40 2013 +0100
  1941.  
  1942. Email: Update DE translation
  1943.  
  1944. Change-Id: I200536377a56effb373bd8204d3a448d5829ff2f
  1945.  
  1946. commit e9048a5bc093865cf37fdbd0a8c51ec4588ffec1
  1947. Author: Tamas Toth <syman@babulus.hu>
  1948. Date: Thu Nov 21 09:04:39 2013 +0100
  1949.  
  1950. Email: HU translation
  1951.  
  1952. PS2: Correcting
  1953. PS3: Correcting
  1954. PS4: Triggering Cid
  1955. PS7: Prepare for merging
  1956.  
  1957. Change-Id: I37657f02f4b97ee536ea7fbd1b2c63a037d8d8c3
  1958.  
  1959. commit 53871bfaf87b885507891b031256fbaefbe4d743
  1960. Author: Danesh M <daneshm90@gmail.com>
  1961. Date: Fri Nov 22 14:59:04 2013 -0800
  1962.  
  1963. Email : Add missing resource ids
  1964.  
  1965. sw600dp was missing resource ids for clip_message and file_size,
  1966. this addresses those.
  1967.  
  1968. Change-Id: Ife080f28b725144516a411e16745074df871536f
  1969.  
  1970. commit 5685d06e685c40fff2d745778f9fd47a33536db6
  1971. Merge: 9412e27 f161c20
  1972. Author: Marco Brohet <therbom@gmail.com>
  1973. Date: Fri Nov 22 20:13:36 2013 +0000
  1974.  
  1975. Merge "Email: DA translation" into cm-10.2
  1976.  
  1977. commit 9412e27ce219fd16b906818bf923ea530795c7b8
  1978. Merge: 58c49c6 d67a457
  1979. Author: Marco Brohet <therbom@gmail.com>
  1980. Date: Fri Nov 22 16:57:15 2013 +0000
  1981.  
  1982. Merge "Email: NL translation" into cm-10.2
  1983.  
  1984. commit f161c205b9069caf8dfe097bcdd9114fb2dacbf7
  1985. Author: Morten Jørgensen <fidoble@gmail.com>
  1986. Date: Mon Nov 18 20:24:09 2013 +0100
  1987.  
  1988. Email: DA translation
  1989.  
  1990. Change-Id: I8cd51a7cb942b92b6fab3b1065dab18e4a886d2a
  1991.  
  1992. commit d67a4573a5182d5f445ef52acad6cd544bff6cc8
  1993. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  1994. Date: Sat Nov 16 19:31:24 2013 +0100
  1995.  
  1996. Email: NL translation
  1997.  
  1998. ps1: Email: Prompt a dialog if the user forward a mail with uncompleted attachment
  1999.  
  2000. ps2: Email: Display the sending mails progress as notification
  2001.  
  2002. ps3: Email: Support Email sync size function
  2003.  
  2004. ps4: suggestions
  2005.  
  2006. Change-Id: Ia06c620f1417a514f95f66e26ce04544f65d908b
  2007. -----------------------------------------------------------------
  2008. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Gallery2 4988721e9d02e86cbf229ac6c6d175ed06f922f9..3cf4d9250091dd9e8644d78a6f9959f4f3af1732
  2009. commit 3cf4d9250091dd9e8644d78a6f9959f4f3af1732
  2010. Author: Ethan Chen <intervigil@gmail.com>
  2011. Date: Thu Dec 12 18:18:32 2013 -0800
  2012.  
  2013. Camera: Add indicator icon for burst mode
  2014.  
  2015. * Patchset places burst mode indicator next to auto-scene detect
  2016. if active.
  2017.  
  2018. Change-Id: Iba3f89490221b16dcce2531962f84752c00b1eef
  2019.  
  2020. commit fd68e408cc538108022068257688c0527874f0f6
  2021. Author: henry j. mason <henry@cyngn.com>
  2022. Date: Tue Dec 17 18:24:29 2013 -0800
  2023.  
  2024. Camera: Smart scene icons w. original artwork
  2025.  
  2026. These are functional replacements for the smart scene indicators
  2027. created from scratch for CM, and fully owned by the project.
  2028.  
  2029. I'm sure the size, border weight may need some adjustment, but
  2030. they're currently identical to the burst mode indicators in:
  2031. http://review.cyanogenmod.org/#/c/55716/
  2032.  
  2033. Change-Id: Ia9e18aa2cd1f78b8ef3674e71cb151e522f2e139
  2034.  
  2035. commit 003c9d31564a2375f9f8f1b9f4e23b1fae7f0e95
  2036. Merge: 34a4f71 08a10fe
  2037. Author: Marco Brohet <therbom@gmail.com>
  2038. Date: Wed Dec 18 22:29:23 2013 +0000
  2039.  
  2040. Merge "Gallery2: PL translations" into cm-10.2
  2041.  
  2042. commit 34a4f71982969992890d6ce0d3009c55da7d8caa
  2043. Author: Ethan Chen <intervigil@gmail.com>
  2044. Date: Mon Dec 16 17:32:30 2013 -0800
  2045.  
  2046. Revert "Camera: disable camera controls while burst mode is enabled"
  2047.  
  2048. * Burst mode state detection is difficult, this triggers a lot of edge
  2049. cases where the camera will be in burst mode but be interrupted part
  2050. way through, including the case where the camera HAL fails to finish a
  2051. set of burst mode pictures.
  2052.  
  2053. This reverts commit a15045397950d07fa60b8342463ae336f8e98866.
  2054.  
  2055. Change-Id: I2201a20e4ebb58533ea9dfd1a7362f71dfc318c0
  2056.  
  2057. commit 08a10fe15f10f953b1efb6dc6ca6bdadcf0efc00
  2058. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  2059. Date: Thu Dec 5 23:31:37 2013 +0100
  2060.  
  2061. Gallery2: PL translations
  2062.  
  2063. PS1:Fixes
  2064.  
  2065. Change-Id: I40e62faeff1dd92bb3c92b4b8a574e34364ddc96
  2066.  
  2067. commit 19afeb166e55a216fc6e2ebcbf9df4c7cb3cfd09
  2068. Author: Ethan Chen <intervigil@gmail.com>
  2069. Date: Sun Dec 15 21:11:33 2013 -0800
  2070.  
  2071. Camera: disable timelapse if HFR is enabled
  2072.  
  2073. Change-Id: I9f2cb254981e38bdfd191036d5b2a1593bcb6ef2
  2074.  
  2075. commit a15045397950d07fa60b8342463ae336f8e98866
  2076. Author: Ethan Chen <intervigil@gmail.com>
  2077. Date: Thu Dec 12 15:43:35 2013 -0800
  2078.  
  2079. Camera: disable camera controls while burst mode is enabled
  2080.  
  2081. * Fix burst mode state detection
  2082. * Prevent swiping, hide camera controls during burst
  2083.  
  2084. Change-Id: Ia901091693b16d84a34a2faf880c8316d039cf50
  2085.  
  2086. commit 656f7e4d0ae6a4088573380da3329c9ddbeda20b
  2087. Merge: 0135df4 9927714
  2088. Author: Marco Brohet <therbom@gmail.com>
  2089. Date: Sun Dec 15 16:20:18 2013 +0000
  2090.  
  2091. Merge "Gallery2: SK translations" into cm-10.2
  2092.  
  2093. commit 0135df439af98f13c30262c0c14b126f0a9c07e7
  2094. Merge: aa4f9c4 004dcf0
  2095. Author: Marco Brohet <therbom@gmail.com>
  2096. Date: Sun Dec 15 16:17:50 2013 +0000
  2097.  
  2098. Merge "Gallery2: HU translation" into cm-10.2
  2099.  
  2100. commit aa4f9c4969f7ecbd22e87805ca126fda4a93ed2f
  2101. Author: Frant1c <plentauskas1992@gmail.com>
  2102. Date: Sat Dec 14 07:39:55 2013 +0200
  2103.  
  2104. Gallery2: LT translations
  2105.  
  2106. Simplified translations, other small fixes
  2107.  
  2108. Change-Id: Icd70c8e0e9963a269e1b64e3c3da906d7a386b38
  2109.  
  2110. commit 004dcf082b29ad8a5f390cabc1446f676c3ba687
  2111. Author: Tamas Toth <syman@babulus.hu>
  2112. Date: Mon Dec 2 11:17:12 2013 +0100
  2113.  
  2114. Gallery2: HU translation
  2115.  
  2116. PS2: Triggering Cid
  2117.  
  2118. Change-Id: I43643b36d64c84f7fe9ecdb4089bc4e5f4741e4e
  2119.  
  2120. commit 7d6105a77320c0de8cd7e7fbde82dccf4f606548
  2121. Author: kaiyiz <kaiyiz@codeaurora.org>
  2122. Date: Mon Sep 16 17:09:18 2013 +0800
  2123.  
  2124. Gallery2: fix display abnormal when tap sharpness in filtershow
  2125.  
  2126. In Android4.3 version, it using stride to pad row layouts in
  2127. script, and can't do 1D indexing of 2D objects, this make
  2128. the resulting pixel values are not the corresponding
  2129. coordinates' pixel value.
  2130.  
  2131. We change to use rsGetElementAt() not gPixels() to
  2132. get the correct pixel values.
  2133.  
  2134. CRs-Fixed: 539928
  2135.  
  2136. Change-Id: Ifc0e516014c9fd974f3e7df163b06f732499f7c0
  2137.  
  2138. commit 8ecb0c9375a739b69d5d163a3a15d55fa563009f
  2139. Author: Steve Kondik <shade@chemlab.org>
  2140. Date: Tue Dec 10 23:39:36 2013 -0800
  2141.  
  2142. camera: Synchronize parameter use
  2143.  
  2144. Change-Id: Iaf783c0232b480a8db78f7c6c18d2c0e6c40a8e0
  2145.  
  2146. commit fcf9068d1e754e65026f41c0b8840dc877fd9c67
  2147. Author: Steve Kondik <shade@chemlab.org>
  2148. Date: Tue Dec 10 23:28:09 2013 -0800
  2149.  
  2150. camera: Move smartscene indicator to the left
  2151.  
  2152. * It overlaps on the preview thumbnail, fixit!
  2153.  
  2154. Change-Id: I041c88c8a4f4948995936e5ea595322dfa217354
  2155.  
  2156. commit 274e415a705955eec48fb177d2c1e84270ef4328
  2157. Author: Sai Kumar Sanagavarapu <ssanagav@codeaurora.org>
  2158. Date: Tue Oct 8 19:46:38 2013 +0530
  2159.  
  2160. Camera: Dont reset camera state while capture is in progress.
  2161.  
  2162. While capture is in progress and if we get autofocus event,
  2163. currently we reset the camera state to IDLE blindly. This is
  2164. resulting in app exception because it will trigger another
  2165. takepicture and lower layers will return error.
  2166.  
  2167. Change-Id: I947e471cfc1f5cf5055f1d85550d4534b147d7f0
  2168.  
  2169. commit f7a73ff0a9bcda17996d10f1b84acc8cab4cc504
  2170. Author: Steve Kondik <shade@chemlab.org>
  2171. Date: Tue Dec 10 23:24:36 2013 -0800
  2172.  
  2173. camera: Override color effect when scene mode is active
  2174.  
  2175. Change-Id: Ia27ed59f3f27e9c867cbb4c8823abb78b0035047
  2176.  
  2177. commit 0df1be90307d969efe0efd713b79667e41f26729
  2178. Author: Steve Kondik <shade@chemlab.org>
  2179. Date: Tue Dec 10 16:07:43 2013 -0800
  2180.  
  2181. camera: Fix various issues with HFR
  2182.  
  2183. Change-Id: Icca780589a8245219566c29f2cf3d3a1d4d8b3f7
  2184.  
  2185. commit 4370e3dd2ff3766eba012fe3b109b7ace4008a32
  2186. Author: Steve Kondik <shade@chemlab.org>
  2187. Date: Tue Dec 10 11:51:31 2013 -0800
  2188.  
  2189. Don't record audio for HFR or timelapse modes
  2190.  
  2191. * This just doesn't make sense and causes issues with the HAL.
  2192.  
  2193. Change-Id: I8c608e5c9428adb5a709373547166045770b1850
  2194.  
  2195. commit 8f01f0805042e3e9f3a83205fa26c9513fa10a4a
  2196. Author: Yu Yang <yuyang@codeaurora.org>
  2197. Date: Mon Sep 23 14:15:59 2013 +0800
  2198.  
  2199. Camera: Fix camcorder pause/resume issue
  2200.  
  2201. Keep the pause button disabled when it's clicked,
  2202. It'll be re-enabled delay PAUSE_BUTTON_TIMEOUT.
  2203.  
  2204. Change-Id: Ib0f3f69632cfd22e671c79732d6b03fd44bbe5c4
  2205.  
  2206. commit af36c1f061b4c5848d9995c337f84a4faa09a86b
  2207. Author: Steve Kondik <shade@chemlab.org>
  2208. Date: Tue Dec 10 10:36:13 2013 -0800
  2209.  
  2210. Revert "Camera: Fix camcorder crash during pause and resume"
  2211.  
  2212. * Fixes OPPO-131. I am not able to reproduce the original issue
  2213. that this was fixing, let's just revert it to fix the freeze
  2214. when in the filmstrip view.
  2215.  
  2216. This reverts commit 593f1735c0d380b7be237fe468ad8f343d767935.
  2217.  
  2218. Change-Id: Icf18d7aaafaa1de85621b088d62c2e853675945e
  2219.  
  2220. commit 892f5b761f00d9600ceb882d8c7e270e0fc4c6f5
  2221. Author: kaiyiz <kaiyiz@codeaurora.org>
  2222. Date: Fri Nov 29 18:11:11 2013 +0800
  2223.  
  2224. Gallery2: fix FC when try to open video folder as MMS attachment
  2225.  
  2226. If there are too many videos in the folder, it will takes some
  2227. time to check if all the items are videos, then the application
  2228. may not responding.
  2229.  
  2230. If it is get content from other apps, it do not display option
  2231. menu, no need to check all items.
  2232.  
  2233. CRs-Fixed: 581769
  2234.  
  2235. Change-Id: Ie59830c8756e3a2ece7fcaa526d8f09212b20d6f
  2236.  
  2237. commit 8ef301b55f2a3ac38313e2faea4dd319548b1f46
  2238. Author: yanglv <yanglv@codeaurora.org>
  2239. Date: Thu Nov 14 17:13:08 2013 +0800
  2240.  
  2241. Gallery2: Remove slideshow option if all files of the folder are video
  2242.  
  2243. Enter Gallery and open folder whose files are all video, press
  2244. menu key should no slideshow option.
  2245.  
  2246. Add condition to remove slideshow if the folder are all video
  2247. files.
  2248.  
  2249. Change-Id: Ib1603f1609b6490e44039ab64abefb44f14bd477
  2250.  
  2251. CRs-Fixed: 574984
  2252.  
  2253. commit 177aa1111665d8073e2f3ad9229739e4b23943b8
  2254. Author: Fei Zhang <feizhang@codeaurora.org>
  2255. Date: Mon Dec 2 14:14:07 2013 +0800
  2256.  
  2257. Camera: fix memory leak when switch and snapshot in front/back
  2258.  
  2259. Memory leak is found in com.android.gallery3d when do fornt/back
  2260. switch and snapshot. Need clear the mOverrides Map when init.
  2261.  
  2262. Change-Id: Iaca466f91fb7dc6273b03c2f148439fb1795b1d6
  2263.  
  2264. commit 659a5905af7318e41fdfef8bc6bf26363d505535
  2265. Author: Fei Zhang <feizhang@codeaurora.org>
  2266. Date: Thu Nov 21 18:25:48 2013 +0800
  2267.  
  2268. Camera: Refresh parameters to avoid change on saved settings.
  2269.  
  2270. We do not want the parameters that set in one Module used by
  2271. another Module. So after open Camera, we need refresh paramters
  2272. in CameraHolder, in order to grantee new copy in the next
  2273. getParameters call.
  2274.  
  2275. Change-Id: I11f7d47028be6bda0cc98e09b50ca47d520b3814
  2276.  
  2277. commit f1adfc490e9f58d653359b941cdbb5b9dad554b0
  2278. Author: kayiz <kaiyiz@codeaurora.org>
  2279. Date: Fri Dec 6 11:06:52 2013 +0800
  2280.  
  2281. Gallery2: fix screen flashing after rotating pictures
  2282.  
  2283. After rotating a picture, it needs to redraw the bitmap,
  2284. but the bitmap can not be available immediately, and it will
  2285. draw a rectange of placeholder color (gray) first, then it
  2286. redraw the bitmap, this make it seems like the screen flashing.
  2287.  
  2288. We draw the placeholder color only if the texture is null.
  2289.  
  2290. CRs-Fixed: 570056
  2291.  
  2292. Change-Id: I28bc65ba674906f39eae3d872988fe96511a3ecb
  2293.  
  2294. commit 0b9e20a63f96830080897fef45de3e424e70c2af
  2295. Author: kayiz <kaiyiz@codeaurora.org>
  2296. Date: Tue Dec 3 15:04:01 2013 +0800
  2297.  
  2298. Gallery2: fix FC when view the details of some pictures
  2299.  
  2300. Pictures captured by some devices seems didn't comply
  2301. with the standards, it will get null when set details,
  2302. then it will throw out an exception.
  2303.  
  2304. If it can not get a detail value, do not display it,
  2305. and print error log.
  2306.  
  2307. CRs-Fixed: 583463
  2308.  
  2309. Change-Id: I69be48cb25a4413ae7ddbe301891c94e88671c0f
  2310.  
  2311. commit 11fe965b923ce94f64c456134141394d3f8cb63c
  2312. Author: qqzhou <qqzhou@codeaurora.org>
  2313. Date: Tue Sep 10 18:02:55 2013 +0800
  2314.  
  2315. Gallery2: fix issue in readTag when parse Exif
  2316.  
  2317. When read some Tag of jpeg images,the offset is less than
  2318. the IFD0 offset position,then try to copy data above IFD0
  2319. as Tag value no matter whether data exists above IFD0,so
  2320. null exception occurs in System.arraycopy.This issue can
  2321. effect user in two aspects:
  2322. 1.black thumbnail for some jpeg images in ALbumSetPage
  2323. and ALbumPage.
  2324. 2.force close happens when get details of some jpeg images.
  2325.  
  2326. We set offset for this Tag not value on above situation.
  2327.  
  2328. Change-Id: Icd368afcbed80556de0940e562dbcca42c53c849
  2329. CRs-Fixed: 525081
  2330.  
  2331. commit 243cd5e66374d49e25ddfcb12c841d81922017d6
  2332. Author: kaiyiz <kaiyiz@codeaurora.org>
  2333. Date: Sat Aug 17 16:24:33 2013 +0800
  2334.  
  2335. Gallery2: fix NPE when tap home key in FilterShowActivity
  2336.  
  2337. If tap home key when it just enter filtershow activity,
  2338. renderscript context will be destoryed when pause
  2339. activity, then loadBitmap task call onPostExecute to
  2340. handle the load result, a NPE will happen.
  2341.  
  2342. If activity is paused, do not set FilteringPipeline,
  2343. it will be set when resume.
  2344.  
  2345. CRs-Fixed: 527277
  2346.  
  2347. Change-Id: Ib97f328acccfa35cab36a2bb7c8efea4d359844a
  2348.  
  2349. commit dfdede5c440ea72d67be31ad317387d7f57d78ca
  2350. Author: kaiyiz <kaiyiz@codeaurora.org>
  2351. Date: Fri Aug 16 12:05:56 2013 +0800
  2352.  
  2353. Gallery2: Fix screen freeze when switch language several times
  2354.  
  2355. The size of thread pool is 4, when change language, the activity
  2356. will be recreate. All of activitystate in state stack also
  2357. be recreate. But it only call oncreate, don't call onresume
  2358. and onpause. All of threads is submmited at onresume except
  2359. TileImageView. TileDecoder of TileImageView will submmited at
  2360. oncreate. and it will not be release as it didn't call onpause.
  2361. So it will submmit a new thread every time change language.
  2362. The thread pool will full after switch several times language.
  2363. It will lead other thread can't be submmited, such as slideshow
  2364. load thread, it will block the slideshow.
  2365.  
  2366. When user touch screen or click back key, it will exit slideshow
  2367. it will release the thread, but the thread is not running,
  2368. so it will wait the thread complete. So the UI will be block
  2369. and the screen is freeze.
  2370.  
  2371. Remove TileImageView submit thread at constructor.
  2372. Only submit in prepareTextures().
  2373.  
  2374. CRs-Fixed: 529641
  2375.  
  2376. Change-Id: I5e22f43747460f7f796d96bf6fd3f6f66103adb4
  2377.  
  2378. commit 4238230058efaf79dd2509fd62b8a68c40006abc
  2379. Author: kaiyiz <kaiyiz@codeaurora.org>
  2380. Date: Wed Sep 11 10:48:51 2013 +0800
  2381.  
  2382. Gallery2: Can't slide to left and "Force Close" alert box pops up
  2383.  
  2384. When press Camcorder's shutter button, VideoModule's
  2385. onShutterButtonFocus() will be called twice(down and up) and there
  2386. is a time interval between this two events. When slide right from
  2387. Camcorder, VideoModule's onFullScreenChanged() will be called.
  2388. The root cause is when press the shutter button to stop the recording
  2389. and slide to right nearly at the same time, onFullScreenChanged() may
  2390. be called between these two onShutterButtonFocus() calling(The correct
  2391. order should be onShutterButtonFocus(true)->onShutterButtonFocus(false)->
  2392. onFullScreenChanged()). Then the first onShutterButtonFocus(true)
  2393. calling makes the flag mEnabled to be true, and after that
  2394. onFullScreenChanged(false) makes it false, and finally the second
  2395. onShutterButtonFocus(false) calling makes it true. Thus, dispatchTouch()
  2396. in PreviewGestures will dispatch user's touch events to VideoModule
  2397. instead of the CameraActicity.
  2398.  
  2399. Add a flag mIsFullScreen to VideoModule.java. when
  2400. onShutterButtonFocus(false) is called after onFullScreenChanged(false)
  2401. and mIsFullScreen is set to false, we should call
  2402. mUI.setShutterPressed(true) to disable the PreviewGestures.
  2403.  
  2404. CRs-Fixed: 539360
  2405.  
  2406. Change-Id: Ib7bc38dfdd2a9033ba83c2c89133eae909f6c276
  2407.  
  2408. commit b3d5a3db00fc7485ca64855ac0c0129636c3ed90
  2409. Merge: 0630e2c 1f5a48f
  2410. Author: Danesh Mondegarian <daneshm90@gmail.com>
  2411. Date: Fri Dec 6 07:58:38 2013 +0000
  2412.  
  2413. Merge "Gallery : Check if image has orientation" into cm-10.2
  2414.  
  2415. commit 1f5a48f05d5f60bfbbc0fd3bf1e2fff2fa97b4ad
  2416. Author: Danesh Mondegarian <daneshm90@gmail.com>
  2417. Date: Thu Dec 5 23:57:50 2013 -0800
  2418.  
  2419. Gallery : Check if image has orientation
  2420.  
  2421. Check if item being cropped has orientation
  2422.  
  2423. Change-Id: Ib9170967bc071a65e5a5cd44d0a2e95e8dd57365
  2424.  
  2425. commit 9927714a2442959a7ed5ca2a3fc58e807ba71dd9
  2426. Author: MatoDroid <mato.jurik1@gmail.com>
  2427. Date: Thu Dec 5 17:06:37 2013 +0100
  2428.  
  2429. Gallery2: SK translations
  2430.  
  2431. Change-Id: I6fd77376bc5148a8e92652afaea5fc7cb1e99dba
  2432.  
  2433. commit 0630e2c1ff8d2840967e477066051c8f43caa4a5
  2434. Author: Frant1c <Plentauskas1992@gmail.com>
  2435. Date: Wed Dec 4 05:52:25 2013 +0200
  2436.  
  2437. Gallery2: LT translations
  2438.  
  2439. Missing strings have been translated
  2440.  
  2441. Change-Id: I8cd96da0340e112198c653c1b277724fd0ef5276
  2442.  
  2443. commit b5de962bdfd903b3e26b3de7ccfb0deba91b85f2
  2444. Merge: 07113d1 da1bdbc
  2445. Author: Danny Baumann <dannybaumann@web.de>
  2446. Date: Sat Nov 30 13:32:02 2013 +0000
  2447.  
  2448. Merge "Gallery2: DE translation for ASD" into cm-10.2
  2449.  
  2450. commit 07113d1f3661a8befab0af5d0cdf6fc2caa567b3
  2451. Merge: 665879f 355de43
  2452. Author: Marco Brohet <therbom@gmail.com>
  2453. Date: Sat Nov 30 11:29:15 2013 +0000
  2454.  
  2455. Merge "Update Lithuanian translations" into cm-10.2
  2456.  
  2457. commit 665879fcce4ac786139d337cb6b07c533cc9fc3d
  2458. Merge: 2e5c0e4 6eed383
  2459. Author: Marco Brohet <therbom@gmail.com>
  2460. Date: Sat Nov 30 11:27:37 2013 +0000
  2461.  
  2462. Merge "Gallery2: RU translation" into cm-10.2
  2463.  
  2464. commit 2e5c0e43f38989912305aa845c3b92b2d447a577
  2465. Merge: ab09ada 62c7a9e
  2466. Author: Marco Brohet <therbom@gmail.com>
  2467. Date: Sat Nov 30 11:24:16 2013 +0000
  2468.  
  2469. Merge "Gallery2: Af Translations" into cm-10.2
  2470.  
  2471. commit ab09ada82786720c615fba3409ed6f7c073140a5
  2472. Merge: b6158c1 280b302
  2473. Author: Marco Brohet <therbom@gmail.com>
  2474. Date: Sat Nov 30 11:22:20 2013 +0000
  2475.  
  2476. Merge "Gallery2: PT-BR update translations" into cm-10.2
  2477.  
  2478. commit b6158c1bcfc9abbdbeb4a0819e3e0cb4bf47abe6
  2479. Merge: 6fc8e85 5dc7c84
  2480. Author: Marco Brohet <therbom@gmail.com>
  2481. Date: Sat Nov 30 11:22:00 2013 +0000
  2482.  
  2483. Merge "Gallery2: DA translation" into cm-10.2
  2484.  
  2485. commit 6fc8e85ae5d2c4673f32c37553cd928abaf7bb77
  2486. Merge: 6bcc6ee f5bb245
  2487. Author: Marco Brohet <therbom@gmail.com>
  2488. Date: Sat Nov 30 11:15:51 2013 +0000
  2489.  
  2490. Merge "Gallery2: CS translation" into cm-10.2
  2491.  
  2492. commit 6bcc6ee2c8c603e23d685d7eb4d84fbab84a5eb8
  2493. Author: Conn O'Griofa <connogriofa@gmail.com>
  2494. Date: Fri Nov 29 02:25:54 2013 +0000
  2495.  
  2496. Add missing smart_scene_*.png MDPI assets
  2497.  
  2498. Change-Id: If65b63a1c79bfeb95ebeae24d4a97f8598519293
  2499.  
  2500. commit 23283d0bf9285ed198766c995a616189580114c4
  2501. Merge: b9d82fe 507a07e
  2502. Author: Marco Brohet <therbom@gmail.com>
  2503. Date: Thu Nov 28 21:39:53 2013 +0000
  2504.  
  2505. Merge "Gallery2: ES translations" into cm-10.2
  2506.  
  2507. commit 507a07ea708bd80fed57d1b49b4fc0a486ed255a
  2508. Author: Lorenzo M <djmesias@yahoo.es>
  2509. Date: Thu Nov 28 11:34:15 2013 +0100
  2510.  
  2511. Gallery2: ES translations
  2512.  
  2513. - Smart scene Tag
  2514.  
  2515. Change-Id: Ie4d475bf32a84756f99caab85abc55375286dbf3
  2516.  
  2517. commit b9d82fe40163b6e4f44ef811be758430d7e9f06e
  2518. Merge: 99953a3 ec57ca5
  2519. Author: Marco Brohet <therbom@gmail.com>
  2520. Date: Wed Nov 27 21:07:14 2013 +0000
  2521.  
  2522. Merge "Gallery2: CA translations" into cm-10.2
  2523.  
  2524. commit 5dc7c84c0e3f45864772081793b62f4f9f89e79c
  2525. Author: Morten Jørgensen <fidoble@gmail.com>
  2526. Date: Wed Nov 27 20:42:42 2013 +0100
  2527.  
  2528. Gallery2: DA translation
  2529.  
  2530. Change-Id: I76c871ef49719eb91d8c26b19d7e0d309a370475
  2531.  
  2532. commit 62c7a9e0e9e9490f02207218db4aa465e0b82de1
  2533. Author: isimobile <isimobile@ismaakit.com>
  2534. Date: Sun Oct 20 15:19:59 2013 +0200
  2535.  
  2536. Gallery2: Af Translations
  2537.  
  2538. Change-Id: Ia9134cc1fcc766afbc22b8acc3a86a11c11e2384
  2539.  
  2540. commit 99953a32d38e9973b7fd9f0ec13d701f64c83b85
  2541. Author: Michael Bestas <mikeioannina@gmail.com>
  2542. Date: Wed Nov 27 05:20:40 2013 +0200
  2543.  
  2544. Gallery2: EL translations
  2545.  
  2546. Change-Id: I5186913937109d457012d55d18ebff704457f01e
  2547.  
  2548. commit da1bdbcc11394639464509fc2e495e5a599b7138
  2549. Author: elektroschmock <elektroschmock78@googlemail.com>
  2550. Date: Tue Nov 26 22:06:06 2013 +0100
  2551.  
  2552. Gallery2: DE translation for ASD
  2553.  
  2554. Change-Id: I26265de6882d59c0ce944c8c062ffc21baeb6578
  2555.  
  2556. commit 6eed383969ee20178b5517e49082efd03e63cbac
  2557. Author: Vladislav Koldobskiy <admin@nevergone.ru>
  2558. Date: Sat Nov 23 17:23:24 2013 +0400
  2559.  
  2560. Gallery2: RU translation
  2561.  
  2562. PS2: redefines won't fly here. I'll have to change strings.xml.
  2563. Either way, it won't be updated from AOSP anymore.
  2564. PS3: trigged Cid again.
  2565. PS4: hey Cid, are you going to verify this?
  2566. PS5: some strings updates. Used Sony NEX-5 UI for inspiration :)
  2567.  
  2568. Change-Id: I49d5a7d861f43a866f08e832ed1427bd4e632570
  2569.  
  2570. commit ec57ca565ec6684b0d38f5c8f43191b346f735ea
  2571. Author: arnau <arnaullv@gmail.com>
  2572. Date: Mon Nov 25 22:33:26 2013 +0100
  2573.  
  2574. Gallery2: CA translations
  2575.  
  2576. Change-Id: I8382457b8930cf204823994db758b7ccfc94d0fb
  2577.  
  2578. commit 4fde8c71275c561bb8fd1803b496a86287601e74
  2579. Merge: 5c49d64 dcfcd17
  2580. Author: Marco Brohet <therbom@gmail.com>
  2581. Date: Mon Nov 25 21:04:50 2013 +0000
  2582.  
  2583. Merge "Gallery2: IT translations" into cm-10.2
  2584.  
  2585. commit 355de4357711f611b3295dde25455ad1f1f44e76
  2586. Author: Frant1c <Plentauskas1992@gmail.com>
  2587. Date: Fri Nov 8 03:40:39 2013 +0200
  2588.  
  2589. Update Lithuanian translations
  2590.  
  2591. Change-Id: Iccd149ccbe14f31ecb13a4feaa47a42f2f23c1b9
  2592.  
  2593. commit f5bb245e933a56a6091fd4bd451a3f0b4f4050a0
  2594. Author: Ondrej Zima <keltuv.email@gmail.com>
  2595. Date: Sun Nov 24 23:55:42 2013 +0100
  2596.  
  2597. Gallery2: CS translation
  2598.  
  2599. - added smart scene
  2600.  
  2601. Change-Id: Iccd3562c020c18f0eed667a32d532e42195e19cc
  2602.  
  2603. commit 5c49d644be6599f8c8583a781fe30dd844fffa5e
  2604. Merge: 90b4d94 7a12343
  2605. Author: Marco Brohet <therbom@gmail.com>
  2606. Date: Sun Nov 24 13:42:01 2013 +0000
  2607.  
  2608. Merge "Gallery2: HU translation" into cm-10.2
  2609.  
  2610. commit 7a1234304bdee30ea2c09ebfd01655251df8af6b
  2611. Author: Tamas Toth <syman@babulus.hu>
  2612. Date: Thu Nov 21 08:51:29 2013 +0100
  2613.  
  2614. Gallery2: HU translation
  2615.  
  2616. PS2: Correcting
  2617. PS3: Remove whitespace error
  2618. PS4: Triggering Cid
  2619. PS7: Prepare for merging
  2620.  
  2621. Change-Id: Ife0cfb9b440322048831d78597c05ded33c009a8
  2622.  
  2623. commit dcfcd17c8a779afd30d5f1d5c92450998c4f8061
  2624. Author: Francesco <francescoforesta@gmail.com>
  2625. Date: Sun Nov 24 13:08:31 2013 +0100
  2626.  
  2627. Gallery2: IT translations
  2628.  
  2629. Change-Id: I36b8629793f8bc770704dcc25dd2dcb0efe746ba
  2630.  
  2631. commit 90b4d943f8da9214027e927d0b7027cc68fe0656
  2632. Merge: 089c867 91701ae
  2633. Author: Marco Brohet <therbom@gmail.com>
  2634. Date: Sun Nov 24 11:20:04 2013 +0000
  2635.  
  2636. Merge "Camera: add translatable false for ASD" into cm-10.2
  2637.  
  2638. commit 089c867c7542e8eb654de96148e4591891b125b5
  2639. Author: henry j. mason <henry@cyngn.com>
  2640. Date: Sat Nov 23 13:02:10 2013 -0800
  2641.  
  2642. Camera: MDPI/HDPI assets for UI changes
  2643.  
  2644. I wasn't sure what all was needed, and what densities are even
  2645. possible for which settings, so I just added assets for both the
  2646. HDPI and MDPI densities, where it seemed reasonable.
  2647.  
  2648. Change-Id: Iff5e5bb6e8f68ecf4d2a140b9f76a3134f794e1e
  2649.  
  2650. commit 801566736a2e3b496102cbe9f69886c35bb99d12
  2651. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  2652. Date: Sat Nov 23 13:58:58 2013 +0100
  2653.  
  2654. Camera: NL translation
  2655.  
  2656. Change-Id: I6cb4b8e09b911fbb216a5e95068b4e18c0ceb38e
  2657.  
  2658. commit 91701aeece4b9d946b8afd3d96692072532efa01
  2659. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  2660. Date: Sat Nov 23 13:52:22 2013 +0100
  2661.  
  2662. Camera: add translatable false for ASD
  2663.  
  2664. Change-Id: I57ce41857058bdf987766ad4fedd92bc40a59dbc
  2665.  
  2666. commit bf83a05f441040824afea4efead93a436c0479b5
  2667. Author: Steve Kondik <shade@chemlab.org>
  2668. Date: Wed Nov 20 16:29:04 2013 -0800
  2669.  
  2670. camera: Support for Smart Scene
  2671.  
  2672. * Add support for automatic scene detection as found on some cameras.
  2673. * This will update the scene every 2 seconds and show an icon in the
  2674. UI when it changes.
  2675.  
  2676. Change-Id: Id7360b016d0e59278325ab1a2603af1a86fb4423
  2677.  
  2678. commit 280b3027883baeb80deb497e36ea892f2889bd69
  2679. Author: Gustavo <gustavo@gustavo.ca>
  2680. Date: Wed Nov 6 04:04:23 2013 -0200
  2681.  
  2682. Gallery2: PT-BR update translations
  2683.  
  2684. Change-Id: I7fd29746c0621b658b24b785da38ba52ec51ee76
  2685. -----------------------------------------------------------------
  2686. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/LockClock 2797a20f0f7d5558b1928f664c3610502e534162..bd0d4559d4d6234a034a8614da318c149fc07cad
  2687. commit bd0d4559d4d6234a034a8614da318c149fc07cad
  2688. Merge: b8eba30 d5df2fd
  2689. Author: Marco Brohet <therbom@gmail.com>
  2690. Date: Sat Dec 14 18:33:27 2013 +0000
  2691.  
  2692. Merge "LockClock: PL translations" into cm-10.2
  2693.  
  2694. commit b8eba30bd37ab918a5b3bc852cdc068d54fbfd19
  2695. Author: DvTonder <david.vantonder@gmail.com>
  2696. Date: Sun Dec 8 14:42:01 2013 -0500
  2697.  
  2698. cLock: Better OOBE
  2699.  
  2700. Change-Id: I3939ce9123acf7d12f18dd0dc6fc3a17c8cbf546
  2701.  
  2702. commit d5df2fd66ed15a7ab0f8d021bd61e7e2e6c5f939
  2703. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  2704. Date: Thu Dec 5 22:19:42 2013 +0100
  2705.  
  2706. LockClock: PL translations
  2707.  
  2708. Change-Id: I9e20545dcc963aff08810d9e07f05ccf1b7475a1
  2709.  
  2710. commit d40bb01ec6bf58bcf494c61ed3bd6b142c7e406d
  2711. Author: Frant1c <Plentauskas1992@gmail.com>
  2712. Date: Sun Dec 1 23:35:23 2013 +0200
  2713.  
  2714. LockClock: LT translations
  2715.  
  2716. Change-Id: I0bd66b00abc527ee9f71fefc45d34dedb2089fa9
  2717. -----------------------------------------------------------------
  2718. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Mms f16767dfd2eba8eaf8cbfa66050b423b8b391e0f..731cad07bbfc6c6a7202678f452657a80b5fbe16
  2719. commit 731cad07bbfc6c6a7202678f452657a80b5fbe16
  2720. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  2721. Date: Thu Dec 5 22:58:30 2013 +0100
  2722.  
  2723. MMS: PL translations
  2724.  
  2725. PS2,3&4: Fixes
  2726.  
  2727. PS5: Trigger Cid
  2728.  
  2729. Change-Id: I3e7b6e9dcd1d550d2b0fd0cf4926195a4ca1ad80
  2730.  
  2731. commit 458bb7dd45761507d3e2dfd492460d1e5d8d28c4
  2732. Author: Frant1c <Plentauskas1992@gmail.com>
  2733. Date: Wed Dec 4 01:50:34 2013 +0200
  2734.  
  2735. Mms: LT translations
  2736.  
  2737. Minor fixes
  2738. Missing strings have been translated
  2739.  
  2740. Change-Id: Ie7341cf524bd89b5e78ddc2972e5d27e76baf6da
  2741.  
  2742. commit f2d1e50a0fa30e5552f9e7c9460224f95f554643
  2743. Merge: 9b044bb 8505102
  2744. Author: Marco Brohet <therbom@gmail.com>
  2745. Date: Sat Nov 30 11:31:45 2013 +0000
  2746.  
  2747. Merge "Update Mms Lithuanian Translations" into cm-10.2
  2748.  
  2749. commit 9b044bbb031381d182bed1d3a3817142b1a52a49
  2750. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2751. Date: Fri Nov 29 23:58:55 2013 +0000
  2752.  
  2753. ClassZeroActivity: Queue messages instead of displaying them all at once
  2754.  
  2755. 10 out of 9 doctors recommend not piling up infinite top activities
  2756.  
  2757. Change-Id: Id7a2faa6997036507acad38f43fe17bf1f6a42cd
  2758.  
  2759. commit 8a46af33d6db816f5e26388127f396282af57728
  2760. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  2761. Date: Fri Nov 29 22:48:03 2013 +0000
  2762.  
  2763. ClassZeroActivity: Holo it
  2764.  
  2765. Change-Id: I098866d61145863c561c3bdc3f25d38254906f1d
  2766.  
  2767. commit 8505102d04fc0142874c4388d0a8d9e19ef89fe6
  2768. Author: Frant1c <Plentauskas1992@gmail.com>
  2769. Date: Fri Nov 8 00:07:14 2013 +0200
  2770.  
  2771. Update Mms Lithuanian Translations
  2772.  
  2773. Change-Id: Ia7341ce5b9333823baab76308f1422e17dc5fc66
  2774.  
  2775. commit 27ae7334d7f2a456b4f45d6e934e5f38eed2b2b9
  2776. Merge: f16767d 3749f7b
  2777. Author: David van Tonder <david.vantonder@gmail.com>
  2778. Date: Wed Nov 27 00:29:48 2013 +0000
  2779.  
  2780. Merge "Fix inconsistent back button behavior" into cm-10.2
  2781.  
  2782. commit 3749f7b8c2655b2eca0ca6135b8192e91f00a709
  2783. Author: Veeti Paananen <veeti.paananen@rojekti.fi>
  2784. Date: Wed Oct 16 15:23:08 2013 +0300
  2785.  
  2786. Fix inconsistent back button behavior
  2787.  
  2788. By default, a press of the back button will only take effect when the
  2789. button is successfully released (the user releases the button while
  2790. still focused on it), not when the button is still triggered and pressed
  2791. down. To avoid this inconsistent behavior, execute the custom back
  2792. logic in the onBackPressed callback instead of onKeyDown.
  2793.  
  2794. Change-Id: Id516bc523b625a7ca42ea3ff580892cdf28f770f
  2795. -----------------------------------------------------------------
  2796. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Phone 34773907e08ebadb0f6001b2c0a12b2e5bb57e7d..546919c8d5bb9ef0bb2765f2ce2b0eabf936990a
  2797. commit 546919c8d5bb9ef0bb2765f2ce2b0eabf936990a
  2798. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  2799. Date: Tue Dec 17 00:42:30 2013 +0100
  2800.  
  2801. Phone: PL translations
  2802.  
  2803. PS2:Rebase
  2804.  
  2805. Change-Id: I014ed71d9bfd2fd1531e6266acb8dcecf2158895
  2806.  
  2807. commit fcb7a226cf14604fb33ab90f788dd19c9e43d73d
  2808. Merge: 018e9da a330c38
  2809. Author: Marco Brohet <therbom@gmail.com>
  2810. Date: Fri Dec 6 16:43:04 2013 +0000
  2811.  
  2812. Merge "Phone: LT translations" into cm-10.2
  2813.  
  2814. commit a330c387c464a46d6d9a9ba5043a6f7780b0181d
  2815. Author: Frant1c <Plentauskas1992@gmail.com>
  2816. Date: Wed Dec 4 21:23:12 2013 +0200
  2817.  
  2818. Phone: LT translations
  2819.  
  2820. Missing strings have been translated
  2821.  
  2822. Change-Id: Id9dfbd1f1a843115316a18badcd9722dbfd82368
  2823.  
  2824. commit 018e9da325dad0e812db55d9c989d3ae730018fb
  2825. Merge: 2417024 7946c7c
  2826. Author: Marco Brohet <therbom@gmail.com>
  2827. Date: Wed Dec 4 23:38:01 2013 +0000
  2828.  
  2829. Merge "Phone: CA translations" into cm-10.2
  2830.  
  2831. commit 24170247a3b0e4638952edd2df07a02dc08f2816
  2832. Author: MatoDroid <mato.jurik1@gmail.com>
  2833. Date: Tue Dec 3 18:08:53 2013 +0100
  2834.  
  2835. Phone: SK translations
  2836.  
  2837. Change-Id: I2db724c630038f08e37520a90bff0d477649901d
  2838.  
  2839. commit 7946c7c2b7d056eaea67d965984b2710704b8552
  2840. Author: arnau <arnaullv@gmail.com>
  2841. Date: Sat Nov 30 14:27:12 2013 +0100
  2842.  
  2843. Phone: CA translations
  2844.  
  2845. Change-Id: I8ef7af6971d9d28ff5f3f7d893abb53a57fb04e9
  2846.  
  2847. commit 77cf21a43ee94ecb8090613cc3bfc65df58d3596
  2848. Merge: 6d749ac a0ae30e
  2849. Author: Marco Brohet <therbom@gmail.com>
  2850. Date: Sat Nov 30 11:31:08 2013 +0000
  2851.  
  2852. Merge "Update Lithuanian translations" into cm-10.2
  2853.  
  2854. commit 6d749ac3088f018da207cc14125dbf9f6232b1d8
  2855. Merge: b1793a0 a1c1dcc
  2856. Author: Marco Brohet <therbom@gmail.com>
  2857. Date: Sat Nov 30 11:21:00 2013 +0000
  2858.  
  2859. Merge "Phone: CS translation" into cm-10.2
  2860.  
  2861. commit a0ae30e453cd6b3e67a9fb45a7ca450f7c5209e4
  2862. Author: Frant1c <Plentauskas1992@gmail.com>
  2863. Date: Thu Nov 7 23:59:23 2013 +0200
  2864.  
  2865. Update Lithuanian translations
  2866.  
  2867. Change-Id: I13a3aa76eb6df69aff91c9e8dcd68f92bc347e5f
  2868.  
  2869. commit b1793a03dc1c8f46bdcc2659434239e21622e2d0
  2870. Author: Michael Bestas <mikeioannina@gmail.com>
  2871. Date: Fri Oct 25 22:34:03 2013 +0300
  2872.  
  2873. Phone: EL translations
  2874.  
  2875. Change-Id: I6e176bb16a0c52a310e4ee498cfeb9a6e9c2ac98
  2876.  
  2877. commit a1c1dcc06f304344cef0e30a0d4c2222a162f520
  2878. Author: Ondrej Zima <keltuv.email@gmail.com>
  2879. Date: Sun Oct 27 23:02:55 2013 +0100
  2880.  
  2881. Phone: CS translation
  2882.  
  2883. - added missing from CAF
  2884. - fixed some typos
  2885. - rebeased and added new changes
  2886. - fixed some typos... again
  2887. - new TD modes from CAF
  2888.  
  2889. Ufffffff, I hate this mixing AOSP/CAF/CM strings, it is totally
  2890. untrackable. If something change it or add new, the syncing will be
  2891. very, very hard.
  2892.  
  2893. @CID: reexamine please #2nd try
  2894.  
  2895. Change-Id: I3b51435b03bf16ca2b28bb62c91327708d69a0c1
  2896. -----------------------------------------------------------------
  2897. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Settings 516e7ceac8fcc5f290d9fe473d66c245a492edf3..331d81d34b771751cffcd412161886ea2d2079c2
  2898. commit 331d81d34b771751cffcd412161886ea2d2079c2
  2899. Merge: 612e442 a2126a9
  2900. Author: Marco Brohet <therbom@gmail.com>
  2901. Date: Wed Dec 18 22:27:53 2013 +0000
  2902.  
  2903. Merge "Settings: PL translations" into cm-10.2
  2904.  
  2905. commit 612e4429d6d4bd0e488936f49eb0ed4ab6afcb41
  2906. Merge: 1c573ec fc13439
  2907. Author: Jorge Ruesga <jorge@ruesga.com>
  2908. Date: Wed Dec 18 03:04:09 2013 +0000
  2909.  
  2910. Merge "Wi-Fi AP priorities: Add RTL support & cleanup" into cm-10.2
  2911.  
  2912. commit a2126a9e146d715903f7ae67e562bf364385cbe7
  2913. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  2914. Date: Fri Dec 6 00:36:10 2013 +0100
  2915.  
  2916. Settings: PL translations
  2917.  
  2918. PS2&3&4: Fixes
  2919.  
  2920. Change-Id: I197eedec3f336456db25cdf93450fae6d0148928
  2921.  
  2922. commit 1c573ecf08132692ae592fdcc3edcc516cac99eb
  2923. Merge: e08a0a4 6f01f8a
  2924. Author: Marco Brohet <therbom@gmail.com>
  2925. Date: Sun Dec 15 16:18:08 2013 +0000
  2926.  
  2927. Merge "Settings: NL translation" into cm-10.2
  2928.  
  2929. commit e08a0a4955167cb1b93995999228935edd07cf42
  2930. Merge: 3beb149 c94edc8
  2931. Author: Marco Brohet <therbom@gmail.com>
  2932. Date: Sun Dec 15 16:16:32 2013 +0000
  2933.  
  2934. Merge "Settings: LT translations" into cm-10.2
  2935.  
  2936. commit c94edc83f6f97750c71eb1685cfd3ccb2f1532ed
  2937. Author: Frant1c <plentauskas1992@gmail.com>
  2938. Date: Sat Dec 14 06:51:41 2013 +0200
  2939.  
  2940. Settings: LT translations
  2941.  
  2942. WhisperPush translated, other small fixes
  2943.  
  2944. Change-Id: I14c787362dbecedce84fb1930007b71340e1aea3
  2945.  
  2946. commit fc13439323f2f9e1af8fd8a7623adeefaa304d03
  2947. Author: Michael Bestas <mikeioannina@gmail.com>
  2948. Date: Wed Dec 11 22:34:42 2013 +0200
  2949.  
  2950. Wi-Fi AP priorities: Add RTL support & cleanup
  2951.  
  2952. Sync with cm-11.0 changes:
  2953. * RTL support
  2954. * Cleanup redundant layouts
  2955. * Correct copyright
  2956.  
  2957. Change-Id: Idb5785deaf49c0b3c716bb5b665e7508d34eb44d
  2958.  
  2959. commit 6f01f8aa1246ea8d97b0982852aa22a2de54dbb1
  2960. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  2961. Date: Fri Dec 13 21:53:37 2013 +0100
  2962.  
  2963. Settings: NL translation
  2964.  
  2965. WhisperPush
  2966.  
  2967. Change-Id: I2dc33436b0f1288518a3b18852a0aa8137f43bc1
  2968.  
  2969. commit 3beb149bd4f769f2803fbc80cd7b258c418f61a0
  2970. Merge: d796336 ebaf9c9
  2971. Author: Marco Brohet <therbom@gmail.com>
  2972. Date: Sat Dec 14 20:34:03 2013 +0000
  2973.  
  2974. Merge "Settings: PT-BR Translations" into cm-10.2
  2975.  
  2976. commit d79633689e5ac45057b4de3f0a186dd9693d7428
  2977. Merge: c435a27 82fa585
  2978. Author: Marco Brohet <therbom@gmail.com>
  2979. Date: Sat Dec 14 18:44:57 2013 +0000
  2980.  
  2981. Merge "Settings: add zh_CN translations" into cm-10.2
  2982.  
  2983. commit ebaf9c99235cd7a963f55a237f3d8fd8ecf75ed6
  2984. Author: Gustavo <gustavo@gustavo.ca>
  2985. Date: Tue Dec 10 02:03:52 2013 -0200
  2986.  
  2987. Settings: PT-BR Translations
  2988.  
  2989. Change-Id: I7abf624800a1055dd03115fe26fadd396e21c9e5
  2990.  
  2991. commit c435a27e83995e659da880c05fab9bec08f8c0b7
  2992. Author: Chris Soyars <ctso@ctso.me>
  2993. Date: Mon Dec 9 13:39:55 2013 -0800
  2994.  
  2995. Add security settings category for WhisperPush
  2996.  
  2997. Change-Id: Iff50a399db73b098d1aa5e8c0928ec105c75da63
  2998.  
  2999. commit c6d6fe1ea28a2763dd7407ff7396d0cd9c718871
  3000. Author: Nitin Shivpure <nshivpur@codeaurora.org>
  3001. Date: Wed Oct 23 17:54:14 2013 +0530
  3002.  
  3003. Bluetooth: Fix to show internet access as marked when pan is connected
  3004.  
  3005. isPrefered is always true for PAN. So internet access menu checkbox
  3006. is always marked on. Marking internet access menu checkbox based on
  3007. pan connection status should solve this issue.
  3008.  
  3009. Change-Id: I4343cc6f1b46377caa54aa3d39c08489ff14adac
  3010. CRs-Fixed: 550731
  3011.  
  3012. commit ae4e28152e4f109ce2591f94ab16b721b64d50a2
  3013. Author: Ethan Chen <intervigil@gmail.com>
  3014. Date: Fri Dec 6 02:06:56 2013 -0800
  3015.  
  3016. Settings(MSIM): Disable MultiSimSettings activity if unsupported
  3017.  
  3018. * If this activity is launched on a non-multi-SIM it will crash.
  3019. * Because the activity is disabled, MultiSimSettings will become
  3020. unavailable until the device is restarted.
  3021.  
  3022. Change-Id: I39eb1b41836833694be7469026abd95430691b52
  3023.  
  3024. commit ff2dbeaf2675b28a5aacbc28fe75101b68aa054b
  3025. Author: Frant1c <Plentauskas1992@gmail.com>
  3026. Date: Fri Dec 6 00:55:13 2013 +0200
  3027.  
  3028. Settings: LT translations
  3029.  
  3030. Minor fixes
  3031. Missing strings have been translated
  3032.  
  3033. Change-Id: Id6107da6db2aad9dc408f14137acff3bc85c4032
  3034.  
  3035. commit 4468ada493ede4c2da77228c3f9010d171a91630
  3036. Merge: 9a3468d 5d54f3f
  3037. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3038. Date: Thu Dec 5 20:40:54 2013 +0000
  3039.  
  3040. Merge "Fix mispelled constnat" into cm-10.2
  3041.  
  3042. commit 82fa5859f03e5d7a3c5b907fc42bda8ede426ccd
  3043. Author: Lingchao Xin <douglarek@gmail.com>
  3044. Date: Thu Dec 5 20:54:38 2013 +0800
  3045.  
  3046. Settings: add zh_CN translations
  3047.  
  3048. Change-Id: I1009d724b18ee9760fa6adcdd946a4cd76d5c316
  3049.  
  3050. commit 9a3468d667155f3bcd0257393a31726f01ab8726
  3051. Merge: ebf4524 83a98ed
  3052. Author: Marco Brohet <therbom@gmail.com>
  3053. Date: Wed Dec 4 23:37:23 2013 +0000
  3054.  
  3055. Merge "Settings: RU translation" into cm-10.2
  3056.  
  3057. commit ebf4524d6c538c1d17099aa0871a1992e41b689f
  3058. Merge: 2abc4e1 2290bc5
  3059. Author: Marco Brohet <therbom@gmail.com>
  3060. Date: Wed Dec 4 23:24:25 2013 +0000
  3061.  
  3062. Merge "Settings: LT translations" into cm-10.2
  3063.  
  3064. commit 2abc4e19508f4621cee1be6568c7bcfcd2191618
  3065. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  3066. Date: Tue Dec 3 23:44:58 2013 +0000
  3067.  
  3068. Revert "Telephony: Use new apn.sim.operator_numeric property"
  3069.  
  3070. This reverts commit 0ff226ff8488bc018397051ddbde7de76206f9e8.
  3071.  
  3072. Change-Id: I64e24ec783cf1ae62ad4e2f67886b40be0c623f3
  3073.  
  3074. commit 83a98edd517bbf96deec5acc8fd08da40eef2454
  3075. Author: Vladislav Koldobskiy <admin@nevergone.ru>
  3076. Date: Sun Nov 3 01:10:36 2013 +0400
  3077.  
  3078. Settings: RU translation
  3079.  
  3080. PS6: fix ALL the translations!
  3081. PS7: added allowed/ignored counts.
  3082.  
  3083. Change-Id: I0a6bfc4082f9e7b7a20b57ee398881d59959f272
  3084.  
  3085. commit a8ce8e8c0936e55690146bf2dbe1b4fb2c6d1813
  3086. Merge: b9e9848 4897a55
  3087. Author: Danny Baumann <dannybaumann@web.de>
  3088. Date: Sat Nov 30 13:31:46 2013 +0000
  3089.  
  3090. Merge "Settings: Add DE translation for AppOps" into cm-10.2
  3091.  
  3092. commit b9e98489b3d3fbc18c239339159d1e5e342bba61
  3093. Merge: d006885 e0228e7
  3094. Author: Marco Brohet <therbom@gmail.com>
  3095. Date: Sat Nov 30 11:27:07 2013 +0000
  3096.  
  3097. Merge "Settings: CA translations" into cm-10.2
  3098.  
  3099. commit d0068854ed633bd61281bf24baa4131c5693cc2e
  3100. Merge: c6be349 52630fe
  3101. Author: Marco Brohet <therbom@gmail.com>
  3102. Date: Sat Nov 30 11:23:27 2013 +0000
  3103.  
  3104. Merge "Settings: AF Translations" into cm-10.2
  3105.  
  3106. commit c6be3490ea3b226731e6a0046823925437a713db
  3107. Author: Ondrej Zima <keltuv.email@gmail.com>
  3108. Date: Mon Oct 28 16:34:12 2013 +0100
  3109.  
  3110. Settings: CS translation
  3111.  
  3112. - added missing
  3113. - added new strings from CAF
  3114. - fixed spelling error :p
  3115. - added new for camera button
  3116. - fixed some typos
  3117. - added new system sound message
  3118. - added new message of performance profile
  3119. - added AppOps translation
  3120. - fixed AppOps for Wakeup
  3121.  
  3122. @CID: reexamine please
  3123.  
  3124. Change-Id: Ibcf0d388f8494841ff64bf59bc8397685b446467
  3125.  
  3126. commit 2290bc5ff45822423788917aa21df57343b44a95
  3127. Author: Frant1c <Plentauskas1992@gmail.com>
  3128. Date: Thu Nov 7 23:52:51 2013 +0200
  3129.  
  3130. Settings: LT translations
  3131.  
  3132. PS22: Trigger Cid
  3133.  
  3134. Change-Id: I9fbb9d62d9a8fc18daf43046b08fd2e2a013847b
  3135.  
  3136. commit e0228e7b79ce17b515ed0f2559f99ec76490e291
  3137. Author: arnau <arnaullv@gmail.com>
  3138. Date: Wed Nov 27 23:40:19 2013 +0100
  3139.  
  3140. Settings: CA translations
  3141.  
  3142. Change-Id: I00d9ba7252a783163c786eb42bb3b8349ff50e3f
  3143.  
  3144. commit a639c887f4be95bc4f1464ef9b02e86ad8a322fe
  3145. Author: Tamas Toth <syman@babulus.hu>
  3146. Date: Sun Nov 24 23:49:36 2013 +0100
  3147.  
  3148. Settings: HU translation
  3149.  
  3150. PS2: Update
  3151. PS3: Correcting
  3152. PS4: Triggering Cid
  3153. PS5: Rebase
  3154. PS6: Triggering Cid
  3155. PS7: Correcting
  3156. PS8: Prepare for merging
  3157.  
  3158. Change-Id: Ic8d01d9c82c5798a6a2d007d20c6ab47d02a02f0
  3159.  
  3160. commit 52630fe8e32583a37f97ed66d74fe1c76be68484
  3161. Author: isimobile <isimobile@ismaakit.com>
  3162. Date: Sun Oct 20 16:35:22 2013 +0200
  3163.  
  3164. Settings: AF Translations
  3165.  
  3166. Change-Id: Ic68ea68e8fc1c776f3b7060afb0da685c661eeda
  3167.  
  3168. commit 4897a55a445dd65bfd87dfbb435b102098a4ccbc
  3169. Author: elektroschmock <elektroschmock78@googlemail.com>
  3170. Date: Thu Nov 14 20:18:50 2013 +0100
  3171.  
  3172. Settings: Add DE translation for AppOps
  3173.  
  3174. Change-Id: I29514e4c24c882e8f21e4442cba2f8796111b93a
  3175.  
  3176. commit bafced4dcb084ccbb750a175f9d3e8d4c5680ca0
  3177. Merge: 7bf09f5 6924a67
  3178. Author: Marco Brohet <therbom@gmail.com>
  3179. Date: Sun Nov 24 13:47:41 2013 +0000
  3180.  
  3181. Merge "Settings: UG translation. patch set: white space" into cm-10.2
  3182.  
  3183. commit 6924a67d3f9290ee8e32d8fc82c397f418fcc2d3
  3184. Author: sahranbay <sahranbay@gmail.com>
  3185. Date: Tue Nov 19 09:04:43 2013 +0600
  3186.  
  3187. Settings: UG translation.
  3188. patch set: white space
  3189.  
  3190. Change-Id: Ieecab9a96450552dcb47196eedf2d3899fcbc30c
  3191.  
  3192. commit 7bf09f5e6abf01f0ff5d2ce209f19737dece2875
  3193. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  3194. Date: Fri Nov 22 00:32:34 2013 +0100
  3195.  
  3196. Settings: NL translation
  3197.  
  3198. fix for past tense
  3199.  
  3200. Change-Id: Ibc1e71b8bddd123698bace3109ad611f61976b9d
  3201.  
  3202. commit 5d54f3faacb3b83a6c9943adef12296681d080ea
  3203. Author: Veeti Paananen <veeti.paananen@rojekti.fi>
  3204. Date: Wed Oct 16 15:48:56 2013 +0300
  3205.  
  3206. Fix mispelled constnat
  3207.  
  3208. Change-Id: I607d67874826dae248fd5446f563cba28babebd6
  3209. -----------------------------------------------------------------
  3210. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/SoundRecorder 9c69267a672d87b7cc42e1d7179bc55d8065b3e7..97439f82af2e1a0fb0e27d108546e6499c55f65f
  3211. commit 97439f82af2e1a0fb0e27d108546e6499c55f65f
  3212. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  3213. Date: Thu Dec 5 22:39:59 2013 +0100
  3214.  
  3215. SoundRecorder: PL translations
  3216.  
  3217. Change-Id: I10ef7cfcdad6145d9624439652c9480879c2b6a2
  3218.  
  3219. commit fa985a30b3e6772c333613cef017350b46bd3e07
  3220. Merge: faf85fb f25cd30
  3221. Author: Marco Brohet <therbom@gmail.com>
  3222. Date: Wed Dec 4 23:26:28 2013 +0000
  3223.  
  3224. Merge "SoundRecorder: LT translations" into cm-10.2
  3225.  
  3226. commit f25cd30258699a22db66c7749f5cb6f66eeaf3da
  3227. Author: Frant1c <Plentauskas1992@gmail.com>
  3228. Date: Sat Nov 30 23:07:05 2013 +0200
  3229.  
  3230. SoundRecorder: LT translations
  3231.  
  3232. Change-Id: I6306a524557672ba64f70a920f58937bd6bec64d
  3233.  
  3234. commit faf85fb36a0996084a54d29f35da8da15bac36ad
  3235. Author: Marco Brohet <therbom@gmail.com>
  3236. Date: Sat Nov 30 11:56:34 2013 +0000
  3237.  
  3238. Revert "SoundRecorder: Fix aapt warnings [translation]"
  3239.  
  3240. This reverts commit 7964fa91e96907fffdf6c88174b55646c69751d6.
  3241.  
  3242. Change-Id: Ib9314536070268fc344e02b8df9424b2b535ee32
  3243.  
  3244. commit 7964fa91e96907fffdf6c88174b55646c69751d6
  3245. Author: p4r4n01d <p4r4n01d42@gmail.com>
  3246. Date: Fri Nov 1 11:40:08 2013 +1100
  3247.  
  3248. SoundRecorder: Fix aapt warnings [translation]
  3249.  
  3250. Change-Id: I79733ad4f04c56fc7220d3570e8ade12c0f1291a
  3251. -----------------------------------------------------------------
  3252. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Stk dea4f7f3456481d90d57d667768ed57469447213..7d5fb083afbec45ec2dd72930c773ccb136288fc
  3253. commit 7d5fb083afbec45ec2dd72930c773ccb136288fc
  3254. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  3255. Date: Thu Dec 5 23:08:05 2013 +0100
  3256.  
  3257. SIMToolkit: PL translations
  3258.  
  3259. PS1:Fix
  3260. PS2: Rebase
  3261.  
  3262. Change-Id: I56c9106b6ec0a46a6a9f3fd6bd4e7a90876a0006
  3263.  
  3264. commit 615d086ae7223ef4a4fbe5e3b3262fef95242c75
  3265. Author: Frant1c <Plentauskas1992@gmail.com>
  3266. Date: Sat Nov 30 23:08:33 2013 +0200
  3267.  
  3268. Stk: LT translations
  3269.  
  3270. Change-Id: Ic79e16ee838bf9f4837583a49a662d5bde1122d2
  3271. -----------------------------------------------------------------
  3272. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Torch 81fd6e8b5050cc93af3eafde31c8438b2e6ef5f3..1e0cb8f44701368c2fb2aa6d8a3176a15eb94c77
  3273. commit 1e0cb8f44701368c2fb2aa6d8a3176a15eb94c77
  3274. Author: Joel Teichroeb <joel@teichroeb.net>
  3275. Date: Wed Nov 27 19:53:05 2013 -0800
  3276.  
  3277. Torch: Do not hard code crespo as not having high brightness.
  3278.  
  3279. Change-Id: I5bfbad91790a7dedaeb86745a6b6331a775549e6
  3280. -----------------------------------------------------------------
  3281. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/Trebuchet 0033d60ca94c72c167c8e56fd5860326e50f429c..48d63029860b394a7314c4bae24ac25985cef0b3
  3282. commit 48d63029860b394a7314c4bae24ac25985cef0b3
  3283. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  3284. Date: Thu Dec 5 22:43:49 2013 +0100
  3285.  
  3286. Trebuchet: PL translations
  3287.  
  3288. Change-Id: I617fbe87d2d3f5ed1f296e6c8124c568d81e4373
  3289.  
  3290. commit ebb8545b1dbbe847940984a59432ac3e9b36b1ea
  3291. Author: Frant1c <Plentauskas1992@gmail.com>
  3292. Date: Sun Dec 1 23:36:41 2013 +0200
  3293.  
  3294. Trebuchet: LT translations
  3295.  
  3296. Change-Id: Ie87faa6996abe1a76e4a34f2565ce7073b67ff72
  3297.  
  3298. commit 8165766b677046c62cb4b93e9974876b85434443
  3299. Author: Miki Dahab <moikop@live.com>
  3300. Date: Wed Oct 9 15:41:51 2013 -0300
  3301.  
  3302. Trebuchet: Allow uninstall/app info shortcut with locked homescreen
  3303.  
  3304. Allow users to access the drag-and-drop uninstall and app info shortcuts
  3305. even when the homescreen is locked.
  3306.  
  3307. Change-Id: I67721e0d653b59ae7c8af8bac5ede754cb0615f8
  3308.  
  3309. commit f7621a4f9ec7216ea8ad135ac136edabf7cebb3d
  3310. Merge: e7d24f8 d13e36c
  3311. Author: Danesh M <daneshm90@gmail.com>
  3312. Date: Wed Nov 27 00:00:28 2013 +0000
  3313.  
  3314. Merge "Trebuchet : Ensure defaultWorkspace cleanup" into cm-10.2
  3315.  
  3316. commit e7d24f829373191b88d8b5547129c983b7b877c8
  3317. Merge: 0033d60 5caab3f
  3318. Author: Danesh M <daneshm90@gmail.com>
  3319. Date: Wed Nov 27 00:00:18 2013 +0000
  3320.  
  3321. Merge "Trebuchet : Refresh out of box experience" into cm-10.2
  3322.  
  3323. commit d13e36ca1288bd46b5871901dc9f2d1a00b6b282
  3324. Author: Danesh M <daneshm90@gmail.com>
  3325. Date: Thu Nov 14 15:30:23 2013 -0800
  3326.  
  3327. Trebuchet : Ensure defaultWorkspace cleanup
  3328.  
  3329. The cell placements check are done prior to adding the items, so in
  3330. the case that adding the items failed, the cell is still marked occupied.
  3331.  
  3332. This patchset addresses that by unsetting those flags.
  3333.  
  3334. Change-Id: I4e49a3134e46559199c3e4e1fddfc5c02d946ef7
  3335.  
  3336. commit 5caab3f9e2d8f23c2825a73d760dbc1d61b4af9c
  3337. Author: Danesh M <daneshm90@gmail.com>
  3338. Date: Thu Oct 31 17:07:12 2013 -0700
  3339.  
  3340. Trebuchet : Refresh out of box experience
  3341.  
  3342. Change-Id: I1b98dd07e7f9b4266dd94a79bb8f669dd19f5a08
  3343. -----------------------------------------------------------------
  3344. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/apps/VoicePlus 39a38ab1caded8865a4d72dcc0929c302a91d7b6..6a2123b667546d53f9b46f90f82c36df2c962ef8
  3345. commit 6a2123b667546d53f9b46f90f82c36df2c962ef8
  3346. Author: Frant1c <Plentauskas1992@gmail.com>
  3347. Date: Sat Nov 30 23:03:45 2013 +0200
  3348.  
  3349. VoicePlus: LT translations
  3350.  
  3351. Change-Id: I2eb0247e191a42c4c8bfd90987cc394e85926016
  3352. -----------------------------------------------------------------
  3353. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/inputmethods/LatinIME 44d5dcc7d72148d0be272260922554a426e7f1e4..f67b1900ab5d02657e596679f89faeb844f466c5
  3354. commit f67b1900ab5d02657e596679f89faeb844f466c5
  3355. Author: Frant1c <Plentauskas1992@gmail.com>
  3356. Date: Sun Dec 1 23:40:11 2013 +0200
  3357.  
  3358. LatinIME: LT translations
  3359.  
  3360. Change-Id: I7599f8bcab5b0d16a2904730e38fdca118337ceb
  3361. -----------------------------------------------------------------
  3362. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/providers/DownloadProvider 907bcd0c7cf8a44e07b3cf426b605ca7694ee24d..34b1e29a3fd013c24c968c48366a3cb3bb50592d
  3363. commit 34b1e29a3fd013c24c968c48366a3cb3bb50592d
  3364. Author: Frant1c <Plentauskas1992@gmail.com>
  3365. Date: Sun Dec 1 23:42:15 2013 +0200
  3366.  
  3367. DownloadProvider: LT translations
  3368.  
  3369. PS2: Trigger Cid
  3370.  
  3371. Change-Id: I023a5b84328682a9031ce55ccf5fa3a896daa10c
  3372. -----------------------------------------------------------------
  3373. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/wallpapers/Galaxy4 da356f831d33c1322ca2b70a77a3dcc6e6d4061e..f23be518252c94bf4aa6ccce7a612b0d6f987755
  3374. commit f23be518252c94bf4aa6ccce7a612b0d6f987755
  3375. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  3376. Date: Thu Dec 5 23:05:12 2013 +0100
  3377.  
  3378. Galaxy4 wallpaper PL translations
  3379.  
  3380. Change-Id: I8efed70689e2a2b0d940c8bbe696593a4ae78d23
  3381.  
  3382. commit 9ed31d79f336e1362e86d15a2615d67cbf8c0544
  3383. Author: Frant1c <Plentauskas1992@gmail.com>
  3384. Date: Sun Dec 1 23:44:01 2013 +0200
  3385.  
  3386. Galaxy4: LT translations
  3387.  
  3388. Change-Id: I000ce9f5f0ccb2a5e2aa0c9ba007f6689039c0ac
  3389. -----------------------------------------------------------------
  3390. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/packages/wallpapers/PhaseBeam 9fe8b1f185cfaed5b73345d064d4c38d2f72f59a..02bb0a763c0a26b9aacc226193f24149bf157730
  3391. commit 02bb0a763c0a26b9aacc226193f24149bf157730
  3392. Author: Tomasz Popielarczyk <popielarczyktomasz@gmail.com>
  3393. Date: Thu Dec 5 23:02:45 2013 +0100
  3394.  
  3395. PhaseBeam: PL translations
  3396.  
  3397. Change-Id: I18acf7b20eed8c490bd8cc41e348ab1100311638
  3398.  
  3399. commit b502b548810caf79623d1b37c9bda597fd6e6530
  3400. Merge: 9fe8b1f 5e39fd5
  3401. Author: Marco Brohet <therbom@gmail.com>
  3402. Date: Fri Nov 22 20:10:34 2013 +0000
  3403.  
  3404. Merge "Update Lithuanian translations" into cm-10.2
  3405.  
  3406. commit 5e39fd5d32ec4c985b157934e96d0c8be08f6ab7
  3407. Author: Frant1c <Plentauskas1992@gmail.com>
  3408. Date: Tue Nov 12 09:20:06 2013 +0200
  3409.  
  3410. Update Lithuanian translations
  3411.  
  3412. Change-Id: I0f202a0628d7f2e721307d2f0b248eca2188c14b
  3413. -----------------------------------------------------------------
  3414. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/system/core 3bc302960f44f832c80cf47da6bff5823007e93f..ac6c810d4ffb81a5552f5909094b17a11a5919fc
  3415. commit ac6c810d4ffb81a5552f5909094b17a11a5919fc
  3416. Author: Joe LeVeque <joeleveque@gmail.com>
  3417. Date: Tue Dec 10 19:37:32 2013 -0600
  3418.  
  3419. Removed duplicate code that had broken 'run-as'
  3420.  
  3421. Change-Id: I649738fa168288452baa627ef20559f4b790d6ea
  3422. -----------------------------------------------------------------
  3423. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/system/extras 691da319acbfb30dc65bac4539d3c3a4f29c583d..328353ab19bee93e92bfedbf88c21bb32c26f303
  3424. commit 328353ab19bee93e92bfedbf88c21bb32c26f303
  3425. Author: xiaolu <server@163.com>
  3426. Date: Fri Nov 15 02:42:02 2013 +0800
  3427.  
  3428. When make_ext4fs() formatting a block device, restore selinux context of the lost+found directory.
  3429.  
  3430. Change-Id: Ic965124d55692ed87f5eb5790f385672a999bc0b
  3431. -----------------------------------------------------------------
  3432. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/system/vold ffe433ab3e397bf47706ae97758378bf9fa6472d..a9e9a10ac90ea180c230e7acaa3111419b2737f9
  3433. commit a9e9a10ac90ea180c230e7acaa3111419b2737f9
  3434. Author: Ethan Chen <intervigil@gmail.com>
  3435. Date: Tue Dec 3 14:43:20 2013 -0800
  3436.  
  3437. vold: Initialize flag variables
  3438.  
  3439. * These variables may actually be checked before they are set. Set them
  3440. to reasonable defaults to prevent very strange behavior.
  3441.  
  3442. Change-Id: I303c4c6742ce86bbde6bda768f4e396263518ed2
  3443. -----------------------------------------------------------------
  3444. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/vendor/cm 9b2b353c36c00a9e876c9b51450f1d98fcf3f655..616219cf52175a15c3ce2afebae38d50693de4db
  3445. commit 616219cf52175a15c3ce2afebae38d50693de4db
  3446. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  3447. Date: Mon Dec 9 14:12:07 2013 +0100
  3448.  
  3449. Update changelog and contributors list
  3450.  
  3451. same as http://review.cyanogenmod.org/#/c/55124/
  3452.  
  3453. Change-Id: Ibb46d44f63752b1f18dd6ca1fceaf6df61b8aa3a
  3454.  
  3455. commit cd20b5685a7ef8500ad4442c4b5ad1234ded0ecb
  3456. Author: Chris Soyars <ctso@ctso.me>
  3457. Date: Mon Dec 9 11:36:02 2013 -0800
  3458.  
  3459. Include WhisperPush with CyanogenMod build
  3460.  
  3461. Change-Id: I63fddfbc144cd8d8dbc797dc87d0897345bb0f79
  3462.  
  3463. commit a6d647bd5b8987973867e4219b96570e70ef3399
  3464. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  3465. Date: Sun Dec 8 16:21:05 2013 +0000
  3466.  
  3467. Maintainership updates
  3468.  
  3469. Change-Id: If158e51440d7cfd674d779909e419f5139ff7d27
  3470.  
  3471. commit e49f9adbf4363054b8ae49cf819a0dc2ac663b2e
  3472. Merge: 34f6faa 45ad3fc
  3473. Author: Danesh M <daneshm90@gmail.com>
  3474. Date: Thu Dec 5 20:40:03 2013 +0000
  3475.  
  3476. Merge "Don't show phone unlock targets for devices without voice (2/2)" into cm-10.2
  3477.  
  3478. commit 34f6faa5f9f0b75f068fb7efa68c33bd0e3bdb01
  3479. Merge: ba457a4 f1d0892
  3480. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3481. Date: Thu Dec 5 20:32:53 2013 +0000
  3482.  
  3483. Merge "Update ATT Phone APN to bring in-line with ATT's current APNs" into cm-10.2
  3484.  
  3485. commit ba457a410725bf59d43281dc0f3619a95dfb3ab0
  3486. Merge: 4ecb40d 7503c0c
  3487. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3488. Date: Thu Dec 5 20:31:55 2013 +0000
  3489.  
  3490. Merge "Update all APN of El Salvador" into cm-10.2
  3491.  
  3492. commit 4ecb40dbf8b6cab1cd74e4b9c60f947d7b1201e5
  3493. Merge: 4156c5e 90caff6
  3494. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3495. Date: Thu Dec 5 20:31:35 2013 +0000
  3496.  
  3497. Merge "Fix Movistar AR APN settings typo and proxy IP" into cm-10.2
  3498.  
  3499. commit 7503c0c3ff25840ba8d2d3ccf80e7d339b172d3e
  3500. Author: José Adolfo Galdámez <josegalre@gmail.com>
  3501. Date: Sat Nov 30 01:47:13 2013 -0600
  3502.  
  3503. Update all APN of El Salvador
  3504.  
  3505. Change-Id: I671740dee62143f81a9e07c026fc4304d4cd30ab
  3506.  
  3507. commit 4156c5e281029ea4bcd0e76263ed49e18fed57e5
  3508. Merge: 3c52c90 60911a1
  3509. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3510. Date: Fri Nov 29 03:29:56 2013 +0000
  3511.  
  3512. Merge "APN typo" into cm-10.2
  3513.  
  3514. commit 60911a1b2253c07674e443ea71bea02fd3554072
  3515. Author: Archi <JustArchi@JustArchi.net>
  3516. Date: Tue Nov 26 17:29:56 2013 +0100
  3517.  
  3518. APN typo
  3519.  
  3520. Change-Id: I36def45794d4d73c5439cf62cecfa1ecf7bdeea2
  3521.  
  3522. commit 3c52c900ddd93138aea897e227af5fbf655460b1
  3523. Author: Brandon Bennett <bennetb@gmail.com>
  3524. Date: Fri Nov 22 15:44:42 2013 -0700
  3525.  
  3526. Make Mms package available to all telephony devices
  3527.  
  3528. Tablets want MMS too (carriers send messages, etc), lets make this for any
  3529. device inheriting telephony.mk (i.e phones, and gsm tablets)
  3530.  
  3531. Change-Id: Ida0e86d1f4d982580cef72816f93f88d0b0313e4
  3532.  
  3533. commit 35a690df8ebdc618d330067040deabde89ca3b7d
  3534. Author: Dave Daynard <nardholio@gmail.com>
  3535. Date: Sat Oct 19 22:39:49 2013 -0400
  3536.  
  3537. Add contributors for apexqtmo
  3538.  
  3539. Change-Id: Ia6548ce9606d6d8081caf5b5743497cca1291eef
  3540.  
  3541. commit 980e6b83d5331e54359f5c0eb27a008fc50c5ced
  3542. Author: Abhisek Devkota <ciwrl@cyanogenmod.com>
  3543. Date: Fri Nov 22 20:38:31 2013 -0800
  3544.  
  3545. Bootanimation by Dima Skvarskyi
  3546.  
  3547. New animation (we're due for a refresh). Additional resolutions
  3548. to follow.
  3549.  
  3550. PS1: Initial 1080p zip
  3551. PS2: Derp on commit message
  3552. PS3: Shrink file size (16M to 5M)
  3553. PS4: Add other resolutions (w/ jpegoptim)
  3554.  
  3555. Change-Id: Id6b12fa76d58769d7ef670f377f39cae1f5c9932
  3556.  
  3557. commit 100af14b332d738141c33cbeb0c5679c4001995b
  3558. Merge: dc2e944 592ae53
  3559. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  3560. Date: Fri Nov 22 19:26:12 2013 +0000
  3561.  
  3562. Merge "apns: add APN for AIS 3G" into cm-10.2
  3563.  
  3564. commit dc2e944a36f71ecd0d8d1245dbda2b13bdef5a55
  3565. Author: Danesh Mondegarian <daneshm90@gmail.com>
  3566. Date: Sun Nov 3 16:09:50 2013 -0800
  3567.  
  3568. Update default wallpaper
  3569.  
  3570. This updates the default wallpaper to one of those available CMWallpapers
  3571.  
  3572. Change-Id: Ie525ef9cf6bd0f4b15df8d6ea77cfadf27e76462
  3573.  
  3574. commit 592ae535d8cc3318f5afaff7116ab8ff1282c319
  3575. Author: Pawit Pornkitprasan <p.pawit@gmail.com>
  3576. Date: Sat Nov 16 13:00:52 2013 +0700
  3577.  
  3578. apns: add APN for AIS 3G
  3579.  
  3580. AIS 3G 2100 MHz uses a new MNC
  3581.  
  3582. Change-Id: If624a7bf465af30ec3160258186054cb9f424108
  3583.  
  3584. commit 45ad3fc71dcd511d6a3ac4f7929a7d2cf41799ea
  3585. Author: Veeti Paananen <veeti.paananen@rojekti.fi>
  3586. Date: Wed Nov 6 00:56:47 2013 +0200
  3587.  
  3588. Don't show phone unlock targets for devices without voice (2/2)
  3589.  
  3590. Add a separate list of default lockscreen unlock targets for devices
  3591. without voice capability.
  3592.  
  3593. Change-Id: Id435c3dbd2281f53edf52b139682087d7dbee34c
  3594.  
  3595. commit f1d08926c0312e1e5cafcb06693bbf2966da7fd4
  3596. Author: jakew02 <jacob.whatley91@gmail.com>
  3597. Date: Fri Oct 25 15:01:16 2013 -0400
  3598.  
  3599. Update ATT Phone APN to bring in-line with ATT's current APNs
  3600.  
  3601. Change-Id: I762100a56c055e59c3f51560b29616dc6e085d2c
  3602. Signed-off-by: jakew02 <jacob.whatley91@gmail.com>
  3603.  
  3604. commit 90caff65f64d9dbf73267968d0cf15fb68074a71
  3605. Author: Marco Antonio Alvarez <surakin@gmail.com>
  3606. Date: Sat Oct 5 09:21:32 2013 -0300
  3607.  
  3608. Fix Movistar AR APN settings typo and proxy IP
  3609.  
  3610. Change-Id: I2bd6221921b10311cc38491654daabbd56d14830
  3611. -----------------------------------------------------------------
  3612. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/vendor/qcom/opensource/v8 77abddf5b8bda43e80be7282eced8e3f3d0d45dd..ed6baff3b8971fe968a30c0c7dc631be1f31fd5c
  3613. commit ed6baff3b8971fe968a30c0c7dc631be1f31fd5c
  3614. Author: Subrato De <subratokde@codeaurora.org>
  3615. Date: Sat Nov 17 14:54:51 2012 -0800
  3616.  
  3617. just keep the include header files, LICENSE.v8 and AUTHORS file
  3618.  
  3619. Change-Id: Idd7279a3e4d884de0851008e210db4b64895ed36
  3620.  
  3621. commit 9abcf383d3ce852a401e2302f69ce147c5456807
  3622. Author: Subrato De <subratokde@codeaurora.org>
  3623. Date: Sat Nov 17 14:46:05 2012 -0800
  3624.  
  3625. removed unnecessary files and just keeping 'include' directory, AUTHORS file and LICENSE.v8 file
  3626.  
  3627. Change-Id: I14226132ac397ca306f2cac02d32d8b8a6d5d442
  3628.  
  3629. commit 83748755c545c0837a52d9a4b6864074e58b3d36
  3630. Merge: fc77ba8 e4e3134
  3631. Author: Subrato De <subratokde@codeaurora.org>
  3632. Date: Sat Nov 17 14:40:58 2012 -0800
  3633.  
  3634. Merge remote-tracking branch 'remotes/quic/github-v8/3.14' into EMPTY
  3635.  
  3636. commit e4e3134db2b401e86fffccfca301ef9a14c55c06
  3637. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3638. Date: Tue Nov 6 14:40:34 2012 +0000
  3639.  
  3640. Merged r12816, r12826, r12830 into 3.14 branch.
  3641.  
  3642. Catch stack overflow in JSON.parse.
  3643.  
  3644. Fix ugly typo in GenerateNewNonStrictFast.
  3645.  
  3646. Treat leading zeros in JSON.parse correctly.
  3647.  
  3648. R=yangguo@chromium.org
  3649. BUG=chromium:157520,chromium:158185
  3650.  
  3651. Review URL: https://codereview.chromium.org/11362114
  3652.  
  3653. git-svn-id: https://v8.googlecode.com/svn/branches/3.14@12871 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3654.  
  3655. commit 39e4963b899a646d7aaf707b778d859afcd1e331
  3656. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3657. Date: Mon Oct 29 10:14:08 2012 +0000
  3658.  
  3659. Create V8 3.14 branch for Chrome 24.
  3660.  
  3661.  
  3662. git-svn-id: https://v8.googlecode.com/svn/branches/3.14@12827 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3663.  
  3664. commit 8418fb636b14ac73920ff4de36c7f282ab36a37c
  3665. Author: rossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3666. Date: Mon Oct 22 13:09:53 2012 +0000
  3667.  
  3668. Version 3.14.5
  3669.  
  3670. Killed off the SCons based build.
  3671.  
  3672. Added a faster API for creating v8::Integer objects.
  3673.  
  3674. Speeded up function deoptimization by avoiding quadratic pass over optimized function list. (Chromium issue 155270)
  3675.  
  3676. Always invoke the default Array.sort functions from builtin functions. (issue 2372)
  3677.  
  3678. Reverted recent CPU profiler changes because they broke --prof. (issue 2364)
  3679.  
  3680. Switched code flushing to use different JSFunction field. (issue 1609)
  3681.  
  3682. Performance and stability improvements on all platforms.
  3683.  
  3684. git-svn-id: https://v8.googlecode.com/svn/trunk@12787 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3685.  
  3686. commit ff45e4f33ec8f903d1e733278cb9c454071afb00
  3687. Author: svenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3688. Date: Mon Oct 15 12:39:45 2012 +0000
  3689.  
  3690. Merged r12731 into trunk branch.
  3691.  
  3692. Fixed VERIFY_HEAP without DEBUG.
  3693.  
  3694. R=jkummerow@chromium.org
  3695.  
  3696. Review URL: https://codereview.chromium.org/11140023
  3697.  
  3698. git-svn-id: https://v8.googlecode.com/svn/trunk@12732 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3699.  
  3700. commit d7f559f8e1ec62c5e907f326ac822e234b77c52c
  3701. Author: svenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3702. Date: Mon Oct 15 11:51:39 2012 +0000
  3703.  
  3704. Version 3.14.4
  3705.  
  3706. Allow evals for debugger even if they are prohibited in the debugee context. (Chromium issue 154733)
  3707.  
  3708. Enabled --verify-heap in release mode (issue 2120)
  3709.  
  3710. Performance and stability improvements on all platforms.
  3711.  
  3712. git-svn-id: https://v8.googlecode.com/svn/trunk@12729 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3713.  
  3714. commit 1261d9b4b06aa680c984be6e84aba045b6254a9a
  3715. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3716. Date: Thu Oct 11 15:57:38 2012 +0000
  3717.  
  3718. Version 3.14.3
  3719.  
  3720. Use native context to retrieve ErrorMessageForCodeGenerationFromStrings (Chromium issue 155076).
  3721.  
  3722. Bumped variable limit further to 2^17 (Chromium issue 151625).
  3723.  
  3724. Performance and stability improvements on all platforms.
  3725.  
  3726. git-svn-id: https://v8.googlecode.com/svn/trunk@12706 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3727.  
  3728. commit b4befafb4ffe8a4163ee42a957da48a8e2c297cd
  3729. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3730. Date: Wed Oct 10 17:07:22 2012 +0000
  3731.  
  3732. Version 3.14.2
  3733.  
  3734. ARM: allowed VFP3 instructions when hardfloat is enabled. (Chromium issue 152506)
  3735.  
  3736. Fixed instance_descriptors() and PushStackTraceAndDie regressions. (Chromium issue 151749)
  3737.  
  3738. Made GDBJIT interface compile again. (issue 1804)
  3739.  
  3740. Fixed Accessors::FunctionGetPrototype's proto chain traversal. (Chromium issue 143967)
  3741.  
  3742. Made sure that names of temporaries do not clash with real variables. (issue 2322)
  3743.  
  3744. Rejected local module declarations. (Chromium issue 150628)
  3745.  
  3746. Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
  3747.  
  3748. Fixed slot recording of code target patches. (Chromium issue 152615,chromium:144230)
  3749.  
  3750. Changed the Android makefile to use GCC 4.6 instead of GCC 4.4.3.
  3751.  
  3752. Performance and stability improvements on all platforms.
  3753.  
  3754. git-svn-id: https://v8.googlecode.com/svn/trunk@12693 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3755.  
  3756. commit 3ecb95dd5f9354d750d8d237c9ddcc4cd9686c3e
  3757. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3758. Date: Tue Oct 9 17:00:13 2012 +0000
  3759.  
  3760. Reapply descriptor array sharing.
  3761.  
  3762. This reverts commit 12669
  3763.  
  3764. Review URL: https://chromiumcodereview.appspot.com/11093026
  3765.  
  3766. git-svn-id: https://v8.googlecode.com/svn/trunk@12683 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3767.  
  3768. commit ad6e47e8b275f6ec3ed655e422e85abccbe9c368
  3769. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3770. Date: Mon Oct 8 08:48:51 2012 +0000
  3771.  
  3772. Reverting sharing of descriptor arrays:
  3773.  
  3774. - Sharing of descriptor arrays.
  3775. - Ensure correct enumeration indices in the dict.
  3776. - Clear the EnumLength fields of maps that lose their enumeration cache.
  3777. - Directly set the value in the descriptors pointer to avoid checks.
  3778. - CNLT with descriptors but no valid enum fields has to clear the
  3779. EnumCache.
  3780. - Only count the descriptor array if it's owned by the map.
  3781. - Restore the descriptor array before returning allocation failure.
  3782.  
  3783. BUG=
  3784.  
  3785. Review URL: https://chromiumcodereview.appspot.com/11072014
  3786.  
  3787. git-svn-id: https://v8.googlecode.com/svn/trunk@12669 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3788.  
  3789. commit 1c542760cb9e7969864a6fd947bf6dfd9c8f6544
  3790. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3791. Date: Fri Oct 5 10:12:08 2012 +0000
  3792.  
  3793. Merged r12629 into trunk branch.
  3794.  
  3795. Restore the descriptor array before returning allocation failure.
  3796.  
  3797. BUG=chromium:151750
  3798.  
  3799. R=verwaest@chromium.org
  3800.  
  3801. Review URL: https://codereview.chromium.org/11036057
  3802.  
  3803. git-svn-id: https://v8.googlecode.com/svn/trunk@12666 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3804.  
  3805. commit d145e4e4d8761c93914837aeb295d193038e3af4
  3806. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3807. Date: Fri Oct 5 08:50:56 2012 +0000
  3808.  
  3809. Rollback trunk to bleeding_edge revision 12525
  3810.  
  3811. R=jkummerow@chromium.org
  3812.  
  3813. Review URL: https://codereview.chromium.org/11035053
  3814.  
  3815. git-svn-id: https://v8.googlecode.com/svn/trunk@12661 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3816.  
  3817. commit dc136bad0d83fea5690dc1e194f5f460f8f9f94a
  3818. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3819. Date: Mon Oct 1 16:24:39 2012 +0000
  3820.  
  3821. Version 3.14.1
  3822.  
  3823. Don't set -m32 flag when compiling with Android ARM compiler. (Chromium issue 143889)
  3824.  
  3825. Restore the descriptor array before returning allocation failure. (Chromium issue 151750)
  3826.  
  3827. Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and 128252).
  3828.  
  3829. Pull more recent gyp in 'make dependencies'.
  3830.  
  3831. Made sure that the generic KeyedStoreIC changes length and element_kind atomically (issue 2346).
  3832.  
  3833. Bumped number of allowed variables per scope to 65535, to address GWT. (Chromium issue 151625)
  3834.  
  3835. Support sourceURL for dynamically inserted scripts (issue 2342).
  3836.  
  3837. Performance and stability improvements on all platforms.
  3838.  
  3839. git-svn-id: https://v8.googlecode.com/svn/trunk@12643 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3840.  
  3841. commit 59665819d85bcadbc22988633b77061a2b684455
  3842. Author: ulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3843. Date: Thu Sep 20 16:11:46 2012 +0000
  3844.  
  3845. Merged r12569 into trunk branch.
  3846.  
  3847. Fix CNLT for enum indices.
  3848.  
  3849. R=verwaest@chromium.org
  3850.  
  3851. Review URL: https://chromiumcodereview.appspot.com/10957018
  3852.  
  3853. git-svn-id: https://v8.googlecode.com/svn/trunk@12570 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3854.  
  3855. commit dc2b1d59a0b41d616a5fe3b87c2c86eb01e26d54
  3856. Author: ulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3857. Date: Thu Sep 20 12:51:09 2012 +0000
  3858.  
  3859. Version 3.14.0
  3860.  
  3861. Fixed missing slot recording during clearing of CallICs. (Chromium issue 144230)
  3862.  
  3863. Fixed LBoundsCheck on x64 to handle (stack slot + constant) correctly. (Chromium issue 150729)
  3864.  
  3865. Fixed minus zero test. (Issue 2133)
  3866.  
  3867. Fixed setting array length to zero for slow elements. (Chromium issue 146910)
  3868.  
  3869. Fixed lost arguments dropping in HLeaveInlined. (Chromium issue 150545)
  3870.  
  3871. Fixed casting error for receiver of interceptors. (Chromium issue 149912)
  3872.  
  3873. Fixed lost arguments dropping in HLeaveInlined. (Chromium issue 150545)
  3874.  
  3875. Fixed casting error for receiver of interceptors. (Chromium issue 149912)
  3876.  
  3877. Throw a more descriptive exception when blocking 'eval' via CSP. (Chromium issue 140191)
  3878.  
  3879. Fixed debugger's eval when close to stack overflow. (issue 2318)
  3880.  
  3881. Added checks to live edit. (issue 2297)
  3882.  
  3883. Switched on code compaction on incremental GCs.
  3884.  
  3885. Fixed caching of optimized code for OSR. (issue 2326)
  3886.  
  3887. Not mask exception thrown by toString in String::UtfValue etc. (issue 2317)
  3888.  
  3889. Fixed API check for length of external arrays. (Chromium issue 148896)
  3890.  
  3891. Ensure correct enumeration indices in the dict (Chromium issue 148376)
  3892.  
  3893. Correctly initialize regexp global cache. (Chromium issue 148378)
  3894.  
  3895. Fixed arguments object materialization during deopt. (issue 2261)
  3896.  
  3897. Introduced new API to expose external string resource regardless of encoding.
  3898.  
  3899. Fixed CHECK failure in LCodeGen::DoWrapReceiver when --deopt-every-n-times flag is present (Chromium issue 148389)
  3900.  
  3901. Fixed edge case of extension with NULL as source string. (Chromium issue 144649)
  3902.  
  3903. Fixed array index dehoisting. (Chromium issue 141395)
  3904.  
  3905. Performance and stability improvements on all platforms.
  3906.  
  3907. git-svn-id: https://v8.googlecode.com/svn/trunk@12566 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3908.  
  3909. commit 42ba1ec0bfab3138c79c87286a7b957c33ed429d
  3910. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3911. Date: Fri Sep 14 13:28:26 2012 +0000
  3912.  
  3913. Merged r12485, r12486, r12491, r12494, r12495 into trunk branch.
  3914.  
  3915. Fix edge case of extension with NULL as source string.
  3916.  
  3917. Fixed CHECK failure in LCodeGen::DoWrapReceiver when --deopt-every-n-times flag is present
  3918.  
  3919. Correctly initialize regexp global cache.
  3920.  
  3921. Ensure correct enumeration indices in the dict
  3922.  
  3923. Fix API check for length of external arrays.
  3924.  
  3925. BUG=chromium:144649,chromium:148389,chromium:148378,chromium:148376,chromium:148896
  3926.  
  3927. R=yangguo@chromium.org,mstarzinger@chromium.org,verwaest@chromium.org
  3928.  
  3929. Review URL: https://codereview.chromium.org/10907233
  3930.  
  3931. git-svn-id: https://v8.googlecode.com/svn/trunk@12514 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3932.  
  3933. commit c3ef79b754abe6dc6ee11891ec212dee8304191b
  3934. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3935. Date: Tue Sep 11 13:22:37 2012 +0000
  3936.  
  3937. Version 3.13.7
  3938.  
  3939. Enable/disable LiveEdit using the (C++) debug API.
  3940.  
  3941. Performance and stability improvements on all platforms.
  3942.  
  3943. git-svn-id: https://v8.googlecode.com/svn/trunk@12481 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3944.  
  3945. commit 126c73e71556c494c59bb94740349e5321caa6a5
  3946. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3947. Date: Thu Sep 6 13:50:42 2012 +0000
  3948.  
  3949. Version 3.13.6
  3950.  
  3951. Added validity checking to API functions and calls.
  3952.  
  3953. Disabled accessor inlining (Chromium issue 134609).
  3954.  
  3955. Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
  3956.  
  3957. Directly use %ObjectKeys in json stringify (Chromium issue 2312).
  3958.  
  3959. Fixed VS2005 build (issue 2313).
  3960.  
  3961. Activated fixed ES5 readonly semantics by default.
  3962.  
  3963. Added hardfp flag to the Makefile.
  3964.  
  3965. Performance and stability improvements on all platforms.
  3966.  
  3967. git-svn-id: https://v8.googlecode.com/svn/trunk@12466 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3968.  
  3969. commit 6bf1a9e32cfc890bc1c27df31c03fed4b72e28cf
  3970. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3971. Date: Wed Sep 5 16:44:50 2012 +0000
  3972.  
  3973. Merged r12434, r12435, r12440, r12441, r12443, r12444, r12445, r12446 into trunk branch.
  3974.  
  3975. Support register as right operand in min/max support.
  3976.  
  3977. Fixed test expectation.
  3978.  
  3979. Add build system infrastructure for ENABLE_EXTRA_CHECKS flag (not used yet)
  3980.  
  3981. Fix missing colon in common.gypi
  3982.  
  3983. Push stacktrace and die if the receiver is of unknown type.
  3984.  
  3985. Disable accessor inlining (due to broken deopts)
  3986.  
  3987. Add empty-handle checks to API functions (#ifdef ENABLE_EXTRA_CHECKS)
  3988.  
  3989. Check the return value of API calls on ia32 and x64.
  3990.  
  3991. R=yangguo@chromium.org
  3992.  
  3993. Review URL: https://chromiumcodereview.appspot.com/10910093
  3994.  
  3995. git-svn-id: https://v8.googlecode.com/svn/trunk@12448 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  3996.  
  3997. commit 19220db25f310c9ff03fcb55914b0141c14f6849
  3998. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  3999. Date: Tue Sep 4 09:58:32 2012 +0000
  4000.  
  4001. Merged r12413, r12414 into trunk branch.
  4002.  
  4003. Elements load depends on the type of the receiver.
  4004.  
  4005. Removed trailing whitespace.
  4006.  
  4007. R=jkummerow@chromium.org
  4008. BUG=
  4009.  
  4010. Review URL: https://chromiumcodereview.appspot.com/10907056
  4011.  
  4012. git-svn-id: https://v8.googlecode.com/svn/trunk@12436 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4013.  
  4014. commit 6abecd7f7022b3e21b5d251a2205d9ef83334f8b
  4015. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4016. Date: Wed Aug 29 15:32:24 2012 +0000
  4017.  
  4018. Version 3.13.5
  4019.  
  4020. Release stack trace data after firing Error.stack accessor. (issue 2308)
  4021.  
  4022. Added a new API V8::SetJitCodeEventHandler to push code name and location to users such as profilers.
  4023.  
  4024. Allocate block-scoped global bindings to global context.
  4025.  
  4026. Performance and stability improvements on all platforms.
  4027.  
  4028. git-svn-id: https://v8.googlecode.com/svn/trunk@12408 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4029.  
  4030. commit 2f7e4e446001837ed1f3c3bba763761b985f3da7
  4031. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4032. Date: Tue Aug 28 09:06:19 2012 +0000
  4033.  
  4034. Version 3.13.4
  4035.  
  4036. Print reason for disabling optimization. Kill --trace-bailout flag.
  4037.  
  4038. Provided option to disable full DEBUG build on Android.
  4039.  
  4040. Introduced global contexts to represent lexical global scope(s).
  4041.  
  4042. Fixed rounding in Uint8ClampedArray setter. (issue 2294)
  4043.  
  4044. Performance and stability improvements on all platforms.
  4045.  
  4046. git-svn-id: https://v8.googlecode.com/svn/trunk@12394 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4047.  
  4048. commit 66c1fafc0166397362ad83662ce2a88a009d6aa7
  4049. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4050. Date: Fri Aug 24 11:57:08 2012 +0000
  4051.  
  4052. Revert to code state of 3.13.1 plus r12350
  4053.  
  4054. R=yangguo@chromium.org
  4055.  
  4056. Review URL: https://chromiumcodereview.appspot.com/10878047
  4057.  
  4058. git-svn-id: https://v8.googlecode.com/svn/trunk@12377 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4059.  
  4060. commit 964e3533f506fede26d7a52ae8ffc0932638f1a3
  4061. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4062. Date: Tue Aug 21 11:19:20 2012 +0000
  4063.  
  4064. Version 3.13.3
  4065.  
  4066. git-svn-id: https://v8.googlecode.com/svn/trunk@12356 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4067.  
  4068. commit 5a8fb6cc1f33c6da9d1b2699d0ca27f322244620
  4069. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4070. Date: Tue Aug 21 10:58:21 2012 +0000
  4071.  
  4072. Revert 3.13.3 push to trunk.
  4073.  
  4074. R=ulan@chromium.org
  4075. BUG=
  4076.  
  4077. Review URL: https://chromiumcodereview.appspot.com/10827440
  4078.  
  4079. git-svn-id: https://v8.googlecode.com/svn/trunk@12355 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4080.  
  4081. commit 086ee0e159c3a91b924588bc00ae4d16139962aa
  4082. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4083. Date: Tue Aug 21 10:46:14 2012 +0000
  4084.  
  4085. Version 3.13.3
  4086.  
  4087. Performance and stability improvements on all platforms.
  4088.  
  4089. git-svn-id: https://v8.googlecode.com/svn/trunk@12353 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4090.  
  4091. commit 39a8b7dec112e4c312129a3bef0981a99b4e26b5
  4092. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4093. Date: Thu Aug 16 15:44:54 2012 +0000
  4094.  
  4095. Version 3.13.1
  4096.  
  4097. Performance and stability improvements on all platforms.
  4098.  
  4099. git-svn-id: https://v8.googlecode.com/svn/trunk@12323 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4100.  
  4101. commit 6b47a1acf1014cc6992148ce8d972dfd3b6a2888
  4102. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4103. Date: Fri Aug 10 14:46:33 2012 +0000
  4104.  
  4105. Version 3.13.0
  4106.  
  4107. Added histograms for total allocated/live heap size, as well as allocated size and percentage of total for map and cell space.
  4108.  
  4109. Fixed parseInt's octal parsing behavior (ECMA-262 Annex E 15.1.2.2). (issue 1645)
  4110.  
  4111. Added checks for interceptors to negative lookup code in Crankshaft. (Chromium issue 140473)
  4112.  
  4113. Made incremental marking clear ICs and type feedback cells.
  4114.  
  4115. Performance and stability improvements on all platforms.
  4116.  
  4117. git-svn-id: https://v8.googlecode.com/svn/trunk@12295 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4118.  
  4119. commit ee708eadff665bca5931599333d1c3c02d5a938e
  4120. Author: erik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4121. Date: Wed Aug 8 14:43:45 2012 +0000
  4122.  
  4123. Fix handling of accessors on trunk. This is a combination of
  4124. r12271, r12264 and r12247, and is intended to fix bugs 140473,
  4125. 140430 and 138388. Unfortunately it probably breaks the MIPS
  4126. port.
  4127. Review URL: https://chromiumcodereview.appspot.com/10827220
  4128.  
  4129. git-svn-id: https://v8.googlecode.com/svn/trunk@12277 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4130.  
  4131. commit 26c7853572c098f3dc5a8b09294a513bffd262f5
  4132. Author: svenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4133. Date: Fri Aug 3 10:44:23 2012 +0000
  4134.  
  4135. Merged r12252 into trunk branch.
  4136.  
  4137. Fixed compound/count operations with getter-only accessor properties.
  4138.  
  4139. BUG=140083
  4140.  
  4141. R=jkummerow@chromium.org
  4142.  
  4143. Review URL: https://chromiumcodereview.appspot.com/10826139
  4144.  
  4145. git-svn-id: https://v8.googlecode.com/svn/trunk@12253 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4146.  
  4147. commit 6f427ddd95bbd4c03bf1224040a35263320f8e8c
  4148. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4149. Date: Wed Aug 1 11:14:42 2012 +0000
  4150.  
  4151. Version 3.12.19
  4152.  
  4153. Performance and stability improvements on all platforms.
  4154.  
  4155. git-svn-id: https://v8.googlecode.com/svn/trunk@12243 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4156.  
  4157. commit 30f648a4bd1cbcb0ddd37ada72ed826fa35617d8
  4158. Author: ulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4159. Date: Mon Jul 30 13:05:33 2012 +0000
  4160.  
  4161. Version 3.12.18
  4162.  
  4163. Forced using bit-pattern for signed zero double. (issue 2239)
  4164.  
  4165. Made sure double to int conversion is correct. (issue 2260)
  4166.  
  4167. Performance and stability improvements on all platforms.
  4168.  
  4169. git-svn-id: https://v8.googlecode.com/svn/trunk@12227 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4170.  
  4171. commit 5ea65dc82d7c693ccc5be51a80fb8562aade4319
  4172. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4173. Date: Fri Jul 27 08:03:27 2012 +0000
  4174.  
  4175. Version 3.12.17
  4176.  
  4177. Always set the callee's context when calling a function from optimized code. (Chromium issue 138887)
  4178.  
  4179. Fixed building with GCC 3.x (issue 2016, 2017)
  4180.  
  4181. Improved API calls that return empty handles. (issue 2245)
  4182.  
  4183. Performance and stability improvements on all platforms.
  4184.  
  4185. git-svn-id: https://v8.googlecode.com/svn/trunk@12207 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4186.  
  4187. commit 955843da5be70fe929a736df7db38d22fa2479b9
  4188. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4189. Date: Wed Jul 25 15:01:47 2012 +0000
  4190.  
  4191. Version 3.12.16
  4192.  
  4193. Performance and stability improvements on all platforms.
  4194.  
  4195. git-svn-id: https://v8.googlecode.com/svn/trunk@12191 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4196.  
  4197. commit 495a7032f5de7f89efe58b7af9f14c87808b8861
  4198. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4199. Date: Tue Jul 24 07:59:48 2012 +0000
  4200.  
  4201. Version 3.12.15
  4202.  
  4203. Added PRESERVE_ASCII_NULL option to String::WriteAscii. (issue 2252)
  4204.  
  4205. Added dependency to HLoadKeyed* instructions to prevent invalid hoisting. (Chromium issue 137768)
  4206.  
  4207. Enabled building d8 for Android on Mac.
  4208.  
  4209. Interpret negative hexadecimal literals as NaN. (issue 2240)
  4210.  
  4211. Expose counters in javascript when using --track-gc-object-stats.
  4212.  
  4213. Enabled building and testing V8 on Android IA.
  4214.  
  4215. Added --trace-parse flag to parser.
  4216.  
  4217. Performance and stability improvements on all platforms.
  4218.  
  4219. git-svn-id: https://v8.googlecode.com/svn/trunk@12180 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4220.  
  4221. commit 1f7cf4989eedc23a05ae0babdeb1335e4fa5d15e
  4222. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4223. Date: Wed Jul 18 11:21:48 2012 +0000
  4224.  
  4225. Version 3.12.14
  4226.  
  4227. Deactivated optimization of packed arrays. (Chromium issue 137768)
  4228.  
  4229. Fixed broken accessor transition. (Chromium issue 137689)
  4230.  
  4231. Performance and stability improvements on all platforms.
  4232.  
  4233. git-svn-id: https://v8.googlecode.com/svn/trunk@12118 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4234.  
  4235. commit 72cd22303d34bd8d1878231d1702f31ae0428ebe
  4236. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4237. Date: Tue Jul 17 16:15:42 2012 +0000
  4238.  
  4239. Version 3.12.13
  4240.  
  4241. Fixed missing tagging of stack value in finally block. (Chromium issue 137496)
  4242.  
  4243. Added more support for heap analysis.
  4244.  
  4245. Performance and stability improvements on all platforms.
  4246.  
  4247. git-svn-id: https://v8.googlecode.com/svn/trunk@12110 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4248.  
  4249. commit 2027c06bf7823b312bb74e588db17cd20bd641cc
  4250. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4251. Date: Mon Jul 16 11:31:55 2012 +0000
  4252.  
  4253. Version 3.12.12
  4254.  
  4255. Added an option to the tickprocessor to specify the directory for lib lookup.
  4256.  
  4257. Fixed ICs for slow objects with native accessor (Chromium issue 137002).
  4258.  
  4259. Fixed transcendental cache on ARM in optimized code (issue 2234).
  4260.  
  4261. New heap inspection tools: counters for object sizes and counts, histograms for external fragmentation.
  4262.  
  4263. Incorporated constness into inferred interfaces (in preparation for handling imports) (issue 1569).
  4264.  
  4265. Performance and stability improvements on all platforms.
  4266.  
  4267. git-svn-id: https://v8.googlecode.com/svn/trunk@12091 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4268.  
  4269. commit 844f3cd12ea27a874b9348a9ed645025f6430a90
  4270. Author: rossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4271. Date: Thu Jul 12 11:06:03 2012 +0000
  4272.  
  4273. Version 3.12.11
  4274.  
  4275. Renamed "mips" arch to "mipsel" in the GYP build.
  4276.  
  4277. Fixed computation of call targets on prototypes in Crankshaft. (Chromium issue 125148)
  4278.  
  4279. Removed use of __lookupGetter__ when generating stack trace. (issue 1591)
  4280.  
  4281. Turned on ES 5.2 globals semantics by default. (issue 1991, Chromium issue 80591)
  4282.  
  4283. Synced preparser and parser wrt syntax error in switch..case. (issue 2210)
  4284.  
  4285. Fixed reporting of octal literals in strict mode when preparsing. (issue 2220)
  4286.  
  4287. Fixed inline constructors for Harmony Proxy prototypes. (issue 2225)
  4288.  
  4289. Performance and stability improvements on all platforms.
  4290.  
  4291. git-svn-id: https://v8.googlecode.com/svn/trunk@12057 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4292.  
  4293. commit 5ec5ec444b7c883a763bd8a65a2adf1e76520d6d
  4294. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4295. Date: Tue Jul 10 11:28:27 2012 +0000
  4296.  
  4297. Version 3.12.10
  4298.  
  4299. Re-enabled and fixed issue with array bounds check elimination (Chromium issue 132114).
  4300.  
  4301. Fixed Debug::Break crash. (Chromium issue 131642)
  4302.  
  4303. Added optimizing compiler support for JavaScript getters.
  4304.  
  4305. Performance and stability improvements on all platforms.
  4306.  
  4307. git-svn-id: https://v8.googlecode.com/svn/trunk@12029 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4308.  
  4309. commit d3787b883d3a7cf5cf0061bab97a739bc62b62e3
  4310. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4311. Date: Fri Jul 6 16:21:55 2012 +0000
  4312.  
  4313. Version 3.12.9
  4314.  
  4315. Correctly advance the scanner when scanning unicode regexp flag. (Chromium issue 136084)
  4316.  
  4317. Fixed unhandlified code calling Harmony Proxy traps. (issue 2219)
  4318.  
  4319. Performance and stability improvements on all platforms.
  4320.  
  4321. git-svn-id: https://v8.googlecode.com/svn/trunk@12006 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4322.  
  4323. commit ccb5c16f7774325c3b63407b9e1dfaa7789bc914
  4324. Author: svenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4325. Date: Thu Jul 5 08:22:44 2012 +0000
  4326.  
  4327. Version 3.12.8
  4328.  
  4329. Implemented TypedArray.set and ArrayBuffer.slice in d8.
  4330.  
  4331. Performance and stability improvements on all platforms.
  4332.  
  4333. git-svn-id: https://v8.googlecode.com/svn/trunk@11988 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4334.  
  4335. commit 82642bdb4e96dcf5dd0f09cdf56945a9f0deab67
  4336. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4337. Date: Tue Jul 3 10:03:19 2012 +0000
  4338.  
  4339. Version 3.12.7
  4340.  
  4341. Fixed lazy compilation for strict eval scopes. (Chromium issue 135066)
  4342.  
  4343. Made MACOSX_DEPLOYMENT_TARGET configurable in GYP. (issue 2151)
  4344.  
  4345. Report "hidden properties" in heap profiler for properties case. (issue 2212)
  4346.  
  4347. Activated optimization of packed arrays by default.
  4348.  
  4349. Performance and stability improvements on all platforms.
  4350.  
  4351. git-svn-id: https://v8.googlecode.com/svn/trunk@11978 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4352.  
  4353. commit a95963cd3b1c89b00a753084d566339b83193312
  4354. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4355. Date: Fri Jun 29 15:15:45 2012 +0000
  4356.  
  4357. Version 3.12.6
  4358.  
  4359. Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
  4360.  
  4361. Extended TypedArray support in d8.
  4362.  
  4363. git-svn-id: https://v8.googlecode.com/svn/trunk@11956 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4364.  
  4365. commit 638206225a6728d98a60a7270a8bdca832ddc363
  4366. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4367. Date: Thu Jun 28 15:04:22 2012 +0000
  4368.  
  4369. Version 3.12.5
  4370.  
  4371. Fixed lazy parsing heuristics to respect outer scope. (Chromium issue 135008)
  4372.  
  4373. Allow using test-wrapper-gypbuild.py on Windows when no python interpreter is registered.
  4374.  
  4375. Performance and stability improvements on all platforms.
  4376.  
  4377. git-svn-id: https://v8.googlecode.com/svn/trunk@11947 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4378.  
  4379. commit d47cda2c45b0a6491ac4f7f03123e890f4233055
  4380. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4381. Date: Wed Jun 27 11:12:38 2012 +0000
  4382.  
  4383. Version 3.12.4
  4384.  
  4385. Removed -fomit-frame-pointer flag from Release builds to make the stack walkable by TCMalloc (Chromium issue 133723).
  4386.  
  4387. Ported r7868 (constant masking) to x64 (issue 1374).
  4388.  
  4389. Expose more detailed memory statistics (issue 2201).
  4390.  
  4391. Fixed Harmony Maps and WeakMaps for undefined values (Chromium issue 132744).
  4392.  
  4393. Correctly throw reference error in strict mode with ICs disabled (issue 2119).
  4394.  
  4395. Performance and stability improvements on all platforms.
  4396.  
  4397. git-svn-id: https://v8.googlecode.com/svn/trunk@11937 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4398.  
  4399. commit d299bf7354178db420cee05281fc630bd5fc7bfe
  4400. Author: ulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4401. Date: Mon Jun 25 09:47:40 2012 +0000
  4402.  
  4403. Version 3.12.3
  4404.  
  4405. Reverted r11835 'Unify promotion and allocation limit computation' due to V8 Splay performance regression on Mac. (Chromium issue 134183)
  4406.  
  4407. Fixed sharing of literal boilerplates for optimized code. (issue 2193)
  4408.  
  4409. Performance and stability improvements on all platforms.
  4410.  
  4411. git-svn-id: https://v8.googlecode.com/svn/trunk@11918 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4412.  
  4413. commit 15095c77edc228d8205553311760d76446f02b66
  4414. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4415. Date: Fri Jun 22 13:44:28 2012 +0000
  4416.  
  4417. Version 3.12.2
  4418.  
  4419. Made near-jump check more strict in LoadNamedFieldPolymorphic on ia32/x64. (Chromium issue 134055)
  4420.  
  4421. Fixed lazy sweeping heuristics to prevent old-space expansion. (issue 2194)
  4422.  
  4423. Performance and stability improvements on all platforms.
  4424.  
  4425. git-svn-id: https://v8.googlecode.com/svn/trunk@11909 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4426.  
  4427. commit 7b952276864da1c3e05734c81193c3200f841ef4
  4428. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4429. Date: Thu Jun 21 11:16:20 2012 +0000
  4430.  
  4431. Version 3.12.1
  4432.  
  4433. Performance and stability improvements on all platforms.
  4434.  
  4435. git-svn-id: https://v8.googlecode.com/svn/trunk@11894 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4436.  
  4437. commit 013eb60d1aebfca17bc253588a646be132d4a27b
  4438. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4439. Date: Wed Jun 20 11:29:00 2012 +0000
  4440.  
  4441. Version 3.12.0
  4442.  
  4443. Fixed Chromium issues: 115100, 129628, 131994, 132727, 132741, 132742, 133211
  4444.  
  4445. Fixed V8 issues: 915, 1914, 2034, 2087, 2094, 2134, 2156, 2166, 2172, 2177, 2179, 2185
  4446.  
  4447. Added --extra-code flag to mksnapshot to load JS code into the VM before creating the snapshot.
  4448.  
  4449. Support 'restart call frame' command in the debugger.
  4450.  
  4451. Performance and stability improvements on all platforms.
  4452.  
  4453. git-svn-id: https://v8.googlecode.com/svn/trunk@11882 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4454.  
  4455. commit 4a237ec8e660b85488d53d59d2b34abf96ec082e
  4456. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4457. Date: Mon Jun 18 12:15:44 2012 +0000
  4458.  
  4459. Merged r11838, r11841 into trunk branch.
  4460.  
  4461. Remove unused-but-set variable from objects.cc.
  4462.  
  4463. Fixing bugs in promotion of elements transitions (r11750). - Fixed invalid memory access when reading enum-cache from descriptor array with elements transitions but 0 real descriptors. - Fixed infinite recursion in the intrusive map iterator when visiting elements transitions. - Properly cached non-fastmode elements transitions.
  4464.  
  4465. R=danno@chromium.org
  4466. BUG=
  4467. TEST=
  4468.  
  4469. Review URL: https://chromiumcodereview.appspot.com/10568008
  4470.  
  4471. git-svn-id: https://v8.googlecode.com/svn/trunk@11844 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4472.  
  4473. commit e7a4cc9c8f075caa05b91b92be865e4743b6346e
  4474. Author: ulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4475. Date: Fri Jun 15 12:31:06 2012 +0000
  4476.  
  4477. Merged r11831 into trunk branch.
  4478.  
  4479. Revert part of 11727 as it sometimes tanked V8 benchmark (raytrace) performance for reasons that are not obvious. Now we make objects into fast-case objects when they are made prototypes for other objects, but we do not mark objects that are already fast case with a bit that helps keep them in fast case. Review URL: https://chromiumcodereview.appspot.com/10556004
  4480.  
  4481. R=danno@chromium.org
  4482. BUG=
  4483. TEST=
  4484.  
  4485. Review URL: https://chromiumcodereview.appspot.com/10564002
  4486.  
  4487. git-svn-id: https://v8.googlecode.com/svn/trunk@11832 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4488.  
  4489. commit dd1d1d01b2795c78ad227433b71563d9928fe1d5
  4490. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4491. Date: Fri Jun 15 09:40:41 2012 +0000
  4492.  
  4493. Merged r11813, r11826 into trunk branch.
  4494.  
  4495. Workaround for: Chrome dev tools crashes when taking a heap snapshot of Docs offline shared worker.
  4496.  
  4497. Fix packed-element.js test on ARM with no snap
  4498.  
  4499. BUG=chromium:132727
  4500. R=mstarzinger@chromium.org
  4501.  
  4502. Review URL: https://chromiumcodereview.appspot.com/10545195
  4503.  
  4504. git-svn-id: https://v8.googlecode.com/svn/trunk@11827 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4505.  
  4506. commit 9a819c8c8aeb81422c2fa33b65fe1370c179e02a
  4507. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4508. Date: Thu Jun 14 15:34:20 2012 +0000
  4509.  
  4510. Merged r11815 into trunk branch.
  4511.  
  4512. Fix assertion for map code cache of shared maps.
  4513.  
  4514. R=danno@chromium.org
  4515. TEST=mjsunit/compare-known-objects-slow
  4516.  
  4517. Review URL: https://chromiumcodereview.appspot.com/10534159
  4518.  
  4519. git-svn-id: https://v8.googlecode.com/svn/trunk@11823 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4520.  
  4521. commit 60995f68f6bc9466754a78ffc2db5b300e171dda
  4522. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4523. Date: Thu Jun 14 15:01:16 2012 +0000
  4524.  
  4525. Merged r11800 into trunk branch.
  4526.  
  4527. Fix performance regression caused by r11202.
  4528.  
  4529. R=erik.corry@gmail.com
  4530. BUG=v8:2156,v8:2034
  4531. TEST=mjsunit/regress/regress-2156,mjsunit/regress/regress-2034
  4532.  
  4533. Review URL: https://chromiumcodereview.appspot.com/10536171
  4534.  
  4535. git-svn-id: https://v8.googlecode.com/svn/trunk@11819 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4536.  
  4537. commit 35d6a6e2464460bee7457c661345f4243592789e
  4538. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4539. Date: Thu Jun 14 09:26:57 2012 +0000
  4540.  
  4541. Merged r11807 into trunk branch.
  4542.  
  4543. Fix Kraken regression due to optimistic monomorphic element transitions
  4544.  
  4545. R=ulan@chromium.org
  4546.  
  4547. Review URL: https://chromiumcodereview.appspot.com/10537172
  4548.  
  4549. git-svn-id: https://v8.googlecode.com/svn/trunk@11810 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4550.  
  4551. commit 9b4f259e93204391de08b062004e88153cd51277
  4552. Author: mmassi@chromium.org <mmassi@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4553. Date: Wed Jun 13 11:51:58 2012 +0000
  4554.  
  4555. Version 3.11.10
  4556.  
  4557. Implemented heap profiler memory usage reporting.
  4558.  
  4559. Preserved error message during finally block in try..finally. (Chromium issue 129171)
  4560.  
  4561. Fixed EnsureCanContainElements to properly handle double values. (issue 2170)
  4562.  
  4563. Improved heuristics to keep objects in fast mode with inherited constructors.
  4564.  
  4565. Performance and stability improvements on all platforms.
  4566.  
  4567. git-svn-id: https://v8.googlecode.com/svn/trunk@11798 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4568.  
  4569. commit 3d22a0d4de47a8121e2335d6039136b02c6a7a93
  4570. Author: rossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4571. Date: Mon Jun 11 12:32:17 2012 +0000
  4572.  
  4573. Rollback of r11719, r11717, r11716, r11714, r11700, r11699, r11697, r11695, r11694 in trunk branch.
  4574.  
  4575. (Rolls back prototype chain checking to verify regression cause.)
  4576.  
  4577. Remove one more case behind --es5_readonly flag.
  4578.  
  4579. MIPS: Implement correct checking for inherited readonliness on assignment.
  4580.  
  4581. Temporarily hack test frameworks to use the temporary flag. :(
  4582.  
  4583. Put inherited readonliness behind a flag, since it currently breaks WebKit bindings massively.
  4584.  
  4585. STATIC_ASSERT is not available in shared build.
  4586.  
  4587. Silence Windows warning.
  4588.  
  4589. Adapt test expectations (fewer tests failing).
  4590.  
  4591. Fix merge issue.
  4592.  
  4593. Implement correct checking for inherited readonliness on assignment.
  4594.  
  4595. R=danno@chromium.org
  4596. BUG=
  4597. TEST=
  4598.  
  4599. Review URL: https://chromiumcodereview.appspot.com/10534090
  4600.  
  4601. git-svn-id: https://v8.googlecode.com/svn/trunk@11759 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4602.  
  4603. commit 3458acf81e37c9b06bb999c75bb752d16f68d08b
  4604. Author: rossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4605. Date: Wed Jun 6 09:29:22 2012 +0000
  4606.  
  4607. Version 3.11.9
  4608.  
  4609. Implemented ES5-conformant semantics for inherited setters and read-only properties. Currently behind --es5_readonly flag, because it breaks WebKit bindings.
  4610.  
  4611. Exposed last seen heap object id via v8 public api.
  4612.  
  4613. Performance and stability improvements on all platforms.
  4614.  
  4615. git-svn-id: https://v8.googlecode.com/svn/trunk@11724 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4616.  
  4617. commit c08f4fe44b60b4d6cecc40e6d8782757a85ace19
  4618. Author: verwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4619. Date: Thu May 31 13:27:02 2012 +0000
  4620.  
  4621. Version 3.11.8
  4622.  
  4623. Avoid overdeep recursion in regexp where a guarded expression with a minimum repetition count is inside another quantifier. (Chromium issue 129926)
  4624.  
  4625. Fixed missing write barrier in store field stub. (issues 2143, 1465, Chromium issue 129355)
  4626.  
  4627. Proxies: Fixed receiver for setters inherited from proxies. Proxies: Fixed ToStringArray function so that it does not reject some keys. (issue 1543)
  4628.  
  4629. Performance and stability improvements on all platforms.
  4630.  
  4631. git-svn-id: https://v8.googlecode.com/svn/trunk@11689 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4632.  
  4633. commit 1e2b8ce697fc4ab358debd7adaea329ee485a7d1
  4634. Author: svenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4635. Date: Tue May 29 13:20:14 2012 +0000
  4636.  
  4637. Version 3.11.7
  4638.  
  4639. Get better function names in stack traces.
  4640.  
  4641. Performance and stability improvements on all platforms.
  4642.  
  4643. git-svn-id: https://v8.googlecode.com/svn/trunk@11674 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4644.  
  4645. commit 477124ed507efa26e5aae6b3bf3db19534a2dfa4
  4646. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4647. Date: Tue May 29 10:00:57 2012 +0000
  4648.  
  4649. Prevent Windows buildbots from unnecessarily clobbering directories
  4650.  
  4651. git-svn-id: https://v8.googlecode.com/svn/trunk@11671 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4652.  
  4653. commit 6c316e3caa0ce2168873bc39d6535bc26c9ac8b2
  4654. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4655. Date: Fri May 25 16:01:35 2012 +0000
  4656.  
  4657. Merged r11661, r11662 into trunk branch.
  4658.  
  4659. Fix creating substring in string.replace(<global regexp>, <function>).
  4660.  
  4661. R=jkummerow@chromium.org
  4662.  
  4663. Review URL: https://chromiumcodereview.appspot.com/10445038
  4664.  
  4665. git-svn-id: https://v8.googlecode.com/svn/trunk@11669 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4666.  
  4667. commit 614225f1915906ffdd9c4d59d2e05f3704fe7ee9
  4668. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4669. Date: Thu May 24 16:42:53 2012 +0000
  4670.  
  4671. Rollback of r11638, r11636 on trunk branch.
  4672.  
  4673. This reverts the following commits:
  4674.  
  4675. Fix build and test failures from packed array optimizations. (r11638)
  4676.  
  4677. Implement tracking and optimizations of packed arrays (r11636)
  4678.  
  4679. R=mstarzinger@chromium.org
  4680.  
  4681. Review URL: https://chromiumcodereview.appspot.com/10442015
  4682.  
  4683. git-svn-id: https://v8.googlecode.com/svn/trunk@11657 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4684.  
  4685. commit 8c122cf0d6e2576eb4e6da710fb02e92ca106755
  4686. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4687. Date: Thu May 24 15:28:11 2012 +0000
  4688.  
  4689. Update svn:ignore properties to ignore the following directories: bleeding_edge/build/gyp, bleeding_edge/out, trunk/build/gyp, trunk/obj, trunk/out, trunk/build/gyp, trunk/test/mozilla/data
  4690.  
  4691. git-svn-id: https://v8.googlecode.com/svn/trunk@11656 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4692.  
  4693. commit ee615504410ac40c3a673611d31dfe48b3be2a37
  4694. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4695. Date: Thu May 24 09:33:09 2012 +0000
  4696.  
  4697. Version 3.11.6
  4698.  
  4699. Fixed RegExp.prototype.toString for incompatible receivers (issue 1981).
  4700.  
  4701. Performance and stability improvements on all platforms.
  4702.  
  4703. git-svn-id: https://v8.googlecode.com/svn/trunk@11648 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4704.  
  4705. commit 58c62ee9e47a5044b4fcaacfd84a22771fc89ec4
  4706. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4707. Date: Wed May 23 12:04:37 2012 +0000
  4708.  
  4709. Version 3.11.5
  4710.  
  4711. Performance and stability improvements on all platforms.
  4712.  
  4713. git-svn-id: https://v8.googlecode.com/svn/trunk@11634 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4714.  
  4715. commit 3e6ec7e018bbf2c63ef04b85ff688198ea204c04
  4716. Author: ulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4717. Date: Tue May 22 09:16:05 2012 +0000
  4718.  
  4719. Version 3.11.4
  4720.  
  4721. Some cleanup to common.gypi. This fixes some host/target combinations that weren't working in the Make build on Mac.
  4722.  
  4723. Handle EINTR in socket functions and continue incomplete sends. (issue 2098)
  4724.  
  4725. Fixed python deprecations. (issue 1391)
  4726.  
  4727. Made socket send and receive more robust and return 0 on failure. (Chromium issue 15719)
  4728.  
  4729. Fixed GCC 4.7 (C++11) compilation. (issue 2136)
  4730.  
  4731. Set '-m32' option for host and target platforms
  4732.  
  4733. Performance and stability improvements on all platforms.
  4734.  
  4735. git-svn-id: https://v8.googlecode.com/svn/trunk@11619 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4736.  
  4737. commit 9ba30cb78331d1183b251c1402466f0992758f36
  4738. Author: ulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4739. Date: Fri May 18 14:12:25 2012 +0000
  4740.  
  4741. Version 3.11.3
  4742.  
  4743. Disable optimization for functions that have scopes that cannot be reconstructed from the context chain. (issue 2071)
  4744.  
  4745. Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
  4746.  
  4747. Correctly check for native error objects. (Chromium issue 2138)
  4748.  
  4749. Performance and stability improvements on all platforms.
  4750.  
  4751. git-svn-id: https://v8.googlecode.com/svn/trunk@11594 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4752.  
  4753. commit 8843e8da5474525dd24f40a68bb89ba107bede7c
  4754. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4755. Date: Wed May 16 12:37:04 2012 +0000
  4756.  
  4757. Version 3.11.2
  4758.  
  4759. Revert r11496. (Chromium issue 128146)
  4760.  
  4761. Implement map collection for incremental marking. (issue 1465)
  4762.  
  4763. Add toString method to CallSite (which describes a frame of the stack trace).
  4764.  
  4765. git-svn-id: https://v8.googlecode.com/svn/trunk@11582 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4766.  
  4767. commit 4280704573fb23b99bf54ec1ca32cb1fee492d25
  4768. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4769. Date: Tue May 15 12:16:38 2012 +0000
  4770.  
  4771. Version 3.11.1
  4772.  
  4773. Added a readbuffer function to d8 that reads a file into an ArrayBuffer.
  4774.  
  4775. Fix freebsd build. (V8 issue 2126)
  4776.  
  4777. Performance and stability improvements on all platforms.
  4778.  
  4779. git-svn-id: https://v8.googlecode.com/svn/trunk@11566 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4780.  
  4781. commit 1473e4d60d92256538ed74de6f218655d162f276
  4782. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4783. Date: Fri May 11 15:02:09 2012 +0000
  4784.  
  4785. Version 3.11.0
  4786.  
  4787. Fixed compose-discard crasher from r11524 (issue 2123).
  4788.  
  4789. Activated new global semantics by default. Global variables can now shadow properties of the global object (ES5.1 erratum).
  4790.  
  4791. Properly set ElementsKind of empty FAST_DOUBLE_ELEMENTS arrays when transitioning (Chromium issue 117409).
  4792.  
  4793. Made Error.prototype.name writable again, as required by the spec and the web (Chromium issue 69187).
  4794.  
  4795. Implemented map collection with incremental marking (issue 1465).
  4796.  
  4797. Regexp: Fixed overflow in min-match-length calculation (Chromium issue 126412).
  4798.  
  4799. MIPS: Fixed illegal instruction use on Loongson in code for Math.random() (issue 2115).
  4800.  
  4801. Fixed crash bug in VisitChoice (Chromium issue 126272).
  4802.  
  4803. Fixed unsigned-Smi check in MappedArgumentsLookup (Chromium issue 126414).
  4804.  
  4805. Fixed LiveEdit for function with no locals (issue 825).
  4806.  
  4807. Fixed register clobbering in LoadIC for interceptors (Chromium issue 125988).
  4808.  
  4809. Implemented clearing of CompareICs (issue 2102).
  4810.  
  4811. Performance and stability improvements on all platforms.
  4812.  
  4813. git-svn-id: https://v8.googlecode.com/svn/trunk@11551 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4814.  
  4815. commit ea4609ce5b2a2be7cf48e32494913bc8adb98374
  4816. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4817. Date: Mon May 7 14:28:47 2012 +0000
  4818.  
  4819. Merged r11518, r11519 into trunk branch.
  4820.  
  4821. Fix unsigned-Smi check in MappedArgumentsLookup
  4822.  
  4823. Fix crash bug in VisitChoice
  4824.  
  4825. BUG=chromium:126414,chromium:126272
  4826. R=jkummerow@chromium.org
  4827. TEST=test/mjsunit/regress/regress-crbug-126414.js
  4828.  
  4829. Review URL: https://chromiumcodereview.appspot.com/10310041
  4830.  
  4831. git-svn-id: https://v8.googlecode.com/svn/trunk@11520 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4832.  
  4833. commit 5ae672cee8ba8a8fed39e2f6c62a7421daef3f81
  4834. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4835. Date: Fri May 4 10:50:07 2012 +0000
  4836.  
  4837. Merged r11501 into trunk branch.
  4838.  
  4839. MIPS: Reduce size of LIR instruction by one word and remove dead code.
  4840.  
  4841. R=mstarzinger@chromium.org
  4842.  
  4843. Review URL: https://chromiumcodereview.appspot.com/10368012
  4844.  
  4845. git-svn-id: https://v8.googlecode.com/svn/trunk@11514 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4846.  
  4847. commit 0e89eebd0909dbfdfa4a522da9f0ee416e7fd387
  4848. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4849. Date: Fri May 4 09:16:29 2012 +0000
  4850.  
  4851. Merged r11507 into trunk branch.
  4852.  
  4853. MIPS: Ensure reload of elements pointer in StoreFastDoubleElement stub
  4854.  
  4855. R=mstarzinger@chromium.org
  4856.  
  4857. Review URL: https://chromiumcodereview.appspot.com/10382005
  4858.  
  4859. git-svn-id: https://v8.googlecode.com/svn/trunk@11508 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4860.  
  4861. commit 7a825cf1eb6925bffbac0a65c5040d7fb9ca3a18
  4862. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4863. Date: Thu May 3 14:23:35 2012 +0000
  4864.  
  4865. Rollback of r11482 in trunk branch.
  4866.  
  4867. Sort functions when doing megamorphic dispatch/inlining so their order does not depend on the hash seed. Review URL: https://chromiumcodereview.appspot.com/10270032
  4868.  
  4869. R=mstarzinger@chromium.org
  4870.  
  4871. Review URL: https://chromiumcodereview.appspot.com/10357005
  4872.  
  4873. git-svn-id: https://v8.googlecode.com/svn/trunk@11498 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4874.  
  4875. commit e675a0f1eabf3b3d21d8b18294c73490d830cdd1
  4876. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4877. Date: Thu May 3 09:06:43 2012 +0000
  4878.  
  4879. Version 3.10.8
  4880.  
  4881. Enabled MIPS cross-compilation.
  4882.  
  4883. Ensured reload of elements pointer in StoreFastDoubleElement stub. (Chromium issue 125515)
  4884.  
  4885. Fixed corner cases in truncation behavior when storing to TypedArrays. (issue 2110)
  4886.  
  4887. Fixed failure to properly recognize and report out-of-memory conditions when allocating code space pages. (Chromium issue 118625)
  4888.  
  4889. Fixed idle notifications to perform a round of incremental GCs after context disposal. (issue 2107)
  4890.  
  4891. Fixed preparser for try statement. (issue 2109)
  4892.  
  4893. Performance and stability improvements on all platforms.
  4894.  
  4895. git-svn-id: https://v8.googlecode.com/svn/trunk@11489 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4896.  
  4897. commit 199faec3906f1876229bd61f725ffef602c7fc72
  4898. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4899. Date: Mon Apr 30 12:34:39 2012 +0000
  4900.  
  4901. Version 3.10.7
  4902.  
  4903. Performance and stability improvements on all platforms.
  4904.  
  4905. git-svn-id: https://v8.googlecode.com/svn/trunk@11466 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4906.  
  4907. commit 80c8cf80acdebfac83feda51376144ad231b428e
  4908. Author: yangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4909. Date: Thu Apr 26 08:21:05 2012 +0000
  4910.  
  4911. Version 3.10.6
  4912.  
  4913. Fixed some bugs in accessing details of the last regexp match.
  4914.  
  4915. Fixed source property of empty RegExp objects. (issue 1982)
  4916.  
  4917. Enabled inlining some V8 API functions.
  4918.  
  4919. Performance and stability improvements on all platforms.
  4920.  
  4921. git-svn-id: https://v8.googlecode.com/svn/trunk@11442 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4922.  
  4923. commit a97fe04aaa77f7b33ee691eb20c763dfe25d7b6c
  4924. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4925. Date: Mon Apr 23 12:57:22 2012 +0000
  4926.  
  4927. Version 3.10.5
  4928.  
  4929. Put new global var semantics behind a flag until WebKit tests are cleaned up.
  4930.  
  4931. Enabled stepping into callback passed to builtins. (Chromium issue 109564)
  4932.  
  4933. Performance and stability improvements on all platforms.
  4934.  
  4935. git-svn-id: https://v8.googlecode.com/svn/trunk@11413 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4936.  
  4937. commit e7cad63e1c0e7ae43b0763cfe1a6494606befe33
  4938. Author: svenpanne@chromium.org <svenpanne@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4939. Date: Thu Apr 19 12:02:44 2012 +0000
  4940.  
  4941. Version 3.10.4
  4942.  
  4943. Fixed issues when stressing compaction with WeakMaps.
  4944.  
  4945. Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
  4946.  
  4947. Simplify invocation sequence at monomorphic function invocation sites. (issue 2079)
  4948.  
  4949. Performance and stability improvements on all platforms.
  4950.  
  4951. git-svn-id: https://v8.googlecode.com/svn/trunk@11387 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4952.  
  4953. commit a13bbb73ced6ef936a4c30ca323311f759cebfb8
  4954. Author: mstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4955. Date: Wed Apr 18 16:56:20 2012 +0000
  4956.  
  4957. Revert "Issue 2089 Expose value wrapper's inner values"
  4958.  
  4959. R=jkummerow@chromium.org
  4960.  
  4961. Review URL: https://chromiumcodereview.appspot.com/10021056
  4962.  
  4963. git-svn-id: https://v8.googlecode.com/svn/trunk@11377 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4964.  
  4965. commit 74d1e118534d48183e2f27f60c5b1625df1a92cf
  4966. Author: peter.rybin@gmail.com <peter.rybin@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4967. Date: Wed Apr 18 13:40:13 2012 +0000
  4968.  
  4969. Issue 2089 Expose value wrapper's inner values
  4970.  
  4971. Review URL: https://chromiumcodereview.appspot.com/10091022
  4972.  
  4973. git-svn-id: https://v8.googlecode.com/svn/trunk@11371 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4974.  
  4975. commit 874a83a5ee70fce953f6e32ac12084383b945fbf
  4976. Author: erik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  4977. Date: Tue Apr 17 11:57:53 2012 +0000
  4978.  
  4979. Version 3.10.3
  4980.  
  4981. Fixed several bugs in heap profiles (including issue 2078).
  4982.  
  4983. Throw syntax errors on illegal escape sequences.
  4984.  
  4985. Implemented rudimentary module linking (behind --harmony flag)
  4986.  
  4987. Implemented ES5 erratum: Global declarations should shadow
  4988. inherited properties.
  4989.  
  4990. Made handling of const more consistent when combined with 'eval'
  4991. and 'with'.
  4992.  
  4993. Fixed V8 on MinGW-x64 (issue 2026).
  4994.  
  4995. Performance and stability improvements on all platforms.
  4996. Review URL: https://chromiumcodereview.appspot.com/10105026
  4997.  
  4998. git-svn-id: https://v8.googlecode.com/svn/trunk@11353 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  4999.  
  5000. commit 01571eaf0e11cfecf6d61ea5f4de30431b97eaa6
  5001. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5002. Date: Fri Apr 13 13:01:33 2012 +0000
  5003.  
  5004. Merged r11308, r11311, r11313 into trunk branch.
  5005.  
  5006. Fix several ancient presubmit failures.
  5007.  
  5008. Provide empty default implementation of OutputStream::WriteUint32Chunk to make Webkit V8 bindings compile
  5009.  
  5010. Fix r11306 to use external references on X64.
  5011.  
  5012. R=mstarzinger@chromium.org
  5013.  
  5014. Review URL: https://chromiumcodereview.appspot.com/10081005
  5015.  
  5016. git-svn-id: https://v8.googlecode.com/svn/trunk@11316 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5017.  
  5018. commit 54395a3e8db1e54a615d151f831a036de551da9a
  5019. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5020. Date: Fri Apr 13 09:58:30 2012 +0000
  5021.  
  5022. Version 3.10.2
  5023.  
  5024. Fixed native ARM build (issues 1744, 539)
  5025.  
  5026. Return LOOKUP variable instead of CONTEXT for non-context allocated outer scope parameters (Chromium issue 119609).
  5027.  
  5028. Fixed regular and ElementsKind transitions interfering with each other (Chromium issue 122271).
  5029.  
  5030. Improved performance of keyed loads/stores which have a HeapNumber index (issues 1388, 1295).
  5031.  
  5032. Fixed WeakMap processing for evacuation candidates (issue 2060).
  5033.  
  5034. Bailout on possible direct eval calls (Chromium issue 122681).
  5035.  
  5036. Do not assume that names of function expressions are context-allocated (issue 2051).
  5037.  
  5038. Performance and stability improvements on all platforms.
  5039.  
  5040. git-svn-id: https://v8.googlecode.com/svn/trunk@11309 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5041.  
  5042. commit 57f8959fb264354ba1a2e5118db512f588917061
  5043. Author: fschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5044. Date: Tue Apr 10 12:30:14 2012 +0000
  5045.  
  5046. Version 3.10.1
  5047.  
  5048. Fixed bug with arguments object in inlined functions (issue 2045).
  5049.  
  5050. Fixed performance bug with lazy initialization (Chromium issue 118686).
  5051.  
  5052. Added suppport for Mac OS X 64bit builds with GYP. (Patch contributed by Filipe David Manana <fdmanana@gmail.com>)
  5053.  
  5054. Fixed bug with hidden properties (issue 2034).
  5055.  
  5056. Fixed a performance bug when reloading pages (Chromium issue 117767, V8 issue 1902).
  5057.  
  5058. Fixed bug when optimizing throw in top-level code (issue 2054).
  5059.  
  5060. Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
  5061.  
  5062. Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
  5063.  
  5064. Fixed a bug with the new runtime profiler (Chromium issue 121147).
  5065.  
  5066. Fixed compilation of V8 using uClibc.
  5067.  
  5068. Optimized boot-up memory use.
  5069.  
  5070. Optimized regular expressions.
  5071.  
  5072.  
  5073.  
  5074. git-svn-id: https://v8.googlecode.com/svn/trunk@11253 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5075.  
  5076. commit 0e57df172a5ba817b63612a5678a15c1aa50b6a6
  5077. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5078. Date: Thu Apr 5 11:02:02 2012 +0000
  5079.  
  5080. Merged r11233 into trunk branch.
  5081.  
  5082. Ensure default isolate is present in Context::New().
  5083.  
  5084. BUG=chromium:118686
  5085.  
  5086. R=ulan@chromium.org
  5087.  
  5088. Review URL: https://chromiumcodereview.appspot.com/10009007
  5089.  
  5090. git-svn-id: https://v8.googlecode.com/svn/trunk@11234 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5091.  
  5092. commit b5cf23afab6882140504607d11feff4a0551ae75
  5093. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5094. Date: Wed Apr 4 14:34:26 2012 +0000
  5095.  
  5096. Merged r11225 into trunk branch.
  5097.  
  5098. Ensure default isolate is present in Add/RemoveCallCompletedCallback.
  5099.  
  5100. R=ulan@chromium.org
  5101. TEST=ui_tests don't crash in Chrome
  5102.  
  5103. Review URL: https://chromiumcodereview.appspot.com/9960010
  5104.  
  5105. git-svn-id: https://v8.googlecode.com/svn/trunk@11227 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5106.  
  5107. commit 9e758c960be37a9a359b20d029e69488b7c8f9b2
  5108. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5109. Date: Tue Apr 3 08:37:53 2012 +0000
  5110.  
  5111. Merged r11194, r11198, r11201, r11214 into trunk branch.
  5112.  
  5113. Ensure that arguments object is materialized when deoptimizing from inlined function.
  5114.  
  5115. Fix performance regressions due to lazy initialization.
  5116.  
  5117. Fix broken build on Windows due to r11198.
  5118.  
  5119. Properly support shrinking arrays in CopyDictionaryToObjectElements.
  5120.  
  5121. BUG=v8:2045,chromium:118686,chromium:121407
  5122.  
  5123. R=ulan@chromium.org
  5124.  
  5125. Review URL: https://chromiumcodereview.appspot.com/9959093
  5126.  
  5127. git-svn-id: https://v8.googlecode.com/svn/trunk@11215 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5128.  
  5129. commit 41c8729ca5d887204ce5ca382e5c017de37e14e5
  5130. Author: ulan@chromium.org <ulan@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5131. Date: Mon Apr 2 14:52:24 2012 +0000
  5132.  
  5133. Merged r11208 into trunk branch.
  5134.  
  5135. Check code kind when resetting profiler ticks.
  5136.  
  5137. Original CL: http://codereview.chromium.org/9956060/
  5138.  
  5139. R=danno@chromium.org
  5140. BUG=121147
  5141. TEST=chromium gpu_tests/WebGLConformanceTests
  5142.  
  5143. Review URL: https://chromiumcodereview.appspot.com/9963055
  5144.  
  5145. git-svn-id: https://v8.googlecode.com/svn/trunk@11210 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5146.  
  5147. commit a92e2eeddc8661e7eedf8f5fb837ccf8aa5153e8
  5148. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5149. Date: Fri Mar 30 14:03:50 2012 +0000
  5150.  
  5151. Merged r11195 into trunk branch.
  5152.  
  5153. Fix scoping of v8::HandleScope to prevent use-after-dispose
  5154.  
  5155. R=danno@chromium.org
  5156. TEST=sample shell doesn't crash
  5157.  
  5158. Review URL: https://chromiumcodereview.appspot.com/9965015
  5159.  
  5160. git-svn-id: https://v8.googlecode.com/svn/trunk@11196 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5161.  
  5162. commit cb08db2ae3aa700093b009d0bc0932d6e9d7fd56
  5163. Author: jkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5164. Date: Fri Mar 30 08:38:13 2012 +0000
  5165.  
  5166. Version 3.10.0
  5167.  
  5168. Fixed store IC writability check in strict mode (Chromium issue 120099).
  5169.  
  5170. Resynchronize timers if the Windows system time was changed. (Chromium issue 119815)
  5171.  
  5172. Removed "-mfloat-abi=hard" from host compiler cflags when building for hardfp ARM (https://code.google.com/p/chrome-os-partner/issues/detail?id=8539)
  5173.  
  5174. Fixed edge case for case independent regexp character classes (issue 2032).
  5175.  
  5176. Reset function info counters after context disposal. (Chromium issue 117767, V8 issue 1902)
  5177.  
  5178. Fixed missing write barrier in CopyObjectToObjectElements. (Chromium issue 119926)
  5179.  
  5180. Fixed missing bounds check in HasElementImpl. (Chromium issue 119925)
  5181.  
  5182. Performance and stability improvements on all platforms.
  5183.  
  5184. git-svn-id: https://v8.googlecode.com/svn/trunk@11192 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5185.  
  5186. commit 08cca61f0a3936ad3376d73ec81322a4e1a3a0d2
  5187. Author: danno@chromium.org <danno@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
  5188. Date: Tue Mar 27 08:47:35 2012 +0000
  5189.  
  5190. Rollback of r11015, r11014, r11011, r11010 in trunk branch.
  5191.  
  5192. Remove static Mutex from math function intializers.
  5193.  
  5194. Use lazy instance initializer to remove static initializers in two places. Review URL: https://chromiumcodereview.appspot.com/9664067
  5195.  
  5196. Fix broken build on Win32 due to r11010. Review URL: https://chromiumcodereview.appspot.com/9666055
  5197.  
  5198. Landing for pliard@chromium.org: Remove static initializers in v8.
  5199.  
  5200. R=fschneider@chromium.org
  5201.  
  5202. Review URL: https://chromiumcodereview.appspot.com/9836108
  5203.  
  5204. git-svn-id: https://v8.googlecode.com/svn/trunk@11149 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  5205. -----------------------------------------------------------------
  5206. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/vendor/tmobile/apps/ThemeChooser eb6fff6496da37b8ad95902e0931a3206b4344d5..41213072541dad37eed7192967c252362cd3bf14
  5207. commit 41213072541dad37eed7192967c252362cd3bf14
  5208. Author: Frant1c <Plentauskas1992@gmail.com>
  5209. Date: Fri Dec 6 01:32:32 2013 +0200
  5210.  
  5211. ThemeChooser: LT translations
  5212.  
  5213. Minor fix
  5214.  
  5215. Change-Id: Iaef65f3ff7e019a40e263b98889cb082909ed440
  5216.  
  5217. commit da6b66b62e4e229f2cde9c8fa0e21729a233735e
  5218. Merge: 450da7f d2caaf3
  5219. Author: Marco Brohet <therbom@gmail.com>
  5220. Date: Wed Dec 4 23:24:58 2013 +0000
  5221.  
  5222. Merge "Add Lithuanian translations" into cm-10.2
  5223.  
  5224. commit 450da7f91985e78daaf11d16dd98aa656c6257c8
  5225. Author: Ondrej Zima <keltuv.email@gmail.com>
  5226. Date: Mon Dec 2 00:01:05 2013 +0100
  5227.  
  5228. ThemeChooser: CS translation
  5229.  
  5230. - shortened improperly created theme message
  5231.  
  5232. Change-Id: I7660147981a23bce1bff0aa2d58b50ce959e2e2d
  5233.  
  5234. commit 5eef2414f40213715e5cc192b8a2f0f0542ecfe4
  5235. Author: Michael Bestas <mikeioannina@gmail.com>
  5236. Date: Wed Nov 27 17:19:55 2013 +0200
  5237.  
  5238. ThemeChooser: EL translation
  5239.  
  5240. Change-Id: Ie2e22237b5fd8a4ce0a9e52919c7cb1d18e2e71f
  5241.  
  5242. commit d2caaf35d9dbfd15ea0dfddc16db8b8f2377c796
  5243. Author: Frant1c <Plentauskas1992@gmail.com>
  5244. Date: Thu Nov 28 17:36:54 2013 +0200
  5245.  
  5246. Add Lithuanian translations
  5247.  
  5248. PS2: Trigger Cid
  5249.  
  5250. Change-Id: I443a4fcdea3e25c2f74ad9464581ca21b9e2204b
  5251.  
  5252. commit 5cf25b7e3f80c0d31e090e3fb5d02262b87df849
  5253. Author: Eddy Witkamp <eddywitkamp@gmail.com>
  5254. Date: Wed Nov 27 15:52:57 2013 +0100
  5255.  
  5256. ThemeChooser: change error message
  5257.  
  5258. because now there is a 'Apply anyway' button
  5259.  
  5260. ps1: initial changes to English
  5261.  
  5262. ps2: resources and \u2026
  5263.  
  5264. ps3: fix all other languages
  5265.  
  5266. ps4/5: fix for NL
  5267.  
  5268. ps6: fix for DA
  5269.  
  5270. ps7: fix for HU
  5271.  
  5272. Change-Id: Iea073397a1b887b1b249946f90e1f37cb0a635c6
  5273.  
  5274. commit e3414e0763ef80fbc32fa11947c804b4ad5ec002
  5275. Author: Danesh M <daneshm90@gmail.com>
  5276. Date: Sat Nov 23 00:50:51 2013 -0800
  5277.  
  5278. ThemeChooser : Allow users to pass aapt check
  5279.  
  5280. Allow users to apply themes not packaged with the right aapt flags
  5281.  
  5282. Change-Id: Iaa2ef1578bf5b0032fb9c94aa3bcd066b27039de
  5283. -----------------------------------------------------------------
  5284. /storage/media/Downloads/Android/cyanogen_mod_bundle10.2/cm-10.2/vendor/tmobile/providers/ThemeManager 30277eac83b4e46fa839806aba4f63323c8d81ef..56ab2528b63efdf71c471041f8186204a8e76967
  5285. commit 56ab2528b63efdf71c471041f8186204a8e76967
  5286. Author: Frant1c <Plentauskas1992@gmail.com>
  5287. Date: Thu Nov 28 17:40:20 2013 +0200
  5288.  
  5289. ThemeManager: LT translations
  5290.  
  5291. PS2: Trigger Cid
  5292.  
  5293. Change-Id: I1828499c2daa3dcaddad9ab45f96fee6d178e58e
  5294.  
  5295. commit d077dd57c9653ae5060784b6645234aab9ecc13b
  5296. Author: Danesh Mondegarian <daneshm90@gmail.com>
  5297. Date: Sat Nov 23 12:59:41 2013 -0800
  5298.  
  5299. ThemeManager : Add support for custom densities
  5300.  
  5301. This adds support for custom densities. In the case that a density
  5302. doesn't fit in the standard buckets, it assumes it to be the closest matching one.
  5303.  
  5304. Change-Id: I6bc19b05b0702c7106dd16e427c4bcb0af0825a6
  5305.  
  5306. commit d29d10cc9568b7b1e91b896babb00bce987a4a35
  5307. Author: Danesh M <daneshm90@gmail.com>
  5308. Date: Sat Nov 23 01:09:33 2013 -0800
  5309.  
  5310. ThemesProvider : Catch xml exception for invalid xmls
  5311.  
  5312. Having a non zero resource id does not guarantee that the xml will
  5313. pass, hence try/catch that and only then continue to parse it.
  5314.  
  5315. Change-Id: I9fd496bb253e2a2d1f3b6a45914b1c7f26fa94e0
  5316.  
  5317. commit df43026136825461052a81ba6104daef2973fa8a
  5318. Author: Danesh M <daneshm90@gmail.com>
  5319. Date: Thu Nov 21 21:08:25 2013 -0800
  5320.  
  5321. ThemeManager : Use better checks for theme densities
  5322.  
  5323. Preview image is not guaranteed to be in all densities. Instead,
  5324. iterate through android.xml and get the first existing drawable
  5325. and check for all available densities
  5326.  
  5327. Change-Id: I3dd4122498747f2757e80e509e7a6eee2a1c75b1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement