Web Service: Invalid cross domain request
Hello All,I'm calling a WS from javascript, when working on localhost everything works OK, but when the app is deployed to public it sends an error: The server method 'GenFilter' failed with the following error: Invalid cross domain requestWeb.config settings:<add verb="*" path="*.asbx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false"/><add verb="*" path="iframecall.axd" type="Microsoft.Web.Services.IFrameHandler" validate="false"/><add verb="*" p...
superreview requested: [Bug 427730] Regression: [font-variant: small-caps] Font rendering in Firefox 3 has kerning problems : [Attachment 315073] fixRobert O'Callahan (:roc) <roc@ocallahan.org> has asked Vladimir Vukicevic
(:vlad) <vladimir@pobox.com> for superreview:
Bug 427730: Regression: [font-variant: small-caps] Font rendering in Firefox 3
has kerning problems
https://bugzilla.mozilla.org/show_bug.cgi?id=427730
Attachment 315073: fix
https://bugzilla.mozilla.org/attachment.cgi?id=315073&action=edit
------- Additional Comments from Robert O'Callahan (:roc) <roc@ocallahan.org>
This turned out to be a bit more work than I thought.
The most important thing I'm doing here is adding a space ...
Web site support for FirefoxName: Bill
Email: slifkinatcoxdotnet
Product: Firefox
Summary: Web site support for Firefox
Comments:
It would be impossible to contact all the web sites that do not work
with your product. It would be easier if your Firefox were to be
repaired to work with all sites. I find your service to be inadequate
and very inconvenient with all the halts, lack of web site access for
response and navigation. Actually, I am starting to wonder why I use it
anymore. It seems to have a lot of potential but it is also very
frustrating to use.
I thought you ought to know my thoughts.
Bro...
superreview requested: [Bug 249231] Use only "web site" and "web page" in Firefox : [Attachment 155345] Same as previous with extraneous changes removedR.J. Keller <rlk@mozdev.org> has asked Ben Goodger <bugs@bengoodger.com> for
superreview:
Bug 249231: Use only "web site" and "web page" in Firefox
http://bugzilla.mozilla.org/show_bug.cgi?id=249231
Attachment 155345: Same as previous with extraneous changes removed
http://bugzilla.mozilla.org/attachment.cgi?id=155345&action=edit
------- Additional Comments from R.J. Keller <rlk@mozdev.org>
r=rlk@trfenv.com for the help content. Ben, can you review this for 1.0rc1?
...
XMLHttpRequest and cross domain requestHello,
sorry if this has been discussed before but i've found no references in my
searches.
I work with Moodle, an open-source learning management system, for some
time and they have a pretty good mobile app that works on android and ios.
It's already a "webapp" (https://github.com/moodlehq/moodlemobile) based on
jquery, phonegap etc.
So i think it should be easy to port it to firefox os and start working on
it.
I've write a sample manifest file, added it to the app root folder and got
it on firefox os simulator running as a packaged app. The first screen
s...
XMLHTTPRequest for cross-domain requestingHi!
If I see this correctly, it is at the moment possible to configure the
XMLHTTPRequest method to allow access to the same domain (default), to
all sites (by setting capability.policy.default.XMLHttpRequest.open to
allAccess), or to allow some sites to do cross-domain stuff. Wouldn't it
be a good feature to allow access only TO particular sites independent
of the site loaded at the moment, or is this already possible?
Best Regards,
Steffen
Steffen Heinzl wrote:
> If I see this correctly, it is at the moment possible to configure the
> XMLHTTPRequest method t...
superreview requested: [Bug 307999] The width of the font panel is short on OS X and GNOME. : [Attachment 196078] resync with Firefox's font dialog (affects l10n)Asaf Romano (use mozilla.mano@ for email) <bugs.mano@sent.com> has asked Scott
MacGregor <mscott@mozilla.org> for superreview:
Bug 307999: The width of the font panel is short on OS X and GNOME.
https://bugzilla.mozilla.org/show_bug.cgi?id=307999
Attachment 196078: resync with Firefox's font dialog (affects l10n)
https://bugzilla.mozilla.org/attachment.cgi?id=196078&action=edit
...
superreview requested: [Bug 234182] [PS] freetype printing : replace a type 9 font with multiple type 1 fonts (to support PS level 1/2 printers) : [Attachment 174483] patch with a bit more clean-up aJungshik Shin <jshin1987@gmail.com> has asked David Baron <dbaron@mozilla.org>
for superreview:
Bug 234182: [PS] freetype printing : replace a type 9 font with multiple type 1
fonts (to support PS level 1/2 printers)
https://bugzilla.mozilla.org/show_bug.cgi?id=234182
Attachment 174483: patch with a bit more clean-up and additional comments
https://bugzilla.mozilla.org/attachment.cgi?id=174483&action=edit
------- Additional Comments from Jungshik Shin <jshin1987@gmail.com>
I added some comments and cleaned up the code a bit more. I also corrected my
mistake o...
superreview requested: [Bug 234182] [PS] freetype printing : replace a type 9 font with multiple type 1 fonts (to support PS level 1/2 printers) : [Attachment 174772] same patch with the 'enable-freeJungshik Shin <jshin1987@gmail.com> has asked Boris Zbarsky <bzbarsky@mit.edu>
for superreview:
Bug 234182: [PS] freetype printing : replace a type 9 font with multiple type 1
fonts (to support PS level 1/2 printers)
https://bugzilla.mozilla.org/show_bug.cgi?id=234182
Attachment 174772: same patch with the 'enable-freetype2' build issue
addressed
https://bugzilla.mozilla.org/attachment.cgi?id=174772&action=edit
------- Additional Comments from Jungshik Shin <jshin1987@gmail.com>
Thanks for reivew and testing. I fixed the build problem with 'enabl...
superreview requested: [Bug 234182] [PS] freetype printing : replace a type 9 font with multiple type 1 fonts (to support PS level 1/2 printers) : [Attachment 174651] same patch but a lot smaller thaJungshik Shin <jshin1987@gmail.com> has asked David Baron <dbaron@mozilla.org>
for superreview:
Bug 234182: [PS] freetype printing : replace a type 9 font with multiple type 1
fonts (to support PS level 1/2 printers)
https://bugzilla.mozilla.org/show_bug.cgi?id=234182
Attachment 174651: same patch but a lot smaller than the previous one
https://bugzilla.mozilla.org/attachment.cgi?id=174651&action=edit
------- Additional Comments from Jungshik Shin <jshin1987@gmail.com>
By returning early from |write_prolog| in nsPostscriptObj.cpp when FT2 printing
is enabled,...
superreview requested: [Bug 234182] [PS] freetype printing : replace a type 9 font with multiple type 1 fonts (to support PS level 1/2 printers) : [Attachment 174792] patch (almost same) without nsAuJungshik Shin <jshin1987@gmail.com> has asked Boris Zbarsky <bzbarsky@mit.edu>
for superreview:
Bug 234182: [PS] freetype printing : replace a type 9 font with multiple type 1
fonts (to support PS level 1/2 printers)
https://bugzilla.mozilla.org/show_bug.cgi?id=234182
Attachment 174792: patch (almost same) without nsAutoBuffer
https://bugzilla.mozilla.org/attachment.cgi?id=174792&action=edit
------- Additional Comments from Jungshik Shin <jshin1987@gmail.com>
I replaced the elememnt-by-element conversion of char to PRUnichar with
NS_ConvertASCIItoUTF16.
...
Need dynamic Font support on FirefoxName: Sumanta Ghosh
Email: sabusomuatgmaildotcom
Product: Firefox
Summary: Need dynamic Font support on Firefox
Comments:
Need Dynamic Font support on firefox so that we don't need to log to IE
everytime we need to open a regional language site from India. Plz do
add this as it will help us big time and stop IE use aswell.:)
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.0.15) Gecko/2009101601 Firefox/3.0.15
From URL: http://hendrix.mozilla.org/
Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to p...
Firefox and cross domain ajax callsWe have a script at http://localhost:8080/a.html which loads
http://localhost:8081/b.js using script tag. A button defined in
a.html invokes a function from b.js. The function makes AJAX call to
http://localhost:8081/c.html
Firefox 3.5.5 allows the call to c.html. It can be seen in Firebug and
Tamper data plugins. The response code in these plugins is 200. But in
AJAX callback the response code is 0 when readyState becomes 4 and
responseText is blank.
Same behavior in Chrome. IE7 shows "Access is Denied" error. IE8
executes fine and response code is 200 in AJAX callback ...
AJAX Cross Domain in Web Activity
Hi all,
I'm trying to port a mobile web site as a Firefox OS Application.
I've got an issue with all AJAX requests due to cross domain call.
When the Firefox application attempt to do an AJAX request to the server, e=
verything seems to be okay from the emulator (HTTP/1.1 200 as response in t=
he console) but the XMLHttpRequest status return 0 and no data could be fou=
nd in the response.
I've tried to look for specific permissions in the manifest (https://develo=
per.mozilla.org/en-US/docs/Web/Apps/App_permissions) but don't found one re=
lated to cross domain c...