Jim Blandy
544b219f25
Bug 899757: Make nsServerSocket::InitWithAddress provide more detailed error results. r=mayhemer, r=ted
...
I looked through the NSPR socket creation functions that InitWithAddress
uses to see which errors they could return, and placed appropriate comments
in ErrorAccordingToNSPR.
The test coverage is not great; in particular, I wasn't able to find a way
to elicit "address in use" errors from Windows (although I could from
Linux); the web says that Windows is much more relaxed about binding
listening sockets than Unix derivatives. I'm interested in suggestions.
2013-09-06 08:06:22 -07:00
Jim Blandy
3e52bff456
Bug 899757: Distinguish PR_ADDRESS_NOT_SUPPORTED_ERROR from other network failures. r=mayhemer
...
I broke out this this change on its own, because it seemed to require some care:
PR_ADDRESS_NOT_SUPPORTED_ERROR used to be lumped in with several other NSPR
error codes and reported as NS_ERROR_CONNECTION_REFUSED; and a dumb grep shows
that the NS_ERROR_ is widely checked for. Introducing the distinction might
require the new NS_ERROR_SOCKET_ADDRESS_NOT_SUPPORTED value to be checked for
everywhere that currently checks for NS_ERROR_CONNECTION_REFUSED.
But that seems unlikely to be necessary: first of all, it shouldn't really
be possible, via the XPCOM interface, to force this error path to occur at
present: the components' implementations are in complete control over which
socket address types get used. I also did a Try push with a call to
NS_ABORT if a PR_ADDRESS_NOT_SUPPORTED_ERROR ever flows through
ErrorAccordingToNSPR; there were no crashes.
But if that's so, then why introduce the new error code at all? A later
patch adds support for Unix-domain sockets, a type of socket address which
is *not* supported on non-Unix systems. In that case, a distinct error code
will help people diagnose problems quickly.
2013-09-06 08:06:22 -07:00
Ryan VanderMeulen
8a4bc2e35b
Bug 865516 - Fix ordering of includes in MIRGraph.cpp. r=themaid
...
CLOSED TREE
2013-09-06 10:35:06 -04:00
Hannes Verschore
a2dc2c2217
Bug 909717 - Backout due to orange + style nit orange fix on a CLOSED TREE.
2013-09-06 16:25:35 +02:00
Axel Hecht
1e63de455c
bug 911745, sync browser/locales/all-locales with build configs, r=gavin
2013-09-06 15:57:28 +02:00
Neil Deakin
83eef66c63
Bug 875616, disable titlebar paneltop test on Linux due to unreliable window positioning timing
2013-09-06 09:47:39 -04:00
Neil Deakin
4485d15123
Bug 621399, modal dialog focus tests sometimes fail on Windows 8 so disable them there
2013-09-06 09:47:36 -04:00
Hannes Verschore
0537ad8a62
Bug 913415: Tracelogging: Add support for logging multiple threads + initial support for ion background thread compiler, r=till
2013-09-06 15:30:09 +02:00
Corey Ford
7bb7eca6a1
Bug 886646 - Part 7: Reftests for sticky positioning. r=dbaron
2013-09-06 09:35:16 -04:00
Corey Ford
5db567cbb1
Bug 886646 - Part 6: Implement sticky positioning, calculated on reflow and scroll. r=dbaron, r=dholbert
2013-09-06 09:35:16 -04:00
Corey Ford
367d66a9a7
Bug 886646 - Part 5: Always build a stacking context for sticky positioned elements. r=dbaron
2013-09-06 09:35:16 -04:00
Ed Morley
8a32b9df82
Merge mozilla-central and fx-team
2013-09-06 12:33:41 +01:00
Ed Morley
85b786f40f
Merge mozilla-central and b2g-inbound
2013-09-06 12:32:33 +01:00
Gaia Pushbot
758ce85364
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3a11e24a4550
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11956 from lodr/bug-908207-fix-name-creation
Bug 908207 - Fix name creation taking noting givenName and familyName are arrays.
========
https://hg.mozilla.org/integration/gaia-central/rev/5ce2ac2e36ad
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 908207 - Fix name creation taking noting givenName and familyName are arrays.
2013-09-06 04:30:30 -07:00
Gina Yeh
9f4bfb5397
Bug 906305 - Patch 7: Fix BluetoothHidManager, r=echou
2013-09-06 19:21:48 +08:00
Gina Yeh
8564ab3d30
Bug 906305 - Patch 6: Fix BluetoothA2dpManager, r=echou
2013-09-06 19:21:31 +08:00
Gina Yeh
40c9fe3f0f
Bug 906305 - Patch 5: Fix BluetoothOppManager, r=echou
2013-09-06 19:21:04 +08:00
Gina Yeh
74aca70d8f
Bug 906305 - Patch 4: Fix BluetoothHfpManager, r=echou
2013-09-06 19:20:43 +08:00
Gina Yeh
4ac899ce79
Bug 906305 - Patch 3: Remove BluetoothReplyRunnable in SendInputMessage. Error handling for dbus error, r=echou
2013-09-06 19:20:27 +08:00
Gina Yeh
1d046be039
Bug 906305 - Patch 2: Make parameter service UUID of Connect() optional, r=echou, sr=mrbkap
2013-09-06 19:19:46 +08:00
Gina Yeh
5900851981
Bug 906305 - Patch 1: Implementation of BluetoothProfileController, r=echou
2013-09-06 19:19:25 +08:00
"sasikala.paruchuri"
a4275098e1
Bug 912517 - [Message] Crash occuring in MMS when killing the application while the MMS is sending. r=vicamo
...
Change-Id: I4f91efbd7fdc9f47de8f738b4610ce7f27fa5a92
2013-09-06 19:13:57 +08:00
Yaron Tausky
2e3f2039c4
Bug 676739 - Part 3: Rename js_NumberToString to js::NumberToString. r=luke
2013-09-06 13:05:01 +02:00
Yaron Tausky
ef762819b6
Bug 676739 - Part 2: Migrate from AtomizeString to ToAtom. r=luke
2013-09-06 13:04:56 +02:00
Lucas Rocha
866e82d57a
Bug 911295 - Use empty URL if entering editing mode on startup with no tabs (r=mcomella)
2013-09-06 11:41:36 +01:00
Lucas Rocha
ccd292a25e
Bug 912298 - HomePager's stub and view should not share the same id (r=rnewman)
2013-09-06 11:29:29 +01:00
Gaia Pushbot
7099efdd7d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/da456a9c8d34
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11982 from alivedise/bugzilla/913345/virtualize-homescreen-origin
Bug 913345 - Virtualize homescreen origin, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/d0e2c4cf2a94
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 913345 - Virtualize homescreen origin
2013-09-06 03:20:22 -07:00
Gaia Pushbot
34c40492c6
Bumping gaia.json for 6 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6f06116db805
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #11689 from luke-chang/900907_update_pinyin_ux_merged
Bug 900907 - [Keyboard] Update the pinyin IME layout with UX specification. r=yxl, rudylu.
========
https://hg.mozilla.org/integration/gaia-central/rev/c099c462a905
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 900907 - [Keyboard] Update the pinyin IME layout with the UX specification
- optimize candidates rendering performance
- add candidate panel paging mechanism
- drop traditional chinese support
========
https://hg.mozilla.org/integration/gaia-central/rev/b834c240513b
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #11884 from fabi1cazenave/smsMissingEntity-bug911709
Bug 911709 - [MMS] missing l10n entity
========
https://hg.mozilla.org/integration/gaia-central/rev/f9cbea4ac8f4
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 911709 - [MMS] missing l10n entity
========
https://hg.mozilla.org/integration/gaia-central/rev/ef9cfba20330
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11851 from crh0716/908557
Bug 908557 - Remove the affiliated option r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/bcf920de7d0a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 908557 - Remove the affiliated option
2013-09-06 02:55:24 -07:00
Gaia Pushbot
e926c4582a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fb06382958bf
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11805 from RickyChien/issue-825913
Bug 825913 - Integrate code coverage library in the test agent r=@yurenju
========
https://hg.mozilla.org/integration/gaia-central/rev/e806ded6d59f
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 825913 - Integrate code coverage library in the test agent
2013-09-06 02:45:23 -07:00
Patrick Brosset
3c0f0346ee
Bug 879578 - Re-select last selected node when page is reloaded; r=paul
...
Done at inspector-panel level, this module is not reloaded and is
therefore used now to record the last node (unique css selector)
that has been selected as well as the URL of the page where it has
been selected.
On page reload, an attempt is made to re-select it, otherwise, the
logic implemented previously is executed.
2013-09-06 10:19:35 +01:00
Nicolas Silva
888d6ddf9d
Bug 907745 - Enable the new textures on B2G
2013-09-06 11:08:55 +02:00
Nicolas Silva
a8cd16012b
Bug 912040 - Make sure deallocating shared texture data doesn't race with TextureClient access. r=sotaro
2013-09-06 11:04:50 +02:00
Nicolas Silva
b14d7014f3
Bug 911941 - Prevent TextureClients to be shared by several ImageLayers. r=Bas
2013-09-06 11:03:12 +02:00
Thomas Zimmermann
64da51905b
Bug 912996: Remove memcpy when reading from Unix socket, r=qdot
...
We used to allocate memory on the stack when reading from a file
descriptor and copied the result into an instance of UnixSocketRawData.
This patch
- cleans up the interface of UnixSocketRawData,
- removes the large stack allocation (64KiB), and
- removes the unnecessary memcpy.
Other memcpys for sending data have been moved into the constructor
of UnixSocketRawData.
--HG--
extra : rebase_source : 46ed1c73481732c3f3350bf0bedb56d376c24e98
2013-09-06 10:18:35 +02:00
Thomas Zimmermann
33a5653757
Bug 912996: Fix whitespaces, r=qdot
...
--HG--
extra : rebase_source : 1494c72c57e9e47dd7e082ef39bc264d348b6224
2013-09-06 10:17:55 +02:00
Gaia Pushbot
fae8c661dc
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/28a9c827e510
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Merge pull request #11183 from lissyx/bug894873
Bug 894873 - Notify STK of timeout if user does nothing, r=frsela
========
https://hg.mozilla.org/integration/gaia-central/rev/016d0230525f
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 894873 - Notify STK of timeout if user does nothing, r=frsela
2013-09-06 01:15:25 -07:00
Vicamo Yang
7b3b646ae7
Bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService. r=gene
2013-09-06 16:11:54 +08:00
Vicamo Yang
fb0954cf1f
Bug 907585 [3/3]: some small refinements. r=yoshi
2013-09-06 16:11:49 +08:00
Vicamo Yang
da19d706b3
Bug 907585 [2/3]: Re-implement message listener registration. r=yoshi
2013-09-06 16:11:46 +08:00
Vicamo Yang
efa5361b9b
Bug 907585 [1/3]: B2G RIL - share RilMessageManager. Move to RilMessageManager.jsm. r=yoshi,hsinyi
2013-09-06 16:11:43 +08:00
Vicamo Yang
504ebdb465
Bug 864485 - 3/3: Gonk backend specific. r=hsinyi
2013-09-06 16:11:38 +08:00
Vicamo Yang
3f03665fbf
Bug 864485 - 2/3: DOM & IPC. r=khuey
2013-09-06 16:11:34 +08:00
Vicamo Yang
1ab9fdf1c6
Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey
2013-09-06 16:11:31 +08:00
Gaia Pushbot
afdb5c20f6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/151523c3d149
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11975 from gasolin/issue-910132
Bug 910132 - [Flatfish][Homescreen] add support for large device for por..., r= crdlc
========
https://hg.mozilla.org/integration/gaia-central/rev/a3f7edd8e140
Author: gasolin <gasolin@gmail.com>
Desc: Bug 910132 - [Flatfish][Homescreen] add support for large device for portrait
2013-09-06 00:15:22 -07:00
Gaia Pushbot
b5dc7ee447
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2b5e25fc777c
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11829 from crh0716/900870
Bug 900870 - Register to onpairedstatuschanged and remove bluetooth-pairedstatuschanged system message r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/f13f2966c5fa
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 900870 - Register to onpairedstatuschanged and remove bluetooth-pairedstatuschanged system message
2013-09-06 00:05:22 -07:00
Ms2ger
dbf1208885
Bug 909003 - Part g: Remove some includes in workers; r=bz
2013-09-06 08:43:26 +02:00
Ms2ger
7e4c55fad5
Bug 909003 - Part f: Remove some includes from IDBFactory.h; r=bz
2013-09-06 08:43:23 +02:00
Ms2ger
95b28b0e58
Bug 909003 - Part e: Remove some includes from SpeechGrammarList.h; r=bz
2013-09-06 08:43:19 +02:00
Ms2ger
ffdbcf4823
Bug 909003 - Part d: Remove some includes from nsHistory.h; r=bz
2013-09-06 08:43:16 +02:00
Ms2ger
69d3888665
Bug 909003 - Part c: Remove some includes from WebSocket.h; r=bz
2013-09-06 08:43:12 +02:00