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

3804 Коммитов

Автор SHA1 Сообщение Дата
dmose%netscape.com 5a30b4c9b4 support for binary attribute values in LDAP XPCOM SDK (bug 119380). r=peterv@netscape.com, sr=sspitzer@netscape.com/mscott@netscape.com 2002-06-14 00:38:18 +00:00
peterv%netscape.com f9578389d9 Fix for bug 88623 (Cleanup Transformiix code - remove XSLType). r=sicking, sr=jst. 2002-06-13 22:31:20 +00:00
peterv%netscape.com 29c4012a31 Fix for bug 136272 (definition of isDigit may be incomplete). r=sicking, sr=jst. 2002-06-13 22:27:19 +00:00
kin%netscape.com e208ac0aa5 Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.)
mozilla/content/base/public/nsISelectionController.idl
  mozilla/content/base/src/nsSelection.cpp
  mozilla/editor/composer/src/nsEditorShell.cpp
  mozilla/editor/idl/nsIPlaintextEditor.idl
  mozilla/editor/libeditor/base/nsEditor.cpp
  mozilla/editor/libeditor/base/nsEditor.h
  mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
  mozilla/editor/libeditor/html/nsHTMLEditor.cpp
  mozilla/editor/libeditor/text/nsEditorEventListeners.cpp
  mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp
  mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
  mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
  mozilla/editor/ui/dialogs/content/EdTableProps.js
  mozilla/embedding/components/find/src/nsWebBrowserFind.cpp
  mozilla/extensions/xmlterm/base/mozXMLTermSession.cpp
  mozilla/layout/base/public/nsIFrameSelection.h
  mozilla/layout/html/base/src/nsPresShell.cpp
  mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
  mozilla/mailnews/compose/src/nsMsgCompose.cpp
  mozilla/xpfe/browser/resources/content/viewPartialSource.js

    - Added aIsSynchronous arg to the ScrollSelectionIntoView()
      method of nsISelectionController and nsIFrameSelection.
      Updated all callers to pass new arg.

    - Modified selection to post a plevent to call which does the
      call to ScrollIntoView() in the async ScrollIntoView() case.

    - Edits in text widgets now use asynchronous reflow, paint,
      and scroll processing full time.

    - Removed redundant ScrollSelectionIntoView() calls in the
      editor event listeners.

    - Editor IME code now forced to flush reflows and paints before
      getting caret coordinates.

r=jfrancis@netscape.com  sr=waterson@netscape.com
2002-06-13 20:35:12 +00:00
waterson%netscape.com 4e3267117c Re-add, correct case. 2002-06-12 20:04:04 +00:00
waterson%netscape.com f2fb4fd744 Removing; base case. 2002-06-12 20:03:46 +00:00
bnesse%netscape.com 6c48cb986e Checkin for bug 121332. Fix implementation for getLDAPAttributes() so it correctly calls the user callback processLDAPValues(). r=dmose, sr=alecf. 2002-06-12 18:58:11 +00:00
bnesse%netscape.com 8f3217aa49 Fix for bug 141035. Application must quit if it fails to load the .cfg file. r=sgehani, ccarlen, sr=alecf. 2002-06-12 18:52:46 +00:00
timeless%mac.com b45bad8884 Bug 128098 Index should be expanded by default
patch by neil@parkwaycc.co.uk r=oeschger sr=alecf
2002-06-12 13:43:50 +00:00
suresh%netscape.com be08290ce2 fix for 149189. update goPreference calls with correct parameters. r-ducarroz, sr-alecf. 2002-06-12 04:09:52 +00:00
dbaron%fas.harvard.edu f75d9f92fc Fix crash when looking at style rules of element matching no rules. b=141022 r=hewitt sr=waterson 2002-06-12 03:30:32 +00:00
andreww%netscape.com 9858e25206 bugzilla 150696 - Dom Inspector needs "window" menu - r=timeless, sr=hewitt 2002-06-12 00:25:28 +00:00
robinf%netscape.com 18e795aafd routine help uer bug 122806, r=oeschger 2002-06-11 23:50:29 +00:00
cbiesinger%web.de 6197948cc3 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
cotter%netscape.com 532347c213 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; latest security-related updates. 2002-06-10 04:39:26 +00:00
oeschger%netscape.com bb1f0d47fe adding some images to help content, dispensation per bug 122806 2002-06-10 02:15:47 +00:00
robinf%netscape.com 2e085ffe24 routine help updates per bug 12 2002-06-08 01:10:51 +00:00
leaf%mozilla.org 0034658953 updating locale version string for impending release, bug 149802 2002-06-07 07:45:38 +00:00
cotter%netscape.com d5ab43f9ad ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; latest legal & editorial correx. 2002-06-07 05:56:43 +00:00
alecf%netscape.com f5a3216a3d argh, this never should have landed, that explains it..backing out this file 2002-06-06 22:17:45 +00:00
alecf%netscape.com dcd8ac2398 huh, I don't know how this got whacked.. fixing bustage 2002-06-06 22:14:46 +00:00
dcone%netscape.com 407198d61a not part of build. Adding a new test case 2002-06-06 21:16:26 +00:00
dcone%netscape.com 9982cf6ed0 not part of build. Update on debug source 2002-06-06 21:15:53 +00:00
alecf%netscape.com f0263ddf07 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
oeschger%netscape.com 52df377be0 updating search db for Help, dispensation per 128806 2002-06-06 04:47:27 +00:00
ducarroz%netscape.com 497f8c88ff Fix for bug 97055. The previous fix isn't working correctly when the pref "imageblocker.enabled" is set to false. mailnews element must not be disabled. R=morse, SR=bienvenu 2002-06-05 03:38:59 +00:00
stephend%netscape.com b93175f8d5 Bug 146598. Disable Search button until we have entered text. Patch by Stephen Walker <walk84@yahoo.com> r=oeschger, sr=alecf 2002-06-05 00:08:20 +00:00
cotter%netscape.com fe6a64d187 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; misc formatting, privacy updates from legal 2002-06-04 05:38:17 +00:00
axel%pike.org 82fcbbf0d3 bug 113611, XPath and XSLT contexts. fixes bugs 96410, 102293, 92106, 110266, 116534 and a bunch of other cases not filed. This mostly fixes namespaces and some really bad speed issues by fixing the time when namespaces are resolved, how default priorities are computed and how templates are matched.
HUGE PERFWIN :-)
r=peterv, sr=jst
2002-06-04 05:00:31 +00:00
oeschger%netscape.com 85884e43a8 reorder tabs in help window per usability test, r=andreww, sr=alecf, bug=136654, drivers say bake on trunk 2002-06-04 00:15:39 +00:00
oeschger%netscape.com 4d04966226 updating search db for Help, dispensation per 122806, r=cotter 2002-06-03 14:15:03 +00:00
cavin%netscape.com c49b815c7c Fix for 148520 (check in on behalf of David Baron). Make sure input realm is not an empty string before Stripping off trailing '/'. r=r=morse, sr=jst. 2002-06-03 06:32:55 +00:00
cotter%netscape.com e894b0f209 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; latest legal comments 2002-06-03 05:48:18 +00:00
morse%netscape.com d5efc70460 bug 148213, flush cookies to disk after a remove-all-cookies, r=pinkerton, sr=beard 2002-06-01 01:11:34 +00:00
ducarroz%netscape.com 9031a6ec79 Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf 2002-05-31 18:40:39 +00:00
ben%netscape.com b466a980fa [NOT PART OF BUILD]
remove rogue project entry in solution file
2002-05-31 09:36:56 +00:00
cotter%netscape.com dbd837a5b6 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; privacy & security updates per legal & engineering reviews 2002-05-31 04:59:21 +00:00
oeschger%netscape.com bfb230eb9f get default topic when context is not found (from help button), bug 145331, r=oeschger on pwilson@gorge.net's patch, sr=alecf 2002-05-30 23:39:17 +00:00
morse%netscape.com 494951163e bug 115818, context menu slow to appear when images are present, c=ajfeldman@brown.edu, r=morse, sr=waterson -- this is better patch than the one in bug 146048 2002-05-28 21:42:29 +00:00
peterv%netscape.com 2f17df5e74 Fix for bug 146965 (Standalone Transformiix outputs invalid XML). r=sicking, sr=jst. 2002-05-28 08:27:28 +00:00
peterv%netscape.com 1b3f673e1d Fix for bug 146964 (Bug in format-number XSLT function). r=sicking, sr=jst. 2002-05-28 08:16:43 +00:00
timeless%mac.com 30091ed16b Bugzilla Bug 147022 Crash when calling prompt() with 2 arguments [@nsACString::Last]
The theory is that the string was "" but the code only handled (char*)0 for empty strings,
The result is a crash in Last() for an empty string.
r=bzbarsky sr=jst
2002-05-28 05:35:35 +00:00
bryner%netscape.com 8c72aaa366 Ignore generated Makefiles. 2002-05-27 02:03:23 +00:00
rginda%netscape.com fb47250a21 - chatzilla only -
Bug 139334 - [RFE] SQUERY command support
patch=jbontje@suespammers.org,r=me
2002-05-25 00:40:00 +00:00
morse%netscape.com b8050c71b2 bug 146048, image context menu is slow to appear, c=tomi.leppikangus@oulu.fi, r=morse, sr=waterson 2002-05-24 23:49:33 +00:00
morse%netscape.com f38751011e bug 145492, sending out duplicate cookies, r=brade, sr=scc 2002-05-23 23:25:43 +00:00
cavin%netscape.com be3c4c0281 Fix for 94775. Strip off trailing '/' of input realm, if present, before making comparison in si_GetURL(). r=morse, sr=bienvenu. 2002-05-23 23:04:13 +00:00
caillon%returnzero.com e5031ce693 Fix for bug 137334: DOM Inspecting the URL bar will crash. r=timeless, sr=hewitt 2002-05-23 22:11:29 +00:00
dcone%netscape.com 1a83cc0f2e Update of the debug plugin. Not part of the build 2002-05-23 21:06:49 +00:00
cotter%netscape.com 04f33dc17e ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; mostly privacy help updates based on Steve Morse's review. 2002-05-23 04:20:52 +00:00
morse%netscape.com bfa5de745d bug 146094, leaking cookies, r=waterson, sr=darin 2002-05-23 00:08:42 +00:00
mhammond%skippinet.com.au e517fa3bcd nsCString->nsString API changes. Merged from 1.0 branch.
Not part of the build.
2002-05-22 05:41:04 +00:00
rginda%netscape.com e581052904 bug 145466, "Can't save the profile data"
patch=smaug@jippii.fi,r=me,a=chofmann
add missing parameter nsIOutputStream::init callsite
VS: ----------------------------------------------------------------------
2002-05-21 02:43:30 +00:00
oeschger%netscape.com 36f1b475ca update to search rdf, dispensation for content updates for 122806 2002-05-20 22:53:55 +00:00
dcone%netscape.com a2c2f6702c Updated work for the Debug plugin. Not part of build. 2002-05-20 13:13:05 +00:00
stephend%netscape.com 4a4194c526 Bug 131489. Textbox in search panel should be centered vertically. Patch by Stephen Walker <walk84@yahoo.com> r=me, sr=sspitzer 2002-05-18 22:11:15 +00:00
cotter%netscape.com d3be4ff6c5 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; misc. privacy & security 2002-05-18 00:34:53 +00:00
peterv%netscape.com 71ea4b1205 Removing unused file. r=sicking. Doesn't affect default build. 2002-05-17 22:48:12 +00:00
sicking%bigfoot.com 95eff9cc70 Bug 134295: Make position() work together with xsl:sort again. This will put back some problems with attribute-nodes, but those problems should be much less common then the current situation.
r=peterv sr=jst
2002-05-17 22:25:06 +00:00
oeschger%netscape.com 267892712c content update, check-in dispensation per 122806, fixes 138763, duplicate paragraph in mail_help. Plus removed references to IM. 2002-05-17 21:19:49 +00:00
cotter%netscape.com e3ce5d8800 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; index tags & some content updates 2002-05-17 00:44:27 +00:00
oeschger%netscape.com a39867a93b adding some entries to search db for help, dispensation per 122806, r=cotter 2002-05-17 00:44:01 +00:00
oeschger%netscape.com 8aa759b71b removing an unused html file from the build, dispensation per 122806, r=cotter 2002-05-17 00:41:12 +00:00
dcone%netscape.com 3f8064e4a9 Update to the debug plugin. This is not part of the build. 2002-05-16 21:04:27 +00:00
rpotts%netscape.com 4d4116d281 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
dbaron%fas.harvard.edu f2e3ecc2bd Speed up IMAGE_CheckForPermission by (1) caching the 'imageblocker.enabled' pref and using a pref-changed callback and (2) not getting the warning message from the string bundle and formatting it with nsTextFormatter::smprintf until we know we're going to display the warning dialog. Also do (2) in nsCookies since they share the same permission checking code (Permission_Check). b=143918 r=morse sr=alecf 2002-05-16 18:00:39 +00:00
rginda%netscape.com ab08d7aa89 - chatzilla only -
bug 143503, "long channel topic isn't wrapped properly"
r=samuel@sieb.net, sr=shaver@mozilla.org, a=leaf@mozilla.org
insert spaces in long topic words so things can wrap.

bug 140088, "Chatzilla is crashing when switching tabs."
r=samuel@sieb.net, sr=shaver, a=rjesup@wgate.com
don't touch the tree selection while the tree is hidden.
2002-05-16 10:49:25 +00:00
dougt%netscape.com e58c22e29b fixing build bustage 2002-05-15 21:14:41 +00:00
dougt%netscape.com 85cff238f4 Fixing build bustage 2002-05-15 21:04:39 +00:00
dougt%netscape.com e96df2ad1b Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
morse%netscape.com 49cab2d6dc not part of build, removing confusion caused by obsolete file 2002-05-15 14:13:46 +00:00
morse%netscape.com 9f341d7fe2 bug 140625, wallet wording change to reflect new menu structure, r=sgehani, sr=dveditz 2002-05-15 14:05:52 +00:00
morse%netscape.com 9478276737 bug 143204, crash in password manager, r=sgehani, sr=dveditz 2002-05-15 13:56:30 +00:00
morse%netscape.com 0d97730b59 bug 138132, reverse sort order in cookie manager when using p3p, r=sgehani, sr=dveditz 2002-05-15 13:46:54 +00:00
waterson%netscape.com c048e1e473 Bug 110112. Disable `ask me before loading images' until the feature can be implemented in a way that doesn't re-enter layout. r=morse, sr=alecf. 2002-05-15 00:19:08 +00:00
oeschger%netscape.com 1781f021a2 adding an image to help content, r=cotter, dispensation per 122806 2002-05-14 23:34:50 +00:00
shliang%netscape.com 5767ffb021 135204 - rearranging search menus. r=sspitzer,sr=hewitt. 2002-05-14 23:18:52 +00:00
cotter%netscape.com d2f7e734c5 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; updated content to match mozilla UI 2002-05-14 23:15:40 +00:00
cotter%netscape.com e8b4f6e2a2 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; page info updates for TOC. 2002-05-14 22:48:43 +00:00
bzbarsky%mit.edu 7d5924d4c3 Fix crash on "moz-bitmap:" urls with no bitmap name. Bug 143912,
r=timeless, sr=hewitt/shaver
2002-05-14 20:44:02 +00:00
jay.yan%sun.com 41476d0dec bug 143379 build Bustage-patch for bug 124042 broke Solaris's build, r=blizzard, sr=darin 2002-05-14 06:47:52 +00:00
dcone%netscape.com 6ff3906a04 plug-in example for dumping the frames for a single web page. Not part of build. 2002-05-14 03:15:08 +00:00
morse%netscape.com e652a9a6b0 bug 143328, hiding panels in form manager, r=sgehani, sr=jag 2002-05-13 20:44:17 +00:00
morse%netscape.com 436a1babba bug 137079, account management at buy.com does not work, r=pink, sr=alecf 2002-05-13 20:41:22 +00:00
dcone%netscape.com 16f035355e Updated files for the Debug plugin. Not part of the build. 2002-05-13 02:32:35 +00:00
morse%netscape.com f6b7ba4d82 bug 140464, cookies expire at end of session of date header is missing, c=mloiselle@yahoo.com, r=morse, sr=darin 2002-05-11 04:06:01 +00:00
oeschger%netscape.com 593976fda0 small updates to the search db, dispensation per 122806, r=cotter 2002-05-11 01:50:49 +00:00
oeschger%netscape.com 2dff4770f1 adding some new content to help, r=cotter, dispensation per bug 122806 2002-05-10 03:19:19 +00:00
cotter%netscape.com aaa5e6f904 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; correction to previous update. 2002-05-09 23:14:06 +00:00
cotter%netscape.com 333002a037 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; misc. privacy & security updates, corrections 2002-05-09 22:22:37 +00:00
ccarlen%netscape.com 4c00f60316 Bug 141285 - SingleSignon used only from form fields does not observe profile switches. r=morse/sr=alecf 2002-05-09 14:24:24 +00:00
cotter%netscape.com 38dc7af64f ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; misc. privacy & security content & formatting updates 2002-05-08 23:25:40 +00:00
darin%netscape.com f43dfb75ba fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
dcone%netscape.com 32a5f77be4 Added some files for the Debug object. Not part of the build. 2002-05-06 13:16:27 +00:00
dcone%netscape.com c17c0b671b Updated the debug object. This is not part of the build yet. 2002-05-06 13:14:33 +00:00
oeschger%netscape.com fd8cbd0235 updating help content, dispensation per 122806: adding entries to search database, r=cotter 2002-05-04 01:28:21 +00:00
rginda%netscape.com 1095310250 - 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 bd41710327 - 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
rginda%netscape.com e7dd0c685f - chatzilla only -
correct the command name for the View->Open At Startup option
2002-05-03 23:02:12 +00:00
rayw%netscape.com f705884ca5 Fixes bug 141765, r=heikki, sr=jst, rs=rayw.
This is a very simple, safe fix that fixes a crash in decoding structures
inside of arrays in SOAP, and affects nothing else.
2002-05-03 11:56:31 +00:00
mhammond%skippinet.com.au b4ccdd9f5e Update build instructions.
Not part of the build.
2002-05-03 05:14:38 +00:00
mhammond%skippinet.com.au a4e5675e76 We are now building with the standard build system - yay!
Not part of the build.
2002-05-03 01:23:56 +00:00
cotter%netscape.com e8206b0690 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; minor updates for certs help. 2002-05-03 01:19:33 +00:00
mhammond%skippinet.com.au 84502fc51f Merging 1.0 branch onto the trunk (I know this is not the usual
way, but it is just me :)
Not part of the build!
2002-05-03 01:16:47 +00:00
mhammond%skippinet.com.au ba97909ba7 Final fixes for Unix!
Not part of the build.
2002-05-03 01:09:51 +00:00
mhammond%skippinet.com.au 42d558ca33 Merge in changes from 1.8.2.3 on the 1.0 branch.
Not part of the build.
2002-05-03 01:02:32 +00:00
mhammond%skippinet.com.au 6be982c32e Moving towards full autoconf build support.
Not part of the build.
2002-05-02 11:05:25 +00:00
mhammond%skippinet.com.au f23244131f Some changes for nsIFile moving to nsACString.
Not part of the build.
2002-05-02 11:04:37 +00:00
rginda%netscape.com 2d52b6889b bug 135455, Missing chatzilla icon in Window dropdown menu
patch=mailto:andreas.premstaller@uibk.ac.at, r=rginda,sr=ben,a=asa
2002-05-01 23:04:01 +00:00
sicking%bigfoot.com 2357f97675 Bug 140687: Make substring() for all start-indexes
r=Pike, sr=jst
2002-05-01 19:48:59 +00:00
bnesse%netscape.com 64a5edf944 Fix for bug 140150. Do not leak dialog string objects. r=morse, sr=jag. 2002-05-01 19:06:49 +00:00
axel%pike.org d5d0fff5ae Bug 141173, TxObject::hashCode() and Map crash, PRInt32->PRUint32, r=peterv, sr=jaggernaut 2002-05-01 10:45:13 +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
axel%pike.org 5e7ec5cec7 remove denglish from the tree, testcase, not part of the build 2002-04-30 22:02:03 +00:00
cbiesinger%web.de 1f42c13a0f bugs 141163, 141168 r=rginda no sr needed for cview
fix some strict warnings in component viewer
2002-04-30 20:28:26 +00:00
jaggernaut%netscape.com 6cbd032dc0 Fix two typos on previous checkin for bug 139633. r=dmose, sr=mozbot (even though I couldn't reach him, I'm sure he would've given me sr= for this simple bustage fix) 2002-04-30 04:03:57 +00:00
alecf%netscape.com 9b7fe4b521 oops fix a typo in my last checkin, to bug 139633 that dbaron caught - "dst" should have been "src" 2002-04-30 01:39:22 +00:00
alecf%netscape.com e4d4ba3ccb Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
alecf%netscape.com 09ce09edfb fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
r=jag, sr=darin
2002-04-29 20:29:54 +00:00
cbiesinger%web.de 768146c9ed bug 112908 patch by rossi@telnet.at r=biesi sr=alecf
Error in walletOverlay.js on startup [redeclaration of const hide]
2002-04-29 20:19:00 +00:00
cbiesinger%web.de 2858217e40 bug 91876 patch by walk84@yahoo.com r=biesi sr=alecf
strict warning in help.js
2002-04-29 19:22:58 +00:00
blakeross%telocity.com 3ac917e38f 128630 - go button in search doesn't work with enter on mac. r=bryner sr=ben 2002-04-29 02:13:40 +00:00
darin%netscape.com 1b1677bbe9 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
mscott%netscape.com b687d8e789 Bug #121299 --> fix the cookie icon. Add a classic screenshot icon.
r=morse
sr=sspitzer
2002-04-26 21:44:51 +00:00
oeschger%netscape.com 77a81aaab1 help content update: search database additions, dispensation per 122806 2002-04-26 20:18:14 +00:00
cbiesinger%web.de 2ff2498c87 bug 140141 patch by kairo@kairo.at r=biesi sr=alecf
Switching language/content packs is broken (once again)
2002-04-26 18:11:38 +00:00
mscott%netscape.com 2b4f3fd8a4 Bug #140104 --> only bring in the cookie tasks overlay if the window is a nav window.
this fixes a problem where mail, mail compose and editor windows were getting a cookie icon in
them.
r/sr=sspitzer
2002-04-26 02:05:53 +00:00
mscott%netscape.com c328f20ff5 Bug #121299 --> fix the cookie manager status icon
rs=sspitzer
2002-04-26 01:12:23 +00:00
cotter%netscape.com e982c12d91 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; content & formatting fixes for certs help 2002-04-25 23:42:45 +00:00
mscott%netscape.com a5fe9ad67d Bug #121299 --> landing new cookie icons from Gail that are transparent. Building framework for allowing cookies to
use modern and classic icons instead of putting the icons in content too.

r=morse
sr=sspitzer
2002-04-25 23:37:00 +00:00
caillon%returnzero.com 065d4ba854 Venkman only. 138242, Add 'Window' to the menubar, contributed by smaug@jippii.fi. r=caillon,rginda. 2002-04-25 22:14:18 +00:00
peterv%netscape.com b055fab10b Fix for bug 135825 (No scrollbars in P3P summary window). r=Pike, sr=heikki. 2002-04-25 21:31:09 +00:00
seawood%netscape.com ce9e9903a5 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
cotter%netscape.com 287e35347d ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; various content updates 2002-04-24 23:37:26 +00:00
shanjian%netscape.com 5d6a1dd903 #92806 need to support GB18030 in universal detector
replace gb18030 state machine with the new one, which has been tested in
PSM detector.
r=ftang, sr=scc
2002-04-24 19:57:02 +00:00
shanjian%netscape.com bed3923036 #92806 need to support GB18030 in universal detector
replace state machine for gb18030 with the new one, which has been tested
in PSM detector.
r=ftang, sr=scc,
2002-04-24 19:54:58 +00:00
cotter%netscape.com 76c4f998d9 ongoing help content updates per bugzilla 122806 & AADT, r=oeschger; misc. security updates, help on help 2002-04-24 05:52:05 +00:00
seawood%netscape.com 7e99f9e47e Use debug() instead of dump() so that js component registration output only shows up in debug builds.
Bug #138726 r=rginda sr=alecf
2002-04-23 07:30:11 +00:00
morse%netscape.com 0ddc2def24 bug 138918, fix regression caused by menu restructuring, r=sgehani, sr=jag 2002-04-22 23:37:00 +00:00
morse%netscape.com 293e726bd3 bug 135568, make task menu consistent with spec, r=sgehani, sr=jag 2002-04-22 23:30:34 +00:00
morse%netscape.com f0af848c98 bug 136972, change definition of p3p high mode, r=sgehani, sr=jag 2002-04-22 23:23:41 +00:00
oeschger%netscape.com 561e51463e adding a GIF for the help content, author=robinf, r=oeschger, dispensation for regular updates per 122806 2002-04-20 01:24:37 +00:00
bzbarsky%mit.edu a4982e7979 Fix the "style rules" display for display:table elements. Bug 122557,
r=caillon, sr=hewitt
2002-04-19 22:29:24 +00:00
axel%pike.org 20382fe47f NOT PART OF BUILD, testcase harnish.
This is a big overhaul of buster, moving to rdf controlled trees.
The index is now part of the testcases, which makes it easier to keep them
up-to-date. I also started improving the support for HTML testcases. Another
new feature is the support for saving and loading results.
Plus alot of internal cleanup, though there's still more to come.
2002-04-19 14:05:47 +00:00
axel%pike.org 94dd44aa6d bug 70855, add NSPR logging to transformiix, mere printf's for standalone. r=peterv, sr=heikki 2002-04-19 10:28:57 +00:00
cotter%netscape.com 1c3fa8d276 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; various privacy feature updates 2002-04-19 04:14:03 +00:00
seawood%netscape.com b9e3c4eaaf Remove references to obsolete CHROME_ variables.
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
heikki%netscape.com 22ca2b61fd Bug 129607, avoid trying to parse the response if we cannot be sure it is XML. This fixes hang in HTML parser, and is a big performance improvement if you are loading non-XML data. r=harishd, sr=vidur. 2002-04-19 00:06:40 +00:00
robinf%netscape.com 63aa41f7e8 routine help image update per bug 122806, r=oeschger 2002-04-18 22:27:26 +00:00
shanjian%netscape.com 14b78cd3fc #115114 autodetect universal detects french as Central European (ISO-8859-2)
remove 2 hungarian probers.
r=ftang, sr=scc
2002-04-18 22:15:08 +00:00