Commit Graph

523323 Commits

Author SHA1 Message Date
Fischer.json
046c283c6f Bug 1343477 - Search label should be a placeholder text in Settings of Site Data, r=Gijs
MozReview-Commit-ID: 6ljPyss39fS

--HG--
extra : rebase_source : 97e951afb26c84bcf262ba6fbc79ddafca2c30c2
2017-03-01 18:00:22 +08:00
Nick
2a7202a0c1 Bug 1312687 - devtools-side-splitter now moves the correct direction in RTL locales r=ntim
MozReview-Commit-ID: CpSZwZSstgX

--HG--
extra : rebase_source : 28974307e4e225748c2e866ac6ac8a93af3a50b1
2017-03-02 13:03:41 -05:00
bechen
cbc9ad36fa Bug 1307710 - part4: Enable getCueAsHTML.html testcase, disable entities.html, tags.html, modify timestamp.html.ini .r=rillian
MozReview-Commit-ID: HLG1jyv2bms

--HG--
extra : rebase_source : 9f60495e7f448c4a9357afea2eea1c8de925974d
2017-03-03 11:35:00 +08:00
bechen
a15d784f85 Bug 1307710 - wpt: Update the getCueAsHTML testcase for testing leading zero of webvtt timestamp object. r=rillian
MozReview-Commit-ID: BQPugEkRCP0

--HG--
extra : rebase_source : ee96623e900469845d75b8481eeb2e9b3246d9e5
2017-03-03 11:34:58 +08:00
bechen
ea5fd5a6e9 Bug 1307710 - part3: fix ProcessingInstruction node for testcase. r=rillian
MozReview-Commit-ID: 9Wc98cOVjHD

--HG--
extra : rebase_source : 91e8c85f2372bba59af4685f1905301f8d691410
2017-03-03 11:34:33 +08:00
bechen
2210d5e1e8 Bug 1307710 - part2: webvtt cue voice span and language span need annotation. r=rillian
MozReview-Commit-ID: FqUMAt436ZP

--HG--
extra : rebase_source : ee75d2e5ac518cb8e5f8f3735ef54359e4a5db5b
2017-03-01 15:16:51 +08:00
bechen
5527619fbb Bug 1307710 - part1: Return Documentfragment instead of div for convertCueToDOMTree. r=rillian,smaug
MozReview-Commit-ID: KV1MNaMhNOG

--HG--
extra : rebase_source : 4ef3b2565cc890a9e7ffc230b61aef3d24c58568
2017-03-01 15:01:52 +08:00
Xidorn Quan
70aa39a324 servo: Merge #15793 - Fix animation shorthand parsing (from upsuper:animation); r=emilio,bholley
which is somehow broken after #15779.

But it seems there are various issue around the animation shorthand parsing, so I try to fix it to make it match the spec.

I expect this change to fix most parsing failures in Gecko's test suite, although I haven't tested.

Source-Repo: https://github.com/servo/servo
Source-Revision: 7cd4c69c40f90b2db6371bff27cfbd70fb045f5d

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : c6eed6aa6e8f04b67eb11059eaf3400d112835a8
2017-03-03 03:28:21 -08:00
Dão Gottwald
c20221e18c Bug 1344178 - Remove obsolete outline-color rule for .customization-target outlines that are never displayed. r=Gijs
MozReview-Commit-ID: LkZ6JiBOR5L

--HG--
extra : rebase_source : 8c097a80a5619e8fece81a180cc21f98a3d1f599
2017-03-03 13:28:24 +01:00
Carsten "Tomcat" Book
45d42cf9c7 Merge mozilla-central to autoland 2017-03-03 13:07:34 +01:00
Carsten "Tomcat" Book
cf269a43bd merge mozilla-inbound to mozilla-central a=merge 2017-03-03 13:03:48 +01:00
Carsten "Tomcat" Book
472f145612 merge autoland to mozilla-central a=merge 2017-03-03 13:01:04 +01:00
Carsten "Tomcat" Book
21f496bdb8 Backed out changeset 8d2a0d1f2231 (bug 1338099) for causing Bug 1342383 2017-03-03 11:27:04 +01:00
Charles Vandevoorde
5dda7c7222 servo: Merge #15767 - Remove support for Blob::{close, isClosed} (from charlesvdv:blob-close); r=nox
<!-- Please describe your changes on the following line: -->

<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #15660

<!-- Either: -->
- [x] There are tests for these changes

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: 1b1fadb8b88eefe878617230a7b78c75a164332d

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 392c282de7d711baf7c35ea75e3cdd8d3bdd79d0
2017-03-03 02:16:51 -08:00
Carsten "Tomcat" Book
e9aad6d3f5 Backed out changeset 9c1478a17bf6 (bug 1343749) for frequent timeouts in mda tests 2017-03-03 10:39:21 +01:00
Carsten "Tomcat" Book
954f2dc068 Backed out changeset 04d6b4518dbf (bug 1343749) 2017-03-03 10:38:53 +01:00
Charles Vandevoorde
76e5a4e36c servo: Merge #15455 - Implement XHR progress event changes (from charlesvdv:xhr-process-event); r=KiChjang
<!-- Please describe your changes on the following line: -->

This PR implements change in the specs in XHR.

Unfortunatelly, @jdm the test are not passing. It looks like the fetch module send more bytes that we should according the ```Content-Length```. This [lines](https://github.com/servo/servo/blob/master/tests/wpt/web-platform-tests/XMLHttpRequest/progress-events-response-data-gzip.htm#L70) make the test fail.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #13276  (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: 0294a474b802a87ce7788e603203a1ad526d18a7

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 53c7e0b5b0a46c911ccc12564be5b67b1c6008d6
2017-03-03 01:05:11 -08:00
Sebastian Kaspari
3824713252 Bug 1342329 - Only link the "default browser" setting to the default apps screen. r=ahunt
MozReview-Commit-ID: I7mrsbXGng1

--HG--
extra : rebase_source : eae4762aabd973b56dba7e2be584e9638fd5bc3a
2017-03-03 11:12:48 +01:00
Tooru Fujisawa
9b8c984305 Bug 1316098 - Optimize out result object allocation for await/return in async function. r=till 2017-03-03 17:11:14 +09:00
Makoto Kato
005b442f5f Bug 1225401 - Part 3. Update icudt58l.dat. r=Waldo
MozReview-Commit-ID: GxwJdkk134q
2017-03-03 15:16:06 +09:00
Makoto Kato
3e05da0dfa Bug 1225401 - Part 2. Update ICU source in tree after removing cities data. r=Waldo
MozReview-Commit-ID: 2LNAmneh2ew
2017-03-03 13:56:26 +09:00
Makoto Kato
d42aa067c3 Bug 1225401 - Part 1. Remove cities when syncing ICU source code. r=Waldo
MozReview-Commit-ID: ilVREadiJc
2017-03-03 13:56:24 +09:00
Makoto Kato
953af69fee Backed out changeset 292d9e369264 (bug 1225401) due to conflict updating with Bug 1343493
MozReview-Commit-ID: yx1Zc42GGC
2017-03-03 14:17:16 +09:00
Makoto Kato
c131f38038 Backed out changeset 6696016a0198 (bug 1225401)
MozReview-Commit-ID: 3cpusAJRqTg
2017-03-03 14:16:09 +09:00
Makoto Kato
46f32e1ec4 Backed out changeset 8c51fd25a389 (bug 1225401)
MozReview-Commit-ID: HdWed0PDTc6
2017-03-03 14:16:07 +09:00
Makoto Kato
50db2c3032 Bug 1225401 - Part 3. Update icudt58l.dat. r=Waldo
MozReview-Commit-ID: BuB7VT3mwiS
2017-03-03 13:56:28 +09:00
Makoto Kato
50bc417b49 Bug 1225401 - Part 2. Update ICU source in tree after removing cities data. r=Waldo
MozReview-Commit-ID: 2LNAmneh2ew
2017-03-03 13:56:26 +09:00
Makoto Kato
1730f1d75e Bug 1225401 - Part 1. Remove cities when syncing ICU source code. r=Waldo
MozReview-Commit-ID: ilVREadiJc
2017-03-03 13:56:24 +09:00
Mark Hammond
b86ff30666 Bug 1317223 (part 7) - disable tests on ASAN due to bug 1344085. r=kitcambridge
MozReview-Commit-ID: 6L72ACMcDBq
2017-03-03 10:54:45 +11:00
Wes Kocher
e447319b94 Merge inbound to central, a=merge
MozReview-Commit-ID: DuLPg9KE8Ci

--HG--
rename : browser/components/extensions/ext-theme.js => toolkit/components/extensions/ext-theme.js
rename : browser/components/extensions/schemas/theme.json => toolkit/components/extensions/schemas/theme.json
rename : browser/components/extensions/test/browser/browser_ext_themes_chromeparity.js => toolkit/components/extensions/test/browser/browser_ext_themes_chromeparity.js
rename : browser/components/extensions/test/browser/browser_ext_themes_dynamic_updates.js => toolkit/components/extensions/test/browser/browser_ext_themes_dynamic_updates.js
rename : browser/components/extensions/test/browser/browser_ext_themes_lwtsupport.js => toolkit/components/extensions/test/browser/browser_ext_themes_lwtsupport.js
2017-03-02 14:57:41 -08:00
Wes Kocher
a9419110b3 Backed out 2 changesets (bug 1334975, bug 1335539) for merge conflicts a=backout
Backed out changeset 429ff39f3d28 (bug 1335539)
Backed out changeset eea959a93ce4 (bug 1334975)

MozReview-Commit-ID: GlvA0B0vHRT
2017-03-02 14:57:21 -08:00
Wes Kocher
dbc22c750b Merge autoland to central, a=merge
MozReview-Commit-ID: 8MgCHGpAZO0
2017-03-02 13:09:17 -08:00
L. David Baron
30dc937e95 Bug 276079 followup - Make check-for-references.sh accept single-quoted attribute values. No review.
This allows it to not give errors on the tests previously added in this
bug (in 1e68627db428).
2017-03-02 09:04:12 -08:00
Christoph Kerschbaumer
ba60c4b63d Bug 1341589 - Test TriggeringPrincipal on history entry for view-source loads. r=gijs 2017-03-02 17:45:24 +01:00
Christoph Kerschbaumer
c94340ffe9 Bug 1341589 - Set triggeringPrincipal on history entry for view-source loads. r=gijs 2017-03-02 17:32:02 +01:00
Aki Sasaki
d81af334aa bug 1343923 - tc: stop signing build checksums file. r=mtabara a=release DONTBUILD
MozReview-Commit-ID: EQARgjQTf4t

--HG--
extra : histedit_source : f5cded2f6c3d7f7a3ea62b2e2d3394c07805f9be
2017-03-02 08:49:50 -08:00
Ben Kelly
9b9b60cfbf Bug 1343874 Remove unnecessary virtual keyword from some nsGlobalWindow methods. r=smaug 2017-03-02 11:36:36 -05:00
Ben Kelly
9e4cb4f2f0 Bug 1343895 Tune dom.timeout.max_consecutive_callbacks on fennec. r=smaug 2017-03-02 11:33:12 -05:00
Ben Kelly
14680016ee Bug 1343877 Don't allow an extra timer callback beyond configured pref value. r=smaug 2017-03-02 11:33:11 -05:00
Andrea Marchesini
b54dc840c3 Bug 1335539 - Get rid of nsIDOMWindowUtils.wrapDOMFile, r=smaug, r=Gijs 2017-03-02 17:15:29 +01:00
Andrea Marchesini
d589cbcf28 Bug 1334975 - Get rid of nsIFilePicker.show() use in gecko, r=ochameau 2017-03-02 17:14:46 +01:00
Sebastian Hengst
c435fc24fc Backed out changeset c92fa71c097e (bug 866473) for hazard failures in Intl.cpp. r=backout 2017-03-02 17:11:10 +01:00
ffxbld
546a05fec0 No bug, Automated HPKP preload list update from host bld-linux64-spot-031 - a=hpkp-update 2017-03-02 07:42:44 -08:00
ffxbld
52a438e1a4 No bug, Automated HSTS preload list update from host bld-linux64-spot-031 - a=hsts-update 2017-03-02 07:42:42 -08:00
Gijs Kruitbosch
88b23dd9a5 Bug 1343850 - fix PlacesProvider.jsm undefined variable (aLastKnownTitle vs. aTitle), r=mak
MozReview-Commit-ID: D86SQTcMLvM

--HG--
extra : rebase_source : f70e2c352a6e22e49ebe48fff0799f0351cf4c16
2017-03-02 13:51:05 +00:00
Gijs Kruitbosch
18f44a17d7 Bug 1314855 - keep a strong reference to the listener for background thumbnail pages, r=markh
MozReview-Commit-ID: 1mWv4kpmqwE

--HG--
extra : rebase_source : 6e27fe601ea96e0401c24271a7a55c17882f86ce
2017-03-02 16:05:49 +00:00
Carsten "Tomcat" Book
4a4777d1aa merge mozilla-inbound to mozilla-central a=merge 2017-03-02 14:02:48 +01:00
JW Wang
57506c3907 Bug 1343787. Part 2 - move the Register() calls to Load(). r=gerald
MozReview-Commit-ID: 2jjZujE1qH8

--HG--
extra : rebase_source : f787346a5631acceb27d88e352d67f66e8053bf9
extra : source : 2d3a5e31f306ab2109f38e070a9881ef2affba60
2017-03-02 18:03:20 +08:00
JW Wang
d6b69e2a1d Bug 1343787. Part 1 - allow MediaShutdownManager::Register() to fail. r=gerald
MozReview-Commit-ID: 2pnPnq4NlXN

--HG--
extra : rebase_source : c24c38ff5bad0902cc454e606a62e4d2bf60a602
extra : source : 2fe2c0b335ba6d1c17220c0bcabe645d771f77ac
2017-03-02 16:08:28 +08:00
Iris Hsiao
72a190810a Backed out changeset 588c44c7a966 (bug 1058040)
CLOSED TREE

--HG--
extra : amend_source : 722708bf80daf7d52f18400e4924a77d2aca1b5c
2017-03-02 11:24:33 +08:00