Commit Graph

213965 Commits

Author SHA1 Message Date
Matt Woodrow
f2179de021 Bug 1056441 - Make MediaSourceReader seeking asynchronous. r=kinetik 2014-11-05 13:32:26 +13:00
Matt Woodrow
1be573b7cb Bug 1062661 - Part 1: Discard decoders that don't have any data in them. r=karlt 2014-11-04 11:16:34 +13:00
Matt Woodrow
b6cbee546f Bug 1062661 - Part 1: Fix ResourceQueue::Evict so that it tries to remove enough data to get us under the threshold. r=kinetik 2014-11-04 11:16:31 +13:00
John Daggett
3a23181d0a merge 2014-11-06 13:44:43 +09:00
John Daggett
7450d1f82f Bug 475891 - reftests for unicode-range. r=jfkthame 2014-11-06 13:43:51 +09:00
Wes Kocher
7a4d7fb761 Backed out changeset f28d2350eb43 (bug 1092318) for jsreftest permafails 2014-11-05 20:43:33 -08:00
John Daggett
34ee28c220 Bug 475891 - support unicode-range when matching userfonts (non-linux). r=jfkthame 2014-11-06 13:42:50 +09:00
Mark Hammond
e92e2298a9 Bug 1094526 - remove extra \n chars from xpcshell test output. r=chmanchester 2014-11-06 14:56:32 +11:00
Brian R. Bondy
ceaed296e9 Backout of 53244356f497 because of bug 1088274. r=me 2014-11-05 09:48:32 -05:00
Mike Hommey
716ca947ee Bug 1094037 - Move EXTRA_COMPONENTS and EXTRA_PP_COMPONENTS to the misc tier. r=gps 2014-11-06 09:29:11 +09:00
Bill McCloskey
77c528c7e7 Bug 1091964 - Avoid spurious rooting hazard on a CLOSED TREE 2014-11-05 17:52:38 -08:00
Wes Kocher
1fdc9b5743 Backed out changeset db93b3cbdc17 (bug 1094037) on a CLOSED TREE 2014-11-05 17:22:50 -08:00
Brian Hackett
41dda4a78c Bug 1092318 - Remove unsized array typed objects, r=nmatsakis. 2014-11-05 17:58:35 -07:00
Randell Jesup
c4f5ff1054 Bug 1090415: add *.room.co to screensharing whitelist rs=mreavy 2014-11-05 19:37:28 -05:00
Mike Hommey
df3c4a7b92 Bug 1093499 - Add a -C option to mach build. r=gps
The build system being what it currently is, there are various cases where one
wants something explicit, rather than the current autodetection.

For instance, one may want to run
  make -C $objdir chrome
instead of
  make -C $objdir/chrome
that mach build chrome currently invokes.

There are several such usecases that mach's autodetection makes harder, and
it's sometimes awkward when telling people, to debug their issues, to run
  make -C objdir something
and hear back that objdir doesn't exist or something along those lines,
because they took "objdir" literally.
2014-11-06 09:29:27 +09:00
Mike Hommey
082135fd48 Bug 1094080 - Add missing m4 quoting in MOZ_RUN_ALL_SUBCONFIGURES. r=mshal 2014-11-06 09:29:12 +09:00
Mike Hommey
63068dc27e Bug 1094037 - Move EXTRA_COMPONENTS and EXTRA_PP_COMPONENTS to the misc tier. r=gps 2014-11-06 09:29:11 +09:00
Mike Hommey
6eb6d2074f Bug 1094033 part 2 - Add a "misc" parallel tier where to move parts of the libs tier that can be moved. r=gps 2014-11-06 09:29:11 +09:00
Mike Hommey
5891d89d94 Bug 1094033 part 1 - Consolidate how to add new tiers. r=gps 2014-11-06 09:29:11 +09:00
Eric Faust
c0a85df1d8 Bug 1094265 - |for (const x in []);| should be a SyntaxError. (r=till) 2014-11-05 16:23:20 -08:00
Bill McCloskey
6d500d6132 Bug 1092156 - Add missing comments DONTBUILD (r=bholley) 2014-11-05 17:22:20 -08:00
Robert O'Callahan
88bf4cb220 Bug 1092543. Intersect bufferRect with visibleRect to ensure that the gralloc buffer offset is taken into account. r=sotaro
The patch in bug 1073252 assumed that the gralloc buffer is always at
(0,0,w,h) in layer coordinates, which is incorrect. When intersecting
the gralloc buffer bounds with the visible rect, we need to take the gralloc
buffer's offset (state.mOffset) into account. Fortunately bufferRect already
contains this, so let's just use that.

--HG--
extra : rebase_source : 6187200b29ed2913e335d5a710f1ba38d7b1cf18
2014-11-06 09:59:10 +13:00
Robert O'Callahan
9c502a0a72 Bug 1085186. Don't readahead more than 30s of media data per resource on mobile/B2G. r=cpearce
--HG--
extra : rebase_source : 6fce6b5390d0eb76463db04f7dd72f79b97d39c5
2014-10-21 10:32:11 +13:00
Bill McCloskey
1ff89d2f94 Bug 1092156 - [e10s] Don't use compartment-per-addon if window already associated with add-on (r=bholley) 2014-11-05 17:10:37 -08:00
Bill McCloskey
585433330d Bug 1091970 - [e10s] Cache object tag in add-on shims for remote objects (r=mrbkap) 2014-11-04 17:40:08 -08:00
Bill McCloskey
48611fc2e9 Bug 1091964 - [e10s] Cache isCallable and isConstructor for CPOWs (r=mrbkap) 2014-11-04 17:39:34 -08:00
Bill McCloskey
35b4827734 Bug 1092446 - [e10s] Allow unprivileged scopes to call content-to-chrome CPOWs (r=bholley) 2014-11-04 17:38:19 -08:00
Daniel Holbert
b9f199d39d Bug 1094360: Move nsRuleNode::ComputeTextData's chunk for 'mControlCharacterVisibility' down, to match the style struct's member-var ordering. r=roc 2014-11-05 16:08:30 -08:00
Xidorn Quan
6b52ef9b98 Bug 1094460 - Reorder KTables in nsCSSProps. r=dholbert
--HG--
extra : rebase_source : ccd2b7160158737c2c5fc0434eae5f2efeea428c
2014-11-06 10:14:49 +11:00
Benoit Jacob
e32a9df909 Bug 1093863 - Blacklist D3D on dual Intel/AMD not advertised as such in the registry - r=jrmuizel CLOSED TREE 2014-11-05 17:43:33 -05:00
Wes Kocher
a5f41309e0 Merge m-c to inbound to open this CLOSED TREE 2014-11-05 15:11:43 -08:00
Wes Kocher
74ea7f4d1a Bug 1094312 - Disabling browser_bug553455.js made browser_bug585558.js permafail a=permafail CLOSED TREE 2014-11-05 13:05:26 -08:00
Ryan VanderMeulen
807d5426dd Merge m-c to inbound. a=merge
CLOSED TREE
2014-11-05 15:24:43 -05:00
Tom Schuster
38b3312793 Bug 1091900 - Fix build on CLOSED TREE 2014-11-05 21:19:04 +01:00
Ryan VanderMeulen
75d3ed78f9 Merge fx-team to m-c. a=merge 2014-11-05 14:51:17 -05:00
Ryan VanderMeulen
8d6c07473f Merge b2g-inbound to m-c. a=merge 2014-11-05 14:49:12 -05:00
Tom Schuster
5ab9fec9c7 Bug 1091900 - Remove iteratorObject hook. r=jorendorff 2014-11-05 20:36:49 +01:00
Tom Schuster
d35cbaac21 Bug 1094189 - Remove shell resolver function. r=jorendorff 2014-11-05 20:36:48 +01:00
Ryan VanderMeulen
882da650d5 Merge inbound to m-c. a=merge 2014-11-05 14:04:21 -05:00
Sean Lin
2ecdebe1fc Bug 1091322 - Disable the TV mochitests on Linux debug e10s to wallpaper over gfx shutdown crashes. 2014-11-05 14:03:37 -05:00
Dave Townsend
a85d202575 Bug 1094312: Disable browser_bug553455 for high intermittent failures. 2014-11-05 10:05:57 -08:00
B2G Bumper Bot
613fb7a667 Bumping manifests a=b2g-bump 2014-11-05 08:51:59 -08:00
B2G Bumper Bot
0fbc57e4ba Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b07dbb49ec85
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #25837 from opatinowebrtc/bug1091775_new_images_for_status_bar

Bug 1091775 - network-activity.png framerate is too high (30), should be lower (~4). r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/14f7b6c7c3a4
Author: Oscar PatiƱo <opatinowebrtc@gmail.com>
Desc: bug 1091775 - adding new png files for status bar
2014-11-05 08:45:58 -08:00
B2G Bumper Bot
33da944f3b Bumping manifests a=b2g-bump 2014-11-05 07:51:51 -08:00
B2G Bumper Bot
3306f43878 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0ac0a5dbb8a2
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #25652 from JohanLorenzo/bug-1087926

Bug 1087926 - Add a test to check that a Contact's photo appears when receiving a call

========

https://hg.mozilla.org/integration/gaia-central/rev/2126ab33a375
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1087926 - Add a test to check that a Contact's photo appears when receiving a call

========

https://hg.mozilla.org/integration/gaia-central/rev/3da9c5221a92
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #25622 from Cwiiis/bug1089621-janky-edge-gestures

Bug 1089621 - Improve janky edge gestures. r=etienne,eitan

========

https://hg.mozilla.org/integration/gaia-central/rev/cdc9d1f057e9
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1089621 - Don't call _setActive in setVisibleForScreenReader. r=eitan

Calling _setActive will cause the browser element to repaint, which causes
jank during edge swiping.

========

https://hg.mozilla.org/integration/gaia-central/rev/de8ab25a1836
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1089621 - Add will-change: transform during edge-swipe. r=etienne
2014-11-05 07:45:59 -08:00
Henri Sivonen
cfbff77873 Bug 1088635. r=smaug. 2014-11-05 17:44:37 +02:00
B2G Bumper Bot
c875765971 Bumping manifests a=b2g-bump 2014-11-05 07:32:15 -08:00
B2G Bumper Bot
5ffe08b1a6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ce3251721969
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #25818 from davehunt/bug1074117-clock

Bug 1074117 - Use expected conditions and optimise element lookups in clock app object

========

https://hg.mozilla.org/integration/gaia-central/rev/f4de3cf9da06
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in clock app object. r=fstrugariu
2014-11-05 07:25:52 -08:00
B2G Bumper Bot
90ca1ab90e Bumping manifests a=b2g-bump 2014-11-05 07:02:17 -08:00
B2G Bumper Bot
1225f243a4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4317e50ef5b1
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #25808 from davehunt/bug1074117-calendar

Bug 1074117 - Use expected conditions and optimise element lookups in calendar app object

========

https://hg.mozilla.org/integration/gaia-central/rev/8c15b5b925af
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in calendar app object. r=fstrugariu
2014-11-05 06:55:53 -08:00