Re: Question: "Chrome file doesn't exist: ..." in |make mozmill| log by running DEBUG versions of C-C TB

2015-11-23 Thread Stefan Sitter
On 23.11.2015 06:00, Philip Chee wrote: On 22/11/2015 03:20, ISHIKAWA,chiaki wrote: 100 Chrome file doesn't exist: /NREF-COMM-CENTRAL/objdir-tb3/dist/bin/chrome/classic/skin/classic/messenger/icons/dropbox.png Was removed in Bug 763471 - Convert Dropbox Filelink provider code to addon Try

[Firefox Desktop] Issues found: November 16th to November 20th

2015-11-23 Thread Andrei Vaida
Hi everyone, Here's the list of new issues found and filed by the Desktop Manual QA team last week (Week 47: November 16 - November 20). Additional details on the team's priorities last week, as well as the plans for the current week are available at:

Re: Single- vs. double-precision FP in gfx types

2015-11-23 Thread Robert O'Callahan
On Tue, Nov 24, 2015 at 4:45 PM, Nicholas Nethercote wrote: > One major remaining Moz2Dification step is the conversion of thebes > types such as gfxSize, gfxPoint, gfxRect, and gfxMatrix to their Moz2D > equivalents. But this is largely blocked by the fact that the

Startup cache and resource:// urls

2015-11-23 Thread Mike Hommey
Hi, I recently found out, while refactoring some parts of `make package`, that since Firefox 38, we've stopped shipping startup cache data for all the browser javascript modules and components. This turned out to be the consequence of resource://app/ having been overridden to point somewhere

Re: Startup cache and resource:// urls

2015-11-23 Thread Kris Maglione
On Tue, Nov 24, 2015 at 02:22:44PM +0900, Mike Hommey wrote: Note the startup cache only matters on the first startup for a given build, and that might be a reason why we fail to track its performance impact. Presumably also when we flush the startup cache for changes in add-ons? Most

Does the sdk/page-worker are loading pages off-main thread? and running code in another thread?

2015-11-23 Thread Yonggang Luo
pageWorker = require("sdk/page-worker").Page({ contentScript: "console.log(document.body.innerHTML);", contentURL: " http://en.wikipedia.org/wiki/Internet; }); -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ___ dev-platform mailing list

Re: Startup cache and resource:// urls

2015-11-23 Thread Mike Hommey
On Mon, Nov 23, 2015 at 10:26:39PM -0800, Kris Maglione wrote: > > Most code in Firefox itself fortunately uses resource:/// instead of > > resource://app/ (they have the same meaning, or at least were supposed > > to, since the bug broke this promise), so it was fortunately not a > > direct

Re: Question: "Chrome file doesn't exist: ..." in |make mozmill| log by running DEBUG versions of C-C TB

2015-11-23 Thread ISHIKAWA,chiaki
On 2015/11/23 14:00, Philip Chee wrote: On 22/11/2015 03:20, ISHIKAWA,chiaki wrote: 100 Chrome file doesn't exist: /NREF-COMM-CENTRAL/objdir-tb3/dist/bin/chrome/classic/skin/classic/messenger/icons/dropbox.png Was removed in Bug 763471 - Convert Dropbox Filelink provider code to addon

Single- vs. double-precision FP in gfx types

2015-11-23 Thread Nicholas Nethercote
Hi, One major remaining Moz2Dification step is the conversion of thebes types such as gfxSize, gfxPoint, gfxRect, and gfxMatrix to their Moz2D equivalents. But this is largely blocked by the fact that the thebes types use double-precision FP values while the Moz2D types use single-precision FP

Re: Startup cache and resource:// urls

2015-11-23 Thread Kris Maglione
On Tue, Nov 24, 2015 at 04:08:56PM +0900, Mike Hommey wrote: ... which seems to be a *very* old thing because: - resource://app might have pointed to the plain Firefox directory where you could find the omnijar a long time ago (I don't remember if that ever was actually true), but it points

Re: Startup cache and resource:// urls

2015-11-23 Thread Mike Hommey
On Mon, Nov 23, 2015 at 11:29:05PM -0800, Kris Maglione wrote: > On Tue, Nov 24, 2015 at 04:08:56PM +0900, Mike Hommey wrote: > >... which seems to be a *very* old thing because: > >- resource://app might have pointed to the plain Firefox directory where > > you could find the omnijar a long time

Why there is no load events for iframe that resident in html page with 'System permission'

2015-11-23 Thread Yonggang Luo
Is there any security policy here or other things need to do. -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform