Граф коммитов

644397 Коммитов

Автор SHA1 Сообщение Дата
L10n Bumper Bot ce03c323ae no bug - Bumping Fennec l10n changesets r=release a=l10n-bump DONTBUILD
bn -> default
bn-BD -> removed
bn-IN -> removed
2019-03-29 05:00:29 +00:00
Gurzau Raul de178a6f21 Backed out changeset 7d5b25ce9e8f (bug 1531838)for osx mochitest failures on a CLOSED TREE. 2019-03-29 06:38:04 +02:00
Gurzau Raul fa62ace3f1 Backed out changeset b64006992c1c (bug 1479145) for failing at /client/CanvasClient.cpp on a CLOSED TREE. 2019-03-29 06:16:14 +02:00
Csoregi Natalia 381fe44c74 Merge inbound to mozilla-central. a=merge 2019-03-29 06:12:11 +02:00
Gurzau Raul ce6fed5354 Backed out changeset 0c32d04c0665 (bug 1529492) for reftest failures at /bugs/1529492-1.html on a CLOSED TREE. 2019-03-29 06:10:50 +02:00
Gurzau Raul a3606c1a59 Backed out changeset 5c4845fa789b (bug 1535877) for failing at /browser_child_resource.js on a CLOSED TREE. 2019-03-29 06:04:34 +02:00
Markus Stange 36b24261dd Bug 1533562 - Implement titlebar gradient drawing with a new TitlebarGradientView. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D22646

--HG--
extra : moz-landing-system : lando
2019-03-29 02:42:54 +00:00
Markus Stange 41a9adfae7 Bug 1533562 - Always make the content view of ToolbarWindows cover the entire window. r=spohl
Differential Revision: https://phabricator.services.mozilla.com/D22645

--HG--
extra : moz-landing-system : lando
2019-03-29 02:50:05 +00:00
Markus Stange aeade0ea55 Bug 1533562 - Remove override of -[NSThemeFrame _unifiedToolbarFrame]. r=spohl
This override has no effect in CoreAnimation-backed windows. The upcoming
patches will implement an alternative approach.

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

--HG--
extra : moz-landing-system : lando
2019-03-29 02:49:25 +00:00
Markus Stange 158e615d41 Bug 1533562 - Remove code that deals with non-rounded bottom corners on regular windows. r=spohl
Rounded bottom corners have been the default since 10.7.

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

--HG--
extra : moz-landing-system : lando
2019-03-29 02:47:56 +00:00
Markus Stange 1f7021c140 Bug 1533562 - Remove synchronous repaint capability of setTitlebarNeedsDisplayInRect:sync: and also remove the rect parameter because we always pass the same value to it. r=spohl
The synchronous paint was only needed a long time ago when we were calling this
method during drawRect. We're not doing that any more, we usually call it from
viewWillDraw now. But even at the time, forcing a synchronous paint *within*
a paint was extremely sketchy, so best just to remove the code.

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

--HG--
extra : moz-landing-system : lando
2019-03-29 02:42:01 +00:00
Masayuki Nakano ba2e73ec4f Bug 1539172 - Make nsContentUtils::DispatchInputEvent() notify content of valid state change of input element r=smaug
When `nsContentUtils::DispatchInputEvent()` dispatches `input` event, the
editor's value was changed by somebody.  In this case, it needs to update
the valid state **and** notify to update the style.

(Note that I'm not sure whether this is right approach.)

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

--HG--
extra : moz-landing-system : lando
2019-03-28 23:40:18 +00:00
Markus Stange 058a2fee49 Bug 1479145 - Give RGB textures a 32-byte aligned stride in order to improve texture upload efficiency on certain drivers. r=mattwoodrow
In particular, it looks like this alignment is required by the Intel driver on
macOS if you want to avoid CPU copies.

It was already known that the efficiency gains from ClientStorage only
materialize if you follow certain restrictions:
 - The textures need to use the TEXTURE_RECTANGLE_ARB texture target.
 - The textures' format, internalFormat and type need to be chosen from a small
   list of supported configurations. Unsupported configurations will trigger
   format conversions on the CPU.
 - The GL_TEXTURE_STORAGE_HINT_APPLE may need to be set to shared or cached.
 - glTextureRangeAPPLE may or may not make a difference.

It now appears that the stride alignment is another requirement:

When uploading textures which otherwise comply with the above requirements, the
Intel driver will still make copies using the CPU if the texture's stride is not
32-byte aligned. These CPU copies are reflected in a high CPU usage (as observed
in Activity Monitor) and they show up in profiles as time spent inside
_platform_memmove under glrUpdateTexture.

However, when uploading 32-byte stride aligned textures which comply with the
above requirements, this CPU usage goes away. There might still be hardware
copies behind the scenes, but they no longer take up CPU time.

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

--HG--
extra : moz-landing-system : lando
2019-03-29 02:00:03 +00:00
Gurzau Raul 7979d28318 Backed out 2 changesets (bug 1413567) for xpcshell failures on Android platform on a CLOSED TREE.
Backed out changeset ac5ec27136d7 (bug 1413567)
Backed out changeset a18b96a8205d (bug 1413567)
2019-03-29 00:41:28 +02:00
Byron Campen [:bwc] 64d49a0a68 Bug 1535442 - Part 10: Fix bug in presentation API mochitest where ICE candidates were being sent to the wrong PC. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D25064

--HG--
extra : moz-landing-system : lando
2019-03-28 21:45:46 +00:00
Yuri c56af5ef69 Bug 469990: Allow command line arguments to be handed off from a new Firefox/Thunderbird process to an existing one when necessary. r=spohl 2019-03-28 15:00:17 -04:00
Oana Pop Rus 91a3bed789 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-03-28 19:43:15 +02:00
Mellina Yonashiro 23924e188c Bug 1536043 - Box shadow around cards is cut on the sides r=jdescottes,ladybenko
Differential Revision: https://phabricator.services.mozilla.com/D24661

--HG--
extra : moz-landing-system : lando
2019-03-28 17:36:33 +00:00
Mellina Yonashiro bd5eb1b373 Bug 1537772 - Change wording in UI from `runtime` to `browser` r=jdescottes,flod
Differential Revision: https://phabricator.services.mozilla.com/D24664

--HG--
extra : moz-landing-system : lando
2019-03-28 19:21:09 +00:00
Glenn Watson c68614df0d Bug 1377304 - "bootstrap.py" Does Not Support "KDE Neon" r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D25187

--HG--
extra : moz-landing-system : lando
2019-03-28 21:29:51 +00:00
Byron Campen [:bwc] 39c5a6c329 Bug 1531110: Handle setLocalDescription (either offer or answer) with empty sdp string. r=mjf,jib
Depends on D24216

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

--HG--
extra : moz-landing-system : lando
2019-03-28 20:36:45 +00:00
Timothy Nikkel 645ffc22f4 Bug 1413567. Enable retained display lists for android. r=mattwoodrow
Even though we don't look at the chrome value on android in nsLayoutUtils::AreRetainedDisplayListsEnabled(), I flipped it just in case someone looks at that pref somewhere else.

Depends on D25280

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

--HG--
extra : moz-landing-system : lando
2019-03-28 20:25:09 +00:00
Timothy Nikkel 024eb740cb Bug 1413567. Adjust test expectations for RDL on android. r=mattwoodrow
All three failures are small antialiasing differences in the text in the test. The text in the tests aren't even testing anything, they just describe what to expect from the test.

Until we get fuzzy matching in web platform tests (bug 1478472) we just have to mark them as fails, but we can be very specific about the platform, so we're probably still passing these tests on other android jobs if they are run there (not sure).

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

--HG--
extra : moz-landing-system : lando
2019-03-28 21:05:16 +00:00
Oana Pop Rus 6b21ce1bd7 Merge inbound to mozilla-central. a=merge 2019-03-28 19:30:52 +02:00
Oana Pop Rus d2ad5c4e37 Merge autoland to mozilla-central. a=merge 2019-03-28 19:29:18 +02:00
Ryan VanderMeulen 9795215054 Bug 1539800 - Update pdf.js to version 2.2.100. r=bdahl 2019-03-28 09:47:10 -04:00
Oana Pop Rus d9ec36d04f Backed out 3 changesets (bug 1458385) for windows partial bustages. a=backout
Backed out changeset 8036c03c3b51 (bug 1458385)
Backed out changeset 99fa5539c2bd (bug 1458385)
Backed out changeset 9a5f255979c2 (bug 1458385)
2019-03-28 15:13:13 +02:00
Brian Hackett 199bb297a6 Bug 1538397 - Don't use source actor for event listeners with mapped sources, r=ochameau.
--HG--
extra : histedit_source : ff5792d263f849c3a8255371e5570cd842f02a05%2C2fba09ffff23dd9d0901aaabad74c6a1708a30da
2019-03-28 06:50:41 -06:00
Brindusan Cristian c6935ffebe Backed out changeset 827a1c12a137 (bug 1538158) for bc failures at browser_action_searchengine.js. 2019-03-28 14:46:16 +02:00
Francesco Lodolo (:flod) f26673372a Bug 1539620 - Add a brand product string that doesn't change across different channels r=Pike
Differential Revision: https://phabricator.services.mozilla.com/D25193

--HG--
extra : moz-landing-system : lando
2019-03-28 11:44:41 +00:00
Botond Ballo 3efeb40684 Bug 1539687 - Error out if a property name is misspelt in a subtest entry. r=kats
Depends on D25176

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

--HG--
extra : moz-landing-system : lando
2019-03-28 11:09:42 +00:00
Haik Aftandilian 77067ec91d Bug 1539796 - Ccov build: fatal error: 'mozilla/Sandbox.h' file not found r=Alex_Gaynor
Add missing MOZ_SANDBOX preprocessor check before including Sandbox.h to fix the code coverage build.

Remove unused nsMacUtilsImpl.h #include.

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

--HG--
extra : moz-landing-system : lando
2019-03-28 19:40:57 +00:00
David Walsh 89d52ec831 Bug 1539889 - Fix postcss issue in debugger launchpad r=jlast
I agree that we should remove PostCSS but since we have contributors moving to MC, I want to get this fixed ASAP.

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

--HG--
extra : moz-landing-system : lando
2019-03-28 19:44:28 +00:00
James Willcox 73c7980cb9 Bug 1536044 - Fully disable jacoco builds for Android r=agi
Differential Revision: https://phabricator.services.mozilla.com/D25216

--HG--
extra : moz-landing-system : lando
2019-03-28 20:26:45 +00:00
Dale Harvey c8617bd955 Bug 1532730 - Update engines on reload. r=mikedeboer
Differential Revision: https://phabricator.services.mozilla.com/D24192

--HG--
extra : moz-landing-system : lando
2019-03-28 16:32:41 +00:00
Jonathan Kew bf09a3c19d Bug 1539926 - Mark WPT test line-breaking-014.html as failing on Android due to inadequate emoji font support. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D25290

--HG--
extra : moz-landing-system : lando
2019-03-28 19:59:08 +00:00
Dana Keeler 474f810d33 Bug 1538250 - follow-up to remove xperf_whitelist.json entry r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D25250

--HG--
extra : moz-landing-system : lando
2019-03-28 17:05:04 +00:00
Boris Zbarsky cee39034cf Bug 1533874. Make nsIDOMWindowUtils builtinclass. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D25282

--HG--
extra : moz-landing-system : lando
2019-03-28 19:36:50 +00:00
David Walsh 09f42f8e66 Bug 1532359 - Remove Node from library options r=nchevobbe
Removes Node.js as an option for library detection to prevent issues in console.

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

--HG--
extra : moz-landing-system : lando
2019-03-28 16:51:26 +00:00
Luca Greco b8a6dba730 Bug 1348536 - Fix browser_ext_tabs_onUpdated frequent intermittent failures on the test_url test case. r=mixedpuppy
Differential Revision: https://phabricator.services.mozilla.com/D25271

--HG--
extra : moz-landing-system : lando
2019-03-28 19:03:08 +00:00
Geoff Brown 322688e83f Bug 1519580 - Skip test_session_scroll_visual_viewport.html on android/pgo; r=jmaher
Skip mochitest-chrome test failing frequently on android/pgo. This directory of tests
only runs on Android 4.3, so the manifest annotation is simple.

Discussed in bug; see comment 17.

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

--HG--
extra : moz-landing-system : lando
2019-03-28 19:01:32 +00:00
Andrew Halberstadt 92e089081b Bug 1529048 - Add '--rebuild=5' to the perf preset, DONTBUILD, r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D24887

--HG--
extra : moz-landing-system : lando
2019-03-28 16:55:56 +00:00
Tom Schuster e79fae2c02 Bug 1536860 - Remove Array.slice from lib/asm.js. r=jorendorff
This was causing test failures in some uncommon try configurations like fuzzing.

Depends on D24208

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

--HG--
extra : moz-landing-system : lando
2019-03-28 18:35:27 +00:00
Tom Schuster 9d316167b9 Bug 1536860 - Telemetry for deprecated Array generics. r=jorendorff datareview=chutten
Differential Revision: https://phabricator.services.mozilla.com/D24208

--HG--
extra : moz-landing-system : lando
2019-03-28 17:15:37 +00:00
Tom Schuster 0be4c58b6c Bug 1536860 - Warn about deprecated Array generics. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D24207

--HG--
extra : moz-landing-system : lando
2019-03-28 17:15:07 +00:00
Gurzau Raul ed07da8648 Backed out 4 changesets (bug 1525427) for failing at /browser_browsingContext-embedder.js on a CLOSED TREE.
Backed out changeset 0227a59eba8e (bug 1525427)
Backed out changeset 18fba79d8671 (bug 1525427)
Backed out changeset f7c82615ea05 (bug 1525427)
Backed out changeset 4a210c9266ed (bug 1525427)
2019-03-28 20:54:28 +02:00
Oana Pop Rus 1f1d943854 Merge mozilla-central to inbound. a=merge CLOSED TREE 2019-03-28 12:25:27 +02:00
Oana Pop Rus 47e94b5d6e Merge inbound to mozilla-central. a=merge 2019-03-28 12:11:35 +02:00
Nika Layzell 29c843ab84 Bug 1525427 - Part 4: Correctly tear down TabParent within BrowserBridgeParent, r=farre
Differential Revision: https://phabricator.services.mozilla.com/D25184

--HG--
extra : moz-landing-system : lando
2019-03-28 10:08:43 +00:00
Nika Layzell fd91daf96d Bug 1525427 - Part 3: Tests for new WindowGlobal properties, r=farre
Differential Revision: https://phabricator.services.mozilla.com/D25183

--HG--
extra : moz-landing-system : lando
2019-03-28 15:27:27 +00:00