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

47714 Коммитов

Автор SHA1 Сообщение Дата
Kris Maglione 9deb8e39cf Bug 1451670: Read the changed flag from startup JSON location data. r=aswan
MozReview-Commit-ID: tgfQDvyEj3

--HG--
extra : rebase_source : 96cb5845841e4b25a8afac47a3aa4b1e22867cbd
2018-04-05 14:01:38 -07:00
Kit Cambridge b291ceb1ab Bug 1452294 - Improve logging for records in bookmark mirror. r=markh
MozReview-Commit-ID: 69eJrbo89Sx

--HG--
extra : rebase_source : f6ef5d721ede920431540aaa5af1bc1a90f6111f
2018-04-06 17:15:28 -07:00
William Lachance 7e91120b19 Bug 1453356 - Document new displayVersion field in telemetry environment r=chutten
MozReview-Commit-ID: IDYPL0E9Yip

--HG--
extra : rebase_source : f0057ac4dc6e0ed1483afa65568250308e838e3a
2018-04-11 10:52:33 -04:00
Tim Nguyen 041e5707e3 Bug 1449327 - Stop sanitizing fully transparent values. r=dao
MozReview-Commit-ID: DRQjCm35QsN

--HG--
extra : rebase_source : df6c4cfe8e936519f867a7d283cebfdfb566256b
2018-04-11 21:05:13 +02:00
Tomislav Jovanovic b2409204a3 Bug 1441336 - Test addon permissions for PerformanceTiming properties r=kmag
MozReview-Commit-ID: LlySv9AinVC

--HG--
extra : rebase_source : a0030887988152361ade306391c453ebaeb064a6
2018-04-07 02:38:51 +02:00
Dão Gottwald 8b23aaae8b Bug 1453281 - Remove obsolete menubar binding and styling. r=bgrins,Paolo
MozReview-Commit-ID: Kao3jst0DBJ

--HG--
extra : rebase_source : bed74abc9910ec22295207fdced37f6bfc1648be
2018-04-11 17:29:27 +02:00
shindli 108a654fb8 Merge inbound to mozilla-central. a=merge 2018-04-12 02:45:34 +03:00
Andreea Pavel 29ba7b4974 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-04-11 17:40:37 +03:00
Andreea Pavel 4114ad2cfc Merge mozilla-inbound to mozilla-central. a=merge 2018-04-11 17:36:09 +03:00
Ciure Andrei 3f4a118829 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-04-11 12:00:35 +03:00
Tim Nguyen cf2045e297 Bug 1452303 - Use -moz-appearance:separator instead of background for toolbar separators. r=dao
MozReview-Commit-ID: HQfeCJmAwk3

--HG--
extra : rebase_source : ee9eeba9c8e2ee2f64594365b73507c5b4b1ce44
2018-04-11 13:56:02 +02:00
Tristan Bourvon a3a77c0312 Bug 525063 - Initialize uninitialized class attributes in m-c. r=ehsan 2018-04-10 21:11:02 +02:00
Kris Maglione 32fa162ac2 Bug 1452307: Remove some dead code. r=aswan
MozReview-Commit-ID: DpV0WWW8WKF

--HG--
extra : rebase_source : e697d8fd91c40c15df21551514b239de6a9a117f
extra : histedit_source : 45120f4b9208ab3f92b9cbc295b1c6e706412bd1
2018-04-08 12:55:20 -07:00
Kris Maglione e77bbb4f83 Bug 1452307: Remove support for old-style experiment API extensions. r=aswan
MozReview-Commit-ID: 5y48pMRQ5XW

--HG--
extra : rebase_source : 72337be11a0e5d7ebe6bb01d5ad71cb1da1cda7b
extra : histedit_source : bcba1a6a848e16aba9e4f4f606b11ba631c85e2e
2018-04-06 18:14:59 -07:00
Kris Maglione 08184e1c91 Bug 1452827: Follow-up: Flush the jar cache after fetch()ing a jar: URI at install. r=bustage
MozReview-Commit-ID: BcU9vQrcIvk

--HG--
extra : rebase_source : 4f5911678bb56c7e477cc9da12d051aa102c3f1b
extra : amend_source : 83eacfa483a226bfcf46d8b93c1cbfa313e2eb9e
2018-04-10 15:19:17 -07:00
arthur.iakab bbca7c7700 Merge mozilla-central to inbound 2018-04-11 01:17:20 +03:00
Coroiu Cristina c22c3be855 Merge inbound to mozilla-central a=merge 2018-04-11 00:56:08 +03:00
Nika Layzell 4f380cfe7d Bug 1444151 - Part 3: Only create a single allocation for MozURL objects, which is managed by rust, r=valentin
This patch rewrites the rust-url-capi crate as the mozurl crate, which
provides a threadsafe MozURL object which is compatible with the
previous MozURL class.

Creating a MozURL this way performs a single allocation, which contains
only a rust-url Url object and an atomic refcnt, however it is fully
compatible with the C++ RefPtr type.

This patch also exposes methods for accessing dependent substrings of
the serialized spec, meaning that string copies can be avoided in many
situations when inspecting attributes of the MozURL.




--HG--
rename : netwerk/base/rust-url-capi/.gitignore => netwerk/base/mozurl/.gitignore
2018-04-10 17:49:50 -04:00
Nika Layzell 952f6a915a Bug 1443954 - Part 3: Add support for RefCounted types to IPDL, r=bz,froydnj,baku
This patch was reviewed in parts, however the intermediate states would not build:

Bug 1443954 - Part 3A: Strip pointers from the argument to WriteParam and WriteIPDLParam before selecting the ParamTraits impl, r=froydnj

Bug 1443954 - Part 3B: Move nsIAlertNotification serialization to the refcounted system, r=bz

Bug 1443954 - Part 3C: Move geolocation serialization to the refcounted system, r=bz

Bug 1443954 - Part 3D: Move nsIInputStream serialization to the refcounted system, r=baku

Bug 1443954 - Part 3E: Move BlobImpl serialization to the refcounted system, r=baku

Bug 1443954 - Part 3F: Correctly implement ParamTraits for actors after the ParamTraits changes, r=froydnj
2018-04-10 17:49:48 -04:00
Nika Layzell 0c3ba13e4c Bug 1437167 - Part 1: Stop using PRIntervalTime as the argument to CondVar::Wait and Monitor::Wait, r=mstange, r=froydnj 2018-04-10 17:49:47 -04:00
Nika Layzell b286bc10d9 Bug 1443379 - Stop pretending cacheKey can be anything other than uint32_t, r=smaug 2018-04-10 17:49:46 -04:00
Nika Layzell 4464c02334 Bug 1434768 - Part 3: Rewrite JS consumers of .sessionHistory, r=bz 2018-04-10 17:49:45 -04:00
Nika Layzell 8822e43271 Bug 1434768 - Part 2: Replace nsDocShell::mSessionHistory with ChildSHistory, r=bz 2018-04-10 17:49:45 -04:00
Coroiu Cristina 4f61ba5899 Backed out changeset 9d0fc1d12d9a (bug 1449327) for browser-chrome failures at toolkit/components/extensions/test/browser/browser_ext_themes_sanitization.js
--HG--
extra : rebase_source : 157263ac5ffebb19b14198e5f7927b0de91a12bb
2018-04-10 20:44:49 +03:00
Kris Maglione 625d71bd40 Bug 1452827: Cleanup a bunch of duplication and cruft in XPIInstall.jsm. r=aswan
MozReview-Commit-ID: 4kmYI2t471E

--HG--
extra : rebase_source : 49b8383ffba5325c513ca67b24de29400ae5fe6a
extra : amend_source : 00afef115bed78df1d145e8fe1a0bc49af6d1cf8
2018-04-09 17:21:13 -07:00
Tim Nguyen ce2407fe5e Bug 1437302 - Followup: fix reftest failures on a CLOSED TREE. r=me 2018-04-10 20:40:30 +02:00
Gurzau Raul 4aeb9af849 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-10 19:58:05 +03:00
Gurzau Raul 6bfadf95b4 Merge inbound to mozilla-central. a=merge 2018-04-10 19:54:34 +03:00
Andreea Pavel 525c9e7907 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2018-04-11 17:38:56 +03:00
Tim Nguyen 1d19015df5 Bug 1437302 - Fix width of textbox[type=number] consumers. r=Paolo, Neil Deakin
--HG--
rename : toolkit/themes/linux/global/numberbox.css => toolkit/themes/shared/numberbox.inc.css
extra : amend_source : d9161dc8d21b958488b7304849a5e8c164f660bb
2018-03-26 14:34:39 +02:00
Gurzau Raul df79f362f0 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-04-10 19:56:38 +03:00
Tim Nguyen 95f4ea3410 Bug 1449327 - Stop sanitizing fully transparent values. r=dao
MozReview-Commit-ID: JMtBYycoRMC

--HG--
extra : rebase_source : 2c02e44a464ce5d62ed21fce9d61d2921e7f5001
2018-03-31 13:57:09 +02:00
Marco Bonardo 8b76afe3e5 Bug 1448057 - Asincify some Places tests and add a test for favicons on bookmark redirects. r=standard8
Async-ify some tests.
Moves some tests from browser-chrome to xpcshell.
Due to the move, I found out that we are fetching icons from network even when
we are not supposed to, so fix this bug (automatically tested by xpcshell through
disallowing remote network access).
Add a missing test for bookmark redirects, to cover the moved around code.

MozReview-Commit-ID: EB2Z0huovJh

--HG--
rename : toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage.js => toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage.js
rename : toolkit/components/places/tests/browser/browser_favicon_setAndFetchFaviconForPage_failures.js => toolkit/components/places/tests/favicons/test_setAndFetchFaviconForPage_failures.js
extra : rebase_source : 5289551f205bea9c5f2c6e68bbc70ce421b77311
2018-04-05 11:03:19 +02:00
Marco Bonardo 06df983ba2 Bug 1452376 - Replace GetDescendantFolders with a recursive subquery. r=standard8
MozReview-Commit-ID: 7eXfqzX2qLl

--HG--
extra : rebase_source : 3e0c4e6049d137b15ae1391ea854f7096212a7ee
2018-04-10 00:20:36 +02:00
Marco Bonardo 3a337abf8a Bug 1452621 - Cleanup some tag queries related code. r=standard8
MozReview-Commit-ID: L8L3i5W1CHe

--HG--
extra : rebase_source : 50b547644e39238402985072d400022c83a33a7a
2018-04-09 15:38:45 +02:00
arthur.iakab 8fe9a4d75a Merge mozilla-central to autoland 2018-04-11 01:12:49 +03:00
Rob Wu 9a634fe0d1 Bug 1448674 - avoid closing extension ports while detaching tabs r=aswan
Extension ports are automatically closed when the message manager of
the source is destroyed. When a tab is detached from a window, its
frameloader is moved to the new window and the original message
manager is destroyed.

Bug 1445537 started listening for SwapDocShells events, but that only
works for the first swap (e.g. detaching a tab once). To avoid early
disconnection of the port, we should continue to subscribe to
SwapDocShells events.

MozReview-Commit-ID: G2ZYAhNyHIL

--HG--
extra : rebase_source : 9f888482e63d2768adf3dbd1c484a483dc307b2b
2018-04-06 13:34:30 +01:00
William Lachance bc2349a4d0 Bug 1452745 - Annotate crash pings with actual display and platform versions r=gsvelto
Before we were falling back to using the raw version, which isn't
correct on at least beta (i.e. we would get `60.0` instead of `60.0b1`).

MozReview-Commit-ID: 7NfV6iRoj4y

--HG--
extra : rebase_source : de1ea9d64d1d03c8281fc0ab9efe4ffac6fd40cb
2018-04-10 15:01:22 -04:00
Gijs Kruitbosch a854279b1d Bug 1452926 - add easing back to videocontrol control animations, r=timdream
MozReview-Commit-ID: w8rdA1uk5H

--HG--
extra : rebase_source : 4aab405627ba2ad6fb276c8d522c1d59891d25f2
2018-04-10 14:44:21 +01:00
Tim Nguyen c735d11766 Bug 1452019 - Fix tab_selected when lwt-image attribute is not set. r=jaws
MozReview-Commit-ID: KVhfU9siVH8

--HG--
extra : rebase_source : a491df65f7b511b528a5a484b218de391341dfff
2018-04-11 03:16:37 +02:00
Zibi Braniecki 2874ab68ea Bug 1449505 - Migrate NarrateControls.jsm to use mozIntl.getLocaleDisplayNames. r=jfkthame
MozReview-Commit-ID: FN8jdXSuRky

--HG--
extra : rebase_source : a393797b20a3e8a9cb7ac05d1530adad9a3e881c
2018-04-01 14:35:49 +02:00
Zibi Braniecki 68f40c33b0 Bug 1449505 - Migrate InlineSpellChecker.jsm to use mozIntl.getLocaleDisplayNames. r=jfkthame
MozReview-Commit-ID: JbvCQZrTtEZ

--HG--
extra : rebase_source : a1758bf7f4d09d4e12cb46614de23e34a2f3c482
2018-04-01 14:30:21 +02:00
Zibi Braniecki 8f66f8f2dc Bug 1449505 - Add mozIntl.getLocaleDisplayNames. r=jfkthame
MozReview-Commit-ID: GJroYvSODgh

--HG--
extra : rebase_source : 5ce2f6ead61b20df2c0cec7e4fae5955f77b7de8
2018-03-30 20:50:58 +02:00
Andreea Pavel fdfd625082 Backed out 9 changesets (bug 1449505) for failing xpcshell at browser/extensions/formautofill/test/unit/test_addressRecords.js on a CLOSED TREE
Backed out changeset e96c92f80c09 (bug 1449505)
Backed out changeset 760e4d29af7e (bug 1449505)
Backed out changeset e82c5152cc17 (bug 1449505)
Backed out changeset 07143ec143ae (bug 1449505)
Backed out changeset 75a7dee8e060 (bug 1449505)
Backed out changeset a58126ed4b3f (bug 1449505)
Backed out changeset f0b4429eedff (bug 1449505)
Backed out changeset 4bf3befa991d (bug 1449505)
Backed out changeset 398d8addfbd8 (bug 1449505)
2018-04-11 10:07:42 +03:00
Phil Ringnalda 183db5cd45 Bug 1449505 followup, fix forthcoming xpcshell bustage in test_mozintl.js 2018-04-10 23:35:15 -07:00
Zibi Braniecki f097adc7a7 Bug 1449505 - Migrate NarrateControls.jsm to use mozIntl.getLocaleDisplayNames. r=jfkthame
MozReview-Commit-ID: FN8jdXSuRky

--HG--
extra : rebase_source : d3682ea78848d4237c66147a6dea2ebc93da2dee
2018-04-01 14:35:49 +02:00
Zibi Braniecki 283f11b86f Bug 1449505 - Migrate InlineSpellChecker.jsm to use mozIntl.getLocaleDisplayNames. r=jfkthame
MozReview-Commit-ID: JbvCQZrTtEZ

--HG--
extra : rebase_source : ef20608e7bfb84383e2e8f8d67c2989e0fe041b8
2018-04-01 14:30:21 +02:00
Zibi Braniecki d673579850 Bug 1449505 - Add mozIntl.getLocaleDisplayNames. r=jfkthame
MozReview-Commit-ID: GJroYvSODgh

--HG--
extra : rebase_source : 7b8f44512a18618a3c6fdfc1b7bcd69e3625781e
2018-03-30 20:50:58 +02:00
Jonathan Kingston 6d747cc6cb Bug 1374741 - Within toolkit/ make openUILinkIn() provide the correct triggeringPrincipal. r=Gijs
MozReview-Commit-ID: AX2S3bEKl1w

--HG--
extra : rebase_source : f8ab09abbf65224e7253f72c5db36e774c4daffc
2018-02-21 23:08:42 +00:00
Jonathan Kingston bbb3623c41 Bug 1374741 - Within devtools/ make openUILinkIn() provide the correct triggeringPrincipal. r=jryans
MozReview-Commit-ID: KecQcZWeU6a

--HG--
extra : rebase_source : edbcbd607ee7209b5c137d4f7af9daf5eaeffab6
2018-02-21 16:01:03 +00:00