136806 Commits

Author SHA1 Message Date
cbiesinger%web.de
b71e2a3790 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc
2004-12-30 21:56:11 +00:00
silver%warwickcompsoc.co.uk
5a32e0b8d6 Bug 276478 - Put back two important lines for the async reading code used in Mozilla 1.0, and fix getFileFromURLSpec on Mozilla 1.0.
ChatZilla only.
r=rginda
2004-12-30 21:15:06 +00:00
silver%warwickcompsoc.co.uk
1ce27114af No bug - Make CTCP ping replies stay within the network they came from (don't show them on other network views).
ChatZilla only.
r=samuel@sieb.net
2004-12-30 21:10:07 +00:00
psychoticwolf%carolina.rr.com
ec11795706 Bug 276250, Update 1.0 missing cache-control headers. P=Me. 2004-12-30 19:49:23 +00:00
psychoticwolf%carolina.rr.com
046444170e Bug 275905, Editor able to create admin account. Patch By Jens Bannmann, r=Wolf 2004-12-30 19:47:28 +00:00
psychoticwolf%carolina.rr.com
5f7c7ccd37 Bug 275904, Bug 275904, Deleteing user blows away all user flags. Patch By Chris Thomas, r=Wolf 2004-12-30 19:45:16 +00:00
psychoticwolf%carolina.rr.com
5b6088f992 Bug 276423, VersionCheck does not exclude items. Patch by alanjstr, r=Wolf 2004-12-30 19:40:37 +00:00
darin%meer.net
2fa894ae22 fixes bug 268483 "Suppress synthesized STATE_TRANSFERRING for untargeted channels" r=biesi sr=bzbarsky 2004-12-30 18:13:45 +00:00
brendan%mozilla.org
1b567da4f7 Propagate TCF_HAS_DEFXMLNS from parser to constant folder; call js_Mark from xml_mark (246441, r=shaver). 2004-12-30 17:44:41 +00:00
igor%mir2.org
3f3f612462 Context.toType is deprecated in favor of Context.jsToJava which throws EvaluatorException, not IllegalArgumentException.
In this way when native code implementing host objects calls Context.jsToJava the exception can be caught in JS and processed in in the same way as exceptions resulting from bad calls to LiveConnect Java objects.
2004-12-30 15:28:29 +00:00
bugzilla%arlen.demon.co.uk
1f80b2974e Relanding portion of patch that fixes bug 261083 "Channels do not uniformly query their notification callbacks" that was lost after the aviary branch landing - previously reviewed by r=biesi sr=bzbarsky 2004-12-30 11:44:47 +00:00
smfr%smfr.org
47e3337a8e Tweak the top pixel gap on the bookmarks toolbar back to 2px from 3px. 2004-12-30 04:04:02 +00:00
mattwillis%gmail.com
e57a05baac bug 272732
fixes window title regression
r=pavlov@pavlov.net
2004-12-29 21:58:04 +00:00
mattwillis%gmail.com
7cf8f4a5a1 bug 272732
more work on new/edit event dialog.
more of the todo/task controls are wired in and working.
r=pavlov@pavlov.net
2004-12-29 20:35:38 +00:00
neil%parkwaycc.co.uk
f994b38bd7 Bug 276246 Improve on the fix for bug 242991 in bug 44494 r+sr=bienvenu 2004-12-29 20:20:23 +00:00
joshmoz%gmail.com
1a62ac1991 dragging webloc to tab widget "downloads" webloc rather than opening URL. b=270123 sr=pinkerton 2004-12-29 20:12:45 +00:00
joshmoz%gmail.com
b5905c1157 Implement nsChildView::CancelIMEComposition() in cocoa widgets. b=272964 2004-12-29 18:27:46 +00:00
joshmoz%gmail.com
ee36ca736c clean out old bm drawer code, style fixups, no bug 2004-12-29 18:19:43 +00:00
smfr%smfr.org
25284d84cd More experimentation with plevent handling for Camino (only affects cocoa toolkit), replacing the CFRunLoop patch with the CFMessagePort patch for performance comparison. 2004-12-29 16:40:41 +00:00
peterv%propagandism.org
4fdbf9dccc Fix for bug 271209. r=sicking, sr=jst. 2004-12-29 15:30:57 +00:00
cbiesinger%web.de
63cf1c4626 Bug 276291 VersionCheck.php returning broken RDF for maxVersion checks
patch by alanjstr <Bugzilla-alanjstrBugs@sneakemail.com>
2004-12-29 14:15:56 +00:00
smfr%smfr.org
726a1a4b01 Checking in CFRunLoop patch in bug 271050 to test pageload performance in Camino. r=pinkerton 2004-12-29 06:07:31 +00:00
smfr%smfr.org
d0064a3136 Tweak tab item drag feedback. 2004-12-29 06:04:43 +00:00
timeless%mozdev.org
fabe153c87 giving up 2004-12-29 05:35:25 +00:00
smfr%smfr.org
f72382060b Fix bug 243411 - painting problems on bookmarks toolbar when moving items around, because we would only call [setNeedsDisplay] when changing the bar height.
Also clarified added a [bookmarkChanged:] method to BookmarkButton, rather than overloading [setBookmarkItem:]. This allows us to be more selective about reflowing the bookmarks toolbar (i.e. not when just an icon changes).
2004-12-29 05:18:40 +00:00
timeless%mozdev.org
04695dff86 Bug 272046 Pass OS to web service
patch by Bugzilla-alanjstrBugs@sneakemail.com r=bsmedberg
2004-12-29 04:58:50 +00:00
smfr%smfr.org
372beb43e5 Fix bug 168791: add another pixel of padding at the top and bottom of the bookmarks toolbar, and fix a bug where there was no space after the first item on each line of the toolbar after the first. 2004-12-29 04:33:39 +00:00
timeless%mozdev.org
f5a5efafaa backing bug 272046 out since it caused tinderbox to go orange 2004-12-29 04:24:42 +00:00
brendan%mozilla.org
9db4d62ed6 Add JS_GetMethod to the JS API, to cope with E4X's breaking the var f=o.m;f.apply(o,arguments)===o.m() invariant; qualify bogus assert in jsemit.c to make it righteous; use JS_GetMethod from nsXPCWrappedJSClass::CallMethod (246441, r=me). 2004-12-29 03:34:26 +00:00
timeless%mozdev.org
7b55edf38a Bug 181273 "Set As Wallpaper" should not save in windows directory
patch by mailto:torisugari@gmail.com r=dean tessman sr=neil
2004-12-29 00:47:27 +00:00
timeless%mozdev.org
18dcfb60f7 Bug 276148 warning: unused variable `CStartToken*theStartToken' in nsHTMLTokenizer::ConsumeStartTag
patch by cst@andrew.cmu.edu r=mrbkap sr=peterv
2004-12-29 00:34:49 +00:00
timeless%mozdev.org
e14083d959 Bug 276060 security info icon should use oncommand instead of onclick
patch by cst@andrew.cmu.edu r=aaronl sr=neil
2004-12-29 00:31:58 +00:00
timeless%mozdev.org
1c4608e5d6 Bug 272046 Pass OS to web service
patch by Bugzilla-alanjstrBugs@sneakemail.com r=bsmedberg
2004-12-29 00:00:13 +00:00
jocuri%softhome.net
f23343b43c Patch for bug 272472: attachment.cgi shouldn't clobber windows.onload; patch by Christian Reis <kiko@async.com.br>, r=wurblzap, a=justdave. 2004-12-28 23:50:31 +00:00
jocuri%softhome.net
df9b92fe8f Patch for bug 232328: Update CSS file in order to fix the display of columns in stagger headers mode using Internet Explorer; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=myk, r=glob, a=justdave. 2004-12-28 23:45:23 +00:00
jocuri%softhome.net
6f1f550358 Patch for bug 273339: Make attachment.cgi consistent with its activity log timestamps; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave. 2004-12-28 23:38:03 +00:00
jocuri%softhome.net
e341d45406 Documentation patch for bug 274220: Provide additional documentation about creating custom templates; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd. 2004-12-28 21:51:27 +00:00
darin%meer.net
1165372698 landing initial patch for xforms:upload (bug 275453) r=smaug 2004-12-28 21:37:23 +00:00
pkw%us.ibm.com
a21fe2342e Bug 275786 - crash in [@ nsCharTraits<unsigned short>::length] changing username for existing Mail Account will crash Mozilla [@ SINGSIGN_RemoveUserAfterLoginFailure]
r=cbiesinger@gmx.at, sr=darin@meer.net
2004-12-28 21:16:23 +00:00
dbaron%dbaron.org
308050f199 Fix typo pointed out by Alexander L. Slovesnik <als@mozilla.ru>. b=187007 2004-12-28 21:15:12 +00:00
mkaply%us.ibm.com
4dd1f0fc09 OS/2 only updates for CSS3 cursor support 2004-12-28 21:05:27 +00:00
pinkerton%aol.net
0d576c7d3b remove build dir on distclean (bug 272250) 2004-12-28 19:17:01 +00:00
brendan%mozilla.org
83d1417cb3 Fix old tagify (html string helper) dependent string bug (276103, r=shaver). 2004-12-28 17:08:32 +00:00
brendan%mozilla.org
f485c83da2 Turned back on HTML helpers, they are implemented by other browsers, and people use them (276030, r=self). 2004-12-28 16:43:51 +00:00
mattwillis%gmail.com
e2e97f4356 bug 271731
new winstripe icon.png from Mark Carson
r=mattwillis
2004-12-28 16:02:12 +00:00
gerv%gerv.net
15ad825d50 Add Javascript to disable the submit button until all required form fields have been filled in. 2004-12-28 15:19:32 +00:00
gerv%gerv.net
6bf5b5212c Initial checkin of 'Hendrix' - mozilla.org web-to-news feedback system. 2004-12-28 15:00:27 +00:00
cbiesinger%web.de
12dedfb94b Bug 183632 Improve error dialog from Address Selection for card without email address
r=neil sr=bienvenu patch by Mark Banner <mark@standard8.demon.co.uk>
2004-12-28 14:20:43 +00:00
cbiesinger%web.de
47d7110411 Bug 274281 [BeOS] BeOS lets events stay in port through the 'restarts' in LaunchChild causing crashes on faulty events.
patch by tqh <thesuckiestemail@yahoo.se> r=sergei_d sr=shaver (for the xpcom/ part)
2004-12-28 13:56:17 +00:00
cbiesinger%web.de
fbf5e17933 263671 make nsStyleUserInterface::CalcDifference return correct style hints if
more than one property differs. also handle dynamic cursor changes correctly.
r+sr=bz
2004-12-28 13:48:25 +00:00