https://github.com/mozilla/gecko-dev

sort by:
Revision Author Date Message Commit Date
f5c8642 Bumping manifests a=b2g-bump 21 September 2015, 11:40:51 UTC
28efe4a Bumping gaia.json for 1 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/112db86ddb1e Author: BavarianTomcat <tomcat@mozilla.com> Desc: Revert "Fix passcode override bug 1201530" for breaking GU Tests This reverts commit 672411d07b85dbeea1b0a496293ffe71f5481bf8. 21 September 2015, 11:40:15 UTC
32bae0a Bumping manifests a=b2g-bump 21 September 2015, 06:55:46 UTC
fa75f91 Bumping manifests a=b2g-bump 18 September 2015, 10:31:00 UTC
0bb2cc3 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/e3d7b3dbd3b6 Author: Carsten Book <tomcat@mozilla.com> Desc: Merge pull request #31731 from cr/fmdpasscodefix-v2.2 Bug 1201530 - Fix passcode override bug in FMD (v2.2 backport). r=gerald_max, a=mpotharaju ======== https://hg.mozilla.org/integration/gaia-2_2/rev/a149846c935f Author: Christiane Ruetten <cr@mozilla.com> Desc: Fix passcode override bug 1201530 This is a trivial hotfix, removing the check for an existing pass code, allowing FMD to override. Also adds the required test. ======== https://hg.mozilla.org/integration/gaia-2_2/rev/ee526d901527 Author: Carsten Book <tomcat@mozilla.com> Desc: Merge pull request #31889 from TheoChevalier/add-mg-bm Bug 1189532 - Add Bambara (bm) and Malagasy (mg) locales to master an…. r=jocheng ======== https://hg.mozilla.org/integration/gaia-2_2/rev/626f28e955b5 Author: TheoChevalier <theo.chevalier11@gmail.com> Desc: Bug 1189532 - Add Bambara (bm) and Malagasy (mg) locales to master and 2.2 builds, r=stas a=josh 18 September 2015, 10:30:40 UTC
20e5f9a Bumping manifests a=b2g-bump 16 September 2015, 14:10:57 UTC
116c9d3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/88ad8138f6ba Author: Carsten Book <tomcat@mozilla.com> Desc: Merge pull request #31851 from cr/bug1204859 Bug 1204859 - fixing test. a=sheriffduty ======== https://hg.mozilla.org/integration/gaia-2_2/rev/9f040f57557e Author: Christiane Ruetten <cr@mozilla.com> Desc: Bug 1204859 - fixing test 16 September 2015, 14:10:19 UTC
7654539 Bumping manifests a=b2g-bump 16 September 2015, 01:36:29 UTC
f407b30 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/fce991813321 Author: Ghislain 'Aus' Lacroix <aus@noiseport.org> Desc: Merge pull request #31855 from nullaus/v2.2 Bug 1195872 - Workaround mozilla-download breakage after FTP shutdown… ======== https://hg.mozilla.org/integration/gaia-2_2/rev/16f3ff15a76f Author: Ghislain 'Aus' Lacroix <aus@mozilla.com> Desc: NO BUG -- Fix linter errors. a=test-only ======== https://hg.mozilla.org/integration/gaia-2_2/rev/d3f6179ece75 Author: Ghislain 'Aus' Lacroix <aus@mozilla.com> Desc: Bug 1195872 - Workaround mozilla-download breakage after FTP shutdown r=aus, a=test-only 15 September 2015, 20:00:14 UTC
6bcc84e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/87a81e4811c9 Author: Carsten Book <tomcat@mozilla.com> Desc: Merge pull request #31729 from cr/immediatelockfix-v2.2 Bug 1202484 - Make FindMyDevice enforce immediate lock. r=gerard-majax a=mpotharaju ======== https://hg.mozilla.org/integration/gaia-2_2/rev/b85d3eb7f270 Author: Christiane Ruetten <cr@mozilla.com> Desc: Make FindMyDevice enforce immediate lock This addresses bug 1186100 by implementing a hotfix in FindMyDevice. See tracking bug 1202484. Test was amended to check for the fixed behavior. 15 September 2015, 12:30:36 UTC
27c9ffc Bug 1203339 - B2G 2.2 configs should point to releases/gaia-l10n/v2_2. r=fabrice, a=fabrice 10 September 2015, 00:30:52 UTC
5a6d6d1 Bumping manifests a=b2g-bump 09 September 2015, 13:45:50 UTC
13c6816 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/018a2c36a3f8 Author: Carsten Book <tomcat@mozilla.com> Desc: Merge pull request #31609 from cr/pctofix-v2.2 Bug 1181571 - Fixing lockscreen delay issue, v2.2 backport. r=gweng, a=mpotharaju ======== https://hg.mozilla.org/integration/gaia-2_2/rev/43d187cd0f1f Author: Christiane Ruetten <cr@mozilla.com> Desc: Fix indentation ======== https://hg.mozilla.org/integration/gaia-2_2/rev/3e18cae62c9e Author: Christiane Ruetten <cr@mozilla.com> Desc: Fixing lockscreen delay bypass by rewriting core logic This is fixing bug 1181571 where lockscreen delay on repeated pass code failure could be trivially bypassed by pressing the home button. The faulty behavior was caused by a limitation of the previous architecture which was only making the delay occurr *after* a wrong pass code had been entered. Consequently, whenever the input pad would be restarted, like after closing it with the home button or when a screen timeout occurred, the pending delay would not persist and pass code entry would be accepted right away. The fix made it necessary to rewrite parts of lockscreen's messaging and state handling. Previous changes in architecture caused pass code failure counting and delay timer handling to be maintained in two places: in LockScreen (for pass code checking) and in LockScreenInputPad (for displaying error state to the user). Logic error even caused the two states to get out of sync under certain conditions. Now state and timeout related to pass code checking are maintained exclusively by LockScreen, which signals LockScreenInputManager with three distinct messages of failure (on wrong pass code), reset (after error delay has passed), and success (on correct pass code). LockScreenInputPad now is always aware of a passcode error delay ongoing in LockScreen, every UI update is rendered according to this state, and key input is ignored when necessary. ======== https://hg.mozilla.org/integration/gaia-2_2/rev/9c9eda1aceb0 Author: Carsten Book <tomcat@mozilla.com> Desc: Merge pull request #31248 from snowmantw/bug1190079-2.2 Bug 1190079 - fix: remove defaults; and put all setting reads in a Promise all and delay unlocker initialization. r=timdream, a=mpotharaju ======== https://hg.mozilla.org/integration/gaia-2_2/rev/a9170338cbce Author: Greg Weng <snowmantw@gmail.com> Desc: Bug 1190079 - fix: remove defaults; and put all setting reads in a Promise all and delay unlocker initialization 09 September 2015, 13:45:30 UTC
867f626 Bumping manifests a=b2g-bump 08 September 2015, 09:12:00 UTC
efd89d0 Bug 1200869 - Empty the header value for code hygiene. r=sicking, a=2.2+ --HG-- extra : transplant_source : %A7mJ%1C%7F%CC%E8%95Wf%06W%B06%FF/%28%BF%EE%A0 02 September 2015, 23:53:35 UTC
eb59967 Bug 1200856 - Avoid the extra variable to make the string manipulation faster. r=sicking, a=2.2+ --HG-- extra : transplant_source : w%40D%A0%00%D0o%991tKi%82%0E%B3%8Cc%C5%D3%FD 02 September 2015, 23:52:46 UTC
369167d Bug 1172055 - Fix non-unified bustage. a=me --HG-- extra : source : d9192666983413ea47d5e1a36857df1226a380d1 extra : amend_source : 24f4733af6a27c2cc68810d7856dc3672bbec3c4 01 September 2015, 13:42:26 UTC
594c37c Backed out changeset d91926669834 (bug 1172055) 01 September 2015, 16:27:26 UTC
9b19ee3 Bug 1172055 - Fix non-unified bustage. a=me 01 September 2015, 13:42:26 UTC
3caedbf Bug 1183153 - Give generator function groups the correct builtin prototype. r=Waldo, a=2.2+ 26 August 2015, 15:02:15 UTC
354eb3f Backed out changeset ad8ca591bece (bug 1183153) for bustage. 01 September 2015, 03:07:27 UTC
e9abe62 Bug 1172055 - Improve size check in nsAttrAndChildArray::GrowBy. r=ehsan, a=mahe --HG-- extra : transplant_source : %D4%E3%F9%F6%1D%AD%15%DC%E0%BC%F4I%C3%1B%D8%3B%27%C1%0Cb 09 July 2015, 23:18:30 UTC
7c9ce1a Bug 1183153 - Give generator function groups the correct builtin prototype. r=Waldo, a=2.2+ --HG-- extra : amend_source : 1eef76e29e98fecb4f0ed01b7b43b353e3277c11 extra : transplant_source : U%5C%7DJeug%1A%8F%3F%ACE%FB%D0%8D%82%AE%0C3I 26 August 2015, 15:02:15 UTC
ed6dd07 Bug 1192350 - XMLHttpRequest::Open() should check if mProxy has been already released in a nested ::Open() calls. r=khuey, a=mahe --HG-- extra : transplant_source : %1C%CFY%93%22%7B%7BC%9A%0A%88%E2w%F1%ED%B0%F6%BCW_ 19 August 2015, 17:26:13 UTC
5a7cbb2 Bug 1161063. r=bent, a=2.2+ --HG-- extra : transplant_source : sxu%FF%03%ED%C8%9Fe%1A%D2%CE%E66TvV%B72%27 11 June 2015, 20:34:30 UTC
f05bcfd Bug 1152026 - Clear preempting runnable array when shutting down. r=baku, a=ritu --HG-- extra : transplant_source : n%E5mxwU%B1%CA%85%EB%21%F2%A6%24%2A%AFk%EC%98t 27 August 2015, 00:15:32 UTC
4c3f253 Bug 1182358 - RequestSyncService.jsm should use AlarmService instead nsITimer. r=nsm, a=mahe --HG-- extra : transplant_source : _-%07%E6%F3g%A1i%23%3D%F2%FC%91%F8d%DD%BF%CB%28%AE extra : histedit_source : 18e3f0163757b22f0c16602e74dd13f5ca775153%2C0165b160dbd191f0afb34f5c5943e6d61f90589a 14 August 2015, 20:03:54 UTC
dc251ef Bug 1164766 - Clean up error checking in CanvasRenderingContext2D. r=mats, a=2.2+ --HG-- extra : amend_source : 6aff9ac71e7bf9ed347903624b9c9033a86856c8 extra : transplant_source : %5E%8B%87%A8%7C%8BO%C7%93%3AQ%17%25W%5C%05%FC%B4%93%83 14 July 2015, 20:59:12 UTC
a3a221c Bumping manifests a=b2g-bump 21 August 2015, 14:45:36 UTC
53863ed Bumping manifests a=b2g-bump 19 August 2015, 08:45:37 UTC
b2ad6d2 Bumping manifests a=b2g-bump 18 August 2015, 07:15:39 UTC
27011f3 Bumping manifests a=b2g-bump 14 August 2015, 19:45:30 UTC
1e4f613 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/c101d3bdbce3 Author: Ryan VanderMeulen <rvandermeulen@mozilla.com> Desc: Revert "Bug 1147107 - Update mozilla-download to fetch builds from taskcluster index instead of ftp r=lightsofapollo" This reverts commit cd6b333b004c155e9dc611ae27e6c5ea8a4bb3ff. 14 August 2015, 19:45:11 UTC
7aede4e Bumping manifests a=b2g-bump 14 August 2015, 18:05:53 UTC
70ea4ef Bumping gaia.json for 1 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/28fbb9133252 Author: gaye <gaye@mozilla.com> Desc: Bug 1147107 - Update mozilla-download to fetch builds from taskcluster index instead of ftp r=lightsofapollo 14 August 2015, 18:05:34 UTC
cf2da04 Bumping manifests a=b2g-bump 11 August 2015, 15:32:44 UTC
6001f3f tagging B2G_2_2 for mergeday. r=a=mergeday CLOSED TREE DONTBUILD 10 August 2015, 19:43:04 UTC
9ad3266 Bug 1137076 - Fix music app crashes when quickly tapping the FF button. r=edwin, a=mahe --HG-- extra : amend_source : 41cabe7756c95509f907c588b31ef7a37d55a67b 14 July 2015, 16:31:00 UTC
4138f30 Bug 1070110 - Ensure the testcase will receive at least 2 blob. r=jwwang, a=test-only --HG-- extra : transplant_source : %25%A4%3Fh%17%F4%AC%F382%CA%85C%EC%F3%BA%08%3D%9C%E2 06 August 2015, 07:25:37 UTC
7507c95 Bug 1171678 - Use pushPermissions instead of setPermissions in contacts tests. r=felash, a=test-only --HG-- extra : transplant_source : z%9E%3E%12U%60G%83%F5H%89%CF%EB4I%CBa%85%92%07 07 August 2015, 16:15:49 UTC
0879386 Bumping manifests a=b2g-bump 07 August 2015, 06:39:36 UTC
c562088 Bumping manifests a=b2g-bump 06 August 2015, 21:19:32 UTC
3ba45f9 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/2981f7e7ff90 Author: Staś Małolepszy <stas@mozilla.com> Desc: Bug 1190038 - Sanitize all HTML elements. r=gandalf 06 August 2015, 21:19:14 UTC
5eb6ca6 Bumping manifests a=b2g-bump 06 August 2015, 19:19:48 UTC
a9555be Bug 1179262 - Remove PlayPreview registration from PDF Viewer. r=bz, a=2.2+ --HG-- extra : rebase_source : a337207ce0f31d3a545b007150dca621cfc6378d 06 August 2015, 03:57:17 UTC
f749bbc Bug 1178058 - Improve native setter. r=bobbyholly, a=2.2+ --HG-- extra : rebase_source : c9eb67bb7a9c155224780c902d56f79705fea9aa 06 August 2015, 06:29:56 UTC
d38ab04 Bumping manifests a=b2g-bump 06 August 2015, 12:45:31 UTC
efd0132 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/979c05b143e4 Author: Zibi Braniecki <gandalf@mozilla.com> Desc: Bug 1190139 - Remove .innerHTML from wantToReceiveFile entity 06 August 2015, 12:45:13 UTC
fee68a5 Bumping manifests a=b2g-bump 06 August 2015, 03:19:48 UTC
39fe2ba Bumping manifests a=b2g-bump 06 August 2015, 00:24:40 UTC
2edc9c1 Bug 1185115 - Ensure we have enough memory to allocate required capacity. r=kentuckyfriedtakahe, a=2.2+ --HG-- extra : transplant_source : %88%19%5E%EA%27%0F%E8%82%21P%00%E7%0A%AA%0C%E4%94%E9%D0%1A 04 August 2015, 17:43:17 UTC
8d9bbc3 Bumping manifests a=b2g-bump 03 August 2015, 22:18:46 UTC
43e84f7 Bumping manifests a=b2g-bump 03 August 2015, 20:58:49 UTC
dd39d3a Bug 1186331 - Check for \0 when parsing Bluetooth device names. r=btian, a=jocheng This patch adds an explicit check for the terminal \0 character to the parser that reads Bluetooth device names from bluetoothd. There's a maximum length of 249 characters per name. If we don't find \0 we interpret the whole range to contain the device name. --HG-- extra : transplant_source : %5D%1C%CF%26%D9%E1CR%BF%C8%91%5EB%0A%F2cZW%83%AE 24 July 2015, 09:24:47 UTC
7ea9365 Bug 1121855 - Fix camera crash. r=aosmond, a=jocheng --HG-- extra : transplant_source : %AE%10%5B%F2%01w%DB%5B%A1%DD%24%0F%84%ACbj%E2%A4%EF%F2 13 March 2015, 00:29:00 UTC
41dcba2 Bug 1143526 - DataStore API should create DOMError with proper error messages. r=fabrice, a=jocheng --HG-- extra : transplant_source : 8Q%D1%99%9B%D5%A06si%28%F5%8F%20%9A%5D%93%03%A8%D2 31 March 2015, 22:23:52 UTC
d409731 Bumping manifests a=b2g-bump 01 August 2015, 03:28:55 UTC
aa8a504 Bumping manifests a=b2g-bump 01 August 2015, 00:23:55 UTC
a979df2 Bumping manifests a=b2g-bump 31 July 2015, 23:58:51 UTC
0940fbf Bumping manifests a=b2g-bump 31 July 2015, 14:01:17 UTC
cb1a906 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/f7e7c467822a Author: Ryan VanderMeulen <ryanvm@gmail.com> Desc: Merge pull request #31148 from snowmantw/bug1188716 Bug 1188716 - fix: add a defer to block user using the slider ======== https://hg.mozilla.org/integration/gaia-2_2/rev/0bab0fc7cbc0 Author: Greg Weng <snowmantw@gmail.com> Desc: Bug 1188716 - fix: add a defer to block user using the slider 31 July 2015, 14:00:34 UTC
a08e611 Bug 1185820 - XMLHttpRequest::Open() in worker should count the recursion using a uint32_t and not a boolean. r=khuey, a=2.2+ --HG-- extra : transplant_source : XW%F0%CE%DF%1C%FBSa%E6%F4%04%A0%94q%98%14%A2%B4%15 29 July 2015, 20:10:15 UTC
345eda2 Bumping manifests a=b2g-bump 29 July 2015, 15:43:55 UTC
124dcdf Bumping gaia.json for 1 gaia revision(s) a=gaia-bump ======== https://hg.mozilla.org/integration/gaia-2_2/rev/62a22bea5d03 Author: TheoChevalier <theo.chevalier11@gmail.com> Desc: Bug 1183379 - Add Amharic (am), Upper Sorbian (hsb), Lower Sorbian (dsb), Miahuatlán Zapotec (zam) locales to Gaia on master and 2.2 branches 29 July 2015, 15:43:33 UTC
f79eeb6 Bug 1180533 - Disable BackgroundHangMonitor on gonk. r=vladan, a=jocheng --HG-- extra : amend_source : cd288b483dc198bb1b5fcba25b756b8271e320c7 extra : transplant_source : %CEL%A8%07%B6%A7%8DSzU%91%C4%88%C0%EC%A3%B1h%16P 06 July 2015, 01:30:51 UTC
683f5a0 Bumping manifests a=b2g-bump 28 July 2015, 18:18:47 UTC
b9f8698 Bumping manifests a=b2g-bump 28 July 2015, 16:38:39 UTC
7ab03a3 Bug 1182711 - Ensure usesScopeChain_ is true for heavyweight functions. r=bhackett, a=2.2+ 22 July 2015, 11:36:16 UTC
a934a46 Backed out changeset f3b9f68f9c90 (bug 1182711) for non-unified bustage. 28 July 2015, 01:35:08 UTC
7daf7f3 Bug 1186718 - Ensure ESDS have valid size. r=kentuckyfriedtakahe, a=2.2+ --HG-- extra : transplant_source : DK%B1%D2%E7%21%FD%AE%2B%A7%A8%FAzw%DA%D8%2BE%B9%A5 27 July 2015, 20:25:17 UTC
75e9b79 Bug 1185115 - Ensure we have enough memory to allocate required capacity. r=kentuckyfriedtakahe, a=2.2+ --HG-- extra : transplant_source : %B9%90Mp%94%91efepg%FE%884%AB%CF%CF%9D%B8r 27 July 2015, 15:27:34 UTC
0557d56 Bug 1182711 - Ensure usesScopeChain_ is true for heavyweight functions. r=bhackett, a=2.2+ --HG-- extra : transplant_source : %F3%9C%B4%7B%F0%D9%3C%8B%7BWi%60%0E%D7%1DJ%1C8%14%3D 22 July 2015, 11:36:16 UTC
6c4afc6 Bug 1184065 - Properly support WrapperCache on DestinationInsertionPointList. r=wchen, a=2.2+ --HG-- extra : amend_source : 748d706c0d484a9498017290ddc2c8585b3fa0a2 extra : transplant_source : %94_%8CV%A3%9D%D4%06O%90%B6%A3_%D4%83%A9%BBi%82%DD 17 July 2015, 22:16:43 UTC
2d5a709 Bug 1183901 - Properly support WrapperCache on DistributedContentList. r=wchen, a=2.2+ --HG-- extra : amend_source : decd5d8750de2c1f487f8a3fc45246d66b3ee2fd extra : transplant_source : %E6%5E%02%C8eD%95%C3%A1q.%A0%E7%89%E9ea%A28U 17 July 2015, 22:15:44 UTC
fc32083 Bug 1167799 - Part 2: Add EGL_ANDROID_image_crop support. r=nical, r=jgilbert, a=jocheng 24 July 2015, 12:35:00 UTC
050ae08 Bug 1167799 - Part 1: Remove size from NewSurfaceDescriptorGralloc. r=nical, a=jocheng 15 July 2015, 12:33:00 UTC
adbb4de Bug 1180965 - Don't disable BT before daemon has been shut down. r=btian, a=jocheng The current shutdown code for Bluetooth contains a race condition between closing the daemon sockets and re-opening them for the next instance of the daemon. This patch fixes the problem by not disabling the Bluetooth adapter before the sockets have been closed. During the shutdown, no new instances of the daemon can be started. 23 July 2015, 06:03:00 UTC
f7e70a7 Bug 1169187 - Decode invalid number from AND-Like EFs as empty string. r=echen, a=jocheng 04 June 2015, 11:12:03 UTC
d861b66 Bug 1064535 - Fix testcase: 1. Relax the number of ondataavailble checking. 2. Don't check the mimetype of empty blob. r=jwwang, a=test-only --HG-- extra : transplant_source : %14%7D%1D%DFIk%A9%60%FD%D1%EE%16/%93%DBU%10%A63%B4 22 July 2015, 10:51:47 UTC
1e6b502 Bumping manifests a=b2g-bump 27 July 2015, 13:24:00 UTC
aeb59a3 Bumping manifests a=b2g-bump 24 July 2015, 13:44:31 UTC
75f8a60 Bumping manifests a=b2g-bump 24 July 2015, 09:54:14 UTC
4f4393c Backed out 2 changesets (bug 1167799) for crashes a=backout Backed out changeset 0ba9636b3854 (bug 1167799) Backed out changeset 5981fda08dea (bug 1167799) 23 July 2015, 22:42:19 UTC
eba7553 Bug 1167799 - Part 2: Add EGL_ANDROID_image_crop support. r=nical, r=jgilbert, a=jocheng 23 July 2015, 11:25:00 UTC
2bc595b Bug 1167799 - Part 1: Remove size from NewSurfaceDescriptorGralloc. r=nical, a=jocheng 15 July 2015, 12:33:00 UTC
57586b2 Bug 1186285 - Remove automation for the mozilla-b2g34_v2_1 branch. r=catlee 23 July 2015, 14:35:28 UTC
a5979c9 Bug 1186284 - Remove automation for the mozilla-b2g32_v2_0 branch. r=catlee 23 July 2015, 20:21:21 UTC
66242ee Bumping manifests a=b2g-bump 23 July 2015, 03:24:21 UTC
930ff69 Backed out changesets 4f4c37f64770 and 7f99ab28df3b (bug 1167799) for bustage. 23 July 2015, 02:51:24 UTC
93219b0 Bug 1182723 - Properly handle self-assignment in nsTArray::operator=. r=mccr8, a=2.2+ --HG-- extra : transplant_source : %AE%CFV%ABg%C7%23%7B%28%ACri%0C%CE%A2%FEQ%0D%80A 21 July 2015, 16:42:58 UTC
d8c24b8 Bug 1185589 - Fix unintentional assignment in PuppetWidget::ExecuteNativeKeyBinding. r=masayuki, a=2.2+ --HG-- extra : transplant_source : %F6%DAj%26/%CAs1%0E%DDd%04T%F93%BA-%20%27%BF 22 July 2015, 18:52:32 UTC
2c5203a Bug 1167799 - Part 2: Add EGL_ANDROID_image_crop support. r=nical, r=jgilbert, a=jocheng 17 July 2015, 11:14:00 UTC
77408da Bug 1167799 - Part 1: Remove size from NewSurfaceDescriptorGralloc. r=nical, a=jocheng 15 July 2015, 12:33:00 UTC
80c0df3 Bumping manifests a=b2g-bump 23 July 2015, 00:20:22 UTC
72899a6 Bumping manifests a=b2g-bump 21 July 2015, 19:45:45 UTC
1c2adfe Bug 1184500 - Improve handling of index names in MAR files. r=rstrong, a=2.2+ --HG-- extra : transplant_source : %90BH%8FQ%18S%2C%22%02X2%D4%DD%B6%8C%911%1A%BB 19 July 2015, 01:42:15 UTC
c567ee3 Bug 1184404 - Support additional navigator.getFeature keys for OpenMobile ACL. r=khuey a=gwagner CLOSED TREE --HG-- extra : source : 1bcf82e1e10a7d7c0149d6310f125ad0ebb0faa4 17 July 2015, 18:17:37 UTC
66122e9 Bug 1175396 - Handle mismatched sample formats. r=jwwang, a=2.2+ --HG-- extra : transplant_source : %0F%838%12%14r%F7%D8%2Cx%87%C3/r%E9x%2B%86%97%3B 14 July 2015, 13:21:27 UTC
b98a1a4 Bug 1144107 - Part 4: Prevent assert when hitting EOS. r=kentuckyfriedtakahe, a=2.2+ this would occur if we attempt to read exactly the end of the array. --HG-- extra : transplant_source : %19%3E9%F4%19%D4%CC4%B9%5C%FE%90%8A%C8%E9%94%FD%AEC%99 15 July 2015, 13:14:10 UTC
0e1cff1 Bug 1144107 - Part 3: Prevent int overflow in sort. r=kentuckyfriedtakahe, a=2.2+ --HG-- extra : transplant_source : t%1C%BE%F0d5%1Cg%16m%16%A2%7C%CD%DC%9E%8Cp%D7%B7 14 July 2015, 13:21:27 UTC
back to top