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

102825 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch c917916adf comment clarification 2002-05-05 22:43:05 +00:00
blakeross%telocity.com 85db8f1863 140262 - context menu for input type=password should include paste. patch by bz. r=biesi sr=me 2002-05-05 20:39:50 +00:00
mcafee%netscape.com 61ece190e4 Adding showpoint feature for performance graphs, clicking on past tbox builds will highlight that datapoint in the graph. 2002-05-05 17:25:33 +00:00
mcafee%netscape.com f5cca19146 Write out temp file with pid, to avoid race condition 2002-05-05 08:50:14 +00:00
mcafee%netscape.com 25da29e816 Trying out new cgi parameter showpoint, &showpoint=2002:03:21:06:52:28,4087 will print a big point there, e.g. highlighting one of the data points 2002-05-05 08:14:00 +00:00
mkaply%us.ibm.com c355d8c308 OS/2 bustage 2002-05-05 03:26:52 +00:00
caillon%returnzero.com 1cca542d8e Rename getSelection to get_selection. Fixes bug 141716, Mozilla context menus were broken on query.cgi because of getSelection overriding the native method which is used by Mozilla's context menu code. r=bbaetz x2 2002-05-05 03:08:50 +00:00
mkaply%us.ibm.com dd81682347 OS/2 bustage - its either remove PR_CALLBACK or add it to the header. I don't have an OS/2 machine since I am in San Antonio where my new son was born. See http://www.kaply.com 2002-05-04 18:49:30 +00:00
sspitzer%netscape.com cce283521c part of the fix for #119360. LDIF export is lossy. In this case,
I forgot we have to base64 encode any lines that contain \r or \n.
For example, the "notes" field in a card.  Thanks to Rich Ibbotson
(ribbotso@rochester.rr.com) for the initial patch.
r=dmose, sr=bienvenu
2002-05-04 18:03:51 +00:00
sspitzer%netscape.com f384d2947d fix for #115906. when typing in notes, enter should not close the edit / new card dialog.
also, fix the buttons on the edit card dialog to match the spec.
r=racham, sr=bienvenu
2002-05-04 18:01:06 +00:00
sicking%bigfoot.com 574469f3d4 Bug 130439: Remove unused function in tokenizer. Patch by choess@stwing.upenn.edu
r=harishd sr=heikki
2002-05-04 15:41:00 +00:00
bryner%netscape.com 7801134817 Make the XUL cache lock gc'ing of script objects while they are in the cache, to prevent pulling out a bogus JSObject. Bug 132216, r=waterson, sr=brendan. 2002-05-04 09:15:04 +00:00
cbiesinger%web.de 598b3dd49e bug 138052 patch by timeless r=biesi sr=darin
data: is still too agressive about stripping whitespace XML
2002-05-04 09:10:36 +00:00
depstein%netscape.com eff06ffb65 added test cases for nsIWebBrowser, temporarily in TestYourMethod().
a=asa for QA checkins that are not part of the default builds
2002-05-04 05:55:55 +00:00
bryner%netscape.com 7f766daf07 Adding the functions JS_LockGCThingRT and JS_UnlockGCThingRT, which are variants that only require a JSRuntime, not a JSContext. Converted some internal callers to use the new interface. Bug 141356, patch from shaver, r=bryner, sr=brendan. 2002-05-04 05:28:09 +00:00
bbaetz%student.usyd.edu.au eafeedaa65 Bug 139313 - warning in buglist.cgi when votes isn't a parameter
patch by cedric.caron@urbanet.ch (Cedric Caron), r=bbaetz x2
2002-05-04 04:58:07 +00:00
leaf%mozilla.org 064bfcb8e2 Automated update 2002-05-04 03:41:12 +00:00
dougt%netscape.com b2449fe85b Fixes 117628. Failed DNS error causes future lookups to fail. Now we call res_ninit() on platforms which support this function when the dns lookup fails. r=brendan@mozilla.org, sr=darin@netscape.com 2002-05-04 03:40:06 +00:00
blythe%netscape.com 46c30a3660 Abstract option acquisition for reuse in per thread settings.
Have the category focus also cause cached graphs to reset.
2002-05-04 02:06:52 +00:00
kestes%walrus.com 9e0c1245f7 fixes for bugs 2002-05-04 01:51:46 +00:00
oeschger%netscape.com f5d0859958 updating help content, dispensation per 122806: adding entries to search database, r=cotter 2002-05-04 01:28:21 +00:00
pschwartau%netscape.com 8edbfc6e50 Initial add. Regression test for bug 140974. 2002-05-04 01:13:40 +00:00
blythe%netscape.com 4141a16d7e fix cvs keyword subtitution crash 2002-05-04 01:12:18 +00:00
ian%hixie.ch 61cc38e6ba Change variable names to reflect the fact that objects are instances, not classes. 2002-05-04 01:11:56 +00:00
depstein%netscape.com a04ee26f52 updated web nav test case. a=asa for QA checkins that are not part of the default builds 2002-05-04 01:10:59 +00:00
ian%hixie.ch f2a559cbae Add some debugging info to every page once and for all. 2002-05-04 01:10:38 +00:00
ian%hixie.ch 50cd6af032 Make the user factory return the same object if the same user is requested multiple times. This means that if the currect user is changed on the fly, the changes actually take effect instead of there being a potential race condition between the change, the access of the currect user, and the objects going out of scope and updating the database. 2002-05-04 01:09:27 +00:00
blythe%netscape.com 565188440e Not part of normal builds.
Accept options cookie, document how request specific options are to be set.
2002-05-04 01:07:16 +00:00
ian%hixie.ch 1a1bdeb593 Pass the app reference to the user factory. Fix the code that uses argument branches to treat them as arrays instead of scalars. 2002-05-04 01:06:38 +00:00
ian%hixie.ch a92816a815 Two more things to do: make getSettings return a boolean instead of raising an exception, and add a pass-through command that outputs can use to bring up specific templates 2002-05-04 01:03:48 +00:00
ian%hixie.ch de97b7e2eb Add support for converting + signs in URIs back to spaces. 2002-05-04 01:02:19 +00:00
edburns%acm.org 83e5af980d Make it possible to render the bookmarks tree, but you can't click on a
bookmark to open it in the browser due to a Java side deadlock.
2002-05-04 00:30:01 +00:00
ssu%netscape.com b18fde6b52 fixing bug 141858 - unexpected setup\setup.exe error message after installing browser 2002-05-04 00:18:54 +00:00
mcafee%netscape.com 48ff418fc7 Print out visited modules in leaf-first order, first attempt at fixing the build-order problem. 2002-05-04 00:17:06 +00:00
mscott%netscape.com 0c08e54233 Bug #121583 --> work around the infinite reflow loop in various windows that use tree widgets by
forcing a min height and min width on the the tree. This fixes the famous 100 % CPU hang.

Patch from kin@netscape.com
r=mscott
sr=hyatt
2002-05-04 00:04:39 +00:00
rginda%netscape.com d80e2f0750 - venkman only -
bug 137327, r=caillon@returnzero.com,a=shaver
translate null to -1 in getParentIndex return, to avoid infinite loop
2002-05-04 00:04:07 +00:00
rginda%netscape.com b99d7ba3f2 - cview only -
bug 137327, r=caillon@returnzero.com,a=shaver
translate null to -1 in getParentIndex return, to avoid infinite loop
2002-05-04 00:03:28 +00:00
beard%netscape.com 3bc8d1d51c [not part of build] Change history for 1.0fc2. 2002-05-03 23:40:53 +00:00
beard%netscape.com 29457f8fc5 [not part of build] bumped version to 1.0fc2. 2002-05-03 23:40:15 +00:00
mcafee%netscape.com 6a97078a50 opaque data comment 2002-05-03 23:37:38 +00:00
bnesse%netscape.com 9acd457492 Bumped version to 1.0fc2. 2002-05-03 23:35:39 +00:00
bnesse%netscape.com 4abfcd5b22 [Not part of build] Fix for bug 136063. r=sdagley, sr=beard. 2002-05-03 23:27:33 +00:00
cmanske%netscape.com 53570fb145 Fixed previewing page in browser command in Composer, b=140959, r=brade, sr=kin 2002-05-03 23:23:55 +00:00
kestes%walrus.com 20eb7f271b fixes to the split on change state 2002-05-03 23:16:53 +00:00
rginda%netscape.com 99934c39c8 - chatzilla only -
correct the command name for the View->Open At Startup option
2002-05-03 23:02:12 +00:00
cathleen%netscape.com 16e0f2f1ca export rules file into dist r=dp 2002-05-03 22:51:16 +00:00
kestes%walrus.com 9af79c36d1 change call to savetree_db to use oo notiation so we search ISA 2002-05-03 22:37:41 +00:00
dp%netscape.com c796599b2b Moving printNodeProcessor to new api 2002-05-03 22:33:08 +00:00
kestes%walrus.com f156033144 fix break multiline empty on change of tree state 2002-05-03 22:29:28 +00:00
kestes%walrus.com a1dbb4e33b fixes 2002-05-03 22:01:05 +00:00