Boris Zbarsky
e23b0186b2
Bug 1129239. Don't require 'optional' keyword on trailing dictionary arguments if the dictionary has a required member. r=smaug
2015-04-17 12:13:25 -04:00
L. David Baron
ceb3e25ad7
Bug 1150351 - Reënable test_deferred_start.html on Linux, since the bug for which we disabled it has disappeared.
2015-04-17 09:13:13 -07:00
Ehsan Akhgari
1047133f6b
Bug 1155477 follow-up: Fix nsINode::ChildNodes()
...
Landed on a CLOSED TREE to fix bustage
2015-04-17 11:49:59 -04:00
Gordon Klaus
acf212ecff
Bug 1155140 - Removed mentions of deleted parameters from test helper documentation. r=mt
2015-04-16 04:56:00 -04:00
Ehsan Akhgari
57f5e77ec5
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
6024840a0d
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
2fd728cf7a
Bug 1155475 - Mark nsINode::Slots::mWeakReference as MOZ_NON_OWNING_REF; r=baku
2015-04-17 11:14:49 -04:00
Ehsan Akhgari
6cd33f82dc
Bug 1155471 - Mark some members of nsNodeInfoManager as MOZ_NON_OWNING_REF; r=baku
2015-04-17 11:14:48 -04:00
Ehsan Akhgari
88970ae83c
Bug 1155469 - Mark nsTextEditorState::mTextCtrlElement as MOZ_NON_OWNING_REF; r=baku
2015-04-17 11:14:46 -04:00
Carsten "Tomcat" Book
42db59fa90
Backed out changeset 59c97d681f50 (bug 1021499) for suspicion of causing perma R19 test failures
2015-04-17 13:14:54 +02:00
Jacek Caban
66f5f742df
Bug 1154738 - Fixed WMFUtils.cpp compilation on mingw. r=mattwoodrow
2015-04-17 12:26:29 +02:00
Morris Tseng
25c5a92bdd
Bug 1021499 - Skip test if touch caret is enabled. r=roc
2015-03-23 22:45:00 +01:00
Daniel Holbert
201458a118
Bug 1155387: Add missing #include for imgIContainer.h to ContentParent.cpp. r=enndeakin
2015-04-16 18:27:13 -07:00
Daniel Holbert
5105df46bd
Bug 1152169 followup: Mark FirstRevisionIdCallback methods Run() and HandleEvent() as 'override'. rs=ehsan
2015-04-16 13:42:28 -07:00
Matt Woodrow
f902912757
Bug 1154536 - Disable 4k H264 video for vista since it performs poorly. r=ajones
2015-04-17 12:42:09 +12:00
L. David Baron
110dc8477d
Bug 980770 - Enable off-main-thread animations on Linux (and other X11 based platforms), for nightly/aurora. r=birtles
2015-04-16 18:13:15 -07:00
Cameron McCormack
77c1f55389
Bug 1155015 - Hide FontFaceSet.load() until we implement it. r=bzbarsky
2015-04-17 11:09:59 +10:00
Cameron McCormack
9fc8561680
Bug 1155030 - Fix asterix/asterisk misspelling. r=ehsan
2015-04-17 11:09:58 +10:00
Ehsan Akhgari
c64d6d2d70
Bug 1148942 - Ensure that the registration of empty service workers succeeds; r=bent
2015-04-16 18:18:20 -04:00
Ryan VanderMeulen
239f027c15
Merge m-c to inbound. a=merge
2015-04-16 16:21:05 -04:00
Ryan VanderMeulen
ce49d59e92
Merge inbound to m-c. a=merge
2015-04-16 16:18:13 -04:00
Ben Kelly
fac418c69e
Bug 1151892 Refactor Cache Manager Context usage to be more sane and fix shutdown assert. r=ehsan
2015-04-16 13:05:38 -07:00
Neil Deakin
dd30a1f3eb
Bug 1153248, re-enable a bunch of tests that now work with e10s, r=billm
2015-04-16 15:38:12 -04:00
Neil Deakin
adab06dbe7
Bug 1071562, check type now that CString is supported, r=smaug
2015-04-16 15:38:12 -04:00
Neil Deakin
1ce970af4d
Bug 1071562, e10s, support non-text types in clipboard (html, images, etc), r=smaug
2015-04-16 15:38:12 -04:00
Ryan VanderMeulen
9c34080b23
Bug 994541 - Skip 789933-1.html on Linux debug due to frequent crashes.
2015-04-16 12:20:06 -04:00
Carsten "Tomcat" Book
02b429dca7
Merge mozilla-central to b2g-inbound
2015-04-16 12:52:54 +02:00
Thomas Zimmermann
ed60a0b3d0
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
243bb2a554
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
b80a5c01c0
Bug 1154235: Move dom/bluetooth/bluetooth2/BluetoothUtils.{cpp,h} to /dom/bluetooth, r=btian
2015-04-16 10:48:21 +02:00
Thomas Zimmermann
30572a8d55
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
Ryan VanderMeulen
0e7e73dc54
Merge inbound to m-c. a=merge
2015-04-15 21:22:31 -04:00
Valentin Gosu
5e5b033f1a
Bug 1149913 - Disable bug 1093611. Set pref dom.url.encode_decode_hash to true r=honzab
2015-04-16 05:25:10 +03:00
Ryan VanderMeulen
91bdb9a2c7
Merge m-c to inbound. a=merge
2015-04-15 21:26:41 -04:00
Boris Zbarsky
3ddd60b52d
Bug 1154878 followup. Fix a test that expects to see navigator.taintEnabled in workers so we can reopen the CLOSED TREE.
2015-04-15 17:37:58 -04:00
David Anderson
f334c48f31
Make test_bug946632 compatible with asynchronous scrolling. (bug 1140293, r=mstange)
2015-04-15 16:28:43 -04:00
David Parks
71b80226cb
Bug 1018639 - Maintain separate cursors in chrome and client processes. r=roc
...
The TabChild now maintains a concept of the current cursor for the child
process. This value is asynchronously cached in the TabParent. The
chrome process now establishes cursor on its own - consulting the
TabParent when the cursor enters/exits the tab. While the cursor is
over tab content, changes to the TabParent's cached cursor are
immediately forwarded to the widget.
2015-04-14 16:29:10 -07:00
Bevis Tseng
06d4d88aad
Bug 1154186 - Deprecate nsISmsMessenger_new.idl. r=echen
2015-04-14 18:07:44 +08:00
Shawn Huang
63a2666de1
Bug 1152098 - Ignore subsequent toggling requests if toggling is already in progress. r=btian
2015-04-14 20:55:00 -04:00
Martin Thomson
6d00309a5f
Bug 1153314 - Test IdP login flow, r=jib
2015-04-15 14:19:21 -07:00
Martin Thomson
9f5986ee2b
Bug 1153314 - Assign load group to IdP load channel, r=jib
2015-04-15 14:19:21 -07:00
Martin Thomson
91567c5feb
Bug 1153294 - Exposing Document.documentLoadGroup to Chrome JS, r=sicking
2015-04-15 14:19:21 -07:00
Sotaro Ikeda
44f27daf83
Bug 1139206 - Update AudioOffloadPlayer seek r=bholley,bwu
2015-04-15 14:00:41 -07:00
David Anderson
436091551f
Make test_bug422132.html compatible with APZ. (bug 1149128, r=kats)
2015-04-15 16:41:26 -04:00
David Anderson
129db67769
Refactor test_bug422132. (bug 1149128, r=kats)
2015-04-15 16:37:04 -04:00
Boris Zbarsky
386b66e144
Bug 1154878. Stop exposing navigator.tainteEnabled in workers. r=ehsan
2015-04-15 16:33:06 -04:00
Boris Zbarsky
bb5dfb44a0
Bug 1154812. Fix location.pathname to return the right thing in workers. r=baku
2015-04-15 16:32:53 -04:00
Nathan Froyd
025c5b239e
Bug 1153988 - create nsNullPrincipals directly, rather than going through do_CreateInstance; r=smaug
...
There's a better way to create null principals than
do_CreateInstance("@mozilla.org/nullprincipal;1"). Let's do that and
save ourselves some XPCOM overhead.
2015-04-13 14:47:41 -04:00
Ehsan Akhgari
3344e3c192
Bug 1149987 - Part 8: Do not store or match Response objects with a Vary:* header; r=bkelly
2015-04-15 15:55:51 -04:00
Ehsan Akhgari
73de633a24
Bug 1149987 - Part 7: Send the full ErrorResult in the AddAllResponse IPC message; r=bkelly
...
This is needed so that we can throw a TypeError from
FetchPut::FetchComplete. In order to be able to do this, we need to
store the entire ErrorResult in the FetchPut object and deliver it to
the other side.
2015-04-15 15:55:39 -04:00