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

119867 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 83af5aded6 Make CSSStyleRuleImpl immutable by changing mutation code (including some merging of code between nsDOMCSSAttributeDeclaration and DOMCSSDeclarationImpl) so that it creates a new rule for the modified declaration. Change StyleRuleChanged notification signatures, and change pres shell's handling of style rule change, addition, and removal to just do reresolution. Remove fine-grained ways of clearing style data. Change PeekStyleData so it doesn't do more work than it needs to, and can be relied on not to access rules that no longer match any content. b=188803 r+sr=bzbarsky 2003-06-18 01:59:57 +00:00
dwitte%stanford.edu eafaae2b9f remove cid's/contractid's and factory constructors for nsCookie and nsPermission, since these objects shouldn't be instantiable.
b=209506, r=darin/mvl, sr=bz
2003-06-18 00:52:59 +00:00
bryner%netscape.com 4491ea17fb Fix auto-update of camino.mk to not check it out into mozilla/mozilla 2003-06-18 00:39:54 +00:00
nelsonb%netscape.com 1674961d5e Move declarations of NSS private functions for general names from cert.h
to genname.h, and eliminate declarations from cert.h that were also
in genname.h.  If we ever decide to make any of these functions public,
we can move their declarations back to cert.h.
2003-06-18 00:38:12 +00:00
mozilla.BenB%bucksch.org e436db5fea - License changes 2003-06-18 00:04:36 +00:00
nelsonb%netscape.com b7d5426a55 Make CERT_DecodeAVAValue take const inputs and detect NULL pointers.
Rewrite CERT_CompareAVA to compare the type OIDs first, and then if
the values are not of the same encoding, convert them before comparing.
Also, do comparisons of printableString encoding properly.  Bug 208649.
2003-06-17 23:44:14 +00:00
kaie%netscape.com 4787149b0b b=202046 Empty (inline) elements cause caret movement to fail
r=smontagu sr=kin/brendan
2003-06-17 23:41:21 +00:00
kaie%netscape.com 6b7628ab46 b=209082 Certificate viewer is broken
r=danm sr=jst
2003-06-17 23:16:23 +00:00
alecf%flett.org a4c966781c minor warnings cleanup, make a htmlStartTable() method to consolidate some code
not part of the build
2003-06-17 23:01:46 +00:00
bryner%netscape.com f933408754 Don't build nsRegionMac into the widget library, it's not needed for anything. Remove unused nsWidgetSupport.cpp. Bug 207023, r=pinkerton, sr=sfraser. 2003-06-17 22:54:50 +00:00
dbaron%dbaron.org ab76914bd5 Fix accssibility+gtk2 build bustage. 2003-06-17 22:53:26 +00:00
kaie%netscape.com f32538e3ea Follow up patch to bug 183582.
This was requested in order to get sr= for the previous checkin.
I'm checking this in as a separate step, to make the real
logic change easier recognizable.

This checkin does not change any logic.
It only moves methods around in the file.

sr=sfraser
2003-06-17 22:35:01 +00:00
rogerl%netscape.com 6991c20281 Cleanup 2003-06-17 22:29:51 +00:00
kaie%netscape.com 7f111f30fd b=183582 HTML Drop does not provide contextual info
r=jfrancis sr=sfraser
2003-06-17 22:26:07 +00:00
pschwartau%netscape.com d576c58ab8 Adding a carriage return at end of file. 2003-06-17 21:32:48 +00:00
bishakhabanerjee%netscape.com 8770abe071 modified header to print link of resultsdir to browser log 2003-06-17 21:21:33 +00:00
bryner%netscape.com 28505f8f85 Fix a debug-only crash when requesting a non-existant contractid. Bug 209680, r=dougt, sr=alecf. 2003-06-17 21:12:11 +00:00
alecf%flett.org d25cbadc23 reformat these files with 'indent' so that they are actually maintainable
not part of default build
2003-06-17 21:10:49 +00:00
mkaply%us.ibm.com 69be1db6c4 Remove --enable-plaintext-editor-only from the sample .mozconfig so we get rich text editing 2003-06-17 19:38:30 +00:00
mikep%oeone.com 2b49c15a6e Using localized text, bug 191508. 2003-06-17 19:30:59 +00:00
bryner%netscape.com ffe2e6c38d Port fix for bug 206775 (can't search NLS characters in history) to firebird. Patch by gelsoft@mx4.tiki.ne.jp. 2003-06-17 18:23:53 +00:00
timeless%mozdev.org 439ddc8bed Bug 204146 Undefined symbols during autoregistration should go to stdout
r=dougt
2003-06-17 18:19:40 +00:00
dbaron%dbaron.org 5027dbc6d2 Specify 'word-spacing: normal; letter-spacing: normal' for input and textarea so that 'word-spacing' and 'letter-spacing' on ancestors of text inputs don't mess up the spacing inside. b=209615 r=jkeiser sr=bz 2003-06-17 18:01:51 +00:00
bryner%netscape.com 868da4fa37 Remove unused content code. Bug 207021, r=jst, sr=alecf. 2003-06-17 17:53:06 +00:00
timeless%mozdev.org ded70457e1 Bug 204146 Undefined symbols during autoregistration should go to stdout
Change output for NSPR_LOG_MODULES=nsComponentManager:1 .. 4 to be useful
r=dougt
2003-06-17 17:50:00 +00:00
alecf%flett.org 0ea82c9618 just adding a '-q' to the UNZIP line - not part of the default build (this just quiets down the console spew while building the embedded client) 2003-06-17 17:23:32 +00:00
mikep%oeone.com 4b20bef77f New build. 2003-06-17 17:17:53 +00:00
mikep%oeone.com 7b2e349d56 Fixing coloring in multiweek view. 2003-06-17 17:17:44 +00:00
alecf%flett.org fca10b9dd4 fix for bug 205895 - make nsIMIMEInfo.getFileExtensions use a string enumerator, to avoid excess allocation at startup
r=bz, sr=darin
2003-06-17 17:00:40 +00:00
alecf%flett.org 5614718dd3 fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
locka%iol.ie ada2856ce5 Update xpi packages to add activex policy file and default prefs. Rewrite install.js to collapse loops down and provide better error checking & logging. b=208842 r=dbradley@netscape.com sr=alecf@netscape.com 2003-06-17 16:39:57 +00:00
jst%netscape.com b355fb1e73 Fixing typo in comment. 2003-06-17 16:30:35 +00:00
jst%netscape.com 485c87b9b6 Fixing bug 87677. Making AppendUTF[8|16]toUTF[16|8]() not copy the string twice when not needed. r=jaggernaut@netscape.com, sr=dbaron@dbaron.org 2003-06-17 16:30:17 +00:00
dbaron%dbaron.org cd4fb875a5 Rename nsILink::GetHrefCString to GetHrefUTF8 to clarify prior change in semantics. Remove duplication of code to implement it. Fix some incorrect conversions that were still assuming it was ASCII. Remove vestigial |aOuter| parameter to nsGenericHTMLElement::HandleDOMEventForAnchors. b=209566 r+sr=jst 2003-06-17 16:22:51 +00:00
sicking%bigfoot.com 18112ff43b Attempt at fixing ports bustage 2003-06-17 15:49:25 +00:00
mikep%oeone.com 4561c970b1 Fixing printing, bug 204594. 2003-06-17 14:24:05 +00:00
ccarlen%netscape.com ccfba160c9 Bug 197379 - file:// URLs using HFS paths don't work with Mach-O Mozilla. Creating a new version of nsURLHelper for OSX which handles this. Also, some correctness and commenting of corresponding code in nsURLHelperUnix.cpp. r=alecf/sr=sfraser 2003-06-17 13:55:47 +00:00
glazman%netscape.com aa9050e11d Was impossible to outdent a subset of an indented block in CSS mode
b=194963, r=kaie, sr=kin
2003-06-17 09:35:46 +00:00
glazman%netscape.com bef7afc6f3 Removing text styles in CSS mode was potentially removing too much if the styles were added in HTML mode
The fix creates a span element that will carry the inline styles and class of the HTML element to be removed, if any.
b=202037, r=kaie, sr=dmose
2003-06-17 08:45:54 +00:00
dwitte%stanford.edu 23192c33a9 fix a couple of memory leaks in DOM inspector's PNG encoder, and clean up the interface a little.
b=208704, r=biesi/caillon, sr=jst
2003-06-17 07:43:47 +00:00
scott%scott-macgregor.org 4ef5696a9e offline modifications..hook up authorURL. 2003-06-17 06:26:31 +00:00
scott%scott-macgregor.org cac8063e87 hook up the authorURL field to the extensions panel 2003-06-17 06:25:49 +00:00
bolian.yin%sun.com 1989f8da1f Remedy patch for Bug 202388, runtime switch between system prefs and mozilla prefs. The original patch got sr=alecf, r=kyle. 2003-06-17 05:52:04 +00:00
scott%scott-macgregor.org a12a6b15c6 Bug #209403 --> mail compose window needs to be able to handle a mailto url passed in as a window argument.
r/sr=sspitzer
2003-06-17 02:17:52 +00:00
scott%scott-macgregor.org 6f49b90182 Bug #209403 --> mail compose window needs to be able to handle a mailto url passed in as a window argument. 2003-06-17 02:16:57 +00:00
scott%scott-macgregor.org 9f8d332aed package extension pref UI for windows 2003-06-17 02:13:55 +00:00
scott%scott-macgregor.org 9c87c42034 collapse the privacy pref panel into the advanced panel. We may break it back out into it's own panel in the future but
for right now there are to many pref panels.

Hide Author/description labels from the extension panel until you first select an extension.
2003-06-17 02:13:32 +00:00
bzbarsky%mit.edu 943b3a9adf unescape() needs to convert from UTF-16 to page encoding properly, instead of
just using ToNewCString().  Bug 200984, r=smontagu, waldemar, sr=jst
2003-06-17 01:09:41 +00:00
sicking%bigfoot.com 301dd33090 Try to fix build bustage and also fix a couple of new warnings. 2003-06-16 23:50:40 +00:00
bzbarsky%mit.edu 9ac0623eb0 Backing out fix for bug 22480 to fix regression bug 209504. 2003-06-16 23:40:13 +00:00