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

433549 Коммитов

Автор SHA1 Сообщение Дата
Karl Tomlinson 4ca41a6841 bug 1190285 move GraphTime definition to avoid GraphDriver.h includes r=padenot
--HG--
extra : rebase_source : 18cc48140505eff426483c08c1dd4c9c3c0aa909
2015-07-23 11:48:47 +12:00
Karl Tomlinson 0c346a395e bug 1190285 move GetIntervalForIteration() from base class to ThreadedDriver, where it is used r=padenot
--HG--
extra : rebase_source : c34ce851b40d8057ff5ca97cdd5f6f703f8a2af0
2015-07-23 11:30:02 +12:00
Karl Tomlinson fdab75f3a4 bug 1190285 remove unused HaveEnoughBuffered r=padenot
--HG--
extra : rebase_source : 87bfcfb201f57e441adaefccf379c04cad0a2736
2015-07-31 18:54:05 +12:00
Karl Tomlinson 20bf85f5cd bug 1190285 remove unused DispatchWhenNotEnoughBuffered r=padenot
--HG--
extra : rebase_source : 68f91e0b11ecd0c70d6848c7a505b0208c885d0b
2015-07-31 18:46:04 +12:00
Karl Tomlinson 14f2250058 bug 1190285 remove unused GetCurrentTime() r=padenot
--HG--
extra : rebase_source : d976d69b6fd6d6584b6a43214b203608357c7c55
2015-07-23 17:31:32 +12:00
Jean-Yves Avenard 38f40fd819 Bug 1190019: [MSE] P2. Remove cycle between TrackBuffersManager and MediaSourceDemuxer. r=gerald 2015-08-04 16:19:15 +10:00
Jean-Yves Avenard 8905370e55 Bug 1190019: [MSE] P1. Remove cycle between SourceBuffer and TrackBuffersManager. r=cpearce
Instead we use a a ref-counted attribute holder to store those arguments.
2015-08-04 16:19:14 +10:00
Jean-Yves Avenard 7097957d08 Bug 1189776: Store our audio decode time in TimeUnits. r=cpearce
Decode time were stored in number of samples ; which could cause integer overflow when performing the conversion.
2015-08-04 16:19:14 +10:00
Nicholas Nethercote d98d14fa1e Bug 1189156 (part 4) - Don't use enumeration style for nsBaseHashtable::SizeOf{In,Ex}cludingThis(). r=erahm,jfkthame.
After this change, we have ShallowSizeOf{In,Ex}cludingThis(), which don't do
anything to measure children. (They can be combined with iteration to measure
children.)

--HG--
extra : rebase_source : f98420176f50990bbc5a25e35788328154cfeb00
2015-07-30 21:19:57 -07:00
Nicholas Nethercote fea58e7707 Bug 1189156 (part 3) - Factor out FontTable better. r=jfkthame.
--HG--
extra : rebase_source : 696db4f6384229336966ca86fa47faaf21382f1e
2015-07-30 21:15:16 -07:00
Nicholas Nethercote 1059c1de13 Bug 1189156 (part 2) - Don't use enumeration style for nsTHashtable::SizeOf{In,Ex}cludingThis(). r=erahm.
After this change, we have ShallowSizeOf{In,Ex}cludingThis(), which don't do
anything to measure children. (They can be combined with iteration to measure
children.)

And we still have the existing single-arg SizeOf{In,Ex}cluding() functions,
which work if the entry type itself defines SizeOfExcludingThis().

--HG--
extra : rebase_source : f93de9b789c21b1b148bed9de795f663f77c9dd9
2015-07-29 01:50:52 -07:00
Chris Pearce 6e943ecdb3 Bug 1190252 - Remove use of std::ifstream in GMPChild.cpp. r=edwin 2015-08-04 16:06:50 +12:00
Chris Pearce 65798c933d Bug 1190252 - Remove std::string from GMPChild and friends. r=edwin 2015-08-04 16:06:32 +12:00
L. David Baron e3af3797d8 Bug 1187851 patch 3 - Rename nsChangeHint_AddOrRemoveTransform to nsChangeHint_UpdateContainingBlock. r=roc
This is because patch 4 now uses AddAndRemoveTransform hints for changes
that are other than adding and removing a transform.  There's still a
little bit of transform-related stuff there too (which I did make
conditional in patch 2).

--HG--
extra : commitid : DF2FByhoo7E
2015-08-03 20:18:00 -07:00
L. David Baron 8109f0861d Bug 1187851 patch 2 - Cleanup to prepare for making dynamic changes to filter and perspective change fixed position containing block for descendants. r=roc
--HG--
extra : commitid : BOKbXL5V3Bw
2015-08-03 20:18:00 -07:00
L. David Baron d38d0ae93d Bug 1187851 patch 1 - Tests for making dynamic changes to filter and perspective change fixed position containing block for descendants. r=roc
As expected, without the patch in patch 4, the filter and perspective
tests fail, but the added transform test passes.  All the tests pass
locally with patch 4.

--HG--
extra : commitid : DOehuh6hX32
2015-08-03 20:18:00 -07:00
Kan-Ru Chen c39f43550c Bug 1190245 - Make frame script loading and browser-api initialization easier to follow. r=smaug
Load frame script and initialize browser-api at the end of (1) DocShell
creation (2) RemoteBrowser creation (3) SetRemoteBrowser
2015-08-04 11:10:50 +08:00
Kan-Ru Chen 309aa3cc1d Bug 1190245 - Make the MaybeCreateDocShell using code path easier to follow. r=smaug
Don't rely on MaybeCreateDocShell to set mRemoteFrame so we don't have
to call MaybeCreateDocShell in weird places. Instead we set mRemoteFrame
early in the nsFrameLoader constructor. This should still allow us to
switch default remoteness dynamically.
2015-08-04 11:10:50 +08:00
Kan-Ru Chen e547fb4623 Bug 1190245 - Separate mMessageManager creation and FrameScript loading. r=smaug 2015-08-04 11:10:49 +08:00
Ryan VanderMeulen 23cb1eb238 Merge m-c to inbound. a=merge
CLOSED TREE
2015-08-03 23:08:37 -04:00
Wes Kocher b822a1fdfc Backed out 6 changesets (bug 1061525) for mochitest-2 failures in test_BufferedSeek_mp4.html CLOSED TREE
Backed out changeset 5e90b9dab7fa (bug 1061525)
Backed out changeset ef5ce3d6412a (bug 1061525)
Backed out changeset 19c8682665a6 (bug 1061525)
Backed out changeset b48d13edb48d (bug 1061525)
Backed out changeset fae6602192a7 (bug 1061525)
Backed out changeset 5dfbd6e73c7a (bug 1061525)
2015-08-03 19:53:33 -07:00
B2G Bumper Bot 3e2571ea63 Bumping manifests a=b2g-bump 2015-08-03 18:53:04 -07:00
B2G Bumper Bot 08711d908f Bumping manifests a=b2g-bump 2015-08-03 17:32:36 -07:00
B2G Bumper Bot 6cc62192a2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/95e9562f0290
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #30387 from zbraniecki/1170973-move-gallery-to-use-intl

Bug 1170973 - Migrate Gallery from l10n_date to Intl. r=pdahiya

========

https://hg.mozilla.org/integration/gaia-central/rev/7a69a82e2212
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1170973: Migrate Gallery from l10n_date to Intl
2015-08-03 17:30:37 -07:00
B2G Bumper Bot e737044e1a Bumping manifests a=b2g-bump 2015-08-03 15:32:38 -07:00
B2G Bumper Bot d480e3a907 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/345e43d0cb97
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31220 from nullaus/master

Disable apps_list_test.js, perma-failing. a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/a146850a081d
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Disable apps_list_test.js, perma-failing. a=test-only
2015-08-03 15:30:37 -07:00
B2G Bumper Bot 0bc5f3c861 Bumping manifests a=b2g-bump 2015-08-03 15:08:27 -07:00
B2G Bumper Bot 4c25069179 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bb7c30925802
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #31119 from sfoster/ftu-rtl-rules-bug-1188069

Bug 1188069 - Refactor to move RTL overrides next to LRT/defaults. r=nefzaoui

========

https://hg.mozilla.org/integration/gaia-central/rev/fa5a220d980f
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1188069 - Refactor to move RTL overrides next to LRT/defaults

========

https://hg.mozilla.org/integration/gaia-central/rev/b6fd4f7be9ba
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #31145 from sfoster/card-siteicon-bug-1185063

Bug 1185063 - Use AppWindow's getSiteIconUrl in task manager cards. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/decd6d9b3356
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1185063 - Use AppWindow's getSiteIconUrl in task manager cards. r=etienne

* Call AppWindow's getSiteIconUrl to display appropriate icon in cards
* Add exception handling to WebManifestHelper when JSON response is bad.
* Marionette tests for icon display in task manager cards
* Removed orphaned code and unit tests from CardsHelper
2015-08-03 15:06:04 -07:00
B2G Bumper Bot 2be55bfcfd Bumping manifests a=b2g-bump 2015-08-03 14:43:54 -07:00
B2G Bumper Bot a690d2ca50 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ae8824910880
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31219 from nullaus/bug1190317

Bug 1190317 - Update gaia-taskenv docker image to GTK3+. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/c3abccdce119
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1190317 - Update gaia-taskenv docker image to GTK3+. r=me
2015-08-03 14:41:35 -07:00
B2G Bumper Bot bd47466025 Bumping manifests a=b2g-bump 2015-08-03 14:17:38 -07:00
B2G Bumper Bot 01b1bd48fe Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/51616e2770c8
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31217 from nullaus/bug1190317

Bug 1190317 - Update gaia-taskenv docker image to GTK3+. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/94361f828eb8
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1190317 - Update gaia-taskenv docker image to GTK3+. r=me
2015-08-03 14:15:37 -07:00
B2G Bumper Bot 88f18837cc Bumping manifests a=b2g-bump 2015-08-03 13:58:00 -07:00
Ryan VanderMeulen a8432f84c2 Bug 1190385 - Turn off auto-retries for failed Gaia tests on B2G Desktop builds. r=garndt 2015-08-03 16:43:38 -04:00
Ryan VanderMeulen 56f294a5ec Merge inbound to m-c. a=merge 2015-08-03 15:02:19 -04:00
Ryan VanderMeulen 599ac7c3f5 Merge fx-team to m-c. a=merge 2015-08-03 14:58:50 -04:00
Nikhil Marathe 7fe3f37d58 Bug 1190478 - Hide PushEvent.data until we ship message encryption. r=mt,jst
--HG--
extra : commitid : 6i4eexsw50U
extra : rebase_source : 9147a2f5e3996d104ff40e32da3e82ca1cc3917d
2015-08-03 11:04:41 -07:00
Dan Glastonbury b1722601bf Bug 1170845 - Remove WebGL2() exclusion on instanced draw divisor check. r=jgilbert 2015-08-04 10:28:13 +10:00
Daniel Holbert 4c8b6a85e3 Bug 1183786 - Part 4: Drop unnecessary '!!' boolification. r=tn 2015-08-03 17:13:08 -07:00
Daniel Holbert 7f7ddf2033 Bug 1183786 - Part 3: Make nsPresContext helper-function return already_AddRefed instead of bool+outparam. r=tn 2015-08-03 17:13:07 -07:00
B2G Bumper Bot 0f799e1767 Bumping manifests a=b2g-bump 2015-08-03 10:18:15 -07:00
B2G Bumper Bot 0543659896 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5612f302a6b5
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #31174 from albertopq/1188023-arrow

Bug 1188023 - Update arrow to follow the specs r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/b40f2582c1ab
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1188023 - Update arrow to follow the specs

========

https://hg.mozilla.org/integration/gaia-central/rev/f3a1e9878b1f
Author: Manuel Casas <manuel.casasbarrado@gmail.com>
Desc: Merge pull request #30999 from mancas/bug1184451

Bug 1184451 - [Follow-up] Remove uses of mozL10n.get in #open activity

========

https://hg.mozilla.org/integration/gaia-central/rev/6c43e139733b
Author: Manuel Casas <manuel.casasbarrado@gmail.com>
Desc: Bug 1184451 - [Follow-up] Remove uses of mozL10n.get in #open activity
2015-08-03 10:16:12 -07:00
B2G Bumper Bot 721e9ce7c1 Bumping manifests a=b2g-bump 2015-08-03 09:43:05 -07:00
B2G Bumper Bot 1a092e0513 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7fa646f5b633
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31196 from mwargers/1189806

Bug 1189806 - Fix intermittent failure in test_add_to_an_existing_contact_from_messages.py

========

https://hg.mozilla.org/integration/gaia-central/rev/8cd728f6cae8
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1189806 - Fix intermittent failure in test_add_to_an_existing_contact_from_messages.py
2015-08-03 09:40:42 -07:00
Ryan VanderMeulen 9b18006662 Backed out changeset 4a78aef5ef0d (bug 1189911) for Win8 e10s browser_plugin_reloading.js (and more) permafail.
CLOSED TREE
2015-08-03 12:39:54 -04:00
Ryan VanderMeulen f98e582bb3 Backed out changeset 96bb759922a1 (bug 1189543) for frequent crashes/asserts.
CLOSED TREE
2015-08-03 12:32:31 -04:00
B2G Bumper Bot e6010c0614 Bumping manifests a=b2g-bump 2015-08-03 09:13:57 -07:00
B2G Bumper Bot 22ab142eff Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1dc0b86ad387
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #31152 from borjasalguero/ice

Bug 1188899 - [Contacts][NGA] Remove dependency of ICEView with conta…

========

https://hg.mozilla.org/integration/gaia-central/rev/80c99fe075b5
Author: borjasalguero <borja.salguero@gmail.com>
Desc: Bug 1188899 - [Contacts][NGA] Remove dependency of ICEView with contacts.js r=arcturus
2015-08-03 09:11:38 -07:00
Marco Bonardo 9689c3ff22 Backout 85afe1aa3e6f (bug 1092607) for failures in test_PlacesUtils_asyncGetBookmarkIds.js.
--HG--
extra : commitid : 4YFfFFvxeyb
2015-08-03 17:34:07 +02:00
Geoff Brown e2c11b08fe Bug 1184186 - Convert robocop testAboutLogins to mochitest-chrome; r=ally 2015-08-03 09:28:35 -06:00