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

598384 Коммитов

Автор SHA1 Сообщение Дата
Simon Fraser b34aecb22e Bug 1436369 Run blocklist updates on mozilla-beta r=jlorenzo
Summary:
the blocklist and remote-settings changes need to happen on beta,
but not the hsts/hpkp updates, so we have to split out the control of what
runs by project.

Reviewers: jlorenzo

Reviewed By: jlorenzo

Bug #: 1436369

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

--HG--
extra : rebase_source : 19ccbb67b880ee7bd2dc2a37325dd70de635abad
2018-06-01 14:13:44 +01:00
Andrea Marchesini 15a948f85a Bug 1422365 - Introduce nsIClearDataService - part 19 - android package, r=me CLOSED TREE 2018-06-01 15:06:21 +02:00
Emilio Cobos Álvarez 5c22d25db8 Bug 1466095: Make PropertyId::parse less of a footgun. r=xidorn
MozReview-Commit-ID: 2BmtSDPmHj9
2018-06-01 14:57:08 +02:00
Emilio Cobos Álvarez 50bc098041 Bug 1466008: Make will-change honor prefs properly, and clean it up while at it. r=xidorn
Will add a test, though in JSConf right now...

MozReview-Commit-ID: JyzwaRgf5Ct
2018-06-01 14:49:59 +02:00
Franziskus Kiefer 51cc7e1f8e Bug 1460617 - land NSS 8232a58332dd UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : a35fb046aab40741eefdb1361e5b323bfa0bc607
2018-06-01 09:44:01 +02:00
Andrea Marchesini 4eee763067 Bug 1422365 - Introduce nsIClearDataService - part 18 - custom flags for ForgetAboutSite, r=johannh 2018-06-01 14:31:26 +02:00
Andrea Marchesini 7517b0c5ab Bug 1422365 - Introduce nsIClearDataService - part 17 - EME data, r=johannh 2018-06-01 14:31:16 +02:00
Andrea Marchesini ebedd40a12 Bug 1422365 - Introduce nsIClearDataService - part 16 - security settings, r=johannh 2018-06-01 14:31:02 +02:00
Andrea Marchesini 18aa82d9fc Bug 1422365 - Introduce nsIClearDataService - part 15 - permissions and preferences, r=johannh 2018-06-01 14:30:50 +02:00
Andrea Marchesini fe0853f6f2 Bug 1422365 - Introduce nsIClearDataService - part 14 - logins, r=johannh 2018-06-01 14:30:01 +02:00
Andrea Marchesini bd85ed6605 Bug 1422365 - Introduce nsIClearDataService - part 13 - auth tokens, r=johannh 2018-06-01 14:30:01 +02:00
Andrea Marchesini 166327eaa6 Bug 1422365 - Introduce nsIClearDataService - part 12 - session history, r=johannh 2018-06-01 14:30:01 +02:00
Andrea Marchesini d48e67a5b6 Bug 1422365 - Introduce nsIClearDataService - part 11 - history, r=johannh 2018-06-01 14:30:01 +02:00
Andrea Marchesini fc92907077 Bug 1422365 - Introduce nsIClearDataService - part 10 - push notification, r=johannh 2018-06-01 14:30:01 +02:00
Andrea Marchesini e247e19c68 Bug 1422365 - Introduce nsIClearDataService - part 9 - network predictor, r=johannh 2018-06-01 14:30:00 +02:00
Andrea Marchesini eea87c177b Bug 1422365 - Introduce nsIClearDataService - part 8 - DOM Quota, r=johannh 2018-06-01 14:30:00 +02:00
Andrea Marchesini d7ef003a02 Bug 1422365 - Introduce nsIClearDataService - part 7 - appCache, r=johannh 2018-06-01 14:30:00 +02:00
Andrea Marchesini 1a54d00d85 Bug 1422365 - Introduce nsIClearDataService - part 6 - Media devices, r=johannh 2018-06-01 14:30:00 +02:00
Andrea Marchesini d50201f106 Bug 1422365 - Introduce nsIClearDataService - part 5 - passwords, r=johannh 2018-06-01 14:30:00 +02:00
Andrea Marchesini dfdb3c9d30 Bug 1422365 - Introduce nsIClearDataService - part 4 - download, r=johannh 2018-06-01 14:30:00 +02:00
Andrea Marchesini 7a1184f9d6 Bug 1422365 - Introduce nsIClearDataService - part 3 - plugin data, r=johannh 2018-06-01 14:29:59 +02:00
Andrea Marchesini f42b9d4e33 Bug 1422365 - Introduce nsIClearDataService - part 2 - cookies/network cache/image cache, r=johannh 2018-06-01 14:29:59 +02:00
Andrea Marchesini 81e9f28cfc Bug 1422365 - Introduce nsIClearDataService - part 1 - IDL, r=johannh, r=mak 2018-06-01 14:29:55 +02:00
Marco Castelluccio 9b7be08a60 Bug 1466077 - Don't schedule test-verify on any ccov build. r=jmaher
--HG--
extra : rebase_source : 328b6e861ee883774b80a33d39e4a364cc266e16
2018-06-01 12:15:03 +02:00
Jon Coppeard 3fbdd0da31 Bug 1465695 - Don't release helper thread lock while cancelling off-thread parses r=jandem 2018-06-01 11:35:57 +01:00
sotaro 636448ae4d Bug 1465319 - Clean up IMFYCbCrImage r=nical 2018-06-01 19:12:10 +09:00
Cosmin Sabou 1bc774a842 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-06-01 12:44:57 +03:00
Cosmin Sabou 292d295d6b Merge inbound to mozilla-central. a=merge 2018-06-01 12:41:08 +03:00
Alex Chronopoulos ebd54ce4cd Bug 1466066 - Update cubeb from upstream to abf6ae2. r=kinetik 2018-06-01 12:40:16 +03:00
Emilio Cobos Álvarez fffb25b74f Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
This was done automatically replacing:

  s/mozilla::Move/std::move/
  s/ Move(/ std::move(/
  s/(Move(/(std::move(/

Removing the 'using mozilla::Move;' lines.

And then with a few manual fixups, see the bug for the split series..

MozReview-Commit-ID: Jxze3adipUh
2018-06-01 10:45:27 +02:00
Emilio Cobos Álvarez 9855a4330e Bug 1465585: Don't error on pessimizing-move and self-move, for now. r=froydnj
MozReview-Commit-ID: FzoqidPSCaV
2018-06-01 10:43:31 +02:00
Emilio Cobos Álvarez c773293cb3 Bug 1465585: Disable stl wrapping in some places under toolkit/mozapps/update. r=glandium
This is disabled already in updater-common.build and similar places, so that
they can use UniquePtr and include <new>.

These files were getting around it because they didn't include the stl at all,
but now they include <utility> transitively for std::move.

MozReview-Commit-ID: IaU9mRbbCAk
2018-06-01 10:43:21 +02:00
Brindusan Cristian b7990441d5 Backed out changeset 30c5d06e47f0 (bug 1465895) for spidermonkey bustages. CLOSED TREE 2018-06-01 10:08:51 +03:00
Noemi Erli 7984758be8 Backed out changeset e4a9b12b8d36 (bug 1456234) for Linting failure in taskcluster/ci/release-bouncer-aliases/kind.yml on a CLOSED TREE 2018-06-01 07:19:43 +03:00
Tom Prince 41a8887f7e Bug 1456234: [release-promotion] Show bouncer worker tasks on treeherder; r=aki
Differential Revision: https://phabricator.services.mozilla.com/D1481
2018-05-31 23:43:01 +00:00
Tom Prince e457c74e21 Bug 1237182: [mozharness] Remove some obsolete solaris related configuration; r=catlee
Differential Revision: https://phabricator.services.mozilla.com/D1482
2018-06-01 01:18:13 +00:00
Tom Prince c8e756a860 No bug: [release-promotion] Make promote notification depend on generating checksums; r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D1480
2018-05-31 23:57:53 +00:00
Steve Fink 0a1094e53b Bug 1465895 - Default to mach-installed clang directory for sanitizer tools, r=nbp
--HG--
extra : rebase_source : 69aec6347eeccdd89a42c239e85d2c4a27b7ee27
2018-05-31 11:08:01 -07:00
Matt Woodrow eed3fa7cdd Bug 1459670 - Add frame tracking for the nsDisplayTable* classes. r=miko 2018-06-01 14:33:15 +12:00
Paul Bone a05872f75b Bug 1464986 (Part 2) - Add some debug logging to the GC r=jonco
--HG--
extra : rebase_source : fe65d58434aaae63ae2b1d42520a8b1a57247073
extra : histedit_source : b0ad0e6ed49eaca269066599df859d831e7f5dfa
2018-05-30 22:50:46 +10:00
Johannes Willbold 1142310e25 Bug 1432922: Implemented parsing support for rtcpfb-wildcard. r=bwc,dminor
Implemented Rust/C++ glue code for rtcp-fb
Implemented parsing support for rtcpfb-wildcard in rust
Activated c++ unit tests

MozReview-Commit-ID: 5xRSQz7pucZ

--HG--
extra : rebase_source : 97fdfda9134197381d16e0a61dda5357bba9e9da
2018-05-29 16:32:52 -07:00
Matt Woodrow a6cecda388 Bug 1464737 - Make nsDisplayPerspective simpler by using the transform frame as mFrame. r=miko
MozReview-Commit-ID: CDjdjE2xCzG

--HG--
extra : rebase_source : 1779b8c20ca8eca4b0859ebc638c4b5bdcbac28d
2018-06-01 14:15:36 +12:00
Rob Wood 02be8e9f99 Bug 1461676 - Expand raptor firefox tp6 to include the other pages; r=jmaher
MozReview-Commit-ID: Kzn9sRz8rip

--HG--
extra : rebase_source : e858f3a4e2b4b82ab72d90d47de32834a610b69d
2018-05-31 16:09:09 -04:00
Hiroyuki Ikezoe ad0bca6be5 Bug 1395971 - Wait for animation being ready to restyle. r=birtles
MozReview-Commit-ID: LqZGaxs4UIB

--HG--
extra : rebase_source : b3b1cfe3ff5bb9c858bc0c3f77e57b557c8e536e
2018-06-01 07:35:52 +09:00
Hiroyuki Ikezoe 352bf6d239 Bug 1395971 - Use await/async in file_deferred_start.html. r=birtles
MozReview-Commit-ID: GkbZ9R0LXL2

--HG--
extra : rebase_source : c302077d62da69f0e78b068ad8c0100e74d3921a
2018-06-01 05:21:22 +09:00
Hiroyuki Ikezoe e08f3b2a13 Bug 1395971 - Use arrow function in file_deferred_start.html. r=birtles
MozReview-Commit-ID: 9o1M78IOB1c

--HG--
extra : rebase_source : 1b5c22eede3822cf3a05ad8ab2611f77d9e3ad99
2018-06-01 05:21:22 +09:00
J. Ryan Stinnett 8acfe046de Bug 1465941 - Fix RDM toolbar icon appearance. r=birtles
Some of the RDM toolbar icons relied on `background-size: cover` from the
overall DevTools button styles, which was removed recently in bug 1442531.  We
restore RDM's appearance by copying this style into RDM styles.

MozReview-Commit-ID: KcZwaRgZUsh

--HG--
extra : rebase_source : 4a2f548f6f073870ad06183a33bdaabc2bff6d92
2018-05-31 15:21:50 -05:00
Mantaroh Yoshinaga 90bed0a752 Bug 1456056 - Part 3. Use the grid layout to a toolbar in order to display only the chevron button and the controls element if devtool's width is narrow. r=jdescottes,nchevobbe
This patch will apply the grid layout to the toolbar.
If devtools's width is narrow, we expected that devtool display chevron and the
controls elements only(i.e. chevron and meatball and close button).
In order to display these button, a wrapper of toolbar will use grid layout.

Basically, this patch define grid columns as follow:

------------------------------------------------
| Picker |  tooltabs  |  commands |   controls  |
|  auto  | 26px ~ 1fr |    auto   |  max-content|
------------------------------------------------

We can disable the picker and command buttons, in this case, a toolbar will
stretch the tooltabs width by using grid-column-start/end.

MozReview-Commit-ID: ByY2qt2xhAg

--HG--
extra : rebase_source : c86b30acbfc32172eceea365e84ed03d717d5345
2018-05-31 10:25:29 +09:00
Mantaroh Yoshinaga 4682781417 Bug 1456056 - Part 2. Display chevron button only if the devtool width is narrow.r=jdescottes
This patch will allow that all buttons which accessing the tool panel is
overflowed. i.e. toolbar will display chevron button only.

MozReview-Commit-ID: GbKbAhtpYt7

--HG--
extra : rebase_source : 971aef121c329e6a5ba3ada24015a1d820aab26a
2018-05-31 10:23:36 +09:00
Mantaroh Yoshinaga f09e3bd9dc Bug 1456056 - Part 1. Improve the performance of toolbar tabs overflow. r=jdescottes
This patch will two impprove performances:

 * Remove unnecesarry reflow by using the DOMWindowUtils.getBoundsWithoutFlushing().
   This is a tiny performance improvement. Previous code will reflow on each
   tab width caclculation.

 * Change requestIdleCallback's timeout to 100ms.
   If user resize the devtool's width over time, overflow calculation will occur
   every 300ms. This patch will reduce this delay.

MozReview-Commit-ID: FxZuK0wGxHk

--HG--
extra : rebase_source : 06a0a4ba5312125e7d15378c253f7278a39a69f9
2018-05-31 10:22:31 +09:00