7279 Commits

Author SHA1 Message Date
slamm%netscape.com
9c92a2e0a5 Move bookmark frame creation to NavCenterFrame.cpp 1998-09-08 20:13:43 +00:00
slamm%netscape.com
6090d83c24 Re-commit the 'nocrap'. This time it's not crappy. 1998-09-08 19:48:29 +00:00
slamm%netscape.com
5324a2ce7c Oops, not ready yet. backout last change. 1998-09-08 19:36:56 +00:00
slamm%netscape.com
494a501fe1 Add a 'nocrap' flag so the top of the page has useful information (i.e. no image, no legend). 1998-09-08 19:34:51 +00:00
akkana%netscape.com
aa7876c8b8 Remove vcards from MOZ_MAIL_COMPOSE; fix unresolved symbols 1998-09-08 19:32:10 +00:00
akkana%netscape.com
d395ec1874 Remove vcards from MOZ_MAIL_COMPOSE 1998-09-08 19:30:41 +00:00
beard%netscape.com
103b9ddec6 Lazy LiveConnect fixes. 1998-09-08 19:11:50 +00:00
buster%netscape.com
65191223c4 fixed 2 small errors in computing table widths.
1) sometimes we were adding 1 too many pixels in constrained tables
2) sometimes we were using the wrong value for the max width as an input to constrained tables
1998-09-08 19:11:14 +00:00
beard%netscape.com
53ad88baba Changed JavaPackage_resolve, to remove a memory leak. 1998-09-08 19:08:09 +00:00
pinkerton%netscape.com
f808326b81 stupid RidL resources.... 1998-09-08 18:52:00 +00:00
brendan%netscape.com
89d641ff37 Don't emit two SRC_HIDDENs in a row. 1998-09-08 18:26:37 +00:00
norris%netscape.com
c6b299a84d Fix bug: space was not allocated for terminal '\0' in string.
Spell "JavaScript" correctly.
1998-09-08 18:18:52 +00:00
pinkerton%netscape.com
899616933a increase/decrease font size in html area. Fix column hiding bug in embedded tree. 1998-09-08 18:10:54 +00:00
pinkerton%netscape.com
ef46d8a0b5 increase/decrease font sizes in browser window. 1998-09-08 18:10:16 +00:00
pinkerton%netscape.com
51df0e1653 use LScrollerView and LScrollBar 1998-09-08 18:09:16 +00:00
pinkerton%netscape.com
8a6ebf136f Allow the user of the class to pass "" for the requested icon url. 1998-09-08 18:08:35 +00:00
pinkerton%netscape.com
789724c9d3 use LScrollerView. 1998-09-08 18:07:59 +00:00
pinkerton%netscape.com
50bf723d3c use LScrollerView 1998-09-08 18:07:48 +00:00
pinkerton%netscape.com
6c40a63803 New HTML area in docked view. 1998-09-08 18:07:02 +00:00
pinkerton%netscape.com
a0cc35a39b Use new FeatureFlags to configure properties. 1998-09-08 18:06:26 +00:00
pinkerton%netscape.com
e50d502d30 Landing of 4.5 changes to get more flexibility in how divided views are handled. 1998-09-08 18:05:48 +00:00
pinkerton%netscape.com
a976242cdd Move to LScrollerView 1998-09-08 18:05:17 +00:00
pinkerton%netscape.com
b6526c60e8 Fixes for font scaling (increase/decrease) in browser. 1998-09-08 18:04:59 +00:00
pinkerton%netscape.com
9d87de08fc Using LScrollerView 1998-09-08 18:04:30 +00:00
pinkerton%netscape.com
447f90b596 Adding increase/decrease font size menus. 1998-09-08 18:04:00 +00:00
pinkerton%netscape.com
8ed82aaf16 LScrollerView and HTML area in docked view. Now using includeViews more to avoid duplication. 1998-09-08 18:03:44 +00:00
pinkerton%netscape.com
ee615edae2 changes for LScrollerView 1998-09-08 18:03:17 +00:00
pinkerton%netscape.com
f038c63a1e Removed CConfigActiveScroller and CExpandoDivider. 1998-09-08 18:03:02 +00:00
pinkerton%netscape.com
4c3f12a9c0 move to LScrollerView for things that scroll and HTML view in docked Aurora. 1998-09-08 18:02:39 +00:00
pinkerton%netscape.com
9fe029fa1d More AM classes and moving from LActiveScroller to LScrollerView. 1998-09-08 18:01:57 +00:00
dcone%netscape.com
2b42318180 added a .h to the file Vidur added 1998-09-08 16:37:05 +00:00
ramiro%netscape.com
51fe1f7a8f Cleanup fe_getPixelFromRGB(). Move it to xfe/colors.c and rename it to
fe_GetPixelFromRGBString().
1998-09-08 14:01:20 +00:00
ramiro%netscape.com
5f90408924 Use real XtCallbacks instead of a hack. 1998-09-08 12:22:21 +00:00
ramiro%netscape.com
667a16bc02 Add layable children info. 1998-09-08 12:15:55 +00:00
ramiro%netscape.com
798ea15cbf Add XfeSubResourceGetWidgetXmStringValue(). 1998-09-08 11:59:26 +00:00
brendan%netscape.com
aeb3f1e6b9 Oops! How did that ever work on my Win32 build? 1998-09-08 05:49:12 +00:00
brendan%netscape.com
347aaac8d3 js.c jsemit.c jsemit.h jsgc.c jsinterp.c jsopcode.c jsopcode.def
- Switch improvements:
  - JSOP_CONDSWITCH is a 1 byte nop, not variable length with the same kind
    of immediate operand as JSOP_LOOKUPSWITCH (which is useless except for
    decompilation).  New scheme uses SRC_COMMA notes on each JSOP_CASE opcode,
    usually 2 bytes per note, and a typically-1-byte 2nd offset on SRC_SWITCH:
      1 + 2 * ncases
    vs. the previous JSOP_LOOKUPSWITCH immediate, which consumed:
      4 * ncases
    bytes after the switch opcode just for decompilation.
  - SRC_SWITCH has two offsets, first to end of switch as before, the second
    to first case if JSOP_CONDSWITCH, for decompilation.
  - Optimize switches with all-constant cases using JSOP_TABLESWITH, or if
    that can't be used, JSOP_LOOKUPSWITCH, before falling back on ECMAv2's
    JSOP_CONDSWITCH.
  - Use cx->gcDisabled when evaluating case exprs at compile time for old,
    pre-ECMAv2 switches, to prevent branch-callback-based GC invocations
    from ripping apart the unrooted temporary script for each case expr.
  - Fixed up stale SRC_SWITCH comments in jsemit.h.

jsemit.c jsemit.h
  - TREE_CONTEXT_INIT to match ATOM_LIST_INIT, not English word order.
  - Reorganized JSCodeGenerator to sort of match argument order to
    js_InitCodeGenerator.
  - Got rid of confusing CG_RESET* macros and used memset(cg, 0, sizeof *cg)
    and non-zero-default init in js_InitCodeGenerator.  js_ResetCodeGenerator
    just releases the code and temp arena pools and leaves the cg in a state
    where it must be re-initialized (as before, but more obvious).
  - In the same spirit, don't do partial "resets" or src and trynotes in their
    js_FinishTaking*Notes functions -- those are friends of jsscript.c and are
    not general, idempotent functions.

jsapi.c jsapi.h jsarray.c jsatom.c jsatom.h jscntxt.c jsemit.c jsmsg.def
jsnum.c jsobj.c jsopcode.c jsregexp.c jsscan.c jsstr.c jsxdrapi.
  - Use PR_snprintf rather than sprintf always, so we don't have to worry
    about systems with 64-bit longs that overflow 12-byte buffers and open
    Morris-Worm-type security holes.
  - Trim extra spaces, fix hanging indentation, and similar anal retention.
  - Renamed JSMSG_BAD_PROTO_SORT to JSMSG_BAD_SORT_ARG cuz that's what it
    is complaining about.
  - SRC_CATCHGUARD still lived in comments, but it's SRC_CATCH in code.

jscntxt.c jscntxt.h jsinterp.c
  - Packed nearby JSPackedBools and added a new one: gcDisabled, for use by
    jsemit.c's pre-ECMAv2 switch case expr eval.
  - Rip out old js_InterpreterHooks stuff from original liveconnect (moja).
  - Remove javaData and savedErrors from JSContext.  Leaving it to fur or
    shaver to remove javaData from jsscript.h.
1998-09-08 05:39:51 +00:00
cls%seawood.org
cb5493bab6 Changed EDITOR env to MOZ_EDITOR. Submitted by Tim Rowley <tor@cs.brown.edu> 1998-09-08 04:52:26 +00:00
cls%seawood.org
c36419fd9c Unset NO_EDITOR when mail-compose is enabled and removed unused variables. 1998-09-08 03:57:15 +00:00
cls%seawood.org
7b76aca63e Made sure CC is being passed down to detect scripts. 1998-09-08 03:50:42 +00:00
cls%seawood.org
32db200c39 Removed unused variables. 1998-09-08 03:45:34 +00:00
cls%seawood.org
aab6806cc6 Let user set CC & CXX to propagate the c and c++ compiler throughout the main build. 1998-09-08 03:33:40 +00:00
briano%netscape.com
37da37f84b Deleting the 'patcher' subdir from DIRS. Not used. 1998-09-08 03:12:37 +00:00
raman%netscape.com
b571f8fe11 Checking bug fixes for SmartUpdate. It is not part of the build system 1998-09-07 21:49:56 +00:00
kipp%netscape.com
1088a3e974 Allocated another IID 1998-09-07 19:15:41 +00:00
kipp%netscape.com
40af4d3fae Added GetHints to nsIRenderingContext API 1998-09-07 19:12:44 +00:00
shaver%netscape.com
e0252e3206 remove some unbelievably dump debugging code (I no longer randomly dump core) 1998-09-07 18:50:13 +00:00
sdagley%netscape.com
2fce49c79b Add new Privacy prefs sub-pane under Navifator, move cookie settings there (trusted cookie checkbox and config button not implemented yet), add new prefs checkbox for saving name and password, add new prefs checkbox for warning when server has no privacy policy. 1998-09-07 06:04:24 +00:00
toshok%netscape.com
cc713c5901 uhh... remove xphist.* from the build. 1998-09-06 22:03:50 +00:00
toshok%netscape.com
6912abe452 add xp_hist.c/h. not built. 1998-09-06 22:03:12 +00:00