mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code r=jag, sr=sspitzer, a=sspitzer,asa The CloneResource() has been back ported from Firebird, originally implemented by Pierre Chanial.
This commit is contained in:
parent
cedd57a7f8
commit
5de4383c22
@ -63,21 +63,6 @@ interface nsIBrowserHistory : nsISupports
|
||||
*/
|
||||
void removePage(in string aURL);
|
||||
|
||||
/**
|
||||
* startBatchUpdate
|
||||
* Signals the beginning of some kind of batch update (e.g. delete).
|
||||
* Observers won't be notified until there are no batches in progress
|
||||
* (a startBatchUpdate call should always be followed by one to
|
||||
* endBatchUpdate).
|
||||
*/
|
||||
void startBatchUpdate();
|
||||
|
||||
/**
|
||||
* endBatchUpdate
|
||||
* Signals the end of a batch update.
|
||||
*/
|
||||
void endBatchUpdate();
|
||||
|
||||
/**
|
||||
* removePagesFromHost
|
||||
* Remove all pages from the given host.
|
||||
|
Loading…
Reference in New Issue
Block a user