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

133140 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com 60809809d5 HPUX aCC A.01.21 can't deal with the literal string template, so disable it, at least for this compiler version. Bug 239465, r=dbaron. 2004-09-05 22:55:34 +00:00
p_ch%verizon.net edeb53d6c0 Bug 258110: getShellService() doesn't return null on OS X / Default browser box is shown on OS X.
Do not load the Shell Service on Mac + typo correction. r=bryner
2004-09-05 22:00:05 +00:00
bryner%brianryner.com 6b2f8733f0 Provide an inline implementation of private operator new and delete, for compilers that think they need the definition. Fixes AIX and probably IRIX bustage. 2004-09-05 21:29:45 +00:00
locka%iol.ie 5a1fc34073 More build bustage, replace IID_IHTMLDOMNode with __uuidof(IHTMLDOMNode) 2004-09-05 20:36:30 +00:00
neil%parkwaycc.co.uk 6dc8aa06a7 Fix various help glitches b=257507 p=giacomo.magnini@portalis.it r=me 2004-09-05 20:23:03 +00:00
locka%iol.ie 7c925fef04 More build bustage fixes. Remove IID_IHTMLDOMNode in favour of __uuidof(IHTMLDOMNode) 2004-09-05 20:17:22 +00:00
neil%parkwaycc.co.uk dfc7575a70 Bug 257342 Update help for advanced preferences p=stefan_h@hem.utfors.se r=me 2004-09-05 20:05:53 +00:00
locka%iol.ie 1e4a7dfa5c Build bustage fix. Workaround arcane Platform SDK used by tinderboxen by redefining interface. We need to use a more modern SDK! 2004-09-05 20:03:06 +00:00
bsmedberg%covad.net 02debee4e5 Typo from bug 252941, patch by ajschult, r+a=me 2004-09-05 19:39:02 +00:00
bryner%brianryner.com 708eab16dc Bustage fix for HPUX (bug 239465) - |explicit| may only be used for converting constructors. r=dbaron. 2004-09-05 19:13:25 +00:00
neil%parkwaycc.co.uk c2a2a9a45d Bug 257671 gDownloadView.view has no properties if download manager is empty p=f.qu@laposte.net (Florian Queze) r=varga sr=me 2004-09-05 15:41:10 +00:00
locka%iol.ie 5015eff94e NOT PART OF BUILD. DevStudio .NET 2002 project file. 2004-09-05 15:03:51 +00:00
locka%iol.ie 5071aa3295 Implement IHTMLDomNode and IHTMLButtonElement interfaces on IE DOM. Checkin on behalf of atremon@elansoftware.com r=adamlock sr=jst b=238786 2004-09-05 14:44:07 +00:00
locka%iol.ie e9292967e0 Adding implementation of IHTMLButtonElement. Checkin on behalf of atremon@elansoftware.com r=adamlock sr=jst b=238786 2004-09-05 14:40:56 +00:00
cbiesinger%web.de 50c9dd3919 Bug 257948 remove #endif w/o matching #ifdef from idl files
r=dveditz sr=neil
2004-09-05 13:29:58 +00:00
cbiesinger%web.de c3d23a6ea2 Bug 258014 make @param names match function signature
r+sr=darin
2004-09-05 13:25:51 +00:00
cbiesinger%web.de 9a367ee238 Bug 258035 document port argument of nsIDNSRecord::getNextAddr
r+sr=darin
2004-09-05 13:20:59 +00:00
ian%hixie.ch 2f4c3f7f1d Try to handle the disappearing connection problem for the common case. 2004-09-05 11:34:46 +00:00
jst%mozilla.jstenback.com 64a8f1675a Fixing typos in comments, and a adding a change that got lost in the merge of the patch for bug 252326 when it was merged from the aviary branch. 2004-09-05 08:24:29 +00:00
dbaron%dbaron.org 9115c5a045 Rev IID of nsIDOMNSCSS2Properties. (Pointed out by darin.) b=72747 2004-09-05 04:11:09 +00:00
bryner%brianryner.com 39a03b044b Don't try to build an empty library (on platforms where this is no shell service impl). Bug 252207. 2004-09-05 03:40:59 +00:00
bryner%brianryner.com 71169c604e browser/app expects document.png to be present for both gtk1 and gtk2. Bug 252207 2004-09-05 03:39:06 +00:00
dbaron%dbaron.org 3827991ce7 Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc 2004-09-05 00:04:04 +00:00
dbaron%dbaron.org cb5add0739 Land bug 72747 in pieces: Implement scrolling='yes' (and equivalents) on frames and iframes. b=72747 r+sr=roc 2004-09-04 23:03:04 +00:00
cbiesinger%web.de d0ebb5abbb fixing ViewWrapper leaks introduced by bug 250342 checkin, r+sr=dbaron 2004-09-04 21:30:18 +00:00
jst%mozilla.jstenback.com 7ab6d0081b Forgot to land this as part of bug 252326. 2004-09-04 21:07:38 +00:00
jst%mozilla.jstenback.com 150db5f1ed Fixing build bustage. 2004-09-04 20:45:18 +00:00
dbaron%dbaron.org 9984902fd6 Land bug 72747 in pieces: Simplify the mechanism used to prevent framesets from having scrollbars. b=72747 r+sr=roc 2004-09-04 19:51:21 +00:00
jst%mozilla.jstenback.com 51fd4d10d8 Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com 2004-09-04 19:28:46 +00:00
ian%hixie.ch 59864662c9 Admin Told sub was returning the wrong thing in many cases (removes some console error messages.) 2004-09-04 18:48:28 +00:00
ian%hixie.ch 2abd9ca6c4 Actually _check_ to see if something went wrong when writing the second file -- not much point saving the original configuration file if we don't check for errors while updating it. Should (who knows) fix bug 254019. 2004-09-04 17:56:13 +00:00
ian%hixie.ch 4141f5183c Fixing bug caused by buggy Net::IRC 0.75 code. See bug 245424. Thanks to mh for the hint of where to look. 2004-09-04 17:43:58 +00:00
kjh-5727%comcast.net a54ef00ca4 Bug 84430: Unclosed CDATA sections get dropped.
Patch by Blake Kaplan (mrbkap@rice.edu), r/sr=bzbarsky.
2004-09-04 17:21:51 +00:00
cbiesinger%web.de db70e63d2a fixing gcc 3.4 bustage (removing extra semicolon) 2004-09-04 17:20:00 +00:00
ian%hixie.ch 863532582e Rude is no longer that useful, but is left here for posterity's sake. Add a comment noting the demise of its servers. 2004-09-04 16:30:13 +00:00
ian%hixie.ch 07244d9ddd God should also do autovoice. Add a comment to this effect. (Actually it should do a lot more, see bug 240259) 2004-09-04 16:26:56 +00:00
ian%hixie.ch 83216e442c Make mozbot more resilient to database problems: It will now try to reconnect if some of the database things fail. Also, add a comment about a missing feature (multiple server support would rock). Mention why we ignore errors at one point. Finally, remove the event argument from one of the methods since it didn't use it nor need it. 2004-09-04 16:22:37 +00:00
bmlk%gmx.de a6249cf9b7 1. enhancement of the debug code so that coltypes become visible
2. remove the isanonymous flag which is unused
3. make the col dump routine #ifdef DEBUG
4. stop to defer the appending of the colgroup frame. bug 248474 r/sr=bzbarsky
2004-09-04 16:02:50 +00:00
cbiesinger%web.de 6fef9f4542 Bug 250342 Views should not inherit from nsISupports
r+sr=roc
2004-09-04 15:49:20 +00:00
cbiesinger%web.de a8ded9cfe0 Bug 257920 remove unused nsIClipView
patch by Chris Thomas <cst@andrew.cmu.edu> r+sr=roc
2004-09-04 15:45:02 +00:00
peterv%propagandism.org 82742aad12 Fix for bug 221365 (Shockwave plugin does not work on Mac (app needs vers resource)). r/sr=jst/bryner. 2004-09-04 13:33:59 +00:00
jocuri%softhome.net 9d1358d94f Patch for bug 253308: Mention the Scmbug integration system in documentation; patch by Kristis Makris <mkgnu@gmx.net>; r=vladd, a=justdave. 2004-09-04 09:27:15 +00:00
jocuri%softhome.net c9ec78f545 Bug 250591: Conversion of boolean conditions in SQL statements for better db independence (take 2); patch by David Lawrence <dkl@redhat.com>; r=vladd, a=justdave. 2004-09-04 09:15:05 +00:00
dbaron%dbaron.org ee55fda1f1 Back out previous round of bug 72747 changes due to Tp regression. 2004-09-04 08:34:55 +00:00
dbaron%dbaron.org fff31dd733 Land bug 72747 in pieces: Add default constructor for ScrollbarStyles. b=72747 r+sr=roc 2004-09-04 07:35:12 +00:00
dbaron%dbaron.org cc5c573459 Land bug 72747 in pieces: Change types on ScrollbarStyles from PRInt32 to PRUint8. b=72747 r+sr=roc 2004-09-04 07:02:46 +00:00
dbaron%dbaron.org 31bf95ea38 Land bug 72747 in pieces: Simplify the mechanisms used to prevent framesets from having scrollbars and used to implement the scrolling attribute on frames and iframes. Implement scrolling='yes'. b=72747 r+sr=roc 2004-09-04 06:53:36 +00:00
dbaron%dbaron.org a8633dbceb Back out text input changes from bug 72747. 2004-09-04 03:49:25 +00:00
dbaron%dbaron.org 9a61205ad8 Back out text input changes from bug 72747. 2004-09-04 03:17:18 +00:00
scott%scott-macgregor.org 3a718c5926 Thunderbird gets confused with Planet Mozilla feed 2004-09-04 00:07:45 +00:00