kestes%walrus.com
d882328e9b
fixes
2002-05-01 02:36:26 +00:00
kestes%walrus.com
a8a3ab3bc8
fixes
2002-05-01 02:35:15 +00:00
cotter%netscape.com
594e43e459
ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; misc. SDX & interface updates
2002-05-01 02:32:03 +00:00
kestes%walrus.com
0ca22f69b8
try this
2002-05-01 02:31:22 +00:00
kestes%walrus.com
8ef905f7f3
put content type at top of output.
2002-05-01 02:23:55 +00:00
kestes%walrus.com
7b7fb30e1e
missing EOF fixed, URL was very wrong, now I just need to get the tree name to make this work.
2002-05-01 02:19:10 +00:00
kestes%walrus.com
f2b92bc94f
allow users to pick the row structure, it can now be uniform times (every 5 minutes)
...
or it can be one row for each time we have data for.
2002-05-01 02:06:26 +00:00
kestes%walrus.com
feaaa56f88
use a OO calling sequence to call our implementations of HTMLPopUp. This
...
is needed to allow easier testing of the full set of HTMLPopUp libraries.
2002-05-01 02:03:03 +00:00
peterlubczynski%netscape.com
beadac521e
Implementing new prefs that will allow for automatic scanning of tier one plugins in their installation locations:
...
pref("plugin.scan.SunJRE", "1.3");
pref("plugin.scan.Acrobat", "5.0");
pref("plugin.scan.Quicktime", "5.0");
pref("plugin.scan.WindowsMediaPlayer", "7.0");
pref("plugin.scan.4xPluginFolder", false);
This also adds a one-off hack to scan for Real Player (nppl3260.dll) in the XPCOM components folder.
Bug 133282, r=av sr=waterson
2002-05-01 02:01:50 +00:00
kestes%walrus.com
3526bb0ccd
move each HTML Popup into its own name space and modify the functions to
...
accept a typical OO calling sequence with a $self as first argument.
2002-05-01 02:01:49 +00:00
kestes%walrus.com
8e188499ab
*** empty log message ***
2002-05-01 01:56:59 +00:00
kestes%walrus.com
eafe83af07
more comments.
...
allow users to turn off text browser characters, allow users to use
nonuniform row spacing.
2002-05-01 01:56:23 +00:00
kestes%walrus.com
0282d8fb8e
add information about the new regenerate cgi program.
2002-05-01 01:55:19 +00:00
kestes%walrus.com
7c2620a3c2
allow 'buildstarted' state as a synonym for 'building'.
2002-05-01 01:53:50 +00:00
kestes%walrus.com
34053339b7
allow there to be perl regular expression metacharacters in the buildnames,
...
particularly parenthesis.
2002-05-01 01:52:53 +00:00
kestes%walrus.com
e474adfde4
new test, to demonstrate all popup possibilities.
2002-05-01 01:51:51 +00:00
kestes%walrus.com
53ff8d3b3b
add popup_test target
2002-05-01 01:48:55 +00:00
kestes%walrus.com
6211e85d62
add function event_times_vec and move the typical trim function into this file.
2002-05-01 01:48:13 +00:00
kestes%walrus.com
3d1e3f90ea
add function event_times_vec
2002-05-01 01:47:05 +00:00
kestes%walrus.com
b369bab74f
end times must be whole numbers, no decimals.
2002-05-01 01:46:23 +00:00
jpierre%netscape.com
38daf04b71
Fix for 136279 - initialize NSS in a way compatible with < 3.4 versions of NSS
2002-05-01 01:04:41 +00:00
dbaron%fas.harvard.edu
38adeb62c5
Don't double-create :before and :after content by checking |processChildren| in ConstructHTMLFrame and only doing the hacky (and probably incorrect) sibling-:before/:after construction for leaf frames. b=141289 r=attinasi sr=waterson
2002-05-01 00:51:36 +00:00
dbaron%fas.harvard.edu
e12bf65440
Consider whitespace in quirks-mode line-height algorithm when it's in the middle of the line. b=134580 r=attinasi sr=waterson
2002-05-01 00:42:49 +00:00
cmanske%netscape.com
98a072d3c4
Make Link dialog wider for long urls, b=133790, r=brade, sr=kin
2002-05-01 00:39:45 +00:00
dbaron%fas.harvard.edu
22f523a65f
Remove ClearUndisplayedContentMap hack from ReconstructStyleData (expanded for bug 118014; see bug 136728). Fix multiple content inserted notifications from XBL (the real cause of bug 118014) by checking the undisplayed content map in addition to the primary frame map. Fix FrameManager::GetUndisplayedContent to work correctly, and remove code in nsCSSFrameConstructor::AttributeChanged that was working around its brokenness. b=136704 sr=waterson r=attinasi
2002-05-01 00:36:50 +00:00
wtc%netscape.com
9a0c0ef79c
Bugzilla bug 127062: use PR_MSG_PEEK instead of MSG_PEEK.
2002-05-01 00:21:50 +00:00
dbaron%fas.harvard.edu
814b3d3030
Rename Mozilla-extension values for real CSS properties to begin with -moz-. Remove some unused code. b=3935 r=hixie sr=waterson
2002-05-01 00:17:04 +00:00
wtc%netscape.com
ac26f4995d
Bugzilla bug 131057: define PORT_Strdup as a function that calls PORT_Alloc.
...
Modified files:
lib/ckfw/nsprstub.c lib/fortcrypt/swfort/pkcs11/stub.c
lib/nss/nss.def lib/util/secport.c lib/util/secport.h
2002-05-01 00:06:39 +00:00
dbaron%fas.harvard.edu
a9f4662b47
Add command-line tool for parsing CSS files. b=139943 sr=waterson r=attinasi
2002-05-01 00:03:57 +00:00
cmanske%netscape.com
50a75f879b
Fixed display of 'undefined' instead of empty string in Publish Progress dialog, b=138040, r=brade, sr=kin
2002-04-30 23:55:48 +00:00
dp%netscape.com
e63a43f20b
export formatNumber
2002-04-30 23:52:52 +00:00
cmanske%netscape.com
2cb4515869
Fixed duplicate accesskey for Composer context menu, b=137621, r=brade, sr=kin
2002-04-30 23:49:47 +00:00
dp%netscape.com
295e818ff6
printCategoryTree
2002-04-30 23:44:03 +00:00
blythe%netscape.com
ee0756b46e
Not part of normal build.
...
Move tmreader lifetime into a global, such that when the connections become
threaded that we do not have to manage joining all threads when we'd like
to exit; leave that job to PR_Cleanup.
2002-04-30 23:43:56 +00:00
cmanske%netscape.com
69fc8fe89f
Bring Table dialog to XUL1.0 standards for proper Esc key and button ordering, b=135945, r=neil@parkwaycc.co.uk, sr=kin
2002-04-30 23:42:48 +00:00
dp%netscape.com
9742506fce
Rearranged rules to get more accurate assignment
2002-04-30 23:42:32 +00:00
ssu%netscape.com
e97d2c337a
fixing bug 100822 - Shut down running browsers after download. r=curt sr=dveditz
2002-04-30 23:41:25 +00:00
serge%netscape.com
5ce49ff558
fix #139572 [Acrobat's form fails to render ( pdf on secure site)] r=peterl, sr=beard
2002-04-30 23:39:59 +00:00
cmanske%netscape.com
35b39d6bae
Activate publish icon when typing in HTML source mode, b=140063, r=akkana, sr=kin
2002-04-30 23:30:29 +00:00
brendan%mozilla.org
7be636bf86
Don't 'constant-fold' if(false)var foo=42 into nothing (140974, r=khanson, sr=shaver).
2002-04-30 23:28:34 +00:00
darin%netscape.com
a19b035d87
fixes bug 141061 - XMLHttpRequest allows reading of local files
...
r=mstoltz sr=heikki
2002-04-30 23:22:04 +00:00
jkeiser%netscape.com
2ad84031df
Allow form submit with javascript URI to call submit() within the JS function. bug 139798, r=alexsavulov@netscape.com, sr=attinasi@netscape.com
2002-04-30 23:21:58 +00:00
tor%cs.brown.edu
0685ca316e
Bug 53597: gamma correction backout. r=dbaron, sr=brendan
2002-04-30 23:15:52 +00:00
tor%cs.brown.edu
8293d090c9
Bug 22337: -install option to install private colormap. r=pavlov, sr=brendan
2002-04-30 22:34:34 +00:00
shrutiv%netscape.com
933c9b9070
Fix for bug 106748: When adding custom component, the description and size
...
may be left blank (r=smeredith)
2002-04-30 22:32:22 +00:00
danm%netscape.com
4ca75f3f4d
file jar.mn was initially added on branch MOZILLA_1_0_0_BRANCH.
2002-04-30 22:32:05 +00:00
danm%netscape.com
dfb89c37c1
file autocomplete-win.css was initially added on branch MOZILLA_1_0_0_BRANCH.
2002-04-30 22:31:30 +00:00
dkl%redhat.com
5fce36351e
Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv
2002-04-30 22:15:52 +00:00
karnaze%netscape.com
6b890f8941
new regression test, not affecting the build.
2002-04-30 22:10:22 +00:00
axel%pike.org
5e7ec5cec7
remove denglish from the tree, testcase, not part of the build
2002-04-30 22:02:03 +00:00