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

528120 Коммитов

Автор SHA1 Сообщение Дата
Edouard Oger 9269f73da5 Bug 1096343 - Use a different sync link in dev edition main preferences. r=markh
MozReview-Commit-ID: BPGSVN2EQza

--HG--
extra : rebase_source : 87675ab38049ceb0fb1c37627a3a2021e3b8d656
2017-03-30 15:59:09 +01:00
Bas Schouten 7f457d5cb3 Bug 1352163: Use buffer flipping for presenting to the browser window. r=mattwoodrow
MozReview-Commit-ID: JmJB6b9dP4S

--HG--
extra : rebase_source : f2d5e7c1f037bb4af1a95932b22c2842f0c244f7
2017-03-30 18:47:13 +00:00
Alexandre Poirot 41dd51eec8 Bug 1335419 - Lazy load and instanciate computed view, ruleview and font inspector. r=jdescottes
MozReview-Commit-ID: CtI8w6Ao35u

--HG--
extra : rebase_source : e68ac3b4c3922a23d14d6345a3ed4433f06c6d34
2017-01-31 16:26:40 +01:00
Justin Wood 485886c025 Bug 1347579 - run configure before doing repack. r=aki
MozReview-Commit-ID: 4uBwqwtN3i0

--HG--
extra : rebase_source : f067fa3b33157a1afc0906412fb7b4f7e5fe24f3
extra : intermediate-source : 727ed2b44031fd71780ed0d0c27a0950633f41dc
extra : source : dda6cc82c28204967a2012a13de9bcdaf94f9418
2017-03-28 16:26:56 -04:00
Justin Wood 3871b98dcf Bug 1347579 - Add mozharness script (and docker build shell script) to allow running mach repackage. r=aki
(For "Integrate and fully support OSX Signing in taskcluster")

Written as a mozharness script rather than using bare ./mach command because we need to download the upstream artifact
and because we need to download artifacts from tooltool to do the packing back into a .dmg. Future ideal would be to get
rid of the mozharness script and use JUST ./mach.

This is using the ./mach repackage code being created in Bug 1347576. Taking a signed tarball from a dmg supported with
Bug 1346015, and the taskgraph work to schedule this is in Bug 1318505.

MozReview-Commit-ID: rv9l285HKC

--HG--
extra : rebase_source : 054219511419b8bf44b1f57a8d834a12c13710e3
extra : intermediate-source : a52bc37e08efbf4d6c68cc0f4e2d4b76f79b192a
extra : source : 6ad7468a590f5a2779ffdc3713c1f6f74ce23731
2017-03-28 10:41:38 -04:00
Karl Tomlinson b1abf64f1a bug 1349849 remove WidgetStateChanged() call from nsScrollbarFrame::MoveToNewPosition() r=mstange
This was added in
https://hg.mozilla.org/mozilla-central/rev/9eabf947efc3363a1bf79aa03c3053d184510846
for https://bugzilla.mozilla.org/show_bug.cgi?id=957445#c29 but the
|aShouldRepaint| out parameter is not handled, and the call has no side
effects.

WidgetStateChanged() in nsNativeThemeWin and nsNativeThemeCocoa do not request
repaint of the scrollbar nor otherwise handle curpos.

nsNativeThemeGTK::WidgetStateChanged() requests a repaint on some changes in
curpos only on scrollbar buttons.

MozReview-Commit-ID: 98iyhLMs7ja

--HG--
extra : rebase_source : 512e0d9e825975a33fadd51e7c69d1ea0fa1cbef
2017-03-23 14:44:08 +13:00
Karl Tomlinson a0668c1243 bug 1349849 document nsITheme::WidgetStateChanged() r=mstange
Perhaps this was once a notification, but today implementations have
no side-effects.

MozReview-Commit-ID: 7IftDzwd3gq

--HG--
extra : rebase_source : c15ccee02409a5a3690eb762701c07d8c79695f2
2017-03-23 19:11:00 +13:00
Wes Kocher d490f31710 Backed out changeset 6d376d7031df (bug 1319821) for test_webextension_theme.js failures a=backout CLOSED TREE
--HG--
extra : amend_source : 0ce863936b81e44dec5390d956928da0ab9fe94b
2017-03-30 15:10:49 -07:00
Alessio Placitelli b2ea8c87c2 Bug 1336360 - Use the PingSender for sending pings when the browser shuts down. r=chutten,gsvelto
MozReview-Commit-ID: 6bNQs87UQ9m

--HG--
extra : rebase_source : d9ea6afcf851d79b87c2e96fb0e664a6c614e74c
2017-02-23 14:58:02 +01:00
John Dorlus 433a310f16 Bug 1301781 - Add test harness for telemetry tests r=ato
These tests are for the testing of the telemetry client. The tests
spin up an http server to capture ping data sent from firefox. The test
test_ping_server_received_ping tests that the ping server is up and running
and that the harness properly waits for the ping data.

MozReview-Commit-ID: 5kIjqgX3YiW

--HG--
extra : rebase_source : ec6a5784baf4bbc0b20099b2f92a8ec47cac8106
2017-03-29 17:10:52 -04:00
Gijs Kruitbosch 17162a90b4 Bug 1145470 - remove hiddenWindow specialcasing from CheckLoadURI code, r=bholley
All the consumers relying on this have disappeared, so we can (finally!) get
rid of this ugly bit of special-casing.

MozReview-Commit-ID: HSeeG21O0p4

--HG--
extra : rebase_source : faebaf646308fe29b1c23e4117db2c1ea52ad658
2017-03-30 11:16:17 +01:00
Kris Maglione 7485b4ce5c Bug 1350049: Handle nsParser being finalized before resuming. r=hsivonen
This is a hybrid of the previous two approaches. The nsParser weak reference
sometimes stays alive after it's been detached from the document, after which
attempting to remove it throws. This stores a reference to the original
parser, and checks that it's still the current parser when it comes time to
resume.

MozReview-Commit-ID: 1JSi2FmPxt0

--HG--
extra : rebase_source : fc29ab7cd2074eda5f2c747ff7255a29bcc6f4a2
2017-03-28 15:24:26 -07:00
Mike Cooper 22ec855caa Bug 1351465 - shield-recipe-client: Unconditionally set up logging in bootstrap r=Gijs
MozReview-Commit-ID: 5W7UdpsLyYd

--HG--
extra : rebase_source : 446933ac19330b2404f453b91c09b8bb83e191d0
2017-03-29 13:49:37 -07:00
Ricky Chien bb13410e5c Bug 1350218 - Support L10N properties loader in Launchpad r=Honza
MozReview-Commit-ID: HCtAzZzl04z

--HG--
extra : rebase_source : f0de524a28ddf22f923d6e1e661c3a84078752dd
2017-03-30 18:40:18 +08:00
Julian Descottes 1cc1cb498c Bug 1348005 - update grid panel on reflows;r=gl
Extracted the reflow tracking logic from the box-model to a dedicated util in
inspector/shared/reflow-tracker.js to use it in both box-model and grid-inspector.

MozReview-Commit-ID: DZCOH3RDY6

--HG--
extra : rebase_source : 490befd89eb1011a02d8a99ac965b077da324067
2017-03-29 20:51:27 +02:00
Mike Taylor f4b04844e3 Bug 1329704. Update webcompat reporter icons and provide theme-specific variants. r=Gijs
Thanks to :shorlander for the assets.

MozReview-Commit-ID: 705732RwXNL

--HG--
extra : rebase_source : fd2ab049b5985124c041e2082b77d814ab48fb68
2017-03-09 11:09:04 -06:00
Zibi Braniecki 1f71b79b24 Bug 1339650 - Introduce mozIntl.DateTimeFormat. r=jfkthame
MozReview-Commit-ID: 1jnit4IlDN6

--HG--
extra : rebase_source : 2b319acbb9fe1c7bdb3bc555baff8b9030946715
2017-03-02 16:39:17 -08:00
Delphine Lebédel b09171226d Bug 1348206 - Update central list.json with latest l10n changes, r=mkaply
MozReview-Commit-ID: KxVVsXxn4hy

--HG--
extra : rebase_source : 70fea2db666f97c07f210f777d4d91cfa40dc4cb
2017-03-30 17:00:27 +02:00
Mike Shal 306a525fa2 Bug 1347576 - Add a 'mach repackage' command, with OSX dmg support; r=chmanchester
This is the initial support of 'mach repackage', which can take an
existing tarball and create a DMG on either an OSX host or on a Linux
host with cross-OSX tools. Configure is needed in order to find the
tools necessary to create the DMG. On a Linux cross-compiled environment
with tooltool, this can be as simple as:

export MKFSHFS=$topsrcdir/hfsplus-tools/newfs_hfs
export DMG_TOOL=$topsrcdir/dmg/dmg
export HFS_TOOL=$topsrcdir/dmg/hfsplus
ac_add_options --disable-compile-environment

MozReview-Commit-ID: 6t2rlXpwUvu

--HG--
extra : rebase_source : 39f2f9ecac9d7e5af197f1b5dea70cd307acf488
2017-03-10 18:36:23 -05:00
Julian Descottes 9791406fea Bug 1350499 - exclude styles for pseudo-els when building boxmodel widget;r=gl
MozReview-Commit-ID: GSoqlJ97KT7

--HG--
extra : rebase_source : 8cceb22ad3a7326f72a3a112a904a741f2017f45
2017-03-29 15:41:42 +02:00
Andrew McCreight cb4bfc4017 Bug 1351385, part 4 - Move the JSON sniffer out of its own file. r=Honza
The sniffer is always run. By moving it out of its own file we can
avoid importing the devtools loader system at startup, which uses a
number of compartments.

MozReview-Commit-ID: IoMIzZeRDo2

--HG--
extra : rebase_source : a58f03898c5eeabfb7b43052e7f65d715c3a5b1e
2017-03-28 11:32:34 -07:00
Andrew McCreight 6c3486e2e6 Bug 1351385, part 3 - Rename stuff for the JSON sniffer. r=Honza
This is in preparation for moving it to converter-observer.js.

MozReview-Commit-ID: 8TsIvQsOqoc

--HG--
extra : rebase_source : 0bcc4f8fe5c24ef3cbe8f0384a8fa37ac820f12d
2017-03-28 09:20:02 -07:00
Andrew McCreight 87776ec0a5 Bug 1351385, part 2 - Lazily load JsonViewService. r=Honza
This avoids triggering the devtools loading system just to register a
factory.

MozReview-Commit-ID: BVMfCRlG9kv

--HG--
extra : rebase_source : 06dadfb180ae8855a7edfba38322d08afeb8dc8e
2017-03-28 09:13:05 -07:00
Andrew McCreight b9480f3867 Bug 1351385, part 1 - Rename JSON viewer things in preparation for a move to another file. r=Honza
MozReview-Commit-ID: 1jj5VEELkrv

--HG--
extra : rebase_source : 6d8c9321e8e099947e401583408dfd9179d371fe
2017-03-28 08:45:03 -07:00
Xidorn Quan 7249e7bf7c Bug 1350810 - Package and upload stylo binding files as artifact. r=ted
MozReview-Commit-ID: 3LjhqTBVLIx

--HG--
extra : rebase_source : 10f0850a1d65bf9720046904a4b924e993019bfd
2017-03-29 11:25:40 +11:00
Jared Wein d3d84de4b3 Bug 1345440 - Force a style flush of the tab when we set the soundplaying attribute to get the icon drawn immediately. r=Gijs
MozReview-Commit-ID: 5JRyZp1SzDb

--HG--
extra : rebase_source : 73eac4817b370fb67caacecda1ca6bed3361feb9
2017-03-29 23:45:22 -04:00
Mike de Boer 382bae51af Bug 1319821 - Themes should allow for multiple background images in the toolbar. r=jaws,mattw
This patch also changes the 'headerURL' and 'theme_frame' properties to be of type
ExtensionURL, instead of strings. This improves validation robustness.
Alignment and tiling properties for the additional background images can be
specified in the newly introduced 'properties' section of the manifest.

MozReview-Commit-ID: BzvS3eHmDCY

--HG--
extra : rebase_source : c421a7feaa8492fae40258086bdb7e4fcc51a80d
2017-03-30 12:54:59 +02:00
Hiroyuki Ikezoe 757f521aaf Bug 1346232 - Update reftest expectations. r=jmaher
MozReview-Commit-ID: HhzQ6QKZwDb

--HG--
extra : rebase_source : 8ceade6850d7f5f3c3746c32aefe5a5dcbe30158
2017-03-30 17:09:08 +09:00
Hiroyuki Ikezoe c10074be1d Bug 1346232 - Use Ubuntu 16.04 docker image for stylo reftest to avoid timeouts. r=jmaher
MozReview-Commit-ID: Jk7SnxEvHx4

--HG--
extra : rebase_source : 957d273b86ab529b23e653163b26509274cee3f8
2017-03-30 17:09:04 +09:00
Aryeh Gregor f889daf2b4 Bug 1175418 - Don't create unnecessary text nodes in editor; r=masayuki
MozReview-Commit-ID: LnioO8XoGQT

--HG--
extra : rebase_source : e85b99dc69912934f44c4e9dd9b17d23fe02bb09
2017-03-29 18:28:21 +03:00
Kris Maglione 9e5e71f548 Bug 1350680: Correctly handle null loadInfo in SubstituteChannel. r=ckerschb
MozReview-Commit-ID: 7aWuc874lTO

--HG--
extra : rebase_source : 72e518ebe9343b5f42590b4772e77198c4d657cb
2017-03-28 13:01:48 -07:00
Johan Lorenzo cca64f884f Bug 1317783 - Put PushApk tasks in-tree r=aki
MozReview-Commit-ID: 8uGIuj7OXwZ

--HG--
extra : rebase_source : d9ff99b54a7cffb258cdfe390ab9f733cdffb4a3
2017-03-30 12:13:01 +02:00
Patrick Brosset a44fd997b0 Bug 1346424 - Wait for the button to become paused instead of the timeline-data-changed event; r=pbro
MozReview-Commit-ID: 9xsx5gguspP

--HG--
extra : rebase_source : 4db987e0742315446d191bf9b6041a30ac971281
2017-03-22 14:37:51 +01:00
Edouard Oger d09f746bfb Bug 1345955 - Update FxA profile when push notification received. r=markh
MozReview-Commit-ID: 4LL6F5Qnnj4

--HG--
extra : rebase_source : 00bc6a445d22fdfb626e7af6ad62fb750f444460
2017-03-16 17:15:18 -04:00
Xidorn Quan 7d0968cae9 servo: Merge #16192 - Output binding files to dist dir in addition (from upsuper:bug1350810); r=emilio
https://bugzilla.mozilla.org/show_bug.cgi?id=1350810

Source-Repo: https://github.com/servo/servo
Source-Revision: 54e2b7b2d5eaa2b59c8d922de2344677871370a1

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 37be5527b9b69f4b71f2d624b800e32dd7ec4afa
2017-03-30 08:23:31 -05:00
Fernando Jiménez Moreno 5074440a51 servo: Merge #16184 - Terminate timer scheduler thread during shutdown (from ferjm:issue-16153-terminate-time-scheduler-shutdown); r=jdm
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #16153

Source-Repo: https://github.com/servo/servo
Source-Revision: a3d968833ba3653dd2b91f67adeb6c3faa1a256c

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 631cfd670d58fee87a345e2c4a25e3c92e3805a1
2017-03-30 07:31:02 -05:00
Dan Minor 1d80aba420 Bug 1351700 - Fix linking error when building webrtc-gtest; r=jesup
This adds a stub implementation for nsTraceRefcnt::WalkTheStack which we're
pulling in from <mozilla/Assertions.h> in some debug builds.

MozReview-Commit-ID: 6wVghIfKWWZ

--HG--
extra : rebase_source : 1e8472935c7f8ac486794fab764e08b30eea79ed
2017-03-29 14:22:23 -04:00
Kan-Ru Chen 21b3e0be8d Bug 1351246 - Check gdk_screen_get_default() for X. r=karlt
MozReview-Commit-ID: FJr7tdu1Rsp

--HG--
extra : rebase_source : 4daa2218f57b86a2fcb9f6b3f582bae7dd65b4a4
2017-03-29 08:29:58 -04:00
Ryan VanderMeulen 615c542a03 Merge inbound to m-c. a=merge
CLOSED TREE
2017-03-30 15:20:22 -04:00
Ryan VanderMeulen ee0df52b99 Merge autoland to m-c. a=merge 2017-03-30 15:18:40 -04:00
Sebastian Hengst f7bdfd47a4 Backed out changeset 23de710cae6f (bug 1322554) for breaking at least Windows 8 x64 builds (likely all Windows builds). r=backout on a CLOSED TREE 2017-03-30 18:47:15 +02:00
ffxbld 72fe012899 No bug, Automated blocklist update from host bld-linux64-spot-388 - a=blocklist-update 2017-03-30 07:59:26 -07:00
ffxbld 8aa12a88dc No bug, Automated HPKP preload list update from host bld-linux64-spot-388 - a=hpkp-update 2017-03-30 07:59:23 -07:00
ffxbld 27b59fd695 No bug, Automated HSTS preload list update from host bld-linux64-spot-388 - a=hsts-update 2017-03-30 07:59:20 -07:00
Carsten "Tomcat" Book 74e36e1adb Merge mozilla-central to autoland on a CLOSED TREE
--HG--
extra : amend_source : 5026c19958cdc458c0f0887582fd00b8038fe93e
2017-03-30 16:48:10 +02:00
Iris Hsiao 0d26c7dc74 Backed out changeset 3d0faaeb8496 (bug 1350229) for eslint failure 2017-03-30 18:07:37 +08:00
Catalin Badea fce9859c14 Bug 1325942 - Fix test_fetch_cors_sw_empty_reroute.html. r=ehsan 2017-03-29 01:49:00 +08:00
Locke Chen 151dbfed9b Bug 1350229 - Removing Preview side panel. r=rickychien. 2017-03-29 23:29:00 +08:00
Michal Novotny 791ecf863b Bug 1342360 - "Crash in mozilla::net::WyciwygChannelParent::ActorDestroy" .r=valentin.gosu 2017-03-02 05:00:00 +08:00
Jon Coppeard 2060e390eb Bug 1351756 - Fix style test bustage r=me 2017-03-30 10:27:50 +01:00