Граф коммитов

144866 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net 7be81771d5 add toolbar button to show history (bug 229957) 2005-08-01 01:03:10 +00:00
lpsolit%gmail.com cffa65200b Bug 302582: "add component/version" doesn't include action=add on enter_bug.cgi - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=justdave 2005-08-01 00:03:53 +00:00
lpsolit%gmail.com 23f11458c0 Bug 302782: Crash when showing list of users in a group during group deletion - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave 2005-07-31 23:48:17 +00:00
mozilla%colinogilvie.co.uk 0c2367da3b Bug 297475: Add docs about how to install and configure Bugzilla using PostgreSQL
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> (with info from mkanat) r=mkanat
2005-07-31 23:35:40 +00:00
pinkerton%aol.net 23e9c55950 outlet and code for camino support help menu item 2005-07-31 23:27:55 +00:00
smfr%smfr.org 9a808abe79 Fix bug 243840: don't resize columsn in the bookmarks/history when expanding items. 2005-07-31 23:25:31 +00:00
smfr%smfr.org 6451ec6adf Fix bug 224525: make sure we call setNeedsDisplay:YES on the browser content view after resizing it when the bookmarks toolbar height changes. 2005-07-31 22:58:55 +00:00
smfr%smfr.org 10450416d0 Fix bug 302732: favicon can remain in tab when going back/forward; fixed by swapping favicons even if there is no new network load (which happens wiht bfcache).
Fix bug 195169: when making bookmarks, we save the URL with relataive anchors now (before, we just used the page URL).
Fix bug 295731: when a favicon loads, make sure it's for the current page before showing it.
Fix bug 231039: we save the bookmarks splitter location now.
Fix bug 284829: about:bookmarks/about:history have a favicon now.
Fix bug 293768: we save the expanded state of bookmarks folders in the bookmarks outliner now (which requires us to save UUIDs to the bookmarks file)
Maybe help bug 289769: avoid using 'nil' as a premature argument to [NSDictionary dictionaryWithObjectsAndKeys], which may have contributed to lost bookmarks.
Fix bug 285097: show the correct (localizable) window title for bookmarks and history.

Code cleanup: removed [CHBrowserView getCurrentURLSpec] and replaced all calls with calls to [CHBrowserView getCurrentURI], which should return the same thing. Standardized wrapper methods to match.
2005-07-31 22:36:56 +00:00
pinkerton%aol.net 6a4bd92b2f support dropping text on the field which triggers the target/action (bug 207845) 2005-07-31 22:24:23 +00:00
smfr%smfr.org 8adb9f0b68 Don't copy mode1 file when copying project to objdir (Camino only) 2005-07-31 21:49:54 +00:00
pinkerton%aol.net 64a70e6466 adding "camino support" link to help menu (bug 183570) 2005-07-31 21:28:05 +00:00
dmose%mozilla.org b593e1f71a Fixing build bustage by adding stub methods for the two new methods that were added to nsIXPCScriptable 2005-07-31 21:12:49 +00:00
pinkerton%aol.net a145ec5bd9 move bookmarks.plist into localized folder so default bookmarks can be
tailored per localization. (bug 179900)
2005-07-31 21:09:14 +00:00
pinkerton%aol.net 0a3bfa997f only init blank html string object when called upon, not at startup 2005-07-31 20:14:23 +00:00
pinkerton%aol.net 739d94a139 allow bookmarks title to be localized (bug 294731) 2005-07-31 20:09:41 +00:00
pinkerton%aol.net b61a3ec744 filtered lists remain filtered and sorted when allow/deny state changed
(bug 280981)
2005-07-31 20:02:02 +00:00
dbaron%dbaron.org f89acc7b89 Switch order of first two base classes to work around btek orange. 2005-07-31 19:43:27 +00:00
dveditz%cruzio.com 4cdd3ba458 form action=javascript: shouldn't trigger the insecure submit warning (bug 182179). Patch by Iain MacDonnell, r=dveditz, sr=darin, a=asa 2005-07-31 19:06:27 +00:00
jst%mozilla.jstenback.com 9096d968f8 Fixing orange on tinderbox. The problem was that when we were tearing down a window and releasing its document we didn't remember the document principals, so any security checks that happened after a window was torn down failed. Partial backout of the fix for bug 296639. r=dbaron@mozilla.org 2005-07-31 16:44:28 +00:00
aaronleventhal%moonset.net 73c6837503 Bug 281932. Fix a11y problems in print preview. Also create tabbable <toolbarbutton>s via toolbar button class=tabbable. r=mconnor, a=mconnor 2005-07-31 15:34:57 +00:00
steffen.wilberg%web.de 676583c0f3 forgot to address review comment (bug 302434 and 298553, which had r=jeff, a=asa) 2005-07-31 15:05:03 +00:00
steffen.wilberg%web.de c8b9262f54 forgot to address review comment (bug 302434 and 298553, which had r=jeff, a=asa) 2005-07-31 15:03:18 +00:00
igor%mir2.org 90ebe1bf30 Resolving bug 299613
New interface RefCallable simplifies implementation of function-call-as-rvalue
in Java code. In addition native objects is required to implemet only Callable
interface, not Function, to serve as target of () operator.
2005-07-31 14:27:36 +00:00
igor%mir2.org 5839d1a3e2 Fixing bug 291591
\<LineTerminator> in string literals is removed from the resulting string to follow SpiderMonkey and C/C++
2005-07-31 13:48:46 +00:00
mvl%exedo.nl b4b1da73a3 Make sure not to enable two radioitems when editing an item with recurrence set.
bug 287393, patch by jt@nerant.org, r=mvl
2005-07-31 12:27:21 +00:00
jst%mozilla.jstenback.com b83b23cb6b Fixing win32 build bustage. 2005-07-30 22:06:42 +00:00
jst%mozilla.jstenback.com 8c2bc6fcb8 Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers 2005-07-30 20:57:07 +00:00
mozilla%colinogilvie.co.uk afdb1c6622 Missing comma from last checkin 2005-07-30 20:42:05 +00:00
bugzilla%standard8.demon.co.uk 931641699a Bustage fix for previous checkin (sorry) Bug 287540 - (Bv1) <nsXPInstallManager.cpp>. 2005-07-30 20:10:35 +00:00
mvl%exedo.nl a79b61361f Bug 220655: Enable moving items (such as events) from one Calendar File to another.
patch by jminta, r=mvl
2005-07-30 19:56:21 +00:00
gavin%gavinsharp.com 2f7d7f16b5 Bug 291768 and bug 302660: add middle click and single-click-selects-all to location bar icon, r+a=mconnor 2005-07-30 19:48:58 +00:00
bugzilla%standard8.demon.co.uk dc7c3a6ff0 Bug 287540 Fix various _C++_ compiler warnings from my Windows non-debug build - (Bv1) <nsXPInstallManager.cpp>. Patch by Serge Gautherie <gautheri@noos.fr> r+sr=dveditz,a=bsmedberg 2005-07-30 19:37:45 +00:00
mozilla%colinogilvie.co.uk af1acb65df Ability to rate a comment. Currently, this uses GET requests - may be necessary to change it to a POST request to stop abuse of it at a later date 2005-07-30 19:29:14 +00:00
bugzilla%arlen.demon.co.uk db70bc5e3d Bug 302506 Accesskey for Release Notes menu item in Help menu needs changing
p=me r/sr=neil.parkwaycc.co.uk a=asa
2005-07-30 13:42:25 +00:00
smfr%smfr.org a84d110e68 Fix gcc 4 error. 2005-07-30 03:20:10 +00:00
bob%bclary.com 4ba662faf3 Date Parsing - fix regression from bug 273292, improve MSIE compatibility, bug 301738. r=mrbkap, r=shaver, a=asa 2005-07-30 03:15:49 +00:00
smfr%smfr.org adf344646d When creating folders in the bookmarks view, create the new folder after the currently selected item by deafult. 2005-07-30 02:43:33 +00:00
rbs%maths.uq.edu.au e51ed4fc21 Avoing crashing due to outdated text pointers by flushing pending reflows before finding out where to scroll the selection, b=252970, r+sr=bzbarsky, a=bsmedberg 2005-07-30 02:43:17 +00:00
smfr%smfr.org 55428a8dd6 Fix bug 191702: change New Bookmark Folder shortcut to Command-SHIFT-N. 2005-07-30 01:16:37 +00:00
smfr%smfr.org 2c7ad74c1d Fix JEP and MRJ plugin building in objdir builds (bug 301076). Camino only, npodb. 2005-07-30 01:11:59 +00:00
myk%mozilla.org 7decc2a25a Fixing build bustage caused by not correctly updating filter exceptions (and in a couple cases not filtering when it would make sense) 2005-07-30 01:01:54 +00:00
myk%mozilla.org 5d32cc2382 Fix for bug 302083: automatically converts BMP files to PNG files to conserve disk space; patch by Greg Hendricks; r=myk, a=myk 2005-07-30 00:46:40 +00:00
myk%mozilla.org f499a19a4e Fix for bug 302702: refactors tabs code into shared file so not only prefs and search but also other pages can use it 2005-07-30 00:41:11 +00:00
gandalf%firefox.pl 75d1b42512 add new locales to tinderbox. 2005-07-30 00:20:18 +00:00
bob%bclary.com 488023703c ECMA Compliance: fix daylight savings time before 1970, Bug 58116. Patch by Mike McCabe <mike+mozilla@meer.net>. r+a=shaver 2005-07-30 00:00:05 +00:00
wtchang%redhat.com 7053ab4abf Bugzilla Bug 302219: added CKM_RSA_X9_31_KEY_PAIR_GEN support. r=relyea. 2005-07-29 23:43:40 +00:00
wtchang%redhat.com a3ac2d6b1d Bugzilla Bug 302219: added CKM_RSA_X9_31_KEY_PAIR_GEN support to
PK11_GenerateKeyPair. r=relyea.
2005-07-29 23:23:35 +00:00
gavin%gavinsharp.com c771030e8d backing out my last checkin 2005-07-29 22:02:47 +00:00
relyea%netscape.com 6460663270 Bug 284369 UI for encrypted messages that can't be decrypted not dramantic.
This patch adds UI information to the user when the message can't be displayed
because the message was encrypted and a key could not be found. It also adds
event handling to redraw the screen if a smartcard is insert.

SR+=mScott a1.8b4=asa
2005-07-29 22:01:08 +00:00
gavin%gavinsharp.com 44a7961ddc Bug 262222 : Relative URLs in Live Bookmark link elements not resolved, patch by Sam Ruby <rubys@intertwingly.net>, r=vlad, a=bsmedberg 2005-07-29 20:44:45 +00:00