Commit Graph

15287 Commits

Author SHA1 Message Date
Jeff Walden
10bde77bda Bug 891177 - Implement mozilla/Vector.h, and make js/Vector.h implement js::Vector using mozilla::Vector's implementation of the functionality. r=terrence
--HG--
rename : js/public/Vector.h => mfbt/Vector.h
extra : rebase_source : d5f87a48485e3f2241228a4b003e80974c86fd5f
2013-07-09 16:33:29 -07:00
Boris Zbarsky
89d42e2daa Bug 893004 part 3. Remove the unused-from-C++ bits of nsIDOMNavigator, except the ones that share implementation with WebIDL anyway. r=smaug
Note that I believe we could remove all these remaining attributes too; it's just some tedious work.
2013-07-17 23:23:52 -04:00
Boris Zbarsky
6be6fb3ca2 Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
2013-07-17 23:23:52 -04:00
Boris Zbarsky
7510a7cbee Bug 893004 part 1. Remove Navigator classinfo. r=smaug 2013-07-17 23:23:51 -04:00
Bobby Holley
8e0afa92a2 Bug 887334 - Stop setting the compartment to defaultCompartmentObject_->compartment(). r=luke
With this change, defaultCompartmentObject_ is just an opaque (though traced)
piece of embedder state on the cx.
2013-07-17 11:53:54 -07:00
Bobby Holley
152a99c222 Bug 887334 - Push a JSContext in nsGlobalWindow::SecurityCheckURL. r=gabor 2013-07-17 11:53:54 -07:00
Bobby Holley
24e02b4db3 Bug 887334 - Conditionally enter a compartment in WorkerPrivate::DoRunLoop. r=mrbkap 2013-07-17 11:53:54 -07:00
Bobby Holley
42bde9bf07 Bug 887334 - Enter a compartment in indexedDB's ThreadLocalJSRuntime. r=bent 2013-07-17 11:53:54 -07:00
Bobby Holley
5420505253 Bug 887334 - Miscellaneous JSAutoCompartments. r=luke 2013-07-17 11:53:53 -07:00
Bobby Holley
1dceda6384 Bug 887334 - Enter a compartment between manual calls to JS_{Save,Restore}FrameChain. r=luke
The stuff in nsXBLProtoImplMethod is doing the same thing, so let's just have
it call into nsJSUtils.
2013-07-17 11:53:52 -07:00
Francesco Lodolo [:flod]
2d267ec063 Bug 894844 - Add localization comment to plural forms in AccessFu.properties. r=yzen 2013-07-17 14:34:22 -04:00
Guillaume Abadie
f11e4e269e Bug 890379 - [WebGL 2.0] Add existing WebGL 1 extensions as WebGL 2 features. r=jgilbert 2013-07-17 12:13:38 -04:00
Ryan VanderMeulen
2e2e0887ff Merge m-c to inbound. 2013-07-17 14:34:19 -04:00
Ryan VanderMeulen
97083e557a Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
Backed out changeset 0ded4854067b (bug 886903)
Backed out changeset ca8afb897e13 (bug 893858)
Backed out changeset c15f503a96cc (bug 868859)
Backed out changeset 6a788f399a7f (bug 868859)
2013-07-17 12:43:59 -04:00
Ryan VanderMeulen
c11458053c Backed out 3 changesets (bug 889480, bug 889788, bug 888908) for mochitest-bc orange.
Backed out changeset d1c616745325 (bug 889788)
Backed out changeset 6fe281a19554 (bug 888908)
Backed out changeset 9b855bab8073 (bug 889480)
2013-07-17 11:34:25 -04:00
Jose Antonio Olivera Ortega
449e299f95 Bug 893727 - Part 2: Test for CLIP. r=ferjm 2013-07-17 17:28:34 +02:00
Jose Antonio Olivera Ortega
8fe7a26b1b Bug 893727 - Part 1: RIL changes for CLIP support. r=ferjm 2013-07-17 17:28:30 +02:00
Ed Morley
bd7bdd1fb0 Merge mozilla-central and birch 2013-07-17 15:48:53 +01:00
Ed Morley
a624142f45 Merge latest green inbound changeset and mozilla-central 2013-07-17 15:43:28 +01:00
Ed Morley
762b93b587 Merge mozilla-central and inbound 2013-07-17 15:46:40 +01:00
Masatoshi Kimura
d2352b7f1f Bug 885107 - Sync testharness with the latest upstream. r=Ms2ger 2013-07-17 20:26:24 +09:00
Masatoshi Kimura
616a6b3538 Bug 885107 - Fix testharness tests outside dom/imptests. r=dbaron 2013-07-17 20:26:23 +09:00
Antonio M. Amaya
b23d0db550 Bug 892708 - Add a pluggable decision module to determine if a message can be safely sent before notifying the frontend. r=fabrice, r=gene.lian 2013-07-16 17:09:58 +02:00
Thomas Zimmermann
c476738e61 Bug 868896: Use REQUEST_GET_UNLOCK_RETRY_COUNT on emulator, r=vyang
With this patch, Gecko sends REQUEST_GET_UNLOCK_RETRY_COUNT to rild
when the retry counter for a lock is being queried on the emulator.

On devices other than the emulator the function returns the error code
REQUEST_NOT_SUPPORTED, which is precisely the behavior we currently
implement.
2013-07-17 15:19:36 +02:00
Marco Chen
2065a9ed97 Bug 889730 - Switch states of Headphone are not only On/Off but Headset/Headphone. r=baku 2013-07-17 14:21:00 +08:00
Randy Lin
8c0ad3514e Bug 860584 - [Buri][ACC] Speaker sound when plug out earphone. r=mchen 2013-07-17 13:08:11 +08:00
Marco Castelluccio
e27363e562 Bug 827346 - indexedDB.open() silently fails in an Open Web App (OWA/mozApp). r=myk 2013-07-17 10:00:15 -04:00
Drew Willcoxon
47be8d8d34 Bug 894234 - Guard against audioContext->IsOffline(). r=ehsan 2013-07-17 09:59:08 -04:00
Guillaume Abadie
16e0f88f06 Bug 890311 - [WebGL 2.0] Add WebGL2Context C++ class inheriting WebGLContext. r=jgilbert 2013-07-17 09:58:09 -04:00
David Zbarsky
d7ff0ef7d9 Bug 879475 - Make PBlob manually keep track of its manager r=jlebar 2013-07-16 13:07:09 -07:00
Ryan VanderMeulen
dc407d0548 Merge m-c to inbound. 2013-07-16 16:05:03 -04:00
Ryan VanderMeulen
dd188cfa23 Merge birch to m-c. 2013-07-16 16:03:20 -04:00
Michael Wu
188d8224eb Bug 870311 - Fix coordinates on contextmenu event, r=kats 2013-07-16 15:54:59 -04:00
Ryan VanderMeulen
2c82858b8a Backed out changeset 6c89df01905f (bug 893501) for Android mochitest-7 orange. 2013-07-16 15:15:19 -04:00
Randell Jesup
29052f6c56 Bug 892441: Actually use the new names for createDataChannel r=smaug 2013-07-16 14:33:37 -04:00
Edgar Chen
e6ab21eb88 Bug 893791 - Fix xpcshell tests failed in test_ril_worker_mmi.js. r=vyang 2013-07-15 23:04:22 +08:00
Edgar Chen
9fbb5e515b Bug 866645 - Part 2: Xpcshell tests for the utility function of mcc/mnc parsing. r=allstars.chh 2013-07-16 11:51:44 +08:00
Edgar Chen
ec9e0ae549 Bug 866645 - Part 1: Get the mcc/mnc of CDMA RUIM. r=allstars.chh 2013-07-15 17:22:54 +08:00
Ryan VanderMeulen
e8f08a647e Backed out changeset 129a238dbe1f (bug 889730) for B2G debug bustage. 2013-07-16 11:56:00 -04:00
Marco Chen
9986444a9a Bug 889730 - Switch states of Headphone are not only On/Off but Headset/Headphone. r=baku 2013-07-16 16:30:41 +08:00
Ben Tian
cacf9b5e18 Bug 891210 - [Bluetooth][OPP cleanup] Move file-transfer related static variables into class BluetoothOppManager, r=echou 2013-07-15 12:10:32 +08:00
Ryan VanderMeulen
36288b1ec5 Merge m-c to birch. 2013-07-16 21:22:50 -04:00
Andrea Marchesini
d88d94968c Bug 893501 - Crashfix getting navigator.mozNotification from a stale navigator object. r=bz 2013-07-16 13:33:38 -04:00
Reuben Morais
151081a46c Bug 888801 - Remove searchable fields from contacts before sending them to the child in getAll. r=gwagner 2013-07-01 19:09:51 -07:00
Dave Hylands
b6e3624a62 Bug 876782 - Automounter shouldn't unmount so agressively. r=qdot 2013-07-16 13:14:09 -07:00
Mina Almasry
c62067c22c Bug 713564 - Add an API to declare a stylesheet obsolete. r=bz 2013-07-15 17:28:33 -04:00
Ryan VanderMeulen
096b66dbe7 Merge m-c to inbound. 2013-07-15 17:07:04 -04:00
Ryan VanderMeulen
5ed72ade5c Merge inbound to m-c. 2013-07-15 17:03:59 -04:00
Ryan VanderMeulen
cf98902d13 Backed out changeset d8a89848224b (bug 890928) for B2G mochitest-9 failures. 2013-07-15 13:19:41 -04:00
Gregor Wagner
af8004c69b Bug 892497 - [contacts] the upgrade path is error-prone. r=bent 2013-07-15 10:16:33 -07:00