Thomas Zimmermann
c3746ccd8e
Bug 830290: Added dispatch function for DBus thread r=bent,qdot
...
The new function allows to schedule nsRunnables to an existing DBus
thread. This intercepts the running instance of DBusPollTask and
makes the DBus thread process the dispatched runnable. The intercepted
poll task automatically continues polling once all pending runnables
have been processed.
2013-01-14 11:50:27 +01:00
Thomas Zimmermann
3a688cbcb3
Bug 830290: Use DBusPollTask r=bent,qdot
...
This patch replaces the DBus EventLoop function by an instance
of DBusPollTask. It also cleans up the initialization and shutdown
code of the DBusThread.
2013-01-14 11:50:25 +01:00
Thomas Zimmermann
bff7e9cbcf
Bug 830290: Added DBusPollTask r=bent,qdot
...
This patch adds class DBusPollTask. The DBusPollTask class is an
nsRunnable for receiving DBus messages. It is intended to run in
a separate thread that is dedicated to DBus only.
The Run function of the poll task resembles the DBus EventLoop
function, but allows to intercept execution in favor of other
nsRunnables. Afterwards the DBusPollTask continues.
2013-01-14 11:50:21 +01:00
Thomas Zimmermann
2a57c5d12a
Bug 830290: Cleanup DBus EventLoop function r=bent,qdot
...
We intent to run the DBus thread's EventLoop function as separate
nsRunnable, but the function also contains code for initializing
sockets that are used for internal communication.
With this patch the socket initialization has been moved to the
setup function. This reduces the EventLoop function to plain event
handling.
2013-01-14 11:50:18 +01:00
Reuben Morais
db654426c4
Bug 877003 - Convert TestSettingsAPI.cpp to a mochitest-chrome. r=fabrice
...
--HG--
extra : rebase_source : c8807e7651ad1493008832345a74b82da4c6333c
2013-05-31 15:28:46 -07:00
Reuben Morais
de25571156
Bug 877777 - Take into consideration entire givenName/familyName array when sorting contacts. r=bent
...
--HG--
extra : rebase_source : b5752c08613314fd206caf73921538094d86e670
2013-05-31 15:28:00 -07:00
Reuben Morais
461f6e8462
Bug 874501 - Don't translate letters to numbers when finding contacts. r=bent
...
--HG--
extra : rebase_source : 5d5a6904aea2430c0521fa6ca3d898c5ce3ab6b2
2013-05-28 15:38:11 -07:00
Ryan VanderMeulen
45004d7b0f
Merge m-c to birch.
2013-05-31 16:13:11 -04:00
Ehsan Akhgari
cd8af7ed45
Backed out changeset cfca6afaaf9b (bug 865806) because it doesn't speak the secret phrase "nsIDocumentInlines.h" (on a CLOSED TREE, because that's how I roll)
2013-05-31 13:08:55 -04:00
Ryan VanderMeulen
44e346e019
Merge m-c to inbound.
2013-05-31 12:14:01 -04:00
Ryan VanderMeulen
63cc0f3f40
Backed out changeset 662f6427c909 (bug 872890) for debug bustage.
2013-05-31 12:12:41 -04:00
Ryan VanderMeulen
bb504e6c5e
Merge birch to m-c.
2013-05-31 11:22:14 -04:00
Phil Ringnalda
ea17398276
Back out dc76402b8471 (bug 844288) on suspicion of breaking dep builds
...
CLOSED TREE
2013-05-31 07:39:56 -07:00
Justin Lebar
5addd9536f
Bug 762329 - Add an extra check to browserElement_LoadEvents.js. r=vingtetun
...
A long time ago this check failed in-process, but it seems to work now.
--HG--
extra : rebase_source : 5eea1b1d16a616d32be6ad61a8e661645cdec959
2013-05-31 00:14:16 -04:00
Eric Chou
0438e0ed5c
Bug 878005 - Send system message 'ATD>' to Gaia instead of sending 'BLDN' when receive 'ATD>' from headset, r=gyeh
2013-05-31 20:43:18 +08:00
Eric Chou
0e356d56bb
Bug 875677 - Modify the logic of sending 'callheld' indicator to fit HFP 1.6, r=gyeh
...
According to HFP spec 1.6, we should update callheld status very carefully when
the status of other calls are changed.
2013-05-31 21:49:42 +08:00
Ryan VanderMeulen
1511584eb7
Merge m-c to birch.
2013-05-31 12:14:41 -04:00
Alexandre Lissy
163fa9a136
Bug 875390 - Add MMSC and/or MMS Proxy specific host routes via MMS APN. r=vyang
...
MMS sending has been failing because often the default network route was
not going through the MMS APN. This commit adds specific host route via
the correct network interface for either MMSC or MMS proxy depending on
the carrier information. We also perform DNS resolution to cope with
MMSC/proxy that are using FQDN.
2013-05-31 10:14:45 +02:00
Gregor Wagner
4919cec0d3
Bug 872983 - event.settingValue in mozSettings.onsettingchange gives wrong value. r=fabrice
2013-05-31 11:42:10 -04:00
Shawn Huang
b051c36564
Bug 872890:Reset HFP call array when RIL reports NotifyError(), r=echou
2013-05-31 11:07:21 +08:00
Ehsan Akhgari
2f767e9604
Bug 865806 - Part 2: Prefer to look at <body> instead of <html> when determining whether the background color of a page is dark or not; r=roc
...
This seems to be a slightly better heuristic to follow the CSS Rendering code
in all cases, since the background color for the body element often overrides
that of the html element.
--HG--
extra : rebase_source : 6c0dba10c1ac4f08914632179e15c13c2ff271aa
2013-05-30 22:23:49 -04:00
Scott Johnson
fe9e70e605
Bug 730559: Limit the number of columns during layout of column sets to prevent hang. [r=mats]
...
In nsRuleNode, when we parse a number of columns from a CSS style sheet, we enforce
a rule that the number of columns cannot exceed 1000. This patch simply enforces
the same rule when we decide that the column count will be generated based on
the available width (e.g. the column-count property has a value of 'auto').
2013-05-31 10:51:43 -05:00
Ryan VanderMeulen
6f66a45d3b
Merge m-c to birch.
...
--HG--
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
2013-05-30 20:52:56 -04:00
Justin Lebar
71dc2b2170
Bug 874065 - On B2G, dmp memory reports to /data/local/tmp/memory-reports, and make that directory have 0777 permissions. r=dhylands
2013-05-30 20:50:36 -04:00
Ryan VanderMeulen
7fe5d2f12d
Merge inbound to m-c.
...
--HG--
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
2013-05-30 20:50:16 -04:00
Ryan VanderMeulen
0bd0edd895
Merge fx-team to m-c.
2013-05-30 20:49:40 -04:00
Fabrice Desré
f50451910a
Bug 877869 - Fix typo in indexedbHelper.jsm r=bent
2013-05-30 16:19:22 -07:00
Alexandre Poirot
ffb0ecf4dd
Bug 874459 - Set a valid window icon for desktop on Mac; r=myk
...
--HG--
extra : amend_source : 19a58dfe68f8ff349ebf8858dc8e0fb27ef51b02
2013-05-30 15:56:34 -07:00
Ehsan Akhgari
0163a0a180
Bug 863754 - Make mach run and mach debug pass -foreground by default on Mac; r=ted
...
DONTBUILD since this is NPOTB.
2013-05-30 14:50:11 -04:00
Victor Porof
9a58f9bb31
Bug 873225 - Totals for displayed file sizes, r=rcampbell
2013-05-30 21:46:36 +03:00
Andreas Gal
515187be5b
Bug 876099 - re-enable 3gp support in web content r=roc, a=gal
2013-05-30 10:52:58 -07:00
Fabrice Desré
2c5d1b480c
Bug 852720 - Allow packaged apps to have an origin r=ferjm
2013-05-30 10:34:27 -07:00
Justin Lebar
9345035d6c
Bug 870675 - Add a test for bug 870480. r=vingtetun
...
We now run test_HighPriority while holding the CPU and high-priority wake locks. This tests exactly the problem caused by bug 870480.
2013-05-30 12:59:24 -04:00
Alexandre Poirot
d6bdf35527
Bug 865207 - Move webapps actor from /b2g/chrome/content to /toolkit/devtools/apps/. r=fabrice, r=dcamp
...
--HG--
rename : dom/apps/tests/unit/data/app.zip => toolkit/devtools/apps/tests/unit/data/app.zip
rename : dom/apps/tests/unit/test_webappsActor.js => toolkit/devtools/apps/tests/unit/test_webappsActor.js
rename : b2g/chrome/content/dbg-webapps-actors.js => toolkit/devtools/server/actors/webapps.js
2013-05-30 12:08:15 -04:00
Ryan VanderMeulen
bd1234814b
Merge m-c to fx-team.
2013-05-30 11:47:17 -04:00
Ryan VanderMeulen
431809500e
Merge m-c to birch.
2013-05-30 11:44:00 -04:00
Mihai Sucan
b335b51a5e
Bug 877199 - Browser console's window title temporarily says 'Web Console' before changing to 'Browser console'; r=robcee
2013-05-30 18:08:14 +03:00
Nikhil Marathe
f26e08ff53
Bug 876935 - Millisecond calculation in AlarmService. r=gene
2013-05-30 08:08:07 -07:00
Eric Chou
4cc2228843
Bug 877087 - Clear mDsFile after the OPP connection is dropped, r=gyeh
2013-05-30 15:00:06 +08:00
Gina Yeh
4470b59dfa
Backed out changeset 8cdcc0221c0f for build bustage DONTBUILD
2013-05-30 10:50:19 +08:00
Ryan VanderMeulen
82efc086d8
Merge m-c to fx-team.
2013-05-29 22:47:38 -04:00
Gina Yeh
0aad92d50f
Backed out changeset 8cdcc0221c0f for build bustage DONTBUILD
2013-05-30 10:47:13 +08:00
Shawn Huang
db01885d81
Bug 872890:Reset HFP call array when RIL reports NotifyError(), r=echou
2013-05-30 09:33:48 +08:00
Andreas Gal
8388be4b95
Bug 871939 - [Dialer] Cannot search contact number when number has addtional area or operator number, r=etienne
2013-05-29 16:31:19 -07:00
Terrence Cole
79ad04cc6f
Bug 850080 - Make root analysis check Rooted<Value> as a non-pointer type; r=sfink
...
In 32bit builds, Value does not have the same size as void*; thus, we cannot do
a simple address comparison in this case.
--HG--
extra : rebase_source : 1dfb86965c1aa873c26660b67d9add0d5d0a91d7
2013-05-29 15:46:08 -07:00
Jim Mathies
3aafad9d19
Bug 855928 - Add a telemetry probe to report default desktop browser status. r=gavin
2013-05-30 12:32:17 -05:00
Dave Camp
1020ce3380
Bug 867109 - tools reload not working correctly on windows. r=jwalker
2013-05-29 10:48:06 -07:00
Dave Camp
2a8801838a
Bug 875437 - Close the debugger client in test_add_actors.js. r=past
2013-05-29 10:47:38 -07:00
Dave Camp
6c66472379
Bug 876793 - gDevTools._addToolToWindows doesn't work with existing windows. r=jwalker
2013-05-29 10:47:38 -07:00
Dave Camp
b0a19dd209
Bug 875432 - Loader.jsm references gDevTools. r=jwalker
2013-05-29 10:47:38 -07:00