Commit Graph

6682 Commits

Author SHA1 Message Date
Mike Shal
a17cb4024a Bug 1122746 - Ignore *.pyc in zip instead of removing them. r=ted, a=test-only 2015-04-23 15:55:44 -04:00
Gavin Sharp
42f77606db Bug 1138079 - Fix focus issue that sometimes affects browser-chrome test runs. r=enndeakin, a=test-only 2015-04-30 12:50:30 -07:00
Ryan VanderMeulen
0e0c1796d9 Bug 1131931 - Skip various tests on OSX and Windows debug for intermittent crashes. a=test-only 2015-05-06 13:13:40 -04:00
Matthew Noorenberghe
faf188639f Bug 1134507 - Implement infopanel to promote Reader View when first available. r=Gijs, a=sledru
Based on a patch by Jared Wein (:jaws).
2015-04-30 14:24:00 -04:00
Jean-Yves Avenard
be7a483991 Bug 1148224 - Disable invalid tests. r=karlt, a=test-only 2015-05-01 14:56:54 +10:00
Randell Jesup
9a50b5248f Bug 1159300 - Add a clone of gmp-fake that doesn't do decryption. r=glandium, r=cpearce, a=sledru 2015-04-30 00:52:26 -04:00
Ryan VanderMeulen
60eadd2305 Bug 1148224 - Skip timeout-prone subtests in mediasource-duration.html on Windows. a=test-only 2015-04-27 11:46:51 -04:00
Valentin Gosu
4cfbc71c69 Bug 1149913 - Disable bug 1093611. Set pref dom.url.encode_decode_hash to true. r=honzab, a=sledru 2015-04-21 15:30:41 +03:00
Boris Zbarsky
437375dc47 Bug 1154366 - Pass in a JSContext to StructuredCloneContainer::InitFromJSVal so it will throw its exceptions somewhere where people might see them. r=bholley, ba=sledru 2015-04-16 13:22:15 -04:00
Gijs Kruitbosch
dc4ba4d72c Bug 1153900 - Fix IE cookies migration. a=sylvestre
* * *
Bug 1153900 - Fix TDZ issue in IEProfileMigrator.js, r=gijs
* * *
Bug 1153900 - fix use of 'File' constructor in IEProfileMigrator.js, r=mak
* * *
Bug 1154472 - fix expiry dates in IE cookie imports, r=mak
* * *
Bug 1154294 - write a test for IE cookies migration. r=Gijs
2015-04-17 05:28:00 -04:00
Mike Shal
b679f0179c Bug 1152031 - Bump mozharness.json to 23dee28169d6. a=test-only 2015-04-17 12:02:29 -04:00
Carsten Tomcat Book
cd3aa74012 Bug 1155679 - "mozharness update to ref 4f1cf3369955" on a CLOSED TREE . r=ryanvm, a=test-only 2015-04-17 07:31:00 +02:00
Ryan VanderMeulen
6b8193d494 Bug 1154434 - Bump mozharness.json to revision 4567c42063b7. a=test-only 2015-04-15 11:03:41 -04:00
Bill McCloskey
b1d85e7abb Back out bug 1083897 a=backout 2015-04-14 14:09:44 -07:00
Mike Taylor
4ed15fae3f Bug 1139560 - Update srcset web-platform expectations. r=jst, a=sledru 2015-03-10 11:00:00 -04:00
Ryan VanderMeulen
da54b28f0e Bug 1153060 - Bump the in-tree mozharness revision. a=test-only 2015-04-09 22:36:17 -04:00
John Schoenick
8a36e2c614 Bug 1139554 - Fix srcset parser mishandling bare URLs followed by a comma. r=jst, a=sledru 2015-03-04 23:07:00 -05:00
Mike Hommey
a0056d7eb4 Bug 1147283 - Replace mozpack.path with mozpath. r=mshal, a=sledru
Back when mozpack.path was added, it was used as:

  import mozpack.path
  mozpack.path.func()

Nowadays, the common idiom is:

  import mozpack.path as mozpath
  mozpath.func()

because it's shorter.

$ git grep mozpath\\. | wc -l
423
$ git grep mozpack.path\\. | wc -l
123

This change was done with:
$ git grep -l mozpack.path\\. | xargs sed -i 's/mozpack\.path\./mozpath./g'
$ git grep -l 'import mozpack.path$' | xargs sed -i 's/import mozpack.path$/\0 as mozpath/'
$ (pat='import mozpack.path as mozpath'; git grep -l "$pat" | xargs sed -i "1,/$pat/b;/$pat/d")
2015-03-25 15:05:28 +09:00
Tom Tromey
78fa5bcf60 Bug 1150646 - Ensure that memory stats show up in treeherder logs. r=chmanchester, a=test-only 2015-04-03 11:19:00 -04:00
Mark Capella
a45bc619b3 Bug 1134446 - Automatically open the ReadingList sidebar the first time ReaderMode is used. r=unfocused, a=sledru 2015-03-29 08:35:23 -04:00
Joel Maher
1a80017c2d Bug 1139328 - update talos to latest version for preferences and e10s fixes. r=wlach, a=test-only 2015-03-05 06:43:55 -05:00
Ryan VanderMeulen
9f369fe4e5 Backed out changeset 3f7826efc5de (bug 1121671) for test failures. 2015-04-02 23:11:31 -04:00
Neil Deakin
4eab50d2d2 Bug 1121671 - See if using the TabSwitchDone event will work. a=test-only 2015-03-31 10:00:00 -04:00
James Graham
c2c2baf147 Bug 1066621 - Update web-platform-tests expected data. a=test-only 2015-01-29 10:14:00 -05:00
Jean-Yves Avenard
a75269b6f6 Bug 1128332 - Part 4: Update webref results. r=karlt, a=sledru 2015-03-18 14:10:58 +11:00
James Graham
c7d0eace29 Bug 1124091 - Try to make the CSP tests a bit more stable. r=Ms2ger, a=test-only
Increase the test timeout for some problematic tests. Ensure that the
report check returns early when a report is detected as expected.
2015-03-27 17:32:36 +00:00
Jean-Yves Avenard
016b07603c Bug 1143514: Part2. Update webref results. r=karlt a=sledru 2015-03-18 14:10:57 +11:00
Jean-Yves Avenard
66fa92533f Backed out changeset 55d8ab6f1700 a=test-only 2015-03-30 17:12:10 +11:00
Jordan Lund
8505a13c38 No bug - Bump mozharness.json to revision 9c18f2f9e0c0, uplift of mshals m-c patch r=jlund a=testing 2015-03-26 23:56:08 -07:00
Ryan VanderMeulen
80a0e2d504 Bug 1143586 - Re-annotate various mediasource-addsourcebuffer.html tests as failing on Windows. a=test-only 2015-03-26 21:21:08 -04:00
Jean-Yves Avenard
c66fddfa42 Bug 1142433 - Part 2: Update webref. r=karlt, a=sledru 2015-03-18 14:10:58 +11:00
Jean-Yves Avenard
b8c56a62c5 Bug 1143586 - Part 2: Update webref results. r=karlt, a=sledru
We now only fail tests where mp4 content isn't supported.
2015-03-18 14:10:57 +11:00
Ryan VanderMeulen
aad742fef9 Backed out changeset 52d27124efe7 (bug 1143971) because it turns out the test still fails on Windows after all. 2015-03-25 22:38:51 -04:00
Bobby Holley
327d63588d Bug 1135170 - Mark previously-failing WPT as passing. r=karlt a=testonly,bustage 2015-02-24 10:08:02 -08:00
Jordan Lund
89893a48c7 Bug 1146855 - Add cygwin dlls to manifest for minidump_stackwalk - DONTBUILD r=ted, a=testing 2015-03-25 13:51:22 -07:00
James Graham
6b501b0c5a Bug 1092458 - Disable drawFocusIfNeeded tests for instability on Windows. r=RyanVM, a=test-only 2015-03-24 17:37:29 +00:00
Jean-Yves Avenard
14aabb58db Bug 1143971: Part2. Re-enable mediasource-duration.html tests. r=karlt a=testonly 2015-03-23 21:08:06 +11:00
Jean-Yves Avenard
1d8716b717 Bug 1144509: Part2. Update webref tests. r=karlt a=testonly 2015-03-23 21:03:40 +11:00
Ehsan Akhgari
3bdb6e5549 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-25 12:42:35 -04:00
Paolo Amadini
852651e492 Bug 1144869 - Add BrowserTestUtils.withNewTab. r=smacleod, a=test-only 2015-03-20 10:26:01 -07:00
Paolo Amadini
011aa40a6e Bug 1143937 - Make BrowserTestUtils.waitForEvent not use flaky timeouts and cover more use cases. r=smacleod, a=test-only 2015-03-20 10:26:01 -07:00
Steven MacLeod
93c82afc7d Bug 1132566 - Make test e10s compatible: browser_privatebrowsing_cookieacceptdialog.js. r=billm, a=test-only 2015-03-05 11:06:10 -05:00
Paolo Amadini
6e19dd1c31 Bug 1142108 - Make TestUtils.topicObserved cover more use cases. r=smacleod, a=test-only 2015-03-13 15:54:43 +00:00
Dave Townsend
1354be2bbd Bug 1136910 - Backport the ContestTask.jsm changes to Fx38. a=test-only
This also makes ContentTask act sanely in the presence of tab detach by using
browser.permanentKey as the indication that the framescript has been loaded and
just listening to all frames.

Also adds a click in the upper-left of the content area to browser_tabopen_reflows.js
to make sure the mouse isn't hovered over one of the tiles causing an unexpected
reflow.
2015-03-09 15:53:01 -07:00
Julien Pagès
8f703715b9 Bug 1141129 - BaseMarionetteTestRunner.__init__ should initialize self.prefs as dictionary. r=dburns, a=test-only 2015-03-09 14:05:00 +01:00
James Graham
2fb8d3158d Bug 1139234 - Update wpt metadata for OSX 10.10. a=test-only 2015-03-04 11:41:49 +00:00
Jeff Gilbert
31e26a1a21 Bug 1143218 - Use mochitest subsuites to specify webgl tests. r=jmaher, r=gbrown, a=test-only
try: -b do -p android-api-9,android-api-11 -u mochitests -t none
2015-03-18 17:19:22 -07:00
Chris Manchester
55466cc7a5 Bug 1145444. r=jmaher, a=test-only 2015-03-20 12:30:37 -07:00
Barbara Miller
889289f80c Bug 1134872 - Fixing getElementValueOfCssProperty to support chrome elements. r=dburns, a=test-only 2015-03-06 13:45:00 -08:00
Chris Manchester
6bd13fb1ce Bug 1139722 - Allow use of nested job objects in mozprocess on windows versions that support them. r=ahal, a=test-only
This patch detects when breaking away from the parent job isn't strictly necessary to manage processses in a new job to allow using nested job objects to manage processes and their children. Loss of job object functionality is handled in mozprocess as non-fatal, however mozrunner and others doing things like restarting firefox require it.
2015-03-05 18:02:38 -08:00