Commit Graph

94 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
9509962b32 Move the safe vs unsafe about: distinction out of the security manager and into
nsIAboutModule implementations.  Bug 337746, r=dveditz, sr=darin
2006-06-19 21:02:12 +00:00
mkaply%us.ibm.com
01f8911c63 file in wrong place 2006-06-19 14:39:54 +00:00
mkaply%us.ibm.com
d3ddc26c6c previous bug was 339332 2006-06-14 18:07:18 +00:00
mkaply%us.ibm.com
05cccb1ed4 Move some error messages from DTD into properties so they can be translated better 2006-06-14 18:05:40 +00:00
mkaply%us.ibm.com
1d576a042e 337826 - CCK - not part of build - get CCK working on OS/2 2006-05-26 14:53:31 +00:00
mkaply%us.ibm.com
73e3ce9b06 CCK only - make XUL bigger 2006-05-25 20:05:18 +00:00
mkaply%us.ibm.com
3fb1e84ec3 339177- CCK only - catch exceptions around creating registry keys just in case user doesn't have access 2006-05-25 20:04:21 +00:00
mkaply%us.ibm.com
2732f05e96 339176 - CCK only - shouldn't have used the same CID as the about redirector 2006-05-25 20:02:40 +00:00
mkaply%us.ibm.com
c80aa2a68a CCK only - add some error checking for a weird edge case 2006-05-19 16:39:57 +00:00
mkaply%us.ibm.com
16b83484d7 #338481
CCK only - not part of build
Validation of exension info was bad
2006-05-19 16:20:23 +00:00
mkaply%us.ibm.com
21c8106c83 Make extension description localizable 2006-05-18 16:43:45 +00:00
mkaply%us.ibm.com
9931fa711c Up version 2006-05-16 19:51:26 +00:00
mkaply%us.ibm.com
66883f2bb3 #338126
CCK only - not part of build
Live bookmarks weren't working in some scenarios
2006-05-16 19:51:00 +00:00
mkaply%us.ibm.com
762154f53a #338055
CCK only - not part of build
Only use the ZipWritercomponent if a zip EXE isn't specified.
also, if ZipWriterComponent fails, try zip.exe
2006-05-16 19:49:48 +00:00
mkaply%us.ibm.com
81ac2f4537 Update version 2006-05-11 16:56:09 +00:00
mkaply%us.ibm.com
be8919010d #337267
CCK only - not part of build
See bug 250123 - listitem.value and listitem.label don't work unless the listbox item is visible.
Switch to using get/setAttribute
2006-05-11 15:49:02 +00:00
mkaply%us.ibm.com
641827b2de #337404
CCK only - not part of build
I was only saving the ZIP path when you closed the CCK explicitly
Need to save it when you finish the wizard as well
2006-05-11 15:47:11 +00:00
mkaply%us.ibm.com
e648083a2e #337410
CCK only - not part of build
Need to add a full check for extension ID format so invalid IDs are rejected - regex copied from nsExtensionManager.js
I also had to change the error message to be more detailed - L10N impact
2006-05-11 15:44:35 +00:00
mkaply%us.ibm.com
8b708f4673 #337432
CCK only - not part of build
Need to escape HTML entities when they are going to be added to DTD or XML files
Need to do charset conversion on install.rdf so that I18N chars are accepted for name/description/etc.
2006-05-11 15:41:56 +00:00
mkaply%us.ibm.com
0ff17de38d CCK 1.0 2006-05-03 21:01:16 +00:00
mkaply%us.ibm.com
0b6409d8b1 Small fixes to CCK in pref for 1.0 2006-05-03 21:00:38 +00:00
mkaply%us.ibm.com
9ac02c6c88 Fix sizing issue with autocomplete box 2006-05-03 20:59:57 +00:00
mkaply%us.ibm.com
6a025e8888 cleanup of some text 2006-05-03 20:59:32 +00:00
mkaply%us.ibm.com
6f4fa229d7 #336309
CCK only - not built
Add support for specifying location of toolbars/bookmarks
2006-05-02 21:06:24 +00:00
mkaply%us.ibm.com
e92f2832d2 Fix some CCK only untranslatable strings 2006-05-01 15:41:51 +00:00
mkaply%us.ibm.com
25e5b9ab74 Silly mistake 2006-04-25 21:51:12 +00:00
mkaply%us.ibm.com
3c32b96ce5 update version for small fix 2006-04-25 21:50:32 +00:00
mkaply%us.ibm.com
a12040e88a Add a Z accesskey 2006-04-25 20:47:18 +00:00
mkaply%us.ibm.com
7f8cd64ba3 #335401
CCK only - not built
Allow specification of trust string via UI
2006-04-25 20:41:05 +00:00
mkaply%us.ibm.com
6303180103 Bad check on pref 2006-04-25 20:35:33 +00:00
mkaply%us.ibm.com
77b7357a76 Version change for small fix 2006-04-25 20:34:23 +00:00
mkaply%us.ibm.com
c1d02e0696 Per shaver, this is a better way to check 2006-04-25 16:18:39 +00:00
mkaply%us.ibm.com
7019fa9d0d Preferences autocomplete didn't work on 1.5 - adding impl 2006-04-25 16:06:02 +00:00
mkaply%us.ibm.com
5e1ce4e70d #335277
CCK only - not built
Allow disabling of about:config from the CCK
2006-04-24 18:17:21 +00:00
mkaply%us.ibm.com
8a2a16c69c #334673
CCK only - not built
Rewrite prefs interface so it is more userfriendly.
2006-04-24 18:14:51 +00:00
mkaply%us.ibm.com
9d397cddf1 #334673
CCK only - not built
Rewrite prefs interface so it is more userfriendly.
2006-04-24 16:52:07 +00:00
mkaply%us.ibm.com
d1668cfa02 #334667, #334672
CCK only - not part of build
CCK creation requires that XPI dir exists, locked preferences index incorrectly in properties file
2006-04-19 18:05:12 +00:00
mkaply%us.ibm.com
fcd9605ced 1.6.0 version was only for testing 2006-04-17 19:08:56 +00:00
mkaply%us.ibm.com
cc953c671a plugins dir is now platform 2006-04-17 19:08:32 +00:00
mkaply%us.ibm.com
92f8475aea #334002
CCK only - not part of build
Add support for having multiple XPIs in one CCK package
2006-04-17 17:04:51 +00:00
mkaply%us.ibm.com
6d20e74a55 Someday I'll get the version number right 2006-04-17 17:02:30 +00:00
mkaply%us.ibm.com
50fc283812 #333770
CCK only
Package cck.config in cck package
2006-04-14 15:42:10 +00:00
mkaply%us.ibm.com
fe491d71d3 #333470
CCK only
Labels were missing control attribute
2006-04-13 21:28:01 +00:00
mkaply%us.ibm.com
d719612b81 remove some unnecessary cert code 2006-04-11 15:43:53 +00:00
mkaply%us.ibm.com
2581ceffaa *** empty log message *** 2006-04-11 15:43:32 +00:00
mkaply%us.ibm.com
ad498da0ef UI cleanup 2006-04-10 17:13:20 +00:00
mkaply%us.ibm.com
ad20f0223e Proxy pages doesn't disable correctly 2006-04-10 17:12:01 +00:00
mkaply%us.ibm.com
e672090972 Upping version 2006-04-10 16:34:05 +00:00
mkaply%us.ibm.com
9eb1aab640 Add suppor for hiding/locking the CCK in extension manager 2006-04-10 16:33:56 +00:00
mkaply%us.ibm.com
e7c4914688 I had completely broken cert importing 2006-04-10 13:23:44 +00:00