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

2181 Коммитов

Автор SHA1 Сообщение Дата
Masayuki Nakano cf83ee7bb4 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

--HG--
extra : rebase_source : 2296b84bff8e22f01eeb48cd8614fac5db11136a
2018-02-15 04:15:39 +09:00
Ed Lee ef5ddbeefb Bug 1438821 - Fix drag placeholders, Pocket labels and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: BlSK701BOUQ

--HG--
extra : rebase_source : fa29246a7abc5c52debb999e0218169a6cab3759
2018-02-16 12:23:10 -08:00
Ursula Sarracini 9c4753f4d6 Bug 1438658 - Allow pktApi.jsm to archive an item r=Mardak
MozReview-Commit-ID: JoTzYy84ZI5

--HG--
extra : rebase_source : ef4f11f414b4c2bd551d3c62ee165ca1d89795e8
2018-02-16 11:38:37 -05:00
Thomas Wisniewski 1966e88a4a 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

--HG--
extra : rebase_source : 34383e0d7a6279e82cde23a3e93c69a001c6fe93
2017-09-19 12:18:20 -04:00
Thomas Wisniewski 38494f65a3 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

--HG--
extra : rebase_source : c2567ca292d91a65e23c5a22729f3eb20071575a
2017-09-19 12:17:59 -04:00
Thomas Wisniewski dd793ee47a 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

--HG--
extra : rebase_source : 7687aeba58c0b035ca0314379e0d199ed35a4ebf
2017-09-19 12:17:39 -04:00
Timothy Guan-tin Chien a2a559db3e Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans
MozReview-Commit-ID: Cr2iMSB04uu

--HG--
extra : rebase_source : 49f69cca3a4f27af1060ed82283b5cc96f717229
2018-01-27 15:57:42 +08:00
Mike Cooper 0912c2657b Bug 1435838 - Show a notice on about:studies if Studies are disabled r=Gijs,glasserc
MozReview-Commit-ID: K6XCegnhu4b

--HG--
extra : rebase_source : 4d9d06a08dd91c01130795fccffbd31e7577ffb9
2018-02-08 14:49:05 -08:00
Ed Lee 6497dc1292 Bug 1433324 - Part 3. Assume true for browser.newtabpage.activity-stream.enabled. r=ursula
MozReview-Commit-ID: KMgNw5QsMIX

--HG--
extra : rebase_source : b3f3e2dbd568e88c0e8461fb4bfadbbdd9baaa99
2018-02-13 16:53:50 -08:00
Matthew Noorenberghe 435d1b3ea3 Bug 1438306 - Disable CA & DE country support and RTL support for Form Autofill in Beta 59+. r=Dolske
MozReview-Commit-ID: IBtrvEsIWtH

--HG--
extra : rebase_source : ade073df3071d03c7f2370e099725640dc42c701
2018-02-14 13:41:27 -08:00
Mike Cooper 3784fb0cfb Bug 1437668 - Fix parameter name of resetValue for user-preference-changed case r=Gijs
MozReview-Commit-ID: 3YoJYuR9i9t

--HG--
extra : rebase_source : e0527548427128b637b707dfed9df6c9392f65ca
extra : source : 0587fa62c8d4a0908c0a63c0960059dc786a7552
2018-02-12 12:58:30 -08:00
Masayuki Nakano 8917ac460f 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

--HG--
extra : rebase_source : 856ef3715c924ca16e993ea57d92d1243b5cc6be
2018-02-09 19:17:26 +09:00
Tom Ritter c4edd2fe5c 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

--HG--
extra : rebase_source : 8147c034f7dc93f678eebc80b0afabf55729d804
2018-02-12 11:41:38 -06:00
Tom Ritter aa82f54ab6 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

--HG--
extra : rebase_source : df8a03e76eaf9cdc9524dbb3eb9035af237e534b
2018-02-12 11:39:41 -06:00
Sebastian Hengst d1700a0b7a merge mozilla-central to autoland. CLOSED TREE 2018-02-10 00:34:30 +02:00
Sebastian Hengst f5e840425b merge mozilla-inbound to mozilla-central. a=merge 2018-02-10 00:26:50 +02:00
Ed Lee 6be8c9a11a Bug 1426705 - Add responsive layout, React 16 and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: KHwIWAlAXnC

--HG--
extra : rebase_source : 9e8aa2f5357b1755133069042d7de548b9040749
2018-02-09 11:23:51 -08:00
Boris Zbarsky fce30e834b 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 fc5f933414 Bug 1436218 - Export Screenshots 29.0.0 to Firefox (code excluding translations); r=ianbicking
MozReview-Commit-ID: 8ME4zCgdd89

--HG--
extra : rebase_source : 6e0cac59c97ebbdc4a982939bc1781198bb88056
2018-02-08 15:54:36 -08:00
Jared Hirsch 8283c4bcdb Bug 1436218 - Export Screenshots 29.0.0 to Firefox (translations only); r=ianbicking
MozReview-Commit-ID: 4RI8gnZezj3

--HG--
extra : rebase_source : cbeebe31ed53e16064a16ac390269277f1cfbebd
2018-02-06 14:39:26 -08:00
Mike Cooper 0da87323d2 Bug 1436701 - Handle resetValue / didResetValue correctly in Normany preference experiments r=Gijs
MozReview-Commit-ID: 1UfvmpgvaIx

--HG--
extra : rebase_source : 9f74e3420849c73595351aebd0af1ea6f1560165
2018-02-08 11:35:39 -08:00
arthur.iakab b0948ed25d Backed out changeset 47b8cc3b625e (bug 1426705) for build bustage on a CLOSED TREE 2018-02-09 22:43:04 +02:00
Ed Lee e5643f4ea6 Bug 1426705 - Add responsive layout, React 16 and bug fixes to Activity Stream. r=ursula
MozReview-Commit-ID: KHwIWAlAXnC

--HG--
extra : rebase_source : a3023806191f32906e8e74cd507b874aef838d77
2018-02-09 11:23:51 -08:00
Edouard Oger 626be20bbb Bug 1427674 - Unify FxA content server URL preferences. r=markh,tcsc
MozReview-Commit-ID: 3zhHGAzQr0R

--HG--
extra : rebase_source : 013457dfb434c92134d2f244b389d21620c83595
2018-01-30 13:21:35 -05:00
Mark Banner 2fd2fd7199 Bug 1436389 - Update complexity rules to adapt for the algorithm in the new ESLint. r=mossop
MozReview-Commit-ID: 1LlfamNvBEM

--HG--
extra : rebase_source : 8e41e5a5f67bfd43444fde25287cb3709452a349
2018-02-07 16:16:09 +00:00
Ian Moody 122bb9bfa7 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

--HG--
extra : rebase_source : 6602db5e94efca3797892be44585389bfac80a9c
2018-01-21 22:50:07 +00:00
Mike Cooper dc4a2018d7 Bug 1435253 - Handle more types of failure during add-on study enrollment r=Gijs
MozReview-Commit-ID: BOUFuvt5wYO

--HG--
extra : rebase_source : 792f0d760d5845f21dba62f3c29b8d2a9546fad1
2018-02-06 16:37:38 -08:00
Michael Kohler fd2cb7bd5b Bug 1419996 - remove NEW_TABLE flag and legacy code for the onboarding telemetry r=Fischer,francois
MozReview-Commit-ID: Lb8G8DXRdeh

--HG--
extra : rebase_source : 50dcf42ac157efaca54f3d2e0cbc2d78323da562
2018-01-31 19:48:56 +01:00
Mike Cooper df742ec098 Bug 1435231 - Initialize Normandy events before other subcomponents r=Gijs
MozReview-Commit-ID: KcMQF5V6Hxl

--HG--
extra : rebase_source : 881baac4a4dc9065354814eb2efd26d59d2d43fc
2018-02-06 14:49:59 -08:00
Andrew McCreight 5dec0e0beb 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

--HG--
extra : rebase_source : d9c41878036c1ef7766ef5e91a7005025bc1d72b
2018-02-06 09:36:57 -08:00
Gurzau Raul ba6075ea7f Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-02-06 23:59:03 +02:00
Gurzau Raul 476c3b3a55 Merge inbound to mozilla-central. a=merge 2018-02-06 23:53:56 +02:00
Felipe Gomes 90843b2341 Bug 1429162 - Policy: Disable Shield. r=mythmon
MozReview-Commit-ID: GoWBBWN3f26

--HG--
extra : source : 05b29220fc4de84e676cf4bfe7a673ae640dd929
2018-02-06 00:30:23 -02:00
Mike Taylor 1d8331d312 Bug 1399980. Remove collection of stylo prefs in webcompat reports. r=florian
MozReview-Commit-ID: CfgUpI06zud

--HG--
extra : rebase_source : f4a72d5774ce764ec92bd204ad37caada5aa74ec
2018-02-05 15:51:41 -08:00
Alexis Beingessner 8acb1d6f40 Bug 1362115 - turn on blob-images by default with webrender. r=kats
MozReview-Commit-ID: GH4Ukj01rJ5

--HG--
extra : rebase_source : 96b48cc87d31ee75b069d08f72fec259d87b957f
2018-02-01 14:00:26 -05:00
Brindusan Cristian 2bbe26a9d7 Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-02-06 12:05:49 +02:00
Narcis Beleuzu 84cea84b12 Merge inbound to mozilla-central. a=merge 2018-02-06 11:54:42 +02:00
Noemi Erli 15dc879760 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 070f00f933 Bug 1429162 - Policy: Disable Shield. r=mythmon
MozReview-Commit-ID: GoWBBWN3f26
2018-02-06 00:30:23 -02:00
Mike Cooper f2f27d5f8f Bug 1435350 - Migrate Normandy docs from github. r=Gijs
MozReview-Commit-ID: 1KLKlXJrQSp

--HG--
extra : rebase_source : 20d6ad3499335f2f6ddd366eeae86442f901ad24
2018-02-02 14:45:06 -08:00
Ed Lee 11eea41e9c Bug 1435419 - Add webextension actions, add/save consistency and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: AXayKIY4HfZ

--HG--
extra : rebase_source : 08a54c3930df122615503f407f6e42bee1070c61
2018-02-02 14:09:17 -08:00
Matthew Noorenberghe 9a64450314 Bug 1435274 - Stop form autofilling if the master password prompt is cancelled. r=johannh
MozReview-Commit-ID: HnFbcWYX6QL

--HG--
extra : rebase_source : 4c8491c460d7fc0a9dc606f4c624d4e35e881586
2018-02-02 21:42:31 -08:00
Gijs Kruitbosch bc72f5ea01 Bug 1435217 - move pocket initialization to delayed-browser-startup, r=jaws
MozReview-Commit-ID: HFR2VHOliK3

--HG--
extra : rebase_source : a8a2ae76a7d1b063335ef705a97f9ef0c5d0262a
2018-02-02 14:20:06 +00:00
Gijs Kruitbosch 5a980122fd Bug 1435217 - remove vestiges of dead pocket toolbar/panel button and always-hidden bookmarks menu button panel menu item, r=jaws
MozReview-Commit-ID: 9V7w9VnTZTN

--HG--
extra : rebase_source : 7e5d45c9b38f3702c0a81d2386f51f5ef1b6ed80
2018-02-02 11:54:24 +00:00
Ursula Sarracini eda0730782 Bug 1425496 - Add Recently Pocketed Items to Highlights r=Mardak
MozReview-Commit-ID: LyXKkQkPXte

--HG--
extra : rebase_source : 7cb303772463efd7179fcd672d022dc0a0e37015
2018-02-02 17:06:06 -05:00
Dorel Luca 8600436f5d Backed out 2 changesets (bug 1362115) for frequent crashtest failures in gfx/tests/crashtests/1317403-1.html
Backed out changeset 761a65991c7f (bug 1362115)
Backed out changeset 71eb4d997c0d (bug 1362115)
2018-02-02 11:15:27 +02:00
Alexis Beingessner 5070b17ee7 Bug 1362115 - turn on blob-images by default with webrender. r=kats
MozReview-Commit-ID: GH4Ukj01rJ5

--HG--
extra : rebase_source : 7022cb76018ae06147e257ed3854352627687031
2018-02-01 14:00:26 -05:00
Florian Quèze 2b1c8dccb6 Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
Ryan VanderMeulen 827890ae7b Bug 1435814 - Update pdf.js to version 2.0.332. r=bdahl
--HG--
extra : rebase_source : 9be39c85096a04399d0a1bc234b2748560d33393
2018-02-05 14:24:35 -05:00
Edouard Oger e3f37a97a4 Bug 633062 p8 - Add Async observers. r=kitcambridge,markh,tcsc
MozReview-Commit-ID: IvwyleXBcNH

--HG--
extra : rebase_source : eb8f5db734cedb2810642723ed1652defeb16d88
2018-01-04 18:07:10 -05:00