Commit Graph

181089 Commits

Author SHA1 Message Date
Jeff Gilbert
580623473c Bug 1003027 - Use temp surface for bad strides. - r=mattwoodrow 2014-05-02 13:22:07 -07:00
Shu-yu Guo
f5a8ef9f00 Bug 1004527 - Don't eliminate MNewDerivedTypedObject from resume points and recover them on bailout. (r=nmatsakis) 2014-05-02 13:04:12 -07:00
Shu-yu Guo
9f05be7013 Bug 1001378 - Don't optimize out argument slots from resume points. (r=nbp) 2014-05-02 13:04:12 -07:00
Josh Aas
7a6994917f Bug 960774: Make ActorDestroy pure virtual on the parent side, require implementation. r=bent 2014-05-02 14:49:02 -05:00
Josh Aas
bba4c769bc Bug 960774: Add ActorDestroy impl for all parent-side actors that don't have one. It will be required soon. r=bent 2014-05-02 13:44:13 -05:00
Benoit Girard
738e3329d4 Bug 1005204 - Enable JSStreamWriterTest. no reviews, just enabling a test. 2014-05-02 13:34:29 -04:00
Jim Blandy
cbe08bbca4 Bug 1004313: Handle partial flushes correctly in nsBufferedOutputStream::WriteSegments. r=mcmanus 2014-05-02 11:32:23 -07:00
Honza Bambas
bbf5d32307 Bug 1004185 - Temporarily turn HTTP cache v2 on for Firefox Desktop users, round 2, r=jduell 2014-05-02 20:15:15 +02:00
Honza Bambas
729ad40cb1 Bug 976171 - crash in mozilla::net::CacheIOThread::LoopOneLevel(unsigned int), r=michal 2014-05-02 20:15:15 +02:00
Michal Novotny
1c148b9414 Bug 913819 - HTTP cache v2: preload several chunks in advance in input stream to speed up reading, r=honzab 2014-05-02 20:15:14 +02:00
Ryan VanderMeulen
f2ecb7a5e2 Backed out changeset 8f4e9cf85af8 (bug 989414) for jit-test failures.
CLOSED TREE
2014-05-02 13:23:23 -04:00
Camilo Viecco
2114fc7458 Bug 951315 - Add telemetry to PK pinning. r=dkeeler 2014-04-30 17:04:00 -07:00
Ehsan Akhgari
76c09e572a Bug 1005036 - Make OSXNotificationInfo not use mozilla::RefCounted; r=josh 2014-05-02 12:42:31 -04:00
Ryan VanderMeulen
1132022fba Bug 608820 - Re-enable browser_bug567127.js on all platforms \m/. 2014-05-02 11:53:14 -04:00
Terrence Cole
51429c2ee2 Bug 989414 - Allocate Lamba objects in the nursery; r=jonco 2014-05-02 08:39:08 -07:00
Doug Sherk
cd98992b0d Bug 1002289 - Allow adding/subtracting of BaseSize on BaseRect. r=botond, Bas 2014-05-02 11:22:54 -04:00
Kartikaya Gupta
a40ee20506 Bug 1002754 - Don't store a pointer to the cross-process compositor parent as it may go bad; pull it on demand instead. r=rbarker, r=botond 2014-05-02 11:12:48 -04:00
Kartikaya Gupta
cbd849c822 Bug 1002754 - Add a more comprehensive mechanism to disable thread assertions in APZ gtests. r=botond 2014-05-02 11:12:47 -04:00
Mark Banner
740f2eb195 Bug 972593, part 2 - Don't deref an always-null pointer in nsStreamConverterService::FindConverter. r=mcmanus 2014-05-02 16:12:32 +01:00
Sylvestre Ledru
d70f71b2d6 Bug 1003975: Fix a minor warning found by scan-build. LLVM/Clang static analyzer. r=nbp 2014-05-02 16:01:02 +02:00
Yura Zenevich
d1b21c6e73 Bug 1001945 - resetting timers to default before each test step. r=marcoz
---
 accessible/tests/mochitest/jsat/dom_helper.js | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
2014-05-02 09:08:03 -04:00
Carsten "Tomcat" Book
e05320cd61 Merge m-c to mozilla-inbound 2014-05-02 14:55:29 +02:00
Carsten "Tomcat" Book
d658fea09a merge fx-team to mozilla-central 2014-05-02 14:52:03 +02:00
Carsten "Tomcat" Book
4961e79878 merge b2g-inbound to mozilla-central 2014-05-02 14:50:16 +02:00
Kartikaya Gupta
939e97ad13 Bug 1004516 - Add some default-disabled file logging to ActiveElementManager. r=botond 2014-05-02 08:21:57 -04:00
Kartikaya Gupta
035ae5b608 Bug 1004516 - Ensure state is properly cleared in the ActiveElementManager. r=botond 2014-05-02 08:21:57 -04:00
B2G Bumper Bot
aad9bde796 Bumping manifests a=b2g-bump 2014-05-02 00:41:21 -07:00
B2G Bumper Bot
c3776e7734 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2796d30073cc
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #18498 from zbraniecki/996291-use-mozl10n-once-in-cal

Bug 996291 - mozL10n bootstrap code cleanup in Calendar. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/ba11f59c13bc
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 996291 - mozL10n bootstrap code cleanup in Calendar; r=kgrandon
2014-05-02 00:35:54 -07:00
Carsten "Tomcat" Book
eaaef89e2e Backed out changeset b9ba9a6b8a97 (bug 1004499) for bustage 2014-05-02 08:54:18 +02:00
Andrew Osmond
2073f8c7b5 Bug 999464 - Standardize on DOMPoint and thus eliminate need for CameraPoint. r=bz, r=mikeh 2014-05-01 15:09:00 -04:00
Benjamin Bouvier
63ea452c89 Bug 996076: Add SIMD.int32x4.{shiftLeft,shiftRight,shiftRightLogical} to the interpreter; r=nmatsakis
--HG--
extra : amend_source : 10d086a2af141bc10d0646b87ccf1b81ecc5fb3e
extra : histedit_source : 16d5d4a0cd5db66621030ff078227fb36d1d5ff8
2014-05-02 13:11:19 +02:00
Benjamin Bouvier
8d99da34c9 Bug 996076: Add SIMD.float32x4.{not,and,or,xor} to the interpreter; r=nmatsakis
--HG--
extra : histedit_source : d7bc3ddbf27314c5a2256c838b3e844cace2630f
2014-05-02 13:11:16 +02:00
Benjamin Bouvier
2126925575 Bug 996076: Add SIMD.int32x4.{equal,greaterThan,lessThan} to the interpreter; r=nmatsakis 2014-05-02 13:11:13 +02:00
Benjamin Bouvier
34be626d58 Bug 996076: Preparatory clean-ups, factor out error code; r=nmatsakis 2014-05-02 13:11:04 +02:00
Jonathan Watt
b4193f7b6d Bug 1004327 - Don't limit the number of significant fractional digits for <input type=number>. r=bz 2014-05-02 10:25:40 +01:00
Rik Cabanier
fd0c04d99c Bug 1004499 - Added code to check if the window should draw a focus ring. r=enndeakin 2014-05-01 11:29:00 +02:00
Ophir LOJKINE
ba35dedd06 Bug 1003539 - change HTMLTableElement::insertRow so that it when no row is present, it adds a row to the last TBODY element of the table; r=bzbarsky 2014-05-01 21:29:23 -04:00
YFdyh000
19449300c8 Bug 1001794 - ""Help, About" does not show proper update channel in 29rc updated on beta channel" r=gavin 2014-04-30 17:03:00 +02:00
J. Ryan Stinnett
e609163c15 Bug 1003620 - Add QR encoder library. r=paul
Imports the QR Code Generator library[1].

The original author is Kazuhiko Arase <arase@d-project.com>.

A copy of the library's MIT license is included.

[1]: https://github.com/kazuhikoarase/qrcode-generator

--HG--
rename : toolkit/devtools/moz.build => toolkit/devtools/qrcode/encoder/moz.build
rename : toolkit/devtools/moz.build => toolkit/devtools/qrcode/moz.build
2014-05-01 13:28:00 +02:00
Garner Lee
700c33e729 Bug 959059: [NFC] CheckP2PRegistration should return error if sessionToken doesn't exist. r=allstars.chh 2014-04-30 10:18:00 +02:00
Siddartha Pothapragada
126c15aded Bug 959059 - B2G NFC: Marionette test to check P2P registration for an incorrect manifest Url. r=allstars.chh 2014-04-30 10:17:00 +02:00
B2G Bumper Bot
812a7791d6 Bumping manifests a=b2g-bump 2014-05-01 21:06:22 -07:00
B2G Bumper Bot
f5839461e2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3e18cbfa2960
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #18868 from staktrace/flashfix

Bug 1004505 - Avoid double-quoting variables, resulting in invalid JSON,  r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/0b18a3b9bb84
Author: Kartikaya Gupta <kgupta@mozilla.com>
Desc: Bug 1004505 - Avoid double-quoting variables, resulting in invalid JSON. r=timdream
2014-05-01 21:00:58 -07:00
Wes Kocher
2f2d66a322 Merge b2g-inbound to m-c 2014-05-01 18:27:09 -07:00
Wes Kocher
39189296b1 Merge fx-team to m-c 2014-05-01 18:16:02 -07:00
B2G Bumper Bot
5bc9cc065b Bumping manifests a=b2g-bump 2014-05-01 16:22:59 -07:00
B2G Bumper Bot
55c7133686 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/689e41080c6c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 985237 - Disable jspinyin_test from TBPL
2014-05-01 16:21:01 -07:00
B2G Bumper Bot
34273f2877 Bumping manifests a=b2g-bump 2014-05-01 14:51:22 -07:00
B2G Bumper Bot
4310c39474 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07a9b9b364c4
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #18707 from Archaeopteryx/email-stringRemoval

Bug 1001817 - [email] remove unused localization strings from Firefox OS 2.0. r=jrburke, r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/56ebe71c017c
Author: Sebastian Hengst <archaeopteryx@coole-files.de>
Desc: Bug 1001817 - [email] remove unused localization strings from Firefox OS 2.0
2014-05-01 14:45:52 -07:00
B2G Bumper Bot
3067ed8297 Bumping manifests a=b2g-bump 2014-05-01 14:21:17 -07:00