Commit Graph

627021 Commits

Author SHA1 Message Date
Florens Verschelde
e289318fd4 Bug 1512278 - add empty alt text to ToolboxTab icon; r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D13865

--HG--
extra : moz-landing-system : lando
2018-12-06 07:58:15 +00:00
Martin Stransky
0329d23770 Bug 1511951 - [Wayland/EGL] HiDPI - Set scale to EGL window, r=jhorak
- Wayland - Set proper scale to wl_egl_window when it's created and resized
- Wayland - Remove unused gtk_widget_set_app_paintable()

Differential Revision: https://phabricator.services.mozilla.com/D13725

--HG--
extra : moz-landing-system : lando
2018-12-05 19:53:33 +00:00
Martin Stransky
45555dc042 Bug 1489902 - [Wayland/OpenGL] Don't draw to wl_surface owned by GtkWidget (mozcontainer) until it's commited, r=jhorak
Use frame callback to determine if we can draw to wl_surface owned by GtkWidget and use it as a base for EGL Window.

Differential Revision: https://phabricator.services.mozilla.com/D13722

--HG--
extra : moz-landing-system : lando
2018-12-06 11:02:46 +00:00
Csoregi Natalia
3c70e0c917 Merge mozilla-central to autoland. CLOSED TREE 2018-12-06 11:28:36 +02:00
Csoregi Natalia
adec563403 Merge inbound to mozilla-central. a=merge 2018-12-06 11:25:51 +02:00
WR Updater Bot
2492dcf6e6 Bug 1512156 - Update webrender to commit 8a6a53883bc6fe9522730e09b916f4023ee10d51 (WR PR #3387). r=kats
https://github.com/servo/webrender/pull/3387

Differential Revision: https://phabricator.services.mozilla.com/D13893

--HG--
extra : moz-landing-system : lando
2018-12-06 08:43:13 +00:00
yulia
ef8f9622b4 Bug 1512086 - fix console highlighting and update test to fail if it doesnt; r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D13826

--HG--
extra : moz-landing-system : lando
2018-12-05 22:02:36 +00:00
Patrick Brosset
3b848da5e6 Bug 1284852 - Part 3 - Re-format/factor browser_rules_cycle-color.js so it's easier to read; r=miker
Depends on D13808

Differential Revision: https://phabricator.services.mozilla.com/D13809

--HG--
extra : moz-landing-system : lando
2018-12-05 20:16:36 +00:00
Patrick Brosset
e46e005962 Bug 1284852 - Part 2 - Augment the color cycling test to also check cycling after a diffent type as chosen; r=miker
Depends on D13806

Differential Revision: https://phabricator.services.mozilla.com/D13808

--HG--
extra : moz-landing-system : lando
2018-12-05 20:38:02 +00:00
Martin Stransky
0fa47e39e5 Bug 1511973 - [Wayland] Listen for keyboard layout changes on wl_seat again, r=jhorak
We can't listen on GdkDeviceManager as we need to track device changes here. Rvert back
the old working setup based on wl_seat listeners. Also check if the keyboard is already present
(before it's created here) to avoid memory leaks.

Differential Revision: https://phabricator.services.mozilla.com/D13727

--HG--
extra : moz-landing-system : lando
2018-12-05 19:57:04 +00:00
Nicolas Chevobbe
e9ad1155fa Bug 1512257 - Enable reverse search on every channel; r=bgrins.
This patch only removes condition for the preference,
since removing the preference would require more important
code changes that might not be good to land during the
soft freeze.

Differential Revision: https://phabricator.services.mozilla.com/D13857

--HG--
extra : moz-landing-system : lando
2018-12-05 20:40:29 +00:00
Johann Hofmann
fdf4659de3 Bug 1511954 - Remove the "Allowed" label of content blocking categories and put it behind a pref. r=Ehsan
Differential Revision: https://phabricator.services.mozilla.com/D13723

--HG--
extra : moz-landing-system : lando
2018-12-05 22:32:38 +00:00
Patrick Brosset
9d70931958 Bug 1284852 - Part 1 - Set the used unit when appending a color to the rule-view; r=miker
Differential Revision: https://phabricator.services.mozilla.com/D13806

--HG--
extra : moz-landing-system : lando
2018-12-05 16:49:29 +00:00
Justin Wood
7d5d9316d4 Bug 1511924 - Fix bouncer submission for beta/releases by using the proper location. r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D13776

--HG--
extra : moz-landing-system : lando
2018-12-05 15:29:08 +00:00
Marco Castelluccio
a2850b812e Bug 1512146 - Update expected results for some tests using mach try fuzzy. r=ahal
--HG--
extra : rebase_source : 4cf706b219126f90b11c2e17f0401d82fe228aa5
2018-12-04 22:54:36 -05:00
shindli
42d8404c18 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-12-06 06:02:52 +02:00
shindli
d1e42e895d Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-12-05 23:38:42 +02:00
shindli
077738eeba Merge inbound to mozilla-central. a=merge 2018-12-05 23:33:31 +02:00
Cameron McCormack
1ea7c3efc9 Bug 1511854 - Part 2: Fix some more formatting oddities in layout/ after the clang-format. r=TYLin
Depends on D13686

Differential Revision: https://phabricator.services.mozilla.com/D13775

--HG--
extra : moz-landing-system : lando
2018-12-05 18:44:05 +00:00
Cameron McCormack
a9c935c355 Bug 1511854 - Part 1: Fix some formatting oddities in layout/ after the clang-format. r=TYLin
Differential Revision: https://phabricator.services.mozilla.com/D13686

--HG--
extra : moz-landing-system : lando
2018-12-05 18:44:03 +00:00
Gijs Kruitbosch
17c607c69e Bug 1334555 - add logging to toolkit/content/tests/browser/browser_keyevents_during_autoscrolling.js and simplify slightly, rs=test-only,firebot 2018-12-05 18:11:54 +00:00
Andrew Osmond
44950c504e Bug 1510601 - Part 2. Improve recycling of frames when an animation is reset. r=tnikkel
When an animation is reset, we can actually avoid the reallocations by
keeping the frames in the mRecycle and mDiscard queues. There is no real
need to do this. We just need to make sure the recycle rect calculation
is done appropriately, particularly when we haven't reached the end yet
and thus don't know the first frame refresh area yet.

Differential Revision: https://phabricator.services.mozilla.com/D13465
2018-12-05 12:04:20 -05:00
Andrew Osmond
cea6adbea8 Bug 1510601 - Part 1. Move size increments into AnimationFrameBuffer::InsertInternal. r=tnikkel
The size was originally incremented in AnimationFrameBuffer::Insert
however if an animation was reset before we finished decoding, it would
count some frames twice in the counter. Now we increment it inside
InsertInternal, where AnimationFrameDiscardingQueue can make a more
informed decision on whether the frame is a duplicate or not.

Additionally we now fail explicitly when we insert more frames on
subsequent decodes than the original decoders. This will help avoid
getting out of sync with FrameAnimator.

Differential Revision: https://phabricator.services.mozilla.com/D13464
2018-12-05 12:04:20 -05:00
Andrew Osmond
3e702d9e23 Bug 1501923 - Fix crash where we reset an animation just before crossing the discard threshold. r=tnikkel
If an animated frame buffer was reset just before the necessary frame to
cross the discard threshold, followed by said frame being inserted by
the decoder, it would insert a null pointer into the display queue for
the first frame. This is because it assumed that we have always advanced
past the first frame -- which was true, but the reset placed us back at
the beginning.

This would initially manifest to the user as the animation stopping,
since it could not advance past the first frame. Once a memory report
was requested, it would crash because we assume every frame in the
display queue is valid.

This patch removes the assumption about what frame we have advanced to.

Differential Revision: https://phabricator.services.mozilla.com/D13407
2018-12-05 12:04:20 -05:00
L. David Baron
ba24affca1 Bug 1511730 patch 3 - Verify there are no frame state bit conflicts within groups. r=heycam
Without patch 1, this correctly triggers:
Assertion failure: !(bitsUsedPerGroup[group] & bit) (BULLET_FRAME_HAS_FONT_INFLATION must not use a bit already declared within its group), at /home/dbaron/builds/mozilla-central/mozilla/layout/generic/nsFrameStateBits.h:594

Differential Revision: https://phabricator.services.mozilla.com/D13779

--HG--
extra : moz-landing-system : lando
2018-12-05 15:44:01 +00:00
L. David Baron
27dc66a105 Bug 1511730 patch 2 - Refactor the frame state group macros so that there's a unique header for every group. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D13778

--HG--
extra : moz-landing-system : lando
2018-12-05 14:27:37 +00:00
L. David Baron
409fea0775 Bug 1511730 patch 1 - But nsBulletFrame-specific state bits in the correct group. r=heycam
Differential Revision: https://phabricator.services.mozilla.com/D13777

--HG--
extra : moz-landing-system : lando
2018-12-05 14:27:29 +00:00
Jean-Yves Avenard
590f06d6e0 Bug 1509875 - P1. Retrieve extended profile from mp4parse. r=kinetik
Depends on D13765

Differential Revision: https://phabricator.services.mozilla.com/D13766

--HG--
extra : moz-landing-system : lando
2018-12-05 16:54:21 +00:00
Jean-Yves Avenard
fe16899ee1 Bug 1509875 - Cherry-pick mp4parse-rust commit 4472ec104e2b38e6379. r=padenot
Depends on D13755

Differential Revision: https://phabricator.services.mozilla.com/D13756

--HG--
extra : moz-landing-system : lando
2018-12-05 16:54:19 +00:00
Jean-Yves Avenard
836fc05ec7 Bug 1509875 - Update cubeb from upstream to e5c3a1d8a68c. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D13755

--HG--
extra : moz-landing-system : lando
2018-12-04 21:40:49 +00:00
Lina Cambridge
ac99a741ef Bug 1511974 - Set up the mock Push socket in test_permissions.html to avoid network connections. a=testonly
Differential Revision: https://phabricator.services.mozilla.com/D13828

--HG--
extra : moz-landing-system : lando
2018-12-05 16:46:48 +00:00
Simon Fraser
3b161b4252 Bug 1512065 Remove ClamAV scanning from partials input r=tomprince
Differential Revision: https://phabricator.services.mozilla.com/D13761

--HG--
extra : moz-landing-system : lando
2018-12-05 16:41:03 +00:00
Tom Prince
b121ab0ff2 Bug 1507360: Fix flake8 error in run-task; r=gps
Differential Revision: https://phabricator.services.mozilla.com/D13811

--HG--
extra : moz-landing-system : lando
2018-12-05 15:59:51 +00:00
Tom Prince
13af5de7ea Bug 1507360: Fix python3.5 support in fetching hg fingerprints; r=gps
Differential Revision: https://phabricator.services.mozilla.com/D13810

--HG--
extra : moz-landing-system : lando
2018-12-05 16:00:20 +00:00
Tom Prince
84412f33c4 Bug 1507360: Fetch HG fingerprint; r=gps
Differential Revision: https://phabricator.services.mozilla.com/D11966

--HG--
extra : moz-landing-system : lando
2018-12-05 16:19:22 +00:00
Qinghao_Jack_Song
12bc2f9591 Bug 1511454 - Migrate about:plugins to use Fluent for localization r=flod,Gijs,zbraniecki
Differential Revision: https://phabricator.services.mozilla.com/D13681

--HG--
extra : moz-landing-system : lando
2018-12-05 16:06:15 +00:00
Valentin Gosu
4a2272c90f Bug 1506965 - Add assertions that members in bitfields are only used on the main thread r=mayhemer
Differential Revision: https://phabricator.services.mozilla.com/D13245

--HG--
extra : moz-landing-system : lando
2018-12-05 15:58:46 +00:00
Valentin Gosu
bf8dd3ab51 Bug 1506965 - Make variables atomic to avoid data race r=mayhemer
Differential Revision: https://phabricator.services.mozilla.com/D13243

--HG--
extra : moz-landing-system : lando
2018-12-05 15:58:21 +00:00
Cosmin Sabou
c6e7cec8be Merge mozilla-central to autoland. 2018-12-05 18:16:54 +02:00
Cosmin Sabou
1c54238436 Merge mozilla-inbound to mozilla-central. a=merge 2018-12-05 18:15:40 +02:00
Eitan Isaacson
2cd7977288 Bug 1510794 - Implement AccessibilityNodeInfo.ACTION_CLICK natively. r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D13321

--HG--
extra : moz-landing-system : lando
2018-12-05 16:08:01 +00:00
Eitan Isaacson
8e0b1240c1 Bug 1510791 - Add action count to BatchData and set isClickable correctly in Android. r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D13320

--HG--
extra : moz-landing-system : lando
2018-12-05 15:37:24 +00:00
Tooru Fujisawa
17371adba7 Bug 1511385 - Re-format the stack comment in BytecodeEmitter and helper classes. r=jorendorff 2018-12-05 08:46:48 -05:00
Belén Albeza
15cf234f41 Bug 1500332 - Hide connection prompt in This Firefox page. r=jdescottes,daisuke
Differential Revision: https://phabricator.services.mozilla.com/D13075

--HG--
extra : moz-landing-system : lando
2018-12-05 13:44:47 +00:00
Andreas Farre
1fc714c017 Bug 1510928 - Don't assert when setting opener to closed window. r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D13529

--HG--
extra : moz-landing-system : lando
2018-12-05 12:21:17 +00:00
WR Updater Bot
e0ef65f04a Bug 1512157 - Update webrender to commit 7c4162c581978d1a72ed2271a94382290855e227 (WR PR #3384). r=kats
https://github.com/servo/webrender/pull/3384

Differential Revision: https://phabricator.services.mozilla.com/D13799

--HG--
extra : moz-landing-system : lando
2018-12-05 12:18:24 +00:00
WR Updater Bot
5260e7d3ec Bug 1511967 - Update webrender to commit 6887ae38af2957ff04c6b33166ead0d9049bb0c1 (WR PR #3377). r=kats
https://github.com/servo/webrender/pull/3377

Differential Revision: https://phabricator.services.mozilla.com/D13796

--HG--
extra : moz-landing-system : lando
2018-12-05 12:11:48 +00:00
Cosmin Sabou
69f9d5002c Merge mozilla-inbound to mozilla-central. a=merge 2018-12-05 12:19:43 +02:00
Cosmin Sabou
631d5b3bc1 Backed out 2 changesets (bug 1508726) as requested by whimboo for TestMarionette.test_application_update_disabled permafails.
Backed out changeset 5c59407599f6 (bug 1508726)
Backed out changeset 766ba8a6c875 (bug 1508726)
2018-12-05 09:49:46 +02:00
Cosmin Sabou
5d8f09e4fd Backed out 6 changesets (bug 1504756) for wpt failures on webdriver/tests/execute_script/promise.py
Backed out changeset d808b528532a (bug 1504756)
Backed out changeset 30d345cce5be (bug 1504756)
Backed out changeset a8ea6d01fbe1 (bug 1504756)
Backed out changeset ba627a1b61dc (bug 1504756)
Backed out changeset c90e4b2e1b28 (bug 1504756)
Backed out changeset 04da1f01afba (bug 1504756)
2018-12-05 08:33:46 +02:00