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

129372 Коммитов

Автор SHA1 Сообщение Дата
bmlk%gmx.de f857105001 make visibility collapse work during incr reflows bug 77019 r= bzbarsky sr=dbaron 2004-04-28 16:42:59 +00:00
edburns%acm.org a0614d0908 This change-bundle is the start of loadFromStream(). Currently, I'm
only able to load the first burst from the RandomHTMLInputStream,
because for some reason the native stream is getting closed prematurely.
Need to investigate more.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java

- remove loadFromStreamBlocking.  No point in implementing this since
  the loadFromStream() impl is inherently multi-threaded.

M src_moz/EmbedWindow.cpp
M src_moz/EmbedWindow.h

- expose LoadStream() method that wraps same on nsIDocShell.

M src_moz/InputStreamShim.cpp

- Do a lock around our buffer deletion in or dtor.

M src_moz/Makefile.in

- activate nsActions and NavigationActionEvents

M src_moz/NavigationActionEvents.cpp
M src_moz/NavigationActionEvents.h

- comment out everything but wsLoadFromStreamEvent.

- fix it to work with the NativeBrowserControl.

M src_moz/NavigationImpl.cpp

- activate nativeLoadFromStream.  This is the first *new* version method
  to use the old native event queue.

M src_moz/ns_util.cpp
M src_moz/ns_util.h

- remove unused first arg from Post*Event methods.

M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- activate loadFromStream test.

M test/automated/src/classes/org/mozilla/webclient/RandomHTMLInputStream.java

- add a randomExceptions param to the ctor to enable or disable randomly
  thrown exceptions.
2004-04-28 16:40:15 +00:00
mostafah%oeone.com a5e48489f2 Checked in pathc for bug 241487 2004-04-28 15:02:02 +00:00
mostafah%oeone.com de23120f21 Checked in patch for bug 241953 2004-04-28 14:45:34 +00:00
edburns%acm.org 7c1f545442 This Change-bundle verifies that loadURL works as expected. Next will
be to verify that loadFromStream works as expected.

M build-tests.xml

- win32 gtk stuff.  I can't figure out why this file in particular gets
  messed up when I move from Unix to Windows and back.  Can anyone tell me
  why?

M classes_spec/org/mozilla/webclient/Navigation2.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java

- added method loadURLBlocking().

M classes_spec/org/mozilla/webclient/impl/wrapper_native/CurrentPageImpl.java
M src_moz/CurrentPageImpl.cpp

- activated selectAll() and getSelection()

M src_moz/EmbedWindow.cpp
M src_moz/EmbedWindow.h

- imbued this class with selection related methods selectAll and
  getSelection()

M src_moz/Makefile.in

- activated CurrentPageImpl.cpp

M test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- new test content.
2004-04-28 14:39:54 +00:00
timeless%mozdev.org ae2a15846e Bug 136016 'Set as wallpaper' should be disabled for broken image - M140RC1 M140BR [@ nsWindowsHooks::SetImageAsWallpaper]
patch by ajschult@mindspring.com r=timeless sr=darin
2004-04-28 14:38:27 +00:00
mostafah%oeone.com ae233fc7c2 Checked in patch for bug 240812. 2004-04-28 14:15:09 +00:00
timeless%mozdev.org ceda449f69 Bug 240257 directory listings show wrong sizes for files > 4 GB
Fixing default size (changing from (unsigned 32 bit)(-1) to (signed 64 bit) (-1)
r=biesi, jan.ruzicka@comcast.net sr=darin
2004-04-28 12:58:24 +00:00
neil%parkwaycc.co.uk 863aded4fa Bug 230965 scrollMax[XY] should not throw exceptions patch based on roc's patch for scroll[XY] that was used to fix bug 202206 r/sr=jst 2004-04-28 12:56:02 +00:00
timeless%mozdev.org 75e38db20f Bug 241710 nsILocalFile.getRelativeDescriptor(null) crashes
r=dougt
2004-04-28 12:53:20 +00:00
neil%parkwaycc.co.uk efbcf0bf61 Bug 226270 Rationalization of folder listeners, part 3: search listener can cut out the middle man r=bienvenu sr=mscott 2004-04-28 12:48:58 +00:00
timeless%mozdev.org df9ede2b39 Bug 241261 remove nsSample.js comment about bug 14460
r=dougt
2004-04-28 12:44:20 +00:00
kyle.yuan%sun.com 53bcc60239 Bug 220187 TABINDEX property ignored for input type=file
r=aaronleventhal, sr=jst
Two children of <input type=file> should have same tabindex with their parent.
Patch by neo.liu@sun.com
2004-04-28 09:29:10 +00:00
myk%mozilla.org f1414b05aa Make the modified iframe fill the modified panel instead of being tiny 2004-04-28 08:54:46 +00:00
ben%bengoodger.com 1b88aad30a Make the update wizard actually invoke XPInstall APIs to install the updates 2004-04-28 07:30:08 +00:00
darin%meer.net 2194ffe4d2 attempting to fix mac build bustage 2004-04-28 07:26:19 +00:00
louie.zhao%sun.com 6767f81652 bug241830 missing libnegotiateauth.so in packages-unix
r = bsmedberg
sr= darin
2004-04-28 06:06:12 +00:00
cltbld%netscape.com af12ba0665 Automated update from host egg 2004-04-28 04:51:37 +00:00
darin%meer.net 13ceaeb393 forcing configure to run again, r=cls 2004-04-28 04:48:11 +00:00
myk%mozilla.org bed089f6f7 Use File::Temp instead of my custom temp file stuff and eliminate use of the non-standard IO::Capture module 2004-04-28 02:40:35 +00:00
darin%meer.net 1e8d941f96 landing patch for bug 241124 "move GSSAPI code behind nsIAuthModule so it can be used by mail protocols" r=cneberg sr=bryner 2004-04-28 02:12:52 +00:00
bzbarsky%mit.edu 37f55f34af Implement "replace" argument for document.open(). bug 164821, r+sr=jst 2004-04-28 01:40:39 +00:00
jst%mozilla.jstenback.com 86c5e5ec48 Fixing bug 240720. Making the list body frame clean up the list's boxobjec's references to the body frame on destruction. r=bienvenu@nventure.com, sr=dbaron@dbaron.org 2004-04-28 01:14:50 +00:00
jocuri%softhome.net 720e095b0f Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting <altlst@sonic.net>; r=vladd; a=justdave. 2004-04-28 00:17:56 +00:00
gerv%gerv.net 9bd361a285 Bug 236613: change to MPL/LGPL/GPL tri-license. Restore Id: lines. 2004-04-27 23:04:40 +00:00
gerv%gerv.net 3810195167 Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. Patch by gerv and Tom Karzes; r, a=justdave. 2004-04-27 22:28:06 +00:00
rbs%maths.uq.edu.au ff4d7eae0d Find in textareas misses some matches & some cleanup/consolidation, b=241053, r=akkana, sr=jst 2004-04-27 22:22:43 +00:00
Stefan.Borggraefe%gmx.de 3b99c7876d Fix for Bug 241854: "JavaScript-Error when Subscribing to Newsgroups"
r=bienvenu, sr=mscott
2004-04-27 21:13:32 +00:00
myk%mozilla.org fe0e080c3e factor out the code that compares versions and throws an error on mismatch 2004-04-27 20:53:38 +00:00
myk%mozilla.org 12eb13c634 implements a mail-based queue and does some other clean-up 2004-04-27 20:52:54 +00:00
mkaply%us.ibm.com bf6483c50f #241757
r=pedemont, sr=blizzard (platform specific)
OS/2 only - don't close a file that didn't get created
2004-04-27 19:55:05 +00:00
bienvenu%nventure.com cc1f8a6341 fix memory leak copying multiple messages to an imap folder from a different account, 213688, sr=mscott 2004-04-27 19:52:41 +00:00
cbiesinger%web.de 14bd7a4133 fixing xlib bustage 2004-04-27 18:01:08 +00:00
danm-moz%comcast.net 246d24f340 rewrite of new window sizing and placement. bug 239876. also addresses bugs 118717,176342,183633,240381. r=jag sr=blizzard (previous version of patch) 2004-04-27 17:34:13 +00:00
cbiesinger%web.de 4451a3e073 fixing windows bustage 2004-04-27 17:17:31 +00:00
darin%meer.net 96c93347b1 fixes bug 241876 "nsIDHashKey does not define a KeyEquals method" r+sr=bsmedberg 2004-04-27 17:07:42 +00:00
cbiesinger%web.de de0762b34f address reviewer comment 2004-04-27 16:07:41 +00:00
cbiesinger%web.de 79fa1b783a bug 241092, make nsIStreamLoaderObserver usable in javascript, by changing its
argument from a string to an octet array
r=bryner sr=darin
2004-04-27 16:06:00 +00:00
mkaply%us.ibm.com abe3ca39a8 #239113
Rework #ifdefs to better handle unknown platforms
Fix bug with select all on Mac
2004-04-27 15:53:47 +00:00
mkaply%us.ibm.com 9c3b382f9c #238962
r=bryner, sr=blizzard (platform specific(
OS/2 only - null terminate font string
2004-04-27 14:44:06 +00:00
mostafah%oeone.com 3e79176e67 Updated hungarian translation 2004-04-27 13:49:05 +00:00
timeless%mozdev.org 7d7362ba6e Bug 241249 Text in column picker "restore natural order" is unclear to user
r=neil sr=roc
2004-04-27 12:26:31 +00:00
timeless%mozdev.org 7770151bcf Bug 161383 Checkmark indicating active window in Window menu only shows on second menu access
patch by macdoc@interx.net r=neil sr=roc
2004-04-27 12:11:17 +00:00
scott%scott-macgregor.org 319315155a Bug #241842 --> Uninstaller gives error about not all files being deleted 2004-04-27 07:34:34 +00:00
scott%scott-macgregor.org 4a9cf9183c change fx reference to tb 2004-04-27 07:16:46 +00:00
scott%scott-macgregor.org c17f954b0c Port Bug #234186 --> Messages with mail server identity should not be sent through newsserver
to thunderbird

Patch by Christian Eyrich
2004-04-27 07:02:48 +00:00
scott%scott-macgregor.org b52c6a4485 fix typo 2004-04-27 06:18:59 +00:00
timeless%mozdev.org 97f7e4edfc Bug 241260 Bonsai hasn't been tcl in a while, this line
r=justdave
2004-04-27 06:15:25 +00:00
mconnor%myrealbox.com 9d22ef33e0 bug 225500 - installer thinks that Seamonkey is Firefox and must close it for installation/uninstallation to continue, patch by David Hallowell (dave532@uklinux.net), r=ben 2004-04-27 06:13:45 +00:00
scott%scott-macgregor.org 37eb8901c9 Bug #198168 --> When a user configures seamonkey to fall back to ldap v2, we were not setting
the ldap version correctly on the LDAP session for auto complete.

r=dmose
sr=bienvenu
2004-04-27 06:11:58 +00:00