e5410b23f8541d8c81bb2226ba28d2abe4478cd9: Bug 1403577 - Fix Message, Command, and Response docs. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:15:03 +0100 - rev 673088
Push
82455 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:33:57 +0000
Bug 1403577 - Fix Message, Command, and Response docs. r?whimboo
MozReview-Commit-ID: A3iU083gjSx
885773fc178a883acc603b3469e44af9a2f6c1f2: Bug 1403577 - Rename TYPE identifier to Type. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:28:32 +0100 - rev 673087
Push
82455 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:33:57 +0000
Bug 1403577 - Rename TYPE identifier to Type. r?whimboo
MozReview-Commit-ID: KqN7GPnI288
d2a692e08161b9e419b870656a207c6b7efc1713: Bug 1403577 - Associate message origin enum with Message type. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:13:23 +0100 - rev 673086
Push
82455 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:33:57 +0000
Bug 1403577 - Associate message origin enum with Message type. r?whimboo
The MessageOrigin enum is removed as a separate type and
exposed as Message.Origin. The enum variants can be accessed as
Message.Origin.Client and Message.Origin.Server.
MozReview-Commit-ID: 1caPthSMIWx
479a084a45f93bb345a338f8c9bee2c56972da06: Bug 1403577 - Truncate string representations of Command and Response. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:19:17 +0100 - rev 673085
Push
82455 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:33:57 +0000
Bug 1403577 - Truncate string representations of Command and Response. r?whimboo
The toString() implementations for Command and Response was previously
not used. With testing/marionette/fmt.js's new truncate template
literal, toString functions on objects are used preferred if they
exist, which means the new, inherited Message#toString function is
picked up.
The string representation of the messages use truncate internally to
shorten the payload array returned from Message#toPacket().
MozReview-Commit-ID: D2sOOXTzBht
e9deee3494c9f2b093a71fb3b32c5b1bca34fdc7: Bug 1403577 - Rename toMsg/fromMsg to toPacket/fromPacket. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:10:39 +0100 - rev 673084
Push
82455 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:33:57 +0000
Bug 1403577 - Rename toMsg/fromMsg to toPacket/fromPacket. r?whimboo
MozReview-Commit-ID: 3adU2xTHo1X
cf8f00e9268cf884239dcc1d08cd395217ad26f5: Bug 1403577 - Rename TYPE identifier to Type. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:28:32 +0100 - rev 673083
Push
82454 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:29:55 +0000
Bug 1403577 - Rename TYPE identifier to Type. r?whimboo
MozReview-Commit-ID: KqN7GPnI288
8ebcf237fed1dd00f2e8545bbfefd8124f147957: Bug 1403577 - Associate message origin enum with Message type. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:13:23 +0100 - rev 673082
Push
82454 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:29:55 +0000
Bug 1403577 - Associate message origin enum with Message type. r?whimboo
The MessageOrigin enum is removed as a separate type and
exposed as Message.Origin. The enum variants can be accessed as
Message.Origin.Client and Message.Origin.Server.
MozReview-Commit-ID: 1caPthSMIWx
88fd5eae7e9ba5ea63dd76b9dc5fc28fb7f780da: Bug 1403577 - Truncate string representations of Command and Response. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:19:17 +0100 - rev 673081
Push
82454 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:29:55 +0000
Bug 1403577 - Truncate string representations of Command and Response. r?whimboo
The toString() implementations for Command and Response was previously
not used. With testing/marionette/fmt.js's new truncate template
literal, toString functions on objects are used preferred if they
exist, which means the new, inherited Message#toString function is
picked up.
The string representation of the messages use truncate internally to
shorten the payload array returned from Message#toPacket().
MozReview-Commit-ID: D2sOOXTzBht
b2fd67f56b666e120d9553b62102162d3edbdf73: Bug 1403577 - Fix Message, Command, and Response docs. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:15:03 +0100 - rev 673080
Push
82454 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:29:55 +0000
Bug 1403577 - Fix Message, Command, and Response docs. r?whimboo
MozReview-Commit-ID: A3iU083gjSx
b0e0f7ebb13641ceee36432d08dc101e19801441: Bug 1403577 - Rename toMsg/fromMsg to toPacket/fromPacket. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:10:39 +0100 - rev 673079
Push
82454 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:29:55 +0000
Bug 1403577 - Rename toMsg/fromMsg to toPacket/fromPacket. r?whimboo
MozReview-Commit-ID: 3adU2xTHo1X
76ee7eae6fcc975abf7efb5b7c78df549632659d: Bug 1403577 - Use named imports. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 18:11:17 +0100 - rev 673078
Push
82454 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:29:55 +0000
Bug 1403577 - Use named imports. r?whimboo
MozReview-Commit-ID: 9VXO5a0xFIq
4fc7427f2b75dcd9b59a131062a5cafe670b084d: Bug 1403577 - Add utility for truncating strings. r?whimboo
draft
Andreas Tolfsen <ato@sny.no> - Sat, 30 Sep 2017 17:06:29 +0100 - rev 673077
Push
82454 by bmo:ato@sny.no at Sat, 30 Sep 2017 17:29:55 +0000
Bug 1403577 - Add utility for truncating strings. r?whimboo
Introduces a utility that truncates strings in potentially arbitrary
object structures. This allows JSON structures that contain long
strings to be shortened with an " <...>" appendix for pretty logging
when data integrity is not a vital concern.
The maximum string length is currently set to 250 characters, which
is a number I have pulled out of a hat.
MozReview-Commit-ID: 2gauOvMzBCO
4cf76f399ed68f7398d848ac7e602a258ffb0fc6: Bug 1396953 Fix flexible space disappearing from palette after add to toolbar r?Gijs
draft
Maya Messinger <maya.messinger@duke.edu> - Sat, 30 Sep 2017 13:27:37 -0400 - rev 673076
Push
82453 by bmo:maya.messinger@duke.edu at Sat, 30 Sep 2017 17:27:55 +0000
Bug 1396953 Fix flexible space disappearing from palette after add to toolbar r?Gijs
MozReview-Commit-ID: 8heXGLPir6i
f90acd5a42b3474fa44f1494422a87e523335331: Backed out changeset 4e4239384b2e
draft
Maya Messinger <maya.messinger@duke.edu> - Sat, 30 Sep 2017 13:23:53 -0400 - rev 673075
Push
82453 by bmo:maya.messinger@duke.edu at Sat, 30 Sep 2017 17:27:55 +0000
Backed out changeset 4e4239384b2e
MozReview-Commit-ID: Bsk54RrtTYv
adcac30d7d623924d38f848b1408d02b8888795d: Backed out changeset 8beff0a7bc09
draft
Maya Messinger <maya.messinger@duke.edu> - Sat, 30 Sep 2017 13:23:22 -0400 - rev 673074
Push
82453 by bmo:maya.messinger@duke.edu at Sat, 30 Sep 2017 17:27:55 +0000
Backed out changeset 8beff0a7bc09
MozReview-Commit-ID: FHkR6VfTM1E
8beff0a7bc098c1c953f6de8b35de8c79f659825: Bug 1396953 fix flexible space widget disappearing from palette after toolbar add r?Gijs
draft
Maya Messinger <maya.messinger@duke.edu> - Sat, 30 Sep 2017 13:14:36 -0400 - rev 673073
Push
82452 by bmo:maya.messinger@duke.edu at Sat, 30 Sep 2017 17:15:11 +0000
Bug 1396953 fix flexible space widget disappearing from palette after toolbar add r?Gijs
MozReview-Commit-ID: CRBZ4z3xQzI
0372fc38e1288d355dc130de704c7c0051ab7785: Bug 1403989 - Automatically treat black menu icons as templates, so that they get drawn inverted in hovered menuitems.
draft
Markus Stange <mstange@themasta.com> - Sat, 30 Sep 2017 13:13:48 -0400 - rev 673072
Push
82451 by bmo:mstange@themasta.com at Sat, 30 Sep 2017 17:14:24 +0000
Bug 1403989 - Automatically treat black menu icons as templates, so that they get drawn inverted in hovered menuitems.
MozReview-Commit-ID: Bn69Ij0BfRa
1b122b22163f3df0e37b7788e72d24f66de074f5: Move * 1000.0f out of the thing, to address botond's comment
draft
Markus Stange <mstange@themasta.com> - Fri, 29 Sep 2017 18:44:57 -0400 - rev 673071
Push
82451 by bmo:mstange@themasta.com at Sat, 30 Sep 2017 17:14:24 +0000
Move * 1000.0f out of the thing, to address botond's comment
MozReview-Commit-ID: 1sPC6qo6Fse
9a9fb58a42a859e13070b5e18d741d4a0fd5d7ba: Bug 1403697 - When restricting background colors to the background region, only use clips if we have rounded corners. r?mattwoodrow
draft
Markus Stange <mstange@themasta.com> - Fri, 29 Sep 2017 17:39:21 -0400 - rev 673070
Push
82451 by bmo:mstange@themasta.com at Sat, 30 Sep 2017 17:14:24 +0000
Bug 1403697 - When restricting background colors to the background region, only use clips if we have rounded corners. r?mattwoodrow
MozReview-Commit-ID: F1ked65OBxA
4ba354c4ddc87587735aa8a113e7c998da2d6199: Bug 1258797 - Catch error when trying to open save as dialog to invalid path. r?Gijs
draft
Ian Moody <moz-ian@perix.co.uk> - Sat, 30 Sep 2017 17:51:05 +0100 - rev 673069
Push
82450 by moz-ian@perix.co.uk at Sat, 30 Sep 2017 17:11:38 +0000
Bug 1258797 - Catch error when trying to open save as dialog to invalid path. r?Gijs
MozReview-Commit-ID: GbMgcfOgVaq