Bill McCloskey
88913893e5
Bug 787856 - Convert js::GetObjectProto to support lazy protos (r=bhackett)
2012-09-03 16:42:10 -07:00
Santtu Lakkala
b336a299a5
Bug 790198 - Cleanup local JNI references in Android plugins r=snorp
2012-09-11 05:19:00 -04:00
Eric Chou
9727cb5ab9
Bug 791197 - [b2g-bluetooth] BluetoothHfpManager prototype, r=qdot
2012-09-26 21:34:55 +08:00
Shian-Yow Wu
383e6f0264
Bug 785982 - B2G RIL: toggling on->off 3G data call quickly caused data call stay in UP state. r=philikon
2012-09-26 21:05:28 +08:00
Shian-Yow Wu
6b074a34b6
Bug 772747 - B2G RIL: Add method to connect to different APN type. r=philikon
2012-09-26 20:57:37 +08:00
Shian-Yow Wu
0160c54f69
Bug 782513 - B2G RIL: Support multiple instances of RILNetworkInterface. r=philikon
2012-09-26 20:52:21 +08:00
Vivien Nicolas
1b1c8a5e55
Bug 794262 - Navigator.onLine is true if the device is started with wifi disabled. r=philikon
2012-09-26 13:08:50 +02:00
Gene Lian
ee4deb2801
Bug 794127 - hal::AdjustSystemClock should take a 64-bit value. r=cjones
2012-09-26 11:51:29 +08:00
Ed Morley
36027dea2c
Backout be95f234ff6e (bug 776832) for various mochitest-1 failures
2012-09-26 10:31:19 +01:00
Philipp von Weitershausen
0154a7b0b8
Bug 776832 - Add a scriptable API to assert app permissions of apps through messagemanager. r=smaug
2012-09-26 00:41:51 -07:00
Vicamo Yang
a6923a6273
Bug 736706 - Part 5: test cases, r=philikon
2012-09-26 14:56:35 +08:00
Vicamo Yang
fc92df5d99
Bug 736706 - Part 4: Handle Message Class 2, r=philikon
2012-09-26 14:56:29 +08:00
Vicamo Yang
b0b978c5aa
Bug 736706 - Part 3: add Buf.copyIncomingToOutgoing(), r=philikon
2012-09-26 14:56:21 +08:00
Vicamo Yang
651b0447f4
Bug 736706 - Part 2: Handle Message Class 0, r=philikon
2012-09-26 14:56:15 +08:00
Vicamo Yang
c31702c551
Bug 736706 - Part 1: Save message class information, r=philikon
2012-09-26 14:56:08 +08:00
Gina Yeh
0eb3c75249
Bug 792819 - Final version: BluetoothService::Notify() won't be called after receiving agent events, r=qdot
2012-09-26 14:29:19 +08:00
Ryan VanderMeulen
dbf93bfaec
Backout bug 792215 for suspected Windows m-oth leaks.
...
CLOSED TREE
2012-09-25 22:40:56 -04:00
Sid Stamm
59b413b8c8
Bug 768029 - Apply CSP Policy to trusted and certified apps. Temporarily using a overly permissive policy for certified apps until Gaia is updated to handle the desired policy. r=sicking Parts by sicking, r=mounir
2012-09-25 16:28:17 -07:00
Jan Varga
ffcab88696
Bug 773373 part 5: Automatic tests. r=mounir
2012-09-25 16:06:28 -07:00
Jan Varga
e1cb2544b5
Bug 773373 part 4: Add appId and isInBrowserElement to key generation. r=sicking
2012-09-25 16:06:28 -07:00
Jan Varga
7c22a9a928
Bug 773373 part 3: Reject principals that doesn't have URIs. r=sicking
2012-09-25 16:06:28 -07:00
Jonas Sicking
ca6c2026ec
Bug 773373 part 2: Use principals instead of URIs when calculating scopes. r=honzab
2012-09-25 16:06:27 -07:00
Jonas Sicking
b3cf09e386
Bug 773373 part 1: Remove some dead code. r=honzab
2012-09-25 16:06:27 -07:00
Fabrice Desré
43f63c647e
Backout Bug 768029 because that breaks Gaia (see https://github.com/mozilla-b2g/gaia/issues/5177 )
2012-09-25 15:32:20 -07:00
Kyle Machulis
2901f9e7ab
Bug 776182: Patch 3 - Socket I/O for ipc unix sockets; r=cjones r=echou
...
--HG--
rename : ipc/socket/Makefile.in => ipc/unixsocket/Makefile.in
rename : ipc/socket/Socket.cpp => ipc/unixsocket/UnixSocket.cpp
rename : ipc/socket/Socket.h => ipc/unixsocket/UnixSocket.h
extra : rebase_source : 18f401b047424a187863c9fbe8943364330d1f4d
2012-09-25 13:13:15 -07:00
Kyle Machulis
34e4b7b9fb
Bug 789428: Fix object path setting for BluetoothDevice; r=echou
...
--HG--
extra : rebase_source : 7712835dfa55640910721f9a04bb4ee48e8168b4
2012-09-25 11:48:51 -07:00
Ehsan Akhgari
697bec41a5
Bug 793294 - Implement AudioBuffer; r=bzbarsky,smaug
...
This is the full implementation of the AudioBuffer object. There are
two ways to create these objects from an audio context and this patch
implements only one of them.
The construction of the AudioBuffer object is a two step process: the
object should be created with operator new first, and then
InitializeBuffers should be called on it. InitializeBuffers is
fallible, because it uses the JS API to create the underlying typed
arrays, but that's fine, since the length of the buffers comes from web
content, and we don't want to use infallible allocations for those
anyways.
We hold on to the JS objects from the C++ implementation, and trace
through all of those objects, so that a GC does not kill those object
without us knowing.
The buffer should be possible to manipulate from both C++ and JS, and
the C++ object probably needs to support a set of methods for the C++
callers at some point.
2012-09-25 17:58:50 -04:00
Sid Stamm
e00d2f38e0
bug 768029 - Apply CSP Policy to trusted and certified apps. r=sicking. Parts by sicking, r=mounir.
2012-08-02 12:13:53 -07:00
Fernando Rodríguez Sela
475246df32
Bug 744700 - B2G 3G: Notify connection errors in the WebMobileConnection API (part 2), r=philikon
2012-09-25 12:22:38 -07:00
Fernando Rodríguez Sela
3962dc0a8f
Bug 744700 - B2G 3G: Notify connection errors in the WebMobileConnection API (part 1), r=bent
2012-09-25 12:21:39 -07:00
Chris Jones
e5bd906067
Bug 793479: Update C++ permission-checking API to match that of the message-manager one. r=jlebar
2012-09-25 11:52:30 -07:00
Kannan Vijayan
72b7fa4f82
Bug 792215 part 2. Convert old proxy bindings to JSNative getters and setters. r=peterv,ejpbruel
2012-09-25 14:44:40 -04:00
Honza Bambas
41c12a706a
Bug 756717 - Implement 'appcache jar' for apps, r=tlee+jduell
2012-07-31 02:36:00 -04:00
Andrea Marchesini
5ddac65899
Bug 793311 - Crash in nsDOMFileFile::nsDOMFileFile. r=khuey
2012-09-25 11:04:25 -04:00
Marco Chen
02dc2fbc6f
Bug 791329 - Let AudioManager set correct device (headset or headphone) into setDeviceConnectionState according to event from GonkSwitch.cpp. r=mwu
2012-09-25 19:03:50 +08:00
Andrea Marchesini
b13172b91d
Bug 779982 - Change behaviour of getSelf and add amInstalled function. r=sicking
2012-09-25 11:04:24 -04:00
Andrea Marchesini
b97bcdcaf5
Bug 792471 - Fix crash in navigator.mozSms when child process doesn't have 'sms' permission. r=mounir
2012-09-25 14:46:41 +01:00
Benoit Jacob
2249060a44
Bug 750862 - Implement WEBGL_compressed_texture_pvrtc - r=jgilbert
2012-09-25 08:49:28 -04:00
Benoit Jacob
d4fa48d92a
Bug 790712 - Implement WEBGL_compressed_texture_atc - r=jgilbert
2012-09-25 08:49:28 -04:00
Mike Hommey
fb05de0176
Bug 793634 - Force builds to be compatible with gtk 2.18/glib 2.22. r=karlt
2012-09-25 14:47:18 +02:00
Ted Mielczarek
6ea3ea9e57
bug 705047 - re-enable OOP crashreporter tests on mac. r=philor
2012-09-20 10:50:21 -04:00
Yoshi Huang
6707bcf667
Bug 790550 - Part 2: Update RIL for MozStkResponse. r=philikon
2012-09-11 15:06:56 +08:00
Yoshi Huang
41e89574d2
Bug 790550 - Part 1: Update MozStkResponse. r=philikon
2012-09-11 15:05:17 +08:00
Yoshi Huang
16a05a4468
Bug 790543 - Part 2: Add SET_UP_EVENT_LIST in RIL. r=philikon
2012-09-11 10:57:54 +08:00
Yoshi Huang
bfd399727a
Bug 790543 - Part 1: Update IDL. r=philikon.
2012-09-11 12:30:32 +08:00
Yoshi Huang
54092eec59
Bug 787477 - Part 3: Add errorMsg for getICCContacts in RIL. r=philikon
2012-09-07 14:33:16 +08:00
Yoshi Huang
dbcf4d5560
Bug 787477 - Part 2: Update ContactManager and ContactService. r=gwagner
2012-09-07 12:31:20 +08:00
Yoshi Huang
8fa913e529
Bug 787477 - Part 1: Update IDL of getICCContacts. r=philikon. sr=sicking
2012-09-06 16:10:52 +08:00
Hsin-Yi Tsai
6f6f25f1de
Bug 782489 - Use system messages to notify incoming sms events. r=philikon, sr=sicking
2012-09-06 11:03:54 +08:00
Eric Chou
e412c3d761
Bug 793609 - [b2g-bluetooth] Wrong value passed into KeepDBusPairingMessage(), r=qdot
2012-09-25 10:44:00 +08:00
Myk Melez
159114ff49
Bug 791943. r=fabrice
2012-09-24 22:41:21 -04:00
Vincent Chang
56b2168b10
Bug 787421 - Wifi implementation. r=mrbkap
2012-09-13 15:19:47 +08:00
Vincent Chang
1e0b30055a
Bug 787421 - NetworkManager implementation. r=philikon
2012-09-13 15:19:08 +08:00
Vincent Chang
af3a692f9f
Bug 787421 - nsINetworkManager.idl changes. r=philikon
2012-09-13 15:18:48 +08:00
Vincent Chang
5445cad162
Bug 787421 - nsIWifi.idl changes. r=mrbkap
2012-09-13 15:19:26 +08:00
Vincent Chang
107e56cd70
Bug 784733 - Implementation of wifi power saving mode api interface. r=mrbkap
2012-09-24 17:05:47 +08:00
Vincent Chang
1bfce5657f
Bug 784733 - Define wifi power saving mode api interface. r=mrbkap
2012-09-18 15:03:46 +08:00
Ryan VanderMeulen
84dd5fbb59
Merge the last PGO-green inbound changeset to m-c.
2012-09-24 20:47:13 -04:00
Olli Pettay
91520a7f56
Bug 792385 - Try to skip nsJSEventListener in CC, r=mccr8
2012-09-24 23:25:35 +03:00
Olli Pettay
3373c511d2
Bug 793517 - Make nsDOMEventTargetHelper to unmark listeners during canSkip, r=mccr8
2012-09-24 14:05:30 +03:00
Philipp von Weitershausen
10e1e237f5
Back out bug 787420 (changeset a5ad096174ea) due to radio breakage
2012-09-23 00:52:25 -07:00
Philipp von Weitershausen
33b33ff155
Back out bug 793450 (changeset 5dc812bc69dc) as part of the bug 787420 backout.
2012-09-23 00:50:56 -07:00
Philipp von Weitershausen
1c9c334c52
Bug 793450 - RadioInterfaceLayer broken after bug 787420. r=cjones
2012-09-22 23:45:15 -07:00
Diogo Golovanevsky Monteiro
4637fae255
Bug 784402 - Pointer Lock must respect iframe sandbox flag. r=smaug
2012-09-22 20:56:55 -04:00
Marco Castelluccio
56cce214f7
Bug 789341 - Webapps.js catch eats everything. r=fabrice
2012-09-22 20:48:27 -04:00
Marco Castelluccio
f75eb4407e
Bug 786710 - Tests for valid and invalid cases. r=fabrice
2012-09-22 20:48:27 -04:00
Marco Castelluccio
d5db9231ba
Bug 786710 - Don't allow the launch_path of a manifest for absolute URLs to launch an app. r=fabrice
2012-09-22 20:48:26 -04:00
Kyle Huey
b7dbdde7ab
Bug 793434. r=smaug
2012-09-22 12:45:03 -07:00
Jim Mathies
f50c101c4d
Bug 726615 - Implement w3c touch events for Windows. Original patch by Makoto Kato. r=wesj, smaug, mbrubeck
2012-09-22 14:28:35 -05:00
Jim Mathies
efdf204165
Bug 726615 - Completely remove MozTouch event support from mc. r=smaug
2012-09-22 14:28:08 -05:00
Rob Wood
05a0c569c9
Bug 792494 - Develop WebTelephony tests to verify onstatechange events, and redundant operations, update manifiest; r=jgriffin, DONTBUILD (NPOTB)
2012-09-22 14:51:43 -04:00
Bobby Holley
16293a6f1e
Bug 792036 - More manual fixes requested by Andrew. r=mccr8
2012-09-24 14:46:29 +02:00
Bobby Holley
9f03f90fb7
Bug 792036 - Automated fixups. r=mccr8
...
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components | xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
2012-09-24 14:46:29 +02:00
Bobby Holley
7f912ddc79
Bug 792036 - Fix up tests to avoid relying on the existence of window.Components (MANUAL). r=mccr8
...
These are the manual fixes that the ensuing auto-generation can't deal with. Some of them
just fix up formatting (such as Components.\nFoo, so that subsequent auto-generation can
work better).
2012-09-24 14:46:28 +02:00
Bobby Holley
8d0a3c172a
Bug 792036 - Expose |Components| to content in the indexedDB test harness. r=bent
2012-09-24 14:46:27 +02:00
Robert O'Callahan
029e4c3706
Bug 792665. Stop allowing HTMLMediaElement.src = mediaStream, and support HTMLMediaElement.mozSrcObject = mediaStream instead. r=cpearce,jesup
...
--HG--
extra : rebase_source : 1986b88dc293939055b12ec7065c37dae394af8c
2012-09-24 15:47:30 +12:00
Ryan VanderMeulen
c4c6c1f408
Backout 63643fbbde88 due to mochitest-other orange.
2012-09-23 16:48:35 -04:00
Myk Melez
01e392abba
Bug 791943. r=fabrice
2012-09-23 15:26:35 -04:00
Georg Fritzsche
d4ef76ebda
Bug 788512 - Add dumps for Flash processes to the modified plugin hang report. r=bsmedberg
2012-09-11 17:21:26 +02:00
Andrea Marchesini
6fd0393c62
Bug 793020. r=bent
2012-09-22 08:45:00 -04:00
Georg Fritzsche
2659d11123
Bug 791215 - Test for plugin hang submission. r=ted
2012-09-21 19:38:37 +02:00
Fabrice Desré
6b050bae3f
Bug 793243 - Eng builds (VARIANT=) fail to show homescreen on otoro [r=dhylands]
2012-09-21 20:40:03 -07:00
Josh Matthews
a95c881e25
Bug 783878 - Part 2: Allow serializing remote input streams by passing the actor reference over the wire and retrieving the original stream in the parent. r=bent
2012-09-21 13:26:13 -04:00
Ryan VanderMeulen
4920c1223d
Merge m-c to inbound.
2012-09-21 23:36:08 -04:00
Vicamo Yang
fd55fd14fd
Bug 787420: support set/get preferred network type, r=philikon
2012-09-22 11:02:05 +08:00
Ryan VanderMeulen
a7b86073b5
Merge the last PGO-green inbound changeset to m-c.
2012-09-21 22:38:53 -04:00
Rob Wood
2833a2cd5a
Bug 790991 - Develop a WebAPI test to verify swapping held and active calls, update manifest; r=jgriffin, DONTBUILD (NPOTB)
2012-09-20 11:43:21 -04:00
Ray Cheung
800d34a6c9
Bug 779500 - WebFM, r=jlebar,glandium sr=jonas
2012-09-19 11:23:33 -04:00
Steven Lee
11d78eda9d
Bug 749053 - FM radio support: AudioManager implementation. r=jlebar,mwu
2012-09-19 13:51:35 -04:00
Ehsan Akhgari
609f916ab7
Backout changeset 9f16bba541cc (bug 790499) becasuse of build bustage
2012-09-21 15:57:42 -04:00
Nathan Froyd
cc76c0f5b3
Bug 793258 - convert PR_FALSE to false in defined-in-idl-files functions; r=ehsan
2012-09-21 14:40:14 -04:00
Steven Lee
8b5c66d713
Bug 790499 - Time API: Call JS_ClearDateCaches() to update Date object's timezone when the system timezone is reset, r=jlebar
...
--HG--
extra : rebase_source : ddd264047c861c3244dfdf43e695705ec675f066
2012-09-21 14:56:01 -04:00
Etienne Segonzac
f4547e3d31
Bug 793198: Remove an unused import that was causing an NS_ERROR_FACTORY_NOT_REGISTERED on B2G. r=gwagner
2012-09-21 11:30:09 -07:00
Ehsan Akhgari
d7c314fd07
Bug 793219 - Use bools in DOM Bluetooth code instead of nsresults; r=dhylands
2012-09-21 13:21:36 -04:00
Anant Narayanan
9fe5825217
Bug 752352: Implement getUserMediaDevices for privileged chrome code; r=smaug, r=jesup
2012-09-20 12:54:00 -07:00
Eric Chou
8ebfb2171b
Bug 793140 - Replace 'NS_OK' with 'true', r=qdot
2012-09-22 00:16:43 +08:00
Ehsan Akhgari
0a35cb68cb
Bug 792646 - Implement the skeleton of Web Audio source and destination nodes; r=bzbarsky
...
This is the bare minimum that one needs in order to get those interfaces
implemented. The work to make the simplest of Web Audio test cases
actually pass will be done in bug 792649.
2012-09-21 11:33:03 -04:00
Mike Habicher
e695772791
Bug 776934 - Add permissions check to camera API. r=jlebar
2012-09-21 06:32:18 -04:00
Fernando Jiménez
c3c9fb6089
Bug 776417 - Prevent navigator.mozPay from being fired from apps in the background; r=fabrice
2012-09-21 09:20:05 +02:00
Gina Yeh
bb033e8515
Bug 791928 - Final version: Broadcast bonding-related events with device name, r=qdot
2012-09-21 14:17:35 +08:00