Commit Graph

381465 Commits

Author SHA1 Message Date
Chris Peterson
d126c3c24f Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem 2014-07-21 21:43:21 -07:00
Benoit Girard
a871372722 Bug 1064136 - Disable new malformed overdraw test. test-only 2014-09-09 00:14:07 -04:00
Shu-yu Guo
f353135bf9 Bug 1056411 - Part 2: Remove the JSAPI C debug mode functions. (r=jimb) 2014-09-08 21:03:31 -07:00
Shu-yu Guo
c2475516fe Bug 1056411 - Part 1: Remove DebugFromC and clean up compartment debug mode logic. (r=jimb) 2014-09-08 21:03:31 -07:00
Shu-yu Guo
634925d6a5 Bug 1057156 - Remove dead GlobalObject::addDebugger. (r=jimb) 2014-09-08 21:03:31 -07:00
Shu-yu Guo
89ff546770 Bug 1060572 - Skip inner asm.js functions in D.S.p.getChildScripts. (r=jimb) 2014-09-08 21:03:30 -07:00
Matthew Gregan
9ffd4a6f81 Bug 1064570 - Run end of SourceBuffer update algorithms asynchronously per spec. r=cajbir 2014-09-09 10:29:41 +12:00
Jeff Walden
4116b28a2b Bug 1019838 - Various non-unified compilation bustage fixes. r=bustage in a CLOSED TREE 2014-09-08 19:33:58 -07:00
Jed Davis
c3d33c7fa3 Bug 1058977 - Adjust mochitests that do content-process file creation/deletion. r=bz
Some form tests are switched to Blob-backed DOM files; some tests now
use nsIFile but don't create the file, if the test simply uses the path
but doesn't access it; and some tests are moved to mochi-chrome
2014-09-08 18:48:50 -07:00
Ehsan Akhgari
d3f6eb924f Bug 1064354 - Fix more bad implicit constructors in gfx; r=jrmuizel 2014-09-08 20:48:12 -04:00
Ehsan Akhgari
bd73520e3c Bug 1064356 - Fix more bad implicit constructors in security; r=bsmith 2014-09-08 20:47:36 -04:00
Gokcehan Kara
b2b634e5b6 Bug 1019838 - Fix various leaks in dosprintf (in jsprf.cpp and nsTextFormatter.cpp). r=jwalden
--HG--
extra : rebase_source : d0dff2bfa1590db460729f412e92c9ce9dfe1869
2014-09-08 17:26:49 -07:00
Jeff Walden
d69330ead0 Bug 1064054 - Don't assert in baseline that JSOP_INITPROP is never used with __proto__, because it is for method definitions. r=shu
--HG--
extra : rebase_source : 2aefdcebe0d26560cce5237366f76e0f192ea28d
2014-09-08 17:18:53 -07:00
Jeff Walden
3cf0bd780e Bug 1064391 - Fix destructuring into a __proto__ pattern. r=shu
--HG--
extra : rebase_source : dcc08c49d028eeebdcfc1428502fe64e6286b930
2014-09-08 13:59:47 -07:00
Jeff Walden
2e6b85e6f1 Bug 1064451 - Convert assertion-expression-type checking code to not perform a function call. r=froydnj
--HG--
extra : rebase_source : d88adf94137dca875444c4aa8c7b3e9ce9c7dedd
2014-09-07 01:04:09 -07:00
Ehsan Akhgari
37098f6c5e Backed out changeset 9a796d86bae8 (bug 1063728) until people agree what they want to do here 2014-09-08 20:38:21 -04:00
Brian Birtles
a3f0b04309 Bug 1063992 - Set the animation player hold time to zero when it is initially paused; r=dzbarsky
This patch fixes a regression from bug 1033114, m-c changeset 9db3e43c19c1.

That changeset changed the meaning of mHoldTime (despite the commit message
which erroneously refers to mStartTime) to make it an offset from the start time
rather than a timestamp. However, it failed to update the case when we have an
initially-paused player. In that case the offset should be zero but the existing
code set it to the same value as the start time (which is, itself, an offset
from the beginning of the timeline) and the above changeset failed to update
that.
2014-09-09 08:55:34 +09:00
Ryan VanderMeulen
1a839a6f29 Merge m-c to inbound. a=merge
--HG--
rename : mobile/android/tests/browser/junit3/src/tests/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/tests/TestDistribution.java => mobile/android/tests/browser/junit3/src/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/tests/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestJarReader.java => mobile/android/tests/browser/junit3/src/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestRawResource.java => mobile/android/tests/browser/junit3/src/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/tests/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/tests/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java
extra : rebase_source : 45e2cb5230292b398a90b74756ec65f86bfb03ef
2014-09-08 19:31:10 -04:00
Bobby Holley
87c9e0954f Bug 1062077 - Remove now-no-op error reporter munging in mozJSSubScriptLoader.cpp. r=bz
In the past this might theoretically have switched us from
NS_ScriptErrorReporter to xpc::SystemErrorReporter, but those have now been
merged.
2014-09-08 16:30:12 -07:00
Bobby Holley
9ff6cd212d Bug 1062077 - Merge NS_ScriptErrorReporter and xpc::SystemErrorReporter. r=bz
We keep the latter name because it's referenced in more places. Error reporters
will go away entirely in bug 981187.
2014-09-08 16:30:11 -07:00
Bobby Holley
48bda833a2 Bug 1062077 - Report exceptions immediately for non-window globals, and assert that we have a window in ScriptErrorEvent. r=bz
Note that this is a no-op right now, because NS_ScriptErrorReporter currently
relies on nsIScriptContext to get its global, and thus will only ever operate
on window globals. But that will change once we merge this code with that in
xpc::SystemErrorReporter.
2014-09-08 16:30:11 -07:00
Bobby Holley
0ffae4a42a Bug 1062077 - Switch SystemErrorReporter to xpc::ErrorReport. r=bz 2014-09-08 16:30:11 -07:00
Bobby Holley
7ba663f3ec Bug 1062077 - Hoist console logging duties into xpc::ErrorReport. r=bz 2014-09-08 16:30:11 -07:00
Bobby Holley
e85bd78d5d Bug 1062077 - Introduce xpc::ErrorReport. r=bz
I've got it! Let's just wrap the JS thing in an XPCOM thing that duplicates
its fields with a different ownership model! We totally need another one of
those, right? And we could even stick it in XPConnect! </sarcasm>

In seriousness - the code to own, format, and display error reports is
currently spread between the JS engine, JSErrorReporters, an async Runnable
abstraction, and elsewhere. We need to condense it somewhere to start chipping
away at this mess.
2014-09-08 16:30:10 -07:00
Ryan VanderMeulen
6ee49243a4 Merge inbound to m-c. a=merge 2014-09-08 19:10:31 -04:00
Ryan VanderMeulen
6085853db6 Merge fx-team to m-c. a=merge 2014-09-08 19:00:24 -04:00
B2G Bumper Bot
bf76394ab2 Bumping manifests a=b2g-bump 2014-09-08 15:17:16 -07:00
B2G Bumper Bot
792c193b58 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ea08e48f566
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23825 from mikehenrty/bug-1064305-fxa-screen-flow-test

Bug 1064305 - Disable FxOS Accounts screen flow test

========

https://hg.mozilla.org/integration/gaia-central/rev/f41f013b9a8a
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1064305 - Disable FxOS Accounts screen flow test
2014-09-08 15:10:46 -07:00
B2G Bumper Bot
6d437db292 Bumping manifests a=b2g-bump 2014-09-08 14:01:55 -07:00
B2G Bumper Bot
d0cfc388af Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4018738e7884
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 980854 - Remove the workarounds for glitchy touch tones now that bug 848954 has landed r=Rik
2014-09-08 13:55:46 -07:00
B2G Bumper Bot
71ff27780e Bumping manifests a=b2g-bump 2014-09-08 13:32:00 -07:00
B2G Bumper Bot
9c6aab6602 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0324b33813f6
Author: Sam Foster <sfoster@mozilla.com>
Desc: Revert "Bug 1064397 - Fix handling of absolute icon urls in CardsHelper"

This reverts commit 0294015fca59f4f8d08ae8c946c7a3fccce32310.

========

https://hg.mozilla.org/integration/gaia-central/rev/024fa15145d2
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #23815 from sfoster/cards-helper-bug-1064397

Bug 1064397 - Fix handling of absolute icon urls in CardsHelper. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/9fa75b838e4d
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1064397 - Fix handling of absolute icon urls in CardsHelper

========

https://hg.mozilla.org/integration/gaia-central/rev/535ffe4d96b2
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #23727 from DouglasSherk/1040922-dialer-mo

Bug 1040922 - Remove workaround for SIM picker translation. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/2f2ec5910700
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1040922 - Remove workaround for SIM picker translation. r=Rik
2014-09-08 13:25:45 -07:00
Nick Alexander
ba7816f511 Bug 977164 - Update TwoLinePageRow in Remote Tabs home panel. r=margaret
This patch extracts a non-Cursor update method and uses it (when
possible) in the adapter that backs the Remote Tabs home panel.  This
updates the "switch-to-tab" text and button when appropriate.
2014-09-08 12:58:34 -07:00
Nick Alexander
690610ab35 Bug 1063028 - Change tests/browser/junit3 Java package root to be org.mozilla.gecko. r=rnewman
--HG--
rename : mobile/android/tests/browser/junit3/src/tests/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/tests/TestDistribution.java => mobile/android/tests/browser/junit3/src/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/tests/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestJarReader.java => mobile/android/tests/browser/junit3/src/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestRawResource.java => mobile/android/tests/browser/junit3/src/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/tests/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/tests/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java
2014-09-08 12:58:33 -07:00
B2G Bumper Bot
5239e4bfd7 Bumping manifests a=b2g-bump 2014-09-08 12:41:57 -07:00
B2G Bumper Bot
5ced1ce2fb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c0ce7f045e91
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #23643 from millermedeiros/1061140-offline-calendar-l10n

Bug 1061140 - [Calendar] Offline calendar in calendar list will change to English when we disable offline calendar r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/4132a90aea22
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1061140 - [Calendar] Offline calendar in calendar list will change to English when we disable offline calendar
2014-09-08 12:35:46 -07:00
B2G Bumper Bot
42e9881c40 Bumping manifests a=b2g-bump 2014-09-08 12:06:55 -07:00
B2G Bumper Bot
1326d37a25 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c67c967248e
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #23809 from wilsonpage/1063352

Bug 1063352 - the contact update/import button is in a weird place

========

https://hg.mozilla.org/integration/gaia-central/rev/8800aa3c421a
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1063352 - the contact update/import button is in a weird place
2014-09-08 12:00:46 -07:00
B2G Bumper Bot
f4922b6c14 Bumping manifests a=b2g-bump 2014-09-08 10:27:33 -07:00
B2G Bumper Bot
a2de564f9b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b22a32d2a4b2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #23790 from lissyx/bug1010415

Bug 1010415 - Fix notification node removal in marionette test

========

https://hg.mozilla.org/integration/gaia-central/rev/5ddaf17d376f
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1010415 - Fix notification node removal in marionette test r=mhenretty
2014-09-08 10:25:47 -07:00
B2G Bumper Bot
aa9e3eb385 Bumping manifests a=b2g-bump 2014-09-08 09:31:58 -07:00
B2G Bumper Bot
714023cdd3 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3dc4013f5d2f
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #23575 from jpruden92/bug1026789-contacts

Bug 1026789 - [B2G][Contacts]Selecting OK button after receiving airplane mode activated warning message faintly shows two oval buttons in footer

========

https://hg.mozilla.org/integration/gaia-central/rev/028658c1d176
Author: jprudencio <jpruden92@gmail.com>
Desc: Bug 1026789 - [B2G][Contacts]Selecting OK button after receiving airplane mode activated warning message faintly shows two oval buttons in footer

========

https://hg.mozilla.org/integration/gaia-central/rev/b3633aace1e4
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1062602 - Follow up to gaia-subheader semantic change, fix the test in ringtones
2014-09-08 09:25:46 -07:00
B2G Bumper Bot
ce5f28597a Bumping manifests a=b2g-bump 2014-09-08 08:36:55 -07:00
B2G Bumper Bot
832bd30a5f Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac1ab1054e2a
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #23715 from zbraniecki/1062602-add-span-to-gaia-subheader

Bug 1062602 - gaia-subheader should have semantic structure for text. r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/7955d1538481
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1062602 - gaia-subheader should have semantic structure for text

========

https://hg.mozilla.org/integration/gaia-central/rev/8107223dc29b
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #23454 from frsela/STK/Bug1059434

Bug 1059434 - STK display text command doesn't support time duration, r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/ca12ac30617b
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 1059434 - STK display text command doesn't support time duration
2014-09-08 08:30:46 -07:00
Boris Zbarsky
935648f51a Bug 1063889. Fix the handling of sequences of wrapper types in unions. r=khuey 2014-09-08 11:28:57 -04:00
B2G Bumper Bot
aae47a653c Bumping manifests a=b2g-bump 2014-09-08 08:17:05 -07:00
B2G Bumper Bot
9998b681ea Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d4f670c19fdf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23801 from daleharvey/1063789

Bug 1063789 - Do not save places for non-browser frames r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/35615f00a838
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1063789 - Do not save places for non-browser frames r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/03ffcbdf98d7
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #23512 from millermedeiros/1060542-week-view-selected-day

Bug 1060542 - [Calendar] Week view: changing the date should also set the selected day on month view r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/ae5415fbc6c5
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1060542 - [Calendar] Week view: changing the date should also set the selected day on month view
2014-09-08 08:10:34 -07:00
B2G Bumper Bot
389f195f1e Bumping manifests a=b2g-bump 2014-09-08 06:56:54 -07:00
B2G Bumper Bot
ad761a7aef Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f2c5898e2690
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #23725 from iFadey/bug-990047

Bug 990047 - Add a shared function to load JSON files r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/ce07e38a0199
Author: Fawad Hassan <ifadey@ymail.com>
Desc: Bug 990047 - Add a shared function to load JSON files
2014-09-08 06:50:46 -07:00
Carsten "Tomcat" Book
efa9474eef Merge m-c to b2g-inbound 2014-09-08 15:34:29 +02:00