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
Walter Litwinczyk
db85cd06c6
Bug 974744 - WebGLFramebuffer.cpp add missing STENCIL_ATTACHMENT completeness check for textures. r=jgilbert
2014-08-19 13:24:39 -07:00
Robert Bindar
c03560557d
Bug 899585 - Add custom data support in the Notification constructor r=baku
2014-08-20 17:56:12 -07:00
Wes Kocher
f1646bf5bb
Backed out changeset 2a9cfbab0adc (bug 1053999) for Windows build bustage on a CLOSED TREE
2014-08-20 16:08:04 -07:00
Bill McCloskey
07fa0dbfeb
Bug 1053999 - Be more conservative in recursion checks before brain transplants (r=bholley)
2014-08-20 15:16:07 -07:00
Daniel Holbert
9e00e9b79d
Bug 1020661: Ignore GCC warning Wunused-local-typedefs inside of webrtc's scoped_ptr.h header. r=jesup
2014-08-20 14:56:12 -07:00
Ryan VanderMeulen
655d07d1e0
Merge m-c to inbound. a=merge
...
CLOSED TREE
2014-08-20 16:23:04 -04:00
Andrea Marchesini
bd3a7549ff
Bug 1043004 - Update ServiceWorkerContainer API to spec. r=bkelly
2014-08-19 09:56:00 -04:00
Bobby Holley
ddf23b18bf
Bug 796938 - Remove GetDynamicScriptContext API. r=smaug
2014-08-19 12:02:08 -07:00
Bobby Holley
3e249c1824
Bug 796938 - Switch to GetEntryGlobal in nsLocation::SetHrefWithBase. r=smaug
...
We leave this flag on the script context for now - we can move it somewhere
else later.
2014-08-19 12:02:08 -07:00
Bobby Holley
b7f673b26a
Bug 796938 - Use GetEntryGlobal in NS_ScriptErrorReporter. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
d8d5bb8cea
Bug 796938 - Use GetEntryGlobal in nsGlobalWindow::FireAbuseEvents. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
d176fec55d
Bug 796938 - Remove GetDynamicScriptGlobal API. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
74a7f8e60a
Bug 796938 - Switch nsLocation::GetSourceBaseURL to GetEntryDocument. r=smaug
2014-08-19 12:02:07 -07:00
Bobby Holley
740581f7a6
Bug 796938 - Switch to GetEntryDocument in GetDocumentCharacterSetForURI. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
1e331db196
Bug 796938 - Switch to GetEntryGlobal in GetCallerDocShellTreeItem. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
5f98ce0846
Bug 796938 - Switch nsGlobalWindow::SecurityCheckURL to GetEntryGlobal. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
115b664102
Bug 796938 - Switch nsHTMLDocument::Open and XMLDocument::Load to a new GetEntryDocument API and remove nsContentUtils::GetDocumentFromContext. r=smaug
2014-08-19 12:02:06 -07:00
Bobby Holley
2bbc0ff149
Bug 796938 - Switch nsGlobalWindow::Focus to GetEntryGlobal and eliminate nsContentUtils::GetWindowFromCaller. r=smaug
2014-08-19 12:02:05 -07:00
Bobby Holley
16c18914d9
Bug 951991 - Implement GetEntryGlobal. r=smaug
2014-08-19 12:02:05 -07:00
Bobby Holley
025dd6cc2c
Bug 951991 - Assert against calling GetCurrentInnerWindow on an inner. r=smaug
...
The current convention is that this returns null when invoked on an inner, which
callers may or may not handle correctly. But when we start using GetEntryGlobal,
we'll end up with a lot of inners where we used to get outers, so we should get
strict about this now.
2014-08-19 12:02:05 -07:00
Christoph Kerschbaumer
f9f3b04dc6
Bug 1045902: CSP - log warning and ignore 'reflected-xss' directive (r=grobinson)
...
--HG--
extra : rebase_source : 9625060894079debd9cee8bc50bdc3b3be1ee18f
2014-07-31 22:24:07 -07:00
Ms2ger
2908280aa1
Bug 1056138 - Move checks for the PutForwards and Replaceable extended attributes into the WebIDL parser; r=bz
...
In fact, the WebIDL parser already checks for PutForwards, so the check in the
codegen was superfluous.
2014-08-20 17:31:39 +02:00
Markus Stange
a561581570
Bug 1015721 - Add ZoomChangeUsingMouseWheel event. r=smaug
2014-08-20 17:12:02 +02:00
Ed Morley
89146cacef
Merge mozilla-central and inbound
2014-08-20 15:19:09 +01:00
Makoto Kato
8ea4442831
Bug 1050660 - Don't call removeChild immediately after calling setVisible. r=khuey
2014-08-20 20:25:44 +09:00
Makoto Kato
1b50138724
Bug 1050660 - setInputMethodActive doesn't sometimes work when switching IME after boot. r=fabrice
2014-08-20 20:24:47 +09:00
Bill McCloskey
ed3db3ed6a
Bug 1050604 - Get IPDL tests passing again (r=bent)
2014-08-20 12:49:11 -07:00
Bill McCloskey
a15b49d6f6
Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap)
2014-08-20 12:49:11 -07:00
Tim Taubert
64bf066290
Bug 1050318 - Split WebCrypto tests into multiple files to prevent timeouts r=rbarnes
2014-08-19 10:52:58 +02:00
Henry Chang
cb3bffd6e5
Bug 1033983 - Bypass the UTF conversion of null char if it's not the last one. r=chucklee
2014-08-14 16:32:42 +08:00
Ed Morley
cb352a10a2
Backed out changeset a880d4e0d656 (bug 846200) for xpcshell failures in test_bug808734.js; CLOSED TREE
2014-08-19 09:17:30 +01:00
Ed Morley
6798aee341
Backed out changeset b01c7abafbdf (bug 846200)
2014-08-19 09:17:06 +01:00
Kyle Machulis
daac219fc8
Bug 846200 - Update mochitests to use new settings-api permissions; r=bent
2014-08-18 22:06:59 -07:00
Kyle Machulis
01ac90c8aa
Bug 846200 - Support for granting settings permissions on a per-permission basis; r=bent
2014-08-18 22:06:54 -07:00
Ryan VanderMeulen
743dc06513
Merge inbound to m-c. a=merge
2014-08-18 16:04:28 -04:00
Chuck Lee
65a637c1ec
Bug 979739 - Fix netmask string format error and use netHelper. r=vchang
2014-08-13 15:30:01 +08:00
Yoshi Huang
95dabbf0ba
Bug 1054217 - Part 4: Refine Nfc.receiveMessage. r=dimi
...
From 68d1ccd5d2e0e0f85803e56741ae17ff89c4a2a7 Mon Sep 17 00:00:00 2001
---
dom/nfc/gonk/Nfc.js | 61 ++++++++++++++++++++++++-----------------------------
1 file changed, 28 insertions(+), 33 deletions(-)
2014-08-15 17:25:57 +08:00
Yoshi Huang
76ed9bc551
Bug 1054217 - part 3: rename setSessionToken to checkSessionToken. r=dimi
2014-08-18 17:43:28 +08:00
Yoshi Huang
d7ac11ec33
Bug 1054217 - part 2: remove targetsBySessionTokens. r=dimi
...
From 07ca796ae9e1d8f98d8282c2bc4f68046d311fde Mon Sep 17 00:00:00 2001
---
dom/nfc/gonk/Nfc.js | 124 ++++++++++-----------------------------------
dom/nfc/gonk/nfc_consts.js | 2 +
2 files changed, 29 insertions(+), 97 deletions(-)
2014-08-15 16:29:55 +08:00
Yoshi Huang
28d58b9bb7
Bug 1054217 - Part 1: Add onPeerLost in gMessageManager. r=dimi
...
From 1e81ab61d3ff409817415b5e8b610f77461836f8 Mon Sep 17 00:00:00 2001
---
dom/nfc/gonk/Nfc.js | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
2014-08-15 11:31:52 +08:00
Yoshi Huang
608021a46f
Bug 1054119 - B2G NFC: Don't process data from nfcd if error. r=dimi
2014-08-13 18:12:27 +08:00
Nigel Babu
1333e406ef
Backed out changeset 080926480632 (bug 878533) for build failure ON A CLOSED TREE
2014-08-18 08:59:01 +05:30
Nigel Babu
f70516617e
Backed out changeset b658d7efa3b4 (bug 878533) for build failure ON A CLOSED TREE
2014-08-18 08:58:50 +05:30
Vicamo Yang
8f991bbd08
Bug 878533 - 2/2: fix test cases. r=gene, r=smaug
2014-08-18 10:34:16 +08:00
Vicamo Yang
a38ca8b1ef
Bug 878533 - 1/2: move MozSmsFilter to webidl dictionary. r=smaug
2014-08-18 10:34:10 +08:00
Jim Mathies
ddf66b6c7d
Bug 874437 - Only enable ipc sync wait deferred Windows message handling for plugin protocols, everything else should use standard blocking waits. r=bsmedberg
2014-08-15 12:12:37 -05:00
Ryan VanderMeulen
e19d99af2b
Merge inbound to m-c. a=merge
2014-08-16 17:42:29 -04:00
Ryan VanderMeulen
ed05c1f078
Merge m-c to b2g-inbound. a=merge
2014-08-15 17:06:19 -04:00
Ryan VanderMeulen
24a88dd7d4
Merge b2g-inbound to m-c. a=merge
2014-08-15 17:03:00 -04:00
Ryan VanderMeulen
89a7f707c8
Merge fx-team to m-c. a=merge
2014-08-15 16:22:55 -04:00
Jed Davis
d419b12871
Bug 1009995 - Require seccomp-bpf on B2G devices based on Android >= KitKat. r=mwu r=kang
2014-08-15 11:56:28 -07:00
Ed Morley
88acc3bbf6
Merge mozilla-central and fx-team
2014-08-15 17:37:16 +01:00
Ed Morley
451be40554
Merge mozilla-central and b2g-inbound
2014-08-15 17:35:28 +01:00