Commit Graph

37882 Commits

Author SHA1 Message Date
J. Ryan Stinnett
3ab5230464 Bug 1326445 - Remove Gonk specific video controls. r=jaws
MozReview-Commit-ID: 75Ui045M21V

--HG--
extra : rebase_source : a04bffedb153ad5ef37f15145695a8bf79c09c44
2016-12-30 12:18:44 -06:00
Jared Wein
560afd3f8e Bug 1326479 - Fix 'indent' eslint errors now that eslint scans multiline array and object definitions. r=Gijs
MozReview-Commit-ID: 99mWjxu8PPn

--HG--
extra : rebase_source : f78d800263b8544ce0accbdb2dc57b303969543f
2017-01-03 10:07:50 -05:00
Jared Wein
4e35ed6e8a Bug 1326479 - Enable more options for the 'indent' rule. r=Gijs
MozReview-Commit-ID: EuxayyLNHNt

--HG--
extra : rebase_source : f13b679204d89861e608adcb774a32cf8a960e43
2016-12-30 18:32:56 -05:00
Ethan Glasser-Camp
4e3b361cd8 Bug 1321571 - ensureKeysFor_posts_new_keys pushes keys too many times, r=markh
The kinto.js library assumes that all records coming from the server
will have a last_modified date, and copy it before checking for
equality. That date was missing here because I mocked a fake Kinto
server, so the code to check that the conflict was resolved
successfully got confused.

MozReview-Commit-ID: G4MAIAv1fJf

--HG--
extra : rebase_source : 1696e48cbbab180227577d093ae6751b29f6c15a
2016-12-28 15:38:01 -05:00
Patrick McManus
fb00ea2d92 Bug 1324855 - H2 telemetry for continued header sizes r=hurley r=bsmedberg 2016-12-20 13:54:15 -05:00
Gabor Krizsanits
6df27d5c23 Bug 1303113 - Turn e10s-multi on in Nightly. r=me 2017-01-03 18:14:50 +01:00
dimi
bcd217b3c0 Bug 1320402 - Move url-classifier off of using appIds. r=ehsan, gcp
MozReview-Commit-ID: IqnAVrv2c9W
2017-01-03 14:21:58 +08:00
Tanvi Vyas
09793d3496 Bug 1217152 - disable insecure password warning and enable autofill on HTTP pages for password manager tests using pwmgr_common.js. r=MattN
MozReview-Commit-ID: JfjTNOcKwLQ

--HG--
extra : rebase_source : 5d1410be854101cb57056c9456165636925de4ac
2017-01-02 17:47:22 -05:00
Philip Chee
2038d42f75 Bug 1326210 - Noticed in Bug 1265881 Error: TypeError: temp is null Source File: chrome://global/content/bindings/preferences.xml Line: 1227 r=Mossop 2016-12-31 04:50:26 +08:00
Kris Maglione
9822075cb5 Bug 1325158: Part 3 - Don't create a reference cycle via HTTP channel property bag. r=mixedpuppy
MozReview-Commit-ID: 40Ox7BDlgwy

--HG--
extra : rebase_source : 1ad1f43b7da1bb0be3b04814347396fc29fbb4f6
2016-12-24 18:26:03 -08:00
Ryan VanderMeulen
9f48ae4f9f Merge inbound to m-c. a=merge 2016-12-30 10:04:47 -05:00
Ray Lin
77ca13f627 Bug 1326040 - Align text color of selected item in closed caption menu with spec. r=jaws
MozReview-Commit-ID: 5ondXdNPRL6

--HG--
extra : rebase_source : 3e2764cb7971db11ae502a837400e4ccd4dacf62
2016-12-30 11:01:59 +08:00
Wes Kocher
26a1ba5c14 Backed out 27 changesets (bug 1323100) for clipboard leaktest failures a=backout
Backed out changeset 84fb749698ab (bug 1323100)
Backed out changeset d6d25e8bd001 (bug 1323100)
Backed out changeset 1b0855bb0c38 (bug 1323100)
Backed out changeset b6953e3f5739 (bug 1323100)
Backed out changeset 5572f3b63215 (bug 1323100)
Backed out changeset 12fb4c533659 (bug 1323100)
Backed out changeset c36524e4e919 (bug 1323100)
Backed out changeset 1e3b3eddbe26 (bug 1323100)
Backed out changeset 061110f1ae12 (bug 1323100)
Backed out changeset 413dbd31725b (bug 1323100)
Backed out changeset 06550f7eca62 (bug 1323100)
Backed out changeset 940933b13b36 (bug 1323100)
Backed out changeset a6d75c1cd724 (bug 1323100)
Backed out changeset 681cacbbaa3b (bug 1323100)
Backed out changeset 3d53787293f6 (bug 1323100)
Backed out changeset c0340dfe4766 (bug 1323100)
Backed out changeset 9f554991549d (bug 1323100)
Backed out changeset 757539e7039a (bug 1323100)
Backed out changeset a3c9b45aa917 (bug 1323100)
Backed out changeset 23d69df98a66 (bug 1323100)
Backed out changeset 1297ded6a01d (bug 1323100)
Backed out changeset f4235b97257f (bug 1323100)
Backed out changeset 93419cb4f29f (bug 1323100)
Backed out changeset 865d1b81c804 (bug 1323100)
Backed out changeset 54acf4ef8e84 (bug 1323100)
Backed out changeset 88d17bcd8205 (bug 1323100)
Backed out changeset 0c466e5e8933 (bug 1323100)
2016-12-29 16:28:36 -08:00
Markus Stange
48513de60f Bug 1323100 - Register most of the remaining threadfunc threads with the profiler. r=froydnj
As far as I can tell, this covers all the remaining threads which we start
using PR_CreateThread, except the ones that are created inside NSPR or NSS.

This adds a AutoProfilerRegister stack class for easy registering and
unregistering. There are a few places where we still call
profiler_register_thread() and profiler_unregister_thread() manually, either
because registration happens conditionally, or because there is a variable that
gets put on the stack before the AutoProfilerRegister (e.g. a dynamically
generated thread name). AutoProfilerRegister needs to be the first object on
the stack because it uses its own `this` pointer as the stack top address.

MozReview-Commit-ID: 3vwhS55Yzt

--HG--
extra : rebase_source : dffab11abf7d4b57fa54475fd22e71b84375cd7b
2016-12-29 22:32:52 +01:00
Sebastian Hengst
15a47f6130 Backed out changeset e3e129629026 (bug 1325676) for asserting in nsWindow.cpp on Windows 8 x64 debug. r=backout 2017-01-03 22:36:22 +01:00
Andrew Swan
005c2ba3de Bug 1308309 Prompt for webextensions permissions r=florian,rhelmer
MozReview-Commit-ID: 6rTGvjKcx3H

--HG--
extra : rebase_source : b17acde9a1ebf4a378b5f4e02f411b2aef8cde10
extra : intermediate-source : a9f326b034571a273b0087a3c3d9c7738093d903
extra : source : 320fb02a40dc18208bb00cef3ba7e1de2ca89938
2017-01-03 10:55:25 -08:00
Aaron Klotz
eb174a707b Bug 1325676: Prevent Windows 8 touchscreen support from instantiating a11y; r=jimm
MozReview-Commit-ID: 5qgjBPSVrAh

--HG--
extra : rebase_source : 498ab147a87915e1ffe2d29137f0dcaf595c9815
2016-12-29 15:48:52 -07:00
Aman Dwivedi
76edc7645b Bug 1320663 - Stop using timers in PrivateBrowsingUtils.jsm, r=mikedeboer 2017-01-03 15:44:41 +05:30
Phil Ringnalda
c4d1ea9a14 Merge m-c to m-i
MozReview-Commit-ID: JYNBUrs2zC5
2017-01-03 18:46:43 -08:00
Olli Pettay
0364dbc792 Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8
--HG--
extra : rebase_source : 3ae1207308de120b7299b13ecaa95dd1612b3459
2017-01-03 21:47:55 +02:00
Markus Stange
1b72f37c98 Bug 1323100 - Assign names to all remaining threads that are created through NS_NewThread and create them using NS_NewNamedThread instead. r=froydnj
MozReview-Commit-ID: 7W1dt2BBKJZ

--HG--
extra : rebase_source : ad47978ef81d048a90b9803803201eee32974024
2016-12-21 11:43:50 +01:00
Markus Stange
448c1b51ef Bug 1323100 - Use NS_NewNamedThread for the Filewatcher IO thread. r=froydnj
MozReview-Commit-ID: 18qfXNx8BtJ

--HG--
extra : rebase_source : 406d59b7e840466af49aa5197e12201764f3ed34
2016-12-21 11:34:36 +01:00
Jared Wein
2bd8ec9d21 Bug 1325464 - Manually fix the remaining ES6 method syntax eslint errors. r=MattN
MozReview-Commit-ID: 6NqMryvKH9S

--HG--
extra : rebase_source : 264815538de1d0698cbd82e1b995be1b1b07f373
2016-12-28 12:22:09 -05:00
Jared Wein
ecab54a7c9 Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
MozReview-Commit-ID: 7E7LPorrEje

--HG--
extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
e916e6e896 Bug 1325464 - Manually fix the remaining ES6 method syntax eslint errors. r=MattN
MozReview-Commit-ID: 6NqMryvKH9S

--HG--
extra : rebase_source : 4085737de26adb421eb9b3c9e9841d44a1c89fa4
2016-12-28 12:22:09 -05:00
Jared Wein
7255df4e9a Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
MozReview-Commit-ID: 8WoGr8i6oCR

--HG--
extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
2016-12-29 15:20:47 -05:00
Wes Kocher
0747771468 Merge inbound to central, a=merge
MozReview-Commit-ID: 1rhhMOnW569
2016-12-29 12:03:47 -08:00
Mark Banner
32471628fa Bug 1325623 - Fix most no-undef eslint issues in toolkit/components. r=mossop
MozReview-Commit-ID: DYJa1uNVagw

--HG--
extra : rebase_source : 11649d299fb6654bcadfb0e04bc0d8f19552529e
2016-12-23 16:00:46 +00:00
aceman
81424a65e3 Bug 1142224 - focus the menulist (instead of the inputbox) once it stops being editable. r=enndeakin 2016-12-21 10:03:00 +01:00
malayaleecoder
80b5f709a6 Bug 1325099 - reset imported.Debugging.fake value and catch TypeError. r=jmaher
MozReview-Commit-ID: ElEGCLoSAeC
2016-12-24 02:44:56 +05:30
Ryan Hunt
b8339fea5a Bug 1312881 - Add a telemetry probe to track the max scrollY of a page. r=jaws data-review=bsmedberg
--HG--
extra : rebase_source : 39f570f24389e35c7222ecd8873a90a1a3443fdd
2016-12-24 18:17:35 -06:00
Ryan Hunt
850b4f052e Bug 1297867 - Add a telemetry probe to track the amount of scrolling in a page. r=jaws data-review=bsmedberg
--HG--
extra : rebase_source : 262336bc4fa586352f11846a6d64734c99b00e64
2016-12-24 18:15:24 -06:00
Aman Dwivedi
6cbcc32370 Bug 1323685 - Remove workarounds for bug 449811. r=mak 2016-12-22 16:33:28 +05:30
Jeff Walden
d090fc1e7c Bug 1325459 - Expose the PluralRules constructor only by explicit action,, for now. r=anba
--HG--
extra : rebase_source : a14878e0281d3ab1302451e41e18e4b9d5b8f5cf
2016-12-28 15:25:27 -06:00
Jeff Walden
6532b37f81 Bug 1325675 - Abstract out MozIntl's add-these-functions-to-Intl behavior into a single function usable by all mozIntl functions. r=anba
--HG--
extra : rebase_source : 86bb1fbd3ac2b8025ecced5feeb058cce7b31ed2
2016-12-28 15:15:48 -06:00
Tomer Cohen
9572adf2fc Bug 1326542 - RTL support to about:ServiceWorkers r=Ehsan
MozReview-Commit-ID: 7YQSHUY3VB2

--HG--
extra : rebase_source : 36f17d01084e31f5e175cdb8c352da175567691e
2016-12-31 16:22:41 +02:00
Tomer Cohen
8f2f953979 Bug 1325883 - about:sessionrestore warning icon should appear at the right side on RTL builds r=jaws
Bug 1325882 - about:tabcrashed warning icon should appear at the right side on RTL builds

MozReview-Commit-ID: JypT6Un2RNd

--HG--
extra : rebase_source : 46133dc5524e8ab717a529a40d798fa64303c395
2016-12-28 01:48:58 +02:00
Tomer Cohen
126cda439a Bug 1325232 Align the version in about: to the left r=dao
MozReview-Commit-ID: rU3yPFYwXt

--HG--
extra : rebase_source : 6a5b81be10dc25a36249c3a1aa306512363af7c4
2016-12-24 16:34:57 +02:00
ItielMaN
2023e55001 Bug 1322389 about:profiles doesn't looks well on RTL builds r=Ehsan
MozReview-Commit-ID: 6hAxzACUWkg

--HG--
extra : rebase_source : 3b7d01f5c2b6d4e0f602099537c359ed0c791353
2016-12-08 00:30:54 +02:00
Ray Lin
951126c380 Bug 1325594 - Prevent controls being tabbed inside video control. r=mikedeboer
MozReview-Commit-ID: cYSumQ084S

--HG--
extra : rebase_source : 548efdb6e2006e32ee92fe3229e85ddcb56b6d0d
2017-01-04 17:18:42 +08:00
Johann Hofmann
a9316f59e5 Bug 1320401 - Make the password doorhanger non-persistent again. r=florian
MozReview-Commit-ID: LCOHfC8AxhI

--HG--
extra : rebase_source : 0aaed2283517085502ceefab38d146d9fe497945
2017-01-04 13:09:56 +01:00
Carsten "Tomcat" Book
1f7edaeef1 Backed out changeset e1ee23936aa8 (bug 1327212) for clipboard tests 2017-01-04 14:25:58 +01:00
Mike de Boer
13be049e38 Bug 1327212 - undo a line removal done in bug 935521 that causes regressions. r=Gijs
MozReview-Commit-ID: EJyhEUviMhI

--HG--
extra : rebase_source : 2a748ebd9a2620e4e45ade2e4caa6f115b5b3bcc
2017-01-03 17:52:20 +01:00
Mark Banner
3539bc390b Bug 1255149 - Remove unused nsICookiePromptService. r=jdm
MozReview-Commit-ID: IO07pbRqq2I

--HG--
extra : rebase_source : 7c432454f216797a9937f6b6a30dc683439102d6
2017-01-03 12:14:06 +00:00
Johann Hofmann
f15cf6b7a8 Bug 1320314 - Move popup notification layout overrides for arrow panels into a shared file. r=dao
MozReview-Commit-ID: ELIY3j2jzPm

--HG--
extra : rebase_source : 883a2f71e658e6dfbf26993da44f3cefc0286d57
2016-11-25 19:31:27 +00:00
Markus Stange
4bdc4ca0fb Bug 1323100 - Register most of the remaining threadfunc threads with the profiler. r=froydnj
As far as I can tell, this covers all the remaining threads which we start
using PR_CreateThread, except the ones that are created inside NSPR or NSS,
and except for the Shutdown Watchdog thread in nsTerminator.cpp and the
CacheIO thread. The Shutdown Watchdog thread stays alive past leak detection
during shutdown (by design), so we'd report leaks if we profiled it. The
CacheIO thread seems to stay alive past shutdown leak detection sometimes as
well.

This adds a AutoProfilerRegister stack class for easy registering and
unregistering. There are a few places where we still call
profiler_register_thread() and profiler_unregister_thread() manually, either
because registration happens conditionally, or because there is a variable that
gets put on the stack before the AutoProfilerRegister (e.g. a dynamically
generated thread name). AutoProfilerRegister needs to be the first object on
the stack because it uses its own `this` pointer as the stack top address.

MozReview-Commit-ID: 3vwhS55Yzt

--HG--
extra : rebase_source : 56dd27282e7bd09a7e7dc7ca09ccfe3a0198e7af
2017-01-05 16:34:26 +01:00
Markus Stange
692210bd80 Bug 1323100 - Assign names to all remaining threads that are created through NS_NewThread and create them using NS_NewNamedThread instead. r=froydnj
MozReview-Commit-ID: 7W1dt2BBKJZ

--HG--
extra : rebase_source : c7e335dac2e0f02782f0eb229a7181c8d01317a2
2016-12-21 11:43:50 +01:00
Markus Stange
e43fc074b6 Bug 1323100 - Use NS_NewNamedThread for the Filewatcher IO thread. r=froydnj
MozReview-Commit-ID: 18qfXNx8BtJ

--HG--
extra : rebase_source : 23650bc8e521c52d3d70c1ce1dcf020f2e37b305
2016-12-21 11:34:36 +01:00
Robert Helmer
30f47382c3 Bug 1323938 - use the ADDON_INSTALL bootstrap reason for temporarily-loaded add-ons r=aswan
MozReview-Commit-ID: 3QtHQkhbYky

--HG--
extra : rebase_source : e7e115a7106c82d972b42ba1ac9fa7dc8efd0653
2016-12-29 17:15:29 -08:00
Georg Fritzsche
73757c91bb Bug 1312806 - Categorical histograms should default to 50 buckets. r=dexter 2016-12-23 14:46:17 +01:00
Wes Kocher
2045ef4aab Merge m-c to inbound, a=merge
MozReview-Commit-ID: ESXuJFW2Tgr
2016-12-29 12:08:05 -08:00
Tomislav Jovanovic
5c8692f989 Bug 1319070 - Match against the principal. r=kmag
MozReview-Commit-ID: BB6UfZ6qjKr
2016-11-23 18:46:10 +01:00
Gregory Moore
c337ff9019 Bug 1301640 - Replaced per-platform variants of nsIDateTimeFormat with single, ICU-backed version that has static c++ callers. r=emk
Also removed unused format selectors and removed option to pass in a locale. Changed all callers to use new version.

MozReview-Commit-ID: Gq0b1c3C1eO

--HG--
rename : intl/locale/unix/nsDateTimeFormatUnix.cpp => intl/locale/DateTimeFormatUnix.cpp
extra : source : 7e747433d1c9fae8a0acb4090f61335fcc165e4c
2016-11-21 15:58:37 -08:00
Cameron McCormack
babad063ff Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky
MozReview-Commit-ID: D3fIngSHSsl
2017-01-05 15:31:56 +08:00
Thom Chiovoloni
1330224f6a Bug 1301389 - Only include the uid and device ID once in the sync ping. r=markh
Previously this was included for each sync. In addition to being less efficient,
this makes certain info that's planned to be added in the future more difficult.

MozReview-Commit-ID: fjOvAJJVI6

--HG--
extra : rebase_source : edb9a60a101c1110560c1ceb61a927248bed06e9
2016-11-21 16:34:46 -05:00
Wes Kocher
c4adb53fc9 Merge m-c to inbound, a=merge
MozReview-Commit-ID: IQlYASgyniL
2017-01-05 17:32:50 -08:00
Geoff Brown
ab089bc866 Bug 1324870 - Skip test_bug803225.html and test_ext_downloads_misc.js on linux32 only, to enable taskcluster migration; r=jmaher 2017-01-05 16:34:47 -07:00
Nick Thomas
2aced9c475 Bug 1320773 - Update stub installer build to include dummy certificate for Stub Attribution data; r=mshal 2017-01-05 14:54:06 -05:00
William Chen
aed08c925f Bug 1307675 - Part 2: Record telemetry for time to first input. r=baku, data=bsmedberg 2016-11-08 11:30:57 -08:00
Mark Hammond
85c80336b8 Bug 1289536 (part 1) - Add events to Sync ping. r=gfritzsche
MozReview-Commit-ID: 184fIhelOa6

--HG--
extra : rebase_source : bf7c96a473b92a42411fe5c94ac6802d42ff57d5
2016-11-04 17:57:09 +11:00
Iris Hsiao
f035ae5a9d Merge mozilla-central to mozilla-inbound 2017-01-06 11:10:58 -05:00
Tom Schuster
3c8c39df45 Bug 1310026 - webext: Add cssOrigin option to insertCSS/removeCSS. r=kmag 2017-01-06 16:07:59 +01:00
Wes Kocher
6262320e74 Merge m-c to autoland, a=merge 2016-12-28 16:19:59 -08:00
Masatoshi Kimura
5aabeea338 Bug 1325217 - Remove Windows Vista from <supportedOS> manifest. r=jimm
MozReview-Commit-ID: BoZo3XKCgv0

--HG--
extra : rebase_source : 8ad6fa7d6fcc3741e308287a57471f61dd62f97b
2016-12-22 07:17:30 +09:00
Ryan VanderMeulen
afa6b83a60 Merge m-c to autoland. a=merge 2016-12-27 00:01:54 -05:00
Ryan VanderMeulen
51aa673e28 Merge inbound to m-c. a=merge 2016-12-27 00:00:22 -05:00
Dão Gottwald
401886e54a Bug 1324049 - Implement pref for opening the privacy policy in a background tab on first run instead of showing the data choices infobar. r=gijs 2016-12-25 07:36:25 +01:00
Dão Gottwald
aa40885440 Bug 1323810 - Remove Windows XP and Vista theme code and resources. r=Paenglab
MozReview-Commit-ID: 6y3CJ8wJH6K

--HG--
rename : browser/themes/windows/Toolbar-aero.png => browser/themes/windows/Toolbar-win7.png
rename : browser/themes/windows/Toolbar-aero@2x.png => browser/themes/windows/Toolbar-win7@2x.png
rename : browser/themes/windows/downloads/download-glow-menuPanel-XPVista7.png => browser/themes/windows/downloads/download-glow-menuPanel-win7.png
rename : browser/themes/windows/downloads/download-glow-XPVista7.png => browser/themes/windows/downloads/download-glow-win7.png
rename : browser/themes/windows/privatebrowsing-mask-tabstrip-XPVista7.png => browser/themes/windows/privatebrowsing-mask-tabstrip-win7.png
rename : browser/themes/windows/privatebrowsing-mask-titlebar-XPVista7-tall.png => browser/themes/windows/privatebrowsing-mask-titlebar-win7-tall.png
rename : browser/themes/windows/privatebrowsing-mask-titlebar-XPVista7.png => browser/themes/windows/privatebrowsing-mask-titlebar-win7.png
rename : browser/themes/windows/reload-stop-go-XPVista7.png => browser/themes/windows/reload-stop-go-win7.png
rename : browser/themes/windows/reload-stop-go-XPVista7@2x.png => browser/themes/windows/reload-stop-go-win7@2x.png
rename : browser/themes/windows/sync-horizontalbar-XPVista7.png => browser/themes/windows/sync-horizontalbar-win7.png
rename : browser/themes/windows/sync-horizontalbar-XPVista7@2x.png => browser/themes/windows/sync-horizontalbar-win7@2x.png
rename : browser/themes/windows/syncProgress-horizontalbar-XPVista7.png => browser/themes/windows/syncProgress-horizontalbar-win7.png
rename : browser/themes/windows/syncProgress-horizontalbar-XPVista7@2x.png => browser/themes/windows/syncProgress-horizontalbar-win7@2x.png
rename : browser/themes/windows/tabbrowser/newtab-inverted-XPVista7.svg => browser/themes/windows/tabbrowser/newtab-inverted-win7.svg
rename : browser/themes/windows/tabbrowser/newtab-XPVista7.svg => browser/themes/windows/tabbrowser/newtab-win7.svg
rename : browser/themes/windows/tabbrowser/tab-arrow-left-XPVista7.svg => browser/themes/windows/tabbrowser/tab-arrow-left-win7.svg
rename : browser/themes/windows/toolbarbutton-dropdown-arrow-XPVista7.png => browser/themes/windows/toolbarbutton-dropdown-arrow-win7.png
rename : browser/themes/windows/urlbar-history-dropmarker-XPVista7.png => browser/themes/windows/urlbar-history-dropmarker-win7.png
rename : browser/themes/windows/urlbar-history-dropmarker-XPVista7@2x.png => browser/themes/windows/urlbar-history-dropmarker-win7@2x.png
rename : toolkit/themes/windows/global/icons/close-inverted-XPVista7.png => toolkit/themes/windows/global/icons/close-inverted-win7.png
rename : toolkit/themes/windows/global/icons/close-inverted-XPVista7@2x.png => toolkit/themes/windows/global/icons/close-inverted-win7@2x.png
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => toolkit/themes/windows/global/icons/close-win7.png
rename : toolkit/themes/windows/global/icons/close-XPVista7@2x.png => toolkit/themes/windows/global/icons/close-win7@2x.png
rename : toolkit/themes/windows/global/tree/twisty-Vista78.svg => toolkit/themes/windows/global/tree/twisty-preWin10.svg
extra : rebase_source : bc212d7b7bd2289b6149a95e90fb34d6e741b9d7
2016-12-23 20:44:26 +01:00
Masatoshi Kimura
a473040cee Backed out changeset 7e747433d1c9 (bug 1301640) for causing bug 1325751. r=backout
MozReview-Commit-ID: GEYAveO6sUj
2016-12-25 10:43:04 +09:00
Phil Ringnalda
b94a0cbd73 Merge m-i to m-c, a=merge 2016-12-24 16:51:17 -08:00
Kris Maglione
a60dac64bc Bug 1325149: Don't download dummy config when GMP updates are disabled. r=rhelmer
MozReview-Commit-ID: DfKOxpTIiXE

--HG--
extra : rebase_source : e19785f79d9b4fb0b61cd4aeee5eb0a4b742e0c0
extra : amend_source : ff19aa3f3bed94fbc70bbaee1bb95bbb02f017f0
2016-12-22 18:37:17 -08:00
Steve Chung
7d449d1637 Bug 1304634 - Part 3: Ensure the profile search is registed while search started, r=MattN
MozReview-Commit-ID: 20jCHDM39SH

--HG--
extra : rebase_source : 04a140fd7587fe50a98d82fda43e360f64b0632b
2016-12-22 12:07:02 +08:00
Robert Helmer
37742f608d Bug 1325501 - move Telemetry from XHR to ServiceRequest r=gfritzsche
MozReview-Commit-ID: 6ZyLQknPVFx

--HG--
extra : rebase_source : efc06108bc24a75c0392dc4e6ddeae8b45cddf53
2016-12-22 20:38:58 -08:00
Robert Helmer
fb615ad9b0 Bug 1325501 - move addons manager from XHR to ServiceRequest r=kmag
MozReview-Commit-ID: J0ytKWqDOr3

--HG--
extra : rebase_source : c87a158d5cd47598c8520ce96c796b1f4ca0ed17
2016-12-22 19:54:57 -08:00
Robert Helmer
505a86593c Bug 1325501 - Adds ServiceRequest as a drop-in replacement for XHR, which uses conservative TLS settings r=mossop
MozReview-Commit-ID: 5937m90Q948

--HG--
extra : rebase_source : a5c107e486ef1dc646c8d730e658e9693a535883
2016-12-22 15:56:37 -08:00
Wes Kocher
65f15b63ea Backed out 3 changesets (bug 1325501) for xpcshell failures a=backout
Backed out changeset b6e50911ef79 (bug 1325501)
Backed out changeset c0493757d21e (bug 1325501)
Backed out changeset 880decff07b3 (bug 1325501)
2016-12-24 00:38:09 -08:00
Robert Helmer
b03f98cd3d Bug 1325501 - move Telemetry from XHR to ServiceRequest r=gfritzsche
MozReview-Commit-ID: 6ZyLQknPVFx

--HG--
extra : rebase_source : 5fb4b7052e00ee5b41036ef825c0efeca72401c6
2016-12-22 20:38:58 -08:00
Robert Helmer
42e9031acf Bug 1325501 - move addons manager from XHR to ServiceRequest r=kmag
MozReview-Commit-ID: J0ytKWqDOr3

--HG--
extra : rebase_source : e09c9ee318ae8201ebcdac2cd3b40f31fe8765a1
2016-12-22 19:54:57 -08:00
Robert Helmer
afe2c03ab1 Bug 1325501 - Adds ServiceRequest as a drop-in replacement for XHR, which uses conservative TLS settings r=mossop
MozReview-Commit-ID: 5937m90Q948

--HG--
extra : rebase_source : a5c107e486ef1dc646c8d730e658e9693a535883
2016-12-22 15:56:37 -08:00
Wes Kocher
c788de8394 Merge m-c to autoland, a=merge
MozReview-Commit-ID: Ir5MaTTboph
2016-12-23 14:40:22 -08:00
Timothy Guan-tin Chien
4a917a1597 Bug 1318203 - Don't show autocomplete UI on Password Field if it is already populated with text, r=MattN
MozReview-Commit-ID: L3cUxHYIE5R

--HG--
extra : rebase_source : 4cd4bc67423edc09838e139cf2472a3577aed9d9
2016-12-23 14:01:39 -05:00
Matthew Noorenberghe
00a9224df3 Bug 1318203 - Login manager autoCompleteSearchAsync helper to not complete canceled searches. r=mossop
MozReview-Commit-ID: wBcORBANyS

--HG--
extra : rebase_source : 5bc31bb25afe7153dfcfed3cfc9c27b2cb34af7b
2016-12-23 14:01:18 -05:00
Ryan Hunt
4097eaa4de Backed out changeset 8913967cd7e6 (Bug 1297867) for causing Bug 1325645. r=backout
--HG--
extra : rebase_source : e3936b8df8f19a794c125b094e0f6ff0a2220c58
extra : amend_source : f9152ce765f49b13710360be114d1c0e5d607a7b
2016-12-23 15:36:10 -06:00
Ryan Hunt
5cd9ee132a Backed out changeset 9560724b684c (Bug 1312881) for causing Bug 1325645. r=backout
--HG--
extra : rebase_source : 086eb6fccbc19b252f0928d8e3d13eaa873e54ff
2016-12-23 15:35:07 -06:00
Dave Townsend
406185aeec Bug 1322722: Ensure that the directory for the postSigningData file exists before attempting to write it. r=mhowell 2016-12-23 13:05:15 -08:00
Dave Townsend
fba49792c5 Bug 1322722: Fix file permissions errors on taskcluster test runs by forcing extracted permissions to not be read only. r=rhelmer 2016-12-23 13:04:26 -08:00
Ehsan Akhgari
a0fd21a161 Bug 1321874 - Part 2: Use the passive tracking protection API to determine whether a script is tracking; r=bkelly 2016-12-23 15:38:43 -05:00
Matthew Noorenberghe
1af3925e1b Bug 1325603 - Remove broken perf_autocomplete.js local performance test. r=MattN
MozReview-Commit-ID: cMxq66FHVs

--HG--
extra : rebase_source : 6ca89ce8ef77252189a98facce2941c328dcf159
2016-12-23 13:08:35 -05:00
David Keeler
104c38c723 bug 1324071 - add nsIPK11Token.hasPassword to replace unnecessary uses of nsIPKCS11Slot.status r=Cykesiopka,gps,MattN,sebastian
MozReview-Commit-ID: C2jwQHPEDC0

--HG--
extra : rebase_source : 16271e70ef32da8657cdc4f8df41b7822430e3bf
2016-12-02 15:09:35 -08:00
Wes Kocher
60785fce6d Merge inbound to central, a=merge
MozReview-Commit-ID: I54WGOLqHI2
2016-12-22 18:37:07 -08:00
Kit Cambridge
a509364284 Bug 1319175 - Add a data setter and beforeSave hook to JSONFile. r=MattN
* The `data` setter sets the backing data object to a new value, and
  flips `dataReady` so that `ensureDataReady` and `load` don't read
  stale data from disk. This can be used to clear existing data.
* The `beforeSave` hook is called from `_save`, as part of the deferred
  task. This can be used to create intermediate directories containing
  the file, or run other pre-save tasks that shouldn't be interrupted
  by shutdown.

MozReview-Commit-ID: AzOx7u2Rali

--HG--
extra : rebase_source : 42c0235774ca34e097e858b6ef796c4d1bd4f122
2016-12-19 08:32:29 -08:00
Jalen Adams
dbbd5c4ff8 Bug 1324171 - Use 'Search' as placeholder text instead of as a label in-front of search fields. r=jaws
MozReview-Commit-ID: 8eZ7Hy9DTuy

--HG--
extra : rebase_source : 048ea553743bf917508ae5016c7b8e3ecb5b7ed4
2016-12-22 11:32:40 -05:00
Ryan Hunt
0da2f2a52c Bug 1312881 - Add a telemetry probe to track the max scrollY of a page. r=mconley data-review=bsmedberg
--HG--
extra : rebase_source : c575bf8da0ea6e3a732520f48a0f12a9d922646b
2016-12-14 13:21:45 -06:00
Ryan Hunt
f8e537b751 Bug 1297867 - Add a telemetry probe to track the amount of scrolling in a page. r=mconley data-review=bsmedberg
--HG--
extra : rebase_source : adb84dea4dd2ed21da90404866bea56a6026cc4e
2016-12-14 13:19:52 -06:00
Carsten "Tomcat" Book
0aed7a4ac5 Merge mozilla-central to mozilla-inbound
--HG--
rename : testing/docker/base-build/HASH => taskcluster/docker/base-build/HASH
rename : testing/docker/base-test/HASH => taskcluster/docker/base-test/HASH
rename : testing/docker/centos6-build-upd/HASH => taskcluster/docker/centos6-build-upd/HASH
rename : testing/docker/centos6-build/HASH => taskcluster/docker/centos6-build/HASH
rename : testing/docker/decision/HASH => taskcluster/docker/decision/HASH
rename : testing/docker/image_builder/HASH => taskcluster/docker/image_builder/HASH
rename : testing/docker/recipes/tooltool.py => taskcluster/docker/recipes/tooltool.py
rename : testing/docker/tester/HASH => taskcluster/docker/tester/HASH
2016-12-22 16:25:35 +01:00
André Bargull
38d83d0bee Backed out changeset 5a110ad242ea (bug 1319926). r=jandem 2016-12-22 03:28:32 -08:00
Masayuki Nakano
4f6e3ae44a Bug 1320467 <scrollbox>.lineScrollAmount should return average width or height r=mstange
Currently, <scrollbox>.lineScrollAmount returns its font height.  However, according to the other methods, <scrollbox> is designed for scrolling elements in it.  Additionally, old implementation declared that1 line is 1 element.  Therefore, this patch makes it returns avarage width or height of the children.

MozReview-Commit-ID: E9qfhHy5sTt

--HG--
extra : rebase_source : a85c632242e5824596e9363c80323f1c9a89b39a
2016-12-10 11:39:34 +09:00
Masayuki Nakano
b1ff93bdf7 Bug 1320609 part.2 Rewrite test_mousescroll.xul with generator for async-scroll-aware r=mstange
test_mousescroll.xul becomes permanent orange due to the animation at handling wheel event.  Therefore, this patch rewrites it with generators.

Note that this removes |delta(X|Y) == 0| cases from testArrowScrollbox() because it doesn't cause wheel events, therefore, it's impossible to test without timer and it's not worthwhile to test the cases that no wheel events are fired.

Additionally, this adds todo to testArrowScrollBox() because |scrollPosition += px| in <scrollbox>.scrollByPixels doesn't work fine only on macOS with this test.  Even when the px is larger than its scrollSize, the result isn't set to scrollSize.  This issue shouldn't be the scope of bug 1320609, therefore, this patch makes it todo. (Of course, I don't see any problem with actual UI such as tabbar and bookmark menus.)

MozReview-Commit-ID: AmAf1YmgkBn

--HG--
extra : rebase_source : 7462845098d35da4c952048738e570a8a915b36a
2016-12-22 20:10:39 +09:00
Masayuki Nakano
fa3151a9d8 Bug 1320609 part.1 wheel event handler of <scrollbox> should use |_smoothScrollByPixels| instead of |scrollByPixels| when the deltaMode is DOM_DELTA_LINE or DOM_DELTA_PAGE r=mstange
<scrollbox> should scroll its contents smoothly even if wheel device doesn't support high resolution scroll.

This patch makes the wheel event handler use |_smoothScrollByPixels| when deltaMode is DOM_DELTA_LINE or DOM_DELTA_PAGE.  The reason why ignoring DOM_DELTA_PIXEL is, such devices are typically supports high resolution scroll.  Therefore, <scrollbox> doesn't need to animate its scroll by itself.

However, |_smoothScrollByPixels| doesn't work fine without some additional fixes.

First, this patch doesn't stop pending scroll from |_smoothScrollByPixels| because discarding some pending scroll causes slower scroll.  Actually, when you turn mouse wheel faster, scroll amount becomes smaller without this fix.

Next, this patch adds continous scroll mode to |_scrollAnim| object.  If it's requested new animation during processing previous scroll, it keeps previous scroll amount and restart animation with new destination.  Additionally, accumulating the scroll distance as fractional value.  Therefore, it scrolls 3px when 1.5px scroll is requested twice.

Finally, this patch discards pending scrolls when user tries to scroll to reverse direction.  When user tries to scroll to reserse direction, the user must want to scroll the contents from current position rather than actual scroll destination.  Therefore, this patch discards pending scrolls in |_smoothScrollByPixels|.  Although, it might be better to handle this in |_scrollAnim|.  However, |_isScrolling| is not managed by it and changing the behavior in private method is safer than changing utility object (i.e., |_scrollAnim|).

Additionally, this patch fixes timestamp issue at callback of requestAnimationFrame().  Sometimes, the given timestamp is older than start time.  In that case, current code scrolls to reverse diretion.  Therefore, we should treat such old timestamp as same as start time.

MozReview-Commit-ID: DluWUN2VhVw

--HG--
extra : rebase_source : 067467444c7a0aee4d551410c50de3a8a97601c5
2016-12-22 20:04:35 +09:00