Re: API for creating web page screenshot

2012-12-19 Thread Stephen Pohl
You might want to have a look at the work going on in this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=678392 Especially function HSA__takeSnapshot() in browser.js might be of interest. -Stephen falcon@gmail.com wrote: On Windows platform PrintWindow is capturing only plugins window

Re: Tablet vs. Touch: decision

2012-12-19 Thread Gervase Markham
On 18/12/12 18:51, Alex Keybl wrote: Agreed that major fallout is unlikely - do we have a list of the most heavily used mobile tablet sites to verify that this change will not cause severe web regressions though? I will consult the wonderful Mr. Mandel. - This decision is going to be widely p

Re: API for creating web page screenshot

2012-12-19 Thread David Rajchenbach-Teller
On 12/19/12 2:24 AM, falcon@gmail.com wrote: > On Windows platform PrintWindow is capturing only plugins window with other > page as black screen. nsIDOMCanvasRenderingContext2D can draw page, but > doesn't draw plugins. > > I'm searching for universal method of capturing page image > __

Re: NS_NewArrayEnumerator

2012-12-19 Thread Neil
Benjamin Smedberg wrote: On 12/18/2012 11:05 AM, Neil wrote: While looking at tbsaunde's patch to remove the nsISupportsArray version of NS_NewArrayEnumerator I noticed that many users of NS_NewArrayEnumerator copy entries from a hash into a temporary array which they then enumerate, which w

Re: API for creating web page screenshot

2012-12-19 Thread David Rajchenbach-Teller
Ah, silly me, I misread the original message. Sorry. signature.asc Description: OpenPGP digital signature ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: API for creating web page screenshot

2012-12-19 Thread Marcio Galli
AFAIK the drawWindow function fails to draw from plugin areas for pages that are not visible [1]. It always worked for me for visible pages. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=742767 m On Wed, Dec 19, 2012 at 9:15 AM, David Rajchenbach-Teller < dtel...@mozilla.com> wrote: > On 12/

Telemetry dashboard performance

2012-12-19 Thread Annie Elliott
Hi All - We recently completed work to increase the performance of the Telemetry dashboards in Firefox (BIV-91). This is a heads up that the Telemetry dashboards are being affected intermittently by issues with ES due to a massive index. We are aware of the issue and are working to resolve it

Re: Try Server wait times - please cancel unwanted/busted runs

2012-12-19 Thread Benoit Girard
I filed a bug for doing what I suggested. Turns out we don't need CORS headers for a GET: https://bugzilla.mozilla.org/show_bug.cgi?id=823135 On Fri, Dec 7, 2012 at 5:02 PM, Benoit Girard wrote: > If we could expose the data via a cross domain API in text format I can > modify trychooser to dis

automatically preffing off features for Release and Beta builds

2012-12-19 Thread Cameron McCormack
A number of us are now implementing features behind prefs rather than using prefixes and, if the relevant specification is not far enough advanced, disabling the features on Release and Beta. This is a manual process and requires people to remember to get approval for and land a pref twiddling

Fwd: A question about multithreading in gecko using javascript

2012-12-19 Thread Ray You
How can we start a real thread in gecko using javascript and use XPCOM in it? Is dispatching events to /nsIStreamTransportService/ or /nsIThreadManager.newThread(0) /the right way? -- Best regards, ??(Ray You) Original Message Message-ID: <50d1787d.8010...@mozilla.co