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

402156 Коммитов

Автор SHA1 Сообщение Дата
Carsten "Tomcat" Book 3823a536a2 Backed out changeset c197752ff132 (bug 1107337) for fixing mn bustage on a CLOSED TREE 2015-01-21 16:46:54 +01:00
Patrick McManus aeeb9d2f8b bug 1102923 test_spdy/test_http2 run-sequentially r=test-only 2015-01-21 10:01:07 -05:00
Carsten "Tomcat" Book 4d0b9273e4 Backed out changeset e6d21c2fa111 (bug 1107336) for breaking Web Platform Reftests on a CLOSED TREE 2015-01-21 16:14:03 +01:00
Carsten "Tomcat" Book a6cfd84dc6 Backed out changeset d1847f46d293 (bug 1107336) 2015-01-21 16:12:28 +01:00
Carsten "Tomcat" Book 6ac5c09770 Backed out changeset c886cd910936 (bug 1107336)
--HG--
rename : testing/marionette/driver/marionette_driver/application_cache.py => testing/marionette/client/marionette/application_cache.py
rename : testing/marionette/driver/marionette_driver/by.py => testing/marionette/client/marionette/by.py
rename : testing/marionette/driver/marionette_driver/date_time_value.py => testing/marionette/client/marionette/date_time_value.py
rename : testing/marionette/driver/marionette_driver/decorators.py => testing/marionette/client/marionette/decorators.py
rename : testing/marionette/driver/marionette_driver/errors.py => testing/marionette/client/marionette/errors.py
rename : testing/marionette/driver/marionette_driver/expected.py => testing/marionette/client/marionette/expected.py
rename : testing/marionette/driver/marionette_driver/geckoinstance.py => testing/marionette/client/marionette/geckoinstance.py
rename : testing/marionette/driver/marionette_driver/gestures.py => testing/marionette/client/marionette/gestures.py
rename : testing/marionette/driver/marionette_driver/keys.py => testing/marionette/client/marionette/keys.py
rename : testing/marionette/driver/marionette_driver/marionette.py => testing/marionette/client/marionette/marionette.py
rename : testing/marionette/driver/marionette_driver/selection.py => testing/marionette/client/marionette/selection.py
rename : testing/marionette/driver/marionette_driver/wait.py => testing/marionette/client/marionette/wait.py
2015-01-21 16:12:13 +01:00
Carsten "Tomcat" Book a34e998db6 Backed out changeset 3c3d31607785 (bug 1107336) 2015-01-21 16:11:55 +01:00
Carsten "Tomcat" Book 15cd83bcf5 Backed out changeset 805dce7ae79f (bug 1107336) 2015-01-21 16:11:42 +01:00
Carsten "Tomcat" Book 8baf30102c Backed out changeset 6aca01a96d37 (bug 1107336) 2015-01-21 16:11:28 +01:00
Carsten "Tomcat" Book 9b7a278cf8 Backed out changeset 9aec81381396 (bug 1107336) 2015-01-21 16:11:13 +01:00
Carsten "Tomcat" Book b038666e4a Backed out changeset 5a2e085824ae (bug 1107336) 2015-01-21 16:10:57 +01:00
Carsten "Tomcat" Book 7137cb17aa Backed out changeset 3c4e0437ace5 (bug 1107336) 2015-01-21 16:10:44 +01:00
Carsten "Tomcat" Book 87ad8029de Backed out changeset 4ac07f1f2998 (bug 1107336) 2015-01-21 16:10:27 +01:00
Kartikaya Gupta 4d8dc1898a Bug 1116586 - Fix hit region for items with rounded corners. r=tn 2015-01-21 09:16:38 -05:00
David Burns 28f424d90b Bug 1107336: update Marionette-Client dependencies to include marionette driver; r=jgriffin
--HG--
extra : rebase_source : 36c159f68debeae4f442035233a90919b06d43b1
2015-01-21 00:32:24 +00:00
David Burns 07a8a918ec Bug 1107336: Update imports for loop tests; r=jgriffin
--HG--
extra : rebase_source : 5bcb1d7f8585033618197eed259688e034361d75
2015-01-16 15:13:26 +00:00
David Burns 19f70f4fb9 Bug 1107336: selection tests imports for marionette; r=jgriffin
--HG--
extra : rebase_source : 807b6f129b932445da3355b11bd3c7ff569c852e
2015-01-09 21:42:06 +00:00
David Burns 03e28488ef Bug 1107336: correct loop imports for marionette; r=jgriffin
--HG--
extra : rebase_source : 3ada170c463cd26221fc67a19b88a1f607ab311c
2015-01-05 21:52:06 +00:00
David Burns f30ab30a20 Bug 1107336: Update imports to new Marionette Driver from runner; r=jgriffin
--HG--
extra : rebase_source : 5c91d5a35bf2707a04cb5b65acfb1a9688f2f3ac
2015-01-05 21:51:03 +00:00
David Burns 9687636fa5 Bug 1107336: update tests not covered by manifest for when they are ready; r=jgriffin
--HG--
extra : rebase_source : 88ec67c56d415ba716a4b062a549732f03868b2d
2014-12-11 15:56:44 +00:00
David Burns be2083e5ac Bug 1107336: Update testsuite targets to make sure MarionetteDriver is available; r=jgriffin
--HG--
extra : rebase_source : 25ec9270b94e4cae73466888a5aa7235b2eebfd2
2014-12-10 23:54:15 +00:00
David Burns 79f2d9d1f3 Bug 1107336: Move marionette code for driving the browser out of the runner; r=jgriffin
--HG--
rename : testing/marionette/client/marionette/application_cache.py => testing/marionette/driver/marionette_driver/application_cache.py
rename : testing/marionette/client/marionette/by.py => testing/marionette/driver/marionette_driver/by.py
rename : testing/marionette/client/marionette/date_time_value.py => testing/marionette/driver/marionette_driver/date_time_value.py
rename : testing/marionette/client/marionette/decorators.py => testing/marionette/driver/marionette_driver/decorators.py
rename : testing/marionette/client/marionette/errors.py => testing/marionette/driver/marionette_driver/errors.py
rename : testing/marionette/client/marionette/expected.py => testing/marionette/driver/marionette_driver/expected.py
rename : testing/marionette/client/marionette/geckoinstance.py => testing/marionette/driver/marionette_driver/geckoinstance.py
rename : testing/marionette/client/marionette/gestures.py => testing/marionette/driver/marionette_driver/gestures.py
rename : testing/marionette/client/marionette/keys.py => testing/marionette/driver/marionette_driver/keys.py
rename : testing/marionette/client/marionette/marionette.py => testing/marionette/driver/marionette_driver/marionette.py
rename : testing/marionette/client/marionette/selection.py => testing/marionette/driver/marionette_driver/selection.py
rename : testing/marionette/client/marionette/wait.py => testing/marionette/driver/marionette_driver/wait.py
extra : rebase_source : 4fa2501172cc1dedf20e2f236b32fe3bbfc30b4f
2014-12-09 20:33:03 +00:00
David Burns 988973a3d8 Bug 1107336: Update layout tests that use marionette to use new Marionette Driver module; r=jgriffin
--HG--
extra : rebase_source : 645d09af73a9072a8c39a4f85cf741fb945a52d1
2014-12-09 20:21:32 +00:00
David Burns 54d0aaf618 Bug 1107337: Update Marionette unit tests to use Marionette Driver modules; r=jgriffin
--HG--
extra : rebase_source : db859b19823fa6b05fe5f529458584f571e4e21d
2014-12-09 20:17:56 +00:00
David Burns cb7df25aff Bug 1107336: Update mach for newly created MarionetteDriver; r=jgriffin
--HG--
extra : rebase_source : 1ca3a7047dbaec3f29ec28e7914db1c9760a6f11
2014-12-09 20:14:23 +00:00
Masatoshi Kimura 9656ec51c3 Bug 895582 - Get rid of MOZ_ENUM_TYPE. r=waldo 2015-01-21 22:35:19 +09:00
Carsten "Tomcat" Book 78e41630e4 Merge mozilla-central to mozilla-inbound 2015-01-21 14:32:34 +01:00
Carsten "Tomcat" Book a2f9315326 merge mozilla-inbound to mozilla-central a=merge 2015-01-21 14:21:49 +01:00
Tom Schuster b3ba254898 Bug 1122913 - Remove object out-parameter from native LookupOwnProperty. r=jorendorff 2015-01-21 14:09:43 +01:00
Robert Longson 2b14e5ff2e Bug 1110337 - Get bounds of image element using maths. r=jwatt 2015-01-21 13:09:45 +00:00
Seth Fowler 3ed3b0f849 Bug 1124072 - Flip on decode-on-draw on APZ platforms. r=tn 2015-01-21 05:07:46 -08:00
Carsten "Tomcat" Book 0792a3297b merge fx-team to mozilla-central a=merge 2015-01-21 14:05:24 +01:00
Robert Longson f5d6a607f5 Bug 1122761 - Avoid dividing by zero when calculating turbulence gradients. r=mstange 2015-01-21 13:01:00 +00:00
Olli Pettay 8d1a51d8ab Bug 1089861 - Don't dispatch activate/deactivate to content window objects., r=masayuki
--HG--
extra : rebase_source : 0a6ba0807afeffdbf15176bb2230293881103314
2015-01-21 13:45:47 +02:00
James Graham 1e8333dd1a Bug 1121563 - Setup environment for certutil correctly when running wpt on OSX, r=ted 2015-01-21 11:46:44 +00:00
Jon Coppeard 951e6e1657 Bug 1088214 - Assert JSCLASS_IMPLEMENTS_BARRIERS is implemented everywhere r=terrence 2015-01-21 10:53:32 +00:00
Jon Coppeard 1b718aa75f Bug 1123394 - Stop spurious re-entry of shell interrupt callback r=shu 2015-01-21 10:53:32 +00:00
Makoto Kato 6067a444b4 Bug 1123547 - Remove old MSVS toolchain support using _CC_SUITE. r=mshal 2015-01-21 17:08:17 +09:00
Bob Owen 8c9dd30f1f Bug 1121479 Part 4: Turn on DLL_SEARCH_ORDER process-level mitigation for the GMP sandbox. r=tabraldes 2015-01-21 07:59:56 +00:00
Bob Owen 86b8e2d513 Bug 1121479 Part 3: Turn on HEAP_TERMINATE process-level mitigation for the GMP sandbox. r=tabraldes 2015-01-21 07:59:56 +00:00
Bob Owen b7d1421bfb Bug 1121479 Part 2: Turn on SEHOP process-level mitigation for the GMP sandbox. r=tabraldes 2015-01-21 07:59:56 +00:00
Bob Owen ac6485a47e Bug 1121479 Part 1: Turn on DEP process-level mitigation for the GMP sandbox. r=tabraldes 2015-01-21 07:59:56 +00:00
B2G Bumper Bot 37f343ebcb Bumping manifests a=b2g-bump 2015-01-20 23:41:15 -08:00
B2G Bumper Bot aa8134caed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ecc956a27479
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #27513 from asutherland/email-uidnext-move

Bug 1116694 - [email/IMAP] moves broken on servers without UIDNEXT support, such as all CoreMail servers (ex: 126.com, 163.com). r=mcav, r=andris9

========

https://hg.mozilla.org/integration/gaia-central/rev/f6a2b5666283
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1116694 - [email/IMAP] moves broken on servers without UIDNEXT support, such as all CoreMail servers (ex: 126.com, 163.com). r=mcav, r=andris9

land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/358
2015-01-20 23:39:38 -08:00
B2G Bumper Bot a1e3b515f1 Bumping manifests a=b2g-bump 2015-01-20 21:42:03 -08:00
B2G Bumper Bot 6bddcd53ba Bumping manifests a=b2g-bump 2015-01-20 21:21:38 -08:00
B2G Bumper Bot 139d28805b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b846f59273c0
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #24151 from jrburke/bug1046799-email-no-ssl-option

Bug 1046799 - Include an option to manually configure email accounts without SSL r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/1fd85d30d269
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1046799 - Include an option to manually configure email accounts without SSL
2015-01-20 21:19:44 -08:00
B2G Bumper Bot fb586c8437 Bumping manifests a=b2g-bump 2015-01-20 21:02:01 -08:00
B2G Bumper Bot f6a17635be Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d3dd75e06b72
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27439 from TheoChevalier/bug-1067557-african-keyboards

Bug 1122328 - Add Finnish (fi), Armenian (hy-AM), Ewe (ee), Lingala (ln)...

========

https://hg.mozilla.org/integration/gaia-central/rev/cebde7797da2
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 1122328 - Add Finnish (fi), Armenian (hy-AM), Burmese (my) to master / Add Ewe (ee), Lingala (ln), Wolof (wo), Igbo (ig), Yoruba (yo), Hausa (ha) and locales to 2.0, add Wolof keyboard + generic keyboard for Africa to 2.0

========

https://hg.mozilla.org/integration/gaia-central/rev/cbb2ee7e5e6c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27431 from ythej/bug_1115243

Bug 1115243

========

https://hg.mozilla.org/integration/gaia-central/rev/41fa57c8a6e2
Author: Vishnu Teja <vish.thej@gmail.com>
Desc: Bug 1115243 - [Messages] message/thread deletion always shows plural in confirm dialog even when only one item is selected r=Steve Chung

========

https://hg.mozilla.org/integration/gaia-central/rev/8b8e69a7d81f
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #27405 from gpgreen/th_844717

Bug 844717 - Add Thai input method for Gaia. R=gpgreen@gmail.com

========

https://hg.mozilla.org/integration/gaia-central/rev/e4a77a3eac86
Author: Greg Green <gpgreen@gmail.com>
Desc: Bug 844717 - Add Thai input method for Gaia. r=rudylu
2015-01-20 21:00:24 -08:00
B2G Bumper Bot 5f4796ff88 Bumping manifests a=b2g-bump 2015-01-20 20:41:33 -08:00
Ekanan Ketunuti 8fc921b016 Bug 1123650 - Add teriyaki to the en-US dictionary. r=ehsan 2015-01-21 09:43:01 +07:00