Commit Graph

256210 Commits

Author SHA1 Message Date
Birunthan Mohanathas
e1f0334d06 Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan
Comment-only so DONTBUILD.
2015-08-04 16:17:36 -07:00
Ehsan Akhgari
41ccf85272 Fix some bad variable names, no bug 2015-08-04 19:11:16 -04:00
Brian Hackett
0ead1f6023 Bug 1189137 - Don't treat integer stores to unboxed objects as truncated, r=jandem. 2015-08-04 15:41:26 -07:00
Ehsan Akhgari
8ab08ab0bb Bug 1190083 follow-up: Restore the alphabetical order, DONTBUILD 2015-08-04 18:33:29 -04:00
Ehsan Akhgari
84b4de4b3f Bug 1190083 - Rename mozbrowsermediaplaybackchange to mozbrowseraudioplaybackchange; r=fabrice 2015-08-04 18:31:14 -04:00
Ehsan Akhgari
1f87b6a550 Bug 1185982 - Remove the unused NotifyNetworkActivity::mObs member; r=bagder 2015-08-04 18:29:58 -04:00
Sean Stangl
1c6d1661b1 Bug 1183842 - Use InvertCondition to expand the range of conditional branches. r=h4writer 2015-07-14 12:20:02 -07:00
Terrence Cole
d9c7a266eb Bug 1190636 - Replace AutoStringVector with Rooted usage; r=njn 2015-08-03 17:39:03 -07:00
Terrence Cole
9888076651 Bug 1186626 - Part 5: Remove AutoShapeVector; r=sfink 2015-07-23 08:19:08 -07:00
Terrence Cole
851489653b Bug 1186626 - Part 4: Convert ShapeVectors in jsobj.cpp; r=jonco 2015-07-23 08:19:08 -07:00
Terrence Cole
428f8126ce Bug 1190457 - Replace AutoPropertyDescriptorVector with normal Rooted usage; r=jonco 2015-08-03 17:30:47 -07:00
Wes Kocher
993d53cfc6 Merge m-c to inbound, a=merge 2015-08-04 14:55:21 -07:00
Jim Chen
71ef7bbeda Bug 1189818 - Remove jsconsole-clhandler and nsDefaultCLH in Fennec; r=mfinkle
Fennec doesn't use jsconsole-clhandler or nsDefaultCLH because it has
its own CLH, BrowserCLH.js, but they do take up a small but measurable
amount of time on startup.
2015-08-04 17:47:28 -04:00
Jim Chen
fe3b26a9f6 Bug 1187552 - Make NativeJSContainer use direct ownership model; r=snorp
Make NativeJSContainer/NativeJSObject Java objects own their
corresponding C++ objects directly, to reduce an extra
allocation/deallocation for each object and to simplify code.
2015-08-04 17:47:28 -04:00
Jim Chen
d201a85a4a Bug 1187552 - Support direct ownership of C++ objects by Java objects; r=snorp
Add a direct ownership model where the Java object owns the
corresponding C++ object directly, in addition to the WeakPtr model
where the Java object owns a WeakPtr to the C++ object. The WeakPtr
model is chosen when the implementing C++ class inherits from
SupportsWeakPtr. Otherwise, the direct ownership model is chosen. Under
the direct ownership model, a UniquePtr object must be used to attach
the containing C++ object to a Java object, to ensure ownership is
passed on to the Java object.
2015-08-04 17:47:28 -04:00
Jim Chen
412ca11ada Bug 1187088 - Use UNIFIED_SOURCES in widget/android; r=snorp
Fix some compiling errors in unified mode due to header dependency
issues.
2015-08-04 17:47:28 -04:00
Jim Chen
ff569cc4b6 Bug 1186467 - Rewrite NativeJSContainer to use new native JNI scheme; r=snorp
This patch makes NativeJSContainer use per-instance native methods.
NativeJSContainer is also updated to use smart JNI reference classes.
2015-08-04 17:47:28 -04:00
Jim Chen
cf40f969b5 Bug 1186467 - Update generated JNI bindings; r=me 2015-08-04 17:47:28 -04:00
Jim Chen
ad2589d14e Bug 1186467 - Make NativeJSContainer and NativeJSObject extend JNIObject; r=snorp
JNIObject is the base class for any class that wish to use per-instance
native methods. It encapsulates the long native pointer that used to be
in NativeJSContainer.
2015-08-04 17:47:28 -04:00
Jim Chen
1a0434f7e6 Bug 1186467 - Add some JNI utilities for convenience; r=snorp
This patch adds:
* Conversion operator from String::Param to String::LocalRef.
* More overloads of the jni::ThrowException function.
* name members to built-in types like jni::Object, jni::String, etc.
  This allows using jni::Accessors::EnsureClassRef on built-in types
  to get built-in class refs (e.g. jclass for java/lang/String).
* Ability to implicitly convert LocalRef<Cls> to LocalRef<Object>
* Fixes for bugs in LocalRef/GlobalRef where new refs are not created.
* Fixes for inaccurate uses of mozilla::Forward in favor of mozilla::Move
2015-08-04 17:47:28 -04:00
Dustin J. Mitchell
21918b35d8 Bug 1188780: remove setup.sh invocations, as they fail outside the mock environment; r=glandium a=RyanVM 2015-08-04 17:41:07 -04:00
Mike Hommey
a543d5ba59 Bug 1188780 - Include debug symbols in gtk3 tooltool package. r=mshal
(relanding of http://hg.mozilla.org/mozilla-central/rev/a9d3df6e14e0)
2015-08-04 17:26:11 -04:00
Ryan VanderMeulen
32855cf94a Merge inbound to m-c. a=merge 2015-08-04 15:53:06 -04:00
Ryan VanderMeulen
6d069ca887 Merge fx-team to m-c. a=merge 2015-08-04 15:50:01 -04:00
Ryan VanderMeulen
eb01b333d9 Merge b2g-inbound to m-c. a=merge 2015-08-04 15:47:12 -04:00
Ryan VanderMeulen
a94518bc90 Backed out changeset a9d3df6e14e0 (bug 1188780) for causing bug 1190860. a=bustage 2015-08-04 15:21:57 -04:00
Jean-Yves Avenard
a34d61f9a4 Bug 1185115 - Ensure we have enough memory to allocate required capacity. r=kentuckyfriedtakahe
CLOSED TREE
2015-08-04 13:43:17 -04:00
B2G Bumper Bot
bb0be845a6 Bumping manifests a=b2g-bump 2015-08-04 09:58:33 -07:00
B2G Bumper Bot
4c3a896fda Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/68ce99a4e176
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Bug 1110913 - Skip lockscreen_media_playback_test.js for frequent failures in automation.
2015-08-04 09:56:56 -07:00
B2G Bumper Bot
97fc9d65c8 Bumping manifests a=b2g-bump 2015-08-04 09:48:43 -07:00
B2G Bumper Bot
f1eebf43c4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2330e0fd58c5
Author: Fernando Campo <fcampo@users.noreply.github.com>
Desc: Merge pull request #31177 from fcampo/mms-to-email-1185090

Bug 1185090 - [Contacts] Cannot send MMS to email address from details view (r=borjasalguero)

========

https://hg.mozilla.org/integration/gaia-central/rev/ad38f6fedf5c
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 1185090 - [Contacts] Cannot send MMS to email address from contact page.
2015-08-04 09:47:06 -07:00
Sotaro Ikeda
5a4325f60d Bug 1189206 - Remove worng mCurrentPosition update r=cpearce 2015-08-04 06:45:44 -07:00
Tummala Dhanvi
d7966ff439 Bug 1155402 - Change Loop's standalone prompt for gUM to align with Chrome 44 changes. r=Standard8 NPOTB DONTBUILD 2015-08-04 14:08:09 +01:00
Till Schneidereit
89d4535286 Bug 1190727 - Make initialization of temporary results array resilient against Array.prototype setters in self-hosted Map#next implementation. r=jandem 2015-08-04 14:58:27 +02:00
J. Ryan Stinnett
3acca6e379 Bug 1141544 - Disable test_oob_cert_auth (typo fix). r=me 2015-08-04 07:52:06 -05:00
J. Ryan Stinnett
bdbc7b852f Bug 1141544 - Disable test_oob_cert_auth on B2G emulator debug and Android opt. r=me 2015-08-04 07:45:50 -05:00
Carsten "Tomcat" Book
ab5c771537 Merge mozilla-central to b2g-inbound 2015-08-04 13:58:28 +02:00
Carsten "Tomcat" Book
5b32250223 Merge mozilla-central to fx-team 2015-08-04 13:45:01 +02:00
Carsten "Tomcat" Book
0903b3fd7b merge mozilla-inbound to mozilla-central a=merge 2015-08-04 13:01:07 +02:00
Mark Banner
adf5bedf02 Bug 1190298 - Make it easier to access Loop's code coverage. r=andreio NPOTB 2015-08-04 11:57:20 +01:00
Carsten "Tomcat" Book
683f1a0a20 merge fx-team to mozilla-central a=merge 2015-08-04 12:44:15 +02:00
Victor Porof
815c075007 Bug 1173049 - Markers on the edge of time range are hard to interact with, r=jsantell 2015-08-04 12:18:58 +02:00
B2G Bumper Bot
b0b8e7b92d Bumping manifests a=b2g-bump 2015-08-04 03:12:34 -07:00
B2G Bumper Bot
efb2dfa319 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b5c119715f1a
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Revert "Bug 1186301 - [Stingray] Scanning and display BT devices in Device Deck"

This reverts commit 470e3529f768d15b29ffa1be5b7058586d421c76.
2015-08-04 03:10:33 -07:00
Carsten "Tomcat" Book
14f79a5dd7 Backed out changeset d4d78ac3f0d2 (bug 1190074) for memory leaks 2015-08-04 11:35:03 +02:00
B2G Bumper Bot
a423906b44 Bumping manifests a=b2g-bump 2015-08-04 02:26:44 -07:00
B2G Bumper Bot
5716034bb7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3c80248054fa
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #30985 from borjasalguero/new

Bug 1183728 - [Contacts][NGA] Connect #new self-contained view to the…

========

https://hg.mozilla.org/integration/gaia-central/rev/e236e9172db1
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 1183728 - [Contacts][NGA] Connect #new self-contained view to the app. r=arcturus
2015-08-04 02:25:07 -07:00
B2G Bumper Bot
4bb3a13a39 Bumping manifests a=b2g-bump 2015-08-04 01:33:38 -07:00
B2G Bumper Bot
612262a7bc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e267d3e230b
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Merge pull request #31225 from stasm/1190038-sanitize-all-html

Bug 1190038 - Sanitize all HTML elements. r=gandalf

========

https://hg.mozilla.org/integration/gaia-central/rev/642a780a7f1c
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1190038 - Sanitize all HTML elements. r=gandalf
2015-08-04 01:32:01 -07:00
B2G Bumper Bot
6480656159 Bumping manifests a=b2g-bump 2015-08-03 23:14:27 -07:00