Commit Graph

21007 Commits

Author SHA1 Message Date
Dan Banner
b2e847755c Bug 1367704 - Enable the semi ESLint rule across the tree. r=standard8
MozReview-Commit-ID: GrlcOI9K2hJ

--HG--
extra : rebase_source : 6574cf3c67eb11733ffd9999c260f71c8551abc4
2017-05-28 19:57:46 +01:00
Kit Cambridge
626b4ed6c8 Bug 1412143 - Add mozIAsyncLivemarks.invalidateCachedLivemarks. r=mak
This patch uses a promise queue to serialize reads and writes to the
livemarks cache.

MozReview-Commit-ID: 8R7N6ORxrtV

--HG--
extra : rebase_source : 864fce259ed85fc6779dec6e7707cf30899288b3
2017-09-08 15:27:32 -07:00
Noemi Erli
696ac83de9 Merge mozilla-central to mozilla-autoland. r=merge a=merge CLOSED TREE 2017-11-18 02:55:06 +02:00
Noemi Erli
40495fde1b Backed out changeset e0eab399db59 (bug 1417101) for Static errors in toolkit/components/places/target r=backout on a CLOSED TREE 2017-11-18 02:48:42 +02:00
Noemi Erli
d96f41a437 Merge inbound to mozilla-central r=merge a=merge 2017-11-18 00:01:46 +02:00
Kit Cambridge
870acfd373 Bug 1417101 - Remove the annotation observer from the bookmarks service. r=mak
Since `SetItemAnnotation` already queries `moz_bookmarks`, we can fetch
and pass the changed bookmark's info directly to
`nsNavBookmarks::NotifyItemChanged`, without going through the anno
observer.

This patch refactors the internal `Set*` methods to pass an optional
`BookmarkData` from `SetItemAnnotation`, and fire `OnItemChanged`
notifications after notifying anno observers. `NotifyItemChanged` also
updates the bookmark's last modified time if requested.

MozReview-Commit-ID: Hz5qiOmAjsD

--HG--
extra : rebase_source : 37170f4661341e3a401f8210ceec84cbf439b4b2
2017-11-16 16:49:03 -08:00
André Bargull
027f71e3dd Bug 1418026: Remove unused code from js/src/frontend. r=jandem 2017-11-16 11:17:04 -08:00
Florian Quèze
db57a79267 Bug 1405670 - remove tests for search-metadata.json migration, r=adw. 2017-11-17 12:06:06 +01:00
Florian Quèze
d622df7dce Bug 1405670 - fix search service tests relying on dropping .xml files in the profile folder, r=adw. 2017-11-17 12:05:47 +01:00
Florian Quèze
97356e430c Bug 1405670 - stop importing old search metadata from search-metadata.json, r=adw. 2017-11-17 12:04:44 +01:00
Florian Quèze
229e50d560 Bug 1405670 - stop saving the last modification date of directories we loaded engines from, r=adw. 2017-11-17 12:04:27 +01:00
Florian Quèze
47b9babf07 Bug 1405670 - stop importing old search plugins from <profile>/searchplugins/*.xml when the cache file is missing, r=adw. 2017-11-17 12:03:52 +01:00
Tim Nguyen
3adfb3eca6 Bug 1415878 - Accept both Chrome arrays and CSS colors for all properties. r=jaws
MozReview-Commit-ID: 6NkIUZKWkBI

--HG--
extra : rebase_source : 9f333c76bd3d9b321851129b0cb815686753fe82
2017-11-16 12:40:53 +00:00
Bob Silverberg
ea5edb4f6a Bug 1404584 Part 3: Convert ExtensionPreferencesManager to use update and uninstall events, r=aswan,jkt
This includes removing the "web-extension-preferences-replacing" and "web-extension-preferences-replaced"
notifications as they are no longer needed.

MozReview-Commit-ID: IjNf4BImgas

--HG--
extra : rebase_source : a48e72c291ebd509d19e9e94196d3600eb7328c4
2017-11-01 09:51:41 -04:00
Bob Silverberg
d5a84e4c0a Bug 1404584 Part 2: Convert ext-chrome-settings-overrides to use update and uninstall events, r=aswan,mkaply
MozReview-Commit-ID: KtagRbDz19S

--HG--
extra : rebase_source : 07b6aca0c1ad1653397055fc0ab61c2f37ad51bb
2017-11-01 09:50:03 -04:00
Shane Caraveo
1bc1c23eb7 Bug 1416872 fix canceling request, r=rpl
MozReview-Commit-ID: BqZFsPHo4Ty

--HG--
rename : toolkit/components/extensions/test/mochitest/test_chrome_ext_identity.html => toolkit/components/extensions/test/mochitest/test_ext_identity.html
extra : rebase_source : 9bbef2189b9e1400b0f4ca80a6da77164cfbf373
2017-11-16 13:07:51 -08:00
Martin Stransky
6657eb539e Bug 1360566 - [Wayland] - Implement XRemote Server by D-Bus, r=jhorak
It creates new nsRemoteService instance which is parent (proxy) class which is registered as global nsIRemoteService. It provides basic functionality (watch observer for shutdown, launch firefox instance by HandleCommandLine()) for child services which are system specific. nsDBusRemoteService listens on DBus interface and it's available on DBus enabled systems only. nsGtkRemoteService is the former one based on X window propery mechanism.

MozReview-Commit-ID: GHpXdjstwyY

--HG--
extra : rebase_source : 54847a04ebd0bae6dc3d33352e8155a1e3fa09f4
2017-11-09 12:13:32 +01:00
Edouard Oger
3cea89e3ba Bug 1397551 - Delete Mobile Bookmarks query when there are no mobile bookmarks. r=markh
MozReview-Commit-ID: GaZPRFqJE8T

--HG--
extra : rebase_source : c3035cce9032e463fb4f8d02910206f44920559a
2017-11-09 14:55:54 -05:00
Andrew Swan
e22db87de6 Bug 1404584 Part 1: Use extensionId in ExtensionSettingsStore and ExtensionPreferencesManager methods, r=aswan
This code changes all of the functions in the ESS and the EPM to accept an extensionId rather than an
extension object, which is required for responding to the new onUpdate event.

MozReview-Commit-ID: FwMVa0fShGj

--HG--
extra : rebase_source : 6b17f729966b5f1c804fb50fe41459859ab3049b
2017-10-24 20:18:03 -07:00
Bob Silverberg
6cef32056d Bug 1416984 - Remove all cookies at the beginning of test_ext_cookies.html, r=mixedpuppy
This test was failing when running locally during the second run (i.e., the non-oop run).
The problem ocurred because the cookies created during the first run were not removed
prior to the second run. This patch adds code to clean up any existing cookies before
running the test.

MozReview-Commit-ID: LieSZDudawN

--HG--
extra : rebase_source : dff0183db12e5df1774aa5355fcf5da38442a411
2017-11-15 10:00:32 -05:00
Rob Wu
5b7fed7163 Bug 1418287 - Add preference to disable the system notification service r=baku
MozReview-Commit-ID: 5D1yJ8o0BgA

--HG--
extra : rebase_source : d4972854e5e8fab117dd6cdae82c2cebca002e5d
2017-11-17 13:29:15 +01:00
Matthew Noorenberghe
12e4204b4d Bug 1417749 - Create a currency-amount Custom Element. r=marcosc
MozReview-Commit-ID: 1XF7UqvhQSy

--HG--
extra : rebase_source : 9eeb71ddaed32b0b9bde6a704d8bc87def0d4d1c
2017-11-16 21:58:29 -08:00
Mantaroh Yoshinaga
3eb43cb01a Bug 1409971 - Part 3. Set nsIPrintSettings::IsCancelled to true in order to cancel print job. r=mconley
In content process, we should set nsIPrintSettings::IsCancelled to true in order
to cancel the print job. nsPrintEngine use this flag for cancelling.

MozReview-Commit-ID: EqnNJOlIm5s

--HG--
extra : rebase_source : 500cd839e2e0926a19108d953532056871651af8
2017-11-15 16:31:18 +09:00
Mantaroh Yoshinaga
9888f1f68f Bug 1409971 - Part 2. Notify cancelling print job when cancel button pushed. r=mconley
This patch will use existing nsIObserver, and distinguish each message by using
parameter character.

MozReview-Commit-ID: GAhPl7n9wmS

--HG--
extra : rebase_source : b230b818bf481dc31c1e490065d132572a79f9b6
2017-11-15 16:29:49 +09:00
Mantaroh Yoshinaga
1d68bd8139 Bug 1409971 - Part 1. Add cancelling print job interface to PPrintProgressDialog. r=mconley
This patch will add empty ipc interface in order to notify cancelling print job.

MozReview-Commit-ID: KqBN5A4ARSd

--HG--
extra : rebase_source : 634ba69269948a0f8c6363fd6f965ffc6811225b
2017-11-15 16:29:45 +09:00
Shane Caraveo
a43fd8e12b Bug 1419880 first round of TODO/FIXME comment updates, r=mixedpuppy
MozReview-Commit-ID: 6GsqWSBKB2d

--HG--
extra : rebase_source : adfe85488b8f4ff0fbbf233a9d2dbf6551fd9075
2017-11-22 11:54:07 -08:00
Chris H-C
c143532062 bug 1381633 - Communicate whether getActiveAddons is serving full data r=Dexter,rhelmer
getActiveAddons can either return partial or full data for use by the Telemetry
Environment. This is just a spike that communicates that difference out of
XPIProvider and into the Environment so we know whether the DB has been loaded.

MozReview-Commit-ID: 4Y5mq5aM6uu

--HG--
extra : rebase_source : 989d47fb68bac5e33d24782dfd09eb603a2067fc
2017-11-21 14:00:07 -05:00
Kit Cambridge
5658ece8da Bug 1418853 - Don't report handled rejections in nsLivemarksService. r=mak
`_withLivemarksMap` and `_invalidateCachedLivemarks` already return the
chained promise, so callers can handle rejections. We shouldn't log
errors for handled rejections.

MozReview-Commit-ID: 2zAzf3aeFxI

--HG--
extra : rebase_source : f55b97db4376be2a0624d0bde70debadb91d1f84
2017-11-19 23:28:34 -08:00
Brian Grinstead
a38f3c265d Bug 1416372 - Remove remaining references to the view source statusbar;r=jryans
MozReview-Commit-ID: HQcRAo5eTKk

--HG--
extra : rebase_source : 2d8a50937aa653e65c0e6e769875ddd840b5b9af
2017-11-21 08:40:55 -08:00
Gurzau Raul
6dcee027d7 Merge inbound to mozilla-central r=merge a=merge 2017-11-16 12:04:45 +02:00
Brindusan Cristian
89030a420a Merge mozilla-central to inbound r=merge a=merge on a CLOSED TREE 2017-11-16 00:51:41 +02:00
Brindusan Cristian
d0a4ab96a0 Merge inbound to mozilla-central r=merge a=merge 2017-11-16 00:24:15 +02:00
Nicholas Nethercote
f553c82da0 Bug 1416638 - Add a PrefValueKind arg to Preferences::Get*(), and remove Preferences::GetDefault*(). r=glandium
MozReview-Commit-ID: LgnZAf1pAl1

--HG--
extra : rebase_source : 8ba7c4bfb331f70fd41c2ae1d428e4cb9058d069
2017-11-14 19:06:01 +11:00
Fernando
1960157f5d Bug 1393041 - Refactor and share the telemetry c++ utility functions in gtests. r=dexter 2017-11-14 12:07:00 +01:00
Tim Nguyen
6a9b3a4737 Bug 1415872 - Implement colors.tab_text and colors.background_tab_text. r=jaws
MozReview-Commit-ID: Gp5CHqmOi6A

--HG--
extra : rebase_source : 3d88c63a68721a120161b9ddb915eb05a24ad9e0
2017-11-15 17:34:12 +00:00
Shane Caraveo
1521922988 Bug 1404671 check the error string r=mixedpuppy
MozReview-Commit-ID: GEiFEb7JMdh

--HG--
extra : rebase_source : 06d7a88032e7790c932959e4b31bc21977ab8262
2017-11-14 17:09:23 -08:00
Doug Thayer
43771ba19d Bug 1414892 - Optimize moz_places_afterinsert_trigger r=mak
This uses a similar strategy as that employed by moz_places_afterdelete_trigger,
creating a temp table which we write host inserts into, and then deleting all
the rows from it when we're done inserting, effectively resulting in a per-
statement trigger to only do the significant work per host.

MozReview-Commit-ID: 5TUueknq3ng

--HG--
extra : rebase_source : 1892edfcaa7b6afd29ce794a93d6ab3d46c48895
2017-11-07 12:01:53 -08:00
Alessio Placitelli
31313e79a3 Bug 1400852 - Fix various warnings when building Telemetry in-tree docs. r=chutten
MozReview-Commit-ID: EksxR3Xwrc5

--HG--
extra : rebase_source : 7c7c8e7feb2b3b0092f7485ed0031a7f88ae2e93
2017-11-15 10:20:04 +01:00
Alessio Placitelli
532ccbb9db Bug 1400852 - Document the "expired" field for dynamic event registration. r=chutten
MozReview-Commit-ID: EvYptz0u8k9

--HG--
extra : rebase_source : b8e7bda75814e2e8aaca3c3fd792fcd2af4b6483
2017-11-15 10:07:08 +01:00
Julian Descottes
5b2c0adf24 Bug 1408339 - measure onboarding devtools user detection with telemetry;r=ochameau, datareview=francois
MozReview-Commit-ID: G3edBYlyH8f

--HG--
extra : rebase_source : 6cd721dca7e2bfc6e5cbf1938c47d3851ecfb6fc
2017-11-08 17:51:19 +01:00
Noemi Erli
e515bbaf88 Backed out changeset aa3d66cd3c40 (bug 1415872) for ES failure in toolkit/components/extensions/test/browser/head.js:37:7 r=backout on a CLOSED TREE
--HG--
extra : amend_source : f07f736626fd98258d126f5d63a614297695ab4a
2017-11-15 12:08:22 +02:00
Tim Nguyen
5cfc3ef89b Bug 1415872 - Implement colors.tab_text and colors.background_tab_text. r=jaws
MozReview-Commit-ID: Gp5CHqmOi6A

--HG--
extra : rebase_source : 8ca5d8107d9ea7479c0690ba12c9baf418cddf01
2017-11-10 11:58:50 +00:00
Matthew Noorenberghe
9e0cf0c910 Bug 1416967 - Support payment request development over file: with CSP and a debugging console. r=jaws
MozReview-Commit-ID: 3FgDhVN7IWR

--HG--
extra : rebase_source : d84170ea513eef432b55d5d03df18ddf584c5d2f
2017-11-13 21:10:54 -08:00
Ed Lee
7da9e15ced Bug 1412505 - Background thumbnail request of go.twitch.tv strains CPU. r=adw
MozReview-Commit-ID: 9z20fvHMtcD

--HG--
extra : rebase_source : 59894811281b5b52ff863885af6414f2ea2300da
2017-11-13 16:09:00 -08:00
Noemi Erli
f24a75f9b7 Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE 2017-11-15 12:15:40 +02:00
Andrea Marchesini
cae6951635 Bug 1405290 - Improve logging of workers when shutting down - part 2 - Implement RuntimeService::CrashIfHanging(), r=asuth 2017-11-15 07:58:38 +01:00
Coroiu Cristina
6a04305b5d Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2017-11-14 12:31:45 +02:00
Coroiu Cristina
70be4cd18b Merge inbound to mozilla-central r=merge a=merge 2017-11-14 12:21:40 +02:00
Ian Moody
4049c95d4d Bug 1416468 - Share container data parsing instead of duplicating it. r=baku a=baku 2017-11-14 01:55:17 +01:00
Csoregi Natalia
8f1a81caad Merge inbound to mozilla-central r=merge a=merge 2017-11-14 00:57:47 +02:00
Nicholas Nethercote
c33420edb2 Bug 1416038 (part 6) - Slim down nsISAXContentHandler. r=erahm
This patch removes three methods that are no-ops (or missing) in all our
implementations.

--HG--
extra : rebase_source : e29b4cfbbc71d549744fcfd6481c449231316c1d
2017-11-10 15:19:44 +11:00
Steve Jarvis
cc3fb7fbb2 Bug 1334663 - Add ability to copy and launch URL from password manager. r=MattN,rfeeley
MozReview-Commit-ID: JApe0OhTIg8

--HG--
extra : rebase_source : f53e7a030a17c5580b08605348a30d5061b96cba
extra : amend_source : 5808aa783f7a517e931d0df4c69af25b42e71141
2017-11-13 16:13:00 -08:00
Mark Banner
ab78a2a54d Bug 1371293 - Fix instances of space-before-function-paren failures after ESLint 4 upgrade. r=mossop
MozReview-Commit-ID: 5XfdCSDjLEG

--HG--
extra : rebase_source : 96335eec91a40f893ff28a1c002653b758d8f24d
2017-11-06 13:46:21 +00:00
Mark Banner
3619944268 Bug 1371293 - Fix remaining instances of no-multi-spaces after upgrading to ESLint 4. r=mossop
MozReview-Commit-ID: EL6qI2VDyT1

--HG--
extra : rebase_source : df939b81e6f879bfe97ae70f4596d60682d6beb6
2017-11-06 13:40:13 +00:00
Matheus Longaray
36fecc2a3b Bug 1404176 - Remove aborted print preview browser before bailing out. r=mconley
This patch clears out set of print preview browsers before bailing out when
there is an error while putting the document into print preview mode.

MozReview-Commit-ID: 20cm4DCktQk

--HG--
extra : rebase_source : 9881245cc09ef50cadd1139b6a9c1b32e7847612
2017-11-13 17:17:57 +01:00
Chris H-C
72f43e9d58 bug 1406394 - Update Telemetry docs for preference changes r=Dexter
MozReview-Commit-ID: D5Qw2Reuc5o

--HG--
extra : rebase_source : 033645f510232530afb3a9059c521bbf97a36388
2017-11-09 09:38:24 -05:00
Chris H-C
6f215145c2 bug 1406394 - Small correctness/readability fixes in Telemetry docs r=Dexter
MozReview-Commit-ID: BXu9oXqVgKQ

--HG--
extra : rebase_source : 9007dcfb8c8570330d4e824db1ead0735933427f
2017-11-09 09:37:54 -05:00
Joel Maher
1b04b190fc Bug 1398120 - Disable toolkit/components/extensions/test/mochitest/test-oop-extensions/test_ext_webrequest_responseBody.html on linux for frequent failures. r=me, a=testonly 2017-11-13 12:20:02 -05:00
Kris Maglione
bbf1f3240d Bug 1416074: Follow-up: Removed unused service getter. r=trivial
MozReview-Commit-ID: CtUId9K5KPM
2017-11-12 16:39:09 -08:00
Gijs Kruitbosch
ec42d7e872 Bug 1416561 - update readability from git ( c3ff1a2d2c94c1db257b2c9aa88a4b8fbeb221c5 ), r=already-reviewed
MozReview-Commit-ID: 3WX99CsZ4z5

--HG--
extra : rebase_source : 9b87a522b8ecf039a15b2da58af329f8b0eba923
2017-11-12 12:47:32 +00:00
Andreea Pavel
7fb4cc447c Merge inbound to mozilla-central r=merge a=merge 2017-11-11 11:59:20 +02:00
Narcis Beleuzu
f7f473b678 Backed out 1 changesets (bug 1404427) for browser failures in browser_sanitize-timespans.js at some times of the day. r=backout a=backout on a CLOSED TREE
Backed out changeset e02d99be7eb0 (bug 1404427)
2017-11-11 05:48:15 +02:00
Kris Maglione
397b8bb7f0 Bug 1416074: Remove obsolete extensionNameFromURI helper. r=mixedpuppy
MozReview-Commit-ID: IzaqUZV03rG

--HG--
extra : rebase_source : 84ee23c5bfeeb738f9ab04f697274b5993017a0c
2017-11-09 17:18:59 -08:00
Kris Maglione
541e9a6989 Remove unused imports. r=trivial (no bug)
MozReview-Commit-ID: EEVSPkAgORY

--HG--
extra : rebase_source : 8a3da61bdf0f65c518e6cea3c6f5cacf42c6d24d
2017-11-09 16:39:57 -08:00
Shane Caraveo
4e6c5b003f Bug 1411646 prevent oauth redirect requests from happening, r=rpl
MozReview-Commit-ID: L8ekyXDeCbp

--HG--
extra : rebase_source : 47b0e4a16c18cdc125d0af5d4749285f58f517e0
2017-11-09 15:11:13 -08:00
Drew Willcoxon
46c5139ac2 Bug 1413574 - Hide disabled page actions and offer a "Manage Extension" command for actions in extensions. r=Gijs
MozReview-Commit-ID: HJpu9Jfi2bB

--HG--
extra : rebase_source : ee219138b8df1744c223d81281d9525c3d7b7227
2017-11-10 11:06:02 -05:00
Edouard Oger
4f9b7d04fa Bug 1404427 - Sync multiple form history deletions. r=kitcambridge
MozReview-Commit-ID: H7AmIBtFUOr

--HG--
extra : rebase_source : 596e4470b64e9406432c4d54f7ef90138a032e62
2017-11-06 15:50:28 -05:00
Andrew Swan
c0580db8aa Bug 1405491 Switch WebExtensions StartupCache to DeferredTask r=kmag
MozReview-Commit-ID: GfdM0hkAHqP

--HG--
extra : rebase_source : 6e3638436056041790d7e6ad99e0b99cfda6a8d7
2017-10-16 21:01:43 -07:00
Mark Banner
c62d0c64f8 Bug 1371293 - Upgrade ESLint to version 4.8.0, configuration changes. r=mossop
MozReview-Commit-ID: 2YHYOLTtqxu

--HG--
extra : rebase_source : 7bbc673bb72d546e1fca63227d54b6607a4ab33e
2017-10-09 10:54:16 +01:00
Mantaroh Yoshinaga
b3c698d413 Bug 1409972 - Part 6. Remove printingui implementation of each platform. r=mconley
MozReview-Commit-ID: BXocuT9zV0E

--HG--
extra : rebase_source : afddd5fbd476fc94ffa64fb64dd4c3fb2f8aba87
2017-11-10 11:07:34 +09:00
Mantaroh Yoshinaga
aafb74d47b Bug 1409972 - Part 5. Use the common printingui implementation. r=mshal
This patch will change moz.build of printingui and xre to use common printingui
implementation.

Memo of merging printingui:
 * The nsProgress / nsProgressParam is used by Windows and GTK, macOS doesn't
   have this implementation.
 * The merged implementation located toolkit/components/printingui/ directory.

MozReview-Commit-ID: 3Z5MAzGVo1b

--HG--
extra : rebase_source : f07ddb9fc0ebc181fd6e1b63a3d6762235629378
2017-11-10 11:03:43 +09:00
Mantaroh Yoshinaga
56bf0ef470 Bug 1409972 - Part 4. Merge mac printingui. r=mconley
This patch will merge mac printingui implementation to common code.
Primary differences are:
 * Remove progress implementation if build target is macOS.

MozReview-Commit-ID: 8qoxgmzhqnM

--HG--
extra : rebase_source : 4c0aa4a718105a579b0d3f7fbfe9c1e53afce0df
2017-11-10 11:00:54 +09:00
Mantaroh Yoshinaga
a2b2c050ea Bug 1409972 - Part 3. Merge windows printingui. r=mconley
This patch will merge windows printingui implementation to common code.
Primary differences are:
 * Use nsCOMPtr on nsPIDOMWindowOuter.
 * Return NS_ERROR_FAILURE if nsPrintingPromptService doesn't have the
   nsPrintProgress member when calling ShowProgress().
   This is the unexpected case.

Original windows implementation has following difference, but this patch will
not copy it:
 * Windows has own NS_IMPL_ADDREF / NS_IMPL_RELEASE implementation, however this
   implementation isn't different from XPCOM implementation. Bug 156318
   doesn't show this reason.
 * Windows implementation lacks some function parameter checks.
   But unixshared code covers these checks.
 * Windows implementation doesn't have the nsIPrintSettings member into
   nsPrintProgress, but this is necessary in order to make printing cancelable.

MozReview-Commit-ID: 8ja40rAaXBo

--HG--
extra : rebase_source : 01902bc3fc162a3b57f4243749e24ef581fba68a
2017-11-10 10:58:10 +09:00
Mantaroh Yoshinaga
b98eca0186 Bug 1409972 - Part 2. Copy printingui implementation from unixshared. r=mconley
This patch will copy printingui implementation from unixshared in order to merge
other platform implementation.
This unixshared implementation has much common code hence using unixshared code
is reasonable for merging.

MozReview-Commit-ID: 4VManmNcbdc

--HG--
rename : toolkit/components/printingui/unixshared/nsPrintProgress.cpp => toolkit/components/printingui/nsPrintProgress.cpp
rename : toolkit/components/printingui/unixshared/nsPrintProgress.h => toolkit/components/printingui/nsPrintProgress.h
rename : toolkit/components/printingui/unixshared/nsPrintProgressParams.cpp => toolkit/components/printingui/nsPrintProgressParams.cpp
rename : toolkit/components/printingui/unixshared/nsPrintProgressParams.h => toolkit/components/printingui/nsPrintProgressParams.h
rename : toolkit/components/printingui/unixshared/nsPrintingPromptService.cpp => toolkit/components/printingui/nsPrintingPromptService.cpp
rename : toolkit/components/printingui/unixshared/nsPrintingPromptService.h => toolkit/components/printingui/nsPrintingPromptService.h
extra : rebase_source : 09666ec789773b5fe074f9c170591f6d79dc184a
2017-11-10 10:55:48 +09:00
Mantaroh Yoshinaga
281a05cc74 Bug 1409972 - Part 1. Apply clang-format to nsPrintingPromptService. r=mconley
Apply following the clang-format:
./mach clang-format --path toolkit/components/printingui/mac/nsPrintingPromptService.*
./mach clang-format --path toolkit/components/printingui/unixshared/nsPrintingPromptService.*
./mach clang-format --path toolkit/components/printingui/win/nsPrintingPromptService.*

MozReview-Commit-ID: 8JGuyqiuKNX

--HG--
extra : rebase_source : e1ab7db8a6ba5b63d326f4164fec176b2c2a1152
2017-11-10 10:53:08 +09:00
Edouard Oger
39088f038f Bug 1404427 - Sync multiple form history deletions. r=kitcambridge
MozReview-Commit-ID: H7AmIBtFUOr

--HG--
extra : rebase_source : 5a33c4da86051bf3dfec56d878330a8d68b70870
2017-11-06 15:50:28 -05:00
Csoregi Natalia
e520b4f458 Merge mozilla-central to mozilla-autoland. r=merge a=merge CLOSED TREE 2017-11-14 00:59:27 +02:00
Ethan Glasser-Camp
d6e50cf832 Bug 1416077 - Disable retries on storage.sync requests r=markh
--HG--
extra : rebase_source : 0c5c70626d8450dcb818ab964bdd28121d1abe18
2017-11-10 13:06:10 -05:00
Chris H-C
d4cdcd894a bug 1412312 - Document mozconfig defines in in-tree docs r=Dexter
Put them in internals/Preferences since it is definitely an internal, and they
have complex interactions with preferences.

Not seen here: updates to Preferences for the recent changes. That's covered in
bug 1406394

MozReview-Commit-ID: 7X0d4ZmHbLw

--HG--
extra : rebase_source : b7b22212e50ee5ead0c53325c380e2568c4dfb9d
2017-11-09 17:36:59 -05:00
Sebastian Hengst
57fa5371a1 merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE
--HG--
extra : amend_source : 065b2d76aa2a60be4d0409c3c0aec76d90ab26c2
2017-11-10 15:30:07 +02:00
Sebastian Hengst
e26417e1b1 Backed out changeset d9a7e2fba868 (bug 1404427) on suspicion of causing failures in browser_sanitize-timespans.js at some times of the day. r=backout a=backout on a CLOSED TREE 2017-11-10 15:28:16 +02:00
Margareta Eliza Balazs
7e070192d7 Merge inbound to mozilla-central r=merge a=merge 2017-11-10 11:55:43 +02:00
Andrea Marchesini
207b8d909e Bug 1347515 - Get rid of nsIJSON.decodeFromStream, r=qdot 2017-11-10 00:27:22 +01:00
Andreea Pavel
e1c8aba28f Merge mozilla-central to mozilla-inbound r=merge a=merge on a CLOSED TREE 2017-11-09 22:17:00 +02:00
dluca
3f1926865e Backed out 1 changesets (bug 1413522) for failing a11y on OS X accessible/tests/mochitest/relations/test_ui_modalprompt.html r=backout on a CLOSED TREE.
Backed out changeset a74c645411e7 (bug 1413522)
2017-11-09 19:02:26 +02:00
Jared Wein
09cd077245 Bug 1413522 - Use HiDPI icons on Windows for the toolkit warning and question icons, and lower the size of the icons on OSX so the HiDPI versions are not shown blurry. r=nhnt11
MozReview-Commit-ID: 8u3zxE9HiSx

--HG--
extra : rebase_source : 1ec2263fc97831e2d314ed7b6ab98ecfe8ebcb9a
2017-11-02 12:11:42 -04:00
Edouard Oger
8ca003f520 Bug 1404427 - Sync multiple form history deletions. r=kitcambridge
MozReview-Commit-ID: H7AmIBtFUOr

--HG--
extra : rebase_source : 9d85cc401123eb915f640586e722c8275753066e
2017-11-06 15:50:28 -05:00
Andreea Pavel
1f2b7dccb6 Backed out changeset 6aa22b862a45 (bug 1404427) for failing browser-chrome browser/components/search/test/browser_426329.js r=backout on a CLOSED TREE 2017-11-09 21:26:40 +02:00
Ray Lin
005f47f893 Bug 1410821 - Call startSearch again when the new search string could not hit the cached result. r=mak
MozReview-Commit-ID: 1AJutt4IA0E

--HG--
extra : rebase_source : c168d684c5de603217b33d7685f7101da1a36604
2017-11-03 15:22:45 +08:00
Edouard Oger
6af91eacb2 Bug 1404427 - Sync multiple form history deletions. r=kitcambridge
MozReview-Commit-ID: H7AmIBtFUOr

--HG--
extra : rebase_source : 8c232e95bb5849a60002f4572c113d814da4a193
2017-11-06 15:50:28 -05:00
James Cheng
91159e3d56 Bug 1416141 - Remove Telemetry VIDEO_EME_PLAY_SUCCESS. r=kikuo
MozReview-Commit-ID: BtiD2tUmbE9

--HG--
extra : rebase_source : 56b23930ea492c67f8c5fbc2a56d77dc7b4cf4af
2017-11-10 14:49:37 +08:00
Noemi Erli
8d8df3ddfe Merge mozilla-central to mozilla-autoland. r=merge a=merge CLOSED TREE 2017-11-10 12:43:53 +02:00
James Cheng
cdeb44cbd6 Bug 1416089 - Remove MEDIA_DECODING_PROCESS_CRASH telemetry. r=jolin
MozReview-Commit-ID: Dqqmk6yUXPo

--HG--
extra : rebase_source : 2c06d5600318ea6f77a0ee43462197109a532354
2017-11-10 14:01:56 +08:00
Mark Banner
f3a681cde3 Bug 1415835 - Convert xpcshell-tests in toolkit/components/places/tests/bookmarks to Bookmarks.jsm API. r=mak
MozReview-Commit-ID: 3HB47rMkpuy

--HG--
extra : rebase_source : 1792b112e47bc1ce50d2fe4c40c84de482cb8f0f
2017-11-06 18:34:13 +00:00
Marco Bonardo
223e6dec30 Bug 1402286 - chunk notifyResults calls so that we don't run all the autocomplete js for each match. r=adw
MozReview-Commit-ID: GuYew5B30WQ

--HG--
extra : rebase_source : 236f6fe83728ddbb9d73c4f7606aca2187e267b5
2017-10-31 11:13:47 +01:00
Paul Bignier
ba9bf05ed5 Bug 1413621 - Telemetry: replace NS_WARN_IF with MOZ_ASSERT. r=mystor 2017-11-09 00:33:00 -05:00
Nika Layzell
3409141758 Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug
This is a large patch which tries to switch many of the external consumers of
nsGlobalWindow to instead use the new Inner or Outer variants.

MozReview-Commit-ID: 99648Lm46T5
2017-11-09 10:44:47 -05:00
Junior Hsu
5485f27c35 Bug 1413839 - Add telemetry to probe how close we are going to block main thread. r=ngwh, data-r=francois 2017-11-21 10:51:11 -05:00
Kris Maglione
e32e9e2376 Bug 1414549: Correctly handle GetDeliveryTarget failure. r=mixedpuppy
getter_AddRefs nulls its parameter before passing it to the getter function,
which means that on failure, we wind up with a null IO thread, rather than its
original main thread value.

MozReview-Commit-ID: 1SSIeNtiBq9

--HG--
extra : rebase_source : 05e4437e86ab4036e93e2577f46ff0cfd0a3d329
2017-11-05 19:22:38 -08:00
Sebastian Hengst
a353221537 merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-11-09 00:00:16 +02:00