searching for reviewer(enndeakin)
ffba3ac1d2bb4064bc7eeb398ed119cb0a28210e: Bug 1498769 - Also require a frame for an <option> to be interactively selectable. r=enndeakin
Mats Palmgren <mats@mozilla.com> - Wed, 17 Oct 2018 00:13:06 +0200 - rev 441552
Push
34867 by shindli@mozilla.com at Wed, 17 Oct 2018 00:55:53 +0000
Bug 1498769 - Also require a frame for an <option> to be interactively selectable. r=enndeakin
c5be7e57ba0cd7768e77b73614750c8f0bfdc596: Bug 1489967 - Keep active state when Firefox is moved to background and focusmanager test mode is enabled. r=enndeakin
Henrik Skupin <mail@hskupin.info> - Mon, 10 Sep 2018 15:03:04 +0200 - rev 436667
Push
34655 by ncsoregi@mozilla.com at Mon, 17 Sep 2018 09:50:26 +0000
Bug 1489967 - Keep active state when Firefox is moved to background and focusmanager test mode is enabled. r=enndeakin
The test mode can be used to virtually give a Chrome window the
focus even with Firefox being in the background.
Currently when such a window has the focus and another application
is moved to the foreground, the active state is lost. This means that
for example Selenium tests which are run in parallel and using
different instances of Firefox will not receive the expected
"focus" and "blur" events.
This patch checks for the test mode and if enabled doesn't
lower the window, which will keep the focused state.
6abe84479a9e01d0a22d318ac9bf14d2a79a4ca9: Bug 1486845 - Remove unused eventNode handling in tabbox. r=enndeakin
Dão Gottwald <dao@mozilla.com> - Wed, 29 Aug 2018 12:38:05 +0200 - rev 434395
Push
34553 by csabou@mozilla.com at Sat, 01 Sep 2018 09:30:06 +0000
Bug 1486845 - Remove unused eventNode handling in tabbox. r=enndeakin
db6e8f0ee6b45d11799fbf9fa2924d49b7c14480: Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,r=nika
Anny Gakhokidze <agakhokidze@mozilla.com> - Mon, 18 Jun 2018 23:43:31 -0400 - rev 432914
Push
34490 by cbrindusan@mozilla.com at Wed, 22 Aug 2018 22:00:40 +0000
Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,r=nika
In DataTransfer, change mozItemCount, mozTypesAt, mozClearDataAt, mozSetDataAt,
mozGetDataAt APIs to be ChromeOnly.
MozReview-Commit-ID: 9uJ9ncrcBL2
485fdf8e37e801c10fa32190481d8c1f3f7310b3: Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,nika
Anny Gakhokidze <agakhokidze@mozilla.com> - Mon, 18 Jun 2018 23:43:31 -0400 - rev 431017
Push
34419 by btara@mozilla.com at Sat, 11 Aug 2018 03:43:33 +0000
Bug 1453153 - Initial removal of moz* APIs in DataTransfer, r=enndeakin,nika
In DataTransfer, change mozItemCount, mozTypesAt, mozClearDataAt, mozSetDataAt,
mozGetDataAt APIs to be ChromeOnly.
MozReview-Commit-ID: 9uJ9ncrcBL2
647fdd384a5e451b4b8db0e5be9796bf61f0082e: Bug 1461465 - Implement async Clipboard APIs, r=nika,r=enndeakin
Anny Gakhokidze <agakhokidze@mozilla.com> - Thu, 31 May 2018 11:57:57 -0400 - rev 429458
Push
34364 by btara@mozilla.com at Tue, 31 Jul 2018 21:59:26 +0000
Bug 1461465 - Implement async Clipboard APIs, r=nika,r=enndeakin
MozReview-Commit-ID: 3vCxbaGZtiv
7b42110e827beb8a59ec056708a02651177360a1: Bug 1461465 - Implement async Clipboard APIs, r=nika,enndeakin
Anny Gakhokidze <agakhokidze@mozilla.com> - Thu, 31 May 2018 11:57:57 -0400 - rev 427828
Push
34318 by ccoroiu@mozilla.com at Mon, 23 Jul 2018 21:44:05 +0000
Bug 1461465 - Implement async Clipboard APIs, r=nika,enndeakin
MozReview-Commit-ID: 3vCxbaGZtiv
86bce8df51525f421a99cb1cee31f37cf1ddf3e1: Bug 1461465 - Part 1: Implement async Clipboard APIs, r=nika,enndeakin
Anny Gakhokidze <agakhokidze@mozilla.com> - Thu, 31 May 2018 11:57:57 -0400 - rev 427822
Push
34318 by ccoroiu@mozilla.com at Mon, 23 Jul 2018 21:44:05 +0000
Bug 1461465 - Part 1: Implement async Clipboard APIs, r=nika,enndeakin
MozReview-Commit-ID: 3vCxbaGZtiv
b2d89deed396b53e78f90180ca8cf2f918bacf6f: Bug 1460691 - Support tooltips in top level non-XUL windows. r=enndeakin+6102,mats+6102
Brendan Dahl <brendan.dahl@gmail.com> - Tue, 03 Jul 2018 14:20:43 -0700 - rev 426583
Push
34276 by ncsoregi@mozilla.com at Sat, 14 Jul 2018 09:41:08 +0000
Bug 1460691 - Support tooltips in top level non-XUL windows. r=enndeakin+6102,mats+6102
Add an anonymous XUL tooltip node to toplevel non-XUL windows. Setup a
nsXULTooltipListener on non-XUL nsXULWindows. Make nsXULTooltipListener
always use the default tooltip in the non-XUL case.
MozReview-Commit-ID: Koe5m8PwMQM
3af5036936c12d911a0a3de1ef86f692e7878486: Bug 1454358, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102
Emma Malysz <emalysz@mozilla.com> - Mon, 25 Jun 2018 10:11:31 -0700 - rev 426415
Push
34272 by ebalazs@mozilla.com at Fri, 13 Jul 2018 08:51:04 +0000
Bug 1454358, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102
MozReview-Commit-ID: LBQ0RoS0ZVc
b099e7e0b26494e0b2cdc549f75ff19291627968: Bug 1454358, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102
Emma Malysz <emalysz@mozilla.com> - Mon, 25 Jun 2018 10:11:31 -0700 - rev 426249
Push
34268 by ebalazs@mozilla.com at Thu, 12 Jul 2018 09:27:31 +0000
Bug 1454358, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102
MozReview-Commit-ID: LBQ0RoS0ZVc
260d05b38752cc901f956b5a303da994e29f9556: Bug 1472787 - Remove hiddenWindow.xul from non-mac builds r=enndeakin+6102
Brian Grinstead <bgrinstead@mozilla.com> - Mon, 02 Jul 2018 13:41:32 -0700 - rev 424886
Push
34226 by rgurzau@mozilla.com at Wed, 04 Jul 2018 09:57:31 +0000
Bug 1472787 - Remove hiddenWindow.xul from non-mac builds r=enndeakin+6102
This is never referenced in non-OSX, so don't build the file at all,
and remove the preprocessor directive from the file itself.
MozReview-Commit-ID: IqhSuZWxbkJ
1f16a2ff45ab492025e42afb8122f4d52cb24c0b: Bug 1334981 - Backed out changeset d6ca24ba3673 for regression caused by bug 887718. r=enndeakin+6102
Henrik Skupin <mail@hskupin.info> - Thu, 07 Jun 2018 15:48:48 +0200 - rev 421886
Push
34108 by aiakab@mozilla.com at Fri, 08 Jun 2018 09:54:54 +0000
Bug 1334981 - Backed out changeset d6ca24ba3673 for regression caused by
bug 887718. r=enndeakin+6102
MozReview-Commit-ID: 9hIcRVRseO1
ef26c00223691ade20d344707e30220580d664aa: Bug 1456703 - Remove nsIDOMXULTextBoxElement r=enndeakin+6102
Brian Grinstead <bgrinstead@mozilla.com> - Thu, 26 Apr 2018 15:17:00 -0700 - rev 415925
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1456703 - Remove nsIDOMXULTextBoxElement r=enndeakin+6102
MozReview-Commit-ID: 6ZRzVq1bJjz
3e0ca85e69704884e8ff91b0ab4cbfa517d5bbd5: Bug 1456703 - Stop using nsIDOMXULTextBoxElement to detect XUL textboxes r=enndeakin+6102
Brian Grinstead <bgrinstead@mozilla.com> - Thu, 26 Apr 2018 15:15:10 -0700 - rev 415924
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1456703 - Stop using nsIDOMXULTextBoxElement to detect XUL textboxes r=enndeakin+6102
This is used in JS via instanceof checks, and in C++ only to get the `inputField`
attribute (the actual HTML input or textarea). We can swap out instanceof by checking
the tag name, and we can directly query for the input field from C++.
MozReview-Commit-ID: 7xpHQMYzYhD
30abf100e11761be2162e1b0a7b42993d9d3b5ae: Bug 1450017 - Part VII, Remove unused CSS rules in macOS resizer.css r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 10 Apr 2018 07:41:52 +0800 - rev 415873
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1450017 - Part VII, Remove unused CSS rules in macOS resizer.css r=enndeakin+6102
- There is no longer any resizer[type="window] in the tree (was added in
bug 556645)
- min-width/height was added to ensure the minimum dimensions, but
intrinsic size of native and non-native resizer widget are already
bigger than the size set (and there is no way to overwrite it).
See
bug 636564 comment 71.
MozReview-Commit-ID: A8uYkwoJiVy
d50230b89a1e8b365d98d51d1f2cefccb124ee42: Bug 1450017 - Part VI, Remove the resizer binding r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 10 Apr 2018 21:29:19 +0800 - rev 415872
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1450017 - Part VI, Remove the resizer binding r=enndeakin+6102
We unfortunately cannot move the reference of resizer.css to components.css,
because the style is needed in web content.
MozReview-Commit-ID: 80P3hTtQD14
eabdcd541092ef9974ae8ec4fa5802704f4b8722: Bug 1450017 - Part V, Remove rtl="true" attribute from resizer r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 10 Apr 2018 21:25:15 +0800 - rev 415871
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1450017 - Part V, Remove rtl="true" attribute from resizer r=enndeakin+6102
This patch changes the direction context the dir=bottomend/bottomstart value
from the CSS direction property value to locale dir, with the help
from :-moz-locale-dir(rtl) selector.
The change is justified because:
- In the web content, we have since rely on the nsScrollFrame to set the
direction explicity.
- XUL window should always render in the application locale; it should be
fine to disregard direction property set in the local document DOM teee,
as it is unlikely to be differ than the locale dir.
This remove the one last bit of JavaScript from the resizer binding.
MozReview-Commit-ID: AweJ5GARNUE
407774fc7c7a3455134bfa3cad5a8c3a6ebe21ac: Bug 1450017 - Part IV, Always set resizer direction explicitly in ScrollFrameHelper::CreateAnonymousContent() r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 10 Apr 2018 21:10:29 +0800 - rev 415870
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1450017 - Part IV, Always set resizer direction explicitly in ScrollFrameHelper::CreateAnonymousContent() r=enndeakin+6102
Given that we have access to the RTL/writing modes information via
ScrollFrameHelper::IsPhysicalLTR(), set the dir to bottomleft/bottomright
instead of context-aware value bottomend.
MozReview-Commit-ID: Lfe053WOsY2
4ffb62df7a592d892b528ab91d98e85b2a3d8a90: Bug 1450017 - Part III, Replace direction: rtl with localedir="rtl" in resizer reftests r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 10 Apr 2018 08:02:41 +0800 - rev 415869
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1450017 - Part III, Replace direction: rtl with localedir="rtl" in resizer reftests r=enndeakin+6102
This change would bring the tests closer to the real world scenario
MozReview-Commit-ID: 9fslEo8w8Zi
2d1c525b54047b1408cae2453375a1a2e315def7: Bug 1450017 - Part II, Reftest for non-native-theme resizer r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Wed, 04 Apr 2018 15:56:07 +0800 - rev 415868
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1450017 - Part II, Reftest for non-native-theme resizer r=enndeakin+6102
This set of tests, copied from native-theme resizer reftests, ensure
the style of non-native-theme resizer.
MozReview-Commit-ID: 52miLT8h7Xe
dd262c337f19cc60d458d24760637c9fe2d34a2e: Bug 1450017 - Part I, Package resizer-rtl.png correctly on Linux r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Wed, 11 Apr 2018 09:41:02 +0800 - rev 415867
Push
33911 by csabou@mozilla.com at Fri, 27 Apr 2018 10:01:39 +0000
Bug 1450017 - Part I, Package resizer-rtl.png correctly on Linux r=enndeakin+6102
It was never included in the manifest from file creation in
bug 554810.
The error went undetected for 8 years, because the Linux manifest overwrites
the Windows one, and the Windows file goes to the same name (with a similar
look) gets packaged.
MozReview-Commit-ID: HXFxD0KmSYA
583940ed5be79dbc03ff7d148194ce28fc5eedd4: Bug 1456591 - Underline only the accesskey in XUL UI. r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Wed, 25 Apr 2018 10:51:45 -0700 - rev 415843
Push
33910 by shindli@mozilla.com at Thu, 26 Apr 2018 21:39:52 +0000
Bug 1456591 - Underline only the accesskey in XUL UI. r=enndeakin+6102
MozReview-Commit-ID: 3x1hQSJ1yTW
f240cf49fff8832d31b77334aff826113dd31d59: Bug 1456588 part 6. Change nsXULCommandDispatcher::GetRootFocusedContentAndWindow to return Element. r=enndeakin
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 26 Apr 2018 10:37:47 -0400 - rev 415785
Push
33910 by shindli@mozilla.com at Thu, 26 Apr 2018 21:39:52 +0000
Bug 1456588 part 6. Change nsXULCommandDispatcher::GetRootFocusedContentAndWindow to return Element. r=enndeakin
b64df38f5117a598d9036cbdf367acdb212ea23e: Bug 1456588 part 5. Store an Element as the focused content in the focus manager. r=enndeakin
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 26 Apr 2018 10:37:47 -0400 - rev 415784
Push
33910 by shindli@mozilla.com at Thu, 26 Apr 2018 21:39:52 +0000
Bug 1456588 part 5. Store an Element as the focused content in the focus manager. r=enndeakin
e419e7f9947999ecd704e45ef5e4525191bbf48e: Bug 1456588 part 4. Change nsFocusManager guts to make it clearer that the focused thing is always an Element. r=enndeakin
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 26 Apr 2018 10:37:47 -0400 - rev 415783
Push
33910 by shindli@mozilla.com at Thu, 26 Apr 2018 21:39:52 +0000
Bug 1456588 part 4. Change nsFocusManager guts to make it clearer that the focused thing is always an Element. r=enndeakin
I couldn't find a good way to make this incremental without adding QIs and
AsElement() in various places....
927fe6220136608b1f809435686fa6b2d21457c6: Bug 1456588 part 3. Change nsFocusManager::SetFocusInner to take Element. r=enndeakin
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 26 Apr 2018 10:37:47 -0400 - rev 415782
Push
33910 by shindli@mozilla.com at Thu, 26 Apr 2018 21:39:52 +0000
Bug 1456588 part 3. Change nsFocusManager::SetFocusInner to take Element. r=enndeakin
73369777ac65280d8b58b7885de1f98d9538118f: Bug 1456588 part 2. Change nsIFocusManager::MoveFocus to take Element. r=enndeakin
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 26 Apr 2018 10:37:47 -0400 - rev 415781
Push
33910 by shindli@mozilla.com at Thu, 26 Apr 2018 21:39:52 +0000
Bug 1456588 part 2. Change nsIFocusManager::MoveFocus to take Element. r=enndeakin
f4ed3bc2cd85de4c75b946cd3a780237add780f7: Bug 1456588 part 1. Change nsIFocusManager::SetFocus to take Element. r=enndeakin
Boris Zbarsky <bzbarsky@mit.edu> - Thu, 26 Apr 2018 10:37:46 -0400 - rev 415780
Push
33910 by shindli@mozilla.com at Thu, 26 Apr 2018 21:39:52 +0000
Bug 1456588 part 1. Change nsIFocusManager::SetFocus to take Element. r=enndeakin
d3b5dfca6a90a05875837d846c3b299690b6e10b: Bug 1431246 - Create and update scrollbar markup in nsScrollbarFrame r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Mon, 09 Apr 2018 22:01:02 +0800 - rev 415412
Push
33895 by rgurzau@mozilla.com at Wed, 25 Apr 2018 09:35:01 +0000
Bug 1431246 - Create and update scrollbar markup in nsScrollbarFrame r=enndeakin+6102
nsScrollbarFrame::CreateAnonymousContent() would create the children
markup originally created by XBL. The attributes updated by XBL attribute
inheritance is updated by nsScrollbarFrame::UpdateChildrenAttributeValue().
This removes the XBL part of the scrollbar implementation.
MozReview-Commit-ID: FWi3HR2qkwF
6633de988dabbf9b3f137ef509cc26a058abc7c1: Bug 1455359 - Remove autoCheck attribute from nsIDOMXULCheckboxElement and nsIDOMXULButtonElement; r=enndeakin+6102
Brian Grinstead <bgrinstead@mozilla.com> - Sat, 21 Apr 2018 07:03:23 -0700 - rev 415063
Push
33888 by aciure@mozilla.com at Tue, 24 Apr 2018 01:13:25 +0000
Bug 1455359 - Remove autoCheck attribute from nsIDOMXULCheckboxElement and nsIDOMXULButtonElement; r=enndeakin+6102
MozReview-Commit-ID: FUxsIf23z7e
5b92973b85fc1031bed2345bc143a617bfa5f79d: Bug 1446522 - don't return NS_ERROR_FAILURE for cut/copy/paste even when there's no selection, r=enndeakin+6102
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 26 Mar 2018 20:18:05 +0100 - rev 412828
Push
33819 by shindli@mozilla.com at Wed, 11 Apr 2018 23:44:45 +0000
Bug 1446522 - don't return NS_ERROR_FAILURE for cut/copy/paste even when there's no selection, r=enndeakin+6102
MozReview-Commit-ID: AhToM4sAjJn
de4ceede58ecf75ce76e5442b241926c06d35843: Bug 1448531 - Part 5: Add BrowserTestUtils.waitForNewWindow and use it in tests for drag-and-drop URLs for window. r=enndeakin
Tooru Fujisawa <arai_a@mac.com> - Tue, 10 Apr 2018 12:18:35 +0900 - rev 412531
Push
33806 by ncsoregi@mozilla.com at Tue, 10 Apr 2018 09:57:15 +0000
Bug 1448531 - Part 5: Add BrowserTestUtils.waitForNewWindow and use it in tests for drag-and-drop URLs for window. r=enndeakin
b6bbfaef732e42910ca7b1a2c110f4f15b0f443e: Bug 1448531 - Part 4: Add maybeErrorPage parameter to BrowserTestUtils.waitForNewWindow and BrowserTestUtils.browserLoaded. r=enndeakin
Tooru Fujisawa <arai_a@mac.com> - Tue, 10 Apr 2018 12:18:35 +0900 - rev 412530
Push
33806 by ncsoregi@mozilla.com at Tue, 10 Apr 2018 09:57:15 +0000
Bug 1448531 - Part 4: Add maybeErrorPage parameter to BrowserTestUtils.waitForNewWindow and BrowserTestUtils.browserLoaded. r=enndeakin
ab9912ab15f7daf6d0fea0fabdaed1d7b07fce88: Bug 1448531 - Part 3: Add anyWindow parameter to BrowserTestUtils.waitForNewWindow. r=enndeakin
Tooru Fujisawa <arai_a@mac.com> - Tue, 10 Apr 2018 12:18:35 +0900 - rev 412529
Push
33806 by ncsoregi@mozilla.com at Tue, 10 Apr 2018 09:57:15 +0000
Bug 1448531 - Part 3: Add anyWindow parameter to BrowserTestUtils.waitForNewWindow. r=enndeakin
0a6b2d9e232e47cbb718190056576f0bca79c2e5: Bug 1448531 - Part 2: Make BrowserTestUtils.waitForNewWindow receive parameters object. r=enndeakin
Tooru Fujisawa <arai_a@mac.com> - Tue, 10 Apr 2018 12:18:35 +0900 - rev 412528
Push
33806 by ncsoregi@mozilla.com at Tue, 10 Apr 2018 09:57:15 +0000
Bug 1448531 - Part 2: Make BrowserTestUtils.waitForNewWindow receive parameters object. r=enndeakin
f344c2aa32c929855c05250e1a58bde0ece1d0b0: Bug 1448531 - Part 1: Use BrowserTestUtils.waitForNewTab in tests for drag-and-drop URLs for tab. r=enndeakin
Tooru Fujisawa <arai_a@mac.com> - Tue, 10 Apr 2018 12:18:34 +0900 - rev 412527
Push
33806 by ncsoregi@mozilla.com at Tue, 10 Apr 2018 09:57:15 +0000
Bug 1448531 - Part 1: Use BrowserTestUtils.waitForNewTab in tests for drag-and-drop URLs for tab. r=enndeakin
031bed4cc2cd9776ae817d2cffb51986fc1dd1bb: Bug 1437302 - Fix width of textbox[type=number] consumers. r=enndeakin+6102,Paolo
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 26 Mar 2018 14:34:39 +0200 - rev 412415
Push
33803 by apavel@mozilla.com at Mon, 09 Apr 2018 21:54:49 +0000
Bug 1437302 - Fix width of textbox[type=number] consumers. r=enndeakin+6102,Paolo
MozReview-Commit-ID: FDLTBoJgZLT
67fc44096e91b44e41b8c8ea900e28453966ffb1: Bug 1439988: Use a full progress meter to avoid flakiness from animation. r=enndeakin
David Major <dmajor@mozilla.com> - Wed, 28 Mar 2018 12:32:10 -0400 - rev 410494
Push
33729 by rgurzau@mozilla.com at Wed, 28 Mar 2018 21:55:49 +0000
Bug 1439988: Use a full progress meter to avoid flakiness from animation. r=enndeakin
baf5f13569695b9efbad29ead950218e0be027a8: Bug 1446522 - don't return NS_ERROR_FAILURE for cut/copy/paste even when there's no selection, r=enndeakin+6102
Gijs Kruitbosch <gijskruitbosch@gmail.com> - Mon, 26 Mar 2018 20:18:05 +0100 - rev 410394
Push
33728 by rgurzau@mozilla.com at Wed, 28 Mar 2018 21:54:22 +0000
Bug 1446522 - don't return NS_ERROR_FAILURE for cut/copy/paste even when there's no selection, r=enndeakin+6102
MozReview-Commit-ID: AhToM4sAjJn
dd2d726b75ab4d34b678dbfadb7b1386c46f2c52: Bug 1445099 - Remove unused properties from browser binding. r=enndeakin
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 26 Mar 2018 16:32:37 +0200 - rev 410025
Push
33717 by btara@mozilla.com at Tue, 27 Mar 2018 09:13:26 +0000
Bug 1445099 - Remove unused properties from browser binding. r=enndeakin
2ccae202b2c29a49f51fd3c81297b738bc7ce5ac: Bug 1445099 - Remove unused properties from browser binding. r=enndeakin
Tim Nguyen <ntim.bugs@gmail.com> - Mon, 26 Mar 2018 16:28:06 +0200 - rev 410023
Push
33717 by btara@mozilla.com at Tue, 27 Mar 2018 09:13:26 +0000
Bug 1445099 - Remove unused properties from browser binding. r=enndeakin
6acd877b6f2828436fa058f4982eb08593019589: Bug 1446264 part 4 - Add an approach to remove all persisted values of a document. r=enndeakin+6102
Xidorn Quan <me@upsuper.org> - Mon, 19 Mar 2018 14:34:44 +1100 - rev 409922
Push
33714 by ccoroiu@mozilla.com at Mon, 26 Mar 2018 21:38:52 +0000
Bug 1446264 part 4 - Add an approach to remove all persisted values of a document. r=enndeakin+6102
MozReview-Commit-ID: B3KNa9beJH9
e4cc022b417a1268fa063fe054aa79f3c141c2e2: Bug 1402380 - Set text/x-moz-url flavor of data transfer for places container with URLs inside it. r=enndeakin
Tooru Fujisawa <arai_a@mac.com> - Sun, 25 Mar 2018 17:23:48 +0900 - rev 409866
Push
33708 by cbrindusan@mozilla.com at Sun, 25 Mar 2018 21:45:18 +0000
Bug 1402380 - Set text/x-moz-url flavor of data transfer for places container with URLs inside it. r=enndeakin
0c3cc2c687235cf79735312772b697366337d558: Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 20 Mar 2018 17:21:19 +0800 - rev 409576
Push
33692 by nbeleuzu@mozilla.com at Fri, 23 Mar 2018 09:49:37 +0000
Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
MozReview-Commit-ID: KWC9HpTzig
de560a993de186d0a3f541e17d3879c9e34836b3: Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 20 Mar 2018 17:21:19 +0800 - rev 409490
Push
33689 by nerli@mozilla.com at Thu, 22 Mar 2018 22:52:18 +0000
Bug 1446157 - Remove unused grippy binding r=enndeakin+6102
MozReview-Commit-ID: KWC9HpTzig
d13b217327221a893a50b4639e5998e8da50a799: Bug 1444193 - Remove the ability to load full xul.css in non-XUL document. r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Thu, 08 Mar 2018 13:39:58 -0800 - rev 409480
Push
33689 by nerli@mozilla.com at Thu, 22 Mar 2018 22:52:18 +0000
Bug 1444193 - Remove the ability to load full xul.css in non-XUL document. r=enndeakin+6102
With
bug 1444489, there is no longer a need to load the full xul.css into HTML
documents. This patch remove that ability and keep it as an assertion.
MozReview-Commit-ID: ChBdRts6PFX
af69031d49a03f750c59bf762a059d64a3b2b487: Bug 1446264 part 6 - Add an approach to remove all persisted values of a document. r=enndeakin+6102
Xidorn Quan <me@upsuper.org> - Mon, 19 Mar 2018 14:34:44 +1100 - rev 409361
Push
33686 by apavel@mozilla.com at Thu, 22 Mar 2018 09:30:27 +0000
Bug 1446264 part 6 - Add an approach to remove all persisted values of a document. r=enndeakin+6102
MozReview-Commit-ID: B3KNa9beJH9
9a32a6c5e7a7e0f25684ac250ae04db2ac972f36: Bug 1446009 - Remove groupbox-base binding by moving groupbox.css into components.css r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 20 Mar 2018 15:15:40 +0800 - rev 409217
Push
33680 by aiakab@mozilla.com at Wed, 21 Mar 2018 19:11:51 +0000
Bug 1446009 - Remove groupbox-base binding by moving groupbox.css into components.css r=enndeakin+6102
MozReview-Commit-ID: 1XVuuXNX0Eq
cff47a58fcb61f888e0af8c318720dadd5066f73: Bug 1442795 - Remove scale-thumb and scale-slider bindings r=enndeakin+6102
Timothy Guan-tin Chien <timdream@gmail.com> - Fri, 02 Mar 2018 17:03:13 -0800 - rev 406930
Push
33586 by shindli@mozilla.com at Thu, 08 Mar 2018 00:19:04 +0000
Bug 1442795 - Remove scale-thumb and scale-slider bindings r=enndeakin+6102
Both bindings contain no content to be styled, and their own styles are applied by
<resources> import from the scale binding.
This patch also moves the binding rules from minimal-xul.css to xul.css, given that
while <scale> is used in <videocontrols>, HTML documents containing <video> or <audio>
will load the full xul.css.
MozReview-Commit-ID: JrmMqsWhnhd