timeless%mozdev.org
|
a768026fc9
|
Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
|
2006-06-03 23:35:59 +00:00 |
|
kairo%kairo.at
|
60c040959e
|
fix win32 vc6 build bustage from darin's threadmanager landing (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD - he did miss this case in his bustage fix checkin), p=Neil
|
2006-05-12 12:59:29 +00:00 |
|
darin%meer.net
|
0318b8c707
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
|
benjamin%smedbergs.us
|
080776bade
|
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
|
2006-04-06 15:46:07 +00:00 |
|
pavlov%pavlov.net
|
c4a61ef121
|
fixing build bustage
|
2006-02-11 06:52:44 +00:00 |
|
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
bsmedberg%covad.net
|
d3c4c0acf2
|
Reverting bug 320988 for mfcembed/components.
|
2005-12-21 17:25:17 +00:00 |
|
bsmedberg%covad.net
|
9279505fc2
|
Bug 320988 - Make xulrunner + activex control + mfcembed happy with frozen-only symbols, r=darin
|
2005-12-21 15:18:49 +00:00 |
|
timeless%mozdev.org
|
d02481f8c9
|
Bug 320886 mfcembed doesn't build w/ NS_TRACE_MALLOC
r=bsmedberg
|
2005-12-21 05:13:05 +00:00 |
|
timeless%mozdev.org
|
9b0852aaf7
|
Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
|
2005-11-25 21:57:13 +00:00 |
|
dbaron%dbaron.org
|
3c95294952
|
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
|
2005-11-14 20:09:51 +00:00 |
|
bsmedberg%covad.net
|
4c626004ab
|
MFCEmbed (with the standalone glue) needs to link against the XPCOM_GLUE versions of XPCOM functions, not the dllimport versions. Bug 315601, this needs ex-post-facto review but I'm checking it in to get mfcembed working.
|
2005-11-08 21:20:05 +00:00 |
|
bsmedberg%covad.net
|
db584fa139
|
Bug 207521 - deprecate --enable|disable-shared, since --enable-static gives us all the information we need, r=cls
|
2005-10-17 14:57:32 +00:00 |
|
neil%parkwaycc.co.uk
|
dd0435e0f3
|
Make _WIN32_WINN% default to 0x400 c.f. WINVER should fix bug 305187 b=bsmedberg
|
2005-08-29 14:22:33 +00:00 |
|
bsmedberg%covad.net
|
db94c33177
|
mfcembed bustage fix from bug 271802
|
2005-07-01 15:02:08 +00:00 |
|
bsmedberg%covad.net
|
93719b3809
|
Bug 271802 - nsPrintDialogUtil uses a localizable string for a preference with no apparent reason, patch by dbaron, r=bsmedberg, a=asa
|
2005-07-01 12:32:15 +00:00 |
|
bsmedberg%covad.net
|
092c0877d8
|
Fix windows bustage from bug 298047 by not using threadsafe-isupports in xpcom glue client code r=darin
|
2005-06-29 22:00:58 +00:00 |
|
cls%seawood.org
|
d5865f4067
|
Use dashes instead of backslashes for program options to avoid msys shell expansion.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
|
2005-06-01 14:28:35 +00:00 |
|
db48x%yahoo.com
|
9d0ce5f579
|
bug 249782: Make Mozilla compile with Microsoft Visual Studio 2005
patch by Stephen Walker <sdwalker@myrealbox.com>, r=shaver, a=shaver
|
2005-05-07 06:20:43 +00:00 |
|
bryner%brianryner.com
|
aed69207f0
|
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
|
2005-05-04 20:22:32 +00:00 |
|
cbiesinger%web.de
|
33e7cc8025
|
Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
|
2005-04-15 19:41:07 +00:00 |
|
bsmedberg%covad.net
|
d29fc02ff8
|
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
|
2005-04-05 22:00:32 +00:00 |
|
timeless%mozdev.org
|
5bde169b94
|
Bug 287383 heap corruption from ReplaceChar/StripChars
r=darin sr=darin
|
2005-03-24 18:42:56 +00:00 |
|
cbiesinger%web.de
|
850f3954ab
|
Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin
|
2005-03-13 17:03:44 +00:00 |
|
dbaron%dbaron.org
|
cf3eea5eb3
|
Fix bustage. b=272151
|
2004-12-08 22:50:41 +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 |
|
darin%meer.net
|
52ac61d678
|
landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
|
2004-10-25 19:34:45 +00:00 |
|
timeless%mozdev.org
|
0cdccd40c7
|
http://www.mozilla.org/hacking/portable-cpp.html
Be careful of the scoping of variables declared inside for() statements.
|
2004-10-25 05:51:24 +00:00 |
|
peterv%propagandism.org
|
5077fbc92e
|
Backing out to fix bustage.
|
2004-09-16 17:28:38 +00:00 |
|
peterv%propagandism.org
|
1a88732b51
|
Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
|
2004-09-16 12:39:49 +00:00 |
|
gerv%gerv.net
|
cdebbb709b
|
Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this.
|
2004-09-12 15:59:33 +00:00 |
|
cbiesinger%web.de
|
b8816e9960
|
Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler
r=bz sr=darin
|
2004-08-08 20:25:02 +00:00 |
|
gerv%gerv.net
|
6b54b1cbc5
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-07-16 19:30:11 +00:00 |
|
roc+%cs.cmu.edu
|
0f4150a4e5
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
|
roc+%cs.cmu.edu
|
0e3ff503fb
|
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
|
2004-05-22 22:15:22 +00:00 |
|
caillon%redhat.com
|
178bb153f1
|
Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
|
2004-05-18 18:09:16 +00:00 |
|
gerv%gerv.net
|
8b8dde7d95
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:01:16 +00:00 |
|
cbiesinger%web.de
|
14177dedcb
|
Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
|
2004-04-15 20:56:37 +00:00 |
|
darin%meer.net
|
c380c59f65
|
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
|
2004-02-28 22:34:07 +00:00 |
|
darin%meer.net
|
8d65e087ae
|
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
|
2004-02-19 02:44:03 +00:00 |
|
neil%parkwaycc.co.uk
|
84428dc828
|
Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron
|
2004-01-23 13:31:07 +00:00 |
|
timeless%mozdev.org
|
76c99ecc5c
|
Bug 183059 In MfcEmbed Context menu doesnot have "Paste" item.
patch by amutch@tln.lib.mi.us r=timeless sr=jst
|
2004-01-15 03:05:20 +00:00 |
|
bsmedberg%covad.net
|
d0f309943a
|
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 13:37:00 +00:00 |
|
bsmedberg%covad.net
|
274ef7cd49
|
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 01:22:31 +00:00 |
|
bryner%brianryner.com
|
e670b60348
|
Fix windows static build bustage (bug 226264), r=bsmedberg.
|
2003-11-20 23:18:30 +00:00 |
|
timeless%mozdev.org
|
d8323ba73f
|
Bug 106386 Correct misspellings in source code
Changes strings which meant "referring"
patch by ajvincent@juno.com r=timeless sr=dmose
|
2003-11-17 10:05:45 +00:00 |
|
bsmedberg%covad.net
|
a888a82d0b
|
Bug 223900 - Clean up MFCEmbed to use the GRE properly (don't link against xpcom.dll), and make the GRE glue libs more embedder-friendly and flexible. r=adamlock/dougt sr=dougt
|
2003-11-17 06:13:49 +00:00 |
|
bryner%brianryner.com
|
2406bc1ed4
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:05:34 +00:00 |
|
ben%bengoodger.com
|
e2f9fb6a72
|
The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
browser/activex/src/control/HelperAppDlg.cpp
browser/cocoa/src/CHBrowserService.mm
browser/photon/src/nsUnknownContentTypeHanlder.cpp
browser/powerplant/source/UDownload.cpp
components/ui/helperAppDlg/nsHelperAppDlg.js
components/ui/helperAppDlg/nsIHelperAppLauncherDialog.idl
tests/mfcembed/components/HelperAppDlg.cpp
- Update nsIHelperAppLauncherDialog::PromptForSaveToFile to take a
nsIHelperAppLauncher parameter.
bug 214985, r=brendan sr=hyatt
|
2003-08-04 22:30:41 +00:00 |
|
jaggernaut%netscape.com
|
95899387f6
|
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
|
2003-07-25 19:06:59 +00:00 |
|