Ting-Yu Lin
d479c4cf4c
Bug 1225412 followup - Add comment to details10 in toggleEvent.html for consistency. r=me
...
Comment-only so DONTBUILD.
--HG--
extra : amend_source : 35f5ce9e53dd286224273e0aefbdcec7ca81e5e5
2016-03-14 12:00:17 +08:00
Ting-Yu Lin
b8972c7eb9
Bug 1225412 Part 2 - Add support to dispatch toggle events to details element. r=smaug
...
Add ontoggle event handler, and dispatch toggle events to the details
element if the open attribute is added or changed. According to the
spec, if a new toggle event has been queued, previous toggle events
should be aborted.
MozReview-Commit-ID: EN6Jf5hVHHD
--HG--
extra : rebase_source : 35605e49950bb59a0eb6dca594c3ede465ff587d
2016-03-12 19:53:51 +08:00
Ryan VanderMeulen
3e07f6589e
Merge inbound to m-c. a=merge
2016-03-13 19:08:03 -04:00
Ryan VanderMeulen
0b763db25e
Bug 1255913 - Add more Android crashtest chunks. r=rail, a=test-only
2016-03-13 18:51:32 -04:00
Ryan VanderMeulen
da1885e860
Merge inbound to m-c. a=merge
2016-03-12 15:23:38 -05:00
Nick Alexander
ec9bb5f508
Bug 1255855 - Make sample partner build actually build with the fennec-distribution-sample. r=me
...
DONTBUILD NPOTB
MozReview-Commit-ID: Lv8vUN4JSHP
--HG--
extra : rebase_source : bc436be87952007b018abdbb139db30e80c7fc76
2016-03-11 10:48:16 -08:00
Carsten "Tomcat" Book
e070379821
merge mozilla-inbound to mozilla-central a=merge
2016-03-11 16:50:43 +01:00
Joel Maher
c2f5092ca2
Bug 1242682 - Separate dom/media into its own subsuite. r=gbrown, a=tomcat
...
MozReview-Commit-ID: ERgFe60aJF8
2016-03-10 11:03:52 -08:00
Carsten "Tomcat" Book
1c95c143d4
merge mozilla-inbound to mozilla-central a=merge
2016-03-10 11:51:35 +01:00
Carsten "Tomcat" Book
cfe08ac185
merge fx-team to mozilla-central a=merge
2016-03-10 11:44:54 +01:00
Matthew Noorenberghe
70da2ea8f6
Bug 1251139 - Follow-up to properly rebase over bug 1153128. r=me
...
on a CLOSED TREE
MozReview-Commit-ID: 35xb0uBoOrf
2016-03-09 14:53:52 -08:00
Gregor Wagner
8c33ab6483
Merge m-c -> b-i
...
--HG--
rename : js/src/configure.in => js/src/old-configure.in
rename : configure.in => old-configure.in
2016-03-09 16:59:48 +01:00
Daisuke Akatsuka
2d2c72ccbf
Bug 1237173 - Part3: Throw TypeError if duration is NaN, negative value or not 'auto' string. r=birtles, r=smaug
2016-03-09 14:01:45 +09:00
Daisuke Akatsuka
cb51780a6e
Bug 1237173 - Part2: Change type of duration to Maybe<StickyTimeDuration>. r=birtles
2016-03-09 14:14:20 +09:00
Ryo Motozawa
ef768c7933
Bug 1244635
- Part3 Add enddelay tests in testing/web-platform/tests/web-animations r=hiro
...
MozReview-Commit-ID: GnIp7BmwPxw
--HG--
extra : rebase_source : b7fe13202c11802a90f3e20674a84f38ecb0b7c2
2016-03-08 10:31:36 +09:00
Phil Ringnalda
4b0cdb5de3
Back out 3 changesets (bug 1250616
, bug 1251372) for failing browser_checkAddonCompatibility.js after the version bump
...
CLOSED TREE
Backed out changeset 4fa5b5a25f04 (bug 1251372)
Backed out changeset 502cf531ec26 (bug 1250616
)
Backed out changeset 2f25d03334b2 (bug 1250616
)
2016-03-08 19:04:46 -08:00
Ting-Yu Lin
337ddd8206
Bug 1253989 Part 5 - Remove touch caret and selection carets naming. r=mtseng
...
- To avoid confusion, call the blinking cursor (nsCaret) "cursor" so that
AccessibleCaret can be called caret for short.
- Add second_caret_location() as a helper function, and use it in
selection mode tests.
MozReview-Commit-ID: IKN6KuR92HE
--HG--
extra : rebase_source : c247ad6b61bc1b1cc3c4d8784584e19d9ef5c1ea
2016-03-08 22:45:47 +08:00
Ting-Yu Lin
22302ef765
Bug 1253989 Part 4 - Rename AccessibleCaret test files. r=mtseng
...
Remove "touch caret" and "selection carets" from file names and titles.
MozReview-Commit-ID: KqjYE7tiqXd
--HG--
rename : testing/marionette/harness/marionette/www/test_touchcaret.html => testing/marionette/harness/marionette/www/test_carets_cursor.html
rename : testing/marionette/harness/marionette/www/test_selectioncarets_iframe.html => testing/marionette/harness/marionette/www/test_carets_iframe.html
rename : testing/marionette/harness/marionette/www/test_selectioncarets_longtext.html => testing/marionette/harness/marionette/www/test_carets_longtext.html
rename : testing/marionette/harness/marionette/www/test_selectioncarets_multipleline.html => testing/marionette/harness/marionette/www/test_carets_multipleline.html
rename : testing/marionette/harness/marionette/www/test_selectioncarets_multiplerange.html => testing/marionette/harness/marionette/www/test_carets_multiplerange.html
rename : testing/marionette/harness/marionette/www/test_selectioncarets.html => testing/marionette/harness/marionette/www/test_carets_selection.html
extra : rebase_source : 1af82b4e59c409109025684553aa0ff780eec947
2016-03-08 22:45:47 +08:00
Ting-Yu Lin
732119fb5b
Bug 1253989 Part 3 - Use @parameterized to rewrite selection mode tests. r=mtseng
...
* Inline some of the open_*_html methods since they're called only once.
* Save test running time by finding the elements needed in tests instead
of find all of the elements in open_*_html methods.
* Remove test_long_press_to_select_non_selectable_word() since it's
covered by test_focus_not_changed_by_long_press_on_non_selectable().
* Use hyphen for element ids.
* Replace "left" and "right" caret by "first" and "second" caret,
respectively.
MozReview-Commit-ID: Ey5m5zO3HYc
--HG--
extra : rebase_source : c94b84ced75560ce1167cda35ee94dd4cc81ee4d
2016-03-08 22:21:31 +08:00
Rail Aliiev
94597a131a
Bug 1253871 - L10N repacks should use martools from en-US build, not from latest dir r=jlund a=release DONTBUILD
...
MozReview-Commit-ID: AScWLP9nqwn
--HG--
extra : source : 8867739057e6113c84357469243a1a0752ec14ce
extra : amend_source : f09ad5e37f0d42242754656b05ef54ad640204c0
2016-03-09 20:58:05 -05:00
Wes Kocher
53011a6a05
Backed out 6 changesets (bug 1120715) for wpt bustage in request-cache.html
...
Backed out changeset 2ee4b18f6b3a (bug 1120715)
Backed out changeset f87a25ade31e (bug 1120715)
Backed out changeset 9391f22c08c2 (bug 1120715)
Backed out changeset c5bf9f7bb86e (bug 1120715)
Backed out changeset 7e003fb64d41 (bug 1120715)
Backed out changeset ef66b64e9f8a (bug 1120715)
MozReview-Commit-ID: AI47IhtGWea
2016-03-09 15:57:43 -08:00
Nick Alexander
65d4c28a45
Bug 1252928 - Part 3: Replace android-gradle-build-dependencies with android-api-15-gradle-dependencies. r=dustin
...
The existing task's outcome is best achieved with a special purpose
build task, so here it is.
MozReview-Commit-ID: 3gYnAb69TdK
--HG--
rename : mobile/android/config/mozconfigs/android-api-15-frontend/nightly => mobile/android/config/mozconfigs/android-api-15-gradle-dependencies/nightly
rename : mobile/android/config/tooltool-manifests/android-frontend/releng.manifest => mobile/android/config/tooltool-manifests/android-gradle-dependencies/releng.manifest
extra : rebase_source : 252c283553d64bac17c2b922773023a349c297ea
extra : histedit_source : 2d8becbcdfa5d37829552e55b50fb7f9cbf56dea
2016-03-08 13:06:59 -08:00
Nick Alexander
1dbcfec457
Bug 1252928 - Part 2: Turn android-gradle-build into a desktop-build clone. r=dustin
...
This container formerly defined a special Gradle project for fetching
dependencies. This patch lays the ground-work to use the in-tree
Gradle project instead. Using the in-tree project looks like first
starting a local Nexus repository to collect downloaded dependencies
(before.sh); then running a build which populates that repository; and
then packaging up the downloaded dependencies (after.sh). The patch
after this will define the build which populates the repository.
Sadly there's no easy way to *inherit* from desktop-build, so this is
a copy-paste-modify clone.
MozReview-Commit-ID: Dd5Hj8hkJVk
--HG--
extra : rebase_source : dcfe245b23eb28e99b1506eebe053142c9e242b3
extra : histedit_source : f21014636de958c5ddf27ca2a1eb156e3c88bd78
2016-03-08 11:42:56 -08:00
Nick Alexander
ef89f5862d
Bug 1254233 - Make cacerts an absolute symlink in repackaged Java. r=me,dustin
...
MozReview-Commit-ID: 9tlVuzTQTJc
2016-03-09 13:16:05 -08:00
Matthew Noorenberghe
b539cc9f1b
Bug 1251139 - Support running a function in the parent with loadChromeScript. r=jmaher
...
MozReview-Commit-ID: 3t7g2bjaFmA
--HG--
rename : testing/mochitest/tests/Harness_sanity/test_SpecialPowersLoadChromeScript.html => testing/mochitest/tests/Harness_sanity/test_SpecialPowersLoadChromeScript_function.html
2016-03-09 12:11:44 -08:00
Jeff Walden
91ee6d2f97
Bug 1255228 - ./mach mochitest --debugger=DEBUGGER should interpret DEBUGGER as a path, if interpretation as a PATH-based executable name doesn't work. r=ted
...
--HG--
extra : rebase_source : 4f9d8a583b839ffd2945d08c050e9b83d1a8129d
2016-03-10 14:55:34 -08:00
Ryan VanderMeulen
e98112b9bd
Backed out 8 changesets (bug 1120715) for Android dom/u2f/tests/test_no_token.html permafail.
...
Backed out changeset 043770204431 (bug 1120715)
Backed out changeset e10c375353f4 (bug 1120715)
Backed out changeset c2871dbeb7cc (bug 1120715)
Backed out changeset 79158f028ad3 (bug 1120715)
Backed out changeset c74866f52320 (bug 1120715)
Backed out changeset c731944ecc64 (bug 1120715)
Backed out changeset 44f346712a3a (bug 1120715)
Backed out changeset 60d6045125e2 (bug 1120715)
CLOSED TREE
2016-03-10 20:20:05 -05:00
Ryan VanderMeulen
736cfda13e
Backed out changesets 9485ee35cb1d, f2e2b775624f, and 5315d961f36e (bug 1255476) for breaking Windows SM jobs.
...
CLOSED TREE
2016-03-10 18:59:51 -05:00
Henrik Skupin
d3f4b27ddf
Bug 1239988 - Remove top-level manifest for functional and puppeteer tests. r=maja_zf
...
MozReview-Commit-ID: BNzYwTbWcb9
This was always a hack which made it easier for us to trigger both type of tests at once. Now with mach and mozharness we should finally get rid of it.
--HG--
extra : rebase_source : 83bbc17a257e5135a1d0a6fd3f370c99223b150b
2016-03-10 14:40:23 +01:00
Henrik Skupin
77e9455a59
Bug 1239988 - Move resources for firefox-ui-tests out of tests folder. r=maja_zf
...
MozReview-Commit-ID: KtUiswz9gna
The resources folder should actually not be part of the tests folder. It contains test data for all tests and once tests are moved to other places the tests folder will not exist anymore.
--HG--
rename : testing/firefox-ui/tests/resources/cookies/cookie_single.html => testing/firefox-ui/resources/cookies/cookie_single.html
rename : testing/firefox-ui/tests/resources/images/firefox_favicon.ico => testing/firefox-ui/resources/images/firefox_favicon.ico
rename : testing/firefox-ui/tests/resources/images/mozilla_favicon.ico => testing/firefox-ui/resources/images/mozilla_favicon.ico
rename : testing/firefox-ui/tests/resources/images/mozilla_logo.jpg => testing/firefox-ui/resources/images/mozilla_logo.jpg
rename : testing/firefox-ui/tests/resources/layout/mozilla.html => testing/firefox-ui/resources/layout/mozilla.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_community.html => testing/firefox-ui/resources/layout/mozilla_community.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_contribute.html => testing/firefox-ui/resources/layout/mozilla_contribute.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_governance.html => testing/firefox-ui/resources/layout/mozilla_governance.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_grants.html => testing/firefox-ui/resources/layout/mozilla_grants.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_mission.html => testing/firefox-ui/resources/layout/mozilla_mission.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_organizations.html => testing/firefox-ui/resources/layout/mozilla_organizations.html
rename : testing/firefox-ui/tests/resources/layout/mozilla_projects.html => testing/firefox-ui/resources/layout/mozilla_projects.html
rename : testing/firefox-ui/tests/resources/private_browsing/about.html => testing/firefox-ui/resources/private_browsing/about.html
rename : testing/firefox-ui/tests/resources/security/enable_privilege.html => testing/firefox-ui/resources/security/enable_privilege.html
extra : rebase_source : 722311a780f6e36ef4f2e08b82117fdf78625620
2016-03-10 14:21:54 +01:00
Henrik Skupin
a4cca44be5
Bug 1239988 - Remove packaging for firefox-ui-tests. r=maja_zf
...
MozReview-Commit-ID: 1ncPWncD53U
The firefox-ui-tests package is no longer required. Removing it will allow us later to move tests to the appropriate places in the tree. The commit also has updates for the build system and mozharness.
--HG--
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/keyboard_shortcuts/manifest.ini => testing/firefox-ui/tests/functional/keyboard_shortcuts/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/keyboard_shortcuts/test_browser_window.py => testing/firefox-ui/tests/functional/keyboard_shortcuts/test_browser_window.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/manifest.ini => testing/firefox-ui/tests/functional/locationbar/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/test_access_locationbar.py => testing/firefox-ui/tests/functional/locationbar/test_access_locationbar.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/test_escape_autocomplete.py => testing/firefox-ui/tests/functional/locationbar/test_escape_autocomplete.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/test_favicon_in_autocomplete.py => testing/firefox-ui/tests/functional/locationbar/test_favicon_in_autocomplete.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/locationbar/test_suggest_bookmarks.py => testing/firefox-ui/tests/functional/locationbar/test_suggest_bookmarks.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/manifest.ini => testing/firefox-ui/tests/functional/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/private_browsing/manifest.ini => testing/firefox-ui/tests/functional/private_browsing/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/private_browsing/test_about_private_browsing.py => testing/firefox-ui/tests/functional/private_browsing/test_about_private_browsing.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/manifest.ini => testing/firefox-ui/tests/functional/security/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_dv_certificate.py => testing/firefox-ui/tests/functional/security/test_dv_certificate.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_enable_privilege.py => testing/firefox-ui/tests/functional/security/test_enable_privilege.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_ev_certificate.py => testing/firefox-ui/tests/functional/security/test_ev_certificate.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_mixed_content_page.py => testing/firefox-ui/tests/functional/security/test_mixed_content_page.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_mixed_script_content_blocking.py => testing/firefox-ui/tests/functional/security/test_mixed_script_content_blocking.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_no_certificate.py => testing/firefox-ui/tests/functional/security/test_no_certificate.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_safe_browsing_notification.py => testing/firefox-ui/tests/functional/security/test_safe_browsing_notification.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_safe_browsing_warning_pages.py => testing/firefox-ui/tests/functional/security/test_safe_browsing_warning_pages.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_security_notification.py => testing/firefox-ui/tests/functional/security/test_security_notification.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_ssl_disabled_error_page.py => testing/firefox-ui/tests/functional/security/test_ssl_disabled_error_page.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_ssl_status_after_restart.py => testing/firefox-ui/tests/functional/security/test_ssl_status_after_restart.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_submit_unencrypted_info_warning.py => testing/firefox-ui/tests/functional/security/test_submit_unencrypted_info_warning.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_unknown_issuer.py => testing/firefox-ui/tests/functional/security/test_unknown_issuer.py
rename : testing/firefox-ui/tests/firefox_ui_tests/functional/security/test_untrusted_connection_error_page.py => testing/firefox-ui/tests/functional/security/test_untrusted_connection_error_page.py
rename : testing/firefox-ui/tests/firefox_ui_tests/manifest.ini => testing/firefox-ui/tests/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/manifest.ini => testing/firefox-ui/tests/puppeteer/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_about_window.py => testing/firefox-ui/tests/puppeteer/test_about_window.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_appinfo.py => testing/firefox-ui/tests/puppeteer/test_appinfo.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_l10n.py => testing/firefox-ui/tests/puppeteer/test_l10n.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_menubar.py => testing/firefox-ui/tests/puppeteer/test_menubar.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_page_info_window.py => testing/firefox-ui/tests/puppeteer/test_page_info_window.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_places.py => testing/firefox-ui/tests/puppeteer/test_places.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_prefs.py => testing/firefox-ui/tests/puppeteer/test_prefs.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_security.py => testing/firefox-ui/tests/puppeteer/test_security.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_software_update.py => testing/firefox-ui/tests/puppeteer/test_software_update.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_tabbar.py => testing/firefox-ui/tests/puppeteer/test_tabbar.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_toolbars.py => testing/firefox-ui/tests/puppeteer/test_toolbars.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_update_wizard.py => testing/firefox-ui/tests/puppeteer/test_update_wizard.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_utils.py => testing/firefox-ui/tests/puppeteer/test_utils.py
rename : testing/firefox-ui/tests/firefox_ui_tests/puppeteer/test_windows.py => testing/firefox-ui/tests/puppeteer/test_windows.py
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/cookies/cookie_single.html => testing/firefox-ui/tests/resources/cookies/cookie_single.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/images/firefox_favicon.ico => testing/firefox-ui/tests/resources/images/firefox_favicon.ico
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/images/mozilla_favicon.ico => testing/firefox-ui/tests/resources/images/mozilla_favicon.ico
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/images/mozilla_logo.jpg => testing/firefox-ui/tests/resources/images/mozilla_logo.jpg
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla.html => testing/firefox-ui/tests/resources/layout/mozilla.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_community.html => testing/firefox-ui/tests/resources/layout/mozilla_community.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_contribute.html => testing/firefox-ui/tests/resources/layout/mozilla_contribute.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_governance.html => testing/firefox-ui/tests/resources/layout/mozilla_governance.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_grants.html => testing/firefox-ui/tests/resources/layout/mozilla_grants.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_mission.html => testing/firefox-ui/tests/resources/layout/mozilla_mission.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_organizations.html => testing/firefox-ui/tests/resources/layout/mozilla_organizations.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/layout/mozilla_projects.html => testing/firefox-ui/tests/resources/layout/mozilla_projects.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/private_browsing/about.html => testing/firefox-ui/tests/resources/private_browsing/about.html
rename : testing/firefox-ui/tests/firefox_ui_tests/resources/security/enable_privilege.html => testing/firefox-ui/tests/resources/security/enable_privilege.html
rename : testing/firefox-ui/tests/firefox_ui_tests/update/direct/manifest.ini => testing/firefox-ui/tests/update/direct/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/update/direct/test_direct_update.py => testing/firefox-ui/tests/update/direct/test_direct_update.py
rename : testing/firefox-ui/tests/firefox_ui_tests/update/fallback/manifest.ini => testing/firefox-ui/tests/update/fallback/manifest.ini
rename : testing/firefox-ui/tests/firefox_ui_tests/update/fallback/test_fallback_update.py => testing/firefox-ui/tests/update/fallback/test_fallback_update.py
rename : testing/firefox-ui/tests/firefox_ui_tests/update/manifest.ini => testing/firefox-ui/tests/update/manifest.ini
extra : rebase_source : 6c79d68264e1350087f3407e623820126d82d7bf
2016-03-10 13:34:11 +01:00
Henrik Skupin
770142e454
Bug 1239988 - Remove dependency for firefox-ui-tests in firefox-ui-harness. r=maja_zf
...
MozReview-Commit-ID: KXnOY1xbuVP
This will remove any dependency for firefox-ui-tests from inside firefox-ui-harness. Affected test types are functional and update tests. To keep update tests working and testable I also added them to the mach command.
--HG--
extra : rebase_source : 968d032e2fe4775e0d2a8d566ced01cefe0abbf7
2016-03-09 20:43:31 +01:00
Ehsan Akhgari
0d7f77f0f0
Bug 1251936 - Part 4: Include checkout-sources in the mozharness config for Win32 static analysis builds; r=jlund
2016-03-10 17:35:19 -05:00
Ehsan Akhgari
ec0f6159f9
Bug 1120715 - Part 8: Expect a 304 response in the cases where we would do a successful revalidation in the RequestCache test; r=bkelly
2016-03-10 17:29:11 -05:00
Ehsan Akhgari
a87c7ce05b
Bug 1120715 - Part 7: Always use the same date representing 'now' in the RequestCache test; r=bkelly
2016-03-10 17:29:11 -05:00
Ehsan Akhgari
53434f9639
Bug 1120715 - Part 5: Treat a default cache mode Request with a revalidation header as no-store; r=bkelly
2016-03-10 17:29:11 -05:00
Ehsan Akhgari
d0de91c2ae
Bug 1120715 - Part 4: Add tests for Request.cache; r=bkelly
2016-03-10 17:29:11 -05:00
Geoff Brown
fe5b68bf76
Bug 1255563 - Set sequential option when running Android 'mach xpcshell-test'; r=jmaher
2016-03-10 15:18:40 -07:00
Andrew McCreight
e527e48266
Bug 1255173 - Fix onZoomReset() in test_wheel_default_action.html to work with e10s. r=masayuki, r=jmaher
...
"test.events.async.enabled" must be set to true so we generate key
events in the parent process, which is what triggers the zoom reset.
In addition, some SpecialPowers infrastructure must be set up to
listen for "browser-fullZoom:zoomReset" in the parent and send it to
an observer in the child.
--HG--
extra : rebase_source : 05072529e645b4b8fbd97e2d3ff6dec51a913f40
2016-03-09 16:28:00 -05:00
Andrew McCreight
716cba3489
Bug 1252677 - Increase Windows e10s texture leak threshold even more. r=erahm
...
--HG--
extra : rebase_source : a21d42c4b7d798983b8f58fb165139aa6242a8d2
2016-03-10 10:38:00 -05:00
Ryan VanderMeulen
45bc286bea
No bug - Add some Win10 w-p-t annotations (same as other Windows platforms). rs=me
...
--HG--
extra : rebase_source : 8eeb28e437e8a7bf25807825071829453713c654
2016-03-10 11:19:44 -05:00
Kim Moir
953fa398d3
Bug 1186617 - releng changes to decommission pandas DONTBUILD r=jmaher
2016-03-10 15:23:13 -05:00
Chris Manchester
f362349b5b
Bug 1240149 - Mark artifact builds as tier 2 in in-tree config. r=me
...
DONTBUILD
MozReview-Commit-ID: LtPddBKSGuY
2016-03-10 11:12:28 -08:00
Steve Fink
918d2244d1
Bug 1255476 - Task that runs the spidermonkey gdb integration tests, r=garndt
...
--HG--
extra : rebase_source : 0ed31770417ced2a6993f132adb452d05c35209b
2016-03-09 16:56:56 -08:00
Steve Fink
bec906029d
Bug 1255476 - Split out most of build-sm.sh into a reusable sm-setup.sh, r=garndt
...
--HG--
rename : testing/taskcluster/scripts/builder/build-sm.sh => testing/taskcluster/scripts/builder/sm-setup.sh
extra : rebase_source : 00011586c6c385dd4c6cb48323893732830e350c
2016-03-10 09:16:57 -08:00
Steve Fink
0dac7333e4
Bug 1150338 - Fix compiler in sm-* builds, r=terrence
...
--HG--
extra : rebase_source : 97d1cb16e57672b4c239de742b5b93039bfcf516
2016-03-02 17:59:44 -08:00
Geoff Brown
8dec676f3a
Bug 1255005 - Do not dump host info for successful android emulator unit tests; r=kmoir
2016-03-09 16:26:16 -07:00
Wes Kocher
e7883e4059
Backed out changeset 490eb9194ae1 (bug 1228175) for TestIsCertBuiltInRoot failures on at least Android
...
MozReview-Commit-ID: 7kpuhoY0CJw
2016-03-09 14:22:36 -08:00
Aki Sasaki
5068c83d93
bug 1254356 - readd self.clobberer() call. r=catlee
...
MozReview-Commit-ID: C5gxmII6unc
--HG--
extra : rebase_source : fde7c2c722a94032b759d2d818c073a6e4d77781
2016-03-09 13:01:22 -08:00
Andrew Halberstadt
ca7c71bcd9
Bug 1250616
- Update extension names in runrobocop.py, r=gbrown
...
MozReview-Commit-ID: 5QAJiIL3pph
--HG--
extra : rebase_source : 07612c51848cb2aa08fc301f2614ede0d2d2e1ee
extra : amend_source : 6be821ac5bfcba416ace71cf888516710756a6f0
extra : source : 2f25d03334b252b0abc2124d065c4b33d7b8214f
2016-03-08 10:35:38 -05:00
Ehsan Akhgari
ea3b20fae4
Bug 1120715 - Part 5: Treat a default cache mode Request with a revalidation header as no-store; r=bkelly
2016-03-09 16:44:58 -05:00
Ehsan Akhgari
eeba9e16a3
Bug 1120715 - Part 4: Add tests for Request.cache; r=bkelly
2016-03-09 16:44:50 -05:00
David Keeler
f228ba40a1
bug 1228175 - fix IsCertBuiltInRoot r=Cykesiopka,mgoodwin
...
When a built-in root certificate has its trust changed from the default value,
the platform has to essentially create a copy of it in the read/write
certificate database with the new trust settings. At that point, the desired
behavior is that the platform still considers that certificate a built-in root.
Before this patch, this would indeed happen for the duration of that run of the
platform, but as soon as it restarted, the certificate in question would only
appear to be from the read/write database, and thus was not considered a
built-in root. This patch changes the test of built-in-ness to explicitly
search the built-in certificate slot for the certificate in question. If found,
it is considered a built-in root.
MozReview-Commit-ID: HCtZpPQVEGZ
--HG--
extra : rebase_source : 898ef37459723f1d8479cfdc58658ccb00e782a9
2016-03-04 17:06:33 -08:00
Johan Lorenzo
6676797200
Bug 1250178 - [e2e-py] Delete the tasks r=garndt
...
MozReview-Commit-ID: 4OsTFbTESLe
--HG--
extra : commitid : 7v9LMFWk8OO
extra : amend_source : 0db62b8007dcb0c6cfba93fbf612335d387ad657
2016-02-22 17:16:04 +01:00
Wes Kocher
fd9e8e9098
Merge m-c to b2ginbound, a=merge
...
--HG--
extra : commitid : 7HxNISoXq8
2016-02-17 11:15:36 -08:00
Carsten "Tomcat" Book
c2a42c6ad4
merge fx-team to mozilla-central a=merge
2016-02-17 12:07:39 +01:00
Gregor Wagner
9802b158d2
Merge m-c -> b-i
2016-02-08 14:41:52 +01:00
Dave Townsend
d450ff9b15
Bug 1245916: Import more head files for xpcshell tests. r=pbrosset
...
xpcshell tests used to use head_*.js files so this adds those for global
discovery.
MozReview-Commit-ID: BOsoGIpwdgu
--HG--
extra : rebase_source : ef36531641cbd353625019f8deba333cfd352891
extra : source : 70eca07367f40a9b4fe8c6e23ec0aef73bf2a962
2016-02-05 13:23:40 -08:00
Dave Townsend
0a913f73ee
Bug 1245916: Add additional default globals. r=felipe
...
This defines a few additional globals but also turns on the browser environment
for everything in browser and toolkit. This may lead to some false negatives
but we have lots of code that runs in a browser context so in the name of
getting rules turned on I think this is a useful step.
MozReview-Commit-ID: BdWouZGK6d
--HG--
extra : rebase_source : a88116d149af76aa35ee0757b3b51b6f97646ebe
extra : source : 04c1740aa49904a56bd662ee0c8aed69e6f99f8b
2016-02-05 12:12:30 -08:00
Dave Townsend
688e1344df
Bug 1245916: Add additional browser window scripts to eslint globals. r=felipe
...
This adds more of the scripts that browser.js relies on and also makes
browser-chrome head files import the browser.js globals.
The MOZ_JSDOWNLOADS block in contentAreaUtils only seems to hide a single
function, I don't see any need to keep hiding that now we're on by default.
MozReview-Commit-ID: 5zvF3JtJrZG
--HG--
extra : rebase_source : 94daff602b51d7ad57a24872d9eba9b304cf2da9
extra : source : b554c7ce41c42f16c2279ae88fd9567da7509bff
2016-02-05 12:16:39 -08:00
Dave Townsend
9d6c28bf7c
Bug 1245916: XBL bindings should support global declarations in comments. r=miker
...
To properly lint XBL files we need to support things like import-globals-from
and other ESlint comment directives so we have to pass comments through to the
code blocks that ESlint parses. Unfortunately the way the XBL processor works
now is by passing a separate code block for every method/property/etc. in the
XBL and ESlint doesn't retain state across the blocks so we would have to prefix
every block with every comment. Instead this change makes us output just a
single block that roughly looks like this:
<comments>
var bindings = {
"<binding-id>": {
<binding-part-name>: function() { ... }
}
}
This has some interesting bonuses. Defining the same ID twice will cause a lint
failure. Same for the same field in a binding. The line mapping is a little
harder and there are still a few lines that won't map directly back to the
original file but they should be rare cases. The only downside is that since
some bindings have the same binding declared differently for different platforms
we have to exclude those from linting for now.
MozReview-Commit-ID: CAsPt5dtf6T
--HG--
extra : rebase_source : 91a60ef0359ef53093fe197ed63dbc4e1a9f10a5
extra : source : 01675e4828b524c04a9057d68b41e9cc01ca1bb9
2016-02-05 12:13:34 -08:00
Dave Townsend
56d83fc4bd
Bug 1245916: Unify eslint global discovery rules. r=pbrosset
...
While working on turning on no-undef I discovered that the various rules we
have for defining globals are a little inconsistent in whether the files they
load recurse through import-globals-from directives and none of them imported
eslint globals directives.
I think we're better off putting all this global parsing code in a single place
rather than spread across multiple rules. Have one rule to turn it on for
parsed files and one function to load globals from other files and make them
share most of the code so we won't get inconsistent. If we find us needing to
turn on/off individual features we can figure out a way to do that in the
future.
This patch does that, the globals.js file does all global parsing with a shared
object that receives events from the AST, either through from an ESlint rule
or from a simple AST walker using estraverse.
MozReview-Commit-ID: 9KQZwsNNOUl
--HG--
extra : rebase_source : 0f1cceca29ac398be97a55bbcd09fe58a8be1435
extra : source : 878db4caf845282f06542793bc4b5c24fa658c14
2016-02-05 11:37:50 -08:00
Aki Sasaki
081f08c2ae
bug 1244781 - mozharness has 3 post_run listeners now. r=jlund
...
--HG--
extra : histedit_source : ce94bf5ad5e3abe96ec3c75839ed581af134a487
2016-02-02 14:11:05 -05:00
Aki Sasaki
2d20600a7f
bug 1244781 - silence mozharness pyflakes warnings. r=jlund
...
--HG--
extra : histedit_source : cc1544eed4bd617bba4c99bfcccff45dbe414fd3
2016-02-02 10:31:06 -05:00
Aki Sasaki
fe8e586098
bug 1244781 - stop running purge_builds in mozharness. r=jlund
2016-02-02 10:03:36 -05:00
Xidorn Quan
f89b96de96
Bug 1218706 followup 2 - Mark some dir-isolation web-platform tests expected-fail on Win7.
...
MozReview-Commit-ID: 5pAMJPAYGNl
--HG--
extra : source : b571d38320bc9cde4adc59721519587871e3894d
2016-02-17 13:14:59 +08:00
Brian Birtles
96f8f450de
Bug 1244414 - Create iframe element from script to avoid racing with the load event; r=bz
2016-02-17 13:38:31 +09:00
Xidorn Quan
48b11acc5f
Bug 1218706 followup - Mark some dir-isolation web-platform test expected pass.
...
MozReview-Commit-ID: IABqEq2wFYi
--HG--
extra : source : 54a449bc0e5cc7fc7e111ebf6fe59c5e9bb19efc
2016-02-17 10:33:12 +08:00
Johan Lorenzo
fa9078fd34
Bug 1241138 - [e2e-py] Error uploading video. Expires must be in the future r=garndt
...
--HG--
extra : commitid : INHR0HG0Kaf
extra : amend_source : 26ebccc312c89b7dbe47f48b4e037614dbaaa749
2016-01-27 16:42:52 +01:00
Chris Cooper
d5b9331a57
Bug 1236954 - partner repack script changes to read properties from buildprops.json (NPOTB, DONTBUILD); r=jlund
...
Adds --require-buildprops option used by the standalone builder. When this option is
specified, a partner property must be present in the buildprops.json file. This limits
the repack operation to that single partner.
--HG--
extra : amend_source : 1514dd1ff78da90468d4923348f8ad345d835b84
2016-01-25 15:20:41 -05:00
Jordan Lund
c8a4f6bbb5
Bug 1246074 - add partials template config for mozharness beetmover, DONTBUILD r=rail
...
--HG--
rename : testing/mozharness/configs/beetmover/repacks.yml.tmpl => testing/mozharness/configs/beetmover/partials.yml.tmpl
extra : rebase_source : b6370d8e3977e08dcb2665ceabb36dbff6beb544
extra : amend_source : 932005ddd129a40eb763d1a16efbc7c83a60cb6d
2016-02-06 13:46:13 -08:00
Gregory Szorc
8e0f9cf49b
Bug 1248658 - Remove make targets for running mochitests; r=ted
...
These have been deprecated in favor of mach commands for years. Let's
stop pretending to support them by removing them.
MozReview-Commit-ID: 4fX6SZN18EQ
--HG--
extra : rebase_source : 236914496758842d722c005a4effb39399889f29
extra : amend_source : 39d2a5facbe2b38135deede180a66da5ca251678
2016-02-16 13:48:04 -08:00
Mike Shal
1a3a0b1118
Bug 1217987 - Append bucket prefix for staging post_upload.py; r=nthomas
2016-02-10 20:32:35 -05:00
Rail Aliiev
a43acb39d7
Bug 1232329 - Tracking bug for Jan-25-2016 migration work r=Callek, DONTBUILD
2016-01-25 10:35:17 -05:00
Geoff Brown
94b5d0f481
Bug 1238611 - Use PIE version of gdbserver for JimDB (arm only); r=jmaher
2016-01-25 08:17:25 -07:00
Boris Zbarsky
3d39097c61
Bug 1254293. Fix dom::GetArrayIndexFromId to actually follow the spec for large indices (i.e. ones that don't fit in in int32_t). r=peterv
2016-03-08 17:21:40 -05:00
Boris Zbarsky
d29c2409f0
Bug 1253591. HTMLAllCollection should be rooted at the document, not the root element, so it can find the root element. r=peterv
2016-03-08 17:21:40 -05:00
Wes Kocher
2048d9f4a0
Merge m-c to inbound, a=merge CLOSED TREE
...
MozReview-Commit-ID: 4SEUTTY9jRn
2016-03-08 16:08:08 -08:00
Wes Kocher
0fbf6c1476
merge inbound to m-c a=merge
...
MozReview-Commit-ID: BHxDQF6gIe3
2016-03-08 16:00:45 -08:00
Andreas Tolfsen
42c25b995a
Bug 1254521 - Add return type docs for element.inViewport; r=automatedtester
...
MozReview-Commit-ID: Budv7EapTfo
--HG--
extra : rebase_source : 98d9684610b3f594a66a01228473b1a8d602024a
2016-03-08 13:53:00 +00:00
Andreas Tolfsen
26578b425f
Bug 1254521 - Add return type docs for element.isVisible; r=automatedtester
...
MozReview-Commit-ID: 9tjnHPmYSdq
--HG--
extra : rebase_source : d51af3dd9760149f0b0a175b6daaf562bddb582d
2016-03-08 13:52:38 +00:00
Andreas Tolfsen
fedd17bd6b
Bug 1251763 - Reduce repetition in test_findelement.py; r=automatedtester
...
MozReview-Commit-ID: utpbgMlajl
--HG--
extra : rebase_source : 6ad9ca035943b3165ae01d1a4acdb8cfe9cabbe7
2016-03-08 16:44:41 +00:00
Andreas Tolfsen
a9b5a85fc1
Bug 1251763 - Correct type check on singular returned elements; r=automatedtester
...
The return values from the different element search functions in searchFn
have inconsistent return types, and a null check is usually not what
we want. In order to have findElement consistently return a no such
element error, we need to do a loose false test.
This bug has affected the findElement command when using the tag
name, name, class name, link text, and partial link text selectors.
Other selectors were unaffected.
MozReview-Commit-ID: C26R3YrqKyf
--HG--
extra : rebase_source : dc723ae147b9208b4274ffc4a5338f0107ddd0ed
2016-03-08 16:23:50 +00:00
Rail Aliiev
da94a314aa
Bug 1254422 - Do not try to set S3 ACLs r=jlund a=release
...
MozReview-Commit-ID: 1RyB48KhFvD
--HG--
extra : source : d5370c00e1eb31a2f9de7750a0cb1747c277e1ed
2016-03-08 00:49:24 -05:00
Rail Aliiev
02feabe050
Bug 1253749 - Branch specifics for relpro on beta r=jlund a=testing DONTBUILD
2016-03-05 19:38:08 -05:00
Ryan VanderMeulen
599f2304e0
Merge m-c to inbound. a=merge
2016-03-05 19:30:51 -05:00
Ryan VanderMeulen
54367e83bf
Merge fx-team to m-c. a=merge
2016-03-05 19:22:45 -05:00
Andreas Tolfsen
ea6b2b1f06
Bug 1253236 - Reuse element.isXULElement; r=automatedtester
...
MozReview-Commit-ID: 7P02xsSLuCl
--HG--
extra : rebase_source : 6801299b05fe7fdbceebdf1e0a84e4544863e111
2016-03-03 14:21:45 +00:00
Andreas Tolfsen
a1495c253c
Bug 1253236 - Remove window argument from element.isVisible; r=automatedtester
...
MozReview-Commit-ID: ITzY9RXjJCG
--HG--
extra : rebase_source : 7954e5d2891a8d214fdbf00ea1b0b62acc0482b3
2016-03-03 14:20:39 +00:00
Andreas Tolfsen
4a0bcbbee4
Bug 1253236 - Rename element.checkVisible to isVisible; r=automatedtester
...
MozReview-Commit-ID: 1fkH93OXjWF
--HG--
extra : rebase_source : 39c628d9ca7ef1713a68e620a8c759813c5415fc
2016-03-03 14:18:52 +00:00
Andreas Tolfsen
c5255475ef
Bug 1253677 - Remove run_test functions from xpcshell tests; r=automatedtester
...
These functions do nothing.
MozReview-Commit-ID: 6AiXA8zEbv2
--HG--
extra : rebase_source : a01266752baba31712eb05b80cd8431326dbce9e
2016-03-04 18:25:21 +00:00
Phil Ringnalda
cabee82044
Back out 9 changesets (bug 801176) for frequent crashes in test_offscreencanvas_dynamic_fallback.html
...
Backed out changeset 82320c900699 (bug 801176)
Backed out changeset 624fb8512ba5 (bug 801176)
Backed out changeset a2a7b1c4dc5b (bug 801176)
Backed out changeset e210473d793c (bug 801176)
Backed out changeset 0fb279e041e1 (bug 801176)
Backed out changeset c090dc98c670 (bug 801176)
Backed out changeset fc509e59a0cd (bug 801176)
Backed out changeset 134a8c56335a (bug 801176)
Backed out changeset 2022afa9aef2 (bug 801176)
2016-03-05 07:20:47 -08:00
Ryan VanderMeulen
27d8b691c1
Bug 1253849 - Annotate some expected Windows e10s w-p-t failures.
...
--HG--
extra : rebase_source : 76f21c32081896e4edd9e0c6d6a96ee8ebd5080c
2016-03-05 15:47:39 -05:00
Doug Turner
a98f782612
Bug 1252750 - Part 1: Create a helper function on SpecialPowersAPI which creates a nested event queue and spins it for a bit. r=mrbkap
...
--HG--
extra : rebase_source : bdf09f33e7cedbc3ee25f6162ca3cc895633fb73
2016-03-05 00:05:00 -05:00
Varun Joshi
ccf2520af5
Bug 1248713 - add docker container for l10n repacks r=catlee DONTBUILD
...
--HG--
extra : commitid : FJryigyknf7
extra : rebase_source : c41f32a7d64a49dcc7604dc2b6fae5133ffebcb8
2016-03-04 13:30:59 -05:00
Andreas Tolfsen
05e86fe521
Bug 1253244 - Correct x,y offset type checks and add tests; r=automatedtester
...
The xOffset and yOffset arguments to element.coordinates previously
checked loose falsiness. If a number <= 0 would be given as an argument,
they would not be used and it would return the centre of the element.
This change adds more checks, documentation, and tests.
MozReview-Commit-ID: KmsiVFipzWx
--HG--
extra : rebase_source : 96e6c8c127071356fec029f5eaa4254ae60930b3
2016-03-04 15:34:28 +00:00
Andreas Tolfsen
fadb4f79f3
Bug 1253244 - Use element.coordinates in action module; r=automatedtester
...
MozReview-Commit-ID: 2FJJImg4NsI
--HG--
extra : rebase_source : 6038343d9b8104c8f5b8b51f42794a42b6e8c752
2016-03-03 14:29:53 +00:00
Andreas Tolfsen
1a08c44699
Bug 1253244 - Use element.coordinates in listener; r=automatedtester
...
MozReview-Commit-ID: 4sWZNXrenqZ
--HG--
extra : rebase_source : 8a212826ff0dbe4a2555a9712f7fd7039f7ad5ff
2016-03-03 14:28:40 +00:00
Andreas Tolfsen
772f8fbb0b
Bug 1253248 - Use element.Strategy enum consistently; r=automatedtester
...
Removes the exported constants from testing/marionette/element.js and
introduces the migrates to using the element.Strategy enum consistently
throughout Marionette.
The supported strategies array passed into ElementManager's ctor has
also received some much needed attention and now actually works.
MozReview-Commit-ID: LPuDX0aishM
--HG--
extra : rebase_source : bb06ea5a25d9a0dbcd6f3e1311d31df95cd4e26d
2016-03-04 12:01:09 +00:00
Sebastian Hengst
263fc3de3c
Backed out changeset 912825aa7ee1 (bug 1254145) for failing bc7 tests. r=backout
2016-03-08 10:48:15 +01:00
Jared Wein
96d1f59f9c
Bug 1254145 - Use BrowserTestUtils.removeTab instead of gBrowser.removeTab in BrowserTestUtils.withNewTab since BrowserTestUtils.removeTab is more deterministic since it waits for SessionStore to update. r=gijs
...
MozReview-Commit-ID: 8DoAiwCuGKl
2016-03-07 07:31:00 +01:00
Honza Bambas
a827d3166e
Bug 1254059 - init MochitestBase.nsprLogs, r=jmaher
2016-03-07 04:14:00 +01:00
Shing Lyu
2507afb6b9
Bug 1253209 - Fixed reftest html report generation failure. r=jmaher
2016-03-06 20:09:00 +01:00
Hiroyuki Ikezoe
199a3521ec
Bug 1153128 - Add sendSyncMessage to SpecialPowers.loadChromeScript. r=jmaher
...
MozReview-Commit-ID: AsbBiOkhhLo
--HG--
extra : rebase_source : 435440d581de51ff986fde9cd5b0d6e0cc3e5388
2016-02-24 21:43:23 -08:00
Wes Kocher
7629900d93
Backed out changeset 20d8879ac256 (bug 1242682) a=backout CLOSED TREE
...
MozReview-Commit-ID: AH8yw9fw2kD
--HG--
extra : source : 5a2e0878d6c258b36b0ee8712a2afcde6ad94c78
2016-03-04 11:41:25 -08:00
Mike de Boer
03bd1469f2
Bug 1241930: Part 1 - make all Assert.jsm assert methods available for use in ContentTasks. r=mconley
2016-03-04 14:32:22 +01:00
Carsten "Tomcat" Book
6e681479dc
Merge mozilla-central to fx-team
2016-03-04 13:40:08 +01:00
Carsten "Tomcat" Book
7141570807
merge mozilla-inbound to mozilla-central a=merge
2016-03-04 11:49:58 +01:00
Carsten "Tomcat" Book
fd935ddfec
merge fx-team to mozilla-central a=merge
2016-03-04 11:48:51 +01:00
Kris Maglione
fbcae3eafe
Bug 1253148: [webext] Cleanup running extensions on test failure. r=billm
...
MozReview-Commit-ID: HTFZk6y6ZEp
--HG--
extra : rebase_source : 476d51fba97989b8bcbcdb6720d53f1820db8fc9
2016-03-02 20:58:28 -08:00
Neil Deakin
88f01808f9
Bug 1246669 - Enable browser_sanityException2.js for e10s. r=jmaher
2016-03-04 08:49:48 +01:00
Mike Hommey
83a6429d67
Bug 1253466 - Don't pass --enable-threadsafe to js/src/configure. r=mshal
...
The flag was removed in bug 1031529, and silently doesn't do anything.
Configure.py will start barfing about unknown options, so don't pass it
down.
2016-03-08 15:41:32 +09:00
Jordan Lund
5837cc5d4e
Bug 1254395 - push to cdn for non release promotion case doesn't use credentials, DONTBUILD a=testing r=nthomas
...
MozReview-Commit-ID: AYbMZVNxwo
--HG--
extra : source : 1cc5ec520c00a6b8168162fb2db7299cc1b6f343
extra : amend_source : c13805754c1d9115887680ce59b1ae0fe7739381
2016-03-07 18:52:51 -08:00
Myk Melez
db9a40ca42
Bug 1238079 - remove the desktop web runtime; r=fabrice,mossop,gps,jryans,jmaher,marco
2016-03-07 13:33:12 -08:00
Henrik Skupin
8f78d71a1c
Bug 1212811 - focused_chrome_window_handle() should wait until focus transition has been finished. r=maja_zf
...
MozReview-Commit-ID: JXKYAez1PNV
Lets make sure that we do not return a focused chrome window handle if a focus transition event is currently happening.
In such a case the chrome window handle would be `None`.
--HG--
extra : rebase_source : f5b3e3d458efe0ff8b32c0bd68f4c3b8cb5112a0
2016-03-07 12:45:33 +01:00
Ehsan Akhgari
db5558f754
Bug 1251936 - Part 2: Add a mozharness config script for 32-bit Windows static analysis builds; r=jlund
2016-03-07 15:11:39 -05:00
James Graham
1b28bc5637
Bug 1199038 - Increase the timeout in worker test to reduce instability, r=Ms2ger
...
MozReview-Commit-ID: 6N3ocuwWpRP
--HG--
extra : rebase_source : 17cd22b62e57359e6cb1c901cdd3c2ef4f9f19f2
2016-03-07 14:32:47 +00:00
Boris Chiou
fb0552261b
Bug 1241784 - Part 4: Remove removeElement from testcommon.js. r=birtles
2016-03-06 19:35:00 +01:00
Boris Chiou
466fb3615b
Bug 1241784 - Part 3: Test. r=birtles
2016-03-06 19:33:00 +01:00
Joel Maher
4719fa3568
Bug 1242682 - Separate dom/media into its own subsuite. r=armenzg, a=Tomcat
...
MozReview-Commit-ID: 55QtAPlIltM
2016-02-04 13:35:06 -08:00
Carsten "Tomcat" Book
82cf3c3383
merge mozilla-inbound to mozilla-central a=merge
2016-03-03 11:54:40 +01:00
Carsten "Tomcat" Book
136d831e57
merge fx-team to mozilla-central a=merge
2016-03-03 11:53:32 +01:00
Kim Moir
ffeab55d67
Bug 1252908 - [beetmover] refresh AV database on every run r=rail a=testing DONTBUILD
...
MozReview-Commit-ID: Ceo1dF3tyVS
--HG--
extra : source : 96983cc46be3cb0900b1e63551dcbf62eac5459f
extra : intermediate-source : e4f7da85ded27a18df9ea0726cf652be9f302fb4
2016-03-02 16:36:31 -05:00
Rail Aliiev
1520125dcd
Bug 1252725 - artifacts tasks should be reclaimed to avoid timeouts r=jlund a=testing DONTBUILD
...
MozReview-Commit-ID: Lnrjb0ro8MX
--HG--
extra : source : 77a8ffe34d9485e4d9a2aa363dcf01ea1a73c819
2016-03-02 19:50:30 -05:00
Kim Moir
3005da2dd6
Bug 1252908 - [beetmover] refresh AV database on every run r=rail a=testing DONTBUILD
...
MozReview-Commit-ID: Ceo1dF3tyVS
--HG--
extra : source : 96983cc46be3cb0900b1e63551dcbf62eac5459f
2016-03-02 16:36:31 -05:00
Jordan Lund
b2995a9305
Bug 1160385 - Generate checksums rel promotion, full bucket, DONTBUILD NPOTB a=testing r=rail
...
MozReview-Commit-ID: G3OZPmFyXDx
--HG--
extra : source : 20618b237669969be83ecb9a480b767a6b64e894
extra : intermediate-source : b326f5187df6ca94453ffd5f3a6ba546a065edeb
2016-03-01 09:32:37 -08:00
Rail Aliiev
3e46aee11d
Bug 1252725 - artifacts tasks should be reclaimed to avoid timeouts r=jlund a=testing DONTBUILD
...
--HG--
extra : amend_source : 412e47266c521c15a8c0d262b0d74d24694215d1
2016-03-02 19:50:30 -05:00
Ehsan Akhgari
36207d26f5
Bug 1251448 - Add support for RequestInit.referrer; r=jdm
2016-03-02 18:18:27 -05:00
Jordan Lund
7cc8cdcfcd
Bug 1160385 - adds version, buildnum support from tc releasetasks, DONTBUILD NPOTB a=testing r=rail
...
MozReview-Commit-ID: 5otLdixBeX
--HG--
extra : source : e0a91fd6584f4d06a8fae84e5ae2c3a96c17fdb0
extra : intermediate-source : 1ed6ec687c614e6c7154e8d1461d4fd189f8ade7
2016-02-19 14:53:34 -08:00
Henrik Skupin
e8e4dcf68d
Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r=gps DONTBUILD
...
MozReview-Commit-ID: 8OoQ8Ep2JMl
--HG--
extra : rebase_source : 454cea343266744397017755e5cbde029dacc950
2016-03-01 15:18:22 +01:00
Ralph Giles
d6e1901788
Bug 1245170 - Upload rust builds to tooltool. r=dustin
...
Update the gecko-rust-build docker container to upload the
constructed toolchain to tooltool when running on taskcluster,
so it can be used in normal gecko builds (buildbot as well as tc)
Also include a mac build script (which can't run in taskcluster
currently) and a python script for launching the build task from
a local checkout. This is based on Ted's script for building
breakpad's minidump_stackwalk utility.
Matches contents of https://github.com/rillian/rust-build
commit 407c6854e91541341508e96e6a2781434535b7a5
tag v0.2.0
2016-02-16 13:30:19 -08:00
Nick Thomas
14047f5ac8
Bug 1248255 - Android l10n single-locale repacks can't find tooltool.py, r=Callek
2016-02-17 09:48:05 +13:00
Geoff Brown
58592042ef
Bug 1238611 - Use PIE version of gdbserver for JimDB (x86); r=jmaher
2016-02-16 13:15:59 -07:00
Armen Zambrano Gasparnian
f8a746a8ec
Bug 1247382 - Improve TaskCluster Linux64 debug test names. DONTBUILD. r=jmaher
...
* e10s to be just before the chunk info (suite_name-e10s-{{chunk}})
* include {{chunk} for chunked jobs
TODO: We need to follow up by making the gecko decision task impose the naming
MozReview-Commit-ID: 77T9q0sAIWg
2016-02-12 14:10:59 -05:00
Xidorn Quan
7e02b99920
Bug 1248316 - Clear Win10 intro page url for mochitest. r=Gijs
...
MozReview-Commit-ID: 7m7VWYWXcnM
--HG--
extra : rebase_source : 4d2b8211dd6ea596d47ada47fdb117cf0ada4fa7
2016-02-16 09:24:44 +08:00
ISHIKAWA, Chiaki
be2b50a7f8
Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
...
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check
- the outdated 0666 octal constant is still parsed correctly,
- the outdated 0666 octal constant raises syntax error flag
in strict mode, etc.
So leave them alone.
2016-02-15 08:57:00 +01:00
Jacek Caban
a7fe14a95a
Bug 1216681
- Cross compilation fixup.
2016-02-15 16:44:39 +01:00
Ryo Motozawa
02b71265f0
Bug 1244586 part 2 - Remove entry in testing/web-platform/meta/web-animations/animatable/animate.html.ini. r=birtles
2016-02-15 09:34:47 +09:00
Ryo Motozawa
cc127029f8
Bug 1244586 part 1 - Add KeyframeEffect constructor in dom/webidl/KeyframeEffect.webidl. r=smaug,birtles
2016-02-15 09:34:47 +09:00
Phil Ringnalda
a6d7a8a0ce
Merge m-i to m-c, a=merge
2016-02-13 19:18:53 -08:00
Phil Ringnalda
159f1252ab
Merge f-t to m-c, a=merge
2016-02-13 19:14:08 -08:00
Carsten "Tomcat" Book
8c574e230b
Backed out changeset 88735739af7a (bug 1244893) for causing failing Initial decision task for mozilla-central
2016-02-12 17:11:52 +01:00
Nick Alexander
07987504ce
Backed out 2 changesets (bug 1247170) for decision task failures. r=bustage
...
On a CLOSED TREE.
Backed out changeset 2b079941a33c (bug 1247170)
Backed out changeset 123c802d928a (bug 1247170)
MozReview-Commit-ID: Bt504gHC8iP
--HG--
extra : rebase_source : 806755099be27b0b14ecdc9bda8957b04a36bd4f
2016-02-12 15:25:06 -08:00
Phil Ringnalda
d7b348b2df
Back out ff446e81eaf5 (bug 1216681
) for Linux PGO bustage
...
CLOSED TREE
2016-02-11 20:27:36 -08:00
Nick Alexander
c603233b47
Bug 1247170 - Part 2: Add "android-gradle-build-dependencies" Taskcluster job. r=dustin
...
MozReview-Commit-ID: I6rgyqci67J
--HG--
extra : rebase_source : 22663edeab18a4fcd2687f63eef6ea2ef8a4b11c
extra : histedit_source : cae7a40150eda3ee95aecb172fcca4cff52ebd64
2016-02-09 22:04:32 -08:00
Nick Alexander
b10e16d9f3
Bug 1247170 - Part 1: Add "android-gradle-build" Docker image. r=dustin,sebastian
...
We can't run Docker-in-Docker, so this is a clone of
https://hub.docker.com/r/sonatype/nexus , modified to run additional
commands. Sonatype Nexus officially supports the Oracle JDK but the
OpenJDK appears to work as well, so we use it.
This bakes a build.sh and Gradle-specific dependencies into the docker
image. This makes sense in a future where the dependencies this
fetches are baked into the image used to build Fennec. It makes less
sense right now, when the dependencies are uploaded to tooltool and
subsequently consumed. It's not critical that we get this right
immediately.
The actual build.sh script runs the Gradle wrapper for a special
dependency project. The wrapper installs Gradle itself, downloads a
large number of Gradle dependencies, and uses Jake Wharton's
https://github.com/JakeWharton/sdk-manager-plugin/ to download and
install the Android SDK. (We could use |mach bootstrap|, but that
doesn't (yet) support non-interactive use, and I want to try to use
the SDK Manager more generally.) These outputs are then packaged for
further use: right now, they're exposed as artifacts, but eventually
we'll upload them directly to tooltool.
MozReview-Commit-ID: 7upsk1ANuxN
--HG--
rename : testing/docker/desktop-build/Dockerfile => testing/docker/android-gradle-build/Dockerfile
extra : rebase_source : 816a220579f8cd04699e95cfd1f77b046474d717
extra : histedit_source : 715f17c6eb43084adf88f823d59af80d12a68958
2016-02-12 10:06:57 -08:00
Nick Alexander
bc112329f3
Bug 1119520 - Add opt-in Gradle build mode for mobile/android. r=gps
...
Opt-in by adding --enable-gradle-mobile-android-builds.
Gradle dependencies (including the Android-Gradle plugin) are assumed
to be present. Local developers will fetch them from the jcentral
repository.
Android-specific Maven dependencies are shipped as "extras" with the
Android SDK, and should be found automatically by the Android-Gradle
plugin.
MozReview-Commit-ID: 966XgddWgEu
--HG--
extra : rebase_source : 8e8c6156e1d06813c250662e104fd14c621d91ab
extra : source : 306cf0271d3e3a344fcbfd2baf75e0450c288cf1
extra : histedit_source : d17446714236c408699a0953882e84ac3a192380%2Cc21b166af79ef1e00215748820bc2670405ac1dc
2016-02-12 10:06:40 -08:00
Stanley Mwangi
ecaaff970b
Bug 1243083 - Added --disable-e10s to mochitest_options.py and reftestcommandline.py. r=ahal
...
MozReview-Commit-ID: I3UIS8eEZ8D
--HG--
extra : rebase_source : cad52821f891915b2d174f60c250fb80ec307525
extra : amend_source : fe1a47030662a58c409e3cf2b42dc0ace452178d
2016-03-02 16:33:13 -05:00
Gregory Arndt
47d20ec1cb
Bug 1247085 - Generate empty graph when no try flags given r=wcosta
...
MozReview-Commit-ID: DOq9gJBTUY6
--HG--
extra : rebase_source : b0c3314e01feac2ccb4647593b92eadee1595708
2016-02-29 09:51:17 -06:00
Nicholas Hurley
0b3b2a68db
Bug 1246761 - Properly handle non-terminal 0-length DATA frames. r=mcmanus
...
--HG--
extra : rebase_source : 756e42ecea9646b5b0e2770060090437b06b9f9d
2016-03-01 16:28:39 -08:00
Aki Sasaki
194b287c27
bug 1244781 - fix unit.sh error when mercurial isn't an old version. r=callek
...
--HG--
extra : histedit_source : e83e8b1ef9357f7d0fc8c3292cc03407d3b77fe9
2016-02-02 13:54:43 -05:00
Ruxton
01328cb6b4
Bug 1033144 - Part 3: Update web-platform-tests to expect PASS for oncuechange on TextTrack. r=rillian
2016-03-02 11:35:09 -08:00
Jordan Lund
5ca14dbfe4
Bug 1160385 - Generate checksums rel promotion, full bucket, DONTBUILD NPOTB a=testing r=rail
...
MozReview-Commit-ID: G3OZPmFyXDx
--HG--
extra : rebase_source : 9d839b5aad980fabdc5aac84c54ae4de83547e19
extra : source : 20618b237669969be83ecb9a480b767a6b64e894
2016-03-01 09:32:37 -08:00
Jordan Lund
5e5115438d
Bug 1160385 - adds version, buildnum support from tc releasetasks, DONTBUILD NPOTB a=testing r=rail
...
MozReview-Commit-ID: 5otLdixBeX
--HG--
extra : rebase_source : fb994369f87dc9b067b4b78b8631e1235356aaf8
extra : source : e0a91fd6584f4d06a8fae84e5ae2c3a96c17fdb0
2016-02-19 14:53:34 -08:00
Syd Polk
8ad4c28b92
Bug 1252586 - Handle |mach firefox-ui-test --binary| correctly - r=whimboo, r=gps
...
MozReview-Commit-ID: KpncN1uAHUn
--HG--
extra : rebase_source : b46993cffe54bcf40942e180ac9d060cbe0161bd
2016-03-02 11:02:11 -06:00
Felipe Gomes
0fcf346707
Bug 1250744 - Disable e10s add-ons blocking on testing profiles. r=jmaher
2016-03-02 13:50:55 -03:00
J. Ryan Stinnett
2a55d065b7
Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
...
This change renames OriginAttributes.mInBrowser to mInIsolatedMozBrowser and
nsIPrincipal::GetIsInBrowserElement to GetIsInIsolatedMozBrowserElement. Other
methods that pass these values around also have name changes.
Tokens such as "inBrowser" have previously been serialized into cache keys, used
as DB column names, stored in app registries, etc. No changes are made to any
serialization formats. Only runtime method and variable names are updated.
No behavior changes are made in this patch, so some renamed methods may have
nonsensical implementations. These are corrected in subsequent patches
focused on behavior.
MozReview-Commit-ID: 66HfMlsXFLs
2016-03-02 10:35:56 -06:00
Geoff Brown
2fc80985f9
Bug 1252868 - Do not install superfluous addons for Android tests; r=jmaher
2016-03-02 09:23:42 -07:00
Varun Joshi
7daf2ed79a
Bug 1252744 - Add --disable-mock to desktop_l10n.py r=rail DONTBUILD
2016-03-02 10:55:30 -05:00
Henrik Skupin
25a32dc9dd
Bug 1252242
- Fix Taskcluster names for firefox-ui-functional tests. r=ahal
...
MozReview-Commit-ID: Jjk0xMhZnZQ
--HG--
rename : testing/taskcluster/tasks/tests/fx_linux64_firefox_ui.yml => testing/taskcluster/tasks/tests/fx_linux64_firefox_ui_functional.yml
rename : testing/taskcluster/tasks/tests/fx_linux64_firefox_ui_e10s.yml => testing/taskcluster/tasks/tests/fx_linux64_firefox_ui_functional_e10s.yml
extra : transplant_source : %93%BE%B4%B0%7Cy%12gy%CF%7Ei%B1%A6%F1%B6%26%22%CF%86
2016-02-29 22:04:48 +01:00
Henrik Skupin
336b262421
Bug 1143928 - Refactor firefox puppeteer Deck and Panel classes to reduce code duplication. r=whimboo
...
MozReview-Commit-ID: 4j3EzKJ47nm
2016-03-01 03:23:00 +01:00
Rok Garbas
4c98363bf1
Bug 1245538 - index decision task in taskcluster. r=dustin
2016-03-01 01:52:08 +01:00
nhirata
c738d7fc23
Bug 1244893 - disable Disable F/OTA updates to balrog. r=wcosta
2016-02-18 15:12:00 +01:00
Gijs Kruitbosch
8657691921
Bug 1244259 - wait for SafeBrowsing to have added MozEntries in initial runs of talos perf testing, r=jmaher,gcp
...
MozReview-Commit-ID: Dvs5RQyhfpy
--HG--
extra : rebase_source : 71ddcd4a67dc803b757549801902a20f3739106c
2016-02-12 08:47:31 +00:00
Phil Ringnalda
49a9478019
Merge m-c to m-i
2016-01-23 18:18:48 -08:00
Phil Ringnalda
2458a3122c
Merge b-i to m-c, a=merge
2016-01-23 18:16:19 -08:00
Phil Ringnalda
6aeccf0426
Merge f-t to m-c, a=merge
2016-01-23 18:11:37 -08:00
Gregory Arndt
357044f2d4
Bug 1240477 - Add environment variable to change docker run length r=wcosta
...
--HG--
extra : commitid : 4hXgWDQ5sa
2016-01-22 11:45:49 -06:00
Carsten "Tomcat" Book
191124bd17
merge mozilla-inbound to mozilla-central a=merge
2016-01-22 12:05:24 +01:00
Wes Kocher
f861f48ea6
Merge m-c to fx-team, a=merge
...
--HG--
extra : commitid : Es4cn1Rfk4x
2016-01-21 17:37:58 -08:00
Hiroyuki Ikezoe
bd6f084951
Bug 1241672 - Add synthesizeWheelAtPoint to avoid styling flush. r=smaug
...
--HG--
extra : transplant_source : %81j%90%00%DB%AB%1F%8B6%15%FB%893%22%24L%F4%ED%80%A9
2016-01-22 08:43:50 +09:00
Matthew Noorenberghe
15c57dfa41
Bug 1241633 - Make screenshot.exe a GUI application to avoid a console window when run. r=ted
...
--HG--
extra : commitid : AhoMqIeagXk
extra : rebase_source : dd29dfcf4776078cf329d436e70c93f6236d4b6c
2016-01-21 13:33:37 -08:00
Wes Kocher
fa57d28546
Merge b2ginbound to central, a=merge
...
--HG--
extra : commitid : L79NffLqBZA
2016-01-21 17:10:26 -08:00
Wes Kocher
da663084df
Merge inbound to m-c a=merge
...
--HG--
extra : commitid : ATxDn3SgryS
2016-01-21 16:24:42 -08:00
Tom Tromey
78d2a32e06
Bug 1231963 - handle top-level "this.mumble" assignments in eslint; r=mikeratcliffe
2016-01-21 07:44:11 -07:00
Armen Zambrano Gasparnian
771b5739fb
Bug 1240770 - Change splitting for more TC Linux64 debug jobs. r=jmaher
...
* mochitest-plain & e10s
* mochitest-devtools & e10s
* reftests & e10s
* web-platform-tests & e10s
--HG--
extra : commitid : 8hx8vjirbHj
extra : rebase_source : b26e8ed6eee863a73dc76b29d9d626f34ccd47c7
2016-01-21 09:43:13 -05:00
Armen Zambrano Gasparnian
0ee14c2329
Bug 1241277 - Enable more green jobs for TaskCluster Linux64 debug jobs. r=jmaher
...
* mochitest-plain & e10s
* mochitest-browser-chrome & e10s
* mochitest-devtools-chrome & e10s (sure??)
--HG--
extra : commitid : 3N2aryYhLqT
extra : rebase_source : e8088eabfed196e1bfc0e0ae106d52c1d01f15a6
2016-01-21 09:56:37 -05:00
Carsten "Tomcat" Book
3d3ee3ca4a
Merge mozilla-central to fx-team
2016-01-21 12:30:07 +01:00
Carsten "Tomcat" Book
adbf945ebf
merge mozilla-inbound to mozilla-central a=merge
2016-01-21 11:49:16 +01:00
Brian Grinstead
118067098d
Bug 1239750 - Add DAMP measurement for rAF performance during streaming console.log messages;r=fitzgen
...
--HG--
extra : commitid : ywwpJkWsQF
2016-01-20 20:43:31 -08:00
Brian Grinstead
9903b5fdbe
Bug 1239750 - Add DAMP measurement for bulk console.log performance;r=fitzgen
...
--HG--
extra : commitid : 2SbKBMFRytL
2016-01-20 20:43:27 -08:00
Brian Grinstead
e92e2b834a
Bug 1239750 - Refactor DAMP openToolbox, closeToolbox, and reloadPage to mutate results state;r=fitzgen
...
--HG--
extra : commitid : GKx0rtE2hpS
2016-01-20 20:42:58 -08:00
aleth
1d5ae895ee
Bug 1242081 - Disable marionette xpcshell tests for Thunderbird. r=ato
...
--HG--
extra : rebase_source : db0dfd23dd9c0ab442f076fe3c78600b3fde8296
extra : amend_source : 864f43415fabb66b0393e07389328ad3c7c91585
2016-01-23 01:12:14 +01:00
Honza Bambas
80cd6c95fd
Bug 1064378 - Don't rewrite custom Authorization header set on a channel by cached credential. r=jduell
2016-01-21 09:33:00 -05:00
Matthew Noorenberghe
1f95421da5
Bug 1231408 - Add browser-chrome-screenshots to run the screenshots subsuite. r=armenzg DONTBUILD NPOTB
...
--HG--
extra : commitid : BOfPEmvnfmH
extra : amend_source : 985118105fcb78b8331b623299ca8f174a56b0e7
2016-01-20 09:54:36 -08:00
Carsten "Tomcat" Book
248f7a3dee
merge mozilla-inbound to mozilla-central a=merge
2016-01-20 15:34:34 +01:00
Carsten "Tomcat" Book
9bc25272bc
merge fx-team to mozilla-central a=merge
2016-01-20 15:30:24 +01:00
Nigel Babu
d1f6c95315
Merge mozilla-central to b2g-inbound a=merge CLOSED TREE
...
--HG--
extra : commitid : 3IS55jlR99r
2016-01-20 14:15:53 +05:30
Nigel Babu
4fa636f373
Merge mozilla-central to fx-team a=merge CLOSED TREE
...
--HG--
extra : commitid : EJrDZIRXDUy
2016-01-20 14:14:13 +05:30
Ryan VanderMeulen
1358cdc9c3
Bug 1240993 - Remove deprecated --download-cache flag from pip invocation, r=bustage, a=bustage
...
CLOSED TREE
--HG--
extra : commitid : 5L9ccwmwNEt
extra : amend_source : 4ef5dfda015f88aeacdfdfe68344896bad2690f2
2016-01-19 22:02:34 -05:00
Carsten "Tomcat" Book
c5e11a57db
Merge mozilla-central to b2g-inbound
2016-01-19 15:24:40 +01:00
Johan Lorenzo
742bdefb2d
Bug 1239293 - [tc-gip] Turn on video recording
...
--HG--
extra : commitid : 9azz6r3xZIr
2016-01-19 09:39:51 +01:00
Nigel Babu
e806014c5e
Backed out 3 changesets (bug 1239373) for xpcshell bustage on emulator
...
Backed out changeset 308b5e2bb5df (bug 1239373)
Backed out changeset 783077fc10a2 (bug 1239373)
Backed out changeset 32e6e21daeda (bug 1239373)
--HG--
extra : commitid : FRAHnToBmu7
2016-01-19 13:16:37 +05:30
Ben Kelly
6c56c9b9be
Bug 1252055 P2 Update tests to verify ServiceWorker object equality. r=ehsan
2016-03-03 19:37:59 -05:00
aleth
09cbf5b978
Bug 1252809 - Followup Bug 1239808 to handle spaces in MOZ_TEST_PACKAGES_FILE. r=jlund
...
--HG--
extra : rebase_source : c6f5e19e43d3fe574f674e97b8f6dd0751712448
2016-03-01 19:33:16 +01:00
Valentin Gosu
ef156107f8
Bug 652186 - Implement URL Standard's backslash replacement - web-platform-tests r=annevk
...
MozReview-Commit-ID: 3MGoQxMjQ4n
--HG--
extra : rebase_source : 555989dae5daee9a74cf0acf78626ef40de2b887
2016-03-03 15:27:40 +01:00
Ehsan Akhgari
38637e2005
Bug 1251872 - Part 1: Implement Request.referrerPolicy; r=jdm
2016-03-03 16:43:55 -05:00
Felipe Gomes
30e8f3918b
Bug 1249845 - Follow-up, add xpi to talos xperf whitelist. r=jmaher
2016-03-03 18:31:39 -03:00
Daisuke Akatsuka
b4e46e7179
Bug 1244638 - Part 2: Throw TypeError if iterationStart is NaN, negative value or Infinity. r=birtles, r=smaug
...
MozReview-Commit-ID: A8zSm6TgwOP
--HG--
extra : rebase_source : 50e88537430cf6cfc5552350a818128f0ff7756f
2016-03-11 18:04:39 +09:00
Daisuke Akatsuka
46e09dcc48
Bug 1244638 - Part 1:implement AnimationEffectTiming iterationStart. r=birtles, r=smaug
...
MozReview-Commit-ID: K9UfNViDMHz
--HG--
extra : rebase_source : 6d521503b0c80b285c7a9bfc0226f17e5648c482
2016-03-11 17:22:32 +09:00