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

85102 Коммитов

Автор SHA1 Сообщение Дата
peterlubczynski%netscape.com 057abb750e Trying to fix Fizilla (again) 2001-06-30 19:07:09 +00:00
bryner%uiuc.edu d43e30645b checking in for jag.
Bug 88413 -- replace nsString::GetUnicode() with get().  r=dbaron, rs=scc.
2001-06-30 18:04:39 +00:00
peterlubczynski%netscape.com 2eb4f41a15 Attempting to fix plugin Fizilla bustage 2001-06-30 17:58:32 +00:00
sicking%bigfoot.com 1e9e8d8f00 Removing unused (and bitrotted) tests.
Not part of the build.
r=peterv, no bug
2001-06-30 17:51:47 +00:00
peterv%netscape.com e65f08b9fe Fix for bug 83589 (Doing a commercial build clobbers DefinesOptions.h, forcing an entire rebuild). We now have separate headers for the optional defines for mozilla/commercial and debug/optimized. sr=sfraser. 2001-06-30 17:10:55 +00:00
peterlubczynski%netscape.com 1bebed0684 Fixing callbacks for Mac plugins and OS X bug 85334 r=bnesse sr=attinasi 2001-06-30 16:42:07 +00:00
jaggernaut%netscape.com 4f0979749d Temporarily backing out the changes for bug 70048. 2001-06-30 16:26:23 +00:00
wtc%netscape.com cab7ee91e0 Bugzilla bug 88535: Use _OPTIMIZE_FLAGS and _DEBUG_FLAGS instead of
OPTIMIZER on Windows.  Set OPTIMIZER to _OPTIMIZE_FLAGS or _DEBUG_FLAGS.
Modified files: configure configure.in
2001-06-30 15:06:26 +00:00
peterv%netscape.com be9c7685a6 Fix for bug 83589 (Doing a commercial build clobbers DefinesOptions.h, forcing an entire rebuild). We now have separate headers for the optional defines for mozilla/commercial and debug/optimized. sr=sfraser. 2001-06-30 14:30:54 +00:00
peterv%netscape.com 70353aa937 Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102.
Lexer changes by Pike, parser and expressionclasses changes by me.
r=peterv Pike(on my code) me(on pikes code), sr=jst
2001-06-30 13:57:27 +00:00
sicking%bigfoot.com fb698962a7 Rewrite of XPath Lexer and Parser. Also implement the remaining XPath features (Unary minus and processing-insruction(Literal)). Bug 75102.
Lexer changes by Pike, parser and expressionclasses changes by me.
r=peterv Pike(on my code) me(on pikes code), sr=jst
2001-06-30 13:54:38 +00:00
pete%alphanumerica.com 98341fcf19 Fix for nsIFile IsSpecial. r=dougt sr=jst b=82205
Checking this in for tenthumbs.

--pete
2001-06-30 13:30:32 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
jaggernaut%netscape.com 9414224c97 Hopefully fix a whole lot of ports bustage here. (Known) scope issue on some compilers with variables declared in |for|. 2001-06-30 10:32:01 +00:00
jaggernaut%netscape.com 2e7d568b55 Fix senna bustage (REQUIRES += xuldoc) 2001-06-30 09:57:59 +00:00
ben%netscape.com 5aeb2ae9a7 [not part of build]
Add readme file with build instructions.
2001-06-30 07:07:56 +00:00
jaggernaut%netscape.com 02589dd8b8 Bug 70048: ``Text of modifiers on accelerators can't be localized''.
Patch by lordpixel@mac.com, jag. r=jag,lordpixel, sr=ben.
2001-06-30 06:54:44 +00:00
mcafee%netscape.com a2c79ac87f Yanking dead code (40738). patch=timecop, r=mcafee 2001-06-30 06:33:18 +00:00
ben%netscape.com 50334e7566 [Not part of build]
- more preferences dialog work - making a preferences panel class for
  handling of loading data from preferences and saving it again.
- preferences category tree generation from XML
- general tidy up.
- making Quit work properly so that we can shut down cleanly.
2001-06-30 06:31:59 +00:00
bstell%netscape.com 566be413ad bug 85059, r=ftang, sr=alecf, PDT+
if the user defined font fails to load, point to an empty
char map instead of a null pointer.
2001-06-30 05:37:56 +00:00
jgaunt%netscape.com 0289b50d95 Attempt to clear up orange 2001-06-30 04:49:25 +00:00
jaggernaut%netscape.com daac6be6f2 Fix senna bustage (REQUIRES += nkcache) 2001-06-30 04:48:11 +00:00
waldemar%netscape.com f0b256cbda Changed instanceof to is and removed no-line-break constraint after use 2001-06-30 02:29:52 +00:00
waldemar%netscape.com 5345e3b790 Added 'is' reserved word 2001-06-30 02:29:08 +00:00
depstein%netscape.com 09ad9f92fd removing files in /qa_mfcembed and subdirs. This qa tool is obsolete. 2001-06-30 02:02:30 +00:00
kmcclusk%netscape.com efed793c3e Delay the dynamic lowering of the interval when interrupting parsing for 2 seconds. bug 76722 sr=attinasi@netscape.com, r=harishd@netscape.com 2001-06-30 01:58:38 +00:00
jgaunt%netscape.com 1bbdfc6534 proper fixage of the bustage -- SUB_LIBRARIES in windows 2001-06-30 01:33:37 +00:00
jgaunt%netscape.com 756089553f fixing build bustage on win 2001-06-30 01:20:33 +00:00
ben%netscape.com 2402178657 [Not part of build]
- center dialogs via new ManticoreDialog intermediate
- preferences dialog
- add project, resource and solution files for MSVC7
- coalesce namespaces for files and classes in subdirectories to
  be the subdirectory name
- support pref branch creation
- initial bookmarks work.
2001-06-30 01:11:21 +00:00
morse%netscape.com 868cdf9cc6 still trying to back out last change and get back to version 1.287 2001-06-30 00:38:31 +00:00
morse%netscape.com f41f7dacbf backing out last change -- was intended for branch bug got checked into trunk by accident 2001-06-30 00:32:42 +00:00
morse%netscape.com db9eb4088f bugscape 4428, launch what's-New, r=bnesse, sr=alecf, a=chofmann 2001-06-30 00:27:31 +00:00
depstein%netscape.com 39021ed18b Updated nsIRequest methods; added nsIStreamObserver implementations 2001-06-30 00:26:31 +00:00
jgaunt%netscape.com 07868cf706 bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
r= lots, see bug
2001-06-30 00:25:09 +00:00
jst%netscape.com f68c9d6d5d This change was left out by mistake when fixing bug 81290 last night, sr=vidur@netscape.com, r=harishd@netscape.com 2001-06-30 00:19:18 +00:00
mscott%netscape.com 033f7a0696 Bug #74139 --> persist the "brief" view in the message pane
r/sr=hewitt, sspitzer
2001-06-30 00:16:19 +00:00
naving%netscape.com ea2abbbe6c 52564 r=racham sr=sspitzer; make the UW:IMAP new folder dialog display the contents
fully.
2001-06-30 00:10:24 +00:00
oeschger%netscape.com 588f2644cc context sensitive 'key' addition, r=cotter, sr-less dispensation per 85925 2001-06-30 00:01:04 +00:00
waterson%netscape.com e9ee70562c Bug 87381. Remove extra dirty reflow when BRS_ISINLINEINCRREFLOW. r=rbs, sr=attinasi. 2001-06-29 23:30:05 +00:00
waterson%netscape.com a1374d244f Bug 84645. Put back logic that fixes |parentFrame| for continuations. r=rbs, sr=attinasi/hyatt. 2001-06-29 23:28:13 +00:00
dbaron%fas.harvard.edu d5460d02ef Remove nsCStringKey-related bustage fixes from this morning that are no longer needed. r=jaggernaut sr=waterson b=88411 2001-06-29 23:16:52 +00:00
dbaron%fas.harvard.edu d4fabc2675 Add hack to make functions that used to work with nsXPIDLString continue to work now that nsXPIDLString inherits from nsAString by adding inline methods to resolve ambiguity for compilers that don't support |explicit|. r=jaggernaut sr=waterson b=88411, 88420 2001-06-29 23:12:48 +00:00
dbaron%fas.harvard.edu d966f7df44 Make ns[C]StringKey cooperate better with new string classes (although it doesn't participate in sharing). When created (non-cloned) from a flat string it will be dependent (as it was when created from ns[C]String), but it will copy non-flat strings. b=88411 r=jaggernaut sr=waterson (Complete comment for previous checkin.) 2001-06-29 23:09:38 +00:00
dbaron%fas.harvard.edu 5abb921f98 Make ns[C]StringKey cooperate better with new string classes (although it doesn't participate in sharing). When created (non-cloned) from a flat string it will be dependent (as it was when created from ns[C]String), but it will copy non-flat strings. 2001-06-29 23:08:23 +00:00
vidur%netscape.com 9a358b6df4 Fix for bug 81253. We now sniff upto the first 2k of the first buffer of any HTML stream, looking for a META tag with charset information. If charset information is found, we use it for unicode conversion. This deals with the bulk of cases where we used to do a reload based on charset information in the document. In the worst case (if charset information exists but isn't found during sniffing) we fall back to the reload case. This fix improves initial page load performance for pages with a charset. Degradation in performance for pages loaded out of the cache is still being investigated. r=harishd, sr=waterson 2001-06-29 22:56:58 +00:00
naving%netscape.com d626846739 88442 make the draft save again on imap folder;
checking in for bienvenu; r=naving
2001-06-29 22:54:37 +00:00
waterson%netscape.com 4344e83962 Bug 87215. Make jprof work right with the static build. r=cls, sr=leaf 2001-06-29 22:45:45 +00:00
jst%netscape.com b0304d8e85 Fixing bug 81290. The element.offsetXXX properties contained incorrect values when the element is positioned, or a child of a positioned element, this made these properties kinda useless since we were nowhere close to IE wrt the values of these properties. r=pollmann@netscape.com, sr=vidur@netscape.com 2001-06-29 22:44:20 +00:00
waterson%netscape.com c47e29468b Bug 87229. Replace giant switch statements with bit-ops and jump tables where appropriate. r=attinasi, sr=hyatt 2001-06-29 22:42:46 +00:00
nhotta%netscape.com cd90bee37e Changed to get a pref "general.useragent.locale" instead of using the locale service, bug 87880, r=ftang,matt, sr=alecf. 2001-06-29 22:22:52 +00:00