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

2656 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de 44c540316d 265333 freeze nsIWebBrowserStream. r=marco sr=darin
also a bit of cleanup in EmbedStream.cpp
2004-12-15 17:28:36 +00:00
bryner%brianryner.com 884453541b Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron. 2004-12-15 05:52:44 +00:00
bsmedberg%covad.net 81a0de68d5 Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin 2004-12-15 04:07:01 +00:00
zack%kde.org a301c8c4c8 Fixing for crashes due to using a wrong string in strlen. br:273756 2004-12-10 22:59:10 +00:00
gerv%gerv.net 87e78da7d8 Bug 261899 - comment cleanup to avoid warning. Problem introduced by bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-10 22:34:17 +00:00
dbaron%dbaron.org 2561fd4c63 Fix bustage. b=272151 2004-12-08 22:50:41 +00:00
dbaron%dbaron.org 1b29417fd2 Fix bustage. b=272151 2004-12-08 22:05:58 +00:00
dbaron%dbaron.org f9dfc3bd3d Fix Windows bustage. b=272151 2004-12-08 20:31:27 +00:00
dbaron%dbaron.org 1bb228eed5 Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
bzbarsky%mit.edu 194e16cd98 Make docshell inherit from docloader; clean up related code, move toward
eliminating the nsIWebShell, nsIWebShellContainer, nsIDocumentLoader
interfaces and clarifying the other docshell-related interfaces.
r=darin, biesi, sr=jst
2004-12-08 17:32:06 +00:00
zack%kde.org a9a0ad8d05 fix the stop slot, remove some redundant debug and cvs ignore 2004-12-07 00:50:21 +00:00
ere%atp.fi c1d97a4b9d Fix for bug 270812: Cannot print after printer was renamed
Patch by Masayuki Nakano,
r=emaijala
sr=bzbarsky
2004-12-06 15:29:25 +00:00
zack%kde.org 7a006fa69d don't generate binaries for all cpp files 2004-12-06 04:58:27 +00:00
zack%kde.org c2ba5a61e4 making the embedding example actually do something nice 2004-12-06 02:50:30 +00:00
locka%iol.ie 85529a0454 Implement IHtmlElement::insertAdjacentHtml & put_id. Checkin on behalf of Alex Tremon <atremon@elansoftware.com>. b=247537 r=adamlock sr=jst 2004-12-04 18:17:27 +00:00
zack%kde.org 24a5c9e1a7 This is the second part of 267318 - the Qt Designer plugin so that you can
be using QGecko like any other widget from the Qt Designer. Very cool.
(for "Creating Your Own Browsers 101" ;) )
2004-12-02 23:35:20 +00:00
zack%kde.org 334ce0b580 Committing patch from Michal Ceresna relating to bug 267318.
This is the "alert dialogs" part.
2004-12-02 23:29:43 +00:00
gerv%gerv.net b92568bebe Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-01 22:27:03 +00:00
pedemont%us.ibm.com c6f2de7c1e Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner 2004-12-01 17:33:16 +00:00
dbaron%dbaron.org 10efb45442 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +00:00
bryner%brianryner.com 1435145ce6 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
cbiesinger%web.de d2adf9061f indenting this line correctly as per 265333 review comments 2004-11-24 21:04:04 +00:00
cbiesinger%web.de c2da9eebf2 265333 make gtkmozembed use nsIWebBrowserStream instead of implementing that
functionality itself
r=marco sr=darin
2004-11-24 20:27:24 +00:00
darin%meer.net 9f9dd78d8a fixing bustage 2004-11-24 00:10:12 +00:00
bugzilla%arlen.demon.co.uk c4dc7600f0 Bug 264102 Chrome should use document.title instead of window.title - progressDlg fix v0.1
p=me r/sr=neil.parkwaycc.co.uk
2004-11-23 22:49:10 +00:00
darin%meer.net 373f51f2c6 fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron 2004-11-23 20:53:38 +00:00
timeless%mozdev.org a14a802332 Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
darin%meer.net 9faecb70f3 freezing nsIPromptService, bug 99615, r=timeless sr=bzbarsky 2004-11-16 20:36:26 +00:00
timeless%mozdev.org caaf1cc03c Bug 269926 /Users/timeless/mozilla/embedding/components/printingui/src/mac/nsPrintingPromptServiceX.cpp:67: warning: `const char*kPrintProgressDialogURL' defined but not used
r=pedemonte sr=bz
2004-11-15 18:37:40 +00:00
timeless%mozdev.org 98e2759cf0 Fixing case. Accesskeys favor matched case.
r=biesi sr=bz
2004-11-15 02:12:30 +00:00
cbiesinger%web.de 273d3d5fae 265333 change nsIWebBrowserStream in preparation of freezing:
- make it take nsIURI as base URI, for IDN support and correct charset handling
- use an octet array instead of string for binary data
- use ACString for the mime type
- improve documentation

r=marco sr=darin
2004-11-12 22:47:50 +00:00
darin%meer.net 90964d65a8 fix bustage 2004-11-12 19:06:19 +00:00
joshmoz%gmail.com 2100b1ea0d remove still-compiled classic code from print ui (bug 267763) r+sr=darin 2004-11-04 21:26:34 +00:00
darin%meer.net 653b50e830 fixing win32 bustage 2004-11-01 21:16:18 +00:00
darin%meer.net 96c79cea45 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
jshin%mailaps.org 4bc89c6801 bug 266857 Cannot print more than once with a printer with non-Latin1 (e.g. Japanese) characters in its name, patch by Masayuki Nakano <masayuki@d-toybox.com> r=me, sr=bzbarsky 2004-10-31 04:34:13 +00:00
darin%meer.net fb118993e7 fixes bug 266006 "xpcom/glue should not declare methods with NS_COM" r=bsmedberg 2004-10-29 19:43:51 +00:00
bsmedberg%covad.net 3055933c27 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
timeless%mozdev.org e0e3a32c7d Bug 252836 Exception ``[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: onxbldestructor :: line 402" data: no]'' thrown from function onxbldestructor(event=Event:{0}) in <chrome://global/content/bindings/browser.xml> line 402.
r=neil sr=bz
2004-10-27 05:23:40 +00:00
darin%meer.net 88a17b807a disable mfcembed in static builds to fix build bustage (see bug 262218), r=bsmedberg 2004-10-25 22:30:08 +00:00
darin%meer.net fb3826168b landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner 2004-10-25 19:34:45 +00:00
pedemont%us.ibm.com 8bce3ba55f Bug 265253 - RemoveWebBrowserListener incorrectly passes nsIWeakRef. r+sr=darin 2004-10-25 15:47:54 +00:00
cbiesinger%web.de e6ef9ebab2 265333 NS_NewInputStreamChannel should not overwrite a content charset set from
the content type with an empty string r+sr=darin
2004-10-25 13:15:25 +00:00
dveditz%cruzio.com ab1ad1555f bug 263546: move external protocol warning down a level, r=jsr,sr=darin 2004-10-25 07:46:01 +00:00
timeless%mozdev.org 4561724209 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
zack%kde.org 1c549dd488 Qt Mozilla port. For now the best way to start playing with it is the
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2004-10-11 04:01:49 +00:00
bzbarsky%mit.edu 69eadc53e4 Remove the use of HEAD when saving files, since it's so poorly implemented by
servers.  Bug 160454, patch by Phil <Time_lord@hotmail.com> (to whom I'd like
to express my deepest thanks for doing this!), r=biesi, sr=bzbarsky
2004-10-10 04:03:34 +00:00
neil%parkwaycc.co.uk 7bb2ca31b7 Switch load handlers to setting document.title (as per bug 126903 setting the title attribute no longer works) b=261267 r=jst sr=shaver 2004-10-09 13:01:45 +00:00
bzbarsky%mit.edu 3fa9eef12d Try to keep window.arguments from being wiped out by scope-clearing by setting
the document in the window to null before setting window.arguments in
AttachArguments.  Bug 25040, r=danm, sr=jst
2004-10-02 16:11:57 +00:00
cbiesinger%web.de 795c362196 261249 treat UTF-8 strings as UTF-8, not latin1. r=bzbarsky sr=darin 2004-09-30 14:23:49 +00:00