bugzilla%standard8.demon.co.uk
777a21e0d3
Fix build bustage from gtkmozembed checkins, r=timeless
2006-12-04 20:23:52 +00:00
timeless%mozdev.org
deb62e3d99
Pulling romaxa's gtk1 fixes and the other changes from his commit
2006-12-04 18:00:11 +00:00
timeless%mozdev.org
141cadb9df
fixing non libxul directory service handl; thanks smaug
2006-12-04 16:01:06 +00:00
timeless%mozdev.org
0bbc537403
fixing non libxul directory service handling; thanks smaug
2006-12-04 15:39:33 +00:00
timeless%mozdev.org
b1cffb7e10
Fixing most ifdefs to mean libxul instead of saying 1.8
...
making xulrunner link dynamically against gtkmozembed (because ajschult and
I couldn't figure out how to deal with a profiledirectorylock and we know
of no reason to have gtkmozembed linked statically).
Hopefully fixed some cast complaints smaug had (presumably they relate to
the comments "I doubt this cast pair is correct").
Tried to clean up the REQUIRES a /bit/ in an effort to address the lock
problem.
Again, thanks to ajschult for his time and assistance.
2006-12-04 10:50:02 +00:00
timeless%mozdev.org
9a0a6da923
SetPageTitle is nsIGlobalHistory2 :(
...
And RemoveAllPages is now just nsresult
2006-12-04 07:58:22 +00:00
timeless%mozdev.org
a9759ca1ea
Removing nsIBrowserHistory
...
The only method we needed was RemoveAllPages, which i've moved to be accessible via nsIObserver,
it's a private communication from the specific history client.
Variable length arrays is a C99 ism, in gecko we use nsAutoArrayPtr.
thanks to ajschult for helping out
2006-12-04 06:46:27 +00:00
timeless%mozdev.org
995a23d6f6
Title should be nsCString (Autos never belong in structures, and the data was always narrow)
2006-12-04 06:23:28 +00:00
timeless%mozdev.org
3b9c5d2f0d
First attempt at bandaging gtk1
2006-12-04 06:22:18 +00:00
ajschult%verizon.net
0377c7473a
Fixing preliminary bustage. rs=timeless
2006-12-04 06:02:56 +00:00
timeless%mozdev.org
2fd37ff2e2
Landing MICROB_20061031_BRANCH
...
This is an experiment, and I'm sorry that the code isn't perfect.
Patches Wanted, Work will be on the MICROB_20061204_BRANCH
2006-12-04 04:06:14 +00:00
bzbarsky%mit.edu
f5d3e4befa
Fix assertion to assert about the right thing. Bug 265780 comment 35 followup.
2006-12-01 04:35:18 +00:00
bzbarsky%mit.edu
142a417a31
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
neil%parkwaycc.co.uk
0a4b6eba0e
Bug 326840 Make progress dialogs display download speed where available p=son.le0@gmail.com r=biesi sr=me
2006-11-10 10:29:54 +00:00
timeless%mozdev.org
24a61f105a
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
bzbarsky%mit.edu
df95beff35
Apply chrome flags to dialogs, even when opened by untrusted content (so alerts
...
are not resizable, for example). Bug 294440, r=bsmedberg, sr=jst
2006-10-24 21:42:18 +00:00
gavin%gavinsharp.com
281ea1299c
Bug 356225: Duplicate null check in nsWebBrowserPersist.cpp, patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=bzbarsky
2006-10-13 14:55:54 +00:00
bzbarsky%mit.edu
5a0560cddd
Don't pass null nodes to methods that don't expect them. Bug 329745,
...
r=timeless, sr=bzbarsky
2006-09-28 22:34:33 +00:00
cbiesinger%web.de
f93d892752
add unit test for bug 354522
2006-09-28 20:56:42 +00:00
cbiesinger%web.de
e94d018626
bug 354410 move auth prompt strings out of necko. also, use the correct
...
strings for prompting without a realm and for prompting only for a password.
r=darin
2006-09-28 20:11:33 +00:00
mattwillis%gmail.com
613506b277
bug 354522 - Moves rv outside the if so nsIAuthPrompt2 works properly. r=biesi,sr=dmose
2006-09-27 19:41:01 +00:00
caillon%redhat.com
90305304f0
Bug 312998
...
fix EmbedWindow::GetVisibility
Patch from chpe@gnome.org
r=caillon sr=roc
2006-09-27 00:45:24 +00:00
cbiesinger%web.de
3bbe4edc19
Bug 265780 make FTP use nsIAuthPrompt2
...
r=darin
2006-09-22 21:06:57 +00:00
timeless%mozdev.org
204a110dff
Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
...
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
cbiesinger%web.de
8173877ad0
Bug 351856 make chardet its own module
...
r=smontagu,bsmedberg
2006-09-13 22:13:40 +00:00
dbaron%dbaron.org
92584add98
Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst
2006-09-12 22:58:11 +00:00
bzbarsky%mit.edu
2027b85121
Improve the context menu flag-setting code. Bug 350614, patch by Dorian
...
<boissomag@free.fr>, r+sr=bzbarsky
2006-09-09 04:28:22 +00:00
benjamin%smedbergs.us
681646b263
Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento
2006-08-29 16:53:40 +00:00
bzbarsky%mit.edu
f81aeed660
Get the image URI in a better way that works even for images that didn't load.
...
Bug 350378, patch by Dorian <boissomag@free.fr>, r+sr=bzbarsky
2006-08-28 02:15:56 +00:00
cbiesinger%web.de
71105206f8
Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
...
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
ajschult%verizon.net
966b212ecb
bug 347839: correct typos in previous patches to get storage shipped on windows. r=biesi
2006-08-18 20:37:37 +00:00
bzbarsky%mit.edu
e4c80b6420
Remove special-casing of about:blank for security purposes; give about:blank
...
pages the principal of whoever is responsible for loading them, when possible.
Bug 332182, r=mrbkap, sr=jst
2006-08-15 17:31:16 +00:00
ajschult%verizon.net
07e0470130
Bug 347839: Current SeaMonkey installer builds do not ship with storage components (mozIStorageService), r=biesi
2006-08-12 03:30:59 +00:00
bzbarsky%mit.edu
b8e985d115
Diverting window.open into a tab doesn't stop the about:blank load before
...
returning the new window. Bug 348272, r=bsmedberg, sr=jst
2006-08-12 02:09:23 +00:00
marria%gmail.com
cf52f239bb
Bug 346851 (LOAD_FLAGS_NEW_WINDOW naming doesn't make much sense) Changed variable name and updated comment. r=cbiesinger, sr=bzbarsky
2006-08-06 18:17:29 +00:00
joshmoz%gmail.com
dfa0fd28da
embedding version - rename "getFoo" methods in mozView protocol to "foo". b=343542 r=mento
2006-07-30 22:57:52 +00:00
kairo%kairo.at
803346750a
bug 344243 - first part: rename old typeaheadfind component to suitetypeaheadfind to be able to use it in parallel to toolkit, r=bsmedberg on the actual renaming, r=Neil on the installer package files, r=mento on the Camino project file change, sr=Neil
2006-07-27 20:09:44 +00:00
cvshook%sicking.cc
99a9b3fb45
Bug 345342: Add nullcheck fix regression from previous checkin. r/sr=bz
2006-07-22 05:52:05 +00:00
cbiesinger%web.de
8027b6ce97
Bug 344980 make nsPrompt functions always set their out parameters/retvals
...
r+sr=bz
2006-07-20 22:16:15 +00:00
cvshook%sicking.cc
c7936e48f6
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
2006-07-19 04:36:36 +00:00
bzbarsky%mit.edu
1c54ea527e
Don't set the dependent bit on windows not being opened at chrome, even if it's
...
in the features. Bug 344257, r=bsmedberg, sr=jst
2006-07-18 20:40:43 +00:00
bzbarsky%mit.edu
bf43ee731d
Remove the same way we added. Bug 343643, patch by Mikhail Zabaluev
...
<mhz@altlinux.org>, r+sr=bzbarsky
2006-07-18 19:35:41 +00:00
neil%parkwaycc.co.uk
c0d5e1e287
Bug 310403 merge formatting.css from communicator into global p=surkov.alexander@gmail.com r=me sr=jag
2006-07-12 15:43:17 +00:00
mrbkap%gmail.com
d1e16c6250
Remove extraneous newline. No bug, r+sr=jst
2006-07-11 22:55:09 +00:00
mnyromyr%tprac.de
e3a9928174
Bug 115924: removal of communicatorOverlay.xul; p=Giacomo Magnini <giacomo.magnini@portalis.it>, r=neil, sr=mscott
2006-07-09 12:49:47 +00:00
jst%mozilla.jstenback.com
6897f4514e
Fixing bug 334891. Prevent window.close() from closing the window if there's a modal dialog parented at the window. r=dveditz@cruzio.com, sr=bzbarsky@mit.edu
2006-07-05 22:48:04 +00:00
marria%gmail.com
eaafa1a039
Bug 241972 (new window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins). Fix stores state on the channel indicating whether a window was opened specifically for the download. The external helper app service then closes the window if there is no refresh header and if the window was opened specifically for the download. r=cbiesinger, sr=darin
2006-07-04 20:48:33 +00:00
ajschult%verizon.net
e17f7d5e43
Bug 334257: Need to include thebes in installer packages. r=cbiesinger
2006-07-01 01:16:38 +00:00
bzbarsky%mit.edu
0c692849c1
Call the function we actually want to call. Bug 343149, patch by Mikhail
...
Zabaluev <mhz@altlinux.org>, r=bsmedberg, sr=bzbarsky
2006-06-29 18:08:39 +00:00
mrbkap%gmail.com
2804a2c587
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
mozilla%weilbacher.org
4578273740
[OS/2] Bug 301367: Tag Files with Source URL, p=Rich Walsh, r=me, sr=darin
2006-06-26 20:40:08 +00:00
darin%meer.net
7370c57687
fixes bug 313101 "HTTP auth dialog is titled 'Prompt'" patch by gavin sharp and darin, r=mconnor
2006-06-22 00:18:43 +00:00
timeless%mozdev.org
64a760c3c0
Bug 337917 Make consumers stop using cids from other modules
2006-06-18 21:18:22 +00:00
benjamin%smedbergs.us
e349f9a970
Bug 333055 - Various libs (mozMapi32, activex) incorrectly included in the static link list, r=cls
2006-06-15 13:45:46 +00:00
mrbkap%gmail.com
c338703b3d
Fix this to be a real null check. No bug, r+sr=bzbarsky
2006-06-14 22:25:12 +00:00
mrbkap%gmail.com
cb89133416
Restore old behavior where an nsISupportsArray is exploded into multiple arguments whereas any other COM object simply becomes argv[0]. bug 341362, r+sr=bzbarsky
2006-06-14 22:18:03 +00:00
mhammond%skippinet.com.au
d5ad1dc2b9
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
mrbkap%gmail.com
43895f48e7
Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan
2006-06-12 22:39:55 +00:00
bzbarsky%mit.edu
276f66bcaa
Default to denying ActiveX loads if no JS is running. Bug 340852, patch by
...
Wladimir Palant <trev@gtchat.de>, r=mrbkap, sr=bzbarsky
2006-06-10 02:41:46 +00:00
pedemont%us.ibm.com
c8108d5fde
Bug 338871 - nsIWindowCreator2 is scriptable but inherits from the non-scriptable interface nsIWindowCreator. r=bsmedberg, sr=darin.
2006-06-08 13:46:20 +00:00
mozilla%weilbacher.org
3ecc78e1fd
Fix build break for os2embed but do not build it by default. Bug 339414, r=benjamin, sr=mkaply
2006-06-07 09:48:56 +00:00
timeless%mozdev.org
9391198a55
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
hwaara%gmail.com
931039a5d1
Remove forked (and obsolete) files same as in bug 339498. NPODB
2006-06-01 22:03:11 +00:00
peterv%propagandism.org
9a90ecf4b2
Fix for bug 336244 (Clean up/remove extensions/xmlextras/base). r/sr=sicking.
2006-05-21 19:50:16 +00:00
kairo%kairo.at
07a0f95d79
bug 338571 - suiterunner command line handler not packaged correctly, move app to be built last in suite/ and package some missed files for installers, r+sr=Neil
2006-05-19 18:33:18 +00:00
jag%tty.nl
a6b27fef09
Undo these changes now that we have a better fix for 2.95.2
2006-05-15 20:33:53 +00:00
jag%tty.nl
220904def7
Some more poking.
2006-05-15 12:19:54 +00:00
kairo%kairo.at
907c841577
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
7d3e7d7acd
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
cbiesinger%web.de
1fe4516c9f
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
cvshook%sicking.cc
36f352636c
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
2006-05-05 06:52:21 +00:00
bzbarsky%mit.edu
e9dc794e8f
Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
...
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
2006-05-01 05:25:52 +00:00
bzbarsky%mit.edu
f1e91aa48b
Don't try to enable global history if we were told not to. Bug 334846,
...
r=bsmedberg, sr=darin
2006-05-01 03:47:12 +00:00
bzbarsky%mit.edu
533eb3c678
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
cvshook%sicking.cc
9d0e7df1b1
Bug 334515: Work with objects that don't support weak references. r/sr=dbaron
2006-04-27 00:07:44 +00:00
cvshook%sicking.cc
5a3bea3498
Bug 334515: Use nsWeakPtr rather than raw pointers to avoid crashes. r/sr=dbaron
2006-04-25 00:44:30 +00:00
martijn.martijn%gmail.com
c4068983e2
Bug 223816 - find function in midas window not working, NS_ERROR_DOM_BAD_URI error. r+sr=bzbarsky
2006-04-21 20:16:27 +00:00
benjamin%smedbergs.us
185c761605
Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin
2006-04-12 15:43:32 +00:00
kairo%kairo.at
f9f8121092
bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil
2006-04-08 11:17:06 +00:00
benjamin%smedbergs.us
f25f982712
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
benjamin%smedbergs.us
21d4c5ca34
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:19:31 +00:00
timeless%mozdev.org
f04ed742ce
Bug 329745 Right click causes instant crash if navigation was stopped
...
patch by boissomag@free.fr r=timeless sr=bz
2006-04-06 10:56:57 +00:00
benjamin%smedbergs.us
21a661477b
Bug 320316 - libxul doesn't link with cairo toolkits (thebes) r=vlad; don't build mfcembed if xpcomobsolete (nsIRegistry) isn't available, to fix xulrunner windows bustage
2006-04-05 19:25:57 +00:00
darin%meer.net
563a9ba512
fixes bug 312537 "###!!! ASSERTION: no content length: 'channelContentLength != -1', file /opt/source/mozilla/trunk-ff/mozilla/embedding/components/webbrowserpersist/src/nsWebBrowserPersist.cpp, line 891" patch by Ben Fowler (bfowler@ewitness.co.uk), r=darin
2006-04-04 22:51:02 +00:00
darin%meer.net
6d6327f877
fixes bug 321837 "nsWebBrowserFind::FindNext fails to wrap when searching chrome docshells" patch by rdmsoft@bugs.rdmsoft.com r=rbs,sfraser sr=bz
2006-03-31 05:31:10 +00:00
gerv%gerv.net
e7a53f8e59
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-03-31 04:41:00 +00:00
timeless%mozdev.org
2a502415e1
Bug 332132 OOM crash in nsBaseCommandController methods
...
r=smfr sr=neil
2006-03-30 19:35:38 +00:00
darin%meer.net
5521781301
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
2006-03-30 18:40:56 +00:00
gerv%gerv.net
4948defb71
Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines.
2006-03-30 07:57:10 +00:00
gerv%gerv.net
8268a2e270
Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines.
2006-03-30 07:57:05 +00:00
bryner%brianryner.com
c28e6a9665
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
2006-03-22 18:36:36 +00:00
bryner%brianryner.com
41e6c02b2f
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
2006-03-15 04:59:42 +00:00
bzbarsky%mit.edu
a87da277e8
Followup to fix build bustage. Bug 305710
2006-03-14 19:29:38 +00:00
bzbarsky%mit.edu
7409f92dda
nsIDocumentEncoder should be IDL-ized. Bug 305710, patch by jpl24
...
<jlurz24@gmail.com>, r=sicking, sr=bzbarsky
2006-03-14 17:12:41 +00:00
jruderman%hmc.edu
9c6a08adf8
Fix compiler warning. Bug 330308, patch by Giacomo Magnini, r=biesi.
2006-03-13 09:46:28 +00:00
mrbkap%gmail.com
571359555b
Hold a strong reference to our context if we're using a script context from a window, since the window could navigate away before we're done with the context. bug 310508, r=jst sr=bzbarsky
2006-02-24 21:14:01 +00:00
timeless%mozdev.org
a279d689e5
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
sharparrow1%yahoo.com
acef3d3622
Bug 327868: nsIFrameSelection cleanup. r+sr=roc
2006-02-21 00:49:04 +00:00
cbiesinger%web.de
75690f0264
bug 249508 disable loads when persisting the src of an <input type="image">
...
r+sr=bz
2006-02-19 17:39:13 +00:00
bzbarsky%mit.edu
27048ab6e4
PArt of patch for bug 266371
2006-02-15 03:33:38 +00:00