jst%mozilla.jstenback.com
7a5af690c6
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
2005-11-28 23:56:44 +00:00
timeless%mozdev.org
3db428f6ac
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
b78d0c2416
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
bsmedberg%covad.net
b713846867
Bug 315563 - Convert the activex code to use the frozen string API, r=darin
2005-11-18 15:58:53 +00:00
darin%meer.net
88d4698da6
attempt to fix static gtkmozembed build
2005-11-12 20:35:47 +00:00
darin%meer.net
56de173b8c
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
bsmedberg%covad.net
dff1dea638
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
cls%seawood.org
d9dc65b0e7
Rename tmp file to avoid VPATH conflict.
...
Bug #315718 r=bsmedberg
2005-11-09 16:58:24 +00:00
roc+%cs.cmu.edu
e27280dcf7
Bug 314138. Don't use obsolete InitXPCOM, allow InitXPCOM to find the static modules. r+sr=bsmedberg
2005-11-01 01:26:08 +00:00
bsmedberg%covad.net
db13868592
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
cbiesinger%web.de
3d92e3b89a
bug 306839 properly consume events
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=mtschrep
2005-09-23 17:57:18 +00:00
bzbarsky%mit.edu
0154f05af9
Update some GetScriptGlobalObject() callers to the right signature. Bug
...
303084, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-09-23 14:50:43 +00:00
bzbarsky%mit.edu
2fdae80e93
Correct tooltip coords in nsWebBrowser when frames are involved. Bug 171229,
...
r+sr=roc
2005-09-18 23:08:48 +00:00
cbiesinger%web.de
0a438eb44e
Bug 306550 gtkmozembed progress flags lack STATE_RESTORING value
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-09-18 14:05:49 +00:00
cbiesinger%web.de
9bcb123dc8
bug 305520 correctly handle 0 as flags value
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-09-18 14:02:41 +00:00
dougt%meer.net
465333ff84
This fixes the NS_PRINTING configure option which got broken at some point. b=308629 r/sr=jst@mozilla.org
2005-09-16 02:25:37 +00:00
gerv%gerv.net
a656eecc05
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
locka%iol.ie
636159d05c
NOT PART OF BUILD. Fix release mode projects for vs2002
2005-08-28 20:05:31 +00:00
locka%iol.ie
7eb92dd53e
NOT PART OF BUILD. Bump development environment up to VS2002. Add support for windowless plugins. Factor out functionality from nsPluginHostCtrl into nsPluginHostWnd base class.
2005-08-28 20:00:31 +00:00
cbiesinger%web.de
e7586138a3
bug 265607 check *aConfirm instead of aConfirm
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-08-27 16:18:25 +00:00
cbiesinger%web.de
8c3ad799f4
bug 210373 make gtkmozembed on gtk2 use nsIWebBrowserFocus for focus handling,
...
to fix focus stealing bugs
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=asa
2005-08-27 16:14:36 +00:00
dougt%meer.net
67ca169e0c
Fixing linux build bustage for Minimo. b=306087 r=bsmedberg
2005-08-26 21:03:29 +00:00
smfr%smfr.org
c3ec6baef4
Fix bug 305662: fix leakage of nsWebShell and entrained data by breaking a ref cycle between the docShell and nsISecureBrowserUI in a place that works for both embedders and the suite. r=bryner, sr=bz
2005-08-23 23:48:47 +00:00
cbiesinger%web.de
d29c9821c9
Bug 275463 embedding/browser/gtk should not use deprecated nsIPref
...
r=marco sr=roc
2005-08-23 13:35:40 +00:00
cbiesinger%web.de
b54d6bce01
bug 297388 make nsIWebBrowserStream implement ReadSegments correctly (by just
...
forwarding to the underlying pipe)
r=caillon sr=darin
2005-08-13 16:32:00 +00:00
cbiesinger%web.de
1ddcc16e21
Bug 297238 incorrect parameter specification for signal open-uri of gtkembedmoz
...
patch by chpe@gnome.org r=mpgritti sr=roc
2005-08-13 12:09:54 +00:00
cbiesinger%web.de
aaca860bc9
bug 97580 back out the original patch for this bug, since it's not necessary
...
anymore and breaks plugins
patch by chpe@gnome.org r=blizzard sr=roc
2005-08-13 11:58:00 +00:00
smfr%smfr.org
b781a97846
Fix bug 302962. When someone calls Activate() or Deactivate() on an nsWebBrowser which doesn't have a content viewer yet (and hence no pres shell), don't just bail because nsGlobalWindow will complain. Instead, change nsDocShell to make the content viewer on demand, and go ahead and pass the activate/deactivate onto the dom window. This fixes a serious focus bug in Camino.
...
r/sr=bryner, a=bsmdedberg.
2005-08-06 20:28:42 +00:00
cbiesinger%web.de
3d15ef402a
Bug 265599 crash in [@ GtkPromptService::Prompt]
...
patch by Christian Persch <chpe@gnome.org> r=mpgritti sr=roc a=bsmedberg
2005-07-26 20:39:57 +00:00
bsmedberg%covad.net
df550d0124
Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa
2005-07-21 13:33:43 +00:00
masayuki%d-toybox.com
7a8a16183e
Bug 293185 When ActiveX control plug-in is installed buttons in a flash document no longer work. patch by <VYV03354@nifty.ne.jp> r+sr=jst, a=asa
2005-07-08 14:13:32 +00:00
cbiesinger%web.de
2f21e9c3ee
Bug 298842 make the temp file part of nsITransfer
...
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +00:00
cbiesinger%web.de
2abc571b34
Bug 297594 Crash closing popup (gtkmozembed)
...
patch by chpe@gnome.org r=mpgritti sr=blizzard a=asa
2005-07-04 14:02:29 +00:00
cls%seawood.org
34066213a5
Path translation fixes for msys.
...
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
timeless%mozdev.org
9ad10e656a
Bug 293124 useless initialization after memset in CMozillaBrowser::OnSaveAs
...
patch by bugzilla@mcsmurf.de r=timeless sr=tor a=shaver
2005-06-01 18:32:15 +00:00
cls%seawood.org
90fcdb00a0
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
47f5029263
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
12bc8d4362
sync'ing camino and embedding code - null check for bug 274784.
2005-05-04 20:55:24 +00:00
bryner%brianryner.com
592dbdc176
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
pedemont%us.ibm.com
950dbb684d
Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
2005-05-02 16:30:03 +00:00
maxf%magma.ca
764671c4f5
Fix bustage. This is to get the QNX build of mozserver working, and does not
...
affect any Tinderbox builds.
2005-04-26 17:37:02 +00:00
cbiesinger%web.de
354da0f60d
Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
...
r=bz sr=darin a=asa
2005-04-24 21:16:28 +00:00
cbiesinger%web.de
44c27eb6f1
Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
...
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
maxf%magma.ca
50d99bf925
Photon-only changes. These only affect QNX builds, which are not part of
...
Tinderbox. See QNX PR23898. The input group for clipboard copy/paste was
always hard coded to 1. To support other input groups, the real input group
being used by the user must be passed from the gui client (i.e. from voyager
via PtWeb to mozserver) or taken from the mouse/keyboard event. My QNX
email address is mfeil@qnx.com . r=amardare@qnx.com
2005-04-12 16:03:14 +00:00
bsmedberg%covad.net
4a69f1e082
Bug 288370 - Build XULRunner on Mac, and add makefile vars to link against XPCOM frozen sharedlibs reliably r=darin a=asa
2005-04-11 15:19:42 +00:00
cbiesinger%web.de
6914d334d3
Bug 289650 nsIWebBrowserPersist should inherit from nsICancelable
...
r=darin sr=bz a=asa
2005-04-10 12:37:36 +00:00
bsmedberg%covad.net
4a1289d020
s/MOZ/MOZILLA/
2005-04-06 06:03:11 +00:00
bsmedberg%covad.net
d808ee8eac
Bug 288626 - internal API
2005-04-06 05:48:03 +00:00
darin%meer.net
130fb0d326
patch for bug 287648 "make nsIDNSService use nsICancelable and move private methods to nsPIDNSService" r=biesi sr=bzbarsky
2005-04-06 01:33:28 +00:00
cbiesinger%web.de
6c453d00e6
228968 r=bz sr=darin
...
- add a new nsIWebProgressListener2 interface, inheriting from
nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
progressListener attribute
- make webbrowserpersist support listeners that implement
nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
nsIWebProgressListener2 interface
And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00