Wes Kocher
0ef93db36c
Backed out changeset 040522aacba4 (bug 913847)
2013-09-18 17:18:56 -07:00
Benoit Jacob
0fa6114162
Bug 913852 - BindingUtils.h doesn't need to include <algorithm> - r=bz
2013-09-18 18:50:32 -04:00
Benoit Jacob
6560634fb1
Bug 913847 - Include MainThreadUtils.h instead of nsThreadUtils.h - r=ehsan
2013-09-18 18:50:32 -04:00
Benoit Jacob
5bf87f575b
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
2013-09-18 18:50:32 -04:00
Karl Tomlinson
f0f3cd0ecb
b=916422 make OfflineAudioContext::StartRendering() throw if called more than once r=ehsan
...
--HG--
extra : transplant_source : %B6T%C0C%F0/%03%A3C%25%9B%EF%A8%C41%8E%86%E9%FCr
2013-09-16 17:14:45 +12:00
Mina Almasry
13448b790e
Bug 912166 - Make nsIWidget::GetDefaultScale return a typed scale value. r=roc
2013-09-17 20:45:19 -04:00
Steven Michaud
81e7acabff
Bug 909678 - Send right-mouse-dragged and other-mouse-dragged events to plugins. r=spohl,roc
2013-09-17 18:36:03 -05:00
Masatoshi Kimura
6e9df15ac0
Bug 916871 - Remove classinfo bits for CSSGroupRuleRuleList. r=bz
2013-09-18 07:56:41 +09:00
Neil Rashbrook
7d4890a452
Bug 913948 getCachedBySubdomainAndName's array length should be optional from JS r=Mossop
2013-09-17 23:43:24 +01:00
Bobby Holley
8696b88eb9
Bug 874502 part 6. Remove IsCallerChrome path for tearing down windows synchronously. r=bzbarsky
2013-09-17 17:45:48 -04:00
Bobby Holley
d978d3c79c
Bug 874502 part 4. Fix private browsing tests to not assume synchronous window closing. r=jdm
2013-09-17 17:45:47 -04:00
EKR
f6fbd3b045
Bug 842549 - Part 3. PC.js changes for trickle r=abr
2013-09-16 17:42:39 -07:00
EKR
78e348467b
Bug 842549 - Part 2: Plumb candidates up to signaling r=abr
2013-09-16 17:21:33 -07:00
Trevor Saunders
27e72dc2a7
bug 915566 - rm makefiles in dom/ r=gps
2013-09-13 12:25:21 -04:00
Marcus Saad
2276d0a676
Bug 903425 - Update TextTrackCue::Vertical to be a DirectionSetting enum. r=rillian
...
Following up with the changes made in http://dev.w3.org/html5/webvtt/#dfn-dom-vttcue-vertical , this patch comes to create a new enum to validate and control the possible values for TextTrackCue::Vertical. Throwing behavior was removed for spec conformance.
2013-09-12 11:07:14 -03:00
Terrence Cole
b25c74c014
Bug 916993 - Handlify the public JSString APIs; r=bz,jonco
...
--HG--
extra : rebase_source : 35c5d7832d794ce37be622db3140309d2605c212
2013-09-16 18:33:40 -07:00
Nikhil Marathe
a20b74b85c
Bug 867614 - SimplePush: Failure to register should lead to socket reconnection. r=dougt
...
--HG--
extra : rebase_source : 798bf44e8e63c07692f91c5af526f962041bb518
2013-09-17 10:10:36 -07:00
Tom Schuster
fd2209b6e6
Bug 914353 - Throw an error if call to GetRandomValues fails. r=khuey
2013-09-17 12:54:34 -04:00
Tom Schuster
e512bc4ffb
Bug 914353 - Use the new window.crypto implementation in e10s. r=khuey
2013-09-17 12:54:34 -04:00
Ehsan Akhgari
ef3770d249
Bug 917299 - Remove some dead code in content/ and dom/; r=bzbarsky
2013-09-17 12:49:07 -04:00
Mark Banner
0837121b5e
Bug 916026 Set the expected plugin state at the start of the test to avoid issues with different apps having different preferences set. r=dkeeler
2013-09-17 09:42:39 -07:00
Ed Morley
845ddef04c
Backed out changeset 5e5d5e42f6c2 (bug 881959)
2013-09-17 17:14:49 +01:00
Boris Zbarsky
ef66ca3e72
Bug 915971. Rename FooReturnValue unions to OwningFoo, because we use them for more than just return values. r=dzbarsky
2013-09-17 11:16:02 -04:00
Hsin-Yi Tsai
1d8921baa8
Bug 915638 - part1 - B2G RIL: telephonyCallGroup.onstatechange isn't fired when a conference call is becoming empty. r=vicamo
2013-09-12 21:00:18 +08:00
John Shih
c422e8e387
Bug 917667 - Add the check of receving unknown connection type. r=gene
2013-09-18 14:57:28 +08:00
Szu-Yu Chen [:aknow]
17a2c5594d
Bug 916695 - Fix cancelExistingCalls. r=hsinyi
2013-09-18 15:44:08 +08:00
pzhang
51408205dd
Bug 911063 - Add marionette tests for WebFM. r=khuey
2013-09-11 13:41:52 +08:00
JW Wang
88f1551294
Bug 894249 - Add ability to associate video with a channel so that it can interrupt the background content channel. r=mchen, r=kinetik, r=bent
2013-09-18 11:46:22 +08:00
Andrea Marchesini
f7e05b1545
Bug 917254 - Only enable MessageEvent.ports when MessagePort is enabled; r=smaug
2013-09-17 10:26:23 -04:00
Kyle Huey
20ca8da458
Bug 914014: Use WrapObject to wrap nsIExceptions rather than manual XPConnect gunk. r=bz
2013-09-23 11:35:09 +08:00
Ehsan Akhgari
2e0a91d4dd
Bug 919296 - Minimize the #includes in netwerk/ IDL files; r=mcmanus
2013-09-22 23:35:05 -04:00
Paul Adenot
d6d78f2064
Bug 881959 - Warn the author when a cycle in a WebAudio graph does not contain a DelayNode. r=ehsan
...
--HG--
extra : rebase_source : 9383abcce03d0f70208983c22eef051b84560f08
2013-09-13 18:13:37 +02:00
Ethan Tseng
7831cfacab
Bug 855951 - Collect and save TX/RX traffic amounts of TCP connections per-App, r=gene, mcmanus
2013-08-29 14:15:08 +08:00
Bobby Holley
b4f25f3553
Bug 916939 - Drop support for named and indexed access on cross-origin windows. r=bz
2013-09-18 08:39:48 -07:00
Mike Hommey
ae0966be15
Bug 917622 - Use INSTALL_TARGETS for mochitests. r=gps
2013-09-19 07:39:58 +09:00
Jan-Ivar Bruaroey
d33a6d01eb
Bug 917298: Mochitests for testing gum constraints. r=jesup, jsmith
2013-09-18 17:56:29 -04:00
Ehsan Akhgari
e33789d856
Bug 915524 - Implement AudioBuffer.copyFromChannel and AudioBuffer.copyToChannel; r=roc
2013-09-17 07:30:32 -04:00
Olli Pettay
d3863cecc5
Bug 916879, remove SetterThrows from eventhandlers, r=emk
2013-09-17 14:01:28 +03:00
Olli Pettay
26adc1f0cf
Bug 915622, make generated events to have same dependencies as generated bindings, r=khuey
...
--HG--
extra : rebase_source : c285e140e66bbea365d0b8a2ad13fd87828f8ac7
2013-09-16 13:06:15 +03:00
Nikhil Marathe
c4aafc8bb8
Bug 917051 - SimplePush: Clean up unregister related code. r=dougt
...
--HG--
extra : rebase_source : 461b394aeb28538d1ce8ec875c864bbf4f2c52a7
2013-09-16 23:47:47 -07:00
Nikhil Marathe
9326e68f08
Bug 914369 - SimplePush: Add debug pref to allow toggling debug settings at runtime. r=dougt
...
--HG--
extra : rebase_source : 1bd40b20ea036906e532bdb56d44f9c40c15fd94
2013-09-16 16:55:26 -07:00
Nikhil Marathe
a4f0c0ea17
Bug 884625 - SimplePush: Convert var to let. r=dougt
...
--HG--
extra : rebase_source : faeed4b5edb38205d05ad9f930c2e324d0672bfc
2013-09-16 16:53:27 -07:00
Andrew Quartey
c98768c749
Bug 850364 - Implement setRangeText for HTMLInputElement. r=ehsan
2013-09-18 01:29:04 -04:00
Vendelin Ruzicka
900efea232
Bug 917410: Add specializations of Optional for 'any' and 'object' types for callbacks in workers to bindings code. r=bz
2013-09-18 06:47:08 +02:00
Wes Kocher
6905761d71
Backed out changeset 76f9cced8105 (bug 902715) for build bustage on at least Windows on a CLOSED TREE
2013-09-20 16:07:13 -07:00
David Anderson
57094f203b
Fix window.focus() in content processes (bug 902715, r=enndeakin).
2013-09-20 15:07:51 -07:00
Nikhil Marathe
0e4982edc2
Bug 917029 - SimplePush: Clear push data when webapps-clear-data is received. r=dougt
2013-09-20 11:17:40 -07:00
Bobby Holley
9a9b886ded
Backed out changeset 86128d3eac88 (bug 916939) for breaking the web. r=me
2013-09-20 10:32:32 -07:00
Boris Zbarsky
e93e4f4ce6
Bug 918450. Back out the fix for bug 911333, since trace hooks are in fact used in workers. r=khuey
2013-09-20 11:15:39 -04:00
Ed Morley
e9c91a33a1
Backed out changeset 1f6b5cb3fe3b (bug 918567) for mochitest-3 failures in test_interfaces.html CLOSED TREE
2013-09-20 15:53:14 +01:00
Masatoshi Kimura
348555c0ae
Bug 918567 - Hide interface objects for MozAfterPaint from content. r=smaug
2013-09-20 22:22:41 +09:00
Peter Van der Beken
eb3a8d8225
Bug 912955 - Remove some implicitJSContext annotations. r=bz.
...
--HG--
extra : rebase_source : 406dd7104924cb6767b2a6cbb0d05afae493ba52
2013-08-23 11:22:29 +02:00
Ed Morley
19e398d030
Merge mozilla-central and inbound
2013-09-20 10:55:03 +01:00
Jon Coppeard
8c99b0611f
Bug 918373 - GC: Handlify various public APIs r=sfink r=bholley r=smaug
2013-09-20 10:22:59 +01:00
Honza Bambas
ea8ec4777e
Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
2013-09-20 11:11:25 +02:00
Boris Zbarsky
78891d8297
Bug 917958 part 2. Simplify our various typeNeedsCx stuff, now that it's the same on workers and mainthread. r=smaug
2013-09-20 01:07:10 -04:00
Boris Zbarsky
7370c94e13
Bug 917958 part 1. Stop using JSObject* to represent WebIDL callback functions in workers. r=smaug
2013-09-20 01:07:03 -04:00
Boris Zbarsky
14d8b1d3f9
Bug 917539. Move the JSCompartment argument to the end of the list for JS-implemented WebIDL, so C++ callers can call into it sanely too. r=peterv
2013-09-20 01:07:03 -04:00
Boris Zbarsky
42c7e4a89c
Bug 903569. Remove the unneeded CheckPropertyAccess call in the GSP. r=bholley,peterv
2013-09-20 01:07:02 -04:00
Gina Yeh
79c133a0bf
Bug 917220 - Fix IS_HEADSET, r=echou
2013-09-17 19:40:06 +08:00
Ehsan Akhgari
45d655ec96
Bug 919325 - Minimize the #includes in content/ IDL files; r=bzbarsky
...
--HG--
extra : rebase_source : 923a665eadc62046c9d5398a25187a3331fd8d25
2013-09-22 19:23:30 -04:00
Ehsan Akhgari
6538584505
Mark the gonk SmsService class as final, no bug
2013-09-22 17:06:44 -04:00
Ted Mielczarek
c075f246a8
Bug 913446 - WebRTC Mochitest changes to allow running under Steeplechase. r=jsmith,ctalbert
2013-09-06 09:14:17 -04:00
Paul Rouget
dc9d614d13
Bug 890195 - device-width media queries should use the page width, not the actual device width. r=bz
2013-07-17 05:08:00 +02:00
Brian Hackett
c5eddd205d
Bug 903802 - Give a singleton type to the global scope polluter proxy, r=jandem.
2013-09-19 16:24:48 -06:00
Neil Deakin
7922c1444e
Bug 621399, disable some more of the test on windows 8
2013-09-19 14:26:58 -04:00
Ed Morley
aea608cf50
Merge mozilla-central and inbound
2013-09-19 18:43:55 +01:00
Ed Morley
11f0132369
Bug 859075 - Sigh, disable the correct test this time
...
CLOSED TREE
2013-09-19 18:18:15 +01:00
Ed Morley
0b328880dd
Bug 859075 - Disable test_window-named-properties.html via Makefile
...
CLOSED TREE
2013-09-19 17:08:28 +01:00
Ryan VanderMeulen
e7afc5d0d2
Backed out changeset 98271bb483eb (bug 914607) for crashtest/reftest crashes.
...
CLOSED TREE
2013-09-19 11:27:50 -04:00
Ed Morley
d24c250446
Bug 859075 - Disable "Dynamic name" test in test_window-named-properties.html for too many intermittent failures
...
--HG--
extra : rebase_source : ea9509b2772c4df1cfe4f2187f7316faf16b3dcb
2013-09-19 14:06:16 +01:00
Benoit Jacob
eeccdc3ba1
Bug 913847 - Include MainThreadUtils.h instead of nsThreadUtils.h - r=ehsan
2013-09-19 09:54:42 -04:00
Benoit Jacob
f9813a5b18
Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan
2013-09-19 09:54:39 -04:00
Martin Stransky
a3e25dd947
Bug 914607 - Remove MOZ_WIDGET_GTK2. r=karlt
2013-09-19 09:10:04 -04:00
Rick Eyre
f8467f7947
Bug 867823 - Implement TextTrack Add/RemoveCue. r=rillian
...
- Updated RemoveCue to throw NotFoundError if the cue being removed is
not in the cue list.
- Updated AddCue to not add cues that are already in the list. This is
done by reference comparing.
2013-06-28 13:31:43 -04:00
Carsten "Tomcat" Book
974bf71c01
Merge m-c to mozilla-inbound
2013-09-23 14:00:40 +02:00
Ehsan Akhgari
37bbcfc9c9
Bug 919355 - Part 2: Don't #include nsDeviceContext.h in Units.h; r=roc
2013-09-23 07:55:35 -04:00
Andrea Marchesini
ee2f16a839
Bug 916094 - Assertions removed from IDBFactory::Create() when it's used in JS from chrome in IPC. r=bent
2013-09-19 14:45:25 +02:00
Randell Jesup
83830f4a3c
Bug 915705: reland changesets f6402ce2b67a and 5bdec1cb1428 r=bz
2013-09-16 02:39:03 -04:00
Randell Jesup
b9b7fe21d3
Bug 882145: reland changesets bc4ee7cbd7bd and cf373e408a6b r=bz
2013-09-16 02:34:57 -04:00
Ryan VanderMeulen
55c62c9b48
Merge b2g-inbound to m-c.
2013-09-15 21:53:23 -04:00
Ryan VanderMeulen
216e669dae
Backed out changesets f6402ce2b67a and 5bdec1cb1428 (bug 915705) because it depends on bug 882145, which was also backed out.
2013-09-15 18:51:50 -04:00
Ryan VanderMeulen
f1c45fb9f7
Backed out changesets bc4ee7cbd7bd and cf373e408a6b (bug 882145) for causing bug 916609. r=jsmith
2013-09-15 18:19:42 -04:00
Shih-Chiang Chien
00726e9df5
Bug 915705 - Part 2: Add gUM request handler on FirefoxOS. r=jesup
2013-09-10 15:27:15 +02:00
Shih-Chiang Chien
59f892a596
Bug 915705 - Part 1: Add audio-capture in PermissionTable.jsm. r=fabrice
2013-09-10 15:27:15 +02:00
Georgia Wang
897d3134ca
Bug 908075 - Part2: USER_ACTIVITY stk event xpcshell test. r=yoshi
2013-09-04 18:52:28 +08:00
Georgia Wang
2689da2ec1
Bug 908075 - Part1: "USER_ACTIVITY" event implement in RIL. r=yoshi
2013-09-04 18:45:35 +08:00
Yoshi Huang
5e362298bb
Bug 915987 - Part 3: test case for contact.id. r=vicamo
2013-09-13 00:19:47 +02:00
"allstars.chh"
986618bda0
Bug 915987 - Part 2: Update recordId for USIM contact. r=vicamo
2013-09-13 00:07:14 +02:00
"allstars.chh"
2ca3a937e0
Bug 915987 - Part 1: reuse nsIDOMContact.id. r=vicamo
2013-09-12 23:52:07 +02:00
Yoshi Huang
b9587869f5
Bug 915986 - Part 2: test case for pin2 is null. r=vicamo
2013-09-13 00:09:48 +02:00
"allstars.chh"
00f519f5dc
Bug 915986 - Part 1: Check pin2 in RIL. r=vicamo
2013-09-12 18:04:35 +02:00
Ryan VanderMeulen
db5e1d87c2
Merge m-c to b2g-inbound.
2013-09-14 23:07:59 -04:00
Ryan VanderMeulen
e757b0b4fb
Merge m-c to inbound.
2013-09-14 20:31:22 -04:00
Masatoshi Kimura
2df5354cd0
Bug 914182 - Hide Telephony API behind a pref except on B2G. r=vyang,khuey
2013-09-15 04:46:35 +09:00
David Zbarsky
548db48d32
Bug 915813: Remove nsIDOMUserProximityEvent r=smaug
2013-09-14 14:59:51 -04:00
David Zbarsky
b3c8139b98
Bug 915813: Convert DeviceLightEvent to webidl-only r=smaug
2013-09-14 14:59:50 -04:00
Ben Tian
74b1d0c3d5
Bug 915628 - [Bluetooth] Define new log levels and add logs in profile controller, r=echou
2013-09-14 06:51:00 +08:00
Wes Kocher
749d714f97
Merge m-c to b2g-inbound
2013-09-13 18:25:46 -07:00
Wes Kocher
9fc010fdbc
Merge inbound to m-c
2013-09-13 18:14:32 -07:00