Milan Sreckovic
f60450e005
Bug 1099437 - Part 2: Clean up int vs uint usage. r=nical
2014-11-26 22:00:32 -05:00
Milan Sreckovic
12a0c94814
Bug 1099437 - Part 1: Protect against negative sizes and overflow. r=nical
2014-12-09 13:19:29 -05:00
Luke Wagner
fa85a654b7
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
24f7ba5f6c
Bug 1079387 - Need yield for checkItem to avoid intermittent failures. r=mak
2014-12-09 03:11:00 -05:00
Ryan VanderMeulen
e649209272
Backed out changeset fc5225b5022b (bug 1101478) for causing bug 1103966.
2014-12-10 10:02:17 -05:00
Ryan VanderMeulen
10a05b7a9c
Bug 1108328 - Upgrade SQLite to version 3.8.7.4. r=mak
2014-12-10 10:02:17 -05:00
Kartikaya Gupta
994ed80afc
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
bbfaef694b
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
47cec4a1d9
Bug 1108870: Support ternary conditionals with SIMD operands in asm.js; r=luke
2014-12-10 13:26:06 +01:00
Benjamin Bouvier
5c7fc3839d
Bug 1108807: Group SIMD.js shift tests; r=till
2014-12-10 13:26:00 +01:00
Benjamin Bouvier
38ea6ab216
Bug 1108807: Rename SIMD shifts; r=till
2014-12-10 13:25:49 +01:00
Carsten "Tomcat" Book
c9fd5b9a48
Merge mozilla-central to mozilla-inbound
2014-12-10 13:01:03 +01:00
Georg Fritzsche
d76a5657eb
Bug 1107708 - Fix potential race against clientId loading in TelemetryPing initialization. r=froydnj
2014-12-04 15:13:25 -08:00
Georg Fritzsche
40e893cf6a
Bug 1107686 - Remove redundant task cache check in DataReportingService. r=gps
2014-12-08 12:38:20 +01:00
Jon Coppeard
271e3bdfcf
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
7a2c5e4cd0
Bug 1109283 - Handle failure of nsExpirationTracker::AddObject in the SurfaceCache. r=dholbert
2014-12-10 02:53:47 -08:00
Carsten "Tomcat" Book
eafa787b9f
Backed out changeset ac697e112134 (bug 1105468) for m5 test failures
2014-12-10 11:44:24 +01:00
Bob Owen
61edbfb626
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
29cc2ddc3a
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
0a17f71202
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
de1720c490
Bug 1107339 - Add VP6F and extend MP3 support in libstagefright. r=k17e
2014-12-04 11:54:06 -08:00
Andrew McCreight
5f4aa3219c
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
b12265e338
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
6cc6f7cdce
Bug 1088186 - Index out of range in RecentTabsCursorLoader. r=rnewman
2014-12-06 04:57:00 -05:00
Carsten "Tomcat" Book
cf5d1950fa
Backed out changeset bfee51abf471 (bug 1106569) on request
2014-12-08 14:58:24 +01:00
Carsten "Tomcat" Book
d9d05d0f67
Merge mozilla-central to fx-team
2014-12-08 13:10:11 +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
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
Tim Nguyen
18a06894b0
Bug 1108270
- Convert CSS values in performance.css to CSS variables. r=vporof
2014-12-06 13:06:00 +01: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