Mike Conley
06775cde8a
Bug 1053981 - use the popup-scrollbars binding for <select> dropdowns in e10s windows. r=ally
2014-12-05 13:10:48 -08:00
Drew Willcoxon
d803d09a32
Bug 1096534 - ContentSearch should load the search URL in the tab sending the search message, not the current tab. r=mak
2014-12-08 11:05:27 -08:00
Jonathan Hao
7523ecd024
Bug 1105201 - [RTSP] Can't play if tap pause/play continuously. r=bechen
2014-12-02 15:59:27 -08:00
Jay Wang
56bf9455a1
Bug 1105452 - Need to use new Audio system APIs for audio offload playback. r=roc, r=jld, r=ggrisco
...
Resolve the build failure caused by API changes
There are some changes in Audio APIs in Android version
21. Modifying the code to use the new APIs.
Change-Id: I24fdeb20f8f957d05fb6c0c317de0a6f0769c347
Resolve seccomp violation caused by syscall 256
Modify the filter to allow syscall 256 (set_tid_address).
Change-Id: I49461770c4c5e70bf68462d34321381b0b7ead0a
2014-12-02 17:10:00 -05:00
Terrence Cole
1bb5471d19
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
6eb606db7f
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
dcf7f9a22d
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
806266015e
Bug 1105069 - Part 5: Convert MarkGCThingAsLive to GCCellPtr; r=jonco
...
--HG--
extra : rebase_source : 19fc003cc5c9796963b8bf54213556e1310ab240
2014-12-01 15:06:37 -08:00
Karl Tomlinson
a8eb079cb4
bug 975782 stop delaying the load event when media fetch has stalled r=cpearce,f=kinetik
...
--HG--
extra : rebase_source : 7e47f1be1b68185377f20c0a8dc5f5f5b70b2938
2014-11-28 18:23:37 +13:00
Milan Sreckovic
714a806fb0
Bug 1099437 - Part 2: Clean up int vs uint usage. r=nical
2014-11-26 22:00:32 -05:00
Milan Sreckovic
a402938525
Bug 1099437 - Part 1: Protect against negative sizes and overflow. r=nical
2014-12-09 13:19:29 -05:00
Luke Wagner
3fb30dd3ff
Bug 1109009 - OdinMonkey: don't increment sp in ARM/MIPS profiling epilogue until activation.fp has been updated (r=dougc)
2014-12-10 09:16:26 -06:00
Hiroyuki Ikezoe
992141750c
Bug 1079387 - Need yield for checkItem to avoid intermittent failures. r=mak
2014-12-09 03:11:00 -05:00
Ryan VanderMeulen
9fd87ba59e
Backed out changeset fc5225b5022b (bug 1101478) for causing bug 1103966.
2014-12-10 10:02:17 -05:00
Ryan VanderMeulen
5d3df25f61
Bug 1108328 - Upgrade SQLite to version 3.8.7.4. r=mak
2014-12-10 10:02:17 -05:00
Kartikaya Gupta
239293451e
Bug 1109263 - Clamp the reftest drawWindow call to the canvas. r=dbaron
...
In some cases the area reported by MozAfterPaint can be extremely large. Since
that area determines what we pass to drawWindow, we could end up trying to
drawWindow an area that is too large for drawWindow to handle. Instead, this
patch clamps that area to the canvas size so that we don't unnecessarily try to
paint (and fail at painting) the whole invalid area.
2014-12-10 07:50:47 -05:00
Benjamin Bouvier
0ea8e1da1f
Bug 1109096: Tweak error message in SIMD load/store arguments checking in Odin; r=luke
2014-12-10 13:26:12 +01:00
Benjamin Bouvier
19e7e66b81
Bug 1108870: Support ternary conditionals with SIMD operands in asm.js; r=luke
2014-12-10 13:26:06 +01:00
Benjamin Bouvier
0a817609b7
Bug 1108807: Group SIMD.js shift tests; r=till
2014-12-10 13:26:00 +01:00
Benjamin Bouvier
fde88e4faa
Bug 1108807: Rename SIMD shifts; r=till
2014-12-10 13:25:49 +01:00
Carsten "Tomcat" Book
2a69ec4f96
Merge mozilla-central to mozilla-inbound
2014-12-10 13:01:03 +01:00
Georg Fritzsche
dd255d2b06
Bug 1107708 - Fix potential race against clientId loading in TelemetryPing initialization. r=froydnj
2014-12-04 15:13:25 -08:00
Georg Fritzsche
a90ac91a78
Bug 1107686 - Remove redundant task cache check in DataReportingService. r=gps
2014-12-08 12:38:20 +01:00
Jon Coppeard
10074da8f7
Bug 1106784 - Restore loop order of background sweeping to hopefully fix Dromaeo regression r=terrence
2014-12-10 11:06:33 +00:00
Seth Fowler
ca0ad05fc2
Bug 1109283 - Handle failure of nsExpirationTracker::AddObject in the SurfaceCache. r=dholbert
2014-12-10 02:53:47 -08:00
Carsten "Tomcat" Book
d47077edcc
Backed out changeset ac697e112134 (bug 1105468) for m5 test failures
2014-12-10 11:44:24 +01:00
Bob Owen
d921ff4edf
Bug 1103946 Part 1: Change --content-sandbox mach / mochitest option to --strict-content-sandbox. r=jmaher
...
Also, change tests that are skipped using (contentSandbox != off) to (strictContentSandbox).
2014-12-10 09:34:03 +00:00
Chris Pearce
e859dcdb44
Bug 1109389 - Don't share task queues with all EMEDecryptors the EME PDM creates. r=kinetik
2014-12-09 20:34:00 +01:00
Jean-Yves Avenard
3b9c59eb6d
Bug 1107339 - Add support for MP4 with VP6F video track (FFmpeg only). r=k17e
2014-12-04 11:58:00 -08:00
Jean-Yves Avenard
9ecccae28a
Bug 1107339 - Add VP6F and extend MP3 support in libstagefright. r=k17e
2014-12-04 11:54:06 -08:00
Andrew McCreight
8d88c3a6f8
Bug 1105468 - OpenFileAndSendFDRunnable::OpenFile needs to ensure we don't release off main thread. r=khuey
...
If any of the file operations fail, we need to ensure we still dispatch to the main thread.
If the dispatch fails, leak the runnable (and the things it owns) rather than crash when we try to release them off main thread.
2014-11-26 13:05:00 +01:00
Alexandre Poirot
cd42d11736
Bug 1100964 - Reset phone while enabling unrestricted devtools mode. r=fabrice, r=sicking
...
--HG--
extra : amend_source : 905e0ea7680baad061c66a0b6dc77dbf23258218
2014-11-26 06:46:00 -05:00
Manu Jain
0aed8dc001
Bug 1088186 - Index out of range in RecentTabsCursorLoader. r=rnewman
2014-12-06 04:57:00 -05:00
Carsten "Tomcat" Book
fdf0750b20
Backed out changeset bfee51abf471 (bug 1106569) on request
2014-12-08 14:58:24 +01:00
Carsten "Tomcat" Book
722a761bad
Merge mozilla-central to fx-team
2014-12-08 13:10:11 +01:00
Carsten "Tomcat" Book
3f9c4792cc
merge b2g-inbound to mozilla-central a=merge
2014-12-08 12:58:28 +01:00
Carsten "Tomcat" Book
372b2adf2a
merge fx-team to mozilla-central a=merge
2014-12-08 12:56:24 +01:00
Carsten "Tomcat" Book
cf57e57455
merge mozilla-inbound to mozilla-central a=merge
2014-12-08 12:48:58 +01:00
Mark Finkle
b894784b22
Bug 1079891 - Search widget minWidth is too big for some phones r=wesj
2014-12-07 16:21:09 -05:00
Victor Porof
907780c2f8
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
d23fd42595
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
37b2cf1f80
Bug 1107943 - The maker sidebar has some annoying text spacing, r=jsantell
2014-12-06 12:08:10 -05:00
Victor Porof
a4c4b22a94
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
Tim Nguyen
866bdbd9b4
Bug 1108270 - Convert CSS values in performance.css to CSS variables. r=vporof
2014-12-06 13:06:00 +01:00
ffxbld
15713eb9bb
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
6e96f60fd3
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
07329b9f0d
Bumping manifests a=b2g-bump
2014-12-05 17:56:58 -08:00
B2G Bumper Bot
7cfb46e63c
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
8f7c48fbe2
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
bcfa00a2e3
Bug 1019985 - followup to address missing review comment, r=adw.
2014-12-05 16:54:10 -08:00