Ryan VanderMeulen
8b716a35b2
Backed out changesets ae63e2dda6e0, a9ca0113db3c, and d0a6757e24bd (bug 1097823) for bustage.
...
DONTBUILD CLOSED TREE
2014-12-08 15:00:02 -05:00
Bobby Holley
081dbd1936
Bug 1097823 - Implement Media Promises. r=cpearce
2014-12-08 11:34:50 -08:00
Bobby Holley
a809fdd3f0
Bug 1097823 - Implement MediaTaskQueue::ForceDispatch. r=cpearce
...
This is necessary to have strong guarantees that promises will be resolved.
While we're flushing the task queue, normal dispatch starts to fail,
meaning that we can't dispatch promise resolution. We have 3 options to handle
this:
(A) Never respond to the promise.
(B) Invoke the Resolve/Reject callback synchronously if dispatch fails.
(C) Prevent dispatch from failing.
(C) seems like the option least likely to violate invariants if we can get away
with it. Promise resolution is unlikely to be a heavyweight task in the way that
a decode task might be, so this should hopefully be ok.
Note that this still doesn't help for bonafide task queue shutdown. It's up to
consumers to tear down their MediaPromiseHolders before the task queues are shut
down.
2014-12-08 11:34:50 -08:00
Bobby Holley
8aa19738d9
Bug 1097823 - Move NotDecodedReason from RequestSampleCallback to MediaDecoderReader. r=cpearce
2014-12-08 11:34:50 -08:00
Terrence Cole
6fe27efc84
Bug 1105069 - Part 8: Remove implicit cast from GCCellPtr to js::gc::Cell*; r=jonco, r=mccr8
...
--HG--
extra : rebase_source : 0dfb2314f5d20770b7b92fa9fde23cb6c41f20d8
2014-12-01 22:34:25 -08:00
Terrence Cole
df4c5e7445
Bug 1105069 - Part 7: Convert WeakMapTracer to use GCCellPtr; r=jonco, r=mccr8
...
--HG--
extra : rebase_source : d61c5f00a86472581bedd833fd4fbaf1f6700a0a
2014-12-01 15:06:38 -08:00
Terrence Cole
a693fbeadd
Bug 1105069 - Part 6: Convert IncrementalReferenceBarrier to GCCellPtr; r=jonco
...
--HG--
extra : rebase_source : 008ec53319b44347af7398f07a9753b914a1157e
2014-12-01 15:06:37 -08:00
Terrence Cole
f6a9aced26
Bug 1105069 - Part 5: Convert MarkGCThingAsLive to GCCellPtr; r=jonco
...
--HG--
extra : rebase_source : 19fc003cc5c9796963b8bf54213556e1310ab240
2014-12-01 15:06:37 -08:00
Terrence Cole
fe2ac1d0bc
Bug 1105069 - Part 4: Convert IsIncrementalReferenceBarrierNeededTenuredGCThing to GCCellPtr; r=jonco
...
--HG--
extra : rebase_source : b8b403745c98ec09e29340aa74a801bd633f0483
2014-05-19 14:58:05 -07:00
Terrence Cole
bf54351f2c
Bug 1105069 - Part 3: Convert ExposeGCThingToActiveJS to use GCCellPtr; r=jonco
...
--HG--
extra : rebase_source : 68fc0a09b046eaf0042337d27bceac1de2b26150
2014-05-19 14:58:05 -07:00
Terrence Cole
c6a3264e3c
Bug 1105069 - Part 2: Implement GCCellPtr; r=jonco
...
--HG--
extra : rebase_source : 429ccde74ab4732c864582b776c223b1f81b198c
2014-12-01 14:49:21 -08:00
Terrence Cole
24c51f3bbd
Bug 1105069 - Part 1: Move GCTraceKind from jspubtd to TraceAPI; r=jonco, r=mccr8
...
--HG--
extra : rebase_source : 86fef608628fe2eaa6c6f91e84d90aa9e9baa84d
2014-12-01 14:49:07 -08:00
ProgramFOX
c0a3c730b1
Bug 1107918 - Remove ValueToIntegerRange from jsstr.cpp. r=luke
2014-12-08 13:11:49 -05:00
Ryan VanderMeulen
32cc013bc1
Backed out changesets 916dbe7cf99d and 4ae3b6ea1d85 (bug 1104623) for intermittent leaks in the newly-added test.
2014-12-08 13:11:49 -05:00
Steven Michaud
4933c1b33d
Bug 1083284 - New sandbox rules for Adobe's code fragment. r=areinald
2014-12-08 12:10:14 -06:00
Jeff Muizelaar
b68526fd6a
Bug 1090518. Fix crash during webgl-depth-texture.html conformance test. r=jrmuizel
...
The crash happens because we get a GL error back from glTexImage2D when we try
to glTexImage2D a depth texture in EnsureNoUnitializedImageData. Uploading
glTexImage2D is not supported with the ANGLE_depth_texture extension. We need
to use the framebuffer path.
--HG--
extra : rebase_source : db249208c3f13c05d3f603f85b5614885171a9fb
2014-12-08 11:36:19 -05:00
Jean-Yves Avenard
0ad46e126e
Bug 1107264 - Enable the use of FFmpeg on mac. r=k17e
2014-12-03 14:41:49 -08:00
Zhenbo Li
bab1c58b2c
Bug 1106050
- Fix variable ‘fifoCallbacksRegistered’ set but not used warning. r=njn
2014-12-04 21:30:22 +08:00
Martin Stransky
f0f1357ef4
Bug 1073117 - [gtk3] Use GTK_STYLE_CLASS_VIEW style for selected text rendering. r=karlt
...
It also merges some duplicated colors and adds GTK_STATE_FLAG_FOCUSED for selected text.
2014-12-08 01:35:00 -05:00
Martin Stransky
ff4f3a8ec3
Bug 1073117 - Add new GTK_STATE_FLAG_CHECKED for checkbox rendering. r=karlt
2014-12-02 07:14:00 -05:00
Neil Deakin
bf446d189e
Bug 1060529, send the enabled state of child process commands to the parent on update, now with improved test, r=smaug,ehsan
2014-12-08 08:12:22 -05:00
Neil Deakin
177db62305
Bug 1060529, don't treat a raise of the child process window specially, r=smaug
2014-12-08 08:12:12 -05:00
Carsten "Tomcat" Book
368f1bcefd
Merge mozilla-central to mozilla-inbound
2014-12-08 13:07:44 +01:00
Carsten "Tomcat" Book
9f30102543
merge b2g-inbound to mozilla-central a=merge
2014-12-08 12:58:28 +01:00
Carsten "Tomcat" Book
2113c68303
merge fx-team to mozilla-central a=merge
2014-12-08 12:56:24 +01:00
Carsten "Tomcat" Book
0813821e4d
merge mozilla-inbound to mozilla-central a=merge
2014-12-08 12:48:58 +01:00
Carsten "Tomcat" Book
3f6a15020a
Backed out changeset 2957dcebbfff (bug 1107918) for suspicion of causing memory leaks
2014-12-08 11:03:41 +01:00
Mark Finkle
45f88e0cdd
Bug 1079891 - Search widget minWidth is too big for some phones r=wesj
2014-12-07 16:21:09 -05:00
Victor Porof
7b89fed485
Bug 1107947 - Small reorg of the files in the new performance tool, r=jsantell
...
--HG--
rename : browser/devtools/performance/controller.js => browser/devtools/performance/performance-controller.js
rename : browser/devtools/performance/views/main.js => browser/devtools/performance/performance-view.js
rename : browser/devtools/performance/views/call-tree.js => browser/devtools/performance/views/details-call-tree.js
rename : browser/devtools/performance/views/waterfall.js => browser/devtools/performance/views/details-waterfall.js
2014-12-06 12:08:10 -05:00
Victor Porof
52d79ba92e
Bug 1107945 - The call tree in the new performance tool has a distracting thick top border, r=jsantell
2014-12-06 12:08:10 -05:00
Victor Porof
ef94dfc659
Bug 1107943 - The maker sidebar has some annoying text spacing, r=jsantell
2014-12-06 12:08:10 -05:00
Victor Porof
6c10f9d3bd
Bug 1106409 - Avoid overlap by hiding the 'max' framerate tooltip when the min/max difference is too small, r=jsantell
2014-12-06 12:08:10 -05:00
ffxbld
c15c36922a
No bug, Automated HPKP preload list update from host bld-linux64-spot-132 - a=hpkp-update
2014-12-06 03:20:43 -08:00
ffxbld
3651d911d5
No bug, Automated HSTS preload list update from host bld-linux64-spot-132 - a=hsts-update
2014-12-06 03:20:41 -08:00
B2G Bumper Bot
7d9f18ed2d
Bumping manifests a=b2g-bump
2014-12-05 17:56:58 -08:00
B2G Bumper Bot
d53aab9746
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5f064a62ce5e
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1108099 - merge pull request #26647 from stasm:1108099-format-once to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/c8f4deeaede5
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1108099 - Make formatValue wait for Context.isReady. r=gandalf
2014-12-05 17:52:19 -08:00
Richard Newman
2d5c112fab
Bug 1106347 - Don't die when retrieving over-large favicons from the database. r=mfinkle
2014-12-05 16:54:47 -08:00
Mark Hammond
4df62866d9
Bug 1019985 - followup to address missing review comment, r=adw.
2014-12-05 16:54:10 -08:00
B2G Bumper Bot
bc298dcc0f
Bumping manifests a=b2g-bump
2014-12-05 16:52:01 -08:00
B2G Bumper Bot
9a87297c0b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ca178877d09f
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #26198 from yzen/bug-1069214
Bug 1069214 - added accessibility improvements for day/week view.
========
https://hg.mozilla.org/integration/gaia-central/rev/958d59c4c8e5
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1069214 - added accessibility improvements for day/week view.
2014-12-05 16:47:22 -08:00
Mark Hammond
dbbb0c1748
Bug 1019985 - Create module to drive sync migration process. r=adw
...
--HG--
extra : rebase_source : bfd0ab3dbeb6f230c1f4de88bdf8851560e9a44e
2014-12-05 16:46:16 -08:00
Ryan VanderMeulen
ab5763030e
Merge m-c to b2g-inbound. a=merge
2014-12-05 19:17:04 -05:00
Ryan VanderMeulen
7bc0ec56ea
Merge fx-team to m-c. a=merge
2014-12-05 19:10:22 -05:00
Ryan VanderMeulen
54d5c184fb
Merge inbound to m-c. a=merge
2014-12-05 19:02:53 -05:00
B2G Bumper Bot
9fcbb54ba3
Bumping manifests a=b2g-bump
2014-12-05 15:51:58 -08:00
B2G Bumper Bot
88c99d4f27
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f7ac65df31fb
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #26611 from millermedeiros/1107200-add-account
Bug 1107200 - [Calendar] can't add a new account after removing an account r=yzen
========
https://hg.mozilla.org/integration/gaia-central/rev/b605d1b8cb8a
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1107200 - [Calendar] can't add a new account after removing an account
2014-12-05 15:42:17 -08:00
Tim Taubert
07a67e29b4
Backed out changeset 84c03250d7f6 (bug 1106936)
2014-12-05 14:21:25 -08:00
B2G Bumper Bot
396d9209ae
Bumping manifests a=b2g-bump
2014-12-05 14:01:55 -08:00
B2G Bumper Bot
74d1d6b6cc
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5686a4726b2c
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1108008 - Fix the destination path for the dialer and calendar reference workloads' databases r=jhylands
========
https://hg.mozilla.org/integration/gaia-central/rev/b2ee7022edab
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1095120 - merge pull request #26209 from stasm:1095120-async-format to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/b58c524523c0
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1095120 - Add async mozL10n.format{Value,Entity} methods. r=gandalf
2014-12-05 13:57:15 -08:00
B2G Bumper Bot
f1de0ed519
Bumping manifests a=b2g-bump
2014-12-05 13:17:03 -08:00