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

489829 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen 2c2a553e3b Merge m-c to inbound. a=merge 2016-09-01 13:56:44 -04:00
Aryeh Gregor 00d6f39ca3 Bug 1298818 - Throw correct exception for names that start with Unicode characters that are only allowed at start; r=jst
The new behavior matches the specification, web-platform-tests, Chrome,
and Edge.  I couldn't figure out any reason for the old behavior.

MozReview-Commit-ID: 6cktZuN1vCV
2016-09-01 20:37:35 +03:00
Aryeh Gregor 865efbc170 Bug 1298818 - Port test_bug411103.html to wpt; r=jst
This allows other UAs to use it, removes duplicated checks, and
increases the chance of us noticing if the spec changes.  Some of the
expected values in our mochitest were contrary to the spec.

I checked the new expected failures against the spec and the other UAs.
I filed a spec bug for one group because it was contrary to all UAs
(although IMO the spec makes more sense and the UAs are buggy), and the
others are fixed in the next patch.

MozReview-Commit-ID: 1j11XgfuErB
2016-09-01 20:37:31 +03:00
Aryeh Gregor 86805f8baa Bug 1299838 - Add bug numbers to some wpt failures; r=test-only
MozReview-Commit-ID: Ldt77orMjW6
2016-09-01 20:36:21 +03:00
Andrew Halberstadt b8794fb825 Backed out changeset 0d714827d06c for causing local build failures on Android (bug 1292674)
MozReview-Commit-ID: LPos2cJMyRR
2016-09-01 13:34:01 -04:00
Ryan VanderMeulen 37b200a0c5 Merge autoland to m-c. a=merge 2016-09-01 12:11:51 -04:00
Ryan VanderMeulen 44f02640c6 Merge fx-team to m-c. a=merge 2016-09-01 11:48:45 -04:00
Ryan VanderMeulen c6b0a50842 Merge inbound to m-c. a=merge 2016-09-01 11:45:27 -04:00
Sebastian Hengst e1afe71af4 Backed out changeset 27ffae997b83 (bug 1286118) for failing browser_devices_get_user_media.js. r=backout 2016-09-01 17:05:03 +02:00
James Willcox a34bf3d3ee Bug 1299622 - Delete bogus browser[pending] CSS rule for Fennec r=sebastian a=cherry-pick to fix Fennec tab restore
MozReview-Commit-ID: KdSBXbfYTn1

--HG--
extra : amend_source : d068c0e65f0bad6cd7a0247d09c35d43dbc2ee4f
extra : transplant_source : 1%B4%11vV%B2%D8d%7F%12%B9%9D%C5%EATa%C9%3D%C9%B0
2016-09-01 09:26:25 -05:00
Ryan VanderMeulen 23932b1a58 Backed out 5 changesets (bug 1298768, bug 1297963) for causing widespread mochitest-bc failures.
Backed out changeset dedd56fa5c54 (bug 1297963)
Backed out changeset bc1ac59cfe8f (bug 1297963)
Backed out changeset a2e337d5aa02 (bug 1297963)
Backed out changeset e73da71408a3 (bug 1297963)
Backed out changeset 56f8bca8f8e8 (bug 1298768)

CLOSED TREE
2016-09-01 08:05:43 -04:00
Ryan VanderMeulen 6119440646 Backed out changeset 96ef0dd840e8 (bug 1299415) for TextureClient asserts/crashes in various test suites. 2016-09-01 08:01:58 -04:00
Shu-yu Guo c91529919f Bug 1297706 - Syntax parse with statements. r=jandem 2016-09-01 13:55:58 +02:00
Shu-yu Guo 85437bebb4 Bug 1297706 - Syntax parse lexical declarations. r=jandem 2016-09-01 13:55:56 +02:00
Aryeh Gregor 0c1d7143d1 Bug 984778 - Make hasFeature() and SVG requiredFeatures always return true; r=bz,longsonr
hasFeature() always returning true matches the current DOM spec.  SVG 2
has removed requiredFeatures.  Chrome has had both of these always
return true since 2014, and they seem to have had no problems.

Even requiredFeatures="" (empty string) now returns true, matching
Chrome.

MozReview-Commit-ID: 1LEu3iK4R94
2016-09-01 14:35:11 +03:00
Bob Owen db36da75f2 Bug 1259087: Add content process sandbox level to Telemetry Environment. r=gfritzsche
MozReview-Commit-ID: 8Irs0qvg8I9
2016-09-01 12:22:11 +01:00
Zibi Braniecki 28a1b12f39 Bug 1287503 - Expose a JS Intl API to get calendar information. r=waldo
MozReview-Commit-ID: 4Gp90LMc9Lt
2016-09-01 12:25:06 +02:00
Ryan VanderMeulen 3611a7607d Merge inbound to m-c. a=merge 2016-08-31 22:33:17 -04:00
Wes Kocher a6fa167a46 Merge fx-team to central, a=merge 2016-08-31 17:11:06 -07:00
Wes Kocher 338962fe89 Merge autoland to central, a=merge 2016-08-31 16:54:58 -07:00
Kannan Vijayan e7cae3eb49 Bug 1292639 - Ask user permission before allowing navigator.publishServer. r=mconley r=ehsan r=sebastian 2016-08-31 18:14:24 -04:00
Bobby Holley eef73cf01e Bug 1299629 - Tweak stylo path for nsPresContext::HasCachedStyleData to avoid triggering operations too early during bootstrapping. r=emilio 2016-08-31 15:09:45 -07:00
Ehsan Akhgari d05eb37eea Bug 1299493 - Remove Navigator.get/hasFeature(); r=baku 2016-08-31 18:02:46 -04:00
Shu-yu Guo 67d57d7fa7 Bug 1298854 - Fix hasInitialEnv computation for RematFrames. (r=jandem) 2016-08-31 14:56:30 -07:00
Shu-yu Guo a4fe02e490 Bug 1298656 - Fix OOM handling in Debugger::replaceFrameGuts. (r=jimb)
I don't know how to commit a test for this. The fuzz test is extremely
slow if it doesn't crash, and these OOM tests are so brittle that
literally any allocation changes in the engine cause them to no longer
test what they were testing.
2016-08-31 14:56:30 -07:00
Shu-yu Guo 1826a896d0 Bug 1175174 - Fix redeclaring catch parameters in eval. (r=Waldo) 2016-08-31 14:56:30 -07:00
Shu-yu Guo b99fe5ec73 Bug 1298316 - Don't apply Annex B.3.3 semantics to generators. (r=Waldo) 2016-08-31 14:56:30 -07:00
Shu-yu Guo b9ce81a92c Bug 1298640 - Always give catch bodies their own lexical scope. (r=Waldo) 2016-08-31 14:56:30 -07:00
Shu-yu Guo 55651d7573 Bug 1298568 - Ensure Scopes that can have data always have non-null data on clone. (r=Waldo) 2016-08-31 14:56:29 -07:00
James Willcox 6adf1a424f Bug 1298822 - Always invalidate layers when resuming the compositor r=BenWa 2016-08-31 16:24:06 -05:00
Maja Frydrychowicz 209cab7f52 Bug 1299242 - Fix regression with installing requirements in AndroidEmulatorTest; r=gbrown
Regression introduced in Bug 1284874.

MozReview-Commit-ID: LixkZu5OJnH

--HG--
extra : rebase_source : 15a4c1985ffcfdd83f067e3ee678c829c73bda89
2016-08-31 12:54:52 -04:00
Jared Wein b2e0fdce56 Bug 1297993 - Include the ID of the offending <key> element in the key conflict message. r=masayuki
MozReview-Commit-ID: 7hZLCZqfHAy
2016-08-31 12:53:24 -04:00
Jared Wein a182a61bce Bug 1298559 - Enable eslint for /browser/base/content/test/ r=mattn
MozReview-Commit-ID: BZlkPTcLJMB
2016-08-31 12:53:24 -04:00
Jared Wein 5dd9ac0f8c Bug 1218937 - Introduce a new option for switchToTabHavingURI's ignoreFragment to not overwrite the fragment portion. Use this new argument to switch to the preferences without changing the currently opened pane. r=mattn
MozReview-Commit-ID: JZmAsf8k5Qp
2016-08-31 12:53:23 -04:00
Jared Wein 9cc54f3e3e Bug 1218937 - Fix eslint errors in browser_bug1025195_switchToTabHavingURI_aOpenParams.js. r=mattn
MozReview-Commit-ID: 9zAxo2oAxQw
2016-08-31 12:53:23 -04:00
Kevin Chan 7a063f54cf Bug 1254867 - Remove some CPOWs from browser_windowName.js to avoid a dead CPOW intermittent. r=mconley
DONTBUILD

--HG--
extra : source : cea23a652dcf7b9ee67ac34b91d04972dde9baf9
2016-08-31 12:23:00 -04:00
Ryan VanderMeulen 0f50075670 Backed out changeset cea23a652dcf for landing with the wrong bug number in the commit message. 2016-09-01 13:14:39 -04:00
Ryan VanderMeulen 41cea09ef4 Backed out changeset cb4630c8a51e (bug 1277504) because it depends on bug 1218576 which was backed out. a=me 2016-08-31 10:58:43 -04:00
Ryan VanderMeulen 435c0addca Merge autoland to m-c. a=merge 2016-08-31 09:52:43 -04:00
Kris Maglione 60459f8fe7 Bug 1265371: Refactor schema parsing to reduce cyclomatic complexity. r=bsilverberg
MozReview-Commit-ID: HzVrf4yG7hZ

--HG--
extra : rebase_source : 3e7892f8e9b6ce9d5362fd4b0ea877a5cfa235f9
2016-08-30 12:24:32 -07:00
Sebastian Hengst 941049b1bd Backed out changeset f2eecd2e2d6d (bug 1295352) for failures in bc4 browser_devices_get_user_media.js on Linux. r=backout 2016-08-31 22:55:52 +02:00
Sebastian Hengst 6cb1f6b5fa Backed out changeset 6e5f577382c9 (bug 1295352) 2016-08-31 22:55:52 +02:00
Sebastian Hengst bafd0bc35d Backed out changeset 3a4afeb8a046 (bug 1295352) 2016-08-31 22:55:52 +02:00
Sebastian Hengst c3a1916fe2 Backed out changeset 2bfe422ebb45 (bug 1295352) 2016-08-31 22:55:51 +02:00
Sebastian Hengst 1c86a65d88 Backed out changeset c809cf08cc13 (bug 1295352) 2016-08-31 22:55:51 +02:00
Sebastian Hengst 0e10cf2889 Backed out changeset 6ee63db87f1e (bug 1295352) 2016-08-31 22:55:51 +02:00
Sebastian Hengst dad02d3b2d Backed out changeset a8c6adebc4ea (bug 1295352) 2016-08-31 22:55:51 +02:00
Sebastian Hengst a108edd782 Backed out changeset 2e6134a7093b (bug 1294605) 2016-08-31 22:55:51 +02:00
Sebastian Hengst 596401644d Backed out changeset 8a1756ac9539 (bug 1294605) 2016-08-31 22:55:51 +02:00
Sebastian Hengst c3afebcf68 Backed out changeset b6b24b4aa2f6 (bug 1294605) 2016-08-31 22:55:51 +02:00