Carsten "Tomcat" Book
74134a00c2
Backed out changeset a6673a602500 (bug 1185792) for android crashes
2015-07-30 08:50:52 +02:00
Nicholas Nethercote
87b80f8c66
Bug 1188745 - Rename nsTArray::SizeOfExcludingThis() as ShallowSizeOfExcludingThis(). r=froydnj.
...
This makes it clearer that, unlike how SizeOf*() functions usually work, this
doesn't measure any children hanging off the array.
And do likewise for nsTObserverArray.
--HG--
extra : rebase_source : 6a8c8d8ffb53ad51b5773afea77126cdd767f149
2015-07-28 23:24:24 -07:00
Jean-Yves Avenard
bdf2f8bda7
Bug 1183196: [MSE] P1. Do not overwrite stored init data until known as valid. r=gerald
2015-07-30 15:20:49 +10:00
Jean-Yves Avenard
02c530d98b
Bug 1189138: [MSE] P4. Tell the mediasource demuxer of modified range as early as possible. r=gerald
...
We would only tell our demuxer once a complete media segment had been received.
A partial media append would have unnecessarily delayed pending seeks.
2015-07-30 15:20:43 +10:00
Jean-Yves Avenard
625eecf933
Bug 1189138: [MSE] P3. Properly shift our demuxing index when data is added. r=gerald
...
Should frames be added before our current demuxing position, we must shift the index ; otherwise the next retrieved frames will be the wrong one.
2015-07-30 15:20:38 +10:00
Jean-Yves Avenard
024aff6746
Bug 1189138: P2. Add useful debugging information to logs. r=cpearce
2015-07-30 15:20:19 +10:00
Jean-Yves Avenard
fa43517ced
Bug 1189138: [MSE] P1. Only seek to a position if the trackbuffer contains it. r=cpearce
...
Ignoring the time if it was 0 was a remnant on when Reset() used to call seek and meant to get to the first frame available.
This is no longer relevant, DoSeek is only called when we are explicitly seeking.
2015-07-30 15:20:07 +10:00
Jean-Yves Avenard
e322390421
Bug 1185792: [webm] P2. Enable WebMDemuxer/MediaFormatReader by default. r=kinetik
2015-07-30 15:10:06 +10:00
Jan Gerber
bc5430d2fd
Bug 1185792: [webm] P1. Don't clear mNeedReIndex if GetCachedRanges is emtpy. r=jya
2015-07-30 15:10:05 +10:00
Ehsan Akhgari
547404788d
Bug 1188091 - Fix the exposure of Push interfaces; r=dougt,bzbarsky,nsm
...
Currently we don't check the dom.push.enabled pref in some cases for
some of these interfaces. This patch unifies how all of these
interfaces are exposed to Window, Worker, and ServiceWorker.
2015-07-30 01:06:38 -04:00
Michael Layzell
4fffaa9e34
Bug 602122 - Add a static analysis to find XPCOM classes with duplicate mRefCnt members; r=ehsan
2015-07-30 01:05:06 -04:00
Ehsan Akhgari
f138803ae9
Bug 1189090 - Rework the nsISupports implementation in the ScopeCheckingGetCallback and its subclasses; r=nsm
2015-07-30 01:05:04 -04:00
Mike Conley
20ee63d181
Bug 1145916 - [e10s] Defer starting a GTK Print Job during printer enumeration until the next tick. r=karlt
...
Before, we were calling nsDeviceContextSpecGTK::StartPrintJob within the
gtk_enumerate_printers callback function as soon as we found the printer
we wanted to print from. This was causing the GTK printing backend to get
confused about what the capabilities of the selected printer were when running
in the content process, due to https://bugzilla.gnome.org/show_bug.cgi?id=753041 .
This moves the call to StartPrintJob to the next tick of the event loop.
--HG--
extra : commitid : CZ5P0hh51QC
extra : rebase_source : 279c6c56a2a22b42d5bbf094fd976a4d8f9c8031
2015-07-27 17:11:46 -04:00
Dan Glastonbury
72a8e61619
Bug 1184402 - Part 4: Use WebGLFormat for validation in RenderbufferStorage_base. r=jgilbert
2015-07-30 13:33:39 +10:00
Dan Glastonbury
2ff8750146
Bug 1184402 - Part 3: Add WebGL1 formats when enabling extensions. r=jgilbert
2015-07-30 13:33:38 +10:00
Dan Glastonbury
7a704c1521
Bug 1184402 - Part 2: Added luminance float effective formats
2015-07-30 13:33:37 +10:00
Dan Glastonbury
26afc943c1
Bug 1184402 - Part 1: Rename GetInfo() to GetUsage() for obtaining FormatUsageInfo. r=jgilbert
2015-07-30 13:33:36 +10:00
Wes Kocher
68bcb02c04
Merge m-c to inbound, a=merge
2015-07-29 20:20:59 -07:00
Wes Kocher
1ca8b1de87
Merge b2ginbound to central, a=merge
2015-07-29 20:19:12 -07:00
B2G Bumper Bot
b4ca9f4672
Bumping manifests a=b2g-bump
2015-07-29 20:05:30 -07:00
B2G Bumper Bot
db2e7b5772
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3b5be8b229de
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1184819 - Follow-up, remove unused references to pack- components.
It seems like for some reason the lists.css file was copied into the app. Removing these references from the app helps implementation as it cleans up usage when searching. R=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/26b751c2ec1d
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31168 from nullaus/bug1174901
Bug 1174901 - retry when failing to get output from marionette-mocha.…
========
https://hg.mozilla.org/integration/gaia-central/rev/66bcf0d08940
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1174901 - retry when failing to get output from marionette-mocha. r=gaye
2015-07-29 20:03:32 -07:00
Makoto Kato
1aafef40fe
Bug 1187776 - Add ICU files to B2G desktop. r=glandium
2015-07-30 10:22:37 +09:00
Wes Kocher
10301118e8
Merge inbound to central, a=merge
2015-07-29 18:12:11 -07:00
B2G Bumper Bot
3e40e49ae0
Bumping manifests a=b2g-bump
2015-07-29 14:52:30 -07:00
B2G Bumper Bot
881deb054d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/54f4eb720a72
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31161 from mwargers/1188080_disable
Bug 1188080 - Disable test_rocketbar_offline_behavior.py for now
========
https://hg.mozilla.org/integration/gaia-central/rev/190d20863b77
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1188080 - Disable test_rocketbar_offline_behavior.py for now
2015-07-29 14:50:32 -07:00
Olli Pettay
b78fe270e6
Bug 1188640 - Add ChromeOnly MutationObserver.mergeAttributeRecords to speed up devtools, r=bz,bgrins
...
--HG--
extra : rebase_source : 67b74d33304dde9290bfef73c85885be03e14a7a
2015-07-30 00:23:47 +03:00
Mike Hommey
c776732656
Touch CLOBBER for bug 1186748
2015-07-30 09:18:18 +09:00
Mike Hommey
6314baa69b
Bug 1165512 - Generate one SDK per universal-build architecture. r=mshal
2015-07-30 08:49:31 +09:00
Mike Hommey
56e1e067a3
Bug 1187664 - Don't run gst-plugin-scanner through valgrind, it only leads to irrelevant errors. r=njn
2015-07-30 08:49:30 +09:00
Mike Hommey
3b5bf2f68a
Bug 1187664 - Create a fontconfig cache so that Firefox doesn't have to do it itself when run on build automation. r=mshal
2015-07-30 08:49:29 +09:00
Mike Hommey
5bb3772feb
Bug 1186748 - Switch B2G desktop, ASan, hazard and root analysis builds to Gtk+3. r=mshal
2015-07-30 08:49:29 +09:00
Wes Kocher
8b46dd40ed
Backed out changeset 54a082b01174 (bug 1188197) for various SM and CPP failures CLOSED TREE
...
--HG--
extra : amend_source : ab58a158fa9346c7c2b4991577f14119d0edbad8
2015-07-29 16:46:20 -07:00
Wes Kocher
d883fd1c98
Backed out changeset a5c748f78e97 (bug 1188445)
2015-07-29 16:46:19 -07:00
Wes Kocher
8b30de19e8
Backed out changeset 6eebf397a8c2 (bug 1166041)
2015-07-29 16:46:18 -07:00
Wes Kocher
eababa399f
Bug 1150944 - Fix typo on a CLOSED TREE
2015-07-29 15:53:40 -07:00
Matt Woodrow
5f50822601
Bug 1150944 - Fix windows build bustage. CLOSED TREE
2015-07-29 18:08:07 -04:00
Ryan VanderMeulen
50aa4930d9
Backed out changeset b2562e1376d2 (bug 1187615) for browser_menuButtonFitts.js failures.
2015-07-29 17:06:21 -04:00
Mark Finkle
b576c37bde
Bug 1188609 - Remove mirroring support from RokuApp (Desktop) r=jaws
2015-07-29 16:09:32 -04:00
Mark Finkle
517cb01e92
Bug 1188609 - Remove mirroring support from RokuApp (Android) r=margaret
2015-07-29 16:09:29 -04:00
Mark Finkle
652283505b
Bug 1188609 - Remove mirroring support from RokuApp (Toolkit) r=snorp
2015-07-29 16:09:25 -04:00
Justin Dolske
f53e3e1b92
Bug 1188156 - Turn on locales available in our L10N and Pocket. r=jaws
2015-07-29 12:52:30 -07:00
Robert Strong
639309eb2b
Bug 1151485 - Disable app update xml certificate checks on Linux now that there is mar signing on Linux. r=bbondy
2015-07-29 12:39:56 -07:00
Aus Lacroix
a0d35df25c
bug 1188648 - Bump mozharness revision to latest. r=me
...
--HG--
extra : amend_source : ed342175d4daafb2d26dc76df2c771ed934758ac
2015-07-29 10:17:02 -07:00
Aus Lacroix
95b2920eae
bug 1188648 - Always log gecko output during Gaia JS Integration Tests. r=jgriffin
2015-07-29 10:15:10 -07:00
Terrence Cole
444e5712a9
Bug 1166041 - Wait for nursery sweeping to finish before shutting down; r=jonco
...
--HG--
extra : rebase_source : 69979426eea5b35354b22dc744e794ed33438398
2015-07-29 08:57:14 -07:00
Jessica Jong
11d3d9a5a3
Bug 1167132 - Part 15: [NetworkManager] Move network information into a separate interface (NetworkInterfaceList). r=echen
2015-07-29 02:16:00 -04:00
Jessica Jong
85c1bca780
Bug 1167132 - Part 14: [NetworkManager] Move network information into a separate interface (NetStats). r=ethan
2015-07-29 02:15:00 -04:00
Jessica Jong
3d60b78a00
Bug 1167132 - Part 13: [NetworkManager] Move network information into a separate interface (Necko/NetStats). r=ethan
2015-07-29 02:14:00 -04:00
Jessica Jong
72f310b45b
Bug 1167132 - Part 12: [NetworkManager] Move network information into a separate interface (discovery). r=jryans
2015-07-29 02:13:00 -04:00
Jessica Jong
c0320e5ec5
Bug 1167132 - Part 11: [NetworkManager] Move network information into a separate interface (Gps). r=kanru
2015-07-29 02:12:00 -04:00