Commit Graph

102439 Commits

Author SHA1 Message Date
igor%mir2.org
b4d17bfe98 LabelTable cleanup:
1. Targeting of labels with 0x80000000 biscuits is moved from LabelTable to ClassFileWriter as this is classfile specific and is not necessary in Interpreter.
2. LabelTable allows for pc > Short.MAX_VALUE as this restriction is classfile specific. The only requirement is for jump offsets to stay within short range.
3. LabelTable is made private member of Interpreter and ClassFileWriter instead of being classes' superclass to avoid API leakage that forced optimizer.Codegen to declare few utility methods public as they got the same signature as LabelTable methods visible throw Interpreter inheritance.
2002-04-29 19:21:57 +00:00
hyatt%netscape.com
144a274a0d This is better. Still undoing fuckage. 2002-04-29 19:05:29 +00:00
hyatt%netscape.com
e087fc79d1 Undo ben's horkage. 2002-04-29 18:59:33 +00:00
cbiesinger%web.de
f290668263 bug 140146 patch by ere@atp.fi r=bienvenu sr=mscott
crash in nsMsgFolder during shutdown
2002-04-29 18:15:09 +00:00
igor%mir2.org
ff45d81768 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. 2002-04-29 17:31:11 +00:00
sdagley%netscape.com
13bca713d5 Fix mach-o bustage introduced with last checkin - NS_TruncNodeName is implemented in nsLocalFileMac which currently isn't part of the mach-o build. 2002-04-29 15:49:49 +00:00
mostafah%oeone.com
2c12f84939 Bringing code up-to-date with libical official CVS on Apr 29th 2002 ( Fixes bug 140793 ) 2002-04-29 15:14:41 +00:00
locka%iol.ie
372d7a7e50 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 2002-04-29 14:50:58 +00:00
bzbarsky%mit.edu
5ea0083376 Text zoom should reflow the viewport, otherwise fixed-pos elements don't
get reflown correctly.  Bug 51578, r=dbaron, sr=waterson
2002-04-29 13:46:29 +00:00
ben%netscape.com
ed0ecd18b4 Remove noisy NSLogs 2002-04-29 13:15:25 +00:00
ben%netscape.com
b3afb26ee2 Fix Project to have correct connection between CHHistoryDataSource and its outliner view 2002-04-29 12:58:30 +00:00
ben%netscape.com
9c035bd57a More history sidebar panel work. 2002-04-29 12:39:27 +00:00
ben%netscape.com
2883fb134e History DataSource 2002-04-29 10:27:55 +00:00
glazman%netscape.com
a6527a5a7e weird crasher in |nsHTMLCSSUtils::GetElementContainerOrSelf|
b=138003, r=jfrancis, sr=kin
2002-04-29 10:13:23 +00:00
glazman%netscape.com
dbd393ad57 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
2002-04-29 09:39:55 +00:00
hyatt%netscape.com
b08e0aa5e7 Pref code for internet config hooked up. 2002-04-29 09:15:53 +00:00
hyatt%netscape.com
3f4ba172f6 oops. 2002-04-29 08:23:05 +00:00
hyatt%netscape.com
2609f65a1e Adding pref manager from Wisner. 2002-04-29 08:22:37 +00:00
hyatt%netscape.com
c13d11f3f8 The importer works. 2002-04-29 08:08:24 +00:00
sdagley%netscape.com
86136e0bf0 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 2002-04-29 07:01:44 +00:00
sdagley%netscape.com
f5ad1d9272 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 2002-04-29 06:22:55 +00:00
badami%netscape.com
a0d65ac8a9 bug 122877 r=bratell sr=jst a=asa patch=t_mutreja@yahoo.com
case insensitive matching for attributes (HREF != href)
2002-04-29 06:20:58 +00:00
gerv%gerv.net
ca6c3d0ab5 Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz. 2002-04-29 06:15:50 +00:00
mhammond%skippinet.com.au
d1e0beb89d file PyIVariant.cpp was initially added on branch MOZILLA_1_0_0_BRANCH. 2002-04-29 05:54:52 +00:00
hyatt%netscape.com
bb8ff7fd6e Bookmarks importer. Not ready for prime time yet. 2002-04-29 04:17:32 +00:00
blakeross%telocity.com
1235b35158 32034 - sidebar search fails if no navigator windows are open. r=bryner sr=ben 2002-04-29 03:00:57 +00:00
blakeross%telocity.com
bf8e1a8bc6 128630 - go button in search doesn't work with enter on mac. r=bryner sr=ben 2002-04-29 02:13:40 +00:00
dcone%netscape.com
4912a580f2 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.
2002-04-29 02:08:56 +00:00
blakeross%telocity.com
986b884f7b 135270 - sidebar add button doesn't call right dialog for bkmrk groups. r=bryner sr=ben 2002-04-29 01:50:15 +00:00
hyatt%netscape.com
cc4abd5828 More work on importing of bookmarks. 2002-04-29 01:28:30 +00:00
nboyd%atg.com
435f28cf26 Remove skip for bug 120194 2002-04-29 00:58:40 +00:00
nboyd%atg.com
4509cada43 Patch from Igor to fix 120194 2002-04-29 00:56:30 +00:00
blakeross%telocity.com
2999458f3a 137815 - crash hitting enter key before panel content finishes loading [@nsTreeSelection::FireOnSelectHandler]. r=bryner sr=ben 2002-04-28 23:55:58 +00:00
bryner%netscape.com
04d22d91a0 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. 2002-04-28 23:54:08 +00:00
blakeross%telocity.com
53d894ca96 er, reverting changes that weren't supposed to happen... 2002-04-28 23:42:48 +00:00
blakeross%telocity.com
cf388e5e92 137440 - download manager should appear by default, rather than separate progress dialogs. r=hixie sr=ben 2002-04-28 23:26:49 +00:00
hyatt%netscape.com
68747a87d8 Implemented view source. 2002-04-28 22:53:27 +00:00
gerv%gerv.net
8817311d8c Bug 137623 - showdependencytree.cgi has minor grammatical and formatting issues. Patch by gerv; r=bbaetz, justdave. 2002-04-28 22:24:40 +00:00
hyatt%netscape.com
6c1a035b51 Lay the plumbing for view source. Tweak context menu wording. Hook up some unconnected context menu items in the image link context menu. 2002-04-28 22:23:25 +00:00
gerv%gerv.net
f9014b198c Bug 140765 - midair template has an error. Patch by jouni@heikniemi.net, 2xr=gerv. 2002-04-28 22:16:14 +00:00
gerv%gerv.net
e56fdc0093 Bug 140006 - ThrowTemplateError should try a template before using print statements. Patch by gerv, r=bbaetz, justdave. 2002-04-28 22:09:38 +00:00
hyatt%netscape.com
0aabe0f310 Ok, so now it's picking a URL for import. 2002-04-28 22:07:03 +00:00
gerv%gerv.net
d5bb2a82a3 Bug 138904 - post_bug templates should be separate. Renaming template so that the name's not so long, and we can use formats. 2002-04-28 22:06:43 +00:00
gerv%gerv.net
70b6dbe786 Bug 138904 - post_bug templates should be separate. Patch by gerv, 2xr=myk. 2002-04-28 22:05:31 +00:00
hyatt%netscape.com
9da43a40c0 adding an import bookmarks menu command. 2002-04-28 21:59:30 +00:00
gerv%gerv.net
117af4ae64 Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; r=justdave, bbaetz. 2002-04-28 21:57:10 +00:00
hyatt%netscape.com
aecbf8ea2f adding an import bookmarks menu command. 2002-04-28 21:57:00 +00:00
ian%hixie.ch
c330d76103 <hyatt> you mean "compatibility" not "compatability" <hyatt> got a spelling error in the README 2002-04-28 18:47:03 +00:00
justdave%syndicomm.com
bd1feca8e2 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
2002-04-28 18:43:14 +00:00
igor%mir2.org
b41bc47f81 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) 2002-04-28 15:17:24 +00:00