Commit Graph

417448 Commits

Author SHA1 Message Date
Aleksandar Zlicic
1dbce85981 Bug 1155185 - IonMonkey MIPS: Fix build failure on MIPS; implement MacroAssemblerMIPS::convertInt32ToDouble(const BaseIndex& src, FloatRegister dest). r=rankov
CLOSED TREE
2015-04-16 15:57:33 +02:00
B2G Bumper Bot
19857c9de9 Bumping manifests a=b2g-bump 2015-04-16 06:49:51 -07:00
B2G Bumper Bot
a0d0cfb8bd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/41e8ee5438c4
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1154695 - merge pull request #29524 from andreastt:remove_invalid_response to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/1ac170a15c24
Author: Andreas Tolfsen <ato@mozilla.com>
Desc: Bug 1154695 - Remove import of InvalidResponseException

r=davehunt
2015-04-16 06:47:40 -07:00
Carsten "Tomcat" Book
dd3bc13bad Merge mozilla-central to b2g-inbound 2015-04-16 12:52:54 +02:00
Carsten "Tomcat" Book
ad1f0f26c7 merge mozilla-inbound to mozilla-central a=merge 2015-04-16 12:35:31 +02:00
Carsten "Tomcat" Book
626f1ee6b8 merge fx-team to mozilla-central a=merge 2015-04-16 12:34:23 +02:00
B2G Bumper Bot
e6cb93c874 Bumping manifests a=b2g-bump 2015-04-16 03:32:31 -07:00
B2G Bumper Bot
fc1661c74d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7311315b339f
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #29497 from rexboy7/1152713-folder-list-temp

Bug 1152173 - [Stingray][Home] Implement folder list. r=dwi2

========

https://hg.mozilla.org/integration/gaia-central/rev/afa581d214f6
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1152173 - [Stingray][Home] Implement folder list
2015-04-16 03:30:20 -07:00
B2G Bumper Bot
78d3d434ca Bumping manifests a=b2g-bump 2015-04-16 02:07:30 -07:00
B2G Bumper Bot
62477255c8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a59ed592f8c2
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1153779 - merge pull request #29525 from albertopq:1153779-sim-dialog to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/c5d99aa43c05
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1153779 - Wrong dialog size with SHB on
2015-04-16 02:05:19 -07:00
Gordon Klaus
37588c7d15 Bug 1155140 - Removed mentions of deleted parameters from test helper documentation. r=mt 2015-04-16 04:56:00 -04:00
Ryan VanderMeulen
b436676846 Bug 1148639 - Touch CLOBBER. 2015-04-17 11:27:03 -04:00
Ehsan Akhgari
99656e22f2 Bug 1155486 - Convert nsDOMAttributeMap::mLocalName to void* to ensure that we can never dereference it; r=baku 2015-04-17 11:15:15 -04:00
Ehsan Akhgari
84769de78a Bug 1155477 - Convert nsINode::Slots::mChildNodes to an nsRefPtr; r=baku
MSVC 7 is no longer supported, so this can now be an nsRefPtr.
2015-04-17 11:15:13 -04:00
Ehsan Akhgari
74e1e2c975 Bug 1155475 - Mark nsINode::Slots::mWeakReference as MOZ_NON_OWNING_REF; r=baku 2015-04-17 11:14:49 -04:00
Ehsan Akhgari
b4d32bd1d4 Bug 1155471 - Mark some members of nsNodeInfoManager as MOZ_NON_OWNING_REF; r=baku 2015-04-17 11:14:48 -04:00
Ehsan Akhgari
3f3e975f18 Bug 1155469 - Mark nsTextEditorState::mTextCtrlElement as MOZ_NON_OWNING_REF; r=baku 2015-04-17 11:14:46 -04:00
B2G Bumper Bot
e1f20403b3 Bumping manifests a=b2g-bump 2015-04-16 01:54:30 -07:00
B2G Bumper Bot
1035f9b954 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3eb2d272915c
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1141973 - merge pull request #29192 from EragonJ:bug-1141973 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/4beaebecad93
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1141973 - make sure we will update the sim security r=Arthur
2015-04-16 01:54:10 -07:00
Thomas Zimmermann
ca73054656 Bug 1154235: Use |snprintf| in Bluetooth utililities, r=btian
The use of |sprintf| is unsafe and generally deprecated. This patch
replaces |sprintf| in the Bluetooth utilities with |snprintf|.
2015-04-16 10:48:21 +02:00
Thomas Zimmermann
f0aea25638 Bug 1154235: Share BluetoothUtils.{cpp,h} between Bluetooth v1 and v2, r=btian
With this patch, Bluetooth v1 and v2 share the same files for
BluetoothUtils.{cpp,h}. Some of the functions are still version specific
and cannot be shared. The v1 variants can be removed after switching to
v2.
2015-04-16 10:48:21 +02:00
Thomas Zimmermann
aadf127b62 Bug 1154235: Move dom/bluetooth/bluetooth2/BluetoothUtils.{cpp,h} to /dom/bluetooth, r=btian
--HG--
rename : dom/bluetooth/bluetooth2/BluetoothUtils.cpp => dom/bluetooth/BluetoothUtils.cpp
rename : dom/bluetooth/bluetooth2/BluetoothUtils.h => dom/bluetooth/BluetoothUtils.h
2015-04-16 10:48:21 +02:00
Thomas Zimmermann
7080f6c772 Bug 1154235: Use |BroadcastSystemMessage| in |BluetoothService::Notify|, r=btian
|BluetoothService::Notify| re-implements |BroadcastSystemMessage|. This
patch replaces this code with a call to the function.
2015-04-16 10:48:21 +02:00
Mark Hammond
6ede6ade80 Bug 1153121 - have the readinglist sync engine log existing local items if trace logging is enabled. r=adw 2015-04-16 16:16:10 +10:00
Mark Hammond
3f8a941dc8 Bug 1152698 - certain readinglist server response codes should cause the sync engine to throw/abort. r=adw 2015-04-16 16:16:10 +10:00
Phil Ringnalda
1c5973f626 Back out 364bc6209cc5 (bug 1134501) for jetpack bustage 2015-04-15 22:08:20 -07:00
B2G Bumper Bot
50202f6d5f Bumping manifests a=b2g-bump 2015-04-15 21:59:51 -07:00
B2G Bumper Bot
42421ca55e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b78b327fdb9f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1150798 - merge pull request #29516 from crh0716:1150798 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/87fa3b1c6e39
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1150798 - Disable the alameda loading timeout in the production build
2015-04-15 21:57:40 -07:00
Shu-yu Guo
22739fb995 Bug 1147939 - The expression decompiler can't assume that it's called directly from script. (r=bhackett) 2015-04-15 21:55:21 -07:00
Shu-yu Guo
c80aabf81b Bug 1152304 - Add displaying of block notes to dis() in the JS shell. (r=jimb) 2015-04-15 21:55:21 -07:00
Shu-yu Guo
379e27b7e6 Bug 1152304 - Record the end of block scope notes to be after emission of JSOP_POPBLOCKSCOPE. (r=jimb) 2015-04-15 21:55:21 -07:00
B2G Bumper Bot
768957820f Bumping manifests a=b2g-bump 2015-04-15 20:52:19 -07:00
B2G Bumper Bot
ea2450fc30 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2511908f59de
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1132666 - merge pull request #28737 from jimporter:music-rtl-tiles to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6d16c741cd1a
Author: Jim <jporter@mozilla.com>
Desc: Bug 1132666 - [RTL][Music] Translated text on music tiles is not right aligned in Arabic
2015-04-15 20:50:08 -07:00
Jared Wein
5ac5ee9fcf Bug 1134501 - UITour: Force page into Reader View automatically whenever the ReaderView/ReadingList tour page is loaded. r=gijs 2015-04-15 23:45:50 -04:00
Dan Mosedale
f989274315 Bug 1155036-standalone display unusable at 640x500, r=mikedeboer 2015-04-16 08:32:41 -07:00
Iaroslav Sheptykin
6315c21a4a Bug 1153509 - Clipping translation notification bar on small screens. r=florian 2015-04-16 17:10:36 +02:00
Florian Quèze
c0ec7b3074 Bug 1152908 - Middle-clicking on a reading list item should open it in a new tab, r=Gijs. 2015-04-16 17:09:20 +02:00
Mike de Boer
39a32f8010 Bug 1152197: update share_button2 label to the updated share_button3 in the Loop conversation window. r=Standard8 2015-04-16 14:09:37 +02:00
Carsten "Tomcat" Book
b79fa6d217 Merge mozilla-central to fx-team 2015-04-16 12:49:21 +02:00
Marco Bonardo
e2d85aa876 Bug 1148466 - Use new keywords API in BookmarkHTMLUtils and BookmarkJSONUtils. r=ttaubert 2015-04-16 12:13:43 +02:00
Wes Kocher
2ad739d2fc Merge m-c to b2g-inbound to prevent W3 permafail 2015-04-15 18:34:33 -07:00
Ryan VanderMeulen
d2077c9b97 Merge m-c to b2g-inbound. a=merge 2015-04-15 21:25:43 -04:00
Ryan VanderMeulen
9ee119c2bd Merge fx-team to m-c. a=merge 2015-04-15 21:23:40 -04:00
Ryan VanderMeulen
4a1793fa7f Merge inbound to m-c. a=merge 2015-04-15 21:22:31 -04:00
Jim Blandy
205761df0c Bug 1155006: Fix unified build sensitivities in js/src. r=shu
--HG--
extra : rebase_source : adc1361db68260d1e7e3ff9c12b827cf3e962b8b
extra : histedit_source : 1e4442a49e57de9213605822370b97d8c25757f0
2015-04-15 17:50:15 -07:00
Jim Blandy
08536cb66d Bug 1155006: Fix unified build sensitivities in js/src/jit. r=shu
--HG--
extra : rebase_source : 51e2461ee971845a73354c721fc9d6cbd7662f50
extra : histedit_source : 1fc6cd77738dd38c85807867edb00ba443addeb0
2015-04-15 17:48:30 -07:00
Bill McCloskey
dff23ab14d Bug 1154465 - Test for add-on compat warnings (r=gabor) 2015-04-15 20:01:13 -07:00
Bill McCloskey
9090527720 Bug 1154465 - Fix add-on shim telemetry (r=gabor) 2015-04-15 20:00:37 -07:00
Valentin Gosu
f2c9e3a737 Bug 1149913 - Disable bug 1093611. Set pref dom.url.encode_decode_hash to true r=honzab 2015-04-16 05:25:10 +03:00
Xidorn Quan
61deda4f23 Bug 1154814 - Move font rules from 'rt' to 'rtc, rt' and make text-emphasis conditional. r=heycam
--HG--
extra : source : 1e1638a97e74b38b9e6fdce36af7371a12abe9d1
2015-04-16 13:42:56 +12:00