Jonathan Kingston
873b26107e
Bug 1490257 - Add asserts into loadURI where we imply SystemPrincipal. r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D10221
--HG--
extra : moz-landing-system : lando
2018-10-31 18:00:40 +00:00
Patrick Brosset
1be47d2001
Bug 1501066 - part 2 - Simplify flexibility info and bail out when useless; r=mtigley
...
In cases where an item did not grow or shrink, devtools doesn't really have access
to any useful information about how the item might have wanted to flex.
So in this change, I'm just making sure we don't attempt to display this info at
all, because it's basically incorrect otherwise.
Depends on D10235
Differential Revision: https://phabricator.services.mozilla.com/D10236
--HG--
extra : moz-landing-system : lando
2018-10-31 17:49:14 +00:00
Jonathan Kingston
2a8b750345
Bug 1502743 - Replace black/whitelist within caps to block/allowlist r=ckerschb
...
Differential Revision: https://phabricator.services.mozilla.com/D10013
--HG--
extra : moz-landing-system : lando
2018-10-31 17:56:43 +00:00
Brad Werth
2f0ecf4098
Bug 1500933 Part 2: Avoid sending events from ChangesActor until we've verified there's a listener. r=rcaliman
...
Depends on D10119
Differential Revision: https://phabricator.services.mozilla.com/D10120
--HG--
extra : moz-landing-system : lando
2018-10-31 17:22:27 +00:00
Brad Werth
30273bf612
Bug 1500933 Part 1: Define a ChangesActor no-op method for use by the client to instantiate the actor. r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D10119
--HG--
extra : moz-landing-system : lando
2018-10-31 17:49:22 +00:00
Patrick Brosset
7c6a3074de
Bug 1501066 - part 1 - Remove 'there was/nt enough room' part as it's sometimes incorrect; r=mtigley
...
dholbert and I discussed about this, it actually does not make sense to be saying that there
was or was not enough room on the line for all items, because we can't know this for sure.
So this part was essentially giving false information to users.
It's kind of tricky, since it varies on each run of the flex algorithm.
In the scenario where an item gets clamped (or multiple items get clamped in successive runs),
then the answer to those questions are iffy (& different for each item, potentially).
Differential Revision: https://phabricator.services.mozilla.com/D10235
--HG--
extra : moz-landing-system : lando
2018-10-31 13:58:44 +00:00
Ashley Hauck
0262b6528c
Bug 1487022 - Fix repeated bailouts when constant-folding a never-ran 1/0. r=tcampbell
...
Depends on D8446
Differential Revision: https://phabricator.services.mozilla.com/D6067
--HG--
extra : moz-landing-system : lando
2018-10-31 17:31:03 +00:00
Ashley Hauck
cc606364e6
Bug 1487022 - Use MOZ_RELEASE_ASSERT for builtins that take int32 values. r=tcampbell
...
The arguments to the intrinsics here are not guaranteed to be int32s,
however, if a double enters the intrinsic, that's probably a bug in our
builtin javascript. Values should be converted to int32 before being
passed in, with `|0`.
Differential Revision: https://phabricator.services.mozilla.com/D8446
--HG--
extra : moz-landing-system : lando
2018-10-31 17:28:41 +00:00
Oriol Brufau
d57ad11213
Bug 1503600 - Reorder "Manage Extension" and "Remove Extension" in browserAction context menu. r=Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D10382
--HG--
extra : moz-landing-system : lando
2018-10-31 16:55:06 +00:00
Belén Albeza
41eda0ff97
Bug 1486787 - Use links in sidebar items. r=jdescottes,daisuke
...
Selectable items now are wrapped into a `<a>` tag. Also made `SidebarItem`'s `onSelect` prop non mandatory if `selectable` is `false`.
Differential Revision: https://phabricator.services.mozilla.com/D9910
--HG--
extra : moz-landing-system : lando
2018-10-31 13:35:47 +00:00
Cosmin Sabou
8ef016de1e
Backed out changeset 4610b4c5befa (bug 1502531) for causing mass failures on mochitests. CLOSED TREE
2018-10-31 19:12:51 +02:00
Cosmin Sabou
223a549fe5
Backed out 3 changesets (bug 1497480) for causing Android mochitest failures on editor/libeditor/tests/test_bug. CLOSED TREE
...
Backed out changeset 6c2a5ce9fad8 (bug 1497480)
Backed out changeset cf74ff09b141 (bug 1497480)
Backed out changeset 31d9a680fb90 (bug 1497480)
2018-10-31 19:06:35 +02:00
arthur.iakab
46a62df41a
Merge mozilla-central to autoland
2018-10-31 18:35:03 +02:00
arthur.iakab
02a09260c5
Merge inbound to mozilla-central a=merge
2018-10-31 18:33:39 +02:00
arthur.iakab
d8d1207f16
Merge autoland to mozilla-central a=merge
2018-10-31 18:32:50 +02:00
Wes Kocher
f5c22cea01
Bug 1499958 - Increase epsilon value for comparisons in underover-1.html r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D9604
--HG--
extra : moz-landing-system : lando
2018-10-31 15:21:05 +00:00
Jason Orendorff
d507cb8c1f
Bug 1499813 - Part 10: Change SetNewList return type to bool. r=tcampbell
...
Depends on D10086
Differential Revision: https://phabricator.services.mozilla.com/D10309
--HG--
extra : moz-landing-system : lando
2018-10-31 14:50:48 +00:00
Jason Orendorff
bd8a0975dd
Bug 1499813 - Part 9: Apply the `unwrapped` naming convention to algorithms in Streams spec section 3.8. r=tcampbell
...
Differential Revision: https://phabricator.services.mozilla.com/D10086
--HG--
extra : moz-landing-system : lando
2018-10-31 14:45:03 +00:00
Qinghao_Jack_Song
0f0e2e06e2
Bug 1497694 - Migrate Update History in Update section of Preferences to use Fluent for localization r=Gijs,flod,zbraniecki,jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8045
--HG--
extra : moz-landing-system : lando
2018-10-31 16:11:30 +00:00
Nicolas Chevobbe
3a56af8e48
Bug 1500963 - Use the Stacktrace component in Error reps; r=bgrins.
...
This patch makes use of the new renderStacktrace
prop in Reps to render Error objects stacktraces
using the shared Stacktrace component.
This way we are showing stacktraces in a consistent
way, and as a bonus, we support sourcemap in Error
object.
Depends on D9922
Differential Revision: https://phabricator.services.mozilla.com/D9923
--HG--
extra : moz-landing-system : lando
2018-10-31 13:32:40 +00:00
Jon Coppeard
05fb548b6a
Bug 1502946 - Tighten up some gray marking checks r=sfink
2018-10-31 13:32:37 +00:00
arthur.iakab
eac6295c39
Merge inbound to mozilla-central a=merge
2018-10-31 11:44:44 +02:00
Jan de Mooij
b1689f020c
Bug 1409441 part 1 - Inline ActivationEntryMonitor constructor/destructor. r=fitzgen
2018-10-31 10:31:14 +01:00
Jon Coppeard
89772807f3
Bug 1503009 - If dynamic module import is not supported its use should be rejected at parse time r=jorendorff
2018-10-31 12:45:24 +00:00
arno renevier
346fad4655
Bug 497136 - Replace NS_ERROR_SERVICE_NOT_FOUND with NS_ERROR_SERVICE_NOT_AVAILABLE. r=benjamin sr=dveditz
...
--HG--
extra : source : 532102f7d61ac5ca9a48c4e2c7257b3162655b50
2018-10-31 19:56:24 +09:00
Lee Salzman
6aefc4e30e
Bug 1502152 - more fuzz. r=me
2018-10-31 00:02:27 -04:00
Ciure Andrei
ad8ef0ef0e
Backed out changeset 20bdfda7c573 (bug 1294235) for browser_webext_options.js perma failure CLOSED TREE
2018-10-31 04:38:28 +02:00
Lee Salzman
c2b504684d
Bug 1502152 - Skia m71 fuzzing. r=rhunt
2018-10-30 22:17:35 -04:00
Lee Salzman
79907ee5d8
Bug 1502152 - Skia m71 GL glue fixes. r=rhunt
2018-10-30 22:17:35 -04:00
Lee Salzman
e99e2fefa4
Bug 1502152 - Skia m71 PDF fixes. r=rhunt
2018-10-30 22:17:34 -04:00
Lee Salzman
dd9933b890
Bug 1502152 - Skia m71 Moz2D fixes. r=rhunt
2018-10-30 22:17:34 -04:00
Lee Salzman
978391d1a2
Bug 1502152 - Skia m71 mozbuild fixes. r=rhunt
2018-10-30 22:17:34 -04:00
Lee Salzman
d8a2c34594
Bug 1502152 - Skia m71 sources. r=rhunt
...
--HG--
rename : gfx/skia/skia/src/effects/GrAlphaThresholdFragmentProcessor.fp => gfx/skia/skia/src/gpu/effects/GrAlphaThresholdFragmentProcessor.fp
2018-10-30 22:17:34 -04:00
Bob Clary
274588384b
Bug 1502968 - Enable Speedometer and Unity on Android hardware for built-projects, r=jmaher.
2018-10-30 19:09:42 -07:00
Eric Rahm
b9e275de1e
Bug 1476371 - Normalize thread names in about:memory diffs. r=njn
...
This normalizes thread IDs (tid) to use the form 'tid=NNN'. It also
normalizes threadpool numbers, for example 'Foo #1 (tid=1234)' is
mapped to 'Foo #N (tid=NNN)'.
--HG--
extra : source : 2590832f34408f2ece66fb5d6a688d141d1df5bd
extra : amend_source : 4b2d4114fb94e871583e2c6461414aa6ba7d2dd7
2018-10-30 17:17:15 -07:00
Dylan Roeh
242b002ed0
Bug 1503658 - Add isFennec attribute to nsIAndroidBridge. r=snorp
2018-10-31 13:56:08 -05:00
Narcis Beleuzu
63a39ee873
Backed out changeset 2590832f3440 (bug 1476371) for Linting opt failrue on aboutMemory.js. CLOSED TREE
2018-10-31 21:08:22 +02:00
Andrew Osmond
0ccd2cb7f6
Bug 1294490 - Part 6. Implement WebP gtests. r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D8119
2018-10-31 15:01:08 -04:00
Andrew Osmond
d87a27c07f
Bug 1294490 - Part 5. Add --with-system-webp switch to build. r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D8118
2018-10-31 15:01:08 -04:00
Andrew Osmond
a4554fb9cf
Bug 1294490 - Part 4. Implement telemetry for WebP decoder. r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D8117
2018-10-31 15:01:08 -04:00
Andrew Osmond
4c9b7d3ad8
Bug 1294490 - Part 3. Implement WebP decoder. r=tnikkel
...
Differential Revision: https://phabricator.services.mozilla.com/D8116
2018-10-31 15:01:08 -04:00
Andrew Osmond
26e5749b27
Bug 1294490 - Part 2. Add build files to support libwebp decoding. r=glandium
...
Differential Revision: https://phabricator.services.mozilla.com/D8115
2018-10-31 15:01:08 -04:00
Andrew Osmond
29afb453e1
Bug 1294490 - Part 1. Add libwebp to source tree. r=jrmuizel
2018-10-31 15:01:08 -04:00
Rob Wood
0f2e4886fa
Bug 1492913 - When gecko profiling is enabled locally, have resulting gecko profiles open automatically in perf-html.io; r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D10300
--HG--
extra : moz-landing-system : lando
2018-10-30 23:23:39 +00:00
Dão Gottwald
d5f524ee43
Bug 1503301 - Set tab_line property for Light and Dark themes. r=ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D10345
--HG--
extra : moz-landing-system : lando
2018-10-31 12:04:08 +00:00
Tim Nguyen
5f6b950fd1
Bug 1503379 - Update 'New folder' button to match specification. r=dao
...
Differential Revision: https://phabricator.services.mozilla.com/D10310
--HG--
rename : browser/themes/shared/tabbrowser/newtab.svg => browser/themes/shared/icons/add.svg
extra : moz-landing-system : lando
2018-10-31 11:19:18 +00:00
Dão Gottwald
c9db81098e
Bug 1496443 - Add test for UrlbarInput tooltip behavior. r=Standard8
...
Differential Revision: https://phabricator.services.mozilla.com/D10200
--HG--
extra : moz-landing-system : lando
2018-10-31 11:40:07 +00:00
WR Updater Bot
91d6185ef7
Bug 1503528 - Update webrender to commit 8b941ca60014972f97ce240cb8a7afc1d6db3de6 (WR PR 3249). r=kats
...
Depends on D10343
Differential Revision: https://phabricator.services.mozilla.com/D10344
--HG--
extra : moz-landing-system : lando
2018-10-31 11:30:11 +00:00
WR Updater Bot
12261214ff
Bug 1502585 - Update webrender to commit e162264c2c2c1bbc3e57429e015af45018f1023b (WR PR 3252). r=kats
...
Depends on D10342
Differential Revision: https://phabricator.services.mozilla.com/D10343
--HG--
extra : moz-landing-system : lando
2018-10-31 11:29:58 +00:00
WR Updater Bot
b64b7a13b9
Bug 1503442 - Re-generate FFI header. r=kats
...
Depends on D10341
Differential Revision: https://phabricator.services.mozilla.com/D10342
--HG--
extra : moz-landing-system : lando
2018-10-31 11:29:46 +00:00