Re: Is XPath still a thing?

2014-04-15 Thread gNeandr
On 15.04.2014 12:17, Anne van Kesteren wrote: On Mon, Apr 14, 2014 at 10:54 PM, Jorge Villalobos jo...@mozilla.com wrote: FWIW, many add-ons use XPath. If there's anything we should be recommending add-on developers to migrate to, please let me know. It would be interesting to know what they

Re: Is XPath still a thing?

2014-04-14 Thread gNeandr
On 14.04.2014 23:54, Jorge Villalobos wrote: On 4/14/14, 3:46 PM, David Burns wrote: Not from my side! David On 14/04/2014 22:41, Eric Shepherd wrote: On 2014-04-14 21:38:24 +, David Burns said: XPath is still a going concern from where I stand. Web Testing people, who use Selenium

Re: What platform features can we kill?

2013-10-09 Thread gNeandr
On 09.10.2013 18:01, Gervase Markham wrote: * XSLT (Chrome have already announced they will remove it: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/zIg2KC7PyH0 ; https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/k8aIeI6BCG0 CON to remove XSLT support from

Re: Logging of quality events

2013-09-19 Thread gNeandr
On 18.09.2013 22:52, Benjamin Smedberg wrote: .. If people have suggestions for other types of error log events that should be include in this system, please let me know. From the perspective of add-on developer I would applause for a more detailed output with errors reported to the console.

menu handling .. nice to have

2013-03-07 Thread gNeandr
Just found this article: http://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown Anyone going to implement this with Gecko? How about a Google Summer of Code project .. without jQuery? Günter ___ dev-platform mailing list

XMLHttpRequest for REST/PUT request to GoogleCalendar -- discloses login/PW to console

2013-03-04 Thread gNeandr
Using XMLHttpRequest for REST/PUT request to GoogleCalendar I get a response/error to the console like this with the red XML error symbol: Error: no element found Source file:

Re: XMLHttpRequest for REST/PUT request to GoogleCalendar -- discloses login/PW to console

2013-03-04 Thread gNeandr
On 04.03.2013 15:48, Boris Zbarsky wrote: On 3/4/13 6:26 AM, gNeandr wrote: Any idea how to fix that problem, any workaround .. catching the response NOT to throw it to the console? If you control the server, make sure the Content-Type it returns is not an XML type (like the fruux.com server