doronr%us.ibm.com
6ef7287afa
Patch for bug 223097 was missing an include that caused windows to not be able to compile schema validation. not part of default build
2005-06-27 14:12:51 +00:00
cbiesinger%web.de
a1b8562ba6
Testing another possibility for btek's Tp loss (bug 295047)
2005-06-27 07:58:38 +00:00
scott%scott-macgregor.org
3103dc1c1c
make sure we have a feed request before we ask the request for it's status
2005-06-27 05:51:05 +00:00
mozilla.mano%sent.com
71388d069f
Bug 297945 (Firefox keeps loading favicon.... forever). patch from Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=vlad, a=asa.
2005-06-27 05:28:28 +00:00
ben%bengoodger.com
57508d188f
Add update history list UI
2005-06-27 01:18:10 +00:00
igor%mir2.org
01a323d63b
1. Added ContextFactory.getApplicationClassLoader()/initApplicationClassLoader() for simpler class loader customization.
...
2. Context.getApplicationClassLoader() now uses ContextFactory.getApplicationClassLoader() and also tries ContextFactory subclass as the last resort of loader guessing.
2005-06-26 22:57:31 +00:00
igor%mir2.org
58ff31852c
Added XML and XMLList to the exclusion list
2005-06-26 22:51:49 +00:00
ben%bengoodger.com
6322c3c4a8
Finish update available page, better network error reporting.
2005-06-26 22:33:59 +00:00
roc+%cs.cmu.edu
af23519629
Bug 296000. Get rid of some unnecessary code. r+sr=roc,a=asa,patch by Martijn Wargers
2005-06-26 22:22:40 +00:00
roc+%cs.cmu.edu
68d9a814b3
Bug 298378. Make sure that a style-change reflow on a column set eventually reflows all the descendant frames, even if some of them don't get reflowed on the first pass. r+sr=dbaron,a=asa
2005-06-26 22:15:08 +00:00
igor%mir2.org
05ee41a100
Fix for bug 290034: JavaScriptException should not be wrapped inside
...
Context.throwAsScriptRuntimeEx
2005-06-26 21:32:42 +00:00
Olli.Pettay%helsinki.fi
1b2bb3cac1
Bug 289434 xbl-ized widgets for xforms r=doron+allan, a=mkaply, NPOTB
2005-06-26 18:30:17 +00:00
masayuki%d-toybox.com
fd921f7cbd
Bug 241282 When choosing an alternative location via "Browse...", the Installer "defaults" to ns_temp subfolder. patch by <jhenry@ccs.neu.edu> r+a=benjamin
2005-06-26 10:54:45 +00:00
smfr%smfr.org
69c3307072
Fix bug 245019: make tooltips child windows, so that they don't show up in Expos�.
2005-06-26 03:41:33 +00:00
smfr%smfr.org
af8f94b76a
Fix bug 296340: make the autocomplete dropdown a child window of the browser window, so that we can keep it up while the window is moved, resized, minimized or hidden. r=pinkerton.
2005-06-26 03:37:00 +00:00
smfr%smfr.org
ae849048e1
Fix bug 182783, bug 292473 and bug 280894. Add a per-window class that registers for window activate/deactivate notifications, and sends appropriate activate events to gecko. Also fix up interaction with the NSInputManager (aka IME/TSM). r=pinkerton. Only affects Camino.
2005-06-26 03:25:52 +00:00
mrbkap%gmail.com
07681e8e9a
bug 289537: Automatically open <body> for more tags by using the kRequiresBody special property. r=jst sr=rbs a=asa
2005-06-25 21:09:28 +00:00
cltbld
d89c5ccca3
Automated update from host egg
2005-06-25 17:46:13 +00:00
cbiesinger%web.de
13066771af
297962 stop building IPC code for seamonkey
...
r=bsmedberg a=asa
2005-06-25 17:38:35 +00:00
webmail%kmgerich.com
1844a3d5a1
Pinstripe changes: Preferences icons should have a pressed state (bug #287375 ), Mail icon for main toolbar (bug #298554 ) a=asa
2005-06-25 13:15:54 +00:00
lpsolit%gmail.com
8c740964ea
Bug 298190: The "200 bugs" limit in buglist.cgi should be a constant, not a magic number - Patch by Tiago R. Mello <timello@async.com.br> r=kiko,justdave a=justdave
2005-06-25 12:28:48 +00:00
lpsolit%gmail.com
131210a127
Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-06-25 12:10:28 +00:00
neil%parkwaycc.co.uk
86f51b3cc1
Bug 113202 tab icon changes even if load is cancelled r=timeless sr=jag a=asa
2005-06-25 09:37:29 +00:00
neil%parkwaycc.co.uk
82aa61e845
Bug 294862 Fix crash regression for menulist sizetopopup="always" r+sr=roc a=asa
2005-06-25 09:35:05 +00:00
masayuki%d-toybox.com
9f9745218e
Bug 296339 No response when I am inputting use the MSPinYin(Chinese) input method r=timeless, sr=rbs, a=asa
2005-06-25 04:43:04 +00:00
vladimir%pobox.com
1a594dcab9
b=296388, drawWindow with null window should give more informative error message, r=vladimir,a=bsmedberg
2005-06-25 03:05:41 +00:00
mats.palmgren%bredband.net
f68de81ba3
Fix event.relatedTarget for MouseOver events. b=298477 r+sr=roc a=asa
2005-06-25 01:32:02 +00:00
darin%meer.net
0f3fecfa5e
fixes bug 100022 "PAC: first page/homepage load fails (b/c automatic proxy configuration is slower than first HTTP request)" r=biesi a=asa
2005-06-24 23:58:25 +00:00
ben%bengoodger.com
f2353345fb
Start adding some nicer error messages
2005-06-24 23:52:42 +00:00
bryner%brianryner.com
11a6aa6bcb
fix case on #include
2005-06-24 23:48:26 +00:00
bryner%brianryner.com
3579707923
Invalidate cached presentation if the DOM is mutated (bug 292962). Patch by sicking, r+sr=me, a=chofmann.
2005-06-24 23:31:01 +00:00
smfr%smfr.org
2ebbb5b328
Back out josh's checkin for bug 297162, because it doesn't build pre-tiger.
2005-06-24 23:20:21 +00:00
cbiesinger%web.de
0826e4bed9
no visible effect, putting it back
2005-06-24 23:06:11 +00:00
wtchang%redhat.com
47bf55ca0f
Bugzilla Bug 298409: fixed an array index off-by-one error and a memory
...
leak. r=nelsonb.
2005-06-24 23:00:02 +00:00
ben%bengoodger.com
efdb7c74c9
Make the updater properly clean up after previous failed attempts to update, improve logging so that modules can be properly turned on and off for easier debugging, implement automated testing mode
2005-06-24 22:50:39 +00:00
darin%meer.net
739f4f6901
Use XRE_GetBinaryPath to construct the argv[0] of the application to launch
...
after the updater completes. This mimics what is done to restart Firefox.
2005-06-24 22:44:09 +00:00
scott%scott-macgregor.org
b37666e19b
Bug #298460 --> Use xhtml files in content instead of html files in locale for the mail start page
...
and the credits page.
Patch by Pavel Franc <p.franc@gmail.com>
2005-06-24 22:43:40 +00:00
joshmoz%gmail.com
b733266b4f
bustage fix from XP_MAC and 10.1 cleanup
2005-06-24 22:38:40 +00:00
joshmoz%gmail.com
639d91f843
Fix non-neutral endian code in mac gfx font code. Patch by Apple Computer, Inc. b=297162 r=josh sr=smfr a=chofmann
2005-06-24 22:35:07 +00:00
lpsolit%gmail.com
90facf63ed
Bug 284273: Move productResponsibilities from editusers.cgi to Bugzilla::User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
2005-06-24 22:33:05 +00:00
joshmoz%gmail.com
8c478c710b
Link phase should reference Xcode objects, no hardcoded -l arguments. patch by Mark Mentovai. b=298406 r=pinkerton sr=smfr a=asa
2005-06-24 22:31:23 +00:00
cbiesinger%web.de
fd30c7dd96
trying to fix windows bustage
2005-06-24 22:30:55 +00:00
cbiesinger%web.de
302c420ba8
backing out this part of my last checkin to see how it affects Tp (Bug 295047)
2005-06-24 22:16:31 +00:00
darin%meer.net
965082a6c1
Make sure that we don't leak any file descriptors in the updater, otherwise
...
Firefox will inherit those file descriptors, and it may leave firefox on
windows unable to remove / cleanup files created by the updater.
2005-06-24 22:11:03 +00:00
doronr%us.ibm.com
eccd3fcc83
Bug 296127 - [Mac] Options button systematically disappears. Patch by rob strong, r=kevin a=bsmedberg
2005-06-24 22:11:02 +00:00
joshmoz%gmail.com
1f620c5d88
remove old Mac classic code that depends on functions removed in patch for 280247. r=josh a=bsmedberg
2005-06-24 21:34:16 +00:00
webmail%kmgerich.com
d45e228f5a
Remove old printing CSS and images from Winstripe (bug #297992 )
...
Add RTL chevron image to Winstripe (bug # 221824)
a=asa
2005-06-24 21:14:46 +00:00
bryner%brianryner.com
cadc444e92
Fix failure to repaint on Mac with fastback enabled (bug 298112). Hide the old contentviewer before we invalidate. r=darin sr=dbaron a=asa.
2005-06-24 21:08:10 +00:00
bryner%brianryner.com
f3f76cdc26
Fix pending-loads check for fastback so that we detect loads initiated either before or after Stop() is called. Fix assert on reload. Fix problem where the wrong load type was being checked in CanSavePresentation(). Fix problem where we cached a content viewer on the current history entry when it was equal to the new history entry. Bugs 292954 and 292950. r+sr=darin, a=asa.
2005-06-24 20:53:43 +00:00
scott%scott-macgregor.org
8e7411cde4
Bug #166723 --> selected labels should only be inverted when they are focussed
...
Patch by Mike Cowperthwaite <mcow@well.com>
2005-06-24 20:38:27 +00:00