Ted Clancy (:tedders1)
d6e1da2ebe
Bug 1055427 - Add KillChild() method to nsIMessageManager. r=sicking
...
Patch originally from bug 1000313.
2014-08-12 08:59:47 -04:00
Bevis Tseng
ec081350de
Bug 1032097 - Part 6: Adopt addHostRoute/removeHostRoute in MmsService. r=vyang
...
--HG--
extra : rebase_source : 40e3bd49a844085940abfc29319bf69e1ca9dbda
2014-08-11 17:41:28 +08:00
Bevis Tseng
9b9dc5a1fb
Bug 1032097 - Part 5: Remove MOZ_B2G_RIL closure for selectGateway()/resolveHostname(). r=echen
...
--HG--
extra : rebase_source : 9af50b9c38ef76e66a197e26e832094091d8dead
2014-08-15 16:27:12 +08:00
Bevis Tseng
5f0c3bc4b9
Bug 1032097 - Part 4: Expose new APIs addHostRoute/removeHostRoute from NetworkManager. r=echen
...
--HG--
extra : rebase_source : 68a7c9b8086d64e053750f7d48a23d2a0aa53377
2014-08-15 16:23:44 +08:00
Bevis Tseng
1af8799014
Bug 1032097 - Part 3: Refactor setHostRoutes()/removeHostRoutes(). r=echen
...
--HG--
extra : rebase_source : 99f0e0d45158828e0783f83fde6ae1cd45aed6a9
2014-08-15 16:17:20 +08:00
Bevis Tseng
154da13004
Bug 1032097 - Part 2: Rewrite resolveHostname() with Promise and one host to be resolved instead of a list of hosts. r=echen
...
--HG--
extra : rebase_source : 3db4d54cc8af0e81b3dc6c52f5707628202926d4
2014-08-15 15:55:54 +08:00
Bevis Tseng
7d71789ea9
Bug 1032097 - Part 1: Deprecate setExtraHostRoute/removeExtraHostRoute. r=echen
...
--HG--
extra : rebase_source : 5270413a18e4bd97d77464e36bcc28fd924d3f93
2014-08-15 15:53:07 +08:00
C.J. Ku
8d30ee9e6d
Bug 974242 - Registry and handle FullZoomChange chrome event in TabChild. r=tn, r=kats
...
--HG--
extra : rebase_source : 05a700f9071d30b87916ffa949acfed776f21f0c
2014-08-21 19:37:00 -04:00
C.J. Ku
4cc16515c6
Bug 968783 - Request a longer timeout for test_jQuery.html. r=RyanVM
...
--HG--
extra : rebase_source : e824e2eb2e602350d35ab12e5afe800f56505d8b
2014-08-22 00:50:00 -04:00
Ryan VanderMeulen
04c90e50f6
Merge m-c to inbound. a=merge
2014-08-25 16:28:25 -04:00
Birunthan Mohanathas
57751773f4
Bug 1045801 - Rename SafeCast to AssertedCast. r=Waldo
2014-08-25 12:17:32 -07:00
David Keeler
6bf06cece4
bug 1034124 - allow overrides when a CA cert is used as an end-entity cert r=briansmith
2014-08-22 12:07:08 -07:00
Boris Zbarsky
30afe2abde
Bug 929609 part 2. Fix passing of typed arrays to JS-implemented WebIDL to actually work. r=peterv
2014-08-25 15:07:45 -04:00
Christoph Kerschbaumer
e25473a9a7
Bug 1053028 - Remove remaining relicts of deprecated X-CSP header (r=sstamm)
2014-08-12 21:15:56 -07:00
Andrea Marchesini
c36595a55e
Bug 1056259 - ServiceWorkerRegistration should unregister itself when the window is destroyed. r=nsm
2014-08-20 13:30:00 -04:00
Yuan Xulei
0b76b1d942
Bug 1055925 - Refactor promise to merge main thread and worker thread tasks into a single task. r=nsm
2014-08-19 18:39:56 +08:00
Roshan Vidyashankar
0ca421fbf7
Bug 1038993 - Add UnsafeInPrerendering extended attribute to WebIDL. r=peterv
2014-08-20 16:32:19 -07:00
Eric Faust
96d6ad8f2d
Bug 1027964 - Standardize proxy handler families. (r=jorendorff)
2014-08-27 17:09:06 -07:00
Wes Kocher
d675b10b9f
Merge m-c to inbound a=merge
2014-08-27 16:59:25 -07:00
Jeff Gilbert
1909c23f43
Bug 996266 - Fall back from failed WebGL context creation attribs. - r=kamidphish,bjacob
2014-08-27 16:16:22 -07:00
Garvan Keeley
20eccb044c
Bug 1033274 - SendLocation is not considering the PositionOptions.maximumAge. r=kanru
...
The first patch for this bug adds a cached location within the GPS
provider, which may get used as part of a watch request. If the watch
request has a maximumAge option specified, then SendLocation should
only send locations to the DOM that meet this condition.
2014-08-21 15:26:00 -04:00
Garvan Keeley
3e8f5ba116
Bug 1033274 - Added logic when MLS responds to GPS provider. r=kanru
...
NetworkGeolocationProvider is listened to by the Gonk GPS provider, and
these updates are to be used in certain cases (such as the GPS is
inactive) or ignored in other cases so as not overwrite an accuracte GPS
location with and inaccurate MLS location.
Fixed the GPS position's timestamp; the code was using the satellite provided
timestamp. This timestamp bubbles up to the DOM eventually, which has no
knowledge of GPS timestamp delays, thus it needs the current system time.
2014-08-22 07:37:00 -04:00
Aaron Klotz
67a93f2a56
Bug 1006234 - Fix some timeout problems with test_hangui. r=bsmedberg
2014-08-27 12:03:00 -04:00
Kearwood (Kip) Gilbert
95a74cd0af
Bug 1022818
- Part 2: Implement Smooth Scrolling. r=bz
...
- Updated ScrollTo method in nsGlobalWindow to accept a
mozilla::dom::ScrollOptions parameter to select between the instant
and smooth MSD motion.
- Updated WebIDL binding boilerplate scrolling functions in nsGlobalWindow
to pass the correct value of mozilla::dom::ScrollBehavior to the
implementation and functions, activating smooth scrolling.
- These functions will need to be updated again to support the scroll-behavior
CSS property in Bug 1010538.
--HG--
extra : rebase_source : 7c9ce94d09fed5c4aea63442d683876c0a9a2e50
2014-08-05 15:01:34 -07:00
Kearwood (Kip) Gilbert
ec32c40364
Bug 1022818
- Part 1: Update webidl interfaces. r=bz
...
- Extended the Element and Window webidl interfaces as described in the
CSSOM-View smooth-scrolling specification.
- The Element.scrollTop and Element.scrollLeft changes have been omitted
until either WebIDL is extended to allow properties to have union datatypes
that contain dictionaries or the CSSOM-View smooth-scroll specification
is upddated. This will not prevent the other interface changes from being
useful.
- Implemented wrapper functions for the nsGlobalWindow to connect to the new
WebIDL bindings. The ScrollOptions parameters are ignored in this patch,
and used in Part 3 of this patch series.
--HG--
extra : rebase_source : db617cb63780e039ad69e4ed100c13042c676949
2014-08-05 15:01:32 -07:00
Jeff Gilbert
ad903492aa
Bug 1057061 - Handle timer lifetime outlasting WebGLContext. r=kamidphish
2014-08-22 12:55:00 -04:00
Carsten "Tomcat" Book
f5d8c3cf28
Backed out changeset 7a3ee3395e46 (bug 1055427) for wrong commit message
2014-08-25 14:52:11 +02:00
Ted Clancy
fcb73c6af1
Date: Tue Aug 12 08:59:47 2014 -0400
...
Bug 1055427 - Part 1: Adding KillChild() method to nsIMessageManager. r=sicking
2014-08-23 14:21:00 +02:00
Ed Morley
c4a81b670c
Backed out changeset 171355fe87e1 (bug 1040924) for mochitest-1 failures on B2G desktop; CLOSED TREE
2014-08-22 15:37:52 +01:00
Andrea Marchesini
c8048849b3
Bug 1040924 - Re-enable the serviceworkers tests on everything except Android 2.3 and B2G debug. r=RyanVM
2014-08-21 04:39:00 -04:00
peter chang
9bca72bc16
Bug 1054901 - Add AsyncPanZoomStarted/Stopped notifications to scroll observers. r=roc
2014-08-22 04:32:00 -04:00
Brian Birtles
b2ae0e90c8
Bug 1045993 part 4 - Add tests for Animation.effect.name; r=dbaron
2014-08-22 13:42:48 +01:00
Brian Birtles
07f814acdf
Bug 1045993 part 3 - Add AnimationEffect.name; r=dbaron, r=bz
2014-08-22 13:42:48 +01:00
Brian Birtles
5dd17adb88
Bug 1045993 part 2 - Move the animation name from AnimationPlayer to Animation; r=dbaron
...
This patch stores the animation name on the Animation object rather than its
AnimationPlayer. This is because Animation objects don't have a reference to
their AnimationPlayer but their AnimationEffect needs access to the animation
name.
This patch also adds an accessor for AnimationPlayer to get the name from its
Animation (since players *do* have a reference to their source animation
content).
2014-08-22 13:42:48 +01:00
Brian Birtles
aa863b8144
Bug 1045993 part 1 - Add AnimationEffect interface and Animation.effect member; r=dbaron, r=bz
2014-08-22 13:42:47 +01:00
Brian Birtles
50b24c51fd
Bug 1045994 - Add a chrome-only property to AnimationPlayer to indicate if an animation is running on the compositor; r=dbaron, r=bz
2014-08-22 13:42:47 +01:00
Florian Quèze
5ae2396923
Bug 1056172
- the recording-window-ended notification isn't reliably fired, r=jesup.
2014-08-22 12:21:48 +02:00
Randell Jesup
5f06a75825
Bug 1050802: Backend to allow stopping sharing for screen/window for a WindowID r=jib
2014-08-22 10:27:16 +01:00
Nigel Babu
d845c02f6c
Backed out 2 changesets (bug 1050802) for bustage, CLOSED TREE
...
Backed out changeset c365e93b8e42 (bug 1050802)
Backed out changeset 7e35629e7cdb (bug 1050802)
2014-08-22 12:53:32 +05:30
Nigel Babu
d225994274
Backed out changeset a209d60bed50 (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:34:58 +05:30
Nigel Babu
0f8d982f02
Backed out changeset 3708cca072dc (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:34:37 +05:30
Nigel Babu
10790870f1
Backed out changeset b2679f354c15 (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:34:09 +05:30
Nigel Babu
d8c148da74
Backed out changeset 429de5ae1110 (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:33:54 +05:30
Nigel Babu
6899805e31
Backed out changeset b695c5227ce6 (bug 1052240) for b2g ics m7 bustage
2014-08-22 11:33:43 +05:30
Patrick Wang (Chih-Kai Wang)
c07936e942
Bug 1040017: Prevent ContentParent from sending broadcast message to Nuwa. r=khuey
2014-08-22 13:41:34 +08:00
Randell Jesup
340666f9f9
Bug 1050802: Backend to allow stopping sharing for screen/window for a WindowID r=jib
2014-08-22 01:29:21 -04:00
Jeff Gilbert
3d56b3a65a
Bug 1052240 - Mark tests to fail/skip. - r=kamidphish
2014-08-21 19:17:33 -07:00
Jeff Gilbert
1983dfa494
Bug 1052240 - Rearrange some code. - r=kamidphish
2014-08-21 19:17:32 -07:00
Jeff Gilbert
cbb8cd4984
Bug 1052240 - Fix test failures. - r=kamidphish
2014-08-21 19:17:32 -07:00
Jeff Gilbert
a466a23895
Bug 1052240 - Generate mochi-wrapper files. - r=kamidphish
2014-08-21 19:17:32 -07:00
Jeff Gilbert
d5cb7903b8
Bug 1052240 - Add mochi-wrapper generator and template files. - r=kamidphish
2014-08-21 19:17:31 -07:00
Trevor Saunders
86b7aff8fc
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
2014-08-05 13:33:55 -04:00
Matt Woodrow
4d7eebfb5f
Bug 1056427 - Stop PRenderFrame from managing PLayerTransaction since it hasn't worked since the layers refactoring. r=roc
...
--HG--
extra : rebase_source : 38c86648bb8e59a6b992bd377acb9aacb418c98b
2014-08-22 12:16:44 +12:00
Bobby Holley
354fc3883c
Bug 981218 - Remove default compartment objects. r=luke
...
\o/
2014-08-21 17:13:51 -07:00
Bobby Holley
cb544bb5fc
Bug 981218 - Stop using a default compartment object in the IndexedDB and ProxyAutoConfig JSRuntimes. r=bobowen
2014-08-21 17:13:51 -07:00
Bobby Holley
5aba854bf7
Bug 981218 - Stop using default compartment objects in workers. r=bobowen
2014-08-21 17:13:51 -07:00
Bobby Holley
561561f2cb
Bug 981218 - Stop using default compartment objects in nsJSUtils.cpp. r=bobowen
2014-08-21 17:13:50 -07:00
Bobby Holley
1bb0323cec
Bug 981218 - Remove the JSAutoCompartment from cx pushing. r=bobowen
...
By this point, AutoJSAPI takes care of entering the correct compartment, so this
no longer serves a purpose.
2014-08-21 17:13:50 -07:00
Walter Litwinczyk
4926540d4b
Bug 1049960 - WebGL generate invalid operation errors when copyTex[Sub]Image2D is called with a format that is not a subset of the FBO format. r=jgilbert
2014-08-20 13:38:42 -07:00
Andrew McCreight
8e2fe2ee76
Bug 963382 - Fix misaddressed review comment.
2014-08-21 14:31:44 -07:00
Andrew McCreight
cc9e344e0a
Bug 1053920 - Define and use JSNativeArguments in Codegen.py. r=bz
2014-08-21 14:31:44 -07:00
Andrew McCreight
2947a1c2bf
Bug 1056316 - Prune out obsolete cases from error message about combining Throws with other things. r=bz
2014-08-21 14:31:43 -07:00
Andrew McCreight
cd664822be
Bug 963382, part 2 - Add chrome JS function for clearing cache. r=bz
2014-08-21 13:56:11 -07:00
Andrew McCreight
6507b9119d
Bug 963382, part 1 - Split out MethodDefiner's JS implemented case into its own thing. r=bz
2014-08-21 13:56:11 -07:00
Nathan Froyd
631962a036
Bug 1055281 - check for existence of paths in LOCAL_INCLUDES in moz.build; r=mshal
2014-08-20 11:51:33 -04:00
Sean Lin
722cd320fc
Bug 1014023 - [Datastore] Notify apps of changes in datastore without being opened. r=baku, r=gene
2014-06-27 15:58:47 +08:00
Andrea Marchesini
93621e30cd
Bug 1002571
- Implement navigator.serviceWorker.getRegistrations. r=nsm
2014-08-20 11:40:00 -04:00
Ed Morley
78126033f5
Merge mozilla-central and inbound
2014-08-21 14:28:02 +01:00
Ed Morley
a58edce803
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-08-21 13:44:28 +01:00
Ed Morley
0995cbe339
Backed out changeset 7a6008e82204 (bug 1040017) for B2G nonunified build failures
2014-08-21 10:44:06 +01:00
Thomas Zimmermann
15fbfb1a8a
Bug 1053804: Replace |MainThreadTask| by |CloseScoRunnable|, r=shuang
...
|MainThreadTask| performs different operations on the main thread,
depending on a given command flag. There is only one command, CLOSE_SCO,
in use.
This patch removes the command infrastructure and replaces |MainThreadTask|
by |CloseScoRunnable|, which implements only this single operation.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
1360f1b2dd
Bug 1053804: Cleanup Bluetooth Handsfree manager, r=shuang
...
This patch removes the unusued callback code from Bluetooth's
Handsfree manager.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
5e5bc1cd09
Bug 1053804: Integrate runnables into Handsfree notifications, r=shuang
...
A number of notifications dispatch runnables to the main thread for
invoking actions. This is not requireed, as notifications already
run on the main thread. This patch merges the runnable's code into
the respective notifications.
2014-08-21 10:10:39 +02:00
Thomas Zimmermann
43e680c63c
Bug 1053804: Use Bluetooth Handsfree notifications, r=shuang
...
This patch replaces Handsfree callbacks by notifications. One
important change is that the first call to |BluetoothHandsfreeManager::Get|
now happens during initialization. Hence the Handsfree manager is now setup
immediately, instead of later at use.
2014-08-21 10:10:38 +02:00
Thomas Zimmermann
2bed41e8de
Bug 1053804: Implement Bluetooth Handsfree notifications, r=shuang
...
The patch adds notifications support to the Handsfree manager. Each
notification's method is taken from the respective callback code, with
changes to the arguments' data types.
2014-08-21 10:10:38 +02:00
Thomas Zimmermann
71cdd30826
Bug 1053804: Add Bluetooth Handsfree notifications, r=shuang
...
The notification interface consists of virtual methods that are
invoked form the Bluetooth backend on certain events. The Handsfree
manager can implement the methods to handle these events.
2014-08-21 10:10:37 +02:00
Thomas Zimmermann
b5af5384e0
Bug 1050174: Cleanup interface of |BluetoothSocket| (under bluetoth2/), r=btian
...
This patch cleans up the interface of Bluedroid's |BluetoothScoket|
to look more similar the interface of |UnixSocketConsumer|, from
which it descends.
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
65390413b4
Bug 1050174: Use |SocketIOShutdownTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
687df7c88d
Bug 1050174: Use |SocketIOSendTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:37 +02:00
Thomas Zimmermann
a78eebb573
Bug 1050174: Use |SocketIOTask| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
2c81ab87b1
Bug 1050174: Use |SocketIOBase| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
7f22b95680
Bug 1050174: Use |SocketIODeleteInstanceRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
88c87ce68d
Bug 1050174: Use |SocketIORequestClosingRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:36 +02:00
Thomas Zimmermann
e7f495af17
Bug 1050174: Use |SocketIOReceiveRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
8ee99a171e
Bug 1050174: Use |SocketIOEventRunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
f584114663
Bug 1050174: Use |SocketIORunnable| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:35 +02:00
Thomas Zimmermann
3eafa853fe
Bug 1050174: Use |SocketConsumerBase| for Bluetooth sockets (under bluetooth2/), r=btian
2014-08-21 09:30:34 +02:00
Thomas Zimmermann
e0177d1acf
Bug 1050174: Cleanup fields in |DroidSocketImpl| (under bluetooth2/), r=btian
...
|DroidSocketImpl| contains several unused fields that are removed
by this patch.
2014-08-21 09:30:34 +02:00
Nicholas Nethercote
0d6350111c
Bug 1051106 - Remove a useless waitForScan() call. r=vchang.
...
--HG--
extra : rebase_source : fab1721336cd1c9878b7f8259524d73ea9fcebfe
2014-08-20 18:36:59 -07:00
Shian-Yow Wu
a52f2ebbf3
Bug 1048615 - Test case for multiple simultaneous access. r=fabrice
2014-08-21 19:09:37 +08:00
Kyle Machulis
1d5ce3afdf
Backing out b5d49f1885af as it wasn't properly backed out in 0611006cc095
...
--HG--
extra : rebase_source : 22687deeeee7abd76e424b21bec8fc59fb6f7515
2014-08-20 13:37:55 -07:00
Ryan VanderMeulen
c1a069b5aa
Merge m-c to b2g-inbound. a=merge
2014-08-20 16:21:52 -04:00
Ryan VanderMeulen
9767936074
Merge inbound to m-c. a=merge
2014-08-20 16:14:23 -04:00
Fabrice Desré
f9222f1d8e
Bug 1056226 - "Unrecoverable" app uninstall does not send manifest information to uninstall event r=marco
2014-08-20 12:27:32 -07:00
Kyle Machulis
ac4292322a
Backed out d71120161e89 b5d49f1885af (bug 846200) due to missing xpc shell test fix patch
2014-08-20 12:01:18 -07:00
Kyle Machulis
2774a39a7e
Bug 846200 - Update mochitests to use new settings-api permissions
2014-08-20 10:40:40 -07:00
Kyle Machulis
7f4bf1c359
Bug 846200 - Support for granting settings permissions on a per-permission basis
2014-08-20 10:40:37 -07:00
Reuben Morais
b12088712e
Bug 1040333 - Set principal flags in WorkerPrivateParent ctor. r=khuey
2014-08-20 14:34:14 -03:00
Patrick Wang (Chih-Kai Wang)
175107afe0
Bug 1040017: Prevent SetOffLineStatus from being sent to Nuwa after loading. r=khuey
2014-08-21 13:32:57 +08:00
Dave Hylands
4c3f030ade
Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
2014-08-19 13:41:35 -07:00
Ed Morley
ac5b975368
Merge mozilla-central and b2g-inbound
2014-08-20 15:19:45 +01:00
Ed Morley
83a5064ff2
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-08-20 14:46:55 +01:00
John Daggett
80c7dbced9
Bug 975744 - remove font features pref and enable features by default. r=dbaron
2014-08-20 16:54:35 +09:00
John Daggett
e798768265
Bug 1041951 - fix SMIL tests that create a psuedo computed style for shorthands. r=birtles
...
The 'font-variant' property is now a shorthand, so the set of longhand values affected is different from before. Switch the test to set the longhand property for the 'small-caps' value.
2014-08-20 16:54:29 +09:00
Nigel Babu
d074be59bd
Backed out changeset 19e59c14b0aa (bug 1049240) for xpshell bustage
2014-08-20 12:19:36 +05:30
Kyle Machulis
324ae33c35
Backed out 82bed38ff50a (bug 900551, bug 1015518, bug 846200) due to marionette webapi test bustage on ICS Emulator
2014-08-19 22:33:36 -07:00
Kyle Machulis
3405fcc619
Backed out c4c490f3b301, previous backout of bug 900551, bug 1011518, bug 846200, now fixed by bug 1055898 (51afb4de4a25)
2014-08-19 21:05:50 -07:00
Randy Lin
18aa1b5a41
Bug 1054219 - [B2G][SpeakerManager] Avoid to create unnecessary speakerManager instance on child process. r=baku
2014-08-20 10:25:55 +08:00
Wes Kocher
5751063f77
Merge m-c to inbound a=merge
2014-08-19 18:25:36 -07:00
Bobby Holley
4b70ab69fd
Bug 1036214 - Tests. r=bz
...
This whole test setup comes from bug 923904, so some of the things it's testing
need to be rejiggered (like the checkGlobal stuff).
2014-08-19 18:12:15 -07:00
Bobby Holley
12abd6ffbc
Bug 1036214 - Do a subsumes check on object and any parameters (and things containing them) to JS-implemented WebIDL. r=bz
2014-08-19 18:12:15 -07:00
Wes Kocher
b44b024b88
Backed out 8 changesets (bug 1015518, bug 900551, bug 1011518, bug 846200) for build bustage
...
Backed out changeset 59eb7edaa6ed (bug 1015518)
Backed out changeset 04a531d5647e (bug 1011518)
Backed out changeset 9ac939654549 (bug 1011518)
Backed out changeset 2f707489d892 (bug 900551)
Backed out changeset f2a0a448e563 (bug 900551)
Backed out changeset f130f54ea09a (bug 900551)
Backed out changeset 9d38e8901847 (bug 846200)
Backed out changeset 744da032a2de (bug 846200)
2014-08-19 14:49:02 -07:00
Kyle Machulis
fe7068249e
Bug 1015518 - Update users of settings observer message field to use boolean; r=gene
2014-08-19 13:43:58 -07:00
Kyle Machulis
1879d0b8c2
Bug 1011518 - Fix SettingsService mochitests; r=bent
2014-08-19 13:43:58 -07:00
Kyle Machulis
07874a229d
Bug 1011518 - Use SettingsRequestManager as SettingsService Backend; r=bent
2014-08-19 13:43:57 -07:00
Kyle Machulis
4ea1aae7ab
Bug 900551 - Mochitests for settings permissions; r=bent r=ehsan
2014-08-19 13:43:57 -07:00
Kyle Machulis
8ffaeb298b
Bug 900551 - Add new permission for wallpaper setting; r=bent
2014-08-19 13:43:57 -07:00
Kyle Machulis
1221c808f3
Bug 900551 - Settings API OOP; r=bent
2014-08-19 13:43:57 -07:00
Kyle Machulis
0705deb2a1
Bug 846200 - Update mochitests to use new settings-api permissions; r=bent
2014-08-19 13:43:56 -07:00
Kyle Machulis
5fcce6638a
Bug 846200 - Support for granting settings permissions on a per-permission basis; r=bent
2014-08-19 13:43:56 -07:00
Dave Hylands
05fb00374e
Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
...
--HG--
extra : rebase_source : a4d8cd8413ef1ea7dddb57fed87c723a923ea0bf
2014-08-19 13:41:35 -07:00
Ryan VanderMeulen
455e48bbde
Merge inbound to m-c. a=merge
2014-08-19 16:09:47 -04:00
Ryan VanderMeulen
476e0aef44
Merge m-c to inbound. a=merge
2014-08-19 16:25:33 -04:00
Botond Ballo
1d16def11d
Bug 923512 - Introduce strongly-typed coordinate classes. r=kats,Bas
...
--HG--
extra : rebase_source : 22e5fe577ea503aede765c70e16c0bf875c4a9fd
2014-08-19 13:08:16 -04:00
Fabrice Desré
3c97fffc91
Bug 899322 - Convert the mozApps API to use webidl r=marco,bholley
2014-08-19 09:30:54 -07:00
Ed Morley
de83ad501a
Merge mozilla-central and b2g-inbound
2014-08-19 15:19:13 +01:00
Lynn Tran
36bc853044
Bug 1041335 - Add a mozilla::services getter for nsIServiceWorkerManager; r=ehsan
2014-08-18 21:13:14 -04:00
Ehsan Akhgari
71d866e73e
Bug 1007778 - Add a devtools API to make some Web Audio nodes pass through their inputs; r=roc,smaug
2014-08-18 20:12:50 -04:00
Szu-Yu Chen [:aknow]
d139be4e23
Bug 1054909 - Don't pass number to Callback constructor. r=hsinyi
2014-08-18 19:26:00 -04:00
Andrew McCreight
7d09c19d13
Bug 1048659 - Return the union we construct in a JS callback. r=peterv
2014-08-19 08:41:26 -07:00
Juan Gomez
a97c9bdb71
Bug 1054791 - [Flatfish][Build] Build failed in BluetoothInterface.cpp: 'bt_remote_version_t' does not name a type. r=tdz
2014-08-17 16:21:00 -04:00
Szu-Yu Chen [:aknow]
c09163d500
Bug 1053110 - Part 4: Move clir logic to TelephonyService. r=hsinyi
2014-08-19 00:24:00 -04:00
Szu-Yu Chen [:aknow]
43d8c743ff
Bug 1053110 - Part 3: Create a helper: sendToRilWorker. r=hsinyi
2014-08-19 00:23:00 -04:00
Szu-Yu Chen [:aknow]
e14884ba69
Bug 1053110 - Part 2: Refactor MMI regex. r=hsinyi
2014-08-19 00:23:00 -04:00
Szu-Yu Chen [:aknow]
d85761b324
Bug 1053110 - Part 1: Add mmi code test. r=hsinyi
2014-08-19 00:23:00 -04:00
Chuck Lee
89e5b88b70
Bug 1051660 - 0002. Test case for Wifi Enable API. r=hchang
2014-08-18 15:10:27 +08:00
Chuck Lee
ebc687e577
Bug 1051660 - 0001. Fix minor bugs in API implementation. r=hchang
2014-08-18 15:10:24 +08:00
Junior Hsu
57c101009b
Bug 1005818 - Part 2: Only limited browser API are available to a widget. r=kanru
...
1. Add |ownerIsWidget| in nsIFrameLoader.idl
2. Add |GetReallyIsWidget| in nsIMozBrowserFrame.idl
3. Hide the methods of browser API of a widget
4. Hide security-sensitive mozbrowser events of a widget
2014-08-19 15:14:22 +01:00
Junior Hsu
e84ab195da
Bug 1005818 - Part 1: Load a widget as an app if the |src| is in the |widgetPages|. r=fabrice, sr=sicking
...
1. Add permission |embed-widgets| and Element attribute |mozwidget|
2. Add |hasWidgetPage| in /mozIApplication.idl
3. Check permission |embed-widgets| and the |src| is in the |widgetPages| when |GetAppManifest|
4. Add test case
5. Should enable preference |dom.enable_widgets|
2014-08-19 15:14:08 +01:00
Ed Morley
cc036453b6
Backed out changeset 721eb8e94100 (bug 1014023) for exceptions during test_widget.html
2014-08-19 15:12:32 +01:00
Ed Morley
0a2146dfad
Backed out changeset e020d647d6d3 (bug 1005818) for exceptions during test_widget.html
2014-08-19 15:06:12 +01:00
Ed Morley
f049ad3ce3
Backed out changeset e71a3cac1b3d (bug 1005818)
2014-08-19 15:05:51 +01:00
Hsin-Yi Tsai
f468e71fa1
Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 4 - xpcshell stk. r=edgar
2014-08-12 18:05:38 +08:00
Hsin-Yi Tsai
c8ad12afb7
Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 3 - xpcshell IconLoader. r=edgar
2014-08-15 17:11:47 +08:00
Hsin-Yi Tsai
213c96ef14
Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 2 - xpcshell SimRecordHelper. r=edgar
2014-08-13 19:09:21 +08:00
Hsin-Yi Tsai
b2844e4fb7
Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 1 - impl. r=edgar, r=vicamo
2014-08-13 19:06:32 +08:00
Kyle Huey
250da0f793
Bug 1034312: Inherit from interfaces when using the NS_DECL_NSIFOO macros in b2g. r=vicamo
2014-08-19 18:01:49 -07:00
Ben Kelly
8e1d2af013
Bug 1049552 Avoid PBackground addref off main thread in GetOrCreateForCurrentThread(). r=bent
2014-08-20 19:42:00 -04:00
Bill McCloskey
d3390cb4aa
Bug 1053999 - Be more conservative in recursion checks before brain transplants (r=bholley)
2014-08-20 18:14:56 -07:00
Wes Kocher
ccac14d435
Merge m-c to inbound a=merge
2014-08-20 18:13:40 -07:00