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

103192 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com 13b34818b9 First-pass name for the modules dependency map file, this should probably be renamed and moved to mozilla/builds or mozilla config. a=alecf 2002-05-08 22:35:35 +00:00
kestes%walrus.com 2a59648acf still tweaking
$TinderConfig::DISPLAY_BUILD_ERRORS
and
 	event_times_vec()
to make it look right.
2002-05-08 22:30:12 +00:00
myk%mozilla.org 0b87d739e3 Fix for bug 142828: prompts the user for a file to edit if none is given. 2002-05-08 22:27:53 +00:00
kestes%walrus.com ba8dd72871 check that the TinderboxPrint string contains valid URL's 2002-05-08 22:14:49 +00:00
jst%netscape.com 30a0cb65e5 Fixing bug 143088. Freezing nsIDOMWindow, nsIDOMWindowCollection, and nsIDOMBarProp. r=fabian@bluishgecko.net, sr=vidur@netscape.com 2002-05-08 21:55:48 +00:00
edburns%acm.org 0eca4c3b0f I now have webclient mostly working on win32. The following features have been tested and work well.
File->New Window

File->Close

View->View Page Source as String

Search->Find

Search->Find Next

Edit->Select All

Edit->Copy

History->Back

History->Forward

History-> <Navigation Number>

Bookmarks->Manage Bookmarks

The bookmarks window pops up and you can double click on bookmarks to
cause webclient to go to that page.

Stream->Load Stream From File...

Stream->Load Random HTML InputStream

Mouse over events work

The DOMViewer works

Navigation buttons work.

This leaves Bookmarks->Add Current Page, Bookmarks->Add Current Page in New Folder,
Profile->Create Profile, and Profile->Delete Profile. The first two should be easy,
the second two, I'll probably just take out, since their implementation was based in
BlackConnect, which is currently quite dead.

When I'm happy with the state of Webclient on win32, I'll get it working on linux.
2002-05-08 21:55:14 +00:00
sspitzer%netscape.com 9588555e4c fix for #142933. Fix leak. r=cavin, sr=bienvenu 2002-05-08 21:51:47 +00:00
cltbld%netscape.com 8c04462ae9 updating for machV beta 2002-05-08 21:49:50 +00:00
myk%mozilla.org 442cf90c0e Last half of fix for bug 142911: shows location of file instead of its name if possible. 2002-05-08 21:48:18 +00:00
blythe%netscape.com 1414f1f513 space trace command line parsing hooked up to new options framework. 2002-05-08 21:32:24 +00:00
gerv%gerv.net 47c37301ce Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC. 2002-05-08 21:25:15 +00:00
gerv%gerv.net f752e3aa12 The first installment of Gerv's spanking of the Bugzilla Guide. This is a work-in-progress. 2002-05-08 21:16:47 +00:00
mostafah%oeone.com b49562453f Added getFirstEventsForRange() function 2002-05-08 21:13:44 +00:00
rods%netscape.com bb0b2f65ed All the files have been moved to the unixshaed directory
Bug 115136 r=dcone sr=attainasi
2002-05-08 21:12:09 +00:00
alecf%netscape.com dc93c6d65c relicense these files to be triple-licensed so Galeon can use them
bug 142568, r=tao, sr=jag
2002-05-08 20:48:26 +00:00
bzbarsky%mit.edu 8de4653d57 Bug 140758 redux -- cache results of getElementsByTagName in case people call
it in a loop.  r=dbaron, sr=jst
2002-05-08 20:48:19 +00:00
aaronl%netscape.com a97fef7f68 Bug 136696. Active Accessibility: support get_accKeyboardShortcut(). r=jgaunt, sr=jst 2002-05-08 20:43:49 +00:00
mostafah%oeone.com c66cdd4fe6 Fixed getNextNEvents() function 2002-05-08 20:43:05 +00:00
mostafah%oeone.com e3e23f1a17 Added getPreviousOccurence() function 2002-05-08 20:42:47 +00:00
aaronl%netscape.com 8bd3480344 Bug 135481. Active Accessibility: need method to scroll view to make specified IAccessible visible. r=jgaunt, sr=jst 2002-05-08 20:28:39 +00:00
shanjian%netscape.com 43dfeac81f #140983 [regression]SC IME doesn't work properly and JA IME works wrong
If windows code page is 936 (simplified chinese), check IME's support of
unicode using GetProperty.
p=yokoyama, r=shanjian, sr=kin
check in for roy by shanjian
2002-05-08 20:24:55 +00:00
aaronl%netscape.com a91955185f Bug 135482. Active Accessibility: need EVENT_OBJECT_SCROLLINGEND to tell where screen has scrolled to. r=jgaunt, sr=jst. 2002-05-08 20:21:03 +00:00
rods%netscape.com 7848ffedc6 Need to call StartPrint to initialize the Seq Frame
Bug 143089 r=dcone sr=kin
2002-05-08 20:11:14 +00:00
bienvenu%netscape.com fc91599cc9 fix address book int yarn code to set yarn size correctly r=cavin, sr=sspitzer 142941 2002-05-08 19:53:26 +00:00
bienvenu%netscape.com 038ce8396c fix for crash when venkman pokes us with a stick, r=me, sr=sspitzer, timeless found crash 142858 2002-05-08 19:50:16 +00:00
varada%netscape.com aaf3f99162 fix for 70540;launch account wizard when trying to compose messages with no accounts;r=racham;sr=sspitzer 2002-05-08 19:36:36 +00:00
dbaron%fas.harvard.edu 6a089b4f2a Replace assertion with a comment explaining why we need to null-check the result of |nsIDOMHTMLDocument::GetBody|. b=119351 r=kin sr=waterson 2002-05-08 19:27:40 +00:00
darin%netscape.com 0d71545caa fixes bug 142843 "mozilla ignores 'Expires: 0' and 'Pragma: no-cache' when
sent with a 'Last-Modified' header" r=bbaetz sr=rpotts
2002-05-08 19:15:52 +00:00
depstein%netscape.com a45ce9b0da made 'native' changes to nsILocalFile tests. added nsIWebBrowserSetup tests, temporarily in Tests.cpp (TestYourMethod()).
a=asa for QA checkins that are not part of the default builds
2002-05-08 19:11:49 +00:00
kaie%netscape.com 4443c130a5 b=137530 Fix checkboxes in Edit Cipher dialog.
r=javi sr=hewitt idea-for-fix=varga
2002-05-08 19:06:11 +00:00
gerv%gerv.net 6911d48947 Bug 143066 - footer shows as logged out on show_bug.cgi. Patch by gerv; 2xr=ddk 2002-05-08 19:02:58 +00:00
cbiesinger%web.de 2fe7e39653 bug 141158 r=timeless sr=alecf
JS Strict warnings in utilityOverlay.js
2002-05-08 19:00:35 +00:00
cbiesinger%web.de 1c2fe3822a bug 139044 r=doron sr=alecf
js strict warnings in filepicker.js
2002-05-08 18:58:53 +00:00
cbiesinger%web.de 1d66818d5d bug 102517 r=Morten@Nilsen.com sr=alecf
javascript strict warnings in mail-offline.js
2002-05-08 18:56:15 +00:00
cbiesinger%web.de 5c6076febe bug 111404 patch by smaug@jippii.fi r=biesi sr=alecf
js strict warning in tabbrowser.xml
2002-05-08 18:53:43 +00:00
waterson%netscape.com bb36eb4d2b Bug 132905. Tweak CreateTemplatecontents slightly to help isolate a topcrash. r=rjc, sr=alecf 2002-05-08 18:50:41 +00:00
nhotta%netscape.com 1bd52be26d Remove unused string for charset menu,
bug 140120, r=ftang, sr=alecf.
2002-05-08 18:38:37 +00:00
nhotta%netscape.com a721125e17 Add GB18030 to mail compose charset menu,
bug 136498, r=yokoyama, sr=alecf.
2002-05-08 18:36:26 +00:00
gerv%gerv.net f3f6423fcf Bug 143045 - Bug groups text is unclear. Patch by jmrobins@tgix.com; 2xr=gerv. 2002-05-08 18:32:36 +00:00
gerv%gerv.net 63fb736044 Bug 142950 - query links in footer are broken. Patch by gerv; r=ddk, afranke. 2002-05-08 17:58:10 +00:00
mikep%oeone.com d5457d726a Adding in ability to show future events again. 2002-05-08 17:49:22 +00:00
mikep%oeone.com 83c624318a Fixing bug with SQL query being sent for future events. 2002-05-08 17:49:04 +00:00
kestes%walrus.com 7cd5ec2508 fixes to quiet -w since
damien_carbery@hyperion.com is having trouble with them.
2002-05-08 17:43:02 +00:00
pinkerton%netscape.com 210aee1042 Make drawer work when window is on a 2nd monitor. 2002-05-08 15:00:46 +00:00
rods%netscape.com 3d5fdd437f change printpreview toolbar over to a combobox with discrete values
Bug 127857 r=sgehani sr=alecf
2002-05-08 14:16:44 +00:00
locka%iol.ie b5bf4ad943 NOT PART OF BUILD. Throws exceptions for errors 2002-05-08 14:09:13 +00:00
locka%iol.ie 8a564932c6 NOT PART OF BUILD. Support for most primitive data types in LiveConnect impl. 2002-05-08 13:22:03 +00:00
pete.zha%sun.com 1a8c17c59a bug 70478:The "quote original message" option is missing when creating a reply or new message
r=ducarroz sr=bienvenu
2002-05-08 09:36:45 +00:00
bryner%netscape.com 4858d2ec5f Fixing mcafee's windows bustage. 2002-05-08 08:13:32 +00:00
jay.yan%sun.com 69bd06e5bf bug #135395 Add framework code for mozilla accessibility on Linux,
r=jay.yan@sun.com, sr=blizzard@mozilla.org, author is bolian.yin@sun.com.
this part is for allmakefiles.sh. Done!
2002-05-08 07:44:34 +00:00