cbiesinger%web.de
db5bd52266
bug 140146 patch by ere@atp.fi r=bienvenu sr=mscott
...
crash in nsMsgFolder during shutdown
git-svn-id: svn://10.0.0.236/trunk@120200 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 18:15:09 +00:00
igor%mir2.org
4b64638ac8
I replaced java.util.Enumeration type for result and arguments of ScriptRuntime.initEnum/ScriptRuntime.nextEnum by Object to allow for greater flexibility in for (...in...) implementation.
...
git-svn-id: svn://10.0.0.236/trunk@120199 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 17:31:11 +00:00
sdagley%netscape.com
232cba891f
Fix mach-o bustage introduced with last checkin - NS_TruncNodeName is implemented in nsLocalFileMac which currently isn't part of the mach-o build.
...
git-svn-id: svn://10.0.0.236/trunk@120197 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 15:49:49 +00:00
mostafah%oeone.com
f7e9ee84d3
Bringing code up-to-date with libical official CVS on Apr 29th 2002 ( Fixes bug 140793 )
...
git-svn-id: svn://10.0.0.236/trunk@120196 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 15:14:41 +00:00
locka%iol.ie
e1de5ef1a3
Stop crash in mousewheel code when wheel is rolled over another Gecko app window (e.g. mfcEmbed). b=137213 r=bryner@netscape.com alecf@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@120195 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 14:50:58 +00:00
bzbarsky%mit.edu
f67369b089
Text zoom should reflow the viewport, otherwise fixed-pos elements don't
...
get reflown correctly. Bug 51578, r=dbaron, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@120194 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 13:46:29 +00:00
ben%netscape.com
683a56a738
Remove noisy NSLogs
...
git-svn-id: svn://10.0.0.236/trunk@120193 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 13:15:25 +00:00
ben%netscape.com
0fce0b02a3
Fix Project to have correct connection between CHHistoryDataSource and its outliner view
...
git-svn-id: svn://10.0.0.236/trunk@120192 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 12:58:30 +00:00
ben%netscape.com
fad99266a6
More history sidebar panel work.
...
git-svn-id: svn://10.0.0.236/trunk@120191 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 12:39:27 +00:00
ben%netscape.com
4684fa90fb
History DataSource
...
git-svn-id: svn://10.0.0.236/trunk@120189 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 10:27:55 +00:00
glazman%netscape.com
569c41821a
weird crasher in |nsHTMLCSSUtils::GetElementContainerOrSelf|
...
b=138003, r=jfrancis, sr=kin
git-svn-id: svn://10.0.0.236/trunk@120187 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 10:13:23 +00:00
glazman%netscape.com
7e799c5402
The 'lighter' CSS value was not output in STYLE attributes because of a bug in |nsCSSProps::SearchKeywordTableInt|
...
This routine was stopping on negative values but there are some negative values defined in nsStyleConsts.h
b=137061, r=caillon, sr=kin
git-svn-id: svn://10.0.0.236/trunk@120185 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 09:39:55 +00:00
hyatt%netscape.com
2a0f41690a
Pref code for internet config hooked up.
...
git-svn-id: svn://10.0.0.236/trunk@120182 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 09:15:53 +00:00
hyatt%netscape.com
e310ca2bdd
oops.
...
git-svn-id: svn://10.0.0.236/trunk@120181 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 08:23:05 +00:00
hyatt%netscape.com
83ab62d426
Adding pref manager from Wisner.
...
git-svn-id: svn://10.0.0.236/trunk@120180 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 08:22:37 +00:00
hyatt%netscape.com
e64931b1ea
The importer works.
...
git-svn-id: svn://10.0.0.236/trunk@120179 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 08:08:24 +00:00
sdagley%netscape.com
4be2c14636
Fix #116079 - if a file with no extension is dragged to Mozilla and it has a file type of 'TEXT' treat it as text/plain rather than application/octet-stream. r=bryner, sr=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@120178 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 07:01:44 +00:00
badami%netscape.com
4576e12d1b
bug 122877 r=bratell sr=jst a=asa patch=t_mutreja@yahoo.com
...
case insensitive matching for attributes (HREF != href)
git-svn-id: svn://10.0.0.236/trunk@120177 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 06:25:55 +00:00
sdagley%netscape.com
3514e263d8
Fix #139360 - Don't silently fail when file name from FilePicker >31 characters. Do a mid-trunc until we can switch to HFS+ APIs. r=ccarlen,pinkerton sr=scc
...
git-svn-id: svn://10.0.0.236/trunk@120176 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 06:22:55 +00:00
gerv%gerv.net
895ffbaef8
Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz.
...
git-svn-id: svn://10.0.0.236/trunk@120175 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 06:15:50 +00:00
hyatt%netscape.com
a05d7cb1fe
Bookmarks importer. Not ready for prime time yet.
...
git-svn-id: svn://10.0.0.236/trunk@120172 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 04:17:32 +00:00
blakeross%telocity.com
64ddb1bb82
32034 - sidebar search fails if no navigator windows are open. r=bryner sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@120170 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 03:00:57 +00:00
blakeross%telocity.com
50c1befaf9
128630 - go button in search doesn't work with enter on mac. r=bryner sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@120169 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 02:13:40 +00:00
dcone%netscape.com
3ddf81f058
b=134887 r=kmmclusky sr=attinasi Fix the calculation of the image pointer using
...
the correct bits per pixel instead of assuming 24. This fixes alpha blending of some backgrounds.
b=135535 r=kmmclusky sr=attinasi. Fix the way we delete the DC.. instead of deleteobject
use deleteDC. Should free up resources on windows.
git-svn-id: svn://10.0.0.236/trunk@120168 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 02:08:56 +00:00
blakeross%telocity.com
f7eabb6053
135270 - sidebar add button doesn't call right dialog for bkmrk groups. r=bryner sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@120167 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 01:50:15 +00:00
hyatt%netscape.com
af5b36cedb
More work on importing of bookmarks.
...
git-svn-id: svn://10.0.0.236/trunk@120166 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 01:28:30 +00:00
nboyd%atg.com
c31b7feb8c
Remove skip for bug 120194
...
git-svn-id: svn://10.0.0.236/trunk@120165 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 00:58:40 +00:00
nboyd%atg.com
2217c61f59
Patch from Igor to fix 120194
...
git-svn-id: svn://10.0.0.236/trunk@120164 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-29 00:56:30 +00:00
blakeross%telocity.com
68c85668e9
137815 - crash hitting enter key before panel content finishes loading [@nsTreeSelection::FireOnSelectHandler]. r=bryner sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@120163 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 23:55:58 +00:00
bryner%netscape.com
cdb977189b
Bug 137440 - download manager should appear by default, rather than separate progress dialogs (except on mac, until 132027 is fixed). Checking in for blake. r=hixie, sr=ben.
...
git-svn-id: svn://10.0.0.236/trunk@120162 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 23:54:08 +00:00
blakeross%telocity.com
0ef3a6b1d0
er, reverting changes that weren't supposed to happen...
...
git-svn-id: svn://10.0.0.236/trunk@120161 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 23:42:48 +00:00
blakeross%telocity.com
1978242a8c
137440 - download manager should appear by default, rather than separate progress dialogs. r=hixie sr=ben
...
git-svn-id: svn://10.0.0.236/trunk@120159 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 23:26:49 +00:00
hyatt%netscape.com
338c864383
Implemented view source.
...
git-svn-id: svn://10.0.0.236/trunk@120158 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 22:53:27 +00:00
gerv%gerv.net
4f9204d96e
Bug 137623 - showdependencytree.cgi has minor grammatical and formatting issues. Patch by gerv; r=bbaetz, justdave.
...
git-svn-id: svn://10.0.0.236/trunk@120156 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 22:24:40 +00:00
hyatt%netscape.com
4e975646d8
Lay the plumbing for view source. Tweak context menu wording. Hook up some unconnected context menu items in the image link context menu.
...
git-svn-id: svn://10.0.0.236/trunk@120155 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 22:23:25 +00:00
gerv%gerv.net
fa3782ed6a
Bug 140765 - midair template has an error. Patch by jouni@heikniemi.net, 2xr=gerv.
...
git-svn-id: svn://10.0.0.236/trunk@120153 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 22:16:14 +00:00
gerv%gerv.net
a94f85d68d
Bug 140006 - ThrowTemplateError should try a template before using print statements. Patch by gerv, r=bbaetz, justdave.
...
git-svn-id: svn://10.0.0.236/trunk@120152 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 22:09:38 +00:00
hyatt%netscape.com
2d72ff336f
Ok, so now it's picking a URL for import.
...
git-svn-id: svn://10.0.0.236/trunk@120151 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 22:07:03 +00:00
gerv%gerv.net
633754ee1a
Bug 138904 - post_bug templates should be separate. Renaming template so that the name's not so long, and we can use formats.
...
git-svn-id: svn://10.0.0.236/trunk@120150 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 22:06:43 +00:00
gerv%gerv.net
af4cd449d1
Bug 138904 - post_bug templates should be separate. Patch by gerv, 2xr=myk.
...
git-svn-id: svn://10.0.0.236/trunk@120149 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 22:05:31 +00:00
hyatt%netscape.com
ccd4b6d15d
adding an import bookmarks menu command.
...
git-svn-id: svn://10.0.0.236/trunk@120148 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 21:59:30 +00:00
gerv%gerv.net
858b27bae9
Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; r=justdave, bbaetz.
...
git-svn-id: svn://10.0.0.236/trunk@120147 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 21:57:10 +00:00
hyatt%netscape.com
812727b346
adding an import bookmarks menu command.
...
git-svn-id: svn://10.0.0.236/trunk@120146 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 21:57:00 +00:00
ian%hixie.ch
223bfdcd36
<hyatt> you mean "compatibility" not "compatability" <hyatt> got a spelling error in the README
...
git-svn-id: svn://10.0.0.236/trunk@120144 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 18:47:03 +00:00
justdave%syndicomm.com
adad77d4a7
Fix for bug 140633: Template Toolkit bug causes directory "datatemplate" to be created in the Bugzilla root directory instead
...
of creating "template" within the "data" directory. Adding a trailing slash to the compile directory name to work around it.
2xr= bbaetz
git-svn-id: svn://10.0.0.236/trunk@120143 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 18:43:14 +00:00
igor%mir2.org
592be5ea8c
Do not call acquireLabel/addLabelFixup/markLabel if label is not stored in parse tree and can be resolved immediately after node subtree generation (see new addForwardsGoto and resolveForwardGoto methods)
...
git-svn-id: svn://10.0.0.236/trunk@120141 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 15:17:24 +00:00
ian%hixie.ch
a9dfef3c46
In response to all the comments about the imminent exodus...
...
git-svn-id: svn://10.0.0.236/trunk@120140 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 15:14:11 +00:00
blakeross%telocity.com
fa1b582fc6
134039 - theme switching should shut down quicklaunch. r=law sr=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@120138 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 14:28:18 +00:00
ben%netscape.com
3e9449470a
Add stub implementation for missing method
...
git-svn-id: svn://10.0.0.236/trunk@120137 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 14:18:17 +00:00
ben%netscape.com
ca72ff6a45
Update Credits :-)
...
git-svn-id: svn://10.0.0.236/trunk@120136 18797224-902f-48f8-a5cc-f745e15eee43
2002-04-28 14:07:30 +00:00