Commit Graph

181075 Commits

Author SHA1 Message Date
Terrence Cole
fdee0d7fb6 Bug 989414 - Allocate Lamba objects in the nursery; r=jonco 2014-05-02 08:39:08 -07:00
Doug Sherk
ae9f140b2b Bug 1002289 - Allow adding/subtracting of BaseSize on BaseRect. r=botond, Bas 2014-05-02 11:22:54 -04:00
Kartikaya Gupta
fd2e8a618b 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
e2d65692a2 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
2c0406341e 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
e19d4d81e6 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
61919fdec8 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
6361ce02c7 Merge m-c to mozilla-inbound 2014-05-02 14:55:29 +02:00
Carsten "Tomcat" Book
d69bb84179 merge fx-team to mozilla-central 2014-05-02 14:52:03 +02:00
Carsten "Tomcat" Book
4641480f38 merge b2g-inbound to mozilla-central 2014-05-02 14:50:16 +02:00
Kartikaya Gupta
3ac891d9ab Bug 1004516 - Add some default-disabled file logging to ActiveElementManager. r=botond 2014-05-02 08:21:57 -04:00
Kartikaya Gupta
19bb9f870e Bug 1004516 - Ensure state is properly cleared in the ActiveElementManager. r=botond 2014-05-02 08:21:57 -04:00
B2G Bumper Bot
9b4db2c7d9 Bumping manifests a=b2g-bump 2014-05-02 00:41:21 -07:00
B2G Bumper Bot
adcc78b5f1 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
a26d326214 Backed out changeset b9ba9a6b8a97 (bug 1004499) for bustage 2014-05-02 08:54:18 +02:00
Andrew Osmond
b8f1f421e9 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
486ead09cb 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
c1d3558434 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
6d52800f4d Bug 996076: Add SIMD.int32x4.{equal,greaterThan,lessThan} to the interpreter; r=nmatsakis 2014-05-02 13:11:13 +02:00
Benjamin Bouvier
738afd16f4 Bug 996076: Preparatory clean-ups, factor out error code; r=nmatsakis 2014-05-02 13:11:04 +02:00
Jonathan Watt
1417abccdd 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
036c7d680d 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
539068b2ec 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
a25803723d 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
83b3ba489f 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
a2b170177a 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
b61ea351fb 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
b196ef85d6 Bumping manifests a=b2g-bump 2014-05-01 21:06:22 -07:00
B2G Bumper Bot
8f09896a87 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
dbb6fbfa93 Merge b2g-inbound to m-c 2014-05-01 18:27:09 -07:00
Wes Kocher
3920794879 Merge fx-team to m-c 2014-05-01 18:16:02 -07:00
B2G Bumper Bot
855e570106 Bumping manifests a=b2g-bump 2014-05-01 16:22:59 -07:00
B2G Bumper Bot
8441746536 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
533a0054cd Bumping manifests a=b2g-bump 2014-05-01 14:51:22 -07:00
B2G Bumper Bot
38171a0fb6 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
20da84132d Bumping manifests a=b2g-bump 2014-05-01 14:21:17 -07:00
Richard Newman
112cffa869 Bug 1003911 - Part 2: don't write null favicons or thumbnails into the DB. r=margaret 2014-05-01 14:19:34 -07:00
Richard Newman
e8b56f089a Bug 1003911 - Part 1: don't try to extract null favicons from the database. r=margaret 2014-05-01 14:19:33 -07:00
B2G Bumper Bot
686153368c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e67a9ece551b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #18869 from KevinGrandon/bug_985237_disable_failing_pinyin_test

Bug 985237 - Disable failing test, keyboard/test/unit/jspinyin_test.js | jspinyin deactivate

========

https://hg.mozilla.org/integration/gaia-central/rev/671be39dd2ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 985237 - Disable failing test, keyboard/test/unit/jspinyin_test.js | jspinyin deactivate
2014-05-01 14:15:48 -07:00
Ryan VanderMeulen
1f54f83606 Backed out changeset 2b48d8dcac21 (bug 995252) for linux debug mochitest-dt failures. 2014-05-01 17:05:34 -04:00
Robert Strong
4fac5a6654 Bug 1004168 - Add an INI file option to prevent requiring a reboot when there are files in use. r=jmathies 2014-05-01 13:15:05 -07:00
B2G Bumper Bot
69a726e333 Bumping manifests a=b2g-bump 2014-05-01 12:32:57 -07:00
B2G Bumper Bot
279680efc2 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3260904fd1bf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 993652 - Disable intermittent failing test, Places tests Search for previously visited URL
2014-05-01 12:30:53 -07:00
B2G Bumper Bot
68b0dff0f7 Bumping manifests a=b2g-bump 2014-05-01 10:36:20 -07:00
B2G Bumper Bot
7d1a2a2593 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c55d4ca164d0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #18846 from KevinGrandon/bug_971543_system2_instantiable_rocketbar

Bug 971543 - [System2] Make Rocketbar instantiable

========

https://hg.mozilla.org/integration/gaia-central/rev/50c83e7e3821
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 971543 - [System2] Make Rocketbar instantiable r=benfrancis
2014-05-01 10:30:55 -07:00
Gijs Kruitbosch
a6766ed6f9 Bug 971096 - followup: remove extra newlines at the bottom, rs=mconley, forgot a review nit, DONTBUILD 2014-05-01 18:08:44 +01:00
Vicamo Yang
0904be8a44 Bug 999458 - 2.d/2: add some more complex test cases for OPL/PNN matching. r=echen 2014-05-02 00:24:12 +08:00
Vicamo Yang
710c3fadc7 Bug 999458 - 2.c/2: 0 <= gsmLocationAreaCode <= 65535. r=echen 2014-05-02 00:24:12 +08:00
Vicamo Yang
1cafec368a Bug 999458 - 2.b/2: add two more utility functions to head.js. r=echen
* setEmulatorGsmLocationAndWait
* setEmulatorOperatorNamesAndWait
2014-05-02 00:24:12 +08:00
Vicamo Yang
de9334e33e Bug 999458 - 2.a/2: re-enable some mobileconnection test cases. r=echen 2014-05-02 00:24:11 +08:00