Commit Graph

136630 Commits

Author SHA1 Message Date
Bobby Holley
f77eb1e574 Bug 880917 - Convert JS_SetVersion API consumers to per-compartment versions. r=luke 2013-06-29 09:11:18 -06:00
Bobby Holley
1a78a5f7db Bug 880917 - Add support for "latest" as a version to evalInSandbox, and use it for sjs files. r=luke
Sandboxes always default to JSVERSION_DEFAULT in the browser. But XPCShell sets
up a ContextCallback that does JS_SetVersion(cx, JSVERSION_LATEST) on every
context that gets created, including the ephemerial Sandbox JSContexts. Since
httpd.js runs in xpcshell and evaluates SJS in a sandbox, we've (somewhat
accidentally) supported JSVERSION_LATEST in SJS, which certain SJS files have
taken advantage of. Let's continue to support it explicitly.
2013-06-29 09:11:18 -06:00
Bobby Holley
4ed4784c75 Bug 880917 - Remove AutoVersionChecker. r=luke
Looks like cdleary added this back in bug 595691, as an equivalence to some
even-older-and-more-overly-cautious XBL code that was saving and restoring
the version across XBL calls. It doesn't seem like this should be an issue
anymore, and it's just a debugging aid to boot. Let's kill it.
2013-06-29 09:11:18 -06:00
Bobby Holley
2846036f12 Bug 880917 - Remove testVersion.cpp. r=luke
This test coverages seems to be mostly testing functionality we're removing like
overrides and version introspection. Let's just kill it.
2013-06-29 09:11:17 -06:00
Bobby Holley
4f5d414a60 Bug 880917 - Introduce an API for callers to set the version for a compartment. r=luke
This has lower precedence than 'overrides' and running script, and higher
precedence than the cx's version. We can migrate the API consumers who clearly
want something like this, which will eventually let us remove the override
mechanism.
2013-06-29 09:11:17 -06:00
Bobby Holley
f5f7bf3be5 Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke
This will be useful for versioning, as well as JIT options and all the other
stuff that eventually needs to move out of the JSContext.
2013-06-29 09:11:17 -06:00
Bobby Holley
af7109afb8 Bug 880917 - Remove support for munging JS versions from JSD. r=luke
A quick grep of Firebug indicates that it doesn't use this. And even if I
missed it, doing so from a debugger with the current semantics is a feature
we can't support going forward.
2013-06-29 09:11:16 -06:00
Phil Ringnalda
eeebdfbb6f Merge m-c to m-i 2013-06-29 06:56:34 -07:00
Phil Ringnalda
63a1e98f79 Merge m-i to m-c 2013-06-29 06:54:12 -07:00
Cameron McCormack
6667913f6d Bug 839955 - Enable new SVG text frames. r=roc 2013-06-29 23:00:39 +10:00
Cameron McCormack
9709ba8032 Bug 884718 - Inflate mRect of SVG text by a device pixel to paper over some rounding issues. r=roc 2013-06-29 22:59:35 +10:00
ffxbld
852cbdbc59 No bug, Automated blocklist update from host bld-linux64-ec2-116 - a=blocklist-update 2013-06-29 03:25:23 -07:00
Robert O'Callahan
7ef9b92ccb Bug 886618. Part 3: Handle null data in ConvolverNode. r=ehsan
--HG--
extra : rebase_source : 64e9c67937db1bea84bc3445d1e774782b5de419
2013-06-29 17:32:18 +12:00
Jacek Caban
b3cb48347d Bug 887821 - GCC compilation failure in RadialGradientEffectD2D1.cpp r=jmuizelaar 2013-06-29 12:13:42 +02:00
Jacek Caban
a1d8801b86 Bug 880836 - Fixed 'extra qualification' error on GCC. 2013-06-29 12:13:17 +02:00
Phil Ringnalda
f044a51be0 Merge m-i to m-c 2013-06-28 18:26:53 -07:00
Phil Ringnalda
08757975e1 Merge birch to m-c 2013-06-28 18:26:14 -07:00
Dan Gohman
2f7720bacb Bug 885179 - Refactor visitMoveGroup into shared code. r=jandem 2013-06-28 11:34:55 -07:00
Dan Gohman
031ae45ed3 Bug 888122 - Call MacroAssembler::PushRegsInMask instead of pushing each register manually on x86. r=dvander 2013-06-28 11:28:00 -07:00
Dan Gohman
3a3ef4d314 Bug 888122 - Call MacroAssembler::PushRegsInMask instead of pushing each register manually on x64. 2013-06-28 11:27:20 -07:00
Wes Johnston
7f71db3897 Bug 888145 - Use browser content windows when deciding whether to ignore location changes. r=mfinkle 2013-06-28 11:23:13 -07:00
Wes Johnston
48bd75bfb9 Bug 866787 - Support orientation in manfiest for packaged apps. r=mfinkle 2013-06-28 11:19:34 -07:00
Andrew McCreight
5205d3798d Bug 886213 - Cycle collect Navigator more better. r=smaug 2013-06-28 11:06:39 -07:00
Daniel Holbert
2efdc544ca Bug 888352: Don't needlessly dereference the return value of AppendElement, in History.cpp. r=mak
(DONTBUILD because just re-landing to update reviewer)
2013-06-28 11:04:14 -07:00
Daniel Holbert
bac24619cd Backed out changeset fdf7cf309750 (wrong reviewer in commit message) 2013-06-28 11:05:33 -07:00
Daniel Holbert
08dc8a7bf8 Bug 888352: Don't needlessly dereference the return value of AppendElement, in History.cpp. r=mano 2013-06-28 11:04:14 -07:00
Nick Alexander
7ee9ffae94 Bug 887840 - Add viewport to Android about:healthreport wrapper. r=rnewman 2013-06-28 10:30:55 -07:00
Jan de Mooij
d575cd5471 Bug 887521 - Fix OnUnknownMethod to not modify vp if there's no __noSuchMethod__ method. r=jwalden 2013-06-28 19:22:15 +02:00
Benjamin Bouvier
4a830193a4 Bug 886246: Set infinite flags after bounds for MPhi nodes in range analysis; r=nbp 2013-06-28 10:14:49 -07:00
Benjamin Bouvier
cdc4c4b4e1 Bug 886866: Clean unused function and doc for Ion Perf integration; r=nmatsakis 2013-06-28 10:11:11 -07:00
Brad Lassey
89c3313c4b bug 888201 - java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.collectAndReportLocInfo(GeckoApp.java) r=kats 2013-06-28 12:42:28 -04:00
Gaia Pushbot
47394d2470 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/67fc22e628e1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10673 from wanderview/contacts-edit-noname

Bug 887564: Do not show phone # in name edit field

========

https://hg.mozilla.org/integration/gaia-central/rev/e4b3224b9a90
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 887564: Do not show phone # in name edit field

Previously the contacts_list code would overwrite the givenName field in
the contact object.  This was done so that different values could be
shown in the list if a name was not present.  This causes problems, though,
when the contact object is shared between multiple parts of the app.  In
this case the contacts_form code was getting handed one of these modified
contact objects.

Modify the code to calculate the display name, but not modify the contact
object itself.  Also refactor how contacts_list refresh() works when given
a contact object instead of an ID.  The previous code was a bit confusing
and called remove() twice for objects.
2013-06-28 08:50:23 -07:00
Gaia Pushbot
c6b371fce9 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b64e747d9322
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10658 from ian-liu/settings/Bug881985_do_not_update_language_button_and_description_in_Language_menu

Bug 881985 - [Settings] Do not update language button and description in Language menu, r=@fabi1cazenave

========

https://hg.mozilla.org/integration/gaia-central/rev/b31d810c77eb
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 881985 - [Settings] Do not update language button and description in Language menu
2013-06-28 06:50:22 -07:00
Ed Morley
51d89bf961 Merge mozilla-central and birch 2013-06-28 14:37:00 +01:00
Ed Morley
38df1ffab0 Merge latest green birch changeset and mozilla-central 2013-06-28 14:33:47 +01:00
Gaia Pushbot
3b68327a11 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/21e1cf17d62c
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10685 from daleharvey/885349

Bug 885349 - Check for hasVideo flag on context menu and treat as audio if false. r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/6f879dde20f6
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 885349 - Check for hasVideo flag on context menu and treast as audio if none.
2013-06-28 05:41:58 -07:00
Jim Mathies
2e2f80558d Bug 875892 - followup bug fix v2, touchup another left over dismissAppbar call. r=me DONTBUILD 2013-06-28 07:12:29 -05:00
Jim Mathies
4e5f1182b3 Bug 875892 - followup bug fix, touchup left over dismissAppbar call. r=me 2013-06-28 06:30:50 -05:00
Gaia Pushbot
afaad3e267 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/e528145bb92f
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10274 from evanxd/bug-879779

Bug 879779 - [MMS] [UX] Message thread. Adjust beggining of content when there's no phone/carrier banner in the layout

========

https://hg.mozilla.org/integration/gaia-central/rev/76993248cb75
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 879779 - Set message content below the header with 1.5 rem.
2013-06-28 03:40:45 -07:00
Gene Lian
f00e04e3ff Bug 887815 - [SMS][MMS] receiving successful delivery report even though delivery report is OFF in settings. r=ctai a=leo+ 2013-06-28 16:53:30 +08:00
Gaia Pushbot
6f3e911c22 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/2819b7e9c88c
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10635 from comoyo/retry_pin_code

Bug 887190 - Upon introducing wrong PIN code, focus and keyboard go away and the user can't try it again

========

https://hg.mozilla.org/integration/gaia-central/rev/62dd6d2de7df
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 887190 - Upon introducing wrong PIN code, focus and keyboard go away and the user can't try it again
2013-06-28 02:00:51 -07:00
Gaia Pushbot
0c956b096a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/56a87e83b4d9
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10687 from alivedise/bugzilla/888170/lint

Bug 888170 - Fix lint, r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/15c3c1cb392f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 888170 - Fix lint
2013-06-28 00:30:22 -07:00
Gaia Pushbot
54f7b6eb7f Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9397ec98273b
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10678 from Rik/translate-comments-883787

Bug 883787 - Translate lazy loaded panels after loading them r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/e1c5df7a2668
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 883787 - Translate lazy loaded panels after loading them

========

https://hg.mozilla.org/integration/gaia-central/rev/5ebfcbea057a
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10657 from cctuan/bug883829

Bug 883829 - When the handset receives a notification in Portuguese, the relative time is cut. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/e3919e9ea632
Author: gduan <gduan@mozilla.com>
Desc: Bug 883829 - When the handset receives a notification in Portuguese, the relative time is cut
2013-06-28 00:00:22 -07:00
Gaia Pushbot
5472ad61c0 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/12233e1a8293
Author: Corey Frang <gnarf@gnarf.net>
Desc: Bug 885584 - [B2G][SMS/MMS] Thumbnails are invisible in the preview attachment with large files - r=julienw

* Sets max thumbnail generation size to 1.5 megs, which should be big enough for any mms image
* Removes a var self = this;
2013-06-27 23:15:27 -07:00
Gaia Pushbot
a1a6f0cdc2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c51da8c9261e
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10683 from alivedise/bugzilla/881584_master

Bug 881584 - Stop video activity when visibility is changed. r=djf, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/a3692d3da90d
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 881584 - Stop video activity when visibility is changed.
2013-06-27 23:01:24 -07:00
Chia-hung Tai
e32f1981be Bug 887646 - B2G MMS: Do not set content-length in smil header when sending. r=gene a=leo+ 2013-06-27 13:56:33 +08:00
Gene Lian
52c9af8fb3 Bug 888147 - [B2G][MMS][Regression] We are skipping 'sending' status when sending a MMS. r=ctai a=leo+ 2013-06-28 13:36:02 +08:00
Ken Chang
3dc84b5d2f Bug 884829 - follow up - fix typo. r=hsinyi 2013-06-28 13:08:52 +08:00
Gaia Pushbot
d03b6e2eef Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3f6ed55451da
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10666 from steveck-chung/bug-887216

Bug 887216 - [MMS] The header in a group message is active, it works as the go back key

========

https://hg.mozilla.org/integration/gaia-central/rev/603664b50503
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 887216 - [MMS] The header in a group message is active, it works as the go back key
2013-06-27 22:05:23 -07:00
Ken Chang
d9b1d903f2 Bug 884829 - [MMS] Impossible to send/receive MMS when Wi-Fi and cellular data on. r=hsinyi 2013-06-28 09:46:00 +08:00