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

135644 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu 0b677b9e39 First cut at not having a O(N^2) algorithm for WrappedLinesAreDirty(). Bug
263581, r+sr=dbaron
2004-11-25 02:54:58 +00:00
bzbarsky%mit.edu 1cb3693088 Add a utility method for finding the containing block to nsHTMLReflowState, and
make use of it in fixing the text-decoration drawing on blocks to deal with
negative text-indent.  Bug 263374, r+sr=dbaron
2004-11-25 02:43:28 +00:00
bienvenu%nventure.com 1be0acad76 267845 remember expand collapse state of groups when grouped by date, sr=mscott 2004-11-25 01:05:52 +00:00
brendan%mozilla.org 3fed695bed Avoid recursive death due to JS1.2 toString=>toSource combined with after-the-fact, heretofore unversioned reflection of string chars as enumerable elements (271477, r=jband). 2004-11-25 00:55:01 +00:00
bsmedberg%covad.net 8073e345f4 Add $(strip) so that if you don't specify any projects/modules things error-out properly. (bug 261232) 2004-11-25 00:42:20 +00:00
roc+%cs.cmu.edu 40a410c03c Bug 264839. Don't let columns try a line-by-line search for the optimal height if we appear to be crawling through a frame that's continuously breakable. r+sr=dbaron 2004-11-25 00:11:35 +00:00
jst%mozilla.jstenback.com 4a4daafed6 Fixing bug 268036. Make sure the global scope polluter is always installed, even on the first document load. Fixes problem with the global scope polluter not working its magic in documents opened in new tabs. r=shaver@mozilla.org, sr=brendan@mozilla.org 2004-11-25 00:00:29 +00:00
vladimir%pobox.com 86363e20d8 b=266085, nsIWritablePropertyBag interface and hashtable component implementation; r=darin,sr=shaver 2004-11-24 23:21:14 +00:00
igor%mir2.org a65d6fbe1c Fixing bug 271545: XML() should bahave exactly as XML("") 2004-11-24 23:16:38 +00:00
bryner%brianryner.com 0dedd4e02f Remove unused labels pointed out by dbaron. 2004-11-24 23:12:18 +00:00
bryner%brianryner.com 29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
bienvenu%nventure.com 103e38735d seamonkey part of fix for 269725 get new messages status needs to get displayed in window command was executed in, sr=mscott 2004-11-24 22:35:49 +00:00
mvl%exedo.nl bfc2f3909e use nsIScriptableUnicodeConverter to convert from array to string.
bug 248884, r=mostafah
2004-11-24 22:14:30 +00:00
dbaron%dbaron.org 4b47c345dd Make page up and page down leave at most two lines in common between pages. b=175380 r+sr=roc 2004-11-24 22:05:36 +00:00
mostafah%oeone.com be14f80cef Checked in attachment 166677 for bug 269009:
Make "New Calendar..." dialog more intuitive
2004-11-24 22:02:24 +00:00
mostafah%oeone.com 348673c42d Checked in attachment 166615 and 166616 for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird
2004-11-24 21:55:01 +00:00
mostafah%oeone.com 318058fefd Checked in patch for bug 269655: Error: autocomplete controller has no properties 2004-11-24 21:47:57 +00:00
dbaron%dbaron.org c0d058d767 Fix some strange behavior resulting from using arrays of arrays instead of just arrays. (These have been on gruff for ages.) 2004-11-24 21:13:51 +00:00
bsmedberg%covad.net 492b719cbf Ship files to their "old" location (en-US.jar!/locale/en-US/) at least while there are locale files
scattered around the tree. NPOB yet.
2004-11-24 21:09:58 +00:00
cbiesinger%web.de 17d0d1c095 indenting this line correctly as per 265333 review comments 2004-11-24 21:04:04 +00:00
darin%meer.net 89a327e935 fixes bug 267990 "crash [@ nsXFormsModelElement::DocumentChanged]" r=bryner 2004-11-24 20:53:26 +00:00
cltbld 6c23e0326c Fix copying Mac language pack XPIs into proper directory. Add comment to
post-mozilla-rel.pl discouraging placing any code in a Mac conditional.
(cmp)
2004-11-24 20:49:46 +00:00
darin%meer.net 898bfde5e8 fixes bug 265216 "Tracking bug for XForms Group Module" patch by allan@beaufour.dk r=bryner 2004-11-24 20:47:23 +00:00
bsmedberg%covad.net 30fd3c6d9a Whack-a-mole. Since SeaMonkeyAll can appear more than once, make sure we only check it out once. Reported by tor 2004-11-24 20:44:41 +00:00
cltbld 72a6f3a384 Automated update from host egg 2004-11-24 20:44:06 +00:00
smontagu%smontagu.org 29b50362f0 Crash clicking links with non-ASCII character. Bug 271196, r+sr=darin. 2004-11-24 20:43:58 +00:00
bsmedberg%covad.net 2fadece7f2 Make MOZ_UI_LOCALE available to the build system, merge from aviary branch. See bug 271324 2004-11-24 20:35:50 +00:00
cltbld 21594005ea Make locale log files flush on every write. (cmp) 2004-11-24 20:31:52 +00:00
bsmedberg%covad.net 16048c614e Remove warning I used for debugging. 2004-11-24 20:27:34 +00:00
cbiesinger%web.de 20c8faa3ce 265333 make gtkmozembed use nsIWebBrowserStream instead of implementing that
functionality itself
r=marco sr=darin
2004-11-24 20:27:24 +00:00
shaver%mozilla.org 3f1e669858 add GET_string and PUT_string helpers 2004-11-24 20:24:03 +00:00
bsmedberg%covad.net 2816f3307e Fix the problem with initial checkouts, see https://bugzilla.mozilla.org/show_bug.cgi?id=261232#c29
This was caused by a sticky tag left over from the LDAP checkout step, which wasn't
getting cleared properly when checking out SeaMonkeyAll. Moving SeaMonkeyAll to
the end of the checkout list fixes the problem. r=cmp
2004-11-24 20:19:33 +00:00
cbiesinger%web.de f37a493b22 Bug 223310 use nsIObserver rather than nsIDOMWindowInternal in nsIKeygenThread.
r=jgmyers sr=darin
2004-11-24 20:17:25 +00:00
bienvenu%nventure.com 95479ffa2c fix 266893 rss feeds stop working if .msf file deleted sr=mscott 2004-11-24 18:56:20 +00:00
scott%scott-macgregor.org f088f54df3 Bug #267665, Bug #260836 --> TB0.9 does not do proxy authentication for RSS feeds
RSS feeds which require HTTP authentication are rejected as invalid

Re-work the docshell auth prompt logic to disable prompts for any url running in chrome unless the chrome window
explicitly sets allowAuth on its docshell.

r=darin
sr=jst
2004-11-24 17:45:44 +00:00
bsmedberg%covad.net 351a0623ea Merge XULPPFLAGS patch from the aviary branch, overarching bug is 271324. 2004-11-24 16:01:03 +00:00
bsmedberg%covad.net f37ad6f50d Merging toolkit/locales from the branch to the trunk. This does *not* include files that will end up in netwerk/locales, dom/locales, or security/manager/locales 2004-11-24 15:55:31 +00:00
bzbarsky%mit.edu 9caafdc4d5 Fix bogus assumptions in inspector that can lead to crashes. Bug
270771. r=timeless, sr=jst
2004-11-24 15:55:06 +00:00
igor%mir2.org b00883eb33 Test for bug 271545 2004-11-24 15:30:38 +00:00
pinkerton%aol.net 0b4f19365d add "Empty Cache" item to camino menu that just empties the cache, nothing
more.
2004-11-24 15:23:38 +00:00
pinkerton%aol.net 94794728bc add "open in tabs" to folders in menu (bug 174822) 2004-11-24 15:00:16 +00:00
roc+%cs.cmu.edu 917ba5cead Bug 269905. Remember emptiness state on line boxes, but be selective about to to minimize the invalidation burden. r+sr=dbaron 2004-11-24 13:22:10 +00:00
igor%mir2.org ae04809e92 I added DebuggableScript to javadoc list and fixed javadoc warnings about its documentation comments. 2004-11-24 10:38:40 +00:00
igor%mir2.org 14d93f1038 I added debug API to get names of parameters or variables from DebuggableScript. 2004-11-24 10:03:14 +00:00
shaver%mozilla.org 2ec8d67455 ICS serialization, plus basic component construction and connection 2004-11-24 08:51:07 +00:00
psychoticwolf%carolina.rr.com 38ed024067 Bug 247409 Developer Comments. Bug 247144 Make Comments/Ratings Not Suck. 256485, More-Info should filter and not use vID. Bug 258307 URLs need to maintain vars w/o using sessions. Bug 258580. Bug 260880. and Bug 266207, Browser Detection Sucks. 2004-11-24 08:24:07 +00:00
dbaron%dbaron.org 0c6b25c2bf Update for bsmedberg's client.mk changes. 2004-11-24 05:07:43 +00:00
darin%meer.net 350d084828 fixes bug 270345 "nsIDocShellTreeItem's parent and treeOwner attributes are not scriptable" r=biesi sr=bzbarsky 2004-11-24 04:56:49 +00:00
darin%meer.net 35a099dea2 fixes bug 236365 "ftp date is off by one year" patch by lucasbz@negaverse.org r=darin sr=bzbarsky 2004-11-24 04:55:42 +00:00
dbaron%dbaron.org e0abc0e1ff Only make Tp a link when TestsPhoneHome is set. 2004-11-24 04:39:47 +00:00