3393dcd916949bf707b664ec19ae91d8b37c47cb: Bug 921822 - Use existing install manifest for make install in js standalone builds. r=gps
Mike Hommey <mh+mozilla@glandium.org> - Tue, 01 Oct 2013 08:26:08 +0900 - rev 149379
Push
34538 by mh@glandium.org at Mon, 30 Sep 2013 23:27:08 +0000
Bug 921822 - Use existing install manifest for make install in js standalone builds. r=gps
4f64e01f2e98df3579d6b312c80c80e7b9c8dc06: Bug 921770 - Avoid doing things with js/src from top-level when building --with-libxul-sdk. r=gps
Mike Hommey <mh+mozilla@glandium.org> - Tue, 01 Oct 2013 08:25:38 +0900 - rev 149378
Push
34538 by mh@glandium.org at Mon, 30 Sep 2013 23:27:08 +0000
Bug 921770 - Avoid doing things with js/src from top-level when building --with-libxul-sdk. r=gps
0b568f6afca0bae9e284be1d8dfd6c0fc01d735f: Bug 922007 - Enable new textures on fennec. r=mattwoodrow
Nicolas Silva <nical@mozilla.com> - Tue, 01 Oct 2013 01:22:26 +0200 - rev 149377
Push
34537 by nsilva@mozilla.com at Mon, 30 Sep 2013 23:23:04 +0000
Bug 922007 - Enable new textures on fennec. r=mattwoodrow
ff2b4ebb4053b5ce8d280003de59bd42e253ba9c: Bug 922184 - move IAccessible2 implementation into separate class, r=tbsaunde
Alexander Surkov <surkov.alexander@gmail.com> - Mon, 30 Sep 2013 18:40:05 -0400 - rev 149376
Push
34536 by surkov.alexander@gmail.com at Mon, 30 Sep 2013 22:40:08 +0000
Bug 922184 - move IAccessible2 implementation into separate class, r=tbsaunde
2bbafd515595870e96e57214cfb5331171900970: Bug 609896 - Optimize copy and initialization of DenseElements; r=billm
Terrence Cole <terrence@mozilla.com> - Wed, 25 Sep 2013 15:19:08 -0700 - rev 149375
Push
34535 by tcole@mozilla.com at Mon, 30 Sep 2013 22:34:19 +0000
Bug 609896 - Optimize copy and initialization of DenseElements; r=billm
1e6a27764acd0f9170d561f2a5748d0e7b74515f: Bug 921140 - Do not force an allocation for typical zone vectors; r=billm
Terrence Cole <terrence@mozilla.com> - Mon, 30 Sep 2013 15:02:06 -0700 - rev 149374
Push
34535 by tcole@mozilla.com at Mon, 30 Sep 2013 22:34:19 +0000
Bug 921140 - Do not force an allocation for typical zone vectors; r=billm
b6c4a0e729308187e72a6f742a720e1415259328: Bug 921178 - Remove unused fallback marking bitmap; r=billm
Terrence Cole <terrence@mozilla.com> - Mon, 30 Sep 2013 14:58:12 -0700 - rev 149373
Push
34535 by tcole@mozilla.com at Mon, 30 Sep 2013 22:34:19 +0000
Bug 921178 - Remove unused fallback marking bitmap; r=billm
486c4d2bfe20206da462cc6163235f4b2c5ecd01: Convert the Web Audio DynamicsCompressorNode fatal assertion to a warning, because it should not be a fatal assertion (no bug)
Ehsan Akhgari <ehsan@mozilla.com> - Mon, 30 Sep 2013 18:20:03 -0400 - rev 149372
Push
34534 by eakhgari@mozilla.com at Mon, 30 Sep 2013 22:20:26 +0000
Convert the Web Audio DynamicsCompressorNode fatal assertion to a warning, because it should not be a fatal assertion (no bug)
b17120deb5b40081ab60402044439752b0ec5c64: Bug 912534. r=nbp
Kannan Vijayan <kvijayan@mozilla.com> - Mon, 30 Sep 2013 18:01:37 -0400 - rev 149371
Push
34533 by kvijayan@mozilla.com at Mon, 30 Sep 2013 22:02:11 +0000
e8453cdce0057180b18cd1ba8514e279f24b0cf5: Bug 921876 - Stop #including nsIFrame.h in nsLayoutUtils.h; r=roc
Ehsan Akhgari <ehsan@mozilla.com> - Mon, 30 Sep 2013 17:26:04 -0400 - rev 149370
Push
34532 by eakhgari@mozilla.com at Mon, 30 Sep 2013 22:01:07 +0000
Bug 921876 - Stop #including nsIFrame.h in nsLayoutUtils.h; r=roc
This patch does the following:
* Move nsIFrame::IntrinsicSize to mozilla::IntrinsicSize so that it can
be forward-declared.
* Move a number of templated inline nsLayoutUtils methods to nsIFrame.
* Use mozilla::layout::FrameChildListID instead of the
nsIFrame::ChildListID typedef in nsLayoutUtils.h.
* Move nsReflowFrameRunnable to its only user, nsProgressMeterFrame.cpp.
* Make a number of functions requiring nsIFrame.h out-of-line.
* Remove the nsIFrame.h #include from nsLayoutUtils.h and add it to the
places which require it implicitly.
cb856e6d57c1eeb387e3b57a5e4f95afc16f80cb: b=910174 add DelayNode's tail-time reference as soon as the engine receives sound r=ehsan
Karl Tomlinson <karlt+@karlt.net> - Tue, 01 Oct 2013 09:50:04 +1300 - rev 149369
Push
34531 by ktomlinson@mozilla.com at Mon, 30 Sep 2013 21:56:26 +0000
b=910174 add DelayNode's tail-time reference as soon as the engine receives sound r=ehsan
This removes the dependence on AllInputsFinished() which didn't return true
for many input types.
The DelayProcessor is no longer continuously reset (
bug 921457) and the
reference is now correctly added again when all inputs are finished and then
new inputs are connected.
3a8400387d03af8d227a6d83325a3688fba7daab: b=921675 use maximum instead of current delay for tail time because delay can increase faster than time passes r=ehsan
Karl Tomlinson <karlt+@karlt.net> - Tue, 01 Oct 2013 09:50:03 +1300 - rev 149368
Push
34531 by ktomlinson@mozilla.com at Mon, 30 Sep 2013 21:56:26 +0000
b=921675 use maximum instead of current delay for tail time because delay can increase faster than time passes r=ehsan
3ae5ae74b4a5303fb0413cff28a2eab3a656bd32: test for bug 920987
Karl Tomlinson <karlt+@karlt.net> - Tue, 01 Oct 2013 09:49:31 +1300 - rev 149367
Push
34531 by ktomlinson@mozilla.com at Mon, 30 Sep 2013 21:56:26 +0000
5788132639b454ef8d253bfdd7d99d658bbc68be: bug 920754 - rm more makefiles r=mshal
Trevor Saunders <trev.saunders@gmail.com> - Wed, 25 Sep 2013 16:39:06 -0400 - rev 149366
Push
34530 by trev.saunders@gmail.com at Mon, 30 Sep 2013 20:54:04 +0000
bug 920754 - rm more makefiles r=mshal
254f4bfb92fe4273d2ca9ba4c75a5b0b090c8062: bug 920738 - don't unbind accessibles in XULTextFieldAccessible::CacheChildren() r=surkov
Trevor Saunders <trev.saunders@gmail.com> - Wed, 25 Sep 2013 16:30:00 -0400 - rev 149365
Push
34530 by trev.saunders@gmail.com at Mon, 30 Sep 2013 20:54:04 +0000
bug 920738 - don't unbind accessibles in XULTextFieldAccessible::CacheChildren() r=surkov
e0994d28e8b301a3e9c2688b05cbe23d251aa86b: Merge m-c to inbound.
Ryan VanderMeulen <ryanvm@gmail.com> - Mon, 30 Sep 2013 16:51:06 -0400 - rev 149364
Push
34529 by ryanvm@gmail.com at Mon, 30 Sep 2013 20:51:13 +0000
Merge m-c to inbound.
1b8d32bf6058be3cd3c3ad60df78b76f8750fb61: Merge m-c to b2g-inbound.
Ryan VanderMeulen <ryanvm@gmail.com> - Mon, 30 Sep 2013 16:30:26 -0400 - rev 149363
Push
34529 by ryanvm@gmail.com at Mon, 30 Sep 2013 20:51:13 +0000
Merge m-c to b2g-inbound.
70398298d61089c96e38e5a6627a2878052a6fe7: Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
Gaia Pushbot <release+gaiajson@mozilla.com> - Mon, 30 Sep 2013 12:10:53 -0700 - rev 149362
Push
34529 by ryanvm@gmail.com at Mon, 30 Sep 2013 20:51:13 +0000
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/a4a7f42eac6e
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #12550 from zacc/bug922062"
This reverts commit caa78c37ea089a39ee3ebadd2dc2677069ccaaac, reversing
changes made to 433971682d023414a6ab2b6103708d1968ef0b0e.
419ca20557cbde5ec10f6d0f0920d57cd9c63e33: Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
Gaia Pushbot <release+gaiajson@mozilla.com> - Mon, 30 Sep 2013 12:10:27 -0700 - rev 149361
Push
34529 by ryanvm@gmail.com at Mon, 30 Sep 2013 20:51:13 +0000
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/cd9d95e4fa27
Author: Corey Frang <gnarf37@gmail.com>
Desc:
Bug 917463 - [Clock] Implement scrolling inertia in inline time picker for Timers - r=jugglinmike
- Adds Unit tests for picker/spinner.js
- Adds Inertia calculations
- Makes whole container for spinner a "gesture area" so that you can start dragging above or below the first and last options in the menu
910daf91e2499e9f539477475a5f97c4d0b23fbf: Bug 771765, tentative bustage fix no. 2 on CLOSED TREE. r=bent
Gregor Wagner <anygregor@gmail.com> - Mon, 30 Sep 2013 10:38:05 -0700 - rev 149360
Push
34529 by ryanvm@gmail.com at Mon, 30 Sep 2013 20:51:13 +0000
Bug 771765, tentative bustage fix no. 2 on CLOSED TREE. r=bent