bzbarsky%mit.edu
af0e49f3b5
Make the listbox box object deal better with the frame being destroyed and
...
change the tree box object the same way. Bug 282105, bug 325045, bug 322513.
r=neil, sr=ben
2006-01-30 21:29:10 +00:00
bryner%brianryner.com
df92bd554a
Attempting to fix build bustage.
2006-01-30 20:49:02 +00:00
joshmoz%gmail.com
018bfeae98
new Java Embedding Plugin for Mac OS X. b=325147 r=josh
2006-01-30 20:45:21 +00:00
brettw%gmail.com
61c7e4bcb6
Backing out parts of previous checkin that shouldn't have been there (will be in future patch).
2006-01-30 20:32:48 +00:00
bsmedberg%covad.net
2564a6366d
Stupidity fix, bug 299997
2006-01-30 20:07:45 +00:00
bryner%brianryner.com
4d12a8bb23
Don't warn if there is no existing form history. Bug 325253, r=brettw.
2006-01-30 19:59:02 +00:00
glen.beasley%sun.com
e5919f82cb
318970 RSA FIPS Alg Tests r=wan-teh, sr=bRelyea
2006-01-30 19:58:52 +00:00
brettw%gmail.com
a45b250c39
Bug 325092, r=bryner. Vacuuming history doesn't work.
2006-01-30 19:52:39 +00:00
bryner%brianryner.com
9827789cc3
Fixing VC6 bustage (bug 324988).
2006-01-30 19:35:57 +00:00
bryner%brianryner.com
8d8dd54c2b
Fixing VC6 bustage (bug 324988).
2006-01-30 19:34:51 +00:00
bryner%brianryner.com
e166b906a7
Fix crashing if the document loadgroup is cancelled while there are pending tree image loads (bug 324988) r+sr=bzbarsky
2006-01-30 18:57:38 +00:00
masayuki%d-toybox.com
f02abe412b
Bug 316812 When address book name is Japanese character(doesn't contain ASCII alpha-numeric), address book is lost when new address book is created due to overlay of ldap_2.servers.user_directory_N.xxxx entries. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=Mark Banner, sr=bienvenu
2006-01-30 18:48:41 +00:00
cbiesinger%web.de
4df04851df
bug 325245 fix make check on linux
...
r=davel
2006-01-30 18:44:24 +00:00
tor%cs.brown.edu
0fb476da15
Bug 324183 - masking and other surface operations inside a filter incorrect.
...
r=scooter
2006-01-30 17:53:26 +00:00
mkaply%us.ibm.com
8eba16de77
Up version
2006-01-30 17:47:01 +00:00
mkaply%us.ibm.com
6b9bb89a3c
Don't have CCK Wizard mosal
2006-01-30 17:46:03 +00:00
bsmedberg%covad.net
98eb209100
Fix gawk-isms from bug 299997, patch by Pawel Chmielowski <prefiks@aviary.pl>
2006-01-30 17:37:29 +00:00
darin%meer.net
944944ce57
fixes bug 324981 "nsTArray crash in RemoveElement" r=bsmedberg
2006-01-30 17:16:50 +00:00
mkaply%us.ibm.com
9c3a43c546
#297919
...
r=bzbarsky, sr=brendan
event.button in a mouse move should be 0 to maintain compatibility with older browsers
2006-01-30 17:04:51 +00:00
cltbld
a586b8e8ae
Automated update from host egg
2006-01-30 16:57:45 +00:00
mkaply%us.ibm.com
1f32380ba2
#305028
...
r=bsmedberg, sr=mkaply (OS/2 only)
Patch from Peter Weilbacher - Cairo on OS/2
2006-01-30 16:54:24 +00:00
jminta%gmail.com
d4000e7309
Bug 189416 View commands should be type=radio and should work with 'checked', not 'disabled'. patch by bugzilla@babylonsounds.com, r=jminta
2006-01-30 14:22:21 +00:00
jminta%gmail.com
362172ba68
Bug 320175 Can't delete event from keyboard in new month view. patch by michael.buettner@sun.com, r=jminta
2006-01-30 13:58:52 +00:00
mike.morgan%oregonstate.edu
bc0746af5b
Added rotating features to the front page. These will be controlled using the "reviews manager" of the existing developer tools.
...
The rotating feature on the front page assumes that:
a) there is already a feature that exists -- it barfs when there are zero features in the database for a given application
b) the main preview (preview='yes' in previews):
i) exists
ii) is a reasonable size
Some additions to the reviews manager would be:
a) adding the "feature" screenshot along with the review so admins have control over what the actual feature looks like
b) possibly requireing screenshots marked as "preview" to be a certain dimension so we can actually rely on the pixel width assumption
2006-01-30 08:44:02 +00:00
mike.morgan%oregonstate.edu
23362b2bf1
Fixed css and templates for login/comment/logout/createaccount.
...
Probably missed a couple of items, but will get to that tomorrow night.
Stored CSS in forms.css so we can reuse it for other forms.
2006-01-30 06:08:00 +00:00
igor%mir2.org
85c2e9531f
Bug 322772: Replacing js_CompareStrings by js_EqualStrings in implementation
...
of "==", "!=", "===" and "!==". r=brendan r=mrbkap
2006-01-30 05:58:17 +00:00
smfr%smfr.org
98d34357c7
Fix bug 325193: sheet shows up in lower left corner of the screen. Fixed by converting it to a modal dialog if its parent window is not visible.
2006-01-30 05:52:18 +00:00
mike.morgan%oregonstate.edu
1a66621c22
Added SQL for recommended addons, cleaned up other queries.
2006-01-30 05:10:41 +00:00
mike.morgan%oregonstate.edu
2ba2f22fe7
Fixed CSS for recommended page. Added dynamic recommended page and template. Fixed link to recommended page.
2006-01-30 05:09:33 +00:00
smfr%smfr.org
c547216eb5
Fix bug 324861: issues drawing personal toolbar if Camino is launched via a GetURL. That was a problem because we'd create the first window (with bookmarks toolbar) before loading bookmarks, causing the bookmarks toolbar to get bookmark changed notifications on a non-UI thread, thus hosing AppKit. The fix is to ensure that we never fire notifications on the bookmark loading thread (in a threadsafe way!), and fix the bookmarks toolbar to behave if its toolbar folder is nil (indicating that bookmarks haven't loaded yet).
2006-01-30 04:51:33 +00:00
smfr%smfr.org
11e59690c0
Fix bug 296228: focus apparently lost when hiding and then showing Camino. Cocoa on 10.4 seems to have a bug where mouse moves don't get reactivated when re-showing an application, so we do it manually when a browser window becomes the main window.
2006-01-30 04:48:52 +00:00
mike.morgan%oregonstate.edu
0f48a50efd
Fixed more broken links.
2006-01-30 02:36:04 +00:00
mike.morgan%oregonstate.edu
9e280c14a8
New rewrite rules to break stuff (unintentionally!).
2006-01-30 02:27:11 +00:00
mike.morgan%oregonstate.edu
3f5bef58bd
Added links, etc., to follow new rewrite rules. Things might break.
2006-01-30 02:25:46 +00:00
mike.morgan%oregonstate.edu
6ae3620716
Fixed header/footer to link to feeds/login/logout/register.
...
Added feeds template.
2006-01-29 23:47:15 +00:00
mike.morgan%oregonstate.edu
c9fa04c9b7
Added flexibility for human-readable args in rss.php.
...
Added feeds.php, to list possible feeds -- reference page.
2006-01-29 23:46:42 +00:00
mike.morgan%oregonstate.edu
1faf1a5e02
Forgot to turn caching back on.
2006-01-29 23:13:29 +00:00
mike.morgan%oregonstate.edu
3b72d514ef
First working version of RSS, with caching.
2006-01-29 23:12:35 +00:00
jminta%gmail.com
b2b2ca654b
Bug 325141 Fix for typo: this.mProperties.enumerator. patch by reidrankin@gmail.com, r=jminta
2006-01-29 21:26:45 +00:00
smfr%smfr.org
2e4ff52d3c
Whitespace change.
2006-01-29 20:49:41 +00:00
bzbarsky%mit.edu
93e81943ba
Make the search by ID in Inspector work even for nodes with no "id" property
...
(eg xml:id, MathML, etc). Bug 324752, patch by Alex Vincent
<ajvincent@gmail.com>, r+sr=bzbarsky
2006-01-29 20:42:47 +00:00
bzbarsky%mit.edu
3b88582ff0
LAst checkin had r+sr=roc
2006-01-29 18:50:14 +00:00
bzbarsky%mit.edu
23ba870fb6
Fix leak bug 324969 -- make sure to call virtual destructors.
2006-01-29 18:48:58 +00:00
kairo%kairo.at
f8d6e01bbd
update German reporter locale for latest en-US changes (NPOTDB)
2006-01-29 15:35:44 +00:00
kairo%kairo.at
581ff977a4
make German inspector locale more consistent with rest of German L10n (NPOTDB)
2006-01-29 15:30:58 +00:00
mike.morgan%oregonstate.edu
3debfc5486
Fixed references to non-existent header/footer files.
2006-01-29 07:07:15 +00:00
bugzilla%micropipes.com
f520dd503c
- Ratecomment is now secured
...
- Made create, verify, recover, and reset scripts
2006-01-29 06:49:48 +00:00
bugzilla%micropipes.com
7c9c2cffc7
wrote:
...
User::addUser()
User::sendMail()
User::sendConfirmation()
User::confirm()
User::getUserByEmail()
User::generateConfirmationCode()
User::sendPasswordRecoveryEmail()
User::checkResetPasswordCode()
User::setPassword()
2006-01-29 06:48:38 +00:00
bugzilla%micropipes.com
b39867e5fd
Minor modifications to addon/login
...
New templates: createaccount.tpl recoverpassword.tpl resetpassword.tpl verifyaccount.tpl
2006-01-29 06:47:24 +00:00
smfr%smfr.org
c2befd3b56
Fix the UI from getting into a locked state when Camino puts up sheet while there is already a modal dialog on screen, or the window already has a sheet. Fixes bugs 279350, 314072. r=mento
...
Fix bug 324901: hide the checkbox in prompt dialogs when the checkMsg param is null or an empty string, to match FF behaviour. r=mento.
Disable the open menu commands when the window has a sheet on it.
2006-01-29 04:56:30 +00:00