Commit Graph

203943 Commits

Author SHA1 Message Date
Valentin Gosu
24863e4c29 Bug 473822 - Square brackets not percent-encoded in URI's query-part. r=jduell 2014-09-06 01:32:04 +03:00
Bobby Holley
d7432ae087 Bug 1053725 - When one domain is whitelisted for file:// URI access, whitelist all subdomains. r=bz 2014-09-08 22:22:22 -07:00
Bobby Holley
475844d0c8 Bug 1061136 - Followup bugfix. r=bz 2014-09-08 22:22:21 -07:00
Bobby Holley
b8be4d3f20 Bug 1064550 - Remove xpcWrappedJSErrorReporter. r=bz
Given that the JS engine always clears exceptions immediately after reporting
them, the empty body after JSREPORT_IS_EXCEPTION causes us to eat exceptions
here.
2014-09-08 22:22:19 -07:00
Chris Peterson
b3b77faddd Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem 2014-07-21 21:43:21 -07:00
Benoit Girard
5cb3a91b1e Bug 1064136 - Disable new malformed overdraw test. test-only 2014-09-09 00:14:07 -04:00
Shu-yu Guo
7950a2613f Bug 1056411 - Part 2: Remove the JSAPI C debug mode functions. (r=jimb) 2014-09-08 21:03:31 -07:00
Shu-yu Guo
eb5d9a9824 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
e2eba066ea Bug 1057156 - Remove dead GlobalObject::addDebugger. (r=jimb) 2014-09-08 21:03:31 -07:00
Shu-yu Guo
6a997b1d52 Bug 1060572 - Skip inner asm.js functions in D.S.p.getChildScripts. (r=jimb) 2014-09-08 21:03:30 -07:00
Matthew Gregan
a14a517250 Bug 1064570 - Run end of SourceBuffer update algorithms asynchronously per spec. r=cajbir 2014-09-09 10:29:41 +12:00
Jeff Walden
d582a0d3c0 Bug 1019838 - Various non-unified compilation bustage fixes. r=bustage in a CLOSED TREE 2014-09-08 19:33:58 -07:00
Jed Davis
3090dae119 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
7bfdbee6dc Bug 1064354 - Fix more bad implicit constructors in gfx; r=jrmuizel 2014-09-08 20:48:12 -04:00
Ehsan Akhgari
9729cd4ca9 Bug 1064356 - Fix more bad implicit constructors in security; r=bsmith 2014-09-08 20:47:36 -04:00
Gokcehan Kara
2aa0f35e50 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
39f1e17105 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
06939e95c3 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
e5c8794839 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
50d872cf79 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
9bf11140e4 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
130c88c930 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
fb72204dc4 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
215542cfa3 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
57fe8ab40c 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
b3f9fb2045 Bug 1062077 - Switch SystemErrorReporter to xpc::ErrorReport. r=bz 2014-09-08 16:30:11 -07:00
Bobby Holley
25ec5c8219 Bug 1062077 - Hoist console logging duties into xpc::ErrorReport. r=bz 2014-09-08 16:30:11 -07:00
Bobby Holley
35d62e8c00 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
f6c057a8b4 Merge inbound to m-c. a=merge 2014-09-08 19:10:31 -04:00
Ryan VanderMeulen
95ea4e8797 Merge fx-team to m-c. a=merge 2014-09-08 19:00:24 -04:00
B2G Bumper Bot
9886b6d22c Bumping manifests a=b2g-bump 2014-09-08 15:17:16 -07:00
B2G Bumper Bot
4bf7bcb587 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
7a5c72aa55 Bumping manifests a=b2g-bump 2014-09-08 14:01:55 -07:00
B2G Bumper Bot
d641d48bbb 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
8b082cca9c Bumping manifests a=b2g-bump 2014-09-08 13:32:00 -07:00
B2G Bumper Bot
aaf261aef6 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
9dd5c3c8ce 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
ebbd90d39c 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
81fef10355 Bumping manifests a=b2g-bump 2014-09-08 12:41:57 -07:00
B2G Bumper Bot
7ee6000cd0 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
85493d6593 Bumping manifests a=b2g-bump 2014-09-08 12:06:55 -07:00
B2G Bumper Bot
e1be8c7338 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
04c32f8bec Bumping manifests a=b2g-bump 2014-09-08 10:27:33 -07:00
B2G Bumper Bot
92aaf32e94 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
eca11f9137 Bumping manifests a=b2g-bump 2014-09-08 09:31:58 -07:00
B2G Bumper Bot
b9a65f610c 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
1e65968dcf Bumping manifests a=b2g-bump 2014-09-08 08:36:55 -07:00
B2G Bumper Bot
bc53ff0019 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
cb658776f3 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
815f34bcd0 Bumping manifests a=b2g-bump 2014-09-08 08:17:05 -07:00