ffd205bb3dd14373ee826db72d6a7ec8158d134d: Bug 1404130- Cache L10N values to improve status bar performance.
draft Bug-1404130
Pradeep <pradeepgangwar39@gmail.com> - Thu, 05 Oct 2017 19:59:33 +0530 - rev 675603
Push
83184 by bmo:pradeepgangwar39@gmail.com at Thu, 05 Oct 2017 16:12:52 +0000
Bug 1404130- Cache L10N values to improve status bar performance.
MozReview-Commit-ID: 3TVb1PirjCE
6d9a96c494983eda5b25c9551692fd38ee7145cc: Bug 1402126 - Change the icon size of Download items in the Library's Downloads panel view to 32px. r?Gijs
draft
Mike de Boer <mdeboer@mozilla.com> - Thu, 05 Oct 2017 18:06:05 +0200 - rev 675602
Push
83183 by mdeboer@mozilla.com at Thu, 05 Oct 2017 16:12:09 +0000
Bug 1402126 - Change the icon size of Download items in the Library's Downloads panel view to 32px. r?Gijs
MozReview-Commit-ID: FE1EftZWmzV
0b06ec1daa4fe6deb5d2071ce1c2c776a915c113: Bug 1404227 - Enhance test for network logs in the Console panel; r=nchevobbe
draft
Jan Odvarko <odvarko@gmail.com> - Tue, 03 Oct 2017 13:33:39 +0200 - rev 675601
Push
83182 by jodvarko@mozilla.com at Thu, 05 Oct 2017 15:59:24 +0000
Bug 1404227 - Enhance test for network logs in the Console panel; r=nchevobbe
MozReview-Commit-ID: KMiuawrEwYe
4aa9e0a67dff574f0ae2e9fba9cd0c6c6678554c: Bug 1396286 - Support UTF-16 in JSON Viewer.
draft
Oriol Brufau <oriol-bugzilla@hotmail.com> - Sat, 23 Sep 2017 20:10:04 +0200 - rev 675600
Push
83181 by bmo:oriol-bugzilla@hotmail.com at Thu, 05 Oct 2017 15:58:30 +0000
Bug 1396286 - Support UTF-16 in JSON Viewer.
MozReview-Commit-ID: Dy7474tyVyc
2f29937c190c7f5e8937b7fe29ae2b02e96079af: Bug 1404917 - Prevent multiple response content copies in parent and in content processes.
draft
Alexandre Poirot <poirot.alex@gmail.com> - Thu, 05 Oct 2017 17:12:00 +0200 - rev 675599
Push
83180 by bmo:poirot.alex@gmail.com at Thu, 05 Oct 2017 15:54:09 +0000
Bug 1404917 - Prevent multiple response content copies in parent and in content processes.
MozReview-Commit-ID: FwTEmQ13IgJ
bd62a4afa17f381d7dbe4625d9698639e15d6b79: Bug 1404917 - mutable reducer
draft
Alexandre Poirot <poirot.alex@gmail.com> - Thu, 05 Oct 2017 17:13:36 +0200 - rev 675598
Push
83180 by bmo:poirot.alex@gmail.com at Thu, 05 Oct 2017 15:54:09 +0000
Bug 1404917 - mutable reducer
MozReview-Commit-ID: MGGAkcnrXR
a37ae0bc0fb58fccf8b926f73373b89b5064e841: Bug 1404917 - Fetch response content only on-demand. r=Honza
draft
Alexandre Poirot <poirot.alex@gmail.com> - Thu, 05 Oct 2017 17:49:07 +0200 - rev 675597
Push
83180 by bmo:poirot.alex@gmail.com at Thu, 05 Oct 2017 15:54:09 +0000
Bug 1404917 - Fetch response content only on-demand. r=Honza
MozReview-Commit-ID: CtpJ8PKsCsm
e4f84da9e2db9e3dfda3605419f9b208af01edde: Bug 1404917 - Use request.mimeType instead of request.responseContent.content.mimeType. r=Honza
draft
Alexandre Poirot <poirot.alex@gmail.com> - Thu, 05 Oct 2017 17:42:51 +0200 - rev 675596
Push
83180 by bmo:poirot.alex@gmail.com at Thu, 05 Oct 2017 15:54:09 +0000
Bug 1404917 - Use request.mimeType instead of request.responseContent.content.mimeType. r=Honza
MozReview-Commit-ID: EIaS1CFKzVn
d67f1295f38e11b189e6313b23a08a516b127a67: Bug 1403920 - Use RecomputeVisibility instead of ComputeVisibility to avoid triggering assertion failures. r?mattwoodrow
draft
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 05 Oct 2017 10:45:55 -0400 - rev 675595
Push
83179 by kgupta@mozilla.com at Thu, 05 Oct 2017 15:45:59 +0000
Bug 1403920 - Use RecomputeVisibility instead of ComputeVisibility to avoid triggering assertion failures. r?mattwoodrow
MozReview-Commit-ID: LPIIM516rZL
c72fa82e94d976d85c767d02682606030cd24d8e: Bug 1406047 - Schedule a composite in empty transactions that require it. r?jrmuizel
draft
Kartikaya Gupta <kgupta@mozilla.com> - Thu, 05 Oct 2017 11:42:41 -0400 - rev 675594
Push
83178 by kgupta@mozilla.com at Thu, 05 Oct 2017 15:43:00 +0000
Bug 1406047 - Schedule a composite in empty transactions that require it. r?jrmuizel
MozReview-Commit-ID: 2e3auabQvtw
7586fe856ab77b35662887398adc5f8e1b7a41bf: Bug 1405720 - ensure only 1 theme is ever shown as selected in customize mode, r?johannh,jaws
draft
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Thu, 05 Oct 2017 15:17:12 +0100 - rev 675593
Push
83177 by gijskruitbosch@gmail.com at Thu, 05 Oct 2017 15:28:18 +0000
Bug 1405720 - ensure only 1 theme is ever shown as selected in customize mode, r?johannh,jaws
The previous code here always set the `isActive` property on all themes. When writing the
patch for
bug 1402981 I ran into issues because the default theme has an `isActive` property
anyway (it's a different type of object). So I tried to avoid setting `isActive` if it was
already present. Unfortunately, the result was that `isActive` values, once set, weren't
correctly updated. Worse, these values are (and were, prior to
bug 1402981) persisted in
some cases.
There's no point persisting these values, all that will happen is that they'll start
mismatching the 'real' state of the world (LightweightThemeManager.currentTheme). So instead,
let's just not set the `isActive` property at all, and rely solely on the ID of the current
theme (or the default theme's ID, now that we no longer support non-lightweight-themes) to
establish whether any of the themes should appear selected or not.
MozReview-Commit-ID: 7rajS71FoQR
5a3495373fa15e91d8cdf3e8d0514c27752f304a: Bug 1404227 - Enhance test for network logs in the Console panel; r=nchevobbe
draft
Jan Odvarko <odvarko@gmail.com> - Tue, 03 Oct 2017 13:33:39 +0200 - rev 675592
Push
83176 by jodvarko@mozilla.com at Thu, 05 Oct 2017 15:25:33 +0000
Bug 1404227 - Enhance test for network logs in the Console panel; r=nchevobbe
MozReview-Commit-ID: KMiuawrEwYe
1f1bbca10236335842d84ac13c0fcd170c3bfead: Bug 1179820 - Remove source map handling from stylesheets actor; r?gl
draft
Tom Tromey <tom@tromey.com> - Fri, 29 Sep 2017 10:00:36 -0600 - rev 675591
Push
83175 by bmo:ttromey@mozilla.com at Thu, 05 Oct 2017 15:14:44 +0000
Bug 1179820 - Remove source map handling from stylesheets actor; r?gl
MozReview-Commit-ID: 88Sw3TSx5yL
46df688553adcd5872f52ea7755c0740f507518a: Bug 1179820 - Convert style editor to client-side source maps; r?gl
draft
Tom Tromey <tom@tromey.com> - Fri, 29 Sep 2017 07:36:30 -0600 - rev 675590
Push
83175 by bmo:ttromey@mozilla.com at Thu, 05 Oct 2017 15:14:44 +0000
Bug 1179820 - Convert style editor to client-side source maps; r?gl
MozReview-Commit-ID: CV53VKKZz4A
3315450f4e76bb2bbe4b834f3ea81d04b498b3f8: Bug 1179820 - Log some exceptions caught in the style editor; r?gl
draft
Tom Tromey <tom@tromey.com> - Fri, 29 Sep 2017 11:23:58 -0600 - rev 675589
Push
83175 by bmo:ttromey@mozilla.com at Thu, 05 Oct 2017 15:14:44 +0000
Bug 1179820 - Log some exceptions caught in the style editor; r?gl
This has been handy for debugging, and it seems fine to simply leave it
in.
MozReview-Commit-ID: 6nm0RxPm4Zq
2087ce27600a9eb0a5dbe3a1be84bc253b2f95ed: Bug 1179820 - Convert the rule view to client-side source maps; r?gl
draft
Tom Tromey <tom@tromey.com> - Wed, 06 Sep 2017 12:16:38 -0600 - rev 675588
Push
83175 by bmo:ttromey@mozilla.com at Thu, 05 Oct 2017 15:14:44 +0000
Bug 1179820 - Convert the rule view to client-side source maps; r?gl
MozReview-Commit-ID: 7GISO1wGTVo
5a80fd1006745cf551065b637e05826a4e3befb4: Bug 1179820 - Convert the computed view to client-side source maps; r?gl
draft
Tom Tromey <tom@tromey.com> - Tue, 05 Sep 2017 17:42:00 -0600 - rev 675587
Push
83175 by bmo:ttromey@mozilla.com at Thu, 05 Oct 2017 15:14:44 +0000
Bug 1179820 - Convert the computed view to client-side source maps; r?gl
MozReview-Commit-ID: 2l8zIPnXeHY
afb1ab8386020882b1920b8015704f4e13ac4245: Backed out changeset faf7b551ffd6 (bug 1384049) for octane regressions
Jon Coppeard <jcoppeard@mozilla.com> - Thu, 05 Oct 2017 15:02:41 +0100 - rev 675586
Push
83175 by bmo:ttromey@mozilla.com at Thu, 05 Oct 2017 15:14:44 +0000
Backed out changeset faf7b551ffd6 (
bug 1384049) for octane regressions
13b556ec5a8e1adaabab213f987c437736f740b8: Bug 1405661 - Baldr: decode Code section header in DecodeModuleEnvironment (r=lth)
Luke Wagner <luke@mozilla.com> - Thu, 05 Oct 2017 08:44:34 -0500 - rev 675585
Push
83175 by bmo:ttromey@mozilla.com at Thu, 05 Oct 2017 15:14:44 +0000
Bug 1405661 - Baldr: decode Code section header in DecodeModuleEnvironment (r=lth)
MozReview-Commit-ID: ArNa3TgJk7l
62fc2f51d566974bf2de7b93cf4588a2c2e81c4d: Bug 1405661 - Baldr: stidy Decoder::startSection (r=lth)
Luke Wagner <luke@mozilla.com> - Thu, 05 Oct 2017 08:44:02 -0500 - rev 675584
Push
83175 by bmo:ttromey@mozilla.com at Thu, 05 Oct 2017 15:14:44 +0000
Bug 1405661 - Baldr: stidy Decoder::startSection (r=lth)
MozReview-Commit-ID: 8oc7V0h8YpF