2005-09-30
2005-09-27
2005-09-26
2005-09-23
2005-09-20
2005-09-19
http://www.askmen.com/dating/dating_advice_150/168_dating_tips_a.html
Error: setting a property that has only a getter
Source File: http://wargers.org/bookmarklets/toggle_style10.js
Line: 72
2005-09-15
2005-09-14
2005-09-13
2005-09-12
2005-09-09
2005-09-07
http://www.masslandrecords.com/malr/controller
increment reflow problem when focusing, in the search section
2005-09-06
http://lxr.mozilla.org/seamonkey/source/browser/components/bookmarks/content/bookmarksMenu.js#675
It should include empty-menuitem
plus:
http://lxr.mozilla.org/seamonkey/source/browser/components/bookmarks/content/bookmarksMenu.js#534
add it here because empty-menuitem should not be draggable.
2005-09-05
2005-09-02
var reg = new Array(0x80000000, 0x80000005, 0x80000001, 0x80000002, 0x80000003);
// reg values:
// 0: HKEY_CLASSES_ROOT = 0x80000000
// 1: HKEY_CURRENT_CONFIG = 0x80000005
// 2: HKEY_CURRENT_USER = 0x80000001
// 3: HKEY_LOCAL_MACHINE = 0x80000002
// 4: HKEY_USERS = 0x80000003
var regkey = Components.classes["@mozilla.org/windows-registry-key;1"].createInstance(Components.interfaces.nsIWindowsRegKey);
regkey.open(reg[2], 'Software\\Microsoft\\Notepad', Components.interfaces.nsIWindowsRegKey.ACCESS_READ);
alert(regkey.readStringValue("lfFaceName"));
http://lxr.mozilla.org/seamonkey/source/embedding/components/find/src/nsFind.cpp#841
https://bugzilla.mozilla.org/show_bug.cgi?id=305381
http://lxr.mozilla.org/seamonkey/source/embedding/components/find/src/nsFind.cpp#758