Search completed in 0.95 seconds.
54 results for "Maintenance":
Your results are loading. Please wait...
Setting up an update server
these are the files that must be changed: toolkit/components/maintenanceservice/moz.build toolkit/mozapps/update/tests/moz.build firefox should otherwise be built normally.
... if you are running windows and want the mozilla maintenance service to be used, there are a few additional steps to be taken here.
... first, the maintenance service needs to be "installed".
...And 3 more matches
Browser Detection and Cross Browser Support - Archive of obsolete content
improper browser detection can lead to web maintenance nightmares.
... limit the use of vendor/version specific features authoring content which is standards compliant is the easiest way to support the widest range of user agents and to decrease your maintenance costs.
...however, this can quickly become a maintenance nightmare if you are not careful.
...And 2 more matches
History Service Design
actual tasks executed by this service include: database creation, maintenance and initialization: all services rely on a common shared database called places.sqlite.
... queries results maintenance: allows easy access to queries results.
... database maintenance at startup the service creates an exclusive storage connection to places.sqlite, the exclusive locking is needed for both a perf gain and data-safety.
... expiration expiration is an important part of data management for two reasons: privacy: expiring data based on user interaction is important, nothing must be left behind on a page removal database maintenance: having cleaner and smaller tables helps queries performances expiration is done at certain moments, but in future will most likely be moved to async queries, to be executed on a separate thread.
How CSS is structured - Learn web development
the efficiency penalty carries over to site maintenance too.
...first, it is the least efficient implementation of css for maintenance.
...separating code and content makes maintenance easier for all who work on the the website.
Tips for authoring fast-loading HTML pages - Learn web development
minimize the number of files for performance while keeping unrelated css in separate files for maintenance.
... minimize the number of files for performance while keeping unrelated javascript in separate files for maintenance.
... minimize the number of files for performance while keeping unrelated javascript in separate files for maintenance.
Server-side web frameworks - Learn web development
objective: to understand how web frameworks can simplify development/maintenance of server-side code and to get readers thinking about selecting a framework for their own development.
...this approach also has benefits in terms of maintenance, because you can change the url used to deliver a particular feature without having to change the underlying code.
...c++ or javascript, may well be offset by the costs of learning and maintenance.
nsIWindowsShellService
inherits from: nsishellservice last changed in gecko 2.0 (firefox 4 / thunderbird 3.3 / seamonkey 2.1) method overview string getregistryentry(in long ahkeyconstant, in string asubkeyname, in string avaluename); obsolete since gecko 1.8 void restorefilesettings(in boolean aforallusers); obsolete since gecko 1.9 void shortcutmaintenance(); attributes attribute type description desktopbackgroundcolor unsigned long the desktop background color, visible when no background image is used, or if the background image is centered and does not fill the entire screen.
... shortcutmaintenance() provides the shell service an opportunity to do some win7+ shortcut maintenance needed on initial startup of the browser.
... void shortcutmaintenance(); parameters none.
An Interview With Douglas Bowman of Wired News - Archive of obsolete content
our engineering team actually needed the least convincing to convert over to a standards-based design, because they could also immediately envision the benefits to their workload and maintenance of the site.
...are you tired of the maintenance headaches caused by the glut of extra tables and presentation tags in your markup?
Using the Editor from XUL - Archive of obsolete content
for command state maintenance, starting and stopping the throbber etc.).
... nsautoplaceholderbatch is a utility class that wraps text insertion with calls to turn off selection and layout updating (to avoid flicker), and the maintenance of a placeholder transaction.
The Business Benefits of Web Standards - Archive of obsolete content
reduce costs of maintenance and site operations what is maintenance anyway?
... for tomorrow, it means reducing vendor lock-in, reducing cost of maintenance, and having a more flexible web site in terms of presentation.
Deprecated tools - Firefox Developer Tools
not all of these have had wide adoption, and due to the cost of maintenance, seldom used panels are eventually removed.
...it was deprecated due to low usage and maintenance costs.
Local Storage - Archive of obsolete content
the rdf api may be removed at some point in the future because it requires a great deal of code even for the simplest tasks, and it currently sees little maintenance, so we don't recommend using it unless you really have to.
Setting Up a Development Environment - Archive of obsolete content
this extension has seen little maintenance in quite some time, so it is very buggy.
Index - Archive of obsolete content
2079 browser detection and cross browser support improper browser detection can lead to web maintenance nightmares.
How to Write and Land Nanojit Patches - Archive of obsolete content
(note: this document is called nanojitmerge for historical reasons -- adobe and mozilla used to have separate copies of nanojit, but this was a maintenance headache so they were merged.
BundleLibrary - Archive of obsolete content
not the cleanest, but it got all my plugins at once) istylr: istylr.webapp online web design tool (full win installer bundled with prism is available here - thanks to lars eric for his nsis script) meebo: meebo.webapp miro guide: miroguide.webapp motor0: motor0.webapp useful webapp on maintenance and fuel consumptions managment pandora: pandora@prism.app.webapp internet radio that only plays music you like.
Hacking wiki - Archive of obsolete content
the following worked for me (from the <tt>www</tt> directory): /path/to/php -f ./maintenance/update-devmo.php done you should have a working install of the mdc wiki now.
XUL Coding Style Guidelines - Archive of obsolete content
disobeying them might not cause any parsing error for now, however, it might cause future maintenance headache: convert html files to xul files.
What XULRunner Provides - Archive of obsolete content
extension manager file picker (uses native os filepicker as appropriate) find toolbar helper app dialog/ui security ui (maintenance of ssl keychains, etc) embedding apis the following embedding apis are provided by xulrunner: cross-platform embedding (xre_initembedding) javaxpcom embedding gtkmozembed (linux only) activex control (windows only) (not yet complete) obsolete since gecko 7.0 nsview-based-widget (mac os x only) (not yet complete) the "maybe" list the following features have been discussed and may be i...
Mozilla release FAQ - Archive of obsolete content
maintenance of old documentation would be helpful, new documentation is also welcome.
2006-11-17 - Archive of obsolete content
peter naulls makes the suggestion in use and maintenance of xlib code that he become the nominal maintainer of the xlib code.
Archived open Web documentation - Archive of obsolete content
znerd 04 august 2009 browser detection and cross browser support improper browser detection can lead to web maintenance nightmares.
Index - MDN Web Docs Glossary: Definitions of Web-related terms
this "separation of concerns" provides for a better division of labor and improved maintenance.
MVC - MDN Web Docs Glossary: Definitions of Web-related terms
this "separation of concerns" provides for a better division of labor and improved maintenance.
Fundamental text and font styling - Learn web development
you can have an entire website sized using em, which makes maintenance easy.
Adding vector graphics to the Web - Learn web development
duplication makes for resource-intensive maintenance.
Introduction to events - Learn web development
you'd have to add 100 attributes to the file; it would quickly turn into a maintenance nightmare.
Client-Server Overview - Learn web development
it also has benefits in terms of maintenance, because you can change the url used to deliver a particular feature in one place, without having to change the handler function.
Deploying our app - Learn web development
let's summarise all the parts of the toolchain: code quality and maintenance are performed by eslint and prettier.
Client-side tooling overview - Learn web development
pay attention to the popularity, quality, and maintenance scores, and how recently the package was last updated.
The Firefox codebase: CSS Guidelines
also, it is good practice to introduce a common class when the new element you are styling reuses some styles from another element, this allows the maintenance cost and the amount of code duplication to be reduced.
Interface Compatibility
in micro/maintenance releases, there should be no incompatible changes to interfaces, except as a last resort when a security fix leaves no other option.
Release phase
for more detailed information about reviews for new localizations and sign-offs for maintenance releases, visit the technical review and sign-off review pages.
Python binding for NSS
to solve this problem red hat generously funded the initial development of python-nss as well as it's continued maintenance.
SpiderMonkey Internals
jsutil.cpp, jsutil.h the js_assert macro is used throughout the source as a proof device to make invariants and preconditions clear to the reader, and to hold the line during maintenance and evolution against regressions or violations of assumptions that it would be too expensive to test unconditionally at run-time.
Web Replay
by focusing on intercepting these apis, browser instrumentation, recording overhead, and the maintenance burden going forward are all minimized.
Places Expiration
on maintenance when places maintenance runs (about once a week, on daily idle), an orphans expiration step is executed, this ensures database cleanup.
An Overview of XPCOM
maintenance even when you are not updating a component, designing your application in a modular way can make it easier for you to find and maintain the parts of the application that you are interested in.
Using XPCOM Utilities to Make Things Easier
clearly from a code maintenance point of view, this kind of reduction is outstanding.
Observer Notifications
places-maintenance-finished sent when maintenance of the places database is complete; this is done periodically in the background to keep the places database tidy.
The libmime module
the alternative to that involves typing the literal name of the direct superclass of the class defined in this file, which will be a maintenance headache if the class hierarchy changes.
Toolkit version format
see maintenance policy for special rules that mark version as "beta" in the amo queues.
Index - Firefox Developer Tools
not all of these have had wide adoption, and due to the cost of maintenance, seldom used panels are eventually removed.
Background Tasks API - Web APIs
running tasks now that we've got the task management and display maintenance code done, we can actually start setting up code to run tasks that get work done.
Starting up and shutting down a WebXR session - Web APIs
important session maintenance events over the course of your webxr session, you may receive any of a number of events which indicate changes to the state of the session, or which let you know about things you need to do to keep the session operating properly.
Introduction - Web APIs
this would allow the same style to be reused for multiple content, as well as simplify maintenance and allow a quick (only modify one file) way to change the look of content.
Text labels and names - Accessibility
for best accessibility and future maintenance, redesign any pages that use frames to use css to achieve a similar layout.
HTML attribute: required - HTML: Hypertext Markup Language
for this reason, to improve code maintenance, it is recommened to either include the required attribute in every same-named radio button in the group or none.
Browser detection using the user agent - HTTP
using this information of whether the device has a touchscreen, do not change the entire layout of the website just for touch devices: you will only create more work and maintenance for yourself.
HTTP Index - HTTP
WebHTTPIndex
http provides a special kind of response, called http redirect, to perform this operation and is used for numerous goals: temporary redirection while site maintenance is ongoing, permanent redirection to keep external links working after a change of the site's architecture, progress pages when uploading a file, and so on.
Redirections in HTTP - HTTP
redirects accomplish numerous goals: temporary redirects during site maintenance or downtime permanent redirects to preserve existing links/bookmarks after changing the site's urls, progress pages when uploading a file, etc.
503 Service Unavailable - HTTP
WebHTTPStatus503
common causes are a server that is down for maintenance or that is overloaded.
HTTP response status codes - HTTP
WebHTTPStatus
common causes are a server that is down for maintenance or that is overloaded.
JavaScript data types and data structures - JavaScript
all of this requires conventions and creates an unnecessary maintenance burden.