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

12530 Коммитов

Автор SHA1 Сообщение Дата
Junior Hsu 5536544c0b Bug 1288049 - Canonicalize IPv4 for nsStandardURL, r=valentin 2016-08-09 03:18:00 +02:00
Thomas Wisniewski dda8b0ae6b Bug 1285425 - Set forms to valid in their constructor. r=bz 2016-08-09 16:23:40 -04:00
Jessica Jong 6f6b9ca3bc Bug 1281769 - Do not throw when getting selectionDirection/selectionStart/selectionEnd on input/textarea. r=smaug 2016-08-08 23:19:00 +02:00
Edgar Chen aa6fa99c93 Bug 1281670 - Keep reparsing style attribute if we had parsed it once. r=bz
MozReview-Commit-ID: 4TeWC3Oepe4

--HG--
extra : rebase_source : 8994e12ca2cabfa0e4df251c5c22cf3840c1ed4c
2016-08-08 18:29:11 +08:00
John Dai a14b337bab Bug 838954 - Add a newline in .innerHTML serialization of <pre> when first character is a newline. r=smaug 2016-08-08 23:55:00 +02:00
Carsten "Tomcat" Book 553a2da922 merge mozilla-inbound to mozilla-central a=merge 2016-08-10 15:54:26 +02:00
Yura Zenevich d79c789318 Bug 527003 - renaming all XPCOM uses of deprecated accessible retrieval to accessibility service. r=surkov
MozReview-Commit-ID: DDJmHOMfXLo
2016-08-09 15:38:54 -04:00
Anthony Miyaguchi 18bcb2793a bug 1292393 - Support symbolic revisions in decision task r=gps
The decision task now uses robustcheckout to get the latest mercurial state.
However, robustcheckout also enforces that the revision it's passed is
actually a revision hash, and not a symbolic name. This will use the --branch
option of robustcheckout if GECKO_HEAD_REF is defined and will use `hg log` to
fill in GECKO_HEAD_REF.

MozReview-Commit-ID: LJikceW4YVg

--HG--
extra : rebase_source : ee9d4d8c472239dbe452e7467e4ebec08a4c5594
extra : source : ad0e20ec7cd249036bdc1ee0638a7499d4a39ed7
2016-08-09 13:14:05 -07:00
Dan Minor bbc91a778c Bug 1286657 - Add manifest for autophone webrtc crashtest job; r=bc
MozReview-Commit-ID: 4FMMwsUvkmk

--HG--
extra : rebase_source : 4b8dd1dcc24f70fdcb1a3ca69d9064d2587f2584
2016-08-03 12:20:48 -04:00
Rail Aliiev c3655465ef Bug 1290772 - Set proper MIME type for XPIs r=Callek r=release DONTBUILD
MozReview-Commit-ID: CCPT4nJfBW9

--HG--
extra : rebase_source : cc0f80046f2202abd05f2b5cbc8b7d092619c2e8
2016-08-09 09:03:58 -04:00
Samael Wang 319c7870ef Bug 1268962 - Add load / error event to prefetch link. r=bz 2016-08-09 14:28:17 +08:00
Andrew Swan b904b2d437 Bug 1286908 Remove id allocation from SpecialPowers loadExtension() r=kmag
Prior to this change, SpecialPowers used the extension id to identiy
extension instances in inter-process messaging.  This required that
an id be allocated from the content process side when loadExtension()
was called, but that made it impossible to test code that exercises the
code path in the AddonManager that allocates ids for extensions that do
not include an id in the manifest (it also made the loadExtension() api
clunky).

With this change, SpecialPowers allocates an internal identifier for
messaging, but this identifier is separate from extension ids.
Confusingly, we still store the actual extension id in an id property
on the object returned by loadExtension(), but there are enough tests
that reference this that it would be unnecessarily disruptive to get
rid of it so it stays for now...

MozReview-Commit-ID: G6xk1mBJJL8

--HG--
extra : rebase_source : a0891e5ba308972c35813f55274badf9edde62f7
extra : source : e8818ef3c28489e196d1db92cabf224861b693c9
2016-08-02 16:04:37 -07:00
Carsten "Tomcat" Book d9e0b4c565 merge mozilla-inbound to mozilla-central a=merge 2016-08-09 15:44:51 +02:00
Carsten "Tomcat" Book 404e9f87f9 Backed out changeset 8f2224b00d74 (bug 1290186) on request from whimboo 2016-08-09 10:58:07 +02:00
Wes Kocher 78ec753b6f Merge m-c to inbound, a=merge 2016-08-08 16:29:21 -07:00
Jean-Yves Avenard 945a406913 Bug 1293186: Do not assume that currentTime is still at seeking position when seeking event is fired. r=jwwang
The seeking attribute is changed synchronously, however, the seeking event is fired asynchronously. It is possible that by the time the seeking event is fired, the seeking operation has already completed and that the "time marches on", causing currentTime to be past the seeking position.

MozReview-Commit-ID: IB83w6zKCLF

--HG--
extra : rebase_source : 524519b526b04a4b13a4531f5460c2fbe57f218a
2016-08-08 18:26:45 +10:00
Jean-Yves Avenard 6b687640e5 Bug 1293159: Update expected results. r=gerald
The test should pass now, we do not need different expected results file.

MozReview-Commit-ID: Cl3GBRx1ISN

--HG--
extra : rebase_source : 59a90e20ada254b2a4c65bca34b21cde58a11b0c
2016-08-08 18:15:42 +10:00
Jean-Yves Avenard 32b6210842 Bug 1293159: Do not use timer when there's only one callback pending. r=jwwang
It is invalid to assume that no other actions can be performed between the time setTimout is called with a timeout value of 0 and the task actually runs.
This causes events to be regularly missed.

MozReview-Commit-ID: 70dtFsTwETf

--HG--
extra : rebase_source : 15ee481266ec1c8a0db10ee70cc44eefbd8129c5
2016-08-08 18:14:31 +10:00
Wes Kocher d418284da4 Backed out 8 changesets (bug 1288626) for conflicting with bug 1291280, which merged to m-c first a=backout
Backed out changeset caee616ea09c (bug 1288626)
Backed out changeset eebda25d85cd (bug 1288626)
Backed out changeset 07e9cb8a46fd (bug 1288626)
Backed out changeset c5e4865819ff (bug 1288626)
Backed out changeset 74633b2735e0 (bug 1288626)
Backed out changeset 17f63bb7be11 (bug 1288626)
Backed out changeset 654556e45f5a (bug 1288626)
Backed out changeset be2c56decd65 (bug 1288626)
2016-08-08 16:19:30 -07:00
Jean-Yves Avenard 72c9f81302 Bug 1128069: [MSE] P7. Adjust webref expected results. r=gerald
MozReview-Commit-ID: GuCLiS2FfnS

--HG--
extra : rebase_source : 7cb47ccc33297bdeb744e8c8f134e33d85e44d88
2016-08-05 16:05:58 +10:00
Jean-Yves Avenard a46933d6e9 Bug 1128069: Update webref MSE tests according to updated spec. r=gerald
See w3c/MSE Issue 19, 20 & 26.

    Changing the duration now can never call the range removal algorithm. An explicit call to remove must be used for range removal.
    This spec change performed the following:
    - Require remove() for all Range Removals

MozReview-Commit-ID: 860PnQ9yrbc

--HG--
extra : rebase_source : 31591e537706979cccedfedb2f2320b0c9681d22
2016-08-05 16:01:03 +10:00
Jean-Yves Avenard 26e86a653d Bug 1128069: [MSE] P2. Change webref expectations now that the test is valid. r=jwwang
Test is failing on Linux Opt, see https://bugzilla.mozilla.org/show_bug.cgi?id=1128069
MozReview-Commit-ID: kaRQMtvEjN

--HG--
extra : rebase_source : 38cacead34e3bebdd8324af6faa5017ecaaff812
2016-08-05 14:52:44 +10:00
Jean-Yves Avenard 2f8b741212 Bug 1128069: Correct invalid test. r=jwwang
It is incorrect to assume that the seeking attribute will still be true once the seeking event handler gets to run. Seeking may have completed between the time the seeking event was queued and the time the seeking env is fired.

MozReview-Commit-ID: CZFFotMyaIu

--HG--
extra : rebase_source : 32f9b56520020aaad26cc4564cf9f15ddad8d055
2016-08-05 14:51:15 +10:00
Phil Ringnalda d88f9174f3 Merge m-i to m-c, a=merge 2016-08-06 23:34:37 -07:00
Phil Ringnalda c4f467ea52 Back out 6 changesets (bug 1290116) for a 70% chance of WinXP debug timing out in test_subscription_change.html
Backed out changeset aa715b19902b (bug 1290116)
Backed out changeset c9922c014310 (bug 1290116)
Backed out changeset 44b50089c079 (bug 1290116)
Backed out changeset ca998a8cbe48 (bug 1290116)
Backed out changeset 74ceee4dc2f4 (bug 1290116)
Backed out changeset 90006dffbe5b (bug 1290116)
2016-08-06 18:58:23 -07:00
Mike Conley cb599d4f08 Bug 1292239 - Add utility to BrowserTestUtils to wait for load of selected browser in a brand new window. r=Felipe
MozReview-Commit-ID: IOChbNs8b3y

--HG--
extra : rebase_source : a778efe8b38aded85a6856a4c37c3b01ebd19894
2016-08-04 15:48:31 -04:00
Andreas Tolfsen 7bc1cc3ef5 Bug 1290966 - Remove callback function argument from sync scripts; r=automatedtester
MozReview-Commit-ID: CaDSYA5PNFp

--HG--
extra : rebase_source : 1d85bd860359d511c58b546d19037a989196a43e
2016-08-04 18:20:18 +01:00
Andreas Tolfsen a925942b81 Bug 1290966 - Permit introspection into arguments; r=automatedtester
The callback function available to asynchronously evaluated scripts is
defined in a privileged content frame script, and is thus not readable
or introspectable in a sandboxed content script.  Attempting this will
yield a "Permission denied to access property" error.

To circumvent this problem we "hide" the callback function by wrapping
it before pushing it on the arguments object that is applied to the
injected script.

This allows introspection into the _immediate_ elements on the arguments
object available to executed scripts.

MozReview-Commit-ID: 9ZigPNYcYpf

--HG--
extra : rebase_source : 64e71886100f65dbd93f4857615f256edf4fc050
2016-08-02 14:50:59 +01:00
Wes Kocher 1d69e33b22 Merge m-c to autoland, a=merge 2016-08-05 14:06:46 -07:00
Wes Kocher 05520e44a5 Backed out 2 changesets (bug 1258539) for winxp pgo talos g2 permafail a=backout CLOSED TREE
Backed out changeset 4939f5d5c16c (bug 1258539)
Backed out changeset 384ff6b4b109 (bug 1258539)
2016-08-05 14:04:56 -07:00
Wes Kocher e62bb051c9 Merge inbound to central, a=merge 2016-08-05 14:01:56 -07:00
Carsten "Tomcat" Book a826042a1d Merge mozilla-central to mozilla-inbound 2016-08-05 12:03:44 +02:00
Carsten "Tomcat" Book cf611bec79 merge mozilla-inboudn to mozilla-central a=merge 2016-08-05 12:01:14 +02:00
Carsten "Tomcat" Book 99002c6dcd merge fx-team to mozilla-central a=merge 2016-08-05 12:00:16 +02:00
Wes Kocher c1569ef06b Backed out 6 changesets (bug 1289549) for mass failures in various tests CLOSED TREE
Backed out changeset 5ad07719e3bd (bug 1289549)
Backed out changeset 27e2621947f2 (bug 1289549)
Backed out changeset 40d5477b8960 (bug 1289549)
Backed out changeset af2c234795a9 (bug 1289549)
Backed out changeset 6847acfd9362 (bug 1289549)
Backed out changeset fc771254be8f (bug 1289549)

--HG--
rename : browser/modules/SocialService.jsm => toolkit/components/social/SocialService.jsm
rename : browser/modules/test/unit/social/test_SocialService.js => toolkit/components/social/test/xpcshell/test_SocialService.js
rename : browser/modules/test/unit/social/test_SocialServiceMigration21.js => toolkit/components/social/test/xpcshell/test_SocialServiceMigration21.js
rename : browser/modules/test/unit/social/test_SocialServiceMigration22.js => toolkit/components/social/test/xpcshell/test_SocialServiceMigration22.js
rename : browser/modules/test/unit/social/test_SocialServiceMigration29.js => toolkit/components/social/test/xpcshell/test_SocialServiceMigration29.js
2016-08-04 13:04:57 -07:00
Shane Caraveo e055a24727 Bug 1289549 P2 socialapi remove sidebar and chat, r=florian
MozReview-Commit-ID: FfWITyyIK9s
2016-08-04 09:24:05 -07:00
Henrik Skupin 2c2d766102 Bug 1258539 - [mozharness] Refactor name and arguments of download and unpack methods. r=jlund
Given that we have a universal unpack method now do not keep 'unzip' in method names.
Also adapt arguments to be better understandable.

MozReview-Commit-ID: ClDB5mSVcI2

--HG--
extra : rebase_source : 33a80284672af666c82a1ab86f9c536f3feea20e
2016-08-04 15:07:30 +02:00
Jean-Yves Avenard f93a802855 Bug 1292157: P2. Adjust webref expected results. r=jwwang
MozReview-Commit-ID: 71zvJi0erwt

--HG--
extra : rebase_source : 537f8d66c2043ffb9909fd7ec77df6a9e1e69bb6
2016-08-05 16:11:35 +10:00
Carsten "Tomcat" Book 0cd188453a Merge mozilla-central to autoland 2016-08-05 12:15:20 +02:00
Henrik Skupin 2f1640f63b Bug 1292471 - Disable test_windows.py for e10s mode. r=ato, a=testfailure
MozReview-Commit-ID: 9nhANHjYULI

--HG--
extra : rebase_source : 2e29656a6df43511be5cc9ba858215bab1b12215
2016-08-05 11:21:04 +02:00
Thom Chiovoloni dafebf98ee Bug 1291030 - Update TPS dependencies to prevent crashes for locally built firefox on Mac 10.11. r=markh
MozReview-Commit-ID: 9gmP6OJvakP

--HG--
extra : transplant_source : %A6%A0%AD%7B%BFI%C8%BA%0A%D6%60%C7%005%CD%A8C%0B%A5%0B
2016-08-01 17:31:33 -04:00
Carsten "Tomcat" Book 389a3e0817 merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : mobile/android/base/java/org/mozilla/gecko/GeckoAppShell.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoAppShell.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/GeckoLayerClient.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/LayerRenderer.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/LayerRenderer.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/PanningPerfAPI.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/PanningPerfAPI.java
2016-08-04 15:55:50 +02:00
Carsten "Tomcat" Book d036bdb09c merge fx-team to mozilla-central a=merge 2016-08-04 15:54:27 +02:00
Phil Ringnalda 56b614beaf Merge m-c to m-i
--HG--
rename : testing/web-platform/tests/encrypted-media/Google/webm/test-encrypted-different-av-keys.webm => testing/web-platform/tests/encrypted-media/Google/test-encrypted-different-av-keys.webm
rename : testing/web-platform/tests/encrypted-media/Google/webm/test-encrypted.webm => testing/web-platform/tests/encrypted-media/Google/test-encrypted.webm
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html => testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
extra : rebase_source : e20524b81fac999678f742d6ad13bca1b761d778
2016-08-03 18:52:15 -07:00
Phil Ringnalda d9a04f7163 Back out 2 changesets (bug 1291312) for making Win7 debug wpt-e10s-2 permanently fail by taking more than 7200 seconds to run, a=backout
Backed out changeset 0267734ec297 (bug 1291312)
Backed out changeset 8232b0211660 (bug 1291312)

--HG--
rename : testing/web-platform/tests/encrypted-media/Google/webm/test-encrypted-different-av-keys.webm => testing/web-platform/tests/encrypted-media/Google/test-encrypted-different-av-keys.webm
rename : testing/web-platform/tests/encrypted-media/Google/webm/test-encrypted.webm => testing/web-platform/tests/encrypted-media/Google/test-encrypted.webm
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html => testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
2016-08-03 18:50:40 -07:00
Nick Thomas 82a5fd2882 Bug 1291636, Fennec single locale repacks broken on beta, r=Callek DONTBUILD
--HG--
extra : amend_source : c9e804dca936bed44ae46aa352f1895a4215f05f
2016-08-04 13:48:34 +12:00
Wes Kocher d8f6cabd88 Backed out 4 changesets (bug 1290116) for w-e10s(5) failures on linux 64 opt
Backed out changeset 3e95eb4821b8 (bug 1290116)
Backed out changeset d6a336a1fa97 (bug 1290116)
Backed out changeset c50283f07370 (bug 1290116)
Backed out changeset db014dc92795 (bug 1290116)
2016-08-03 17:17:49 -07:00
Wes Kocher ae855cdb28 Merge m-c to inbound, a=merge 2016-08-03 16:47:07 -07:00
Ben Kelly 2d111c3df8 Bug 1290116 P4 Verify that unregister waits for active worker to go idle. r=asuth 2016-08-03 07:14:33 -07:00
Phil Ringnalda f40d0998c4 Merge m-c to f-t 2016-08-03 18:54:53 -07:00