Valentin Gosu
6806c4f960
Bug 1561005 - Make windows networkID use the INetworkListManager API r=michal
...
Depends on D35683
Differential Revision: https://phabricator.services.mozilla.com/D35684
--HG--
extra : moz-landing-system : lando
2019-06-28 11:21:59 +00:00
Valentin Gosu
cc4af7a576
Bug 1561005 - Add nsINetworkLinkService.networkID r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D35683
--HG--
extra : moz-landing-system : lando
2019-06-28 11:11:19 +00:00
Valentin Gosu
d36aaea3c9
Bug 1395914 - Update histogram with two new values for IPv6 network-id changes r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D34905
--HG--
extra : moz-landing-system : lando
2019-06-27 09:02:13 +00:00
Valentin Gosu
b8945b8f06
Bug 1395914 - Figure out network id for IPv6 too (mac) r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D34904
--HG--
extra : moz-landing-system : lando
2019-06-27 09:01:56 +00:00
Valentin Gosu
95534fc1ce
Bug 1395914 - Figure out network id for IPv6 too (Linux) r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D34903
--HG--
extra : moz-landing-system : lando
2019-06-27 09:19:57 +00:00
Christian Holler
294f70c039
Bug 1561347 - Split image fuzzing target into one target per format. r=aosmond
...
Depends on D35824
Differential Revision: https://phabricator.services.mozilla.com/D35826
--HG--
extra : moz-landing-system : lando
2019-06-28 11:18:48 +00:00
Emilio Cobos Álvarez
b1ca51fe1e
Bug 1561738
- Remove nsStyleCoord. r=boris
...
And move the useful bits of it somewhere else (ServoStyleConstInlines.h for the
inline function definitions, and nsFrame.cpp for the static assertions).
Differential Revision: https://phabricator.services.mozilla.com/D36120
2019-06-28 12:44:44 +02:00
Emilio Cobos Álvarez
6dea92be38
Bug 1561738
- Stop using nsStyleSides for -moz-image-rect. r=boris
...
Differential Revision: https://phabricator.services.mozilla.com/D36119
2019-06-28 12:44:43 +02:00
Emilio Cobos Álvarez
0a4d4343b9
Bug 1561738
- Use cbindgen for grid track sizing. r=boris
...
Differential Revision: https://phabricator.services.mozilla.com/D36118
2019-06-28 12:44:43 +02:00
Jan de Mooij
4eef6de2e1
Bug 1526659 - Use the default 3 chunks instead of 2 for Windows debug/ASan jsreftests to avoid time-outs. r=jmaher
...
Tests are imported from test262 upstream so this test suite is expected to become slower over time.
Differential Revision: https://phabricator.services.mozilla.com/D36295
--HG--
extra : moz-landing-system : lando
2019-06-28 10:21:02 +00:00
Cosmin Sabou
2fa2a56685
Backed out 3 changesets (bug 1561738
) for causing build bustages on nsGridContainerFrame.cpp CLOSED TREE
...
Backed out changeset 98f100abc2ba (bug 1561738
)
Backed out changeset 9ed20d0fb9ba (bug 1561738
)
Backed out changeset 483b1e134ace (bug 1561738
)
2019-06-28 13:27:09 +03:00
championshuttler
e2b2c11969
Bug 1536103 - Fix Sphinx Warning - Title Underline too short in 'mach doc' (2). r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D35309
--HG--
extra : moz-landing-system : lando
2019-06-25 12:02:51 +00:00
championshuttler
3303d92a29
Bug 1536103 - Fix Sphinx Warning - Unexpected indentation (1). r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D35304
--HG--
extra : moz-landing-system : lando
2019-06-28 18:33:19 +00:00
Emilio Cobos Álvarez
141cad6847
Bug 1519958 - Drive by, remove unused CSS keywords. r=boris
...
While we're at it we may as well do this.
Differential Revision: https://phabricator.services.mozilla.com/D36350
2019-06-28 21:15:01 +02:00
Emilio Cobos Álvarez
bb56a14ed1
Bug 1562269
- Serialize grid-auto-rows / grid-auto-columns with Servo. r=boris
...
Two less properties, now that we're not using nsStyleCoord for them we can do
this.
Unfortunately the grid resolved value code needs to serialize it still, so this
doesn't remove as much code.
Also fix the script since the generated file was renamed.
Differential Revision: https://phabricator.services.mozilla.com/D36349
2019-06-28 21:14:56 +02:00
Sam Foster
12d1d3094d
Bug 1548878
- Add telemetry for when a generated password is first filled. r=MattN
...
* recordEvent for telemetry from the parent process when a generated password is filled via the context menu
* Extend existing mochitest-plain test to verify the expected telemetry events are recorded
* Add a filled flag to the generated password we store in the per-origin cache
- And use it to distinguish a first-fill from a subsequent re-use of each generated password
Differential Revision: https://phabricator.services.mozilla.com/D33364
--HG--
extra : moz-landing-system : lando
2019-06-28 18:12:24 +00:00
Geoff Brown
945ee0068f
Bug 1556058 - Update test expectations for Android 7.0 reftests; r=kats
...
These changes are needed for consistently green runs with the new emulator with
"-gpu on".
Most changes are simple removal of fuzzy-if(geckoview) but I also needed to add
at least one new fuzzy-if.
In this configuration we can run reftests in just 2 chunks (20 minutes each on
opt/30 minutes on debug).
Differential Revision: https://phabricator.services.mozilla.com/D36258
--HG--
extra : moz-landing-system : lando
2019-06-28 17:30:48 +00:00
Geoff Brown
00ee665a1f
Bug 1556058 - Update test expectations for Android 7.0 mochitests and run opt as tier 1; r=snorp
...
Updating to the new emulator avoids the network oddities observed in bug 1534732, but
there are a couple of tests that need to be skipped for a consistently green run.
Performance is improved, so we can run in fewer chunks. /opt is reliable, so moving
to tier 1; /debug is reliable except for existing perma-fail bug 1560736.
Differential Revision: https://phabricator.services.mozilla.com/D36260
--HG--
extra : moz-landing-system : lando
2019-06-28 17:30:48 +00:00
Geoff Brown
7a298cda7f
Bug 1556058 - Upgrade the emulator used for most Android 7.0 tests; r=aerickson
...
Upgrade to version 29.0.11 of the emulator and use '-gpu on' rather than
swiftshader_indirect, for most Android 7.0 tests. The upgrade appears to
finally resolve bug 1534732, improves reftest performance dramatically, and
allows us to reduce reftest "fuzz" for many tests.
marionette tests are excluded because they intermittently fail with network
errors (address in use); these tests are near end-of-life, so I don't think
this issue is worth investigating, but I'll file a follow-up bug to record
the issue.
web-platform tests are excluded because they are not very stable on the
existing emulator, making it difficult to compare results. I will file a
follow-up and work with :maja_zf to see if they can be upgraded soon.
Differential Revision: https://phabricator.services.mozilla.com/D36256
--HG--
extra : moz-landing-system : lando
2019-06-28 17:30:15 +00:00
Gijs Kruitbosch
72cdd37986
Bug 1557762 - ensure we define NS_FREE_PERMANENT_DATA for single-stage pgo builds, r=chmanchester
...
Differential Revision: https://phabricator.services.mozilla.com/D35469
--HG--
extra : moz-landing-system : lando
2019-06-28 16:38:14 +00:00
Christian Holler
fa2fa5573f
Bug 1435532 - Prevent/crash on large allocations in fuzzing JS shell. r=jandem
...
Differential Revision: https://phabricator.services.mozilla.com/D28973
--HG--
extra : moz-landing-system : lando
2019-06-28 18:59:55 +00:00
Honza Bambas
b5a80ffb5e
Bug 1562233 - Add logging of CONNECT requests with headers, add possibility to disable authorization headers sanitization by a preference (default is sanitization enabled), r=valentin
...
Differential Revision: https://phabricator.services.mozilla.com/D36336
--HG--
extra : moz-landing-system : lando
2019-06-28 17:50:43 +00:00
Gijs Kruitbosch
86f47aee6f
Bug 1558898 - show a 'block' option for plugins in private browsing, r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D34899
--HG--
extra : moz-landing-system : lando
2019-06-28 17:25:17 +00:00
Armen Zambrano G.
53bd62e369
Bug 1559975 - Python3 linting changes for raptor r=Callek,rwood
...
Differential Revision: https://phabricator.services.mozilla.com/D35252
--HG--
extra : moz-landing-system : lando
2019-06-24 20:50:14 +00:00
Nick Thomas
1048178580
Bug 1559975 - enable py2 and py3 linting in memory r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D35251
--HG--
extra : moz-landing-system : lando
2019-06-28 18:53:28 +00:00
Marco Castelluccio
52be340076
Bug 1559975 - Add future imports to testing/remotecppunittests.py and testing/runcppunittests.py and remove them from py2 exclusion list r=ahal
...
Differential Revision: https://phabricator.services.mozilla.com/D35246
--HG--
extra : moz-landing-system : lando
2019-06-28 13:47:57 +00:00
Liang-Heng Chen
9f5a574bc1
Bug 1543712 - Enable Origin Telemetry; r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D27250
--HG--
extra : moz-landing-system : lando
2019-06-28 08:40:17 +00:00
Christian Holler
229fde0285
Bug 1562288 - Properly close FTP stream when base stream was closed. r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D36367
--HG--
extra : moz-landing-system : lando
2019-06-28 19:02:17 +00:00
Jeff Muizelaar
02cad972cd
Bug 1562278. Forward more methods of DrawTargetOffset. r=mstange
...
This lets us avoid falling back to the generic implementations
unnecessarily.
Differential Revision: https://phabricator.services.mozilla.com/D36357
--HG--
extra : moz-landing-system : lando
2019-06-28 18:41:17 +00:00
Jared Wein
f736b7a71b
Bug 1560447 - Add a getAllLoginsAsync method to LoginManager and call it from about:logins. r=mossop
...
Differential Revision: https://phabricator.services.mozilla.com/D35880
--HG--
extra : moz-landing-system : lando
2019-06-28 16:52:32 +00:00
Jared Wein
9f9906e4a9
Bug 1560447 - Add a decryptMany method to crypto-SDR.js for batch decrypting of stored logins. r=keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D35879
--HG--
extra : moz-landing-system : lando
2019-06-28 16:53:11 +00:00
Tom Ritter
01f7b56cf8
Bug 1552706
- Update MinGW version and remove MinGW sandbox hacks r=bobowen
...
Differential Revision: https://phabricator.services.mozilla.com/D36218
--HG--
extra : moz-landing-system : lando
2019-06-28 09:53:12 +00:00
Valentin Gosu
7ab22ff110
Bug 1561005 - Add empty GetNetworkID impl for Android r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D35883
--HG--
extra : moz-landing-system : lando
2019-06-28 11:42:05 +00:00
Valentin Gosu
49e0220e23
Bug 1561005 - Implement nsINetworkLinkService.networkID on mac r=michal
...
Depends on D35780
Differential Revision: https://phabricator.services.mozilla.com/D35781
--HG--
extra : moz-landing-system : lando
2019-06-28 12:41:27 +00:00
Valentin Gosu
c657dcfafe
Bug 1561005 - Implement nsINetworkLinkService.networkID on Linux r=michal
...
* calculateNetworkId is now called before sending each ChangeEvent
* mNetworkId is truncated when no IPv4/IPv6 IDs could be computed
Differential Revision: https://phabricator.services.mozilla.com/D35780
--HG--
extra : moz-landing-system : lando
2019-06-28 11:42:09 +00:00
Valentin Gosu
7aa44d1987
Bug 1561005 - Make windows networkID use the INetworkListManager API r=mayhemer,michal
...
Depends on D35683
Differential Revision: https://phabricator.services.mozilla.com/D35684
--HG--
extra : moz-landing-system : lando
2019-06-28 16:35:22 +00:00
Valentin Gosu
ce90534047
Bug 1561005 - Add nsINetworkLinkService.networkID r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D35683
--HG--
extra : moz-landing-system : lando
2019-06-28 11:42:12 +00:00
Valentin Gosu
e19cd483fd
Bug 1395914 - Update histogram with two new values for IPv6 network-id changes r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D34905
--HG--
extra : moz-landing-system : lando
2019-06-28 11:42:14 +00:00
Valentin Gosu
18173f21d2
Bug 1395914 - Figure out network id for IPv6 too (mac) r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D34904
--HG--
extra : moz-landing-system : lando
2019-06-28 11:42:16 +00:00
Valentin Gosu
1fc5fb9a40
Bug 1395914 - Figure out network id for IPv6 too (Linux) r=michal
...
Differential Revision: https://phabricator.services.mozilla.com/D34903
--HG--
extra : moz-landing-system : lando
2019-06-28 11:42:18 +00:00
Aaron Klotz
6d7a4fd701
Bug 1553249: Only set the Win32k disable policy for the RDD process when running on Win8+; r=bobowen
...
Differential Revision: https://phabricator.services.mozilla.com/D36239
--HG--
extra : moz-landing-system : lando
2019-06-28 09:44:03 +00:00
Hiroyuki Ikezoe
c6bceffd5f
Bug 1561802 - Mark two test cases FAIL on Android E10S (i.e. GeckoView). r=botond
...
These tests fail because of the layer alignment issue on GeckoView (bug 1556685).
Differential Revision: https://phabricator.services.mozilla.com/D36167
--HG--
extra : moz-landing-system : lando
2019-06-28 16:44:07 +00:00
Bryan Kok
b425bf8630
Bug 1519315 - Display CodeMirror's gutter in console input when devtools.webconsole.input.editor is true. r=Honza.
...
Differential Revision: https://phabricator.services.mozilla.com/D33995
--HG--
extra : moz-landing-system : lando
2019-06-28 16:27:55 +00:00
Cosmin Sabou
20f7fd4c63
Backed out 3 changesets (bug 1559740) for linting errors and android bustages. CLOSED TREE
...
Backed out changeset 39db36060b8a (bug 1559740)
Backed out changeset df14ac0c2421 (bug 1559740)
Backed out changeset 089e04f53971 (bug 1559740)
2019-06-28 19:40:13 +03:00
Hugh Gallagher
d18768244b
Bug 1560494 - In CounterStyleOrNone check if SymbolsType is symbolic and skip if it is. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D36235
--HG--
extra : moz-landing-system : lando
2019-06-28 16:10:13 +00:00
Mark Banner
12326bcf8b
Bug 1542246 - Add initial documentation for the new Search Engine configuration format. r=daleharvey
...
Differential Revision: https://phabricator.services.mozilla.com/D34144
--HG--
extra : moz-landing-system : lando
2019-06-28 15:23:00 +00:00
Andreea Pavel
65e3147f88
Bug 1553658 - Disable cc-request.html on android. r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D36279
--HG--
extra : moz-landing-system : lando
2019-06-28 15:33:12 +00:00
Francesco Lodolo (:flod)
677b6285ff
Bug 1562228 - Add localization note to app-basics-update-dir r=Pike,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D36340
--HG--
extra : moz-landing-system : lando
2019-06-28 15:49:26 +00:00
Mihai Alexandru Michis
5125b21043
Backed out changeset 80e608691309 (bug 1561586) for causing failures in browser_asrouter_bookmarkpanel.js CLOSED TREE
2019-06-28 18:25:47 +03:00
Cosmin Sabou
6dce1fb935
Bug 1559740 - Ride along - add a missing import. r=Sylvestre
2019-06-28 18:15:31 +03:00