cmp%mozilla.org
bb66dfd830
Add partial-patch target to tools/update-packaging/Makefile.in to invoke
...
make_incremental_update.sh. Bug 306206, attachment 194073.
r=chase@mozilla.org
2005-08-28 03:27:14 +00:00
smfr%smfr.org
38ea45f2f3
Fix bug 304006: fix the restoration of folder expanded states when clicking between collections, by ensuring that we restore them after -reloadData.
2005-08-28 00:50:54 +00:00
smfr%smfr.org
964a7f0ff5
Make sure CSS is valid.
2005-08-28 00:45:13 +00:00
smfr%smfr.org
f1ebf1dfe0
Fix bug 303359: when pasting a bookmark into the Bookmark Bar collection with nothing selected, put the bookmark at the end of the bookmark bar, rather than the end of the menu.
2005-08-28 00:37:12 +00:00
smfr%smfr.org
468d6720c3
Fix bug 296783: clean up ad_blocking.css to avoid lots of false hits. Make the rules more specific; testing by visiting many of the top 200 sites. r=me
2005-08-28 00:18:35 +00:00
igor%mir2.org
ff19993f4c
Ignoring exception during (Input|Output)Stream.close() from external
...
processes. On Windows it may throw IOException if process terminates too
fast.
2005-08-27 21:24:29 +00:00
igor%mir2.org
ab8ce4a6bb
Tools are listed on the main Rhino page
2005-08-27 21:17:57 +00:00
igor%mir2.org
3bf0b41bf4
Rhino tools are listed explicitly on the main documentation page.
2005-08-27 21:17:02 +00:00
igor%mir2.org
beca11ee8f
Added Windows-specific examples using runCommand
2005-08-27 21:16:14 +00:00
bugzilla%standard8.demon.co.uk
deea16a777
Thunderbird version of SeaMonkey patch on bug 263951 - remove unnecessary script includes. r/sr=bienvenu
2005-08-27 20:06:21 +00:00
igor%mir2.org
369026ce42
Cosmetics: delete-trailing-blanks
2005-08-27 19:50:55 +00:00
bmlk%gmx.de
423f8d3fb4
code share GetCaptionAdjustedParent between AdjustCaptionParentFrame, bug 289936 r/sr=bzbarsky
2005-08-27 18:30:36 +00:00
bugzilla%standard8.demon.co.uk
06cd319a81
Fix bug 216245 subscribe/account wizard for newsgroups forgets account name. r=mnyromyr,sr=bienvenu
2005-08-27 17:48:27 +00:00
mozilla.mano%sent.com
045f805e75
Bug 306171 - [mac] The 'Preferences' menuitem is disabled in Firefox's DOMi. r=mconnor.
2005-08-27 17:27:45 +00:00
gavin%gavinsharp.com
1d00037f49
Bug 305912: Popup notification bar doesn't appear on first load (e.g. if your homepage tries to open a popup) , and doesn't correctly list all blocked popups, r=mconnor
2005-08-27 17:19:08 +00:00
cbiesinger%web.de
e7586138a3
bug 265607 check *aConfirm instead of aConfirm
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-08-27 16:18:25 +00:00
cbiesinger%web.de
8c3ad799f4
bug 210373 make gtkmozembed on gtk2 use nsIWebBrowserFocus for focus handling,
...
to fix focus stealing bugs
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-08-27 16:14:36 +00:00
jminta%gmail.com
ab8e4d4f2f
Bug 305964 Can't add exceptions to recurring events. r=mvl
2005-08-27 16:03:54 +00:00
cbiesinger%web.de
ca08a5c553
bug 295070 return rv, not nsnull, in an nsresult method
...
patch by Joshua Welderson <pythonesque+bugzilla@gmail.com> r=smontagu sr=bz
2005-08-27 15:35:21 +00:00
aaronleventhal%moonset.net
af8e1e31b4
Backing out bug 305667 and reopening it. Item selection disappearing in <richlistbox> when no file naming dialog is used before download manager appears for a save. Patch by Doron Rosenber. r=mconnor, a=asa
2005-08-27 13:12:04 +00:00
bugzilla%standard8.demon.co.uk
1e22953986
Follow up patch to Bug 237210, additional cleanup in abCommon.js. Patch by Serge GAUTHERIE <gautheri@noos.fr> r=neil.parkwaycc.co.uk,sr=mscott
2005-08-27 07:47:03 +00:00
dbaron%dbaron.org
7c61ed1c47
Use PRInt32 instead of PRUnichar to match everything else and handle EOF correctly. b=305947 r+sr=bzbarsky
2005-08-27 05:59:51 +00:00
bzbarsky%mit.edu
d384c5bbef
Fix comment per my review comments. Bug 305640.
2005-08-27 05:16:06 +00:00
gavin%gavinsharp.com
417c8156d7
Bug 300539: browser.urlbar.autoFill isn't supported in the Open Location dialog
2005-08-27 03:39:08 +00:00
smfr%smfr.org
70719bc37e
Fix bug 306084: avoid crashes when closing the last tab (or trying to move it to a new window), and disable the menu items as appropriate.
2005-08-27 03:38:49 +00:00
gavin%gavinsharp.com
a1a4cb4d78
Bug 300988: Move dialog in bookmarks manager doesn't persist it's size, r=mconnor
2005-08-27 03:36:40 +00:00
mozilla.mano%sent.com
a8ad08e4ea
fixing typo from bug 305955's checkin
2005-08-27 02:26:29 +00:00
gavin%gavinsharp.com
ccac0f4f4e
Bug 235204: New search dialog, used when the searchbar is either removed from the toolbar, of if the toolbar is hidden. r=mconnor
2005-08-27 02:19:09 +00:00
mozilla.mano%sent.com
7714120d97
fixing typo from bug 305955's checkin
2005-08-27 02:07:45 +00:00
wtchang%redhat.com
31be7b72ae
Bugzilla Bug 257693: code cleanup. 1. Change "X9.63" to "X9.62". 2. In
...
EC_ValidatePublicKey, set error codes and handle a NULL return from
ECGroup_fromName. 3. In the ECGroupStr structure, move the validate_point
field up. 4. In the test cases, if the tests that should fail, passed,
say so in the error messages. r=douglas@stebila.ca .
Modified Files:
blapi.h ec.c ecl/ecl-priv.h ecl/ecl.c ecl/ecl.h
ecl/tests/ec2_test.c ecl/tests/ecp_test.c
2005-08-27 01:09:22 +00:00
mrbkap%gmail.com
0c2d135d8e
bug 303108: Components.utils.evalInSandbox should throw exceptions that tell the caller what went wrong, instead of always throwing NS_ERROR_FAILURE. r=shaver
2005-08-26 23:41:06 +00:00
bugreport%peshkin.net
da020d19e0
Bug 305333: Move attachments.thedata to its own table
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r=lpsolit, a=justdave
2005-08-26 23:11:33 +00:00
cltbld
147dad4d35
Change file upload process to use rsync instead of scp. Create the upload
...
directory on the staging server before uploading to ensure we drop our
payload into the right directory.
2005-08-26 23:03:58 +00:00
gavin%gavinsharp.com
1a81116db4
Bug 305828: Changes to tabbrowser.xml for sessionsaver extension, patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=vlad
2005-08-26 23:01:34 +00:00
dbaron%dbaron.org
51f5f4e843
Give popup blocked events a message constant. b=304462 r+sr=bryner
2005-08-26 21:38:38 +00:00
dougt%meer.net
80e0bb7fc4
adding preferences to jar.mn
2005-08-26 21:25:14 +00:00
tor%cs.brown.edu
982899e4d3
Bug 282579 - fix logic for placing characters when falling off the end
...
of a textPath. r=jwatt
2005-08-26 21:13:48 +00:00
dougt%meer.net
67ca169e0c
Fixing linux build bustage for Minimo. b=306087 r=bsmedberg
2005-08-26 21:03:29 +00:00
scott%scott-macgregor.org
1f959b4bcb
Bug #305843 --> update timer should not fire every 5 seconds - fire every 10 minutes instead.
...
Port Ben's patch to Thunderbird.
2005-08-26 20:56:11 +00:00
gavin%gavinsharp.com
b15d123c7f
Bug 301283: Toolbar customize gives js error after removing searchbar, r=mconnor
2005-08-26 20:48:03 +00:00
dougt%meer.net
be7c818c22
Pushing the minimo.manifest to chrome
2005-08-26 20:46:22 +00:00
mconnor%steelgryphon.com
55fa19c9f5
bug 302486 - PAC edit box plays games with URI fixup as you type, r=vlad, a=caillon
2005-08-26 20:39:12 +00:00
gavin%gavinsharp.com
70a6278752
Bug 263182: Page Info (Security tab) doesn't explain mixed secure/insecure, r=kaie.bugs, sr=neil.parkwaycc.co.uk
2005-08-26 20:34:31 +00:00
gavin%gavinsharp.com
cdebc283cc
Bug 305794: Report A Broken Web Site, Privacy Policy link not working, r=mconnor
2005-08-26 20:18:37 +00:00
lpsolit%gmail.com
49a3e006a7
Bug 306060: Adding a new product should make it clear that a component is also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave
2005-08-26 20:08:46 +00:00
lpsolit%gmail.com
c75d1aab24
Bug 302650: Product.pm methods don't return what is expected for milestones and versions - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
2005-08-26 19:59:53 +00:00
gavin%gavinsharp.com
68af6ddd2e
Bug 301073 and bug 305372: Fix chrome home pages and opening chrome links in new windows (shift+click), r=mconnor
2005-08-26 19:56:55 +00:00
gavin%gavinsharp.com
a6b4ba03fb
Bug 305258: Firefox windows disappear from the taskbar (modal windows being opened incorrectly), patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor
2005-08-26 19:51:09 +00:00
bugzilla%arlen.demon.co.uk
01727911ae
Bug 304947 Some mistakes in nav_help.xhtml - followup
...
p=opitz.michael@inode.at r=me
2005-08-26 19:48:52 +00:00
lpsolit%gmail.com
8a388de346
Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-08-26 19:46:27 +00:00