Commit Graph

730 Commits

Author SHA1 Message Date
darin%meer.net
0a4d9e0455 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
ff07f6bbfe 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
41fd37565a Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-31 04:41:00 +00:00
timeless%mozdev.org
a757cb0909 Bug 332132 OOM crash in nsBaseCommandController methods
r=smfr sr=neil
2006-03-30 19:35:38 +00:00
bzbarsky%mit.edu
6e8df6adb8 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
68624e5a7d Fix compiler warning. Bug 330308, patch by Giacomo Magnini, r=biesi. 2006-03-13 09:46:28 +00:00
mrbkap%gmail.com
7fb7676464 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
sharparrow1%yahoo.com
eb67fd0b3d Bug 327868: nsIFrameSelection cleanup. r+sr=roc 2006-02-21 00:49:04 +00:00
cbiesinger%web.de
e5e30a5864 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
612a095556 PArt of patch for bug 266371 2006-02-15 03:33:38 +00:00
bzbarsky%mit.edu
d48098df86 Keep track of the original window opener (or rather whether one was present)
even if window.open calls target the window.  Bug 266371 and bug 212298,
r=bsmedberg, sr=jst
2006-02-15 03:22:17 +00:00
benjamin%smedbergs.us
10580d8f05 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 17:02:21 +00:00
bryner%brianryner.com
a084fa9ff9 Dispatch a notification that a newly-opened window has been initialized (bug 326784). r+sr=bzbarsky. 2006-02-12 00:39:26 +00:00
pavlov%pavlov.net
365a6e0b6a fixing build bustage from bug 326149 2006-02-10 21:37:25 +00:00
bzbarsky%mit.edu
ff496fd4f1 Make nsIWindowProvider report whether it created a new window. Bug 326006,
r=bsmedberg, sr=jst
2006-02-10 20:50:43 +00:00
bzbarsky%mit.edu
fc0b0f2bea Move the "force into tab" code out of Gecko and allow embeddors to do the same
sort of thing.  Bug 323810, r=bsmedberg, sr=jst
2006-02-07 20:46:39 +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
mark%moxienet.com
3a9d72b3a4 190307 Non-blocking alert service/MathML for Camino. Adding copyright and license information for makotoy@ms.u-tokyo.ac.jp. Also marking the interface scriptable and cleaning up the documentation. 2006-02-02 04:25:41 +00:00
mark%moxienet.com
8997f8cbad 190307 nsINonBlockingAlertService.idl is not frozen, moving out of SDK_XPIDLSRCS 2006-02-02 02:43:42 +00:00
mark%moxienet.com
0ea84eb413 190307 Add MathML support to Camino, adding a non-blocking alert service to handle MathML's missing-font dialog. Patch by Makoto Yamashita <makotoy@ms.u-tokyo.ac.jp>, fixed up for CaminoStatic by me. r=smfr sr=pink 2006-02-02 02:07:45 +00:00
darin%meer.net
387edde4eb fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky 2006-01-11 01:50:15 +00:00
bzbarsky%mit.edu
b837c9d737 Flush frames before trying to find and select stuff. Bug 307783, r+sr=jst 2006-01-07 03:44:32 +00:00
jwatt%jwatt.org
00713d88f1 Fixing build bustage on Sun due to earlier checkin for bug 317628 2006-01-02 16:38:44 +00:00
jwatt%jwatt.org
3d543ab984 Fixing bug 317628. Add "Web page, complete" to the Save File As... dialogue for SVG files. r=cbiesinger@gmx.at, sr=darin@meer.net 2006-01-02 02:43:53 +00:00
dbaron%dbaron.org
4707ddb5aa Fix leaks caused by cyclical ownership and XPCOM timers. b=315951 r=mconnor 2005-12-28 00:33:23 +00:00
jst%mozilla.jstenback.com
7223904a81 Fixing bug 318461. Move SetNewDocument() and SetOpenerWindow() from nsIScriptGlobalObject to nsPIDOMWindow to clean out non-script related methods form the nsIScriptGlobalObject interface. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu 2005-12-01 19:35:27 +00:00
jst%mozilla.jstenback.com
8f1863159b 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
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
roc+%cs.cmu.edu
f7daaee487 Backing out fix for bug 303484 since it exposed some other issues and doesn't fix any known crashers. 2005-10-18 01:41:11 +00:00
cbiesinger%web.de
aa3c64bb15 bug 312370 forward nsIProgressEventListener calls to the webbrowserpersist
consumer
patch by Christian Persch <chpe@gnome.org> r=biesi sr=darin
2005-10-15 17:27:52 +00:00
cbiesinger%web.de
15edb5c281 Bug 312367 forward GI to the the webbrowserpersist's listener
patch by Christian Persch <chpe@gnome.org> r=biesi sr=darin
2005-10-14 19:05:42 +00:00
bzbarsky%mit.edu
d86be43444 Don't try to duplicate the jsval typedef. Bug 312003, r+sr=brendan 2005-10-12 20:16:35 +00:00
bzbarsky%mit.edu
d9d40b5770 Attempt to fix splitwindow focus stuff -- bug 305032. Issue found by mrbkap,
patch by me, r=mrbkap, sr=jst
2005-09-28 02:44:16 +00:00
dougt%meer.net
4435542681 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
bzbarsky%mit.edu
c96c0a25cd Throw if window.open is called on a window that has no chrome. Bug 306804, r+sr=jst 2005-09-10 04:16:59 +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
bzbarsky%mit.edu
0d6a610963 Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param.  Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
roc+%cs.cmu.edu
142211a0cb Bug 300313. DeCOMtaminate linebreaker/wordbreaker, and access them directly as services rather than through a factory. r+sr=roc, patch by Joshua Welderson (thanks Joshua\!) 2005-08-22 03:00:06 +00:00
roc+%cs.cmu.edu
8106f0cc5f Bug 303484. Limit the nesting of modal event loops so we avoid overflowing the C++ stack. r+sr=brendan,a=asa 2005-08-16 20:59:39 +00:00
bzbarsky%mit.edu
e0e18d1e36 Removing unused code. Bug 303102, r+sr=jst 2005-08-15 02:49:22 +00:00
jst%mozilla.jstenback.com
e23ea875f3 Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org 2005-08-12 04:11:00 +00:00
bugzilla%arlen.demon.co.uk
9b7929c07a Bug 303675 downloads fail silently if the default download path is invalid, e.g. leads to a removed drive
p=me r=cbiesinger sr=neil.parkwaycc.co.uk a=asa
2005-08-08 10:56:34 +00:00
smfr%smfr.org
7bf819d206 Fix bug 202014: add UI to the Mac Print Dialog Extension (PDE) that allows the user to select which headers and footers to print. Patch by Conrad Carlen, r=pinkerton, sr=me, a=asa. 2005-08-08 03:19:55 +00:00
smfr%smfr.org
111829539e Fix bug 202014: add UI to the Mac Print Dialog Extension (PDE) that allows the user to select which headers and footers to print. Patch by Conrad Carlen, r=pinkerton, sr=me, a=asa. 2005-08-08 03:08:43 +00:00
jst%mozilla.jstenback.com
8c2bc6fcb8 Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers 2005-07-30 20:57:07 +00:00
cbiesinger%web.de
69dc249cbd Bug 298842 make the temp file part of nsITransfer
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +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
cbiesinger%web.de
dca40f4343 297374 add missing |this.| to fix a JS syntax error
r=neil sr=darin a=bsmedberg
2005-06-24 19:39:25 +00:00
jst%mozilla.jstenback.com
ef510ab28d Fixing bug 295093. Check the window chrome flags when opening a new window before pushing the callee context onto the context stack. r=dveditz@cruzio.com, sr=brendan@mozilla.org, a=dveditz@curzio.com 2005-06-21 21:42:08 +00:00
joshmoz%gmail.com
ac67020454 better support for per-build configuration. patch by Mark Mentovai. b=296900 r=josh r=cls a=asa 2005-06-20 19:24:51 +00:00