Commit Graph

149307 Commits

Author SHA1 Message Date
Cameron McCormack
a84a1648a9 Bug 921797 - Make nsCSSProps::BuildShorthandsContainingTable support -moz-appearance being a shorthand subproperty. r=bzbarsky 2013-09-30 13:23:43 +10:00
Kyle Huey
dba62ee6e2 Back out bug 919457 for build bustage. r=me 2013-09-30 10:41:23 +08:00
Kyle Huey
d482abdf5f Backed out changeset db16370f7cce 2013-09-30 10:39:33 +08:00
Kyle Huey
5d340518cb Bug 919457: Followup to fix bustage. r=me 2013-09-30 10:11:20 +08:00
Reuben Morais
3eb882907c Bug 916267 - Follow up, CLOBBER needed on Windows. 2013-09-29 22:45:23 -03:00
Matt Woodrow
e899730348 Bug 920571 - Don't read from the trailing stride on the last row of pixels when copying image data in SourceSurfaceCG. r=jrmuizel 2013-09-30 14:42:45 +13:00
Kyle Huey
7fffb0ca44 Bug 919457: Allow bindings specific to workers without the old-style worker ownership model. r=bz 2013-09-30 09:37:26 +08:00
Matt Woodrow
f60df94d8e Bug 886999 - Backout c3a044164b5f for causing deadlocks (Bug 920979) 2013-09-30 14:31:50 +13:00
Reuben Morais
13186e0b15 Bug 850430 - Treat key as an array on the Android contacts backend. r=me 2013-09-29 22:28:28 -03:00
Reuben Morais
4b25997198 Bug 916267 - Remove XPIDL for MozContactChangeEvent. r=smaug 2013-09-29 22:22:43 -03:00
Reuben Morais
e9946f4b27 Bug 850430 - Handle new defaults correctly in the Android contacts backend. r=cpeterson 2013-09-29 22:22:35 -03:00
Reuben Morais
1886a34117 Bug 850430 - Handle 'pref' property correctly in the Android contacts backend. r=cpeterson 2013-09-29 22:22:35 -03:00
Reuben Morais
539b4d704f Bug 850430 - Handle Date properties consistently across the Contacts code. r=gwagner 2013-09-29 22:22:34 -03:00
Hsin-Yi Tsai
76c95b5b14 Bug 921422 - B2G RIL: include clientId in async messages from RadioInterface to RILContentHelper. r=vicamo 2013-09-30 08:56:00 +08:00
Szu-Yu Chen [:aknow]
316fa1a141 Bug 897940 - Extend timeout. r=hsinyi 2013-10-01 18:22:07 +08:00
Gaia Pushbot
814e6642eb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/16c85e438f47
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12563 from EverythingMe/queryindex-twitter-921841

Bug 921841 - [e.me] Apps installed from Market are not added to Smart Co...

========

https://hg.mozilla.org/integration/gaia-central/rev/2528c7498ba8
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 921841 - [e.me] Apps installed from Market are not added to Smart Collections [r=ranbena]
2013-10-01 03:10:23 -07:00
Gaia Pushbot
5bce290ee8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea3056fce8b6
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12562 from jmcanterafonseca/bug_name_export_salva

Bug 922248 - [Contacts] Cannot update a previously exported contact

========

https://hg.mozilla.org/integration/gaia-central/rev/ae460298a224
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 922248 - [Contacts] Cannot update a previously exported contact
2013-10-01 01:50:23 -07:00
Gaia Pushbot
4bdb2bf60e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e7b0d65fb83f
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #12561 from snowmantw/issue919858

Bug 919858 - [LockScreen] Enhance the UI experiments when unlocking the phone with one hande

========

https://hg.mozilla.org/integration/gaia-central/rev/20efa00c07b0
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 919858 - [LockScreen] Enhance the UI experiments when unlocking the phone with one hande
2013-10-01 01:25:25 -07:00
Thomas Zimmermann
b951e3bea6 Bug 919913: Introduce DBusReplyCallback, r=qdot,echou
DBusReplyCallback replaces the removed DBusCallback as type for
reply-handler functions. Bluetooth, the only user of DBus, has
been updated as well.
2013-10-01 10:20:55 +02:00
Thomas Zimmermann
b5e7a17af5 Bug 919913: Cleanup DBusUtils, r=qdot
This patch cleans up the DBus utilitys and helper classes. All functions
for sending have been removed. Their users have been converted to the
new methods in RawDBusConnection. Include statements have been cleaned
up as well. Some methods of DBusMessageRefPtr have been moved from the
header to the source file to prevent inclusion of the DBus API from within
the header file.
2013-10-01 10:20:39 +02:00
Thomas Zimmermann
114f1f976d Bug 919913: Converted BluetoothDBusService to new Send methods, r=echou
This patch changes BluetoothDBusService to use the new send methods
that have been added to RawDBusConnection. The conversion from the
old functions is

 - dbus_func_send to Send,
 - dbus_func_send_async to SendWithReply,
 - dbus_func_args_async to SendWithReply,
 - dbus_func_args to SendWithError, and
 - dbus_func_args_timeout to SendWithError.

References to DBusCallback have been removed.
2013-10-01 10:20:30 +02:00
Thomas Zimmermann
59b461412b Bug 919913: Add send methods to RawDBusConnection, r=qdot
This patch adds methods for sending DBus messages to the class
RawDBusConnection. There are 3 types of interfaces.

 - Send             Sends a message over DBus. No error checking or
                    handling of replies is performed. These methods
                    do not block the sending thread.

 - SendWithReply    Sends a message over DBus and runs a call-back
                    function for the reply. This should be the default
                    case for most scenarios. These methods do not
                    block the sending thread.

 - SendWithError    Sends a message over DBus and waits for the reply
                    or an error. This interface has only been added for
                    some existing code that can safely block the sending
                    thread. Don't use it in new code.

These 3 types of interfaces represent what is currently used of the
existing send functions in DBusUtils. When all users have been converted
to the new methods, the interfaces in DBusUtils can be removed.
2013-10-01 10:20:21 +02:00
Gina Yeh
c14b5b4907 Bug 913374 - Use nsRefPtr for BluetoothProfileController in profile managers, r=echou 2013-10-01 15:26:40 +08:00
Gaia Pushbot
bcba828880 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/96fb4393cbfd
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12530 from EverythingMe/911568-nativeinfo

Bug 911568 - [e.me][bug] Pre-installed apps don't show in relevant colle...

========

https://hg.mozilla.org/integration/gaia-central/rev/2ea5d6ad9974
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 911569 - [e.me][bug] Pre-installed apps don't show in relevant collections [r=ranbena]
2013-10-01 00:15:23 -07:00
Carsten "Tomcat" Book
90100f0882 merge mozilla--inbound to mc 2013-09-29 11:36:17 +02:00
Carsten "Tomcat" Book
bff5e15678 merge b2g-inbound to mc 2013-09-29 11:34:53 +02:00
Gregory Szorc
c8b7f4dc89 NO BUG - Document common build system targets, add requirements.txt
DONTBUILD (NPOTB)
2013-09-29 10:43:49 +02:00
Cameron McCormack
d099ce662c Bug 921795 - Make inDOMUtils::GetCSSValuesForProperty report "initial" not "-moz-initial". r=mina 2013-09-29 14:41:30 +10:00
Cameron McCormack
5e5991238e No bug - Comment typo fixes in nsCSSProps.h. (DONTBUILD) 2013-09-29 11:40:07 +10:00
Steve Workman
72e868b2cc Backout 6a84bba784c9 and df399d443e57 (Bug 853423) for xpcshell failures 2013-09-28 16:20:59 -07:00
Ehsan Akhgari
cca7c5a263 Forward declare gfxMatrix as a struct, no bug 2013-09-28 18:20:45 -04:00
Steve Workman
f47373cfc5 Bug 853423 - Tests to verify speculative connection are blocked for local IP addresses r=mcmanus 2013-09-28 15:00:20 -07:00
Steve Workman
3a996d9e31 Bug 853423 - Block speculative connections for local IP addresses r=mcmanus 2013-09-28 14:59:56 -07:00
Ehsan Akhgari
f24899fee6 Fix a broken #include guard, no bug 2013-09-28 17:17:44 -04:00
Ehsan Akhgari
a4450fabc5 Bug 919572 follow-up: remove two unused variables 2013-09-28 17:08:30 -04:00
Steve Workman
1c9de47177 Backout 736a590cb652 and 0c409a9f58c9 (Bug 853423) due to xpcshell failures 2013-09-28 12:37:30 -07:00
Andrew Quartey
1d2f65d5a1 Bug 896273 - Make HTMLSelectElement::SetOptionsSelectedByIndex take a flag argument. r=Ms2ger 2013-09-28 15:04:20 -04:00
Andrew Quartey
97d1907f17 Bug 884935 - Align navigator.vibrate to spec. r=smaug 2013-09-28 14:58:38 -04:00
Steve Workman
1851068370 Bug 867755 - Add strong refcnting for derived classes of mozilla::image::Image r=seth 2013-09-28 11:28:44 -07:00
Steve Workman
e396f1ef0a Bug 867755 - Return already_AddRefed from GetStatusTracker instead of C++ ref r=seth 2013-09-28 11:28:44 -07:00
Steve Workman
94b651dc14 Bug 867755 - Detect if DiscardTracker has shutdown r=seth 2013-09-28 11:28:44 -07:00
Steve Workman
dcd5faf4f8 Bug 867755 - Dispatch imgRequestProxy notifications r=seth 2013-09-28 11:28:43 -07:00
Steve Workman
8bb99e9a8c Bug 867755 - Make DiscardTracker thread-safe r=seth 2013-09-28 11:28:43 -07:00
Steve Workman
1b740124a5 Bug 867755 - Support OnDataAvailable and OnStopRequest off main thread for image loading r=seth 2013-09-28 11:28:42 -07:00
Steve Workman
6f48aab55b Bug 853423 - Tests to verify speculative connections are blocked for local IP addresses r=mcmanus 2013-09-28 11:08:18 -07:00
Steve Workman
5920f50c75 Bug 853423 - Block speculative connections for local IP addresses r=mcmanus 2013-09-28 11:08:17 -07:00
Tim Taubert
bdf0214b53 Bug 586153 - Avoid tab panel ID collisions by using a monotonic counter; r=dolske 2013-09-28 20:07:07 +02:00
Tim Taubert
26baa262ee Bug 906462 - Remove noise backgrounds for about:newtab and about:home; r=dao
--HG--
rename : browser/themes/linux/newtab/noise.png => browser/themes/linux/devtools/noise.png
rename : browser/themes/osx/newtab/noise.png => browser/themes/osx/devtools/noise.png
rename : browser/themes/windows/newtab/noise.png => browser/themes/windows/devtools/noise.png
2013-09-28 18:38:47 +02:00
Tim Taubert
bd4324a1f4 merge m-c to fx-team 2013-09-28 16:06:43 +02:00
Gaia Pushbot
7062c14e5e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a313d5e13d4f
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12479 from alivedise/bugzilla/920944/two-homescreen-instance-in-b2gperf

Bug 920944 - Fix b2gperf, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/fc8a0445f77b
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 920944 - Fix b2gperf
2013-09-28 06:20:26 -07:00