searching for reviewer(jaws)
6086b5e84d5b5b89629f9b56c51de4e636aef6b6: Bug 1443561 - Part 1: Make additional backgrounds alignment relative to toolbox. r=jaws
Vivek Dhingra <vivek3zero@gmail.com> - Fri, 17 Aug 2018 09:57:25 +0100 - rev 830549
Push
118847 by bmo:hskupin@gmail.com at Wed, 22 Aug 2018 09:09:03 +0000
Bug 1443561 - Part 1: Make additional backgrounds alignment relative to toolbox. r=jaws
MozReview-Commit-ID: 5gjrzZiLx0Q
1d748613485fee744aa70641100664334118fa23: Bug 1443561 - Part 1: Make additional backgrounds alignment relative to toolbox. r=jaws
Vivek Dhingra <vivek3zero@gmail.com> - Fri, 17 Aug 2018 09:57:25 +0100 - rev 830453
Push
118832 by bmo:ntim.bugs@gmail.com at Tue, 21 Aug 2018 13:33:17 +0000
Bug 1443561 - Part 1: Make additional backgrounds alignment relative to toolbox. r=jaws
MozReview-Commit-ID: 5gjrzZiLx0Q
be8aca082faf9aef30236657c9c486750e831a21: Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
Paolo Amadini <paolo.mozmail@amadzone.org> - Sun, 19 Aug 2018 19:54:02 +0100 - rev 830316
Push
118832 by bmo:ntim.bugs@gmail.com at Tue, 21 Aug 2018 13:33:17 +0000
Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
This also fixes unintended behavior for which clicking the selected item in the sidebar selector would hide the sidebar.
Differential Revision:
https://phabricator.services.mozilla.com/D3145
8ceb8813cc1d7beb81e044d411c0bac6babea9da: Bug 1482610 - Part 1 - Move the sidebar title and URL from the broadcasters to a JavaScript object. r=jaws,mixedpuppy
Paolo Amadini <paolo.mozmail@amadzone.org> - Tue, 14 Aug 2018 15:18:03 +0100 - rev 830315
Push
118832 by bmo:ntim.bugs@gmail.com at Tue, 21 Aug 2018 13:33:17 +0000
Bug 1482610 - Part 1 - Move the sidebar title and URL from the broadcasters to a JavaScript object. r=jaws,mixedpuppy
The immediate goal is only to remove the broadcasters, so we still require the labels to be set manually on the "toolbarbutton" and "menuitem" elements. Generating these elements programmatically from the new SidebarUI.sidebars object, both for built-in sidebars and extensions, can be a future improvement.
The autoCheck attribute is also unnecessary since it is only intended for the menu items, and they are already properly updated after their command is invoked. Since the attribute was written with the wrong capitalization, it already had no effect.
The persistence of the label of the sidebar selector is also unnecessary since it is already set on startup. Removing this does not seem to cause any additional flickering.
Differential Revision:
https://phabricator.services.mozilla.com/D3143
44fc89e957b881ba35211e313f85f7a62652f529: Bug 1480934 - Saving Reader View page yields blank page fixed by removing inline style r=jaws,ckerschb
vinoth <cegvinoth@gmail.com> - Tue, 14 Aug 2018 03:26:24 +0000 - rev 830301
Push
118832 by bmo:ntim.bugs@gmail.com at Tue, 21 Aug 2018 13:33:17 +0000
Bug 1480934 - Saving Reader View page yields blank page fixed by removing inline style r=jaws,ckerschb
Differential Revision:
https://phabricator.services.mozilla.com/D2947
c80952ce66dc0d7634983c24ef94035f20c12085: Bug 1483972 - Allow videocontrols to initialize without style r=jaws,dholbert!,jaws!
Timothy Guan-tin Chien <timdream@gmail.com> - Fri, 17 Aug 2018 20:43:46 +0000 - rev 830089
Push
118809 by bmo:ntim.bugs@gmail.com at Sat, 18 Aug 2018 10:35:28 +0000
Bug 1483972 - Allow videocontrols to initialize without style r=jaws,dholbert!,jaws!
This crash happens because nsVideoFrame didn't know what to do with two
children in the UA Widget Shadow Root.
The two children are both videocontrols, with the first one being the lingering
DOM inserted by first constructor call that throws.
The subsequent appendChild of the same element caused the videocontrols
to be initialized again, since the previous run didn't return a widget
instance to UAWidgetsChild.
The fix here removes the throw statement added in
https://hg.mozilla.org/mozilla-central/rev/dca187f7c72c#l3.15 ,
allowing the constructor to complete.
Without this statement, we will rely on assertion in the test here
https://hg.mozilla.org/mozilla-central/rev/4ddca5eb06c2#l2.18
to fail on slower platforms to ensure the stylesheet is loaded synchronously.
An alternative fix would be to wrap up the contructor in a try catch block
from UAWidgetsChild and make sure the DOM is cleaned up when the constructor
throw. That however will hide the error thrown so I decided to remove the throw
statement instead.
Differential Revision:
https://phabricator.services.mozilla.com/D3560
77f272b6ee1b79bd2a3e170f5afa02555195d68b: Bug 1443561 - Part 1: Make additional backgrounds alignment relative to toolbox. r=jaws
draft
Vivek Dhingra <vivek3zero@gmail.com> - Fri, 17 Aug 2018 09:57:25 +0100 - rev 829869
Push
118800 by bmo:ntim.bugs@gmail.com at Fri, 17 Aug 2018 09:23:23 +0000
Bug 1443561 - Part 1: Make additional backgrounds alignment relative to toolbox. r=jaws
MozReview-Commit-ID: 5gjrzZiLx0Q
0c42a54600831e65a4fb0bfdefdaa67324d78510: Bug 1483401 - Fix scrollable area for the payment request page-body. r=jaws
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Thu, 16 Aug 2018 16:33:05 +0000 - rev 829736
Push
118795 by xquan@mozilla.com at Thu, 16 Aug 2018 22:58:08 +0000
Bug 1483401 - Fix scrollable area for the payment request page-body. r=jaws
Differential Revision:
https://phabricator.services.mozilla.com/D3374
c42039f3ffe7adf644c2d8ad7873300b2defbc50: Bug 1431255 - Part XII, Don't set hidden explicitly on animating elements r=jaws
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 17 Jul 2018 23:01:00 +0800 - rev 829681
Push
118788 by bmo:dharvey@mozilla.com at Thu, 16 Aug 2018 11:52:55 +0000
Bug 1431255 - Part XII, Don't set hidden explicitly on animating elements r=jaws
For elements with an animationProp, always set its hidden state from the
startFade() method, so the reverse-direction animation can be correctly
cancelled.
Additionally, considers elements with "fadeout" class as hidden,
so other states can be toggled correctly.
This patch fixes intermittent failures on slower platforms, and perma-orange
on Windows.
MozReview-Commit-ID: KgQXaryEHad
eadb58678b569be07065b3a21a1b0dbcf5cd47aa: Bug 1431255 - Part XI, Remove bogus comments in videocontrols.js r=jaws
Timothy Guan-tin Chien <timdream@gmail.com> - Fri, 06 Jul 2018 22:39:10 +0800 - rev 829680
Push
118788 by bmo:dharvey@mozilla.com at Thu, 16 Aug 2018 11:52:55 +0000
Bug 1431255 - Part XI, Remove bogus comments in videocontrols.js r=jaws
Also removing unremoved <xul:slider> properties and workarounds.
MozReview-Commit-ID: 8JrcDyDOBWS
e907d31a7160e82098653b7b1c34f14565fb324b: Bug 1431255 - Part X, Remove XBL workaround in bug 462114 r=jaws
Timothy Guan-tin Chien <timdream@gmail.com> - Fri, 06 Jul 2018 20:51:22 +0800 - rev 829679
Push
118788 by bmo:dharvey@mozilla.com at Thu, 16 Aug 2018 11:52:55 +0000
Bug 1431255 - Part X, Remove XBL workaround in
bug 462114 r=jaws
This is documented throughly in
bug 448909 comment 79.
It is no longer needed for our current setup.
MozReview-Commit-ID: 9XWCqGUYHW4
203715029040010da6230c44f60c942d55b5bc27: Bug 1431255 - Part IX, Remove fullscreenchange workaround for bug 718107 r=jaws
Timothy Guan-tin Chien <timdream@gmail.com> - Fri, 06 Jul 2018 18:37:10 +0800 - rev 829678
Push
118788 by bmo:dharvey@mozilla.com at Thu, 16 Aug 2018 11:52:55 +0000
Bug 1431255 - Part IX, Remove fullscreenchange workaround for
bug 718107 r=jaws
Acknowledge the control bar hidden behavior caused by the bug.
Also, set the cursor state before early return, because the video might not
be in the same fullsreen state the last time control bar is hidden/shown.
MozReview-Commit-ID: 3oN3r8dsUvH
b12fb0dc3b49780879096c4d844fe5c9b057d502: Bug 1431255 - Part VIII, Adjust videocontrols tests to test on UA Widget r=jaws
Timothy Guan-tin Chien <timdream@gmail.com> - Fri, 06 Jul 2018 13:27:12 +0800 - rev 829677
Push
118788 by bmo:dharvey@mozilla.com at Thu, 16 Aug 2018 11:52:55 +0000
Bug 1431255 - Part VIII, Adjust videocontrols tests to test on UA Widget r=jaws
Duplicates the unchanged tests to xbl dir, ensuring the legacy XBL
videocontrols continue to work.
Opt out of related reftests until we've found a way to load the UA Widget in
reftests. Also opt out of DevTools test until a decision is made on the
representation of UA Widgets in the inspector.
MozReview-Commit-ID: 9sDD7xeuv2H
0974d8fc7f03d9330658276a2bed4cdf9fdb1ba9: Bug 1431255 - Part VI, Redirect target in ContextMenu.jsm to HTMLMediaElement r=jaws
Timothy Guan-tin Chien <timdream@gmail.com> - Fri, 06 Jul 2018 13:26:59 +0800 - rev 829675
Push
118788 by bmo:dharvey@mozilla.com at Thu, 16 Aug 2018 11:52:55 +0000
Bug 1431255 - Part VI, Redirect target in ContextMenu.jsm to HTMLMediaElement r=jaws
Set the referenced node to that of the containing media element so related
menu items will be shown in the context menu.
MozReview-Commit-ID: 4BKlINHmTSb
4ddca5eb06c25aeeeae1f9776b81fe971a4f75cd: Bug 1431255 - Part IV, Load videocontrols.js, migrated from videoControls binding r=jaws
Timothy Guan-tin Chien <timdream@gmail.com> - Wed, 27 Jun 2018 11:55:38 -0700 - rev 829673
Push
118788 by bmo:dharvey@mozilla.com at Thu, 16 Aug 2018 11:52:55 +0000
Bug 1431255 - Part IV, Load videocontrols.js, migrated from videoControls binding r=jaws
videocontrols.js handles the controls attribute with a callback named
"onattributechange" called by UAWidgets, replaces the CSS selectors.
MozReview-Commit-ID: 8rrw0Pbu8Dj
a0200438265ba27626915031f3dd2f91f95969b6: Bug 1431255 - Part III, Create per-origin sandboxes from XPCJSRuntime and load UA widgets scripts r=bholley,jaws,sfink
Timothy Guan-tin Chien <timdream@gmail.com> - Wed, 27 Jun 2018 11:34:07 -0700 - rev 829672
Push
118788 by bmo:dharvey@mozilla.com at Thu, 16 Aug 2018 11:52:55 +0000
Bug 1431255 - Part III, Create per-origin sandboxes from XPCJSRuntime and load UA widgets scripts r=bholley,jaws,sfink
This patch creates the basic structure on how the widget scripts can be loaded
and be pointed to the Shadow Root, from the UAWidgetsChild.jsm.
The UAWidgetsClass class asks for a sandbox from Cu.getUAWidgetScope(), which
calls into XPCJSRuntime::GetUAWidgetScope(). It creates and keeps the
sandboxes, in a GCHashMap keyed to the origin, so we could reuse it if needed.
MozReview-Commit-ID: J6W4PDQWMcN
05b0499d4be328eb3330613f6c47752d70c09814: Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Wed, 15 Aug 2018 12:19:55 -0700 - rev 829562
Push
118782 by bmo:mtigley@mozilla.com at Thu, 16 Aug 2018 04:40:36 +0000
Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
MozReview-Commit-ID: KuPMHrF6jaM
e2ee996553e5edeeb93272ea543fe78051b31f37: Bug 1476345 - Disable the address form save button when the form is invalid. r=jaws
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Wed, 15 Aug 2018 12:07:55 -0700 - rev 829561
Push
118782 by bmo:mtigley@mozilla.com at Thu, 16 Aug 2018 04:40:36 +0000
Bug 1476345 - Disable the address form save button when the form is invalid. r=jaws
Tests for this are in the next commit (e.g. test_address_form.html) because this can't be tested properly due to existing tests not filling fields in ways that fire input/change events.
MozReview-Commit-ID: 62CckFP6Ou3
ad4b3942b9af6445273427bf47e9033a07f6214f: Bug 1476345 - Fix debugging names and add records with missing required fields. r=jaws
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 24 Jul 2018 22:14:53 -0700 - rev 829560
Push
118782 by bmo:mtigley@mozilla.com at Thu, 16 Aug 2018 04:40:36 +0000
Bug 1476345 - Fix debugging names and add records with missing required fields. r=jaws
MozReview-Commit-ID: LaOJMF6GLuZ
d44b1a94dbd5b9df13820893b04f063684a2b63e: Bug 1476345 - Fix console listener to not spew when .message doesn't exist. r=jaws
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 14 Aug 2018 16:26:36 -0700 - rev 829559
Push
118782 by bmo:mtigley@mozilla.com at Thu, 16 Aug 2018 04:40:36 +0000
Bug 1476345 - Fix console listener to not spew when .message doesn't exist. r=jaws
Sometimes .errorMessage exists without .message
MozReview-Commit-ID: D4zBJKxfJba
a56ea5ccbb6dd3b1d0fc1b1540ea882c70512b15: Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Wed, 15 Aug 2018 12:19:55 -0700 - rev 829405
Push
118778 by mozilla@noorenberghe.ca at Wed, 15 Aug 2018 19:20:24 +0000
Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
MozReview-Commit-ID: KuPMHrF6jaM
0b62b490515854fe28f2ffc1c6db26bfcf73f7c1: Bug 1476345 - Disable the address form save button when the form is invalid. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Wed, 15 Aug 2018 12:07:55 -0700 - rev 829404
Push
118778 by mozilla@noorenberghe.ca at Wed, 15 Aug 2018 19:20:24 +0000
Bug 1476345 - Disable the address form save button when the form is invalid. r=jaws
Tests for this are in the next commit (e.g. test_address_form.html) because this can't be tested properly due to existing tests not filling fields in ways that fire input/change events.
MozReview-Commit-ID: 62CckFP6Ou3
a8d32830f53c1a3493aa468eb06ebeab65a96f34: Bug 1481470 - Stop using xlink:href in SVG (just use href) in remaining parts of the codebase r?jaws
draft
Jeremy Lempereur <jeremy.lempereur@gmail.com> - Wed, 15 Aug 2018 11:55:17 +0200 - rev 829306
Push
118762 by bmo:jeremy.lempereur@gmail.com at Wed, 15 Aug 2018 10:27:47 +0000
Bug 1481470 - Stop using xlink:href in SVG (just use href) in remaining parts of the codebase r?jaws
MozReview-Commit-ID: E10bVjuTkQZ
3955a94b34bce7b90957b090a9ea3d47f6e4e135: Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Wed, 15 Aug 2018 00:43:55 -0700 - rev 829302
Push
118760 by mozilla@noorenberghe.ca at Wed, 15 Aug 2018 07:46:09 +0000
Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
MozReview-Commit-ID: KuPMHrF6jaM
4e6c00d4a12a6e1052bc12fb53c3fb5b878214a4: Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 14 Aug 2018 20:09:30 -0700 - rev 829272
Push
118756 by mozilla@noorenberghe.ca at Wed, 15 Aug 2018 03:10:21 +0000
Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
MozReview-Commit-ID: KuPMHrF6jaM
8d9ad258d92638f7017b8e568f72b11c65d1e516: Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 14 Aug 2018 17:50:16 -0700 - rev 829243
Push
118754 by mozilla@noorenberghe.ca at Wed, 15 Aug 2018 01:07:56 +0000
Bug 1476345 - Only enable relevant fields in address forms and update tests. r=jaws
MozReview-Commit-ID: KuPMHrF6jaM
6658264285b6ce0eef36b7d92cb5a40b751f4215: Bug 1476345 - Disable the address form save button when the form is invalid. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 14 Aug 2018 16:32:24 -0700 - rev 829242
Push
118754 by mozilla@noorenberghe.ca at Wed, 15 Aug 2018 01:07:56 +0000
Bug 1476345 - Disable the address form save button when the form is invalid. r=jaws
Tests for this are in the next commit (e.g. test_address_form.html) because this can't be tested properly due to existing tests not filling fields in ways that fire input/change events.
MozReview-Commit-ID: 62CckFP6Ou3
3d45beaaee246d7f08b7f79d6a7fae2958e5c0d0: Bug 1476345 - Fix debugging names and add records with missing required fields. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 24 Jul 2018 22:14:53 -0700 - rev 829241
Push
118754 by mozilla@noorenberghe.ca at Wed, 15 Aug 2018 01:07:56 +0000
Bug 1476345 - Fix debugging names and add records with missing required fields. r=jaws
MozReview-Commit-ID: LaOJMF6GLuZ
15994306413cbf5b878a8a278e2707afde16667a: Bug 1476345 - Fix console listener to not spew when .message doesn't exist. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 14 Aug 2018 16:26:36 -0700 - rev 829240
Push
118754 by mozilla@noorenberghe.ca at Wed, 15 Aug 2018 01:07:56 +0000
Bug 1476345 - Fix console listener to not spew when .message doesn't exist. r=jaws
Sometimes .errorMessage exists without .message
MozReview-Commit-ID: D4zBJKxfJba
64ae564043411ff18fd659f270ca0e68956734b8: Bug 1476345 - Fix console listener to not spew when .message doesn't exist. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 14 Aug 2018 16:25:18 -0700 - rev 829238
Push
118752 by mozilla@noorenberghe.ca at Tue, 14 Aug 2018 23:26:13 +0000
Bug 1476345 - Fix console listener to not spew when .message doesn't exist. r=jaws
Sometimes .errorMessage exists without .message
MozReview-Commit-ID: D4zBJKxfJba
520e75a9b34c2a9e6f86dcefdc9cbc490734b3db: Bug 1483401 - Fix scrollable area for the payment request page-body. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 14 Aug 2018 16:19:26 -0700 - rev 829237
Push
118752 by mozilla@noorenberghe.ca at Tue, 14 Aug 2018 23:26:13 +0000
Bug 1483401 - Fix scrollable area for the payment request page-body. r=jaws
Differential Revision:
https://phabricator.services.mozilla.com/D3374
MozReview-Commit-ID: C9q3VPKDOXt
89ccbf0db23e336905be45b2fa4388f7e3ab6c90: Bug 1483251 - Clean up bookmarks/history sidebar CSS. r=jaws
Tim Nguyen <ntim.bugs@gmail.com> - Tue, 14 Aug 2018 17:28:16 +0100 - rev 829162
Push
118745 by maglione.k@gmail.com at Tue, 14 Aug 2018 20:34:55 +0000
Bug 1483251 - Clean up bookmarks/history sidebar CSS. r=jaws
a7d69dc796d1fec209805c1dc9b0875f1b3ef056: Bug 1472491: Part 5b - Add AboutReaderChild actor. r=jaws f=felipe
Kris Maglione <maglione.k@gmail.com> - Sun, 29 Jul 2018 19:51:00 -0700 - rev 829080
Push
118745 by maglione.k@gmail.com at Tue, 14 Aug 2018 20:34:55 +0000
Bug 1472491: Part 5b - Add AboutReaderChild actor. r=jaws f=felipe
MozReview-Commit-ID: H2vZT2lim3L
79a59b25e5354e991ba27af9aec9820fe172501a: Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
Paolo Amadini <paolo.mozmail@amadzone.org> - Tue, 14 Aug 2018 15:18:25 +0100 - rev 829070
Push
118745 by maglione.k@gmail.com at Tue, 14 Aug 2018 20:34:55 +0000
Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
This also fixes unintended behavior for which clicking the selected item in the sidebar selector would hide the sidebar.
Differential Revision:
https://phabricator.services.mozilla.com/D3145
f5873a719ec0ba10ca55a09c3a36320ee6abbedb: Bug 1482610 - Part 1 - Move the sidebar title and URL from the broadcasters to a JavaScript object. r=jaws,mixedpuppy
Paolo Amadini <paolo.mozmail@amadzone.org> - Tue, 14 Aug 2018 15:18:03 +0100 - rev 829069
Push
118745 by maglione.k@gmail.com at Tue, 14 Aug 2018 20:34:55 +0000
Bug 1482610 - Part 1 - Move the sidebar title and URL from the broadcasters to a JavaScript object. r=jaws,mixedpuppy
The immediate goal is only to remove the broadcasters, so we still require the labels to be set manually on the "toolbarbutton" and "menuitem" elements. Generating these elements programmatically from the new SidebarUI.sidebars object, both for built-in sidebars and extensions, can be a future improvement.
The autoCheck attribute is also unnecessary since it is only intended for the menu items, and they are already properly updated after their command is invoked. Since the attribute was written with the wrong capitalization, it already had no effect.
The persistence of the label of the sidebar selector is also unnecessary since it is already set on startup. Removing this does not seem to cause any additional flickering.
Differential Revision:
https://phabricator.services.mozilla.com/D3143
15ee7782cf2374aa90d85202b018bba63e33ade3: Bug 1481813 - Part 4 - Remove support for adding generic DOM attributes to page actions. r=jaws
Paolo Amadini <paolo.mozmail@amadzone.org> - Thu, 09 Aug 2018 13:22:20 +0100 - rev 829024
Push
118741 by bmo:kshvmdn@gmail.com at Tue, 14 Aug 2018 18:31:47 +0000
Bug 1481813 - Part 4 - Remove support for adding generic DOM attributes to page actions. r=jaws
Differential Revision:
https://phabricator.services.mozilla.com/D3011
b7531c106b5947faf3edd8a951003d406c6a54dd: Bug 1480934 - Saving Reader View page yields blank page fixed by removing inline style r=jaws,ckerschb
vinoth <cegvinoth@gmail.com> - Tue, 14 Aug 2018 03:26:24 +0000 - rev 828950
Push
118727 by bmo:rbartlensky@mozilla.com at Tue, 14 Aug 2018 10:49:39 +0000
Bug 1480934 - Saving Reader View page yields blank page fixed by removing inline style r=jaws,ckerschb
Differential Revision:
https://phabricator.services.mozilla.com/D2947
189022cf179fa6c4b605a3308fa4e592d986f2f1: Bug 1476345 - Fix debugging names and add records with missing required fields. r=jaws
draft
Matthew Noorenberghe <mozilla@noorenberghe.ca> - Tue, 24 Jul 2018 22:14:53 -0700 - rev 828650
Push
118693 by mozilla@noorenberghe.ca at Mon, 13 Aug 2018 09:07:55 +0000
Bug 1476345 - Fix debugging names and add records with missing required fields. r=jaws
MozReview-Commit-ID: LaOJMF6GLuZ
a9e9c00b0953eaffc0ab654f311dff55affa3415: Bug 1482476 - Align the headings in the Home section with other sections r=jaws
Mark Striemer <mstriemer@mozilla.com> - Fri, 10 Aug 2018 20:47:36 +0000 - rev 828554
Push
118683 by bmo:gl@mozilla.com at Sat, 11 Aug 2018 20:18:50 +0000
Bug 1482476 - Align the headings in the Home section with other sections r=jaws
Differential Revision:
https://phabricator.services.mozilla.com/D3121
2957bdbba3cd2943e5438debe6fd6a34062a89ed: Bug 1472491: Part 5b - Add AboutReaderChild actor. r=jaws f=felipe
draft
Kris Maglione <maglione.k@gmail.com> - Sun, 29 Jul 2018 19:51:00 -0700 - rev 828437
Push
118680 by maglione.k@gmail.com at Fri, 10 Aug 2018 23:04:22 +0000
Bug 1472491: Part 5b - Add AboutReaderChild actor. r=jaws f=felipe
MozReview-Commit-ID: H2vZT2lim3L
354eb3ce07a33a51ee306c871c6d6aa4da18248b: Bug 1482476 - Align the headings in the Home section with other sections r?jaws
draft
Mark Striemer <mstriemer@mozilla.com> - Fri, 10 Aug 2018 13:50:38 -0500 - rev 828342
Push
118671 by bmo:mstriemer@mozilla.com at Fri, 10 Aug 2018 18:51:19 +0000
Bug 1482476 - Align the headings in the Home section with other sections r?jaws
MozReview-Commit-ID: 9rzbQntERVp
98010ec675282db53e3e48491c5efeb1496bfc4c: Bug 1347207 - Implement theme_experiment manifest field. r=jaws
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 23 Jul 2018 18:46:40 +0100 - rev 828224
Push
118651 by bmo:guptatrisha97@gmail.com at Fri, 10 Aug 2018 11:02:58 +0000
Bug 1347207 - Implement theme_experiment manifest field. r=jaws
MozReview-Commit-ID: DuUiVAMcti2
9f6a722db7b300f4cd25be5dfe42c2c43c9882e0: Bug 1481700 - Release clear-selection lock when 'mouseup' event is fired for tabs. r=jaws
Abdoulaye O. Ly <ablayelyfondou@gmail.com> - Thu, 09 Aug 2018 18:47:56 +0000 - rev 828215
Push
118651 by bmo:guptatrisha97@gmail.com at Fri, 10 Aug 2018 11:02:58 +0000
Bug 1481700 - Release clear-selection lock when 'mouseup' event is fired for tabs. r=jaws
Reapply backed out changetset with 'browser/base/content/test/tabs/multiselect_tabs_event.js' tests fixed.
Differential Revision:
https://phabricator.services.mozilla.com/D3037
5ad7b28b1009149d1fb27ed6b8c5e10d2b4727ec: Bug 1458056 - Implement ability to move a selection of tabs into another window through drag and drop. r=jaws
Abdoulaye O. Ly <ablayelyfondou@gmail.com> - Thu, 09 Aug 2018 18:45:52 +0000 - rev 828112
Push
118627 by bmo:jhirsch@mozilla.com at Thu, 09 Aug 2018 21:47:59 +0000
Bug 1458056 - Implement ability to move a selection of tabs into another window through drag and drop. r=jaws
MozReview-Commit-ID: LFFoE6HsBp8
Differential Revision:
https://phabricator.services.mozilla.com/D2986
20d0116ece9a1b88eceaf1876aabd2a162ca5496: Bug 1347207 - Implement theme_experiment manifest field. r=jaws
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 23 Jul 2018 18:46:40 +0100 - rev 828101
Push
118627 by bmo:jhirsch@mozilla.com at Thu, 09 Aug 2018 21:47:59 +0000
Bug 1347207 - Implement theme_experiment manifest field. r=jaws
MozReview-Commit-ID: DuUiVAMcti2
421c12a2837ba777d295a891ff4de9637792011e: Bug 1347207 - Implement theme_experiment manifest field. r=jaws
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 23 Jul 2018 18:46:40 +0100 - rev 828088
Push
118627 by bmo:jhirsch@mozilla.com at Thu, 09 Aug 2018 21:47:59 +0000
Bug 1347207 - Implement theme_experiment manifest field. r=jaws
MozReview-Commit-ID: DuUiVAMcti2
91a30d78c074af8d15dcab9d6069dbaacffc8615: Bug 1347207 - Implement theme_experiment manifest field. r=jaws
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 23 Jul 2018 18:46:40 +0100 - rev 828085
Push
118627 by bmo:jhirsch@mozilla.com at Thu, 09 Aug 2018 21:47:59 +0000
Bug 1347207 - Implement theme_experiment manifest field. r=jaws
MozReview-Commit-ID: DuUiVAMcti2
2fef94584c628da57a59d08f240e32f1e55d6b6e: Bug 1347207 - Implement theme_experiment manifest field. r=jaws
draft
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 23 Jul 2018 18:46:40 +0100 - rev 827974
Push
118615 by bmo:ntim.bugs@gmail.com at Thu, 09 Aug 2018 18:07:50 +0000
Bug 1347207 - Implement theme_experiment manifest field. r=jaws
MozReview-Commit-ID: DuUiVAMcti2
06788d3e7f06820ba944434a379fffbd46f888c1: Bug 1347207 - Implement theme_experiment manifest field. r=jaws
draft
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 23 Jul 2018 18:46:40 +0100 - rev 827950
Push
118603 by bmo:ntim.bugs@gmail.com at Thu, 09 Aug 2018 15:06:40 +0000
Bug 1347207 - Implement theme_experiment manifest field. r=jaws
MozReview-Commit-ID: DuUiVAMcti2
62ffd3057ff5fbdde32f52277eec48296007a426: Bug 1347207 - Implement theme_experiment manifest field. r=jaws
draft
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 23 Jul 2018 18:46:40 +0100 - rev 827848
Push
118598 by bmo:ntim.bugs@gmail.com at Thu, 09 Aug 2018 12:15:59 +0000
Bug 1347207 - Implement theme_experiment manifest field. r=jaws
MozReview-Commit-ID: DuUiVAMcti2