|
Style System (CSS) Bugzilla component renamed
|
| |
Per [link] , the "Style
System (CSS)" bugzilla component in Core has now been renamed to
"CSS Parsing and Computation". This means people looking for "CSS"
are more likely to find it, but those looking for the effects of CSS
properties might be encouraged to look elsewhere.... more »
|
|
Biggest Fake Conference in Computer Science
|
| |
We are researchers from different parts of the world and conducted a study on the world’s biggest bogus computer science conference WORLDCOMP ( [link] ) organized by Prof. Hamid Arabnia from University of Georgia, USA.
We submitted a fake paper to WORLDCOMP 2011 and again (the... more »
|
|
Large grid performance
|
| |
Hi David, Layout team,
I am hoping you can provide my colleagues with a bit of guidance regarding
Gecko and how we can implement our use case in the best performing way.
We are chunking large sets of tabular data on the server and sending the
data to a HTML/JS client application. We dynamically append and remove... more »
|
|
landed some "Get"-removing renames
|
| |
I've landed some patches that remove "Get" from some commonly used
methods that never return null, following our convention that such
methods have "Get" in the name if and only if they sometimes return
null:
[link]
[link]... more »
|
|
nsIFrame::StyleContext() or nsIFrame::Style() ?
|
| |
So I was just using sed to write a (long-overdue) patch to rename
nsIFrame::GetStyleContext to nsIFrame::StyleContext to follow our
convention that getters that can't return null don't have "Get" in
the name.
While I was doing that, it occurred to me that perhaps, instead of
nsIFrame::StyleContext(), it should just be nsIFrame::Style().... more »
|
|
A new way to request developer documentation
|
| |
In order to help streamline our documentation process, and to make it easier than ever for you to ask us to document stuff, we've created a brand new documentation request form! This will help you easily file a documentation request bug (either to fix mistakes or create entirely new material) and ensure that it winds up in the right place, calling the attention of the right people.... more »
|
|
How to compile project to get xpcom-based dll successfully?
|
| |
Hi, Following the official steps, I want to get xpcom-based dll, but I did not link successfully, the belows is the error. 1>xpcomglue_s_nomozalloc.lib(n sISupportsImpl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in FpComponent.obj ... more »
|
|
how to get xpcom with gecko18?
|
| |
Hi, With xpidl.py, I got IFpComponent.h and FpComponent.xpt, however, I did not link project successfully, always tips me the error, below: 1>xpcomglue_s_nomozalloc.lib(n sISupportsImpl.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in FpComponent.obj... more »
|
|
|