Commit Graph

2257 Commits

Author SHA1 Message Date
Geoff Brown
7f25c62638 Bug 1433485 - Update test prefs for telemetry; r=mythmon,dexter
Set pref datareporting.healthreport.uploadEnabled=false during mochitests
and set pref toolkit.telemetry.server to a dummy server during reftests
(uploadEnabled was already false for reftest and the telemetry server was
already set for mochitests - now these prefs are consistent).

Some mochitests failed with this change; they are updated to
set datareporting.healthreport.uploadEnabled where required.
2018-02-21 10:57:04 -07:00
Gijs Kruitbosch
38defdde42 Bug 1439082 - ensure shield checkbox is disabled when about:preferences loads while FHR/Telemetry is preffed off, r=myk,mythmon
MozReview-Commit-ID: 7mhuD7BS7xz
2018-02-17 12:29:54 +00:00
Ryan VanderMeulen
2e3b53c6bd Bug 1439634 - Update pdf.js to version 2.0.385. r=bdahl 2018-02-20 11:26:33 -05:00
Masayuki Nakano
efaea0aaa7 Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug
Note that this patch also replaces legacy VK_* with KEY_*, and replaces
synthesizeKey() for inputting some characters with sendString() because
it's better and clearer what it does and it sets shiftKey state properly.

MozReview-Commit-ID: De4enbjux3T
2018-02-15 04:15:39 +09:00
Ed Lee
fba3ff2f33 Bug 1438821 - Fix drag placeholders, Pocket labels and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: BlSK701BOUQ
2018-02-16 12:23:10 -08:00
Ursula Sarracini
e5547ea230 Bug 1438658 - Allow pktApi.jsm to archive an item r=Mardak
MozReview-Commit-ID: JoTzYy84ZI5
2018-02-16 11:38:37 -05:00
Peter Van der Beken
5fb60d9c57 Bug 888600 - Move ContentFrameMessageManager to WebIDL. Part 6: Mark some IDL interfaces as non-scriptable. r=bz. 2017-11-23 16:27:27 +01:00
Thomas Wisniewski
345e6bb83b Bug 792808 - Change pktApi.jsm to import and instantiate XHRs from global properties rather than using Cc.createInstance(Ci.nsIXMLHttpRequest); r=Gijs
MozReview-Commit-ID: 8jdzIb95MmB
2017-09-19 12:18:20 -04:00
Thomas Wisniewski
a244e64db4 Bug 792808 - Change PdfStreamConverter.jsm to import and instantiate XHRs from global properties rather than using Cc.createInstance(Ci.nsIXMLHttpRequest); r=mossop
MozReview-Commit-ID: 3dj92XGY1G2
2017-09-19 12:17:59 -04:00
Thomas Wisniewski
fba3692992 Bug 792808 - Change asan-reporter bootstrap script to import and instantiate XHRs from global properties rather than using Cc.createInstance(Ci.nsIXMLHttpRequest); r=froydnj
MozReview-Commit-ID: GwciLYuTG3G
2017-09-19 12:17:39 -04:00
Timothy Guan-tin Chien
f08391ee76 Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans
MozReview-Commit-ID: Cr2iMSB04uu
2018-01-27 15:57:42 +08:00
Ed Lee
99f6bceb95 Bug 1440772 - Add Section menu, Pocket highlights and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: CYzpltysMbd
2018-02-23 12:36:37 -08:00
Cosmin Sabou
bb25b037bd Backed out changeset a2147499c437 (bug 1434706) for frequent mochitest browser chrome failures on browser_contextmenu_sendpage.js 2018-02-23 22:15:08 +02:00
Edouard Oger
23fa89126c Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
MozReview-Commit-ID: 4UuppJyOi5s
2018-02-15 11:24:44 +08:00
Mike Cooper
576a3327bf Bug 1435838 - Show a notice on about:studies if Studies are disabled r=Gijs,glasserc
MozReview-Commit-ID: K6XCegnhu4b
2018-02-08 14:49:05 -08:00
Ed Lee
750f3fa273 Bug 1433324 - Part 3. Assume true for browser.newtabpage.activity-stream.enabled. r=ursula
MozReview-Commit-ID: KMgNw5QsMIX
2018-02-13 16:53:50 -08:00
Matthew Noorenberghe
0ace8f9ecb Bug 1438306 - Disable CA & DE country support and RTL support for Form Autofill in Beta 59+. r=Dolske
MozReview-Commit-ID: IBtrvEsIWtH
2018-02-14 13:41:27 -08:00
Mike Cooper
1a5ed5f9bb Bug 1437668 - Fix parameter name of resetValue for user-preference-changed case r=Gijs
MozReview-Commit-ID: 3YoJYuR9i9t
2018-02-12 12:58:30 -08:00
Masayuki Nakano
53a40055b6 Bug 1436926 - part 2: Remove unnecessary KeyboardEvent.code specification of callers of EventUtils.synthesizeKey() r=smaug
Now, callers of EventUtils.synthesizeKey() don't need to specify
KeyboardEvent.code value anymore if they assume that active keyboard layout
is US keyboard layout.

Note that this patch changes the meaning of only test_bug551434.html.
Some callers in it don't match the key value and code value but that looks
like that they don't checking such odd keyboard events.  So, they must be
bug of the test.

MozReview-Commit-ID: Itxo7yZ9rkK
2018-02-09 19:17:26 +09:00
Tom Ritter
5918a1f53d Bug 1435296 Address xpcshell test failures from increasing timer precision r=baku
See the comment on "Address test failures caused by bumping timer precision to 2 ms"
for more details.

MozReview-Commit-ID: LrsucEPdZIo
2018-02-12 11:41:38 -06:00
Tom Ritter
b414702f22 Bug 1435296 Address test failures caused by bumping timer precision to 2 ms r=baku
There are a few different reasons why tests needed updating (not an exhaustive list):

- Tests assume that successive operations take place at different times.
- Tests assume that an operation took a minimum amount of time.
- Tests hardcodes a specific delay.

In most cases we hardcode the preference off. In some cases this is the best approach,
in others, we would like to improve. The bug for tracking those improvements is Bug 1429648

An improvement that is present in some tests is to hardcode a specific precision reduction
that is acceptable based on the confides of the test. (Obviously this needs to be a fix for
the test framework and not a requirement on the feature being tested.)

In a few places, the test itself can be fixed, for example to no longer require the end
time of an operation to be strictly greater than the start time, and allows it to be equal
to it.

MozReview-Commit-ID: J59c7xQtZZJ
2018-02-12 11:39:41 -06:00
Sebastian Hengst
3a4caef766 merge mozilla-central to autoland. CLOSED TREE 2018-02-10 00:34:30 +02:00
Sebastian Hengst
3c21120192 merge mozilla-inbound to mozilla-central. a=merge 2018-02-10 00:26:50 +02:00
Ed Lee
c2bb03bed6 Bug 1426705 - Add responsive layout, React 16 and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: KHwIWAlAXnC
2018-02-09 11:23:51 -08:00
Boris Zbarsky
4fd6e65c55 Bug 1436508 part 10. Remove use of nsIDOMKeyEvent in JS. r=masayuki
MozReview-Commit-ID: GGciORX62Yh
2018-02-09 11:17:09 -05:00
Jared Hirsch
f0a5892485 Bug 1436218 - Export Screenshots 29.0.0 to Firefox (code excluding translations); r=ianbicking
MozReview-Commit-ID: 8ME4zCgdd89
2018-02-08 15:54:36 -08:00
Jared Hirsch
c0778a1272 Bug 1436218 - Export Screenshots 29.0.0 to Firefox (translations only); r=ianbicking
MozReview-Commit-ID: 4RI8gnZezj3
2018-02-06 14:39:26 -08:00
Mike Cooper
56c9b9527f Bug 1436701 - Handle resetValue / didResetValue correctly in Normany preference experiments r=Gijs
MozReview-Commit-ID: 1UfvmpgvaIx
2018-02-08 11:35:39 -08:00
arthur.iakab
7682b1e861 Backed out changeset 47b8cc3b625e (bug 1426705) for build bustage on a CLOSED TREE 2018-02-09 22:43:04 +02:00
Ed Lee
71a9b02218 Bug 1426705 - Add responsive layout, React 16 and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: KHwIWAlAXnC
2018-02-09 11:23:51 -08:00
Edouard Oger
1666fb5941 Bug 1427674 - Unify FxA content server URL preferences. r=markh,tcsc
MozReview-Commit-ID: 3zhHGAzQr0R
2018-01-30 13:21:35 -05:00
Mark Banner
31b1fb7d6d Bug 1436389 - Update complexity rules to adapt for the algorithm in the new ESLint. r=mossop
MozReview-Commit-ID: 1LlfamNvBEM
2018-02-07 16:16:09 +00:00
Ian Moody
a54a2601c7 Bug 1432070 - Block context menu in Autofill preference dialogs, except on text fields. r=MattN,scottwu
The context menu shown is the standard web page one, and so inappropriate for
inside preferences.  Keep it on text fields so text editing commands are still
available, though unfortunately so are "This Frame", "Inspect Element", and
"Add a Keyword for this Search".

MozReview-Commit-ID: 7L012CZ4BhR
2018-01-21 22:50:07 +00:00
Mike Cooper
11f6fd75a3 Bug 1435253 - Handle more types of failure during add-on study enrollment r=Gijs
MozReview-Commit-ID: BOUFuvt5wYO
2018-02-06 16:37:38 -08:00
Michael Kohler
c99b6fa1e5 Bug 1419996 - remove NEW_TABLE flag and legacy code for the onboarding telemetry r=Fischer,francois
MozReview-Commit-ID: Lb8G8DXRdeh
2018-01-31 19:48:56 +01:00
Mike Cooper
ceead29eed Bug 1435231 - Initialize Normandy events before other subcomponents r=Gijs
MozReview-Commit-ID: KcMQF5V6Hxl
2018-02-06 14:49:59 -08:00
Andrew McCreight
272cee1e65 Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
This patch was autogenerated by my decomponents.py

It covers almost every file with the extension js, jsm, html, py,
xhtml, or xul.

It removes blank lines after removed lines, when the removed lines are
preceded by either blank lines or the start of a new block. The "start
of a new block" is defined fairly hackily: either the line starts with
//, ends with */, ends with {, <![CDATA[, """ or '''. The first two
cover comments, the third one covers JS, the fourth covers JS embedded
in XUL, and the final two cover JS embedded in Python. This also
applies if the removed line was the first line of the file.

It covers the pattern matching cases like "var {classes: Cc,
interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove
the entire thing if they are all either Ci, Cr, Cc or Cu, or it will
remove the appropriate ones and leave the residue behind. If there's
only one behind, then it will turn it into a normal, non-pattern
matching variable definition. (For instance, "const { classes: Cc,
Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes
"const CC = Components.Constructor".)

MozReview-Commit-ID: DeSHcClQ7cG
2018-02-06 09:36:57 -08:00
Gurzau Raul
440c033177 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-02-06 23:59:03 +02:00
Gurzau Raul
5e02c29404 Merge inbound to mozilla-central. a=merge 2018-02-06 23:53:56 +02:00
Felipe Gomes
43dccc37e4 Bug 1429162 - Policy: Disable Shield. r=mythmon
MozReview-Commit-ID: GoWBBWN3f26
2018-02-06 00:30:23 -02:00
Mike Taylor
ca806b8890 Bug 1399980. Remove collection of stylo prefs in webcompat reports. r=florian
MozReview-Commit-ID: CfgUpI06zud
2018-02-05 15:51:41 -08:00
Alexis Beingessner
d108292b1e Bug 1362115 - turn on blob-images by default with webrender. r=kats
MozReview-Commit-ID: GH4Ukj01rJ5
2018-02-01 14:00:26 -05:00
Brindusan Cristian
2f88f854aa Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-02-06 12:05:49 +02:00
Narcis Beleuzu
e6c2ab7f12 Merge inbound to mozilla-central. a=merge 2018-02-06 11:54:42 +02:00
Noemi Erli
4b13749b12 Backed out 2 changesets (bug 1432890, bug 1429162) for failing in dom/canvas/test/webgl-conf/generated/ on a CLOSED TREE
Backed out changeset 05b29220fc4d (bug 1429162)
Backed out changeset ee868e1ec636 (bug 1432890)
2018-02-06 07:35:08 +02:00
Felipe Gomes
3514c255e1 Bug 1429162 - Policy: Disable Shield. r=mythmon
MozReview-Commit-ID: GoWBBWN3f26
2018-02-06 00:30:23 -02:00
Mike Cooper
3acfb8d82c Bug 1435350 - Migrate Normandy docs from github. r=Gijs
MozReview-Commit-ID: 1KLKlXJrQSp
2018-02-02 14:45:06 -08:00
Ed Lee
ccba9cf1d5 Bug 1435419 - Add webextension actions, add/save consistency and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: AXayKIY4HfZ
2018-02-02 14:09:17 -08:00
Matthew Noorenberghe
d75aa46e45 Bug 1435274 - Stop form autofilling if the master password prompt is cancelled. r=johannh
MozReview-Commit-ID: HnFbcWYX6QL
2018-02-02 21:42:31 -08:00
Gijs Kruitbosch
2a005359be Bug 1435217 - move pocket initialization to delayed-browser-startup, r=jaws
MozReview-Commit-ID: HFR2VHOliK3
2018-02-02 14:20:06 +00:00