9105c55dbaee558a9bb2229bddf4171cf4d8c5bc: Bug 1118322: Block explicitly for vblank when presenting when using WARP. r=jrmuizel
Bas Schouten <bschouten@mozilla.com> - Mon, 09 Feb 2015 16:35:48 +0100 - rev 241787
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1118322: Block explicitly for vblank when presenting when using WARP. r=jrmuizel
6260a7224a2d2b9214dcd1764b8e6e59e9e67f5f: Backed out changeset 0813db72fe3e (bug 1125804) for bustage on a CLOSED TREE
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 09 Feb 2015 16:26:28 +0100 - rev 241786
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Backed out changeset 0813db72fe3e (
bug 1125804) for bustage on a CLOSED TREE
0813db72fe3ea6f3d87cf9f9e6c699d7e27ab04f: Bug 1125804 - Remove the mixer callback when failing to open an audio stream when switching to an audio driver. r=jesup
Paul Adenot <paul@paul.cx> - Mon, 09 Feb 2015 14:43:55 +0100 - rev 241785
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1125804 - Remove the mixer callback when failing to open an audio stream when switching to an audio driver. r=jesup
47d0c95998a7d8bb3c0ece6a12df759e8fc273f2: Bug 1123768 - Backout bug 1108455 to avoid truncating the end of audio streams on Vista+. r=kinetik
Paul Adenot <paul@paul.cx> - Mon, 09 Feb 2015 14:43:03 +0100 - rev 241784
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1123768 - Backout
bug 1108455 to avoid truncating the end of audio streams on Vista+. r=kinetik
2f46afa97421d1b34ba8443075b05c03018ad61b: Bug 1127213 - Fix various issues with the device change notification in the WASAPI cubeb backend. r=kinetik
Paul Adenot <paul@paul.cx> - Mon, 09 Feb 2015 14:42:43 +0100 - rev 241783
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1127213 - Fix various issues with the device change notification in the WASAPI cubeb backend. r=kinetik
This patch does the following:
- Introduces an owned_critical_section object to be able to assert that a
current thread owns a critical section
- Change the auto_lock to use the above, add auto_unlock (basically like the
Gecko AutoEnter/AutoExit things)
- Fix an issue during audio output device switch where the clock would use the
old sample rate. Apparently I did not notice this because my headset and the
sound card on this laptop have the same rate
- Check that we could acquire a device_enumerator in the ctor before
deallocating in the dtor, as that can happen if a ton of streams are running at
once (I had this issue running the full mochitest suite)
- Stop getting another device_enumator in unregister_notification_client, fixing a leak
- Assert that setup_wasapi_stream and close_wasapi_stream are called with the lock held, this was the cause of the crash for this bug
- Make close_wasapi_stream clear out its state to make sure setup_wasapi_stream
and close_wasapi_stream are called in the right order (especially, not two
setup_wasapi_stream without close in between, since that would leak stuff)
- In wasapi_stream_destroy, unregister the notification client before destroying
the CRITICAL_SECTION (this was the cause of a crash I duped against this bug)
70a1847bdc205c1bda9d76177e8b96aecbadff89: Bug 1127882: Sort the unified files list before splitting into multiple files, r=nfroyd
Joshua Cranmer <Pidgeot18@gmail.com> - Mon, 09 Feb 2015 08:45:15 -0600 - rev 241782
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1127882: Sort the unified files list before splitting into multiple files, r=nfroyd
8f675794e1b6471913cbe7cc0e7c30360cad7e1c: Bug 1130231 - Reftest for left/right padding on button contents with direction=rtl. r=smontagu
Jonathan Kew <jkew@mozilla.com> - Mon, 09 Feb 2015 14:40:25 +0000 - rev 241781
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1130231 - Reftest for left/right padding on button contents with direction=rtl. r=smontagu
44078171052141c0998b64d2f83faf34da75cb1a: Bug 1130231 - Properly logicalize the implementation of padding on button contents. r=smontagu
Jonathan Kew <jkew@mozilla.com> - Mon, 09 Feb 2015 14:40:23 +0000 - rev 241780
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1130231 - Properly logicalize the implementation of padding on button contents. r=smontagu
c13e7799a147a1ebdb8745e1bc58b7581b49fdca: Backed out changeset a372a90a9475 (bug 1119126) for gaia-js-integration-8 failures
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 09 Feb 2015 15:33:24 +0100 - rev 241779
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Backed out changeset a372a90a9475 (
bug 1119126) for gaia-js-integration-8 failures
1bd47ee5fde94ce09bc978436fa5250c2c9a7952: Backed out changeset 88c746188a40 (bug 1125934) for rc6 test failures
Carsten "Tomcat" Book <cbook@mozilla.com> - Mon, 09 Feb 2015 15:28:41 +0100 - rev 241778
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Backed out changeset 88c746188a40 (
bug 1125934) for rc6 test failures
a53c8b6ab6df888f0c59b5ef4c9dd96634f30f24: Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM
Joel Maher <jmaher@mozilla.com> - Sat, 27 Dec 2014 00:44:52 +0530 - rev 241777
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1110982 - Disabled tests for oth chunk and leaks (run-by-dir). r=RyanVM
c87700b18b98db965c55c0d105e1d21b75d4850c: Bug 1131038 - Use a READ_WRITE lock instead of WRITE on tile back buffers. r=sotaro
Nicolas Silva <nsilva@mozilla.com> - Mon, 09 Feb 2015 15:01:11 +0100 - rev 241776
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1131038 - Use a READ_WRITE lock instead of WRITE on tile back buffers. r=sotaro
1af029247ca5bbceaf30edf2e8da4cdc1866e5fc: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Mon, 09 Feb 2015 11:01:34 -0800 - rev 241775
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bumping manifests a=b2g-bump
c198894afc20279b8969b6a36a7c1b5e9995f7b7: Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Mon, 09 Feb 2015 11:00:06 -0800 - rev 241774
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/13fba23da899
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #27967 from julienw/remove-text-at-loading
Bug 1129913 - Remove all text in markup for gaia-header > h1 nodes r=
========
https://hg.mozilla.org/integration/gaia-central/rev/87c09f6003bc
Author: Julien Wajsberg <felash@gmail.com>
Desc:
Bug 1129913 - Remove all text in markup for gaia-header > h1 nodes r=iliu,mmedeiros,francisco,salva,sfoster,pdahiya,dkuo,arthurcc,schung,alive,johnhu,gsvelto
f1ce8751175006428e5d719da73e50a8d834ca82: Bug 1044597 - Limit the minimum size of subdialogs in the in-content preferences. r=Gijs
Jared Wein <jwein@mozilla.com> - Sun, 08 Feb 2015 23:04:43 -0500 - rev 241773
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1044597 - Limit the minimum size of subdialogs in the in-content preferences. r=Gijs
898a12e85098e863f6d705291edd02f2bfaa55fb: Bug 792992 - Switch URL usage to URI to prevent unnecessary network calls. r=rnewman
Eugen Sawin <esawin@mozilla.com> - Mon, 09 Feb 2015 22:06:22 +0100 - rev 241772
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 792992 - Switch URL usage to URI to prevent unnecessary network calls. r=rnewman
9eecf3e8bf3a5ef882686cbfa8fce15db0bf6763: Bug 792992 - Delay update service start. r=rnewman
Eugen Sawin <esawin@mozilla.com> - Mon, 09 Feb 2015 20:41:43 +0100 - rev 241771
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 792992 - Delay update service start. r=rnewman
3b25c782402cd292f410c9e0e7c891f242a9300b: Bug 1131106 - Hide options header in add-on details view if there are no valid options. r=mfinkle
Margaret Leibovic <margaret.leibovic@gmail.com> - Mon, 09 Feb 2015 09:15:16 -0800 - rev 241770
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1131106 - Hide options header in add-on details view if there are no valid options. r=mfinkle
0207e9b9ae79f96809206fb7cda13396b522f2e5: Backed out changesets 1613eb430cec and 8ecfe45191b6 (bug 1066812) for B2G mochitest crashes.
Ryan VanderMeulen <ryanvm@gmail.com> - Mon, 09 Feb 2015 15:49:55 -0500 - rev 241769
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Backed out changesets 1613eb430cec and 8ecfe45191b6 (
bug 1066812) for B2G mochitest crashes.
b0c804005c809bd4e0773d0c8366a70e662732fa: Bug 1117067 - Don't wait for tab.detach to complete. r=ochameau
J. Ryan Stinnett <jryans@gmail.com> - Mon, 09 Feb 2015 14:04:46 -0600 - rev 241768
Push
619 by cliu@mozilla.com at Mon, 09 Feb 2015 21:57:21 +0000
Bug 1117067 - Don't wait for tab.detach to complete. r=ochameau