test_txnGUIDs.js File Reference

Go to the source code of this file.

Functions

function test_GUID_persistance (aTxn)
 
function run_test ()
 

Variables

var bmsvc
 
var txnsvc
 

Function Documentation

function run_test ( )

Definition at line 59 of file test_txnGUIDs.js.

Here is the call graph for this function:

function test_GUID_persistance (   aTxn)

Definition at line 49 of file test_txnGUIDs.js.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

var bmsvc
Initial value:
= Cc["@mozilla.org/browser/nav-bookmarks-service;1"].
getService(Ci.nsINavBookmarksService)
const Cc
getService(Ci.sbIFaceplateManager)
const Ci

This test will ensure any transactions service that is going to create a new item, won't replace the GUID when undoing and redoing the action.

Definition at line 44 of file test_txnGUIDs.js.

var txnsvc
Initial value:
= Cc["@mozilla.org/browser/placesTransactionsService;1"].
getService(Ci.nsIPlacesTransactionsService)
const Cc
getService(Ci.sbIFaceplateManager)
const Ci

Definition at line 46 of file test_txnGUIDs.js.