Helpviewer/CookieJar/CookieJar.py

changeset 5024
dc6bb54dfd91
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
equal deleted inserted replaced
5023:eb1047980eca 5024:dc6bb54dfd91
423 """ 423 """
424 Public method to set the filter tracking cookies flag. 424 Public method to set the filter tracking cookies flag.
425 425
426 @param filterTrackingCookies filter tracking cookies flag (boolean) 426 @param filterTrackingCookies filter tracking cookies flag (boolean)
427 """ 427 """
428 if filterTrackingCookies == self.__filterTrackingCookies:
429 return
430
428 self.__filterTrackingCookies = filterTrackingCookies 431 self.__filterTrackingCookies = filterTrackingCookies
432 self.__saveTimer.changeOccurred()
429 433
430 def __isOnDomainList(self, rules, domain): 434 def __isOnDomainList(self, rules, domain):
431 """ 435 """
432 Private method to check, if either the rule matches the domain exactly 436 Private method to check, if either the rule matches the domain exactly
433 or the domain ends with ".rule". 437 or the domain ends with ".rule".

eric ide

mercurial