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

452600 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 9403734fe8 Bug 1225682 - Don't use nsAuto{,C}String as class member variables in toolkit/. r=froydnj 2015-12-02 11:04:37 +09:00
Mike Hommey b2e31e6ade Bug 1225682 - Don't use nsAuto{,C}String as class member variables in netwerk/. r=mcmanus 2015-12-02 11:04:37 +09:00
Mike Hommey 88221586dd Bug 1225682 - Don't use nsAuto{,C}String as class member variables in js/xpconnect/. r=mccr8 2015-12-02 11:04:37 +09:00
Mike Hommey ce9a5909d1 Bug 1225682 - Don't use nsAuto{,C}String as class member variables in gfx/. r=jrmuizel 2015-12-02 11:04:37 +09:00
Mike Hommey 58b657359f Bug 1225682 - Don't use nsAuto{,C}String as class member variables in dom/media/. r=cpearce 2015-12-02 11:04:37 +09:00
Mike Hommey 9e1150f358 Bug 1225682 - Don't use nsAuto{,C}String as class member variables in docshell/. r=bz 2015-12-02 11:04:37 +09:00
Mike Hommey 2a82df055d Bug 1229293 - Enforce order when setting a HierarchicalStringList, and forbid reassignment. r=gps
The current implementation of HierarchicalStringList allows the following:

   FOO.bar = [
       'foo',
       'bar',
   ]

while

   FOO.bar += [
       'foo',
       'bar',
   ]

would be invalid because of the StrictOrderingOnAppendList enforcement.

It also allows to overwrite the entire list with a subsequent

   FOO.bar = [
	'baz',
   ]

while we've explicitly forbidden such things for every other list.

While in the vicinity, fix HierarchicalStringList._get_export_variable to not
call the HierarchicalStringList constructor uselessly.
2015-12-02 11:04:37 +09:00
Mike Hommey 36bc760ee3 Bug 1228289 - Avoid l10n-check overwriting final package when MOZ_SIMPLE_PACKAGE_NAME is set. r=ted 2015-12-02 11:04:37 +09:00
Mike Hommey 572059374e Bug 1178266 - Link against libatomic when necessary. r=froydnj 2015-12-02 11:04:37 +09:00
Ralph Giles a0a2e12a73 Bug 1229612 - Update rust mp4parse to v0.1.5. r=kinetik
Adds query functions for track metadata.
2015-12-01 17:33:00 -08:00
Wes Kocher cf8498f97a Merge m-c to inbound, a=merge
--HG--
extra : commitid : 7uZvQAK3Zn8
2015-12-01 16:10:04 -08:00
Wes Kocher 541c7a5b69 Merge fx-team to central, a=merge
--HG--
extra : commitid : GoUn7UzWJCi
2015-12-01 16:07:14 -08:00
Eric Faust 0c156b26dc Bug 1229579 - Make class members properly XDR-able. (r=billm) 2015-12-01 15:53:00 -08:00
Wes Kocher 50e8f21d5b Merge inbound to central, a=merge
--HG--
extra : commitid : 9WZlbf1Q29D
2015-12-01 15:43:33 -08:00
Jean-Yves Avenard b9f3760d8a Bug 1229299: Use tail dispatch to notify the mirror of new value. r=bholley
This ensures that tasks are run in the proper order.
2015-12-02 10:41:17 +11:00
Jean-Yves Avenard 87d0bbae43 Bug 1226842: Error rather than asserting when encountering error in sample table. r=gerald 2015-12-02 10:39:50 +11:00
Jean-Yves Avenard 9191c537d3 Bug 1229134: Check that memory allocation actually succeeded. r=gerald 2015-12-02 10:39:49 +11:00
Wes Kocher f619310a07 Backed out 6 changesets (bug 1214812) for kk emulator test bustage
Backed out changeset b36710809f0c (bug 1214812)
Backed out changeset a3b5c66f34e4 (bug 1214812)
Backed out changeset df6d3dc3fca9 (bug 1214812)
Backed out changeset 9f94be2a3c1d (bug 1214812)
Backed out changeset 1eaf9f30b00d (bug 1214812)
Backed out changeset 902b985b3273 (bug 1214812)

--HG--
extra : commitid : LNisZGOtv0q
2015-12-01 15:33:07 -08:00
Wes Kocher 6644a2b74c Merge b2g-inbound to m-c a=merge
--HG--
extra : commitid : FDRkxvrmyTy
2015-12-01 15:20:04 -08:00
Jan de Mooij bb9418628d Bug 1227287 - Fix minor bug with f.arguments and lazy arguments. r=luke 2015-12-01 16:20:36 +01:00
Jan de Mooij 27b63a868f Bug 1225367 - Fix bogus asserts when storing symbols to typed arrays. r=h4writer 2015-12-01 16:17:31 +01:00
Mark Banner c3c17919f1 Bug 1229004 - Rename the libs directory to vendor in browser/extensions/loop/standalone/content. r=dmose
--HG--
rename : browser/extensions/loop/standalone/content/libs/l10n-gaia-02ca67948fe8.js => browser/extensions/loop/standalone/content/vendor/l10n-gaia-02ca67948fe8.js
rename : browser/extensions/loop/standalone/content/libs/l10n-gaia-upstream.txt => browser/extensions/loop/standalone/content/vendor/l10n-gaia-upstream.txt
2015-12-01 14:47:50 +00:00
Gregory Arndt 079fc09f4a Bug 1227355 - Configure b2g-ota branch and add update channel r=wcosta a=b2g-otaneedsthis
--HG--
extra : commitid : LjQCJCv8ZIY
extra : source : ad64115a75ca9a2466e432ebe0149797c24c701e
2015-11-30 20:48:01 -06:00
Carsten "Tomcat" Book f3e1aec951 merge mozilla-inbound to mozilla-central a=merge 2015-12-01 15:25:14 +01:00
Carsten "Tomcat" Book e224f27637 merge fx-team to mozilla-central a=merge 2015-12-01 12:00:42 +01:00
B2G Bumper Bot fdb9a156a6 Bumping manifests a=b2g-bump 2015-11-30 19:26:34 -08:00
B2G Bumper Bot 1d4d5e0ff1 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09d11f2ffa29
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33400 from KevinGrandon/bug_1228449_clock_remove_switches

Bug 1228449 - [Clock] Remove unused switches.css file

========

https://hg.mozilla.org/integration/gaia-central/rev/c30e446ed3b6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1228449 - [Clock] Remove unused switches.css file

========

https://hg.mozilla.org/integration/gaia-central/rev/310cc8ea102d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33430 from KevinGrandon/bug_1147860_contacts_search_test_intermittent

Bug 1147860 - Guard test logic using promise so files are fully loaded

========

https://hg.mozilla.org/integration/gaia-central/rev/a8cfd1f8884e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1147860 - Guard test logic using promise so files are fully loaded r=francisco
2015-11-30 19:25:12 -08:00
Gregory Arndt 59f3c7f5d2 Bug 1227355 - Configure b2g-ota branch and add update channel r=wcosta
--HG--
extra : commitid : DtYIIbkpguT
extra : rebase_source : 8a5e0d3e0c22968c73ecb926ac03a852315641ef
2015-11-30 20:48:01 -06:00
B2G Bumper Bot bfe32a0e21 Bumping manifests a=b2g-bump 2015-12-01 11:35:34 -08:00
B2G Bumper Bot 8ba6e6cc78 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e366e8ecec7
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33449 from gasolin/issue-1228276-2

Bug 1228276 - refactor StorageHelper.showFormatedSize as a module, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/24fa316caa9e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1228276 - refactor StorageHelper.showFormatedSize as a module, r=yzen
2015-12-01 11:35:19 -08:00
B2G Bumper Bot bce25699e1 Bumping manifests a=b2g-bump 2015-12-01 11:15:40 -08:00
B2G Bumper Bot e58d765dcb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f13e5c6dda61
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #33328 from azasypkin/bug-1226555-conversation-split-mode

Bug 1226555 - [Messages] The Conversation split view is not rendered anymore. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/93090f1a769b
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1226555 - [Messages] The Conversation split view is not rendered anymore. r=julien
2015-12-01 11:15:25 -08:00
B2G Bumper Bot a9ebe688d5 Bumping manifests a=b2g-bump 2015-12-01 10:50:04 -08:00
B2G Bumper Bot 3c99c1edf1 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4cc174470ff8
Author: Andreas Tolfsen <ato@mozilla.com>
Desc: Merge pull request #33443 from andreastt/bug_1229011

Bug 1229011 - Make async TCP driver protocol 3 compatible; r=aus

========

https://hg.mozilla.org/integration/gaia-central/rev/e47777c1a95a
Author: Andreas Tolfsen <ato@mozilla.com>
Desc: Bug 1229011 - Make async TCP driver protocol 3 compatible; r=aus

The asynchronous TCP driver in
tests/jsmarionette/client/marionette-client/lib/marionette/drivers/abstract.js
is not compatible with Marionette protocol level 3 that will get
introduced in bug 1211489.

This causes
tests/jsmarionette/runner/marionette-js-runner/test/integration/clientasync.js
to fail with bug 1211489 is applied to Gecko.

To fix this issue we apply the same logic from the synchronous TCP
driver to marshal and unmarshal messages when talking to a protocol
level 3 server.

========

https://hg.mozilla.org/integration/gaia-central/rev/47c3acfbb209
Author: Isabel Rios Escobar <irios@MacBook-Pro-de-Isabel.local>
Desc: Revert "Merge pull request #33392 from isabelrios/Duplicate_phone_number"

This reverts commit 68c7e4103820c3ce3de2ce3b9d8e145fdc67c0aa, reversing
changes made to 76c2dacbcff176563bfdf8068655bb438f49fe55.
2015-12-01 10:49:48 -08:00
B2G Bumper Bot 0b5184aa46 Bumping manifests a=b2g-bump 2015-12-01 09:09:40 -08:00
B2G Bumper Bot d9666a876a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/980f135a6af6
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #33210 from mikehenrty/bug-1221876-disable-root-settings-test

Bug 1221876 - Disable root_settings_test.js while a fix is incoming

========

https://hg.mozilla.org/integration/gaia-central/rev/b8898d141e40
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1221876 - Disable root_settings_test.js while a fix is incoming
2015-12-01 09:08:16 -08:00
B2G Bumper Bot 455e7f373f Bumping manifests a=b2g-bump 2015-12-01 08:45:36 -08:00
B2G Bumper Bot e4a839994f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c014d67432aa
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #33465 from arcturus/bug-1219641

Bug 1219641 - Implement *test_delete_all_contacts.py* as an integrati…

========

https://hg.mozilla.org/integration/gaia-central/rev/85c727c8c778
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1219641 - Implement *test_delete_all_contacts.py* as an integration test in JavaScript r=jlorenzo
2015-12-01 08:44:04 -08:00
B2G Bumper Bot c5da010650 Bumping manifests a=b2g-bump 2015-12-01 07:15:33 -08:00
B2G Bumper Bot ef39bcf02d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c0a9ca077eb9
Author: isabelrios <isabelrios@gmail.com>
Desc: Merge pull request #33392 from isabelrios/Duplicate_phone_number

Bug 1228294 - Verify that the duplicates found screen is shown

========

https://hg.mozilla.org/integration/gaia-central/rev/65cf787b892d
Author: Isabel Rios Escobar <irios@MacBook-Pro-de-Isabel.local>
Desc: Bug 1228294 - Verify that the duplicates found screen is shown

adding the missing file

adding the missing file

completing the test

addressing pr comments

return class and tests affected

change in tap_update

========

https://hg.mozilla.org/integration/gaia-central/rev/7ca802ed401d
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33439 from ferjm/bug1227593.syncengine.shared

Bug 1227593 - Sync engine shared lib. r=michielbdejong

========

https://hg.mozilla.org/integration/gaia-central/rev/b3a37b948db3
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1227593 - Sync engine shared lib. r=michielbdejong
2015-12-01 07:13:59 -08:00
Carsten "Tomcat" Book 31b570ce3c Merge mozilla-central to b2g-inbound 2015-12-01 15:28:29 +01:00
Carsten "Tomcat" Book 207c64c6c1 Backed out changeset f4348b2f5c5f (bug 1223678) for bustage
--HG--
extra : rebase_source : 1e7bf92b54ceff74b6eee2143a2f82434af1e8e3
2015-12-01 15:01:36 +01:00
B2G Bumper Bot 400e056d0d Bumping manifests a=b2g-bump 2015-12-01 04:15:35 -08:00
B2G Bumper Bot 5de2ce5f40 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c8d9d65c4ca
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #33447 from zbraniecki/1228056-use-normalizedDate-for-dateFormatting

Bug 1228056 - Use normalized date for date formatting in Contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/48e14c9f5e61
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: t Bug 1228056 - Use normalized date for date formatting in Contacts
2015-12-01 04:13:58 -08:00
Wes Kocher a9f3d0548f Merge m-c to b2ginbound, a=merge
--HG--
extra : commitid : 9iU9jlQA1EL
2015-11-30 17:47:26 -08:00
Wes Kocher c2bb30818f Merge fx-team to central, a=merge
--HG--
extra : commitid : DAAe5Px3YqH
2015-11-30 17:44:10 -08:00
B2G Bumper Bot 4e0d00b8a4 Bumping manifests a=b2g-bump 2015-11-30 16:34:32 -08:00
B2G Bumper Bot 8447038c80 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ce0a44cd1591
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33408 from gasolin/issue-1163205

Bug 1163205 - remove the focus when user open an external link, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/effb541b0ccb
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1163205 - remove the focus when user open an external link, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/6d11d82b206b
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33401 from gasolin/issue-1228265

Bug 1228265 - Remove unused functions in util.js, r=yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/8cdd4d73c73b
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1228265 - Remove unused functions in util.js, r=yzen
2015-11-30 16:33:10 -08:00
B2G Bumper Bot c78125da53 Bumping manifests a=b2g-bump 2015-11-30 13:26:34 -08:00
B2G Bumper Bot c9188f753f Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/183b45c6d967
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33444 from sfoster/ftu-date-format-bug-1228144

Bug 1228144 - Use toLocaleString when updating date. r=zbraniecki

========

https://hg.mozilla.org/integration/gaia-central/rev/402755199d40
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1228144 - Use toLocaleString when updating date. r=zbraniecki

========

https://hg.mozilla.org/integration/gaia-central/rev/1eecd7f22dd6
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33347 from sfoster/ftu-curtainup-gij-bug-1227705

Bug 1227705 - Use waitForCurtainUp before interacting in tests. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/2a9c76e8f81e
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1227705 - Use waitForCurtainUp/waitForFtuReady before interacting in tests. r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/aa13cb19a78e
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33326 from michielbdejong/1181687-MockLazyLoader-Promises

Bug 1181687 - Use real Promises in MockLazyLoader, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/4e47990e1a61
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1181687 - Use real Promises in MockLazyLoader, r=ferjm
2015-11-30 13:25:11 -08:00