Commit Graph

1571 Commits

Author SHA1 Message Date
jshin%mailaps.org
88da57650a bug 359808 : drop support for Win9x/ME (get rid of 'A' API code) : r=darin, sr=dougt, sr=darin 2007-02-08 17:48:22 +00:00
Olli.Pettay%helsinki.fi
0aeb80a42d Fixing bustage, Bug 83265, r=peterv 2007-02-08 15:34:12 +00:00
mozilla.mano%sent.com
6040afd6ff Bug 83265 - Add a way to disable HTTP-EQUIV=refresh. patch from Mark Pilgrim <pilgrim@gmail.com>, r=biesi,mano,mento. sr=bz. 2007-02-08 13:15:50 +00:00
sharparrow1%yahoo.com
76a64e5c22 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
benjamin%smedbergs.us
20975ec114 Bug 78081 - Don't export intermediate libraries, blanket-r=mento 2007-02-03 01:19:04 +00:00
benjamin%smedbergs.us
a3f9c4f73e Bug 366354 - fix activex control manifest embedding for VC8, patch by mfinkle r=me 2007-02-01 18:57:57 +00:00
gavin%gavinsharp.com
d3de3edfef Bug 365529: Take advantage of new yes/no constant in nsIPrompt, patch by Ryan Jones <bugs@ryan-jones.com>, r+sr=biesi for /netwerk, r+sr=neil for mailnews, r=me for the rest 2007-01-04 18:48:53 +00:00
jwatt%jwatt.org
bbb6339dc9 Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc 2007-01-04 10:53:59 +00:00
timeless%mozdev.org
915392e94d GetImageRequest is only available for gtk2 builds
trying to fix build bustage
2007-01-03 00:14:09 +00:00
timeless%mozdev.org
5719fc0760 Landing MICROB_20061206_BRANCH
This should improve the gnomevfs story (the goal is to not use it).
Patches Wanted, Work will be on the MICROB_20070103_BRANCH
2007-01-02 22:23:53 +00:00
benjamin%smedbergs.us
edc9a0db2d Bug 364754 - ActiveX control doesn't build with MSVC8 Express, r=dbaron 2007-01-02 15:24:08 +00:00
timeless%mozdev.org
24ff8b5b51 Bug 363446 EmbedPrivate::ScrollToSelectedNode doesn't initialize rv if !aDOMNode
patch by sciguyryan+bugzilla@gmail.com r=timeless
2006-12-21 07:01:48 +00:00
ginn.chen%sun.com
f06308caa9 Bug 364205 gtkmozembed.h should be C style
r+sr=roc
2006-12-20 05:28:57 +00:00
timeless%mozdev.org
b0bd7b2fe6 there's no objdir, but we need LOCAL_INCLUDES 2006-12-07 00:41:36 +00:00
timeless%mozdev.org
0df954d9ef Bug 362950 build in embedding/browser/gtk/src failed if srcdir=. is set
The makefile was violating readonly srcdir for objdir builds too...
r=bsmedberg
2006-12-06 22:32:07 +00:00
timeless%mozdev.org
43c2f5f730 Trying to fix Thunderbird Linux galactica Dep Lt-Release %
it's running with an old glib2. The hope is that the code will automatically
generate the marshalling code. This may or may not work, if it doesn't,
everything will probably go red :).
2006-12-05 21:36:25 +00:00
timeless%mozdev.org
8bf2c555b4 missed one gnomevfs containing function. of course, that function was buggy... 2006-12-04 23:40:52 +00:00
timeless%mozdev.org
286a2436f7 Attempt to make gnomevfs optional 2006-12-04 23:10:20 +00:00
timeless%mozdev.org
eff6e6c967 oops, map doesn't take a parameter 2006-12-04 22:33:27 +00:00
mvl%exedo.nl
f6de756720 bustage fix 2006-12-04 21:38:20 +00:00
timeless%mozdev.org
0b5f1e14c2 Fixing merge conflict, fixing out value to return ok on success and fixing out value to null out on failure.
Using interface map for complicated conditional case.
2006-12-04 21:23:35 +00:00
timeless%mozdev.org
da27034ee1 reverting header include to match rev 1.24, it's a gtk2 only header... 2006-12-04 20:58:27 +00:00
bugzilla%standard8.demon.co.uk
166f20fbd9 Fix build bustage from gtkmozembed checkins, r=timeless 2006-12-04 20:23:52 +00:00
timeless%mozdev.org
baa3b1aa09 Pulling romaxa's gtk1 fixes and the other changes from his commit 2006-12-04 18:00:11 +00:00
timeless%mozdev.org
e4b154eb3a fixing non libxul directory service handl; thanks smaug 2006-12-04 16:01:06 +00:00
timeless%mozdev.org
039c36686b fixing non libxul directory service handling; thanks smaug 2006-12-04 15:39:33 +00:00
timeless%mozdev.org
dfa70b2595 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
977897c41c SetPageTitle is nsIGlobalHistory2 :(
And RemoveAllPages is now just nsresult
2006-12-04 07:58:22 +00:00
timeless%mozdev.org
c29f827309 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
84c436205e 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
82fac0674b First attempt at bandaging gtk1 2006-12-04 06:22:18 +00:00
ajschult%verizon.net
9fc3db9a56 Fixing preliminary bustage. rs=timeless 2006-12-04 06:02:56 +00:00
timeless%mozdev.org
1856e0b40d 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
timeless%mozdev.org
46d2b15871 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
016ec858e3 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
caillon%redhat.com
28b70c5240 Bug 312998
fix EmbedWindow::GetVisibility
Patch from chpe@gnome.org
r=caillon sr=roc
2006-09-27 00:45:24 +00:00
timeless%mozdev.org
664b6df306 Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
dbaron%dbaron.org
bb32a15350 Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst 2006-09-12 22:58:11 +00:00
bzbarsky%mit.edu
a6772791b0 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
bzbarsky%mit.edu
6b73b90092 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
joshmoz%gmail.com
42c8c4a114 embedding version - rename "getFoo" methods in mozView protocol to "foo". b=343542 r=mento 2006-07-30 22:57:52 +00:00
bzbarsky%mit.edu
17cc2750ad 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
3614e779d3 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
benjamin%smedbergs.us
52365fd4b0 Bug 333055 - Various libs (mozMapi32, activex) incorrectly included in the static link list, r=cls 2006-06-15 13:45:46 +00:00
bzbarsky%mit.edu
058e40f1fd 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
hwaara%gmail.com
d682113f1a Remove forked (and obsolete) files same as in bug 339498. NPODB 2006-06-01 22:03:11 +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
cbiesinger%web.de
51a89a8b1e 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
d3ec0aa5c5 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
bzbarsky%mit.edu
b1ee2830dd Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
2006-05-01 05:25:52 +00:00