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

138107 Коммитов

Автор SHA1 Сообщение Дата
mozilla.mano%sent.com 5ea9ad664e Bug 269644 - Checkmark indicating active window in Window menu only shows on second access. Patch by Mike Calmus <mcalmus@nyx.net> r=mconnor 2005-02-06 17:42:55 +00:00
cbiesinger%web.de 754fca8252 more consistency with other such comments 2005-02-06 12:59:37 +00:00
cbiesinger%web.de c4de65fb23 make this comment consistent with nsITransfer.idl 2005-02-06 12:42:07 +00:00
cbiesinger%web.de d630a9a4c1 Bug 269661 make libpref not depend on caps
r=caillon sr=dveditz
2005-02-06 12:39:31 +00:00
smontagu%smontagu.org 1a4516c4c5 Bug 216399: Allow custom button labels in xpinstall dialogs, patch by Jens Bannmann <jens.b@web.de>, r=cbiesinger/dveditz, sr=dveditz 2005-02-06 12:05:03 +00:00
dwitte%stanford.edu c59255018d tidy up popup blocker code. b=279710, r+sr=dveditz. 2005-02-06 08:29:38 +00:00
dwitte%stanford.edu 193a359a53 tidy up popup blocker code.
b=279710, r+sr=dveditz.
2005-02-06 08:25:40 +00:00
cmp%mozilla.org 6e03744834 In showbuilds.cgi, capture some changes I've made on mecha that I want to
keep in CVS:

  * Clean up rules, sheriff, and status messages so they don't
    automatically stick a break at the end of the text.  Tinderbox page
    admins should manage that directly.  Also trim the text up to avoid
    extra whitespace triggering inclusion of the text.

  * In the who/guilty column, only pass the "above-build-time" in to
    who_menu() when we're not in the first row.  If we are in the first
    row, then pass in undefined.  Previously, we passed this value in
    regardless and the top row of committers would end up with a non-
    sensical commit range.  This fixes that problem.

  * Add build start, end, and elapsed time where possible.  This is wrapped
    in an always-true conditional in case we ever need to turn it off or
    decide we want to trigger this behaviour through a config parameter.

  * In who_menu, properly handle when an undefined value is passed in
    for $maxdate.  Assume that one won't be given and then append it to the
    href string if it is given.

  * Add the supporting JavaScript code for the start, end, and elapsed time
    work.

      * This code gracefully handles the case that no time_info or elapsed
        time info is given by just not including that information in the
        pop-up window.

      * Some functions are included here for archive's sake.  My earlier,
        non-committed implementation did more work in the JS itself but I
        later moved most of it into the Perl code to simplify things.

      * I used this opportunity to do general clean-up on the blurb text
        so that the two separate codepaths (based on the availability of
        layers) are more unified.
2005-02-06 07:06:45 +00:00
cmp%mozilla.org d696d9d141 Adding 5 subroutines to be used in showbuilds.cgi:
* is_today() checks if a time_t value occurs on the same day as now.

  * both_are_today() checks that two time_t values occur on the same day as
    now (by calling is_today() for both).

  * get_local_hms() parses a time_t value and returns either a string in
    the format of "HH:MM" or "mm/DD HH:MM".

  * get_time_difference() takes two time_t values and returns a human-
    readable string describing the amount of time by which they differ.

  * format_time_difference() does the string work necessary for
    get_time_difference() and is called by that subroutine.
2005-02-06 06:47:13 +00:00
cltbld 7a8600c455 Revision 1.291 introduced a change to the way the profile directories were
searched for (via internal glob) that the log shows was intended to be
reversed in revision 1.293.  With 1.293, building Thunderbird (aviary1.0.1
+ trunk) got an orange testfailed build result.

This revision fixes a bug introduced in 1.293 that removed the globbing.
With this change I can now build Thunderbird on crazyhorse and get green.
(cmp)
2005-02-06 06:05:25 +00:00
robert%accettura.com 999cd7a68f - Implemented UI for "Agregate" aka count
- Enabled abillity to drill down and for agregate query
- default to DESC when viewing results (makes more sense since that's what people expect).

Not part of build.  No bug.
2005-02-06 05:52:25 +00:00
dougt%meer.net a4d8546b1e Fixes 280243. WinCE build support. Disabling helper application on WinCE. r=bryner. 2005-02-06 03:52:47 +00:00
dougt%meer.net 8da7273dd0 Fixes 280246. WinCE build support. r=bryner 2005-02-06 03:48:19 +00:00
jshin%mailaps.org fd52070da3 bug 280007 (pt2) : fix a minor problem in firefox help. add a sentence about 'other languages' to the explanation of the font configuration (r=steffen.wilberg) 2005-02-06 03:26:46 +00:00
jshin%mailaps.org ddcb57817b bug 280007 (pt1) : replace 'Unicode' with 'Other Languages' in font. pref. panel (r=smontagu, sr=dbaron) 2005-02-06 03:23:27 +00:00
igor%mir2.org 7ef36e99a0 I removed unused Context argument from various SomeObject.init methods to decrease code bloat. 2005-02-06 01:56:46 +00:00
bryner%brianryner.com 75fb446b2c Finish REQUIRES cleanup for Thunderbird. Compiles on all platforms. 2005-02-06 01:18:32 +00:00
igor%mir2.org 26f82f20b1 I chaged JavaAdapter to store ContextFactory in the proxy object directly instead of extracting it from scope. It ensures that the proper factory is used to reenter Context objects even if scope stored in the adapter is manipulated and no longer contains the reference to factory. 2005-02-06 01:14:24 +00:00
cltbld a0bed70a5b Merge in build-seamonkey-util.pl changes on beast.
* Add initial work to save build directories after the build is complete.
  * Add more diagnostic messages to track build's progress.
  * Bug fix for startup performance tests on Windows platforms.
  * More fixes for CodesizeManifest tests.
(cmp)
2005-02-05 23:46:18 +00:00
cbiesinger%web.de fd4413fded Bug 234695 nsGlobalHistory::GetNow should use PRTime instead of PRInt64
patch by Son Le <son.le0@gmail.com> r=biesi,mconnor
2005-02-05 20:17:23 +00:00
cbiesinger%web.de 2921f451df forward-declare nsIDocShell rather than including the header. 277329 r=roc sr=bz 2005-02-05 18:17:10 +00:00
cbiesinger%web.de 7e67502a15 describe location properties better. 157004 r+sr=jst 2005-02-05 18:12:50 +00:00
aaronleventhal%moonset.net 94d920a829 Bug 280293. Fix O(n^2) DOM tree walking algorithm in nsAccessibleTreeWalker that resulted from use of domNode->GetNextSibling() instead of content->GetChildat(index). verbal r=timeless, sr=bz 2005-02-05 17:03:38 +00:00
aaronleventhal%moonset.net d91c1d95c0 Backing out fix for bug 249136 because it caused bug 279285 2005-02-05 17:00:46 +00:00
erik%vanderpoel.org 3d05902789 now using short tags like <b> and CSS instead of <font color=...>;
this chops the output size in half
2005-02-05 16:30:04 +00:00
cvshook%sicking.cc 24807445d3 Last checkin was for bug 248179 2005-02-05 13:53:11 +00:00
cvshook%sicking.cc 2cea584a1e Use a better sourcelevel when setting charset through xsl:output element. Also make sure to use the proper form when setting the charset.
r/sr=bz
2005-02-05 13:47:43 +00:00
cvshook%sicking.cc eee389b387 Give XSLT transformed documents a container so that events and focus work properly. Bug 236596.
r/sr=peterv
2005-02-05 13:41:00 +00:00
dveditz%cruzio.com 77b32db259 bug 280056 prevent javascript: url dropping r=jst, sr=mkaply 2005-02-05 09:09:20 +00:00
smfr%smfr.org f928b73a43 Add some code to copy bad history files to history_BAD-N.dat for debugging bug 280342. 2005-02-05 06:53:37 +00:00
cltbld 3395b05daa Only create the <platform>-xpi directories if they're needed. (cmp) 2005-02-05 06:48:06 +00:00
dbaron%dbaron.org b539b417c3 More documentation and a little cleanup. b=281113 r+sr=bzbarsky (and for the previous comment change too) 2005-02-05 05:24:21 +00:00
travis%sedsystems.ca ac18b8d6d5 Bug 258494 : checksetup fails with out-of-sync DBD::mysql modues - document fix and workaround
Patch by Shane H. W. Travis <travis@sedsystems.ca>  r=justdave
2005-02-05 04:31:46 +00:00
mats.palmgren%bredband.net 95059bd9df Don't page-break before or after a repeated frame. b=278983 r+sr=bzbarsky 2005-02-05 04:23:52 +00:00
mats.palmgren%bredband.net 47534ed5dd Use GetPrimaryFrame() instead of GetFormControlFrame(). b=279682 r+sr=bzbarsky 2005-02-05 04:13:29 +00:00
bzbarsky%mit.edu bd4dc26c01 Remove some synch flushes in listbox that caused reflow from inside frame
construction.  Bug 280754, r=dbaron. sr=neil
2005-02-05 03:32:17 +00:00
bzbarsky%mit.edu cdc589d7c1 Make sure to not reenter painting while the mRecursiveRefreshPending flag is
still set.  Bug 278811, r+sr=roc
2005-02-05 02:47:26 +00:00
wtchang%redhat.com 9381f49b94 Bugzilla Bug 280984: need to pass the L_IGNOREUNLOAD flag to loadquery so
that shared libraries that have been dlclose'd but with nonzero ref count
will be listed.  Also use function address test, which is more reliable
than file name test.  The patch is contributed by Philip K. Warren (IBM)
<pkwarren@gmail.com>. r=wtc.
2005-02-05 01:56:54 +00:00
wtchang%redhat.com 3e7ddbbd34 Bugzilla bug 193164: Make nsinstall use absolute symlinks by default when
building NSS for Mozilla on Mac OS X. r=cmp@mozilla.org.
2005-02-05 01:43:09 +00:00
wtchang%redhat.com a8d86e332d Bugzilla Bug 193164: do not use nfspwd.pl, which only works on the old
Netscape corporate network. r=cmp@mozilla.org.
2005-02-05 01:35:47 +00:00
dbaron%dbaron.org 844ed1c45c Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless 2005-02-05 00:49:25 +00:00
shaver%mozilla.org 6ced910af8 bug 278019: prevent crash after secure->insecure transition, r=jst,sr=bryner 2005-02-04 23:47:18 +00:00
pkw%us.ibm.com fcdcd56ac3 Bug 244834 - Table width changes in table properties are not applied.
r=brade@comcast.net, sr=neil.parkwaycc.co.uk@myrealbox.com
2005-02-04 23:33:16 +00:00
pedemont%us.ibm.com dfe140175e Bug 256911 - Implement weakref support for SetWebBrowserChrome. r=darin, sr=shaver 2005-02-04 23:32:32 +00:00
marco%gnome.org 031e38cf95 Make uris in the form
moz-icon://file://C:/foo/bar.exe?size=16
work again.
Bug 233461 r=biesi sr=blizzard
2005-02-04 23:22:57 +00:00
erik%vanderpoel.org bfe261fc80 oops, must not look for / in unquoted attribute value 2005-02-04 23:12:59 +00:00
mats.palmgren%bredband.net 4474d25063 Make assignments to DOM 'selectedIndex' change the focused index for lists/comboboxes. b=279868 r+sr=bzbarsky 2005-02-04 22:56:13 +00:00
timeless%mozdev.org d1c6b9be63 replacing fancy bullets (which chardet incorrectly guesses is a chinese character) with asterisks
sr=smfr
not part of the build (the ifdef isn't defined)
2005-02-04 22:15:08 +00:00
bugzilla%arlen.demon.co.uk 941c2c1bc0 Bug 221261 glossary has glaring omissions: [http, smtp, gopher, irc, socks], [uri, iri], [xslt], [idn]
p=rj.keller@beonex.com/stefan_h@hem.utfors.se r=me
2005-02-04 22:02:05 +00:00
mats.palmgren%bredband.net 0093e7e682 If text is scrolled out-of-view to the left and there is room for it to be visible then scroll it in to view. b=268352 r+sr=bzbarsky 2005-02-04 21:56:07 +00:00