mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 448168 - Apply |s/entires/entries/g|; r=roc
This commit is contained in:
parent
45ba259841
commit
6a70e0ff21
@ -43,7 +43,7 @@
|
||||
It is designed to be used as inline input to nsAccessibilityAtoms.cpp *only*
|
||||
through the magic of C preprocessing.
|
||||
|
||||
All entires must be enclosed in the macro ACCESSIBILITY_ATOM which will have cruel
|
||||
All entries must be enclosed in the macro ACCESSIBILITY_ATOM which will have cruel
|
||||
and unusual things done to it
|
||||
|
||||
It is recommended (but not strictly necessary) to keep all entries
|
||||
|
@ -44,7 +44,7 @@
|
||||
This file is designed to be used as inline input to nsGkAtoms.cpp and nsGkAtoms.h
|
||||
*only* through the magic of C preprocessing.
|
||||
|
||||
All entires must be enclosed in the macro GK_ATOM which will have cruel
|
||||
All entries must be enclosed in the macro GK_ATOM which will have cruel
|
||||
and unusual things done to it
|
||||
|
||||
The first argument to GK_ATOM is the C++ name of the atom
|
||||
|
@ -43,7 +43,7 @@
|
||||
It is designed to be used as inline input to nsCSSColorNames.cpp *only*
|
||||
through the magic of C preprocessing.
|
||||
|
||||
All entires must be enclosed in the macro GFX_COLOR which will have cruel
|
||||
All entries must be enclosed in the macro GFX_COLOR which will have cruel
|
||||
and unusual things done to it
|
||||
|
||||
It is recommended (but not strictly necessary) to keep all entries
|
||||
|
@ -41,7 +41,7 @@
|
||||
It is designed to be used as inline input to gfxAtoms.cpp *only*
|
||||
through the magic of C preprocessing.
|
||||
|
||||
All entires must be enclosed in the macro GFX_ATOM which will have cruel
|
||||
All entries must be enclosed in the macro GFX_ATOM which will have cruel
|
||||
and unusual things done to it
|
||||
|
||||
It is recommended (but not strictly necessary) to keep all entries
|
||||
|
@ -535,7 +535,7 @@ void nsDTDContext::PushEntry(nsTagEntry* aEntry,
|
||||
mStack.PushEntry(aEntry, aRefCntNode);
|
||||
}
|
||||
|
||||
/* This method will move the top entires, in the entry-stack, into dest context.
|
||||
/* This method will move the top entries, in the entry-stack, into dest context.
|
||||
* @param aDest - Destination context for the entries.
|
||||
* @param aCount - Number of entries, on top of the entry-stack, to be moved.
|
||||
*/
|
||||
|
@ -43,7 +43,7 @@
|
||||
It is designed to be used as inline input to nsHTMLEntities.cpp *only*
|
||||
through the magic of C preprocessing.
|
||||
|
||||
All entires must be enclosed in the macro HTML_ENTITY which will have cruel
|
||||
All entries must be enclosed in the macro HTML_ENTITY which will have cruel
|
||||
and unusual things done to it
|
||||
|
||||
It is recommended (but not strictly necessary) to keep all entries
|
||||
|
@ -247,7 +247,7 @@ function run_test() {
|
||||
do_check_false(PlacesUtils.bhistory.isVisited(uri(nonvisited_uri)));
|
||||
});
|
||||
|
||||
// We attempted to add another 7 new entires, but we still have 7 history entries
|
||||
// We attempted to add another 7 new entries, but we still have 7 history entries
|
||||
// and 1 history entry, Bookmark-A.
|
||||
// Private browsing blocked the entry of the new history entries
|
||||
check_placesItem_Count();
|
||||
|
@ -47,7 +47,7 @@ function run_test()
|
||||
{
|
||||
// First, we need to move our old database file into our test profile
|
||||
// directory. This will trigger DATABASE_STATUS_UPGRADED (CREATE is not
|
||||
// sufficient since there will be no entires to update frecencies for, which
|
||||
// sufficient since there will be no entries to update frecencies for, which
|
||||
// causes us to get the bookmarks service in the first place).
|
||||
let dbFile = do_get_file("bug476292.sqlite");
|
||||
let profD = Cc["@mozilla.org/file/directory_service;1"].
|
||||
|
@ -62,7 +62,7 @@ interface nsIJumpListBuilder : nsISupports
|
||||
* Users may remove items from jump lists after they are commited. The system
|
||||
* tracks removed items between commits. A list of these items is returned by
|
||||
* a call to initListBuild. nsIJumpListBuilder does not filter entries added that
|
||||
* have been removed since the last commit. To prevent repeatedly adding entires
|
||||
* have been removed since the last commit. To prevent repeatedly adding entries
|
||||
* users have removed, applications are encoraged to track removed items
|
||||
* internally.
|
||||
*
|
||||
|
@ -43,7 +43,7 @@
|
||||
It is designed to be used as inline input to nsWidgetAtoms.cpp *only*
|
||||
through the magic of C preprocessing.
|
||||
|
||||
All entires must be enclosed in the macro WIDGET_ATOM which will have cruel
|
||||
All entries must be enclosed in the macro WIDGET_ATOM which will have cruel
|
||||
and unusual things done to it
|
||||
|
||||
It is recommended (but not strictly necessary) to keep all entries
|
||||
|
Loading…
Reference in New Issue
Block a user