Commit Graph

161681 Commits

Author SHA1 Message Date
beng%bengoodger.com
6a815cf310 build bustage fix... 2006-06-27 23:14:54 +00:00
darin%meer.net
e2de5b18a2 removing unintended printf 2006-06-27 23:14:50 +00:00
darin%meer.net
edc7e0ce24 fixes bug 332730 "lock reentrancy through nsCacheEntryDescriptor::Close (deadlock)" r=biesi sr=bzbarsky 2006-06-27 23:13:48 +00:00
mattwillis%gmail.com
4b77a427c8 adjust packing path 2006-06-27 23:07:13 +00:00
tor%cs.brown.edu
8b3428ca1a Bug 342542 - Repair textPath from bug 342200. r=longsonr, sr=roc 2006-06-27 22:54:31 +00:00
beng%bengoodger.com
65ef342f8e 334747, 339893 - desktop application feed readers do not display their app name properly or launch with the specified feed on OSX due to lack of support for a function to get the application bundle name, and a method to invoke an application bundle on OS X with a URL. Add an attribute to nsILocalFileMac called bundleDisplayName to show the application's name, and a method to nsIShellService called openApplicationWithURL which launches an application with a URL parameter appropriately across platforms (nsIProcess on windows and linux, LaunchServices on OS X). Update the client code to use bundleDisplayName, and also the <filefield> binding in preferences to use it too. r=mark sr=darin 2006-06-27 22:38:55 +00:00
darin%meer.net
10a0c2ec34 fixes bug 184304 "When memory cache is disabled, no-store pages are not displayed at all" patch by mozilla@Weilbacher.org, r=biesi, sr=darin 2006-06-27 21:57:13 +00:00
jwalden%mit.edu
fbacfb72fd Bug 302348 - Fix a bunch of client-side update code reliability and bulletproofing issues; see the bug for a full list. r=darin 2006-06-27 21:22:36 +00:00
db48x%yahoo.com
067362b93c bug 228807: bottom half of Page Info disappears when resized to make bottom tree box height of 0
patch by Florian Qu��ze <f.qu@queze.net>, r=db48x, sr=neil
2006-06-27 20:31:11 +00:00
benjamin%smedbergs.us
a27b84bfea Bug 339714 (part 0) - separate target to generate setup.exe (for l10n repackaging of the NSIS installer) r=robstrong 2006-06-27 20:27:41 +00:00
mattwillis%gmail.com
60bb8803c0 more NSIS variables set in mozconfig 2006-06-27 20:20:40 +00:00
darin%meer.net
376ceccb2d removing dead component info (bug 123202) 2006-06-27 20:14:00 +00:00
darin%meer.net
d3461fe44c removing dead files (bug 123202) 2006-06-27 20:12:47 +00:00
mrbkap%gmail.com
8b454010c1 Restore lost compatibility by not defining an arguments object on the window if there weren't any to begin with. Also, explode nsIArray as well as nsISupportsArray in OpenWindow. bug 342813, r+sr=bzbarsky 2006-06-27 20:09:16 +00:00
beng%bengoodger.com
5a25ac8b43 336903 - feeds should not run with chrome privileges. Expose a currentDocumentChannel attribute on nsIDocShell to look at the channel of the currently loaded page (so that we can find out its actual real URI, etc vs. what webNavigation thinks it is (originalURI). r=bz sr=darin 2006-06-27 19:54:47 +00:00
beng%bengoodger.com
a5a0d89b76 336903 - feed view should not run with chrome privileges. Browser pieces: move privileged code from subscribe.js into FeedWriter javascript component, make an about:feeds redirector module in browser so that we don't need to touch the one in necko. r=mento 2006-06-27 19:53:48 +00:00
mattwillis%gmail.com
dcabeb08c5 backing out previous change 2006-06-27 18:41:09 +00:00
mattwillis%gmail.com
43fc446747 discretly enable installer 2006-06-27 18:38:55 +00:00
mrbkap%gmail.com
72312f04b0 Cache cx to make timeless happy. No bug, r+sr=bzbarsky 2006-06-27 18:18:26 +00:00
darin%meer.net
85e5760bb5 removing unused files (bug 306896) 2006-06-27 18:10:46 +00:00
sergei_d%fi.tartu.ee
1d947365f0 [BeOS]widget code, Bug 342613, fixing performance regression, p=sergei_d, r=thesuckiestemail. Pure BeOS-only patch 2006-06-27 18:05:37 +00:00
mrbkap%gmail.com
90e515c6ab Add some additional documentation about this function's behavior. bug 342191, r+sr=darin 2006-06-27 17:57:26 +00:00
mrbkap%gmail.com
4bf3111949 Actually throw an exception when the first argument to setTimeout or setInterval is not a valid callable function. bug 342448, r+sr=bzbarsky 2006-06-27 17:51:42 +00:00
Olli.Pettay%helsinki.fi
a2979027ec Bug 331561, crash [@ nsAutoCompleteController::HandleEnter] - adding null checks, r+sr=bryner 2006-06-27 16:41:34 +00:00
pedemont%us.ibm.com
a009db85ec Bug 338870 - imgIDecoderObserver is scriptable but inherits from the non-scriptable interface imgIContainerObserver. r=pavlov 2006-06-27 16:03:34 +00:00
ccooper%deadsquid.com
eb92ad9c92 - remove errant comment 2006-06-27 15:58:37 +00:00
ccooper%deadsquid.com
96f5814c06 - fix comment ref 2006-06-27 15:54:05 +00:00
ccooper%deadsquid.com
0faff5f443 - adding missing CGI file 2006-06-27 15:52:39 +00:00
ccooper%deadsquid.com
34500452dd Manage testgroup
- change Litmus::FormWidget funciton name to getTestgroups
- add Essential column designations to Litmus::DB::Testgroup
- add functions to Litmus::DB::Testgroup: clone, delete_from_subgroups, delete_from_test_runs (stub), delete_with_refs, update_subgroups
- add testgroup display to mimic display for testcase

Manage subgroups
- display loading message for subgroups
- fix nesting of default option selection
- add subgroup display to mimic display for testcase
2006-06-27 15:51:58 +00:00
aaronleventhal%moonset.net
2a064b22ba Bug 340827. Support nsIAccessibleTab cross platform -- one more tweak needed for it to build on Windows. r=aaronlev 2006-06-27 15:46:24 +00:00
aaronleventhal%moonset.net
aec865342e Bug 340827. Support nsIAccessibleTable cross platform. Patch by Ming Gao. r=aaronlev 2006-06-27 15:42:09 +00:00
mattwillis%gmail.com
8e68e9ff98 try to fix bustage for Sb win32 2006-06-27 15:26:32 +00:00
bugzilla%glob.com.au
ef29763a63 Bug 341495: Merge the banner and header
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
2006-06-27 13:58:55 +00:00
igor.bukanov%gmail.com
d115537fbf Bug 342737: New API to register JS_NewContext/JS_DestroyContext* callback. In this way an embedding can do a common customization of JSContext instances in a single place. r=brendan 2006-06-27 12:09:09 +00:00
mkanat%bugzilla.org
0160424edb Bug 342749: Replace Bugzilla::Util's min and max with the List::Util equivalents
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin.ogilvie, r=vladd, a=justdave
2006-06-27 10:54:05 +00:00
bugzilla%standard8.demon.co.uk
34b8074909 Bug 332203 Ensure the installers work with MOZ_XUL_APP set on SeaMonkey (Fix the unix installer registration process), r=ajschult,sr=Neil over irc 2006-06-27 09:20:56 +00:00
dietrich%mozilla.com
55689b18c2 Bug 315536 "do this automatically for files like this from now on" often grayed out (r=mconnor) 2006-06-27 07:39:28 +00:00
dietrich%mozilla.com
49928b4353 Bug 328162 Evaluate Storage Options for Session Data (r=mconnor) 2006-06-27 06:47:30 +00:00
tony%ponderer.org
f13662c46d Bug 341946: Safe browsing considers all jar: URI's safe
patch: -jar, -javascript, +about
r=mmchew,sr=bryner
2006-06-27 06:00:50 +00:00
tony%ponderer.org
30714a0af7 bug 342729: Crash [@ TableUpdateListener::OnStopRequest] on restart after
installing extensions
patch: make sure mDBService exists
r+a181=darin
2006-06-27 01:57:26 +00:00
darin%meer.net
3c4de3e5d1 attempting to fix vc6 windows bustage, r=pkasting 2006-06-27 01:39:14 +00:00
sspitzer%mozilla.org
1fef26785d supplimental fix for bug #318168
rtl (right to left) changes for the winstripe theme for tab scrolling

the pinstripe theme is not being fixed as asaf wants to fix the whole theme to be rtl friendly.

r=mconnor
2006-06-27 01:25:50 +00:00
dveditz%cruzio.com
d3379f18b5 bug 340107 save wasted cycles checking permissions if we're just going to deny access anyway. r=mrbkap, sr=sicking 2006-06-27 00:56:41 +00:00
mattwillis%gmail.com
03c17843a2 bug 342786 - update Sunbird win32 tinderbox to build NSIS installer when building nightlies. r=preed 2006-06-27 00:51:45 +00:00
zach%zachlipton.com
d0d5b8f455 - Add is_automated_result flag to test_results table to track when results are part of automated testing scripts.
- Set machinename field in the db when processing automated test data in XML.pm
- Make automated testing results visually distinct in the UI
2006-06-27 00:39:09 +00:00
scott%scott-macgregor.org
a52dcf5593 Bug #341307 --> the EULA says Thunderbird Browser instead of Thunderbird email client. sr=bienvenu 2006-06-27 00:25:28 +00:00
pavlov%pavlov.net
4a6c91d612 fixing "Set As Desktop Background" in cairo builds on Windows. bug 328354. r=vlad, sspitzer. 2006-06-26 23:53:01 +00:00
wtchang%redhat.com
1360e00abe Bugzilla Bug 338798: use PR_FindFunctionSymbol to look up function
symbols. r=alexei.volkov,nelson.
Modified files: freebl/loader.c softoken/dbinit.c
2006-06-26 23:42:59 +00:00
wtchang%redhat.com
ab411b37bd Bugzilla Bug 338798: in C89, local struct variables can only be initialized
by constant expressions.  HP C compiler version B.11.11.08 generates
incorrect code silently if the initializers are non-constant expressions.
r=alexei.volkov,julien.pierre.
Modified files: cmd/crmftest/testcrmf.c lib/ssl/ssl3con.c
2006-06-26 23:32:19 +00:00
kaie%kuix.de
189631b3b1 Bug 337486, mismatch between PK11_FindCertFromNickname and FindCerts
r=rrelyea, r=julien.pierre
2006-06-26 23:21:07 +00:00