Commit Graph

621311 Commits

Author SHA1 Message Date
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
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
WR Updater Bot
2243422a86 Bug 1503442 - Update webrender to commit 62af01cdf4f09f8f403e4f66f067e8db7ae42329 (WR PR 3244). r=kats
Differential Revision: https://phabricator.services.mozilla.com/D10341

--HG--
extra : moz-landing-system : lando
2018-10-31 11:29:11 +00:00
Ehsan Akhgari
d2e3be3d94 Bug 1503416 - Remove the remnants of fastblock prefs from the control centre code r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D10311

--HG--
extra : moz-landing-system : lando
2018-10-31 10:56:34 +00:00
Jason Orendorff
c1358535c7 Bug 1499813 - Part 8: Change StreamFromReader to use UnwrapSlot. r=tcampbell
Depends on D9841

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

--HG--
extra : moz-landing-system : lando
2018-10-30 22:01:09 +00:00
Jason Orendorff
b714e51e15 Bug 1499813 - Part 7: Change ReaderFromStream to use UnwrapSlot. r=tcampbell
Depends on D9840

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

--HG--
extra : moz-landing-system : lando
2018-10-30 22:00:56 +00:00
Jason Orendorff
6d0c89a3b4 Bug 1499813 - Part 6: New template UnwrapSlot<T>() for reading a "statically typed" slot. Remove TeeState::stream() in favor of UnwrapSlot. r=tcampbell
Depends on D9839

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

--HG--
extra : moz-landing-system : lando
2018-10-30 22:00:52 +00:00
Jason Orendorff
5139577761 Bug 1499813 - Part 5: Update Streams spec section numbers in comments. r=tcampbell
Depends on D9837

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

--HG--
extra : moz-landing-system : lando
2018-10-30 22:00:48 +00:00
Jason Orendorff
934edc710b Bug 1499813 - Part 4: Remove _impl methods, replace with unwrapping. r=tcampbell
Depends on D9836

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

--HG--
extra : moz-landing-system : lando
2018-10-30 21:59:16 +00:00
Jason Orendorff
fd98b1b180 Bug 1499813 - Part 3: Replace some ToUnwrapped signatures with new js::UnwrapThis<T>() template. r=tcampbell
Depends on D9835

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

--HG--
extra : moz-landing-system : lando
2018-10-30 21:58:44 +00:00
Jason Orendorff
cc2589c333 Bug 1499813 - Part 2: JSObject::unwrapAs<T>() and canUnwrapAs<T>() methods. r=tcampbell
Depends on D9834

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

--HG--
extra : moz-landing-system : lando
2018-10-30 21:58:21 +00:00
Jason Orendorff
6ff7b405ea Bug 1499813 - Part 1: Remove an unused variable. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D9834

--HG--
extra : moz-landing-system : lando
2018-10-30 21:57:46 +00:00
Belén Albeza
83457e2010 Bug 1501935 - Use PropTypes.node in ConnectSection. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D10210

--HG--
extra : moz-landing-system : lando
2018-10-30 22:21:05 +00:00