Commit Graph

3989 Commits

Author SHA1 Message Date
martijn.martijn%gmail.com
be2bc3e3d0 Bug 345928 - In <menulist.xml>, Strict 'Warning: function _selectInputFieldValueInList does not always return a value', patch by Simon B�nzli, r+sr=neil 2006-07-29 13:47:22 +00:00
martijn.martijn%gmail.com
1c89095d32 rest of patch for bug 317334 - hang when long wrappable string is passed to prompt() [e.g. as used in the exploit for IE's <body onload=window()> bug], r=mconnor 2006-07-29 12:47:26 +00:00
martijn.martijn%gmail.com
6eedc99bf6 Bug 345245 - GTK scrollbar buttons don't show as active on right or middle click, patch by Adam Guthrie, r+sr=roc 2006-07-29 09:59:00 +00:00
pkasting%google.com
2070e797b8 Bug 339127: Add "spellcheck" attribute to control spellchecking.
r=brettw
sr=sicking
2006-07-29 00:04:40 +00:00
joshmoz%gmail.com
7ad51b9919 Naked hostname isn't very effective for identifying dialog origin. b=334893 r=mento sr=dveditz 2006-07-28 22:06:39 +00:00
bzbarsky%mit.edu
7fb1d4ec68 Back out bug 328357 to see whether that fixes tinderbox orange. 2006-07-28 17:39:59 +00:00
brettw%gmail.com
7484cf11af Bug 336799 r+sr=bryner Remove spellcheck UI from XUL textboxes 2006-07-28 17:36:00 +00:00
sayrer%gmail.com
6c90b4ae2c Bug 340994. FOAF tries to use feed preview mode, but fails with TypeError. r=mconnor 2006-07-28 16:50:56 +00:00
mark%moxienet.com
3ac8ba0428 328357 Codesize reduction of nsAppRunner.obj: consolidate printf, replace %s-substitution of "\t" with "\t" in the string, inline functions, clean up DumpVersion. Patch by Alfred Kayser <alfredkayser@nl.ibm.com>. r=bsmedberg sr=neil 2006-07-28 14:51:13 +00:00
gavin%gavinsharp.com
21207c0c25 Bug 344984: Make unknownContentType.xul dialog look better, patch by Michael Wu <michael.wu@mozilla.com>, r=mconnor, uir=beltzner 2006-07-28 06:23:49 +00:00
gavin%gavinsharp.com
6b66746dcb Bug 337845: Spell checking options should be at the bottom of the context menu, patch by Simon B�nzli <zeniko@gmail.com>, r=brettw, ben 2006-07-28 05:53:16 +00:00
gavin%gavinsharp.com
ab2b1fe36f Bug 234770 part #2: Don't null userField, patch by Michael Wu <michael.wu@mozilla.com>, r=enndeakin 2006-07-28 05:45:16 +00:00
sspitzer%mozilla.org
028508841d fix for regresson bug #346172
dragging a link into firefox and dropping it onto a tab opens it in the focused tab, and not the desired tab.

this regression was caused by bug #333791

r=mconnor
2006-07-27 21:31:59 +00:00
enndeakin%sympatico.ca
743f12e136 bug 343574, support blocking notification, r=mconnor 2006-07-27 15:54:28 +00:00
cbiesinger%web.de
04e627d5f3 (part of) bug 333640 link to all required libraries
r=bsmedberg
2006-07-27 14:42:27 +00:00
benjamin%smedbergs.us
411ccf69d1 Bug 332045 - toolkit/components/gnome should use the glue, r=darin 2006-07-27 14:42:26 +00:00
bsmedberg%covad.net
9eab6c6ae0 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2006-07-27 14:42:25 +00:00
bryner%brianryner.com
2984f958c3 Attempt to fix bustage when GConf/GnomeVFS libraries are not available (bug 251703). Always export the GNOME interfaces on gtk2 but only build the component when all of the prerequisites are installed. r+sr=darin. 2006-07-27 14:42:24 +00:00
bryner%brianryner.com
6921385067 Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2006-07-27 14:42:23 +00:00
rob_strong%exchangecode.com
152f5827d1 Bug 345353 - Compatibility Wizard string changes. r=sspitzer, ui-r=beltzner 2006-07-26 22:59:56 +00:00
gavin%gavinsharp.com
b311d9b102 Bug 345670: fix crash in nsTypeAheadFind::RangeStartsInsideLink, patch by Adam Guthrie <ispiked@gmail.com>, r+sr=sicking 2006-07-26 22:02:23 +00:00
mozilla.mano%sent.com
dcb5434517 Bug 329394 - XUL textbox in XHTML page: focusing gives document.commandDispatcher has no properties. patch from Shawn Wilsher (sdwilsh) <comrade693@gmail.com>, rs=neil/me. 2006-07-26 21:54:05 +00:00
mozilla.mano%sent.com
6c2fdc01ad Bug 'All Tabs' menu does not flash during 'Open in Tabs'. patch from Simon Bnzli <zeniko@gmail.com>, r=me. 2006-07-26 21:44:27 +00:00
rob_strong%exchangecode.com
2d7edc75a0 Bug 345774 - hang when closing the info-bar in Add-ons dialog. Also reverses stomping on extensions.xml by the checkin of bug 241015. r=sspitzer 2006-07-26 21:15:17 +00:00
vladimir%pobox.com
31c8e763e7 b=334174, corrupted db files are not handled correctly, r=brettw 2006-07-26 18:54:12 +00:00
gavin%gavinsharp.com
a2f1db0eaf Fix bug 345327: "clear" button in the console doesn't work, regression from bug 322169, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2006-07-26 18:31:45 +00:00
mozilla.mano%sent.com
a0b6c0964c Bug 343587 - Make mousedown-to-scroll faster (150ms delay), r=beltzner. 2006-07-26 18:17:29 +00:00
rob_strong%exchangecode.com
8080121144 Bug 344148 - Heading/tailing whitespace in override.properties should be removed according to the spec of the properties files. patch=Asai Tomoya, r=rob_strong 2006-07-26 00:19:11 +00:00
gavin%gavinsharp.com
d8f009afc8 Bug 234770: Password field names are used instead of username field names to find acceptable signons, patch by Michael Wu <michael.wu@mozilla.com>, r=enndeakin 2006-07-25 21:36:43 +00:00
gavin%gavinsharp.com
bb0e5916ca Bug 337532: Back and Forward dropmarker history buttons should have proper names, patch by Mark Pilgrim <pilgrim@gmail.com>, r=mano 2006-07-25 21:34:49 +00:00
rob_strong%exchangecode.com
0429f4d0b1 Bug 345899 - Protect against XMLHttpRequest statusText not being available. r=sspitzer 2006-07-25 21:09:22 +00:00
rob_strong%exchangecode.com
6591ef65e1 Bug 345901 - Remove mismatch.js and mismatch.xul. r=sspitzer 2006-07-25 21:07:32 +00:00
mozilla.mano%sent.com
13a8bb75ba Backing out bug 345257 due to the crash reported in 345659. 2006-07-25 19:57:58 +00:00
tony%ponderer.org
aa98d1eae0 bug 345675: unwanted connection to www.google.com at startup with Safe
Browsing disabled
patch: don't get key if sb off, don't get whitelist tables if remote checking
on
r=mmchew,sr=bryner
2006-07-25 17:44:26 +00:00
mozilla.mano%sent.com
7d67ef4065 Bug 345259 - [RTL UI] opening tabs in background moves tabs. patch from smontagu and me, r=mconnor. 2006-07-25 16:01:35 +00:00
mats.palmgren%bredband.net
bfc71b1c54 Add ID attribute for Page Setup dialog. b=345749 r+sr=neil 2006-07-25 15:50:47 +00:00
sspitzer%mozilla.org
1495286e92 fix for bug #344048
set tab min width and tab clip width to better values, per beltzner.

r=mano, ui-r=beltzner
2006-07-25 15:35:42 +00:00
sspitzer%mozilla.org
3dde4b6854 fix for bug #344587: dispatch tab open/close events in the correct order.
thanks to simon <zeniko@gmail.com> for the fix.

r=sspitzer,mano sr=mconnor
2006-07-25 15:30:13 +00:00
gavin%gavinsharp.com
16c41b67e9 Bug 345584: fix build bustage in nsTypeAheadFind.cpp, patch by Alfred Peng <alfred.peng@sun.com>, r=aaronlev, sr=bzbarsky 2006-07-24 23:20:36 +00:00
gavin%gavinsharp.com
8c91e9b5a0 Revert accidental checkin 2006-07-24 23:03:24 +00:00
gavin%gavinsharp.com
ebabef27fb Bug 345075: Fix loadOneTab to ensure that the parent isn't set when passing null as the loadInBackground argument, r=mconnor 2006-07-24 23:02:24 +00:00
aaronleventhal%moonset.net
793d61f079 Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano 2006-07-24 16:12:08 +00:00
mozilla.mano%sent.com
353bedbecf Fixing a typo pointed out by smontagu from my checkin of bug 342841. 2006-07-24 08:22:30 +00:00
mozilla.mano%sent.com
8eb18ee78b Bug 345260 - handle dynamic changes to tab title, tab icon and busy (loading) state in all tabs menu. r=sspitzer/mconnor. 2006-07-23 18:28:47 +00:00
mconnor%steelgryphon.com
03fe9e89c6 bug 195212 - Reopening multiple tabs when clicking Home and multiple homepages selected, make multiple pages always open together r=mano 2006-07-23 18:21:20 +00:00
martijn.martijn%gmail.com
58f89909c7 Bug 345400 - Password manager can't handle case insensitive user field names imported from IE, patch by Michael Wu, r=enndeakin 2006-07-23 08:11:35 +00:00
mozilla.mano%sent.com
99bd0ecd5b Bug 345257 - add tooltip to 'all tabs' menu button. patch from Michael Ventnor <ventnors_dogs234@yahoo.com.au>, r=me. 2006-07-23 06:07:26 +00:00
steffen.wilberg%web.de
12b5f75dc6 Bug 328563: redesign about:, make a period localizable and the about:license url not localizable. r=l10n 2006-07-22 14:36:45 +00:00
sspitzer%mozilla.org
01e4b38a00 fix for bug #342105: Close button not shown if there is only one tab
per beltzner:

"The close button should be shown, with the effect being that it disposes the
tab and immediately opens a new one. Strange behaviour surely, but I think it's
the easiest and most reliably understandable case."

thanks to Simon <zeniko@gmail.com> for the patch.

r=sspitzer, sr=mconnor
2006-07-22 06:13:17 +00:00
rob_strong%exchangecode.com
39f5f9bd2d removing one line of commented out code - no bug - r=me 2006-07-21 22:18:07 +00:00