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

1090 Коммитов

Автор SHA1 Сообщение Дата
David Zbarsky 3d96b7b4a7 Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst 2009-08-24 16:02:07 -04:00
Boris Zbarsky 78d4fb34a4 Bug 465993. When opening a dependent window with an invisible non-chrome parent, throw. r=jst,ere, sr=jst 2009-01-13 14:32:30 -05:00
Dave Camp a80443658d Bug 458091: Don't store an mURI in nsDOMStorage. r=bz 2009-01-12 21:52:00 -08:00
Benjamin Smedberg 3498a5f86e Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted

Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.

r+sr=roc

nsITextControlFrame didn't have an IID the first time around, but this wasn't a compile error because nsITextControlFrame::kFrameIID inherited from nsIFormControlFrame::kFrameIID. I've added a static analysis pass to verify the correct behavior, since I can't figure out a way to make the compiler do it.

--HG--
extra : rebase_source : 4894a2ca0278e2ab92f27459db77165f8348cf41
2009-01-12 14:20:59 -05:00
Benjamin Smedberg 73a6fab34b Backed out changeset 4c4df6ed1b41 - Bug 396185 - Make nsIFrame not inherit from nsISupports due to mochitest failures... these appear to be crashes in nsGenericHTMLElement::GetEditorInternal. 2009-01-09 11:35:24 -05:00
Benjamin Smedberg 802d1a10c7 Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
* we know all types frames may be cast to at compile time, so instead of extensible GUID IIDs, use a big enum (see nsQueryFrame::FrameIID)
* eliminate all vestiges of refcounting, since frames aren't refcounted

Some frames (SVG frames in particular) still implement nsISupports-derived interfaces, for example nsISVGValue. There is a FrameIID for nsISVGValue that lets you go from a frame to the XPCOM interface, but you can't query back.

r+sr=roc

This patch locally causes two REFTEST-UNEXPECTED-PASS for Bidi stuff. It's possible that I accidentally fixed a bug, but I'm not sure, so I'm going to wait for the tinderboxes to confirm my local results.
2008-11-05 14:25:30 -05:00
Masayuki Nakano f877c67331 Bug 463209 No sound when message box is opened (alert/confirm) r=roc+neil, sr=roc, ui=jboriss 2008-12-05 16:29:17 +09:00
Arpad Borsos 094bbdd8f8 Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; build system cleanup + removes, v2; r+sr=benjamin 2008-12-04 15:37:37 +01:00
Arpad Borsos c58eae9086 Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; embedding cleanup, v2; r+sr=benjamin 2008-12-04 15:26:09 +01:00
Masayuki Nakano 689eecd385 backout the latest landing b=463209 2008-11-27 12:29:44 +09:00
Masayuki Nakano e0b35ba86e Bug 463209 No sound when message box is opened (alert/confirm/prompt/etc...) r+sr=roc, ui-jboriss, a=beltzner 2008-11-27 11:50:35 +09:00
Phil Ringnalda 538c9fb42a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Brad Lassey ba58fd695a Bug 461283 - Crash [@ fastcopy_I ] - printing broken r=vlad 2008-10-24 01:21:15 -04:00
Brad Lassey f320a4dafd Bug 459674: widget printing wide char fixes r=stuart sr=roc 2008-10-21 20:54:26 -04:00
Olli Pettay 3cba110fca bug 302775 - extractContents doesn't work if start and end node of a Range object is an attribute node, r=peterv, sr=sicking 2008-10-15 12:40:28 +03:00
Arpad Borsos c72ef7d248 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Serge Gautherie 768535f4f7 Bug 450048 - "nsFind.cpp(961) : warning C4309: 'initializing' : truncation of constant value"; class/interface test; r+sr=jst 2008-09-23 03:32:13 +02:00
Arpad Borsos 1e410ca73d Bug 451909 - kill MOZ_XUL_APP now that all apps set it; 'jar.mn' part; r=ted.mielczarek 2008-09-15 15:19:32 +02:00
Boris Zbarsky 712fbe6e3a Back out bug 333177 "fix", since it would break searching across ­ 2008-08-25 13:21:29 -04:00
Oleg Romashin 4490c66152 merge with mozilla-central 2008-08-16 03:39:26 -04:00
Ginn Chen ac68a446f8 Bug 449749 nsWindowWatcher.cpp failed to compile with Sun Studio 12 r+sr=roc 2008-08-14 15:18:36 +08:00
Serge Gautherie d207aa32c6 Bug 450048 - nsFind.cpp(961) : warning C4309: 'initializing' : truncation of constant value, r+sr=jst 2008-08-14 08:24:12 +02:00
Oleg Romashin 1ae93ca4ab Fixed building printing gui for qt unix port 2008-08-04 00:08:45 +03:00
Ere Maijala a9906d2600 Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=smaug
sr=roc
2008-08-01 10:32:32 -07:00
Ben Karel [eschew] 81953ae791 Bug 293834. Save As, Complete should save form input state. r=bzbarsky, sr=sicking 2008-07-28 22:59:25 -07:00
Ted Mielczarek a4a899e2a2 Backed out changeset ed4c2de9fa70 from bug 112294 - failing unit tests 2008-07-23 08:50:22 -04:00
Ere Maijala 88c1909593 Merge commit for bug 112294 2008-07-23 10:32:44 +03:00
Ere Maijala 2372bd5fea Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=neil/smaug
sr=roc
2008-07-23 10:26:24 +03:00
L. David Baron 1347910ac9 Change the binding parent for native anonymous content to work like the binding parent for XBL anonymous content, and be the parent of the anonymous content subtree rather than the root of the anonymous content subtree. (Bug 436453) r=bzbarsky,smaug,surkov sr=bzbarsky 2008-07-22 21:50:20 -07:00
Mats Palmgren dc6c9b992a Don't save applet "code" locally if there is an "archive". b=430283 r+sr=jst 2008-07-09 17:52:23 +02:00
Benjamin Smedberg 884ca0dcae Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst 2008-06-30 21:03:50 -04:00
dholbert@cs.stanford.edu f00d46c83e Bug 431190: Make Linux print dialog & page setup dialog modal. r+sr=vlad a=damons 2008-04-30 23:43:04 -07:00
gavin@gavinsharp.com 1994fa78a4 Bug 393707: Landing 389634 broke building without XUL, patch by romaxa <romaxa@gmail.com>, r=smaug, a=beltzner 2008-04-13 17:53:21 -07:00
dolske@mozilla.com 59fafa0671 Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+ 2008-04-02 20:02:08 -07:00
Olli.Pettay@helsinki.fi 6880db45dc Bug 423965, [@ nsFind::Find], r+sr=jst, a=beltzner 2008-03-31 04:58:00 -07:00
Olli.Pettay@helsinki.fi b46aebb468 Bug 414338, nsFind crashes if passed a range rooted at a document, r+sr=jst 2008-03-18 03:10:21 -07:00
timeless@mozdev.org a1b20d7090 Bug 422445 WebBrowserPersist treats StartUpload failure as a readError r=biesi a=dsicore 2008-03-16 15:06:02 -07:00
jst@mozilla.org 9585671944 Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc 2008-03-14 14:31:24 -07:00
edward.lee@engineering.uiuc.edu 9296408872 Bug 418961 - "Save Page As" "Text Files" saves file but Downloads window doesn't show completion. r=biesi, sr=biesi, b-ff3=beltzner 2008-03-08 17:04:28 -08:00
edward.lee@engineering.uiuc.edu 52662b1412 Bug 412360 - Download Manager remains empty, downloads don't start, with this 3.0b2 downloads.sqlite. r=sdwilsh, r=biesi, sr=biesi, b-ff3=beltzner 2008-03-08 17:02:06 -08:00
joshmoz@gmail.com 5dea3ecb1e protect against obj-c exceptions in printing ui. b=419389 r/sr=roc 2008-03-04 09:56:32 -08:00
masayuki@d-toybox.com 1c98c2e245 Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner 2008-02-28 07:28:37 -08:00
masayuki@d-toybox.com 076b8bba8e backing out the previous patch, becaused qm-centos5-01 dep unit test is orange 2008-02-28 05:59:25 -08:00
masayuki@d-toybox.com 600836e7ed Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner 2008-02-28 03:01:56 -08:00
joshmoz@gmail.com 0fa9ad616c remove unused files, rename mac prompt service file to .mm. prep for exceptions handling. b=419389 r/sr=roc 2008-02-26 11:37:44 -08:00
Olli.Pettay@helsinki.fi 652c1e007c Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking 2008-02-26 04:40:18 -08:00
reed@reedloden.com 5d4ef49dd4 Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan] 2008-02-25 00:59:20 -08:00
reed@reedloden.com 2806032534 Bug 409796 - "No pictures shown in saved file (file name and folder name, containing that file, is in cyrillic)" [p=lolkaantimat@gmail.com (Evgeniy Ivanov [powerfox]) r+sr=biesi a1.9=beltzner] 2008-02-23 23:44:07 -08:00
jag@tty.nl 05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
masayuki@d-toybox.com 6e2677d193 Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron 2008-02-16 07:31:27 -08:00
bzbarsky@mit.edu 41f1d79e6e Stop treating _new as a special window target. No other browser does. Bug 417067, r+sr=jst, a=beltzner 2008-02-13 21:05:25 -08:00
jag@tty.nl 6b4aa39072 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
dolske@mozilla.com a714da4a56 Bug 244273 - improve current HTTP authentication prompt. r=neil,bsmedberg ui-r=johnath, a=blocking-1.9+, a-latel10n=damons 2008-01-29 11:33:26 -08:00
reed@reedloden.com 23bbd145b3 Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc] 2008-01-20 19:47:25 -08:00
reed@reedloden.com ac15e5aa0a Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest. 2008-01-17 02:11:00 -08:00
reed@reedloden.com 9e6a8820f7 Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep] 2008-01-16 22:27:50 -08:00
stuart.morgan@alumni.case.edu f8fdb83edf Bug 312018: Set the print job name before showing the print dialog. r=josh sr=bsmedberg a1.9=schrep 2008-01-10 15:44:06 -08:00
sdwilsh@shawnwilsher.com 8e7fe59222 Bug 410804 - nsWebBrowserPersist::MakeOutputStreamFromFile doesn't follow XPCOM rules. r=biesi, sr=biesi, a=schrep 2008-01-06 16:23:54 -08:00
sdwilsh@shawnwilsher.com 1f1340510a Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz 2008-01-04 09:55:02 -08:00
reed@reedloden.com f9ee4eb39f Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc] 2008-01-01 02:11:02 -08:00
dtownsend@oxymoronical.com 9b0e4bcdd7 Bug 404773: Find bar doesn't like the letters 'b', 'o', 'd', 'y', and 'random'. s+sr=jst, a=P1 blocking 2007-12-06 13:19:16 -08:00
stuart.morgan@alumni.case.edu 12e481ad5f Follow up to bug 404290, make sure embedding clients don't crash (bug 406108). r+sr=bzbarsky a1.9=blocking1.9 2007-12-03 16:31:21 -08:00
dolske@mozilla.com bacde85933 Bug 403115 - Option missing to save password for HTTP auth. r=benjamin, sr=cbiesinger, blocking1.9=mconnor 2007-12-03 13:47:45 -08:00
db48x@yahoo.com 97d02bfe9b Bug 404290 ÃÂ the size of popup windows needs to be specified in css pixels, not device pixels. r=eli,roc sr=bsmedberg 2007-11-27 05:30:09 -08:00
bzbarsky@mit.edu 8f63f75429 Make find code less sensitive to exactly which nodes return true for IsNativeAnonymous(). Bug 403090, r+sr=mats, a=schrep 2007-11-18 10:53:43 -08:00
jst@mozilla.org 756d0c4ef0 Fixing bug 402866. Don't make modal dialogs resizable just because pref dom.disable_window_open_feature.resizable is set to true. r+sr=bzbarsky@mit.edu 2007-11-15 15:07:13 -08:00
reed@reedloden.com 8a1c8ee709 Bug 402839 - "Modal dialogs should use Linux's native icons" (part A) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=biesi a1.9=schrep] 2007-11-14 22:50:40 -08:00
dolske@mozilla.com 52cba9f35f Bug 382180: HTTP auth dialogs don't come up if login manager croaks. r=gavin, a=mconnor, aM9=mconnor 2007-10-24 14:23:50 -07:00
bugzilla@standard8.plus.com b319282079 Bug 397403 NS_NewAuthPrompter needs to check if the password manager prompt factory can handle password prompts. r/sr=biesi,a=sayrer 2007-10-13 02:27:24 -07:00
tglek@mozilla.com a0468b7b36 bug 398599. Fix prbool violations. r=bsmedberg a=sayrer 2007-10-12 16:47:11 -07:00
jst@mozilla.org f9c2361632 Fixing bug 391777. Make window.close() work on a modal content dialogs. r+sr+a=jonas@sicking.cc 2007-09-27 14:53:25 -07:00
roc+@cs.cmu.edu 9972360428 Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky 2007-09-18 16:12:06 -07:00
jst@mozilla.org a4b4665459 Fixing bug 393900. Make windows opened with showModalDialog() obey window feature prefs. r+sr=jonas@sicking.cc, a=dsicore@mozilla.com 2007-09-07 13:30:15 -07:00
mozilla@weilbacher.org 90741e52c0 Bug 321517: A text file in a frame is not properly saved (backend patch v3.3), p=sciguyryan, r/sr=cbiesinger, a=bzbarsky 2007-08-23 17:31:37 -07:00
cbiesinger@gmx.at a23985c0a8 more bustage fix 2007-08-23 11:09:31 -07:00
bzbarsky@mit.edu 4274f9c4c4 Fix build bustage 2007-08-23 10:39:59 -07:00
cbiesinger@gmx.at af6d8d5319 391100 move nsAutoWindowStateHelper from nsPrompt to nsPromptService r=bz sr=jst a=bz 2007-08-23 10:31:39 -07:00
masayuki@d-toybox.com a20d56bd8d Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 04:13:46 -07:00
sdwilsh@shawnwilsher.com 4e7d7cfc20 Bug 391870 - Have the download manager store the referring uri when appropriate (and use it in the front end). r=mano, r=cbiesinger, sr=cbiesinger 2007-08-17 16:05:26 -07:00
jst@mozilla.org 3b2512803a Fixing bug 389634. Remove dependency on XUL windows from modal content dialog opening code (window.showModalDialog()). r=bzbarksy@mit.edu, sr=jonas@sicking.cc 2007-08-09 15:03:01 -07:00
bzbarsky@mit.edu 325c15a53d Fix bug 389334. r+sr=biesi 2007-07-26 18:24:34 -07:00
jst@mozilla.org c1b1b4d758 Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc 2007-07-26 10:52:26 -07:00
mozilla.mano@sent.com 645edc2eee Bug 294615 - Search/find fails on words containing soft hyphen (&shy;). r+sr=jst. 2007-07-24 13:47:42 -07:00
dmose@mozilla.org 570912b643 Fix SeaMonkey regression from bug 384374 landing (no bug); r+sr=bz 2007-07-23 17:00:22 -07:00
asqueella@gmail.com 2af06bedb1 Bug 383716 - nsWebBrowserPersist::OnStopRequest doesn't check |status| for failure
p=Edward Lee (Mardak) <edilee@mozilla.com>
r=biesi, sr=bz
2007-07-23 16:34:20 -07:00
bzbarsky@mit.edu d8a5bd6455 More consistent handling of principals for loads across docshell type
boundaries.  Bug 388121, r+sr=jst
2007-07-17 18:47:07 -07:00
flamingice@sourmilk.net 02f7e98d65 Bug 129921, nsIWebBrowserPersist should support resume, Patch by Tom Germeau, r=biesi, sr=jst 2007-07-13 10:31:10 -07:00
mats.palmgren@bredband.net db9a36b35c Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst 2007-07-10 06:53:01 -07:00
bzbarsky@mit.edu ced8f1a4b0 Use a Subsumes() check, not a same-origin one. r+sr=jst 2007-07-09 21:14:00 -07:00
jwalden@mit.edu 6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
dmose@mozilla.org ec036ba262 Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking 2007-07-05 12:31:44 -07:00
bzbarsky@mit.edu 11cd15d771 Make the ranges used by find code able to span anonymous content. Bug 384706,
r+sr=sicking
2007-06-18 20:01:03 -07:00
kherron@fmailbox.com de40e9c8b1 Bug 325381 - nsWebBrowserPersist::OnWalkDOMNode missing early return. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger. 2007-06-16 13:57:44 -07:00
leon.sha@sun.com ab581cee9c Bug 253926 Print to file doesn't cancel properlyPatch by leon.sha@sun.comdarin.moz: review+benjamin: superreview+ 2007-06-12 22:48:17 -07:00
mozilla@weilbacher.org 58a7060568 Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 15:13:08 -07:00
bent.mozilla@gmail.com e3e1e8965c Bug 380470 - "nsAppStartupNotifier shouldn't require components to implement nsIObserver". r=bsmedberg. 2007-05-16 13:06:01 -07:00
neil@parkwaycc.co.uk 00f6f7bfc3 Avoid calling formatStringByName with no formats b=379889 r=smontagu sr=biesi 2007-05-09 01:40:41 -07:00
bzbarsky@mit.edu 086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
mats.palmgren@bredband.net c712869d45 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
peterv@propagandism.org f091506c2b Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 09:35:27 -07:00
martijn.martijn@gmail.com 067d379a61 Bug 378178 - Some code that doesn't compile under DEBUG_FIND anymore, r+sr=bzbarsky 2007-04-21 04:00:01 -07:00
bzbarsky@mit.edu f792615997 Don't try to use ranges to represent chunks of the flattened tree, becauseranges can't have endpoints that are anonymous wrt the other endpoint. Bug374873, r+sr=rbs 2007-04-18 13:05:42 -07:00
gijskruitbosch@gmail.com 3e830ee3c0 Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger) 2007-04-15 05:31:18 -07:00
dbaron@dbaron.org d98d9fdec5 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
hg@mozilla.com 05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
ginn.chen%sun.com b9eb989a03 Fix bustage of 368773 2007-03-19 06:57:15 +00:00
peterv%propagandism.org be653586e2 Fix leak regression from bug 368773 (Add a bunch of DOM objects to cycle collection). r/sr=bz. 2007-03-18 11:07:52 +00:00
peterv%propagandism.org 12f2917956 Fix for bug 368773 (Add a bunch of DOM objects to cycle collection). r=sicking, sr=jst. 2007-03-08 11:17:16 +00:00
asqueella%gmail.com d7595e46f7 Bug 372170 - Followup to 371497: fix array usage (footprint improvements)
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r+sr=bzbarsky
2007-03-07 20:03:19 +00:00
mats.palmgren%bredband.net c3220ba43f Move ~800 bytes of const data to text segment and fix GCC compile warnings. b=371497 r=sciguyryan sr=bzbarsky 2007-02-27 22:36:04 +00:00
asqueella%gmail.com 986c85a51c Bug 155109 - Save As Complete misplaces data: src
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=bzbarsky
2007-02-17 18:49:28 +00:00
Olli.Pettay%helsinki.fi 0dbd31470c Trying to fix bustage, Bug 363067 2007-02-16 00:42:13 +00:00
Olli.Pettay%helsinki.fi 805e0ff0f8 Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking 2007-02-15 23:04:33 +00:00
dbaron%dbaron.org afc56e1eb0 Make MOZ_GFX_TOOLKIT in Makefiles be the same thing that it is in configure. b=369409 r=vlad 2007-02-08 19:23:25 +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
martijn.martijn%gmail.com 5fc4a6dc3f Bug 336279 � Find misses text in this testcase, r=jst, sr=rbs 2007-01-29 13:58:24 +00:00
ajschult%verizon.net 4acedf7aa5 Bug 234710: Part II: build config change and remove embedding/components/jsconsole entirely. r=bsmedberg 2007-01-20 04:59:01 +00:00
ajschult%verizon.net e8ede8fa09 Bug 234710: Part II: build config change and remove embedding/components/jsconsole entirely. r=bsmedberg 2007-01-20 04:52:14 +00:00
ajschult%verizon.net cf0bd8c525 Bug 234710: Part II: build config change and remove embedding/components/jsconsole entirely. r=bsmedberg 2007-01-20 04:49:33 +00:00
philringnalda%gmail.com 95a616af6d Bug 365569: remove workaround from bug 297227, r=mento 2007-01-03 06:02:39 +00:00
bzbarsky%mit.edu 38f1da6f92 Fix assertion to assert about the right thing. Bug 265780 comment 35 followup. 2006-12-01 04:35:18 +00:00
neil%parkwaycc.co.uk 6a6d38fbe5 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 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 df977f5e9a 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 309c7dbf84 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
cbiesinger%web.de 9a381e7875 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 c3fe8709a1 bug 354522 - Moves rv outside the if so nsIAuthPrompt2 works properly. r=biesi,sr=dmose 2006-09-27 19:41:01 +00:00
cbiesinger%web.de 79738ef491 Bug 265780 make FTP use nsIAuthPrompt2
r=darin
2006-09-22 21:06:57 +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
cbiesinger%web.de 8c59aae763 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
bzbarsky%mit.edu e9379f3679 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
bzbarsky%mit.edu ac4a87c1ae 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 18980be0d7 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
cvshook%sicking.cc 4c08721214 Bug 345342: Add nullcheck fix regression from previous checkin. r/sr=bz 2006-07-22 05:52:05 +00:00
cbiesinger%web.de 2424e3badc 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 3a9a287253 Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +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 13a6aa09df 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
mrbkap%gmail.com dc64cabd5f Remove extraneous newline. No bug, r+sr=jst 2006-07-11 22:55:09 +00:00
jst%mozilla.jstenback.com b271739439 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 4776db2c47 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
mrbkap%gmail.com 8b454010c1 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 db68ff7b6c [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 6f2608c387 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
mrbkap%gmail.com 060a3a1e2b Fix this to be a real null check. No bug, r+sr=bzbarsky 2006-06-14 22:25:12 +00:00
mrbkap%gmail.com af7ec736be 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 0f241835df Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan. 2006-06-13 03:07:47 +00:00
mrbkap%gmail.com 98997f8669 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
timeless%mozdev.org a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
jag%tty.nl 6a12f2f513 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 1a27c5a60a Some more poking. 2006-05-15 12:19:54 +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
bzbarsky%mit.edu 0c3706888c Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking 2006-04-27 18:21:11 +00:00
cvshook%sicking.cc a9de930a86 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 eb966d89e7 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 f207e836f4 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 70a0f2207b 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
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
peterv%propagandism.org ea82f1a8a5 Fix for bug 286300 (Clean up HTML tags enum and related code). r=mrbkap, sr=bz, a=asa. 2005-06-16 13:10:58 +00:00
scott%scott-macgregor.org 7bbf4ccb5b Bug #297227 --> Depend build fails to build PrintPDE.plugin
Patch by  Mark Mentovai

jhpedemonte: review+
peterv: superreview+
a=asa
2005-06-13 19:54:10 +00:00
jst%mozilla.jstenback.com 4ae27eb507 Fixing bug 296850. Unregress frame injection bug 246448. r=bzbarsky@mit.edu, sr+a=brendan@mozilla.org 2005-06-07 23:34:22 +00:00
joshmoz%gmail.com 6f121c64db more bustage fixes for Mac OS X 10.4 build patch. by Mark Mentovai. b=292530 2005-06-01 21:15:09 +00:00
joshmoz%gmail.com e217c2f603 more bustage fixes for Mac OS X 10.4 "Tiger" build patch, by Mark Mentovai. b=292530 2005-06-01 20:52:53 +00:00
joshmoz%gmail.com bed850e22c fix building on Mac OS X 10.3.x "Panther". Patch by Mark Mentovai. b=292530 r=me 2005-06-01 20:13:21 +00:00
joshmoz%gmail.com f299a66dc7 more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan 2005-06-01 18:53:30 +00:00
pedemont%us.ibm.com d75b5fa3eb 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
jshin%mailaps.org 844e7f7324 bug 166127 search string in Japanese doesn't match exactly : patch by saito@densan.co.jp, r/sr=jst, a=asa 2005-04-30 01:37:00 +00:00
dougt%meer.net be6760da53 Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa
2005-04-29 13:33:49 +00:00
cbiesinger%web.de b4d01e71f2 289843 release references to the listener when the download is complete
r=bz sr=darin a=asa
2005-04-26 14:07:21 +00:00
cbiesinger%web.de aa12c468cf 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
mconnor%steelgryphon.com c8ea20a483 land windowwatcher portions of jst's fix for bug 289949, r+sr+a=brendan 2005-04-21 21:21:11 +00:00
neil%parkwaycc.co.uk d36863a963 Exception-proof the clearing of the username and password from a URL in case it doesn't understand the concept b=290829 r=biesi sr=dveditz a=asa 2005-04-20 17:06:45 +00:00
cbiesinger%web.de 33e7cc8025 Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
cbiesinger%web.de 783baa5a45 Bug 289650 nsIWebBrowserPersist should inherit from nsICancelable
r=darin sr=bz a=asa
2005-04-10 12:37:36 +00:00
bsmedberg%covad.net 3357ab6d6f Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 23:48:43 +00:00
bsmedberg%covad.net 99478b1472 Rename a few nsModule.cpp files so that libxul will link on platforms that use ar+ranlib r=darin
embedding/components/build/nsModule.cpp -> nsEmbeddingModule.cpp
2005-04-05 23:28:18 +00:00
cbiesinger%web.de f0b358248f 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
darin%meer.net a9ee9fbf43 landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky 2005-04-05 22:27:48 +00:00
bzbarsky%mit.edu 9d9a986c36 Add the prompt-service contract to nsEmbedCID.h 2005-04-05 22:27:45 +00:00
gerv%gerv.net 29807f4571 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-04-05 22:27:44 +00:00
ccarlen%netscape.com c4cf6b7191 Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa 2005-04-05 22:27:40 +00:00
bryner%netscape.com 06de76e44b Make --disable-xul work (bug 69995). We build enough XUL to support
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree.  r=bzbarsky, sr=alecf.
2005-04-05 22:27:38 +00:00
sfraser%netscape.com 08c40954e5 Part of fix for bug 201257, missed in previous checkin. r=brade/sr=alecf. 2005-04-05 22:27:36 +00:00
cmanske%netscape.com c6419b37c6 Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser 2005-04-05 22:27:34 +00:00
locka%iol.ie 173e69791b Remove nsDOMWalker & nsIDOMWalker altogether. b=155066 r=sicking@bigfoot.com sr=jst@netscape.com 2005-04-05 22:27:32 +00:00
locka%iol.ie 81e86764a7 Turn nsDOMWalker into an XPCOM object. b=155066 r=ccarlen sr=kin 2005-04-05 22:27:30 +00:00
rods%netscape.com be8704b497 Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2005-04-05 22:27:28 +00:00
akkana%netscape.com 2660b7d4e9 123087: Redesign Find API, rewrite new find algorithm.
Not yet enabled by default; needs testing.  r=brade sr=kin.
2005-04-05 22:27:26 +00:00
mjudge%netscape.com abbd607c21 115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work. 2005-04-05 22:27:25 +00:00
sfraser%netscape.com 1ab00a54e8 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2005-04-05 22:27:22 +00:00
locka%iol.ie dd82d1bcc3 Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com 2005-04-05 22:27:20 +00:00
gerv%gerv.net 710c7ea28a License changes, take 2. Bug 98089. mozilla/embedding/. 2005-04-05 22:27:18 +00:00
gerv%gerv.net 914c83368e Oops. 2005-04-05 22:27:17 +00:00
scc%mozilla.org 08192028c0 bug #98089: ripped new license 2005-04-05 22:27:16 +00:00
pinkerton%netscape.com b47df3d66d separating jsconsole into its own component. r=damn/sr=hyatt bug# 73127 2005-04-05 22:27:15 +00:00
kandrot%netscape.com 4476c0f3f8 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2005-04-05 22:27:14 +00:00
sfraser%netscape.com 5e806b9fab Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2005-04-05 22:27:13 +00:00
shaver%mozilla.org 500e3d6460 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2005-04-05 22:27:12 +00:00