From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/
Date: Sat, 28 Jan 2017 00:32:53 +0000 (UTC) [thread overview]
Message-ID: <1485563546.b427f79d582968b51d0b08f3ab731689c8f4e788.anarchy@gentoo> (raw)
commit: b427f79d582968b51d0b08f3ab731689c8f4e788
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 00:32:26 2017 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 00:32:26 2017 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=b427f79d
www-client/firefox - remove qt patch, qt support stripped in 50.x
.../firefox/files/firefox-45-qt-widget-fix.patch | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/www-client/firefox/files/firefox-45-qt-widget-fix.patch b/www-client/firefox/files/firefox-45-qt-widget-fix.patch
deleted file mode 100644
index 339bec0..0000000
--- a/www-client/firefox/files/firefox-45-qt-widget-fix.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/widget/qt/nsWindow.cpp 2016-02-01 17:41:02.000000000 -0500
-+++ b/widget/qt/nsWindow.cpp 2016-02-04 11:22:02.369759044 -0500
-@@ -594,17 +594,17 @@
- }
-
- NS_IMETHODIMP
- nsWindow::ConfigureChildren(const nsTArray<nsIWidget::Configuration>& aConfigurations)
- {
- for (uint32_t i = 0; i < aConfigurations.Length(); ++i) {
- const Configuration& configuration = aConfigurations[i];
-
-- nsWindow* w = static_cast<nsWindow*>(configuration.mChild);
-+ nsWindow* w = static_cast<nsWindow*>(configuration.mChild.get());
- NS_ASSERTION(w->GetParent() == this,
- "Configured widget is not a child");
-
- LayoutDeviceIntRect wBounds =
- LayoutDeviceIntRect::FromUnknownRect(w->mBounds);
- if (wBounds.Size() != configuration.mBounds.Size()) {
- w->Resize(configuration.mBounds.x, configuration.mBounds.y,
- configuration.mBounds.width, configuration.mBounds.height,
next reply other threads:[~2017-01-28 0:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-28 0:32 Jory Pratt [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-12-20 10:11 [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/ Thomas Deutschmann
2018-04-04 11:04 Lars Wendler
2018-03-31 17:27 Lars Wendler
2016-07-05 15:37 Ian Stakenvicius
2016-05-07 20:38 Ian Stakenvicius
2015-11-12 23:39 Jory Pratt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1485563546.b427f79d582968b51d0b08f3ab731689c8f4e788.anarchy@gentoo \
--to=anarchy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox