Jon Coppeard
a987c71648
Bug 877924 - Always trace IDBFactory owner pointer r=mccr8
...
--HG--
extra : rebase_source : 626301faca90a21a03a9f983f7afe88dbdd9e6e7
2014-11-05 08:44:26 +00:00
Bobby Holley
86a6d12070
Bug 1093020 - Tests. r=karlt
2014-11-05 10:09:00 +01:00
Bobby Holley
99250f7b44
Bug 1093020 - Don't use a buffering wait for MSE. r=cpearce
2014-11-05 10:09:00 +01:00
Bobby Holley
c19b9225dd
Bug 1063323 - Tests. r=cajbir
2014-11-05 10:08:59 +01:00
Bobby Holley
ac5322f469
Bug 1091008 - Reimplement HasLowUndecodedData in terms of GetBuffered. r=cpearce
...
Since GetBuffered now has a sane implementation for MSE, this should
make this function sane for MSE as well.
2014-11-05 10:08:59 +01:00
Bobby Holley
b63e786a99
Bug 1091008 - Remove special handling for MSE in HTMLMediaElement::Buffered. r=cajbir
...
The same code will now be reached by invoking this method on the decoder.
2014-11-05 10:08:59 +01:00
Bobby Holley
0db9b673dd
Bug 1091008 - Implement a sensible GetBuffered override for MediaSourceReader using the existing GetBuffered on MediaSource. r=cajbir
2014-11-05 10:08:59 +01:00
Bobby Holley
bc7157ad5e
Bug 1091008 - Hoist stream pinning into the MediaDecoderReaders and make MediaDecoderStateMachine::GetBuffered just forward to them. r=cpearce
...
Whether or not we ping a stream depends a lot on what kind of decoder we're
dealing with. In particular, it doesn't really make sense for MSE.
2014-11-05 10:08:58 +01:00
Bobby Holley
f48f67daff
Bug 1091008 - Remove the aStartTime argument from MediaDecoderReader::GetBuffered. r=cpearce
...
We now have this stashed on the superclass.
2014-11-05 10:08:58 +01:00
Bobby Holley
04865cf14a
Bug 1091008 - Teach MediaDecoderReader about its start time. r=cpearce
...
Duplicating state is never great, but this lets the reader make calculations
using this immutable state variable without involving the state machine. We
could alternatively punch a hole from MediaDecoderReader to
MediaDecoderStateMachine and access it there, but that would create tighter
coupling, and weird relationships for MSE.
2014-11-05 10:08:58 +01:00
Bobby Holley
93eb6d095d
Bug 1091008 - Factor out IsDataCachedToEndOfResource() into a higher-level question and answer it sensibly for MSE. r=cpearce
2014-11-05 10:08:57 +01:00
Carsten "Tomcat" Book
f94c96cce1
Backed out changeset 2dbf8f6bd2aa (bug 1092446) for suspicion of adding a hazard
2014-11-05 10:04:08 +01:00
Carsten "Tomcat" Book
efe4af0c06
Backed out changeset 5992aea01aff (bug 1091964)
2014-11-05 10:03:06 +01:00
Carsten "Tomcat" Book
dbe7dbf0fe
Backed out changeset 38ca6211d1d4 (bug 1091970)
2014-11-05 10:02:59 +01:00
Anthony Jones
6eab679607
Bug 1094049 - Make GonkDecoderModule use currect display height; r=bwu
2014-11-05 16:18:32 +08:00
Pankaj Malhotra(:bitgeeky)
c93298c79a
Bug 1087682 - Add a manifestparser test for the case where there is no manifest. r=jgriffin
2014-11-04 04:16:00 +01:00
Patrick McManus
fd0b5f37e4
Bug 1092613 - reason phrases for http 207 and 208. r=hurley
2014-11-01 17:27:53 -04:00
Nicholas Hurley
0c437e6935
Bug 1055306 - Make h2 push origin check more correct. r=mcmanus
2014-11-03 16:19:00 +01:00
Jan Beich
c47ea57634
Bug 1041795 - Disable system libs when generating DTrace probes. f=sfink f=ginn.chen
2014-11-04 02:01:00 +01:00
Catalin Badea
769651290f
Bug 982726 - Patch 1.5 - Update getServiced test and fix an assert when the registration has been removed. r=baku
2014-11-04 13:04:00 +01:00
Catalin Badea
ee13876c13
Bug 982726 - Patch 1.4 - Fix second crash scenario caused by a race in PromiseHolder. r=baku
2014-10-30 16:13:00 +01:00
Catalin Badea
1a08ad8743
Bug 982726 - Patch 1.3 - Fix crash caused by a race condition in PromiseHolder. r=baku
2014-10-28 10:29:00 +01:00
Ehsan Akhgari
f2167d5974
Bug 982726 - Part 1.2: Break the cyclic dependency between WorkerScope.h and ServiceWorkerClients.h, and introduce a ToSupports overload for WorkerGlobalScope in order to fix the b2g builds. r=baku
2014-10-27 12:03:00 +01:00
Catalin Badea
f841511972
Bug 982726 - Patch 1.1 - Service Worker: ServiceWorkerClients and Client interfaces with getServiced(). r=baku
2014-10-27 12:03:00 +01:00
Jan Varga
4d373d5e32
Bug 1067568 - Intermittent test_filehandle_readonly_exceptions.html | Assertion count 4 is greater than expected (ASSERTION: We don't know anyting about this file handle?!: 'Error', file dom/filehandle/FileService.cpp, line 234); r=bent
2014-11-05 08:30:21 +01:00
Johnny Stenback
24b6f1a80d
Bug 1093865. Fix regression from bug 1080030, make select with optgroup w/o lable element show up again. r=felipe
...
---
toolkit/modules/SelectContentHelper.jsm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
2014-11-04 23:21:05 -08:00
Wes Kocher
f6a0eb205f
no bug - Fix merge conflict to help open this CLOSED TREE
2014-11-04 20:56:45 -08:00
Wes Kocher
b02f2858d6
Merge m-c to inbound a=merge CLOSED TREE
2014-11-04 20:37:26 -08:00
Wes Kocher
aa88290d8d
Backed out changeset f86dbba73d43 (bug 1047588) under suspicion of adding a hazard on a CLOSED TREE
2014-11-04 20:25:47 -08:00
Wes Kocher
4a1f58b330
Backed out changeset 5e6d8b6023e3 (bug 1092833) under suspicion of ggc bustage on a CLOSED TREE
2014-11-04 20:24:50 -08:00
Wes Kocher
c2dec16d4a
Merge fx-team to m-c a=merge
2014-11-04 19:53:20 -08:00
Wes Kocher
472384d1d6
Merge inbound to m-c a=merge
2014-11-04 18:18:54 -08:00
Chris Pearce
16d46a1e8f
Bug 1090523 - Add more logging to help debug infrequent EME/MSE failure. r=edwin
2014-11-05 15:11:44 +13:00
Brian Hackett
d08dfee91d
Bug 1089665 - Fixup dictionary objects earlier after swapping them, r=billm.
2014-11-04 18:44:03 -07:00
Bill McCloskey
d673d4c30d
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
7260811c53
Bug 1091964 - [e10s] Cache isCallable and isConstructor for CPOWs (r=mrbkap)
2014-11-04 17:39:34 -08:00
Bill McCloskey
edd6c20e5b
Bug 1092446 - [e10s] Allow unprivileged scopes to call content-to-chrome CPOWs (r=bholley)
2014-11-04 17:38:19 -08:00
Masayuki Nakano
1c6b557ffb
Bug 1047588 IMEContentObserver::Init() should take nsIEditor because nsDocShell sometimes hasn't been initialized and nsContentEditor::GetHTMLEditor() fails r=smaug
2014-11-05 10:36:37 +09:00
Brian Hackett
7e118c77aa
Bug 1091329 - Optimize writes to reference members of TypedObjects, r=nmatsakis,jandem.
2014-11-04 18:21:47 -07:00
Pankaj Malhotra(:bitgeeky)
d146c5b08b
Bug 1091270 - Move isURL out of automationutils; r=jgriffin
2014-11-04 16:59:40 -08:00
Bas Schouten
32dc4b5258
Bug 1093696: Call UpdateRenderMode before drawing a frame with OMTC. r=jrmuizel
2014-11-04 22:00:09 +01:00
Bas Schouten
437c7df682
Bug 1093694: Don't allow any graphics features when there's a driver version mismatch. r=jrmuizel
2014-11-04 21:58:59 +01:00
B2G Bumper Bot
b98674a5b6
Bumping manifests a=b2g-bump
2014-11-04 12:21:52 -08:00
B2G Bumper Bot
f922c6c59a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1d0657180991
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #25710 from davidflanagan/bug1088456
Bug 1088456: unload the current video if the view activity is running and we are still in the foreground r=russn
========
https://hg.mozilla.org/integration/gaia-central/rev/eeda93967e4b
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1088456: unload the current video if the view activity is running and we are still in the foreground
2014-11-04 12:15:58 -08:00
Lucas Rocha
4ed19da5c1
Bug 1093621 - Enable new tablet UI by default in Nightly (r=mcomella)
2014-11-04 18:06:08 +00:00
Martyn Haigh
cae0ee860b
Bug 1093192 - Align close button in new tab grid (r=lucasr)
2014-11-04 18:04:08 +00:00
Ryan VanderMeulen
fb3d3a225e
Bug 1080801 - Typo fix to reopen the CLOSED TREE.
2014-11-04 12:47:09 -05:00
Dave Townsend
ee5e012d02
Bug 1093048: Add a string overload to nsIDOMWindowUtils.removeSheet. r=bholley
2014-11-04 09:32:06 -08:00
Brian Grinstead
86854b83a5
Bug 1093374 - Use -moz-appearance: none on TabToolbar to preserve custom background with tab overflow and tabs outside titlebar on OSX;r=dao
2014-11-04 08:52:01 -08:00
Marco Bonardo
3ce1593c28
Bug 1071505 - use constant GUIDs for Places roots (test changes). rs=mano
...
--HG--
rename : toolkit/components/places/tests/migration/places_v6_no_frecency.sqlite => toolkit/components/places/tests/migration/places_v6.sqlite
rename : toolkit/components/places/tests/migration/test_current_from_v10.js => toolkit/components/places/tests/migration/test_current_from_v16.js
rename : toolkit/components/places/tests/migration/test_database_from_v6_no_frecency.js => toolkit/components/places/tests/migration/test_current_from_v6.js
2014-11-04 17:40:41 +01:00