Daniel Holbert
5789c144c5
Bug 458167 - Fix bad usage of "it's" in comments: patch for embedding folder. r=bsmedberg
2009-02-05 18:05:58 -08:00
Boris Zbarsky
3ba06719b6
Bug 475915. Rev nsPIWindowWatcher iid in CLOSED TREE
2009-02-03 15:45:26 -05:00
John Daggett
9e17bba227
Bug 425844 - restore menu state after page setup and print dialogs. r=josh
2009-01-29 17:46:23 +09:00
Daniel Holbert
38ee9571c8
Bug 475078: Fix hang during "save-as-complete" by using nsTArray::Contains instead of nsTArray::IndexOf to check for array-membership. r+sr=roc a=beltzner
2009-01-27 14:43:26 -08:00
Daniel Holbert
c755eee8e7
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Fred Jendrzejewski
fd612bd117
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
...
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
timeless@mozdev.org
60f456975b
Bug 269895 - nsPrintDialogUtil.cpp uses a CID from outside its module, r=emaijala, sr=neil
2009-01-15 20:02:21 -08:00
Phil Ringnalda
9abbe6cb56
Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking
2009-01-15 20:02:21 -08:00
Jeremy Lea
1b7e1f21f0
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
...
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
2009-01-15 16:27:09 +13:00
David Zbarsky
51cc52c705
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
2009-08-24 16:02:07 -04:00
Boris Zbarsky
6a846dbed1
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
f3c17be4a6
Bug 458091: Don't store an mURI in nsDOMStorage. r=bz
2009-01-12 21:52:00 -08:00
Benjamin Smedberg
c0b8dd79be
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
507daffc50
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
b0f322f21c
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
e3e2bd2e60
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
22cd8d5550
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
fd6c02404c
Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; embedding cleanup, v2; r+sr=benjamin
2008-12-04 15:26:09 +01:00
Masayuki Nakano
8f601f6e6c
backout the latest landing b=463209
2008-11-27 12:29:44 +09:00
Masayuki Nakano
3b75800590
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
5ac69655c0
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
06611e4c3a
Bug 461283 - Crash [@ fastcopy_I ] - printing broken r=vlad
2008-10-24 01:21:15 -04:00
Brad Lassey
a26de85f53
Bug 459674: widget printing wide char fixes r=stuart sr=roc
2008-10-21 20:54:26 -04:00
Olli Pettay
fc205b2d3f
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
4460c617be
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
a8aae19ef6
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
9fb13865ed
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
95eeb481ee
Back out bug 333177 "fix", since it would break searching across ­
2008-08-25 13:21:29 -04:00
Oleg Romashin
f9a45e8af1
merge with mozilla-central
2008-08-16 03:39:26 -04:00
Ginn Chen
5f6d6a5a33
Bug 449749 nsWindowWatcher.cpp failed to compile with Sun Studio 12 r+sr=roc
2008-08-14 15:18:36 +08:00
Serge Gautherie
f7a910cc2f
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
c1ad1f6670
Fixed building printing gui for qt unix port
2008-08-04 00:08:45 +03:00
Ere Maijala
c4357775bb
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]
08d8ec06b9
Bug 293834. Save As, Complete should save form input state. r=bzbarsky, sr=sicking
2008-07-28 22:59:25 -07:00
Ted Mielczarek
483e638bb9
Backed out changeset ed4c2de9fa70 from bug 112294 - failing unit tests
2008-07-23 08:50:22 -04:00
Ere Maijala
512a636390
Merge commit for bug 112294
2008-07-23 10:32:44 +03:00
Ere Maijala
e8cb6c0617
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
957c98a91c
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
8ec461c77f
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
25f41414e8
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
d7b606749a
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
f7bd827380
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
bd40f61468
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
dd42657d97
Bug 423965, [@ nsFind::Find], r+sr=jst, a=beltzner
2008-03-31 04:58:00 -07:00
Olli.Pettay@helsinki.fi
8a5f870904
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
7c9ed4fa90
Bug 422445 WebBrowserPersist treats StartUpload failure as a readError r=biesi a=dsicore
2008-03-16 15:06:02 -07:00
jst@mozilla.org
630d5b60da
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
3c09432ead
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
b04e7a84d0
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
6a81962067
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
7558425acf
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
7963138fd7
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
67123b5a8f
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
2ae90e3d7a
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
ef5fceaa12
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
2008-02-26 04:40:18 -08:00
reed@reedloden.com
de0fd36632
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
7261bd8d17
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
60e16aa5b6
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 00:50:04 -08:00
masayuki@d-toybox.com
1ba248b82a
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
ca47a33b0c
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
92c5733e52
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
7af38b471a
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
c6c7f07cd5
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
a442aa2057
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
1647a5803a
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
6397bdfbe0
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
6a77372f46
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
537e0b2ccc
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
a007dfe8dd
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
ada0286391
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
608de0f896
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
dd88fad506
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
147132abd4
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
ee5f2c5f24
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
b332a6385b
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
1e7863f1cb
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
5776e8eccf
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
08f50ce7ca
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
ab198b8105
bug 398599. Fix prbool violations. r=bsmedberg a=sayrer
2007-10-12 16:47:11 -07:00
jst@mozilla.org
dee1a0982c
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
53ca6e7cdc
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
c25fc3ddf3
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
c04085bc5b
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
83f715e726
more bustage fix
2007-08-23 11:09:31 -07:00
bzbarsky@mit.edu
1bf9e126ac
Fix build bustage
2007-08-23 10:39:59 -07:00
cbiesinger@gmx.at
da442aeeee
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
5cf046b40d
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
e3a80d4bbe
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
eb6c74bccf
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
f6a566de8f
Fix bug 389334. r+sr=biesi
2007-07-26 18:24:34 -07:00
jst@mozilla.org
63bd26c924
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
59d1a01ef6
Bug 294615 - Search/find fails on words containing soft hyphen (­). r+sr=jst.
2007-07-24 13:47:42 -07:00
dmose@mozilla.org
e71962ec35
Fix SeaMonkey regression from bug 384374 landing (no bug); r+sr=bz
2007-07-23 17:00:22 -07:00
asqueella@gmail.com
fdde3ded95
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
7b20ad02f9
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
8645c6e3c9
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
00db5830ff
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
2e4173547c
Use a Subsumes() check, not a same-origin one. r+sr=jst
2007-07-09 21:14:00 -07:00
jwalden@mit.edu
12e960c504
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
00137b6801
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
2d74f9107f
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
467adea002
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
cf12657f0e
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
935b4d3035
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
2007-06-10 15:13:08 -07:00
bent.mozilla@gmail.com
5d7cd8e8ce
Bug 380470 - "nsAppStartupNotifier shouldn't require components to implement nsIObserver". r=bsmedberg.
2007-05-16 13:06:01 -07:00
neil@parkwaycc.co.uk
0c63751ee1
Avoid calling formatStringByName with no formats b=379889 r=smontagu sr=biesi
2007-05-09 01:40:41 -07:00
bzbarsky@mit.edu
9a5db57b2f
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
87a0062405
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
37ea48ef85
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
2007-04-25 09:35:27 -07:00
martijn.martijn@gmail.com
04458076fd
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
fe0d51d148
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
a650e64d62
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
4d961c5c49
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 08:33:38 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
dholbert%cs.stanford.edu
b8b5e16a94
Bug 431190: Make Linux print dialog & page setup dialog modal. r+sr=vlad a=damons
2008-05-01 06:43:05 +00:00
gavin%gavinsharp.com
a233e5d55f
Bug 393707: Landing 389634 broke building without XUL, patch by romaxa <romaxa@gmail.com>, r=smaug, a=beltzner
2008-04-14 00:53:21 +00:00
dolske%mozilla.com
3d81cc758c
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-03 03:02:10 +00:00
Olli.Pettay%helsinki.fi
3f5bcf432e
Bug 423965, [@ nsFind::Find], r+sr=jst, a=beltzner
2008-03-31 11:58:00 +00:00
Olli.Pettay%helsinki.fi
c3f4b42877
Bug 414338, nsFind crashes if passed a range rooted at a document, r+sr=jst
2008-03-18 10:10:21 +00:00
timeless%mozdev.org
13d4544b58
Bug 422445 WebBrowserPersist treats StartUpload failure as a readError
...
r=biesi a=dsicore
2008-03-16 22:06:02 +00:00
jst%mozilla.org
f6e789810a
Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc
2008-03-14 21:31:38 +00:00
edward.lee%engineering.uiuc.edu
a32c7922e8
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-09 01:04:28 +00:00
edward.lee%engineering.uiuc.edu
69ac6e1e5b
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-09 01:02:07 +00:00
joshmoz%gmail.com
f7a55cca95
protect against obj-c exceptions in printing ui. b=419389 r/sr=roc
2008-03-04 17:56:32 +00:00
masayuki%d-toybox.com
1e15df8ce2
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 15:28:40 +00:00
masayuki%d-toybox.com
755b4e49e5
backing out the previous patch, becaused qm-centos5-01 dep unit test is orange
2008-02-28 13:59:28 +00:00
masayuki%d-toybox.com
0cb4d69dfd
Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner
2008-02-28 11:01:59 +00:00
joshmoz%gmail.com
0e92f13c59
remove unused files, rename mac prompt service file to .mm. prep for exceptions handling. b=419389 r/sr=roc
2008-02-26 19:37:51 +00:00
Olli.Pettay%helsinki.fi
c1e558bc24
Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking
2008-02-26 12:40:21 +00:00
reed%reedloden.com
094bb39a01
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 08:59:21 +00:00
reed%reedloden.com
37fe8020c4
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-24 07:44:07 +00:00
jag%tty.nl
4221353fba
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
2008-02-18 08:50:33 +00:00
masayuki%d-toybox.com
79efc4821f
Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron
2008-02-16 15:31:33 +00:00
bzbarsky%mit.edu
5f7719d702
Stop treating _new as a special window target. No other browser does. Bug
...
417067, r+sr=jst, a=beltzner
2008-02-14 05:05:27 +00:00
jag%tty.nl
d969eb7c6b
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
2008-02-09 10:37:44 +00:00
dolske%mozilla.com
fc103dbaff
Bug 244273 - improve current HTTP authentication prompt. r=neil,bsmedberg ui-r=johnath, a=blocking-1.9+, a-latel10n=damons
2008-01-29 19:33:26 +00:00
reed%reedloden.com
38e12ee76c
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc]
2008-01-21 03:47:28 +00:00
reed%reedloden.com
6f9ce8a3d1
Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest.
2008-01-17 10:13:33 +00:00
reed%reedloden.com
e5354271fd
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
2008-01-17 06:27:53 +00:00
stuart.morgan%alumni.case.edu
6649db3f41
Bug 312018: Set the print job name before showing the print dialog. r=josh sr=bsmedberg a1.9=schrep
2008-01-10 23:44:06 +00:00
sdwilsh%shawnwilsher.com
98deef5593
Bug 410804 - nsWebBrowserPersist::MakeOutputStreamFromFile doesn't follow XPCOM rules. r=biesi, sr=biesi, a=schrep
2008-01-07 00:23:54 +00:00
sdwilsh%shawnwilsher.com
bea6c07ff0
Bug 410131 - DM isn't buffering writes when saving a file. r=biesi, sr=bz
2008-01-04 17:55:03 +00:00
reed%reedloden.com
7d480431ec
Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc]
2008-01-01 10:11:08 +00:00
dtownsend%oxymoronical.com
bb59e577c2
Bug 404773: Find bar doesn't like the letters 'b', 'o', 'd', 'y', and
...
'random'. s+sr=jst, a=P1 blocking
2007-12-06 21:19:16 +00:00
stuart.morgan%alumni.case.edu
2e566a7f82
Follow up to bug 404290, make sure embedding clients don't crash (bug 406108). r+sr=bzbarsky a1.9=blocking1.9
2007-12-04 00:31:21 +00:00
dolske%mozilla.com
449d2f1dfb
Bug 403115 - Option missing to save password for HTTP auth. r=benjamin, sr=cbiesinger, blocking1.9=mconnor
2007-12-03 21:47:45 +00:00
db48x%yahoo.com
8d7095f761
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 13:30:09 +00:00
bzbarsky%mit.edu
ac48a83059
Make find code less sensitive to exactly which nodes return true for
...
IsNativeAnonymous(). Bug 403090, r+sr=mats, a=schrep
2007-11-18 18:53:43 +00:00
jst%mozilla.org
96f8ba1944
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 23:07:13 +00:00
reed%reedloden.com
4559b7a187
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-15 06:50:40 +00:00
dolske%mozilla.com
31d4571713
Bug 382180: HTTP auth dialogs don't come up if login manager croaks. r=gavin, a=mconnor, aM9=mconnor
2007-10-24 21:23:51 +00:00
bugzilla%standard8.plus.com
167314cb16
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 09:27:24 +00:00
tglek%mozilla.com
390b7ed0f4
bug 398599. Fix prbool violations. r=bsmedberg a=sayrer
2007-10-12 23:47:12 +00:00
jst%mozilla.org
f49b8c98c1
Fixing bug 391777. Make window.close() work on a modal content dialogs. r+sr+a=jonas@sicking.cc
2007-09-27 21:53:26 +00:00
roc+%cs.cmu.edu
df1d8efba7
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 23:12:10 +00:00
jst%mozilla.org
1551664e2c
Fixing bug 393900. Make windows opened with showModalDialog() obey window feature prefs. r+sr=jonas@sicking.cc, a=dsicore@mozilla.com
2007-09-07 20:30:16 +00:00
mozilla%weilbacher.org
9517026fc4
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-24 00:31:37 +00:00
cbiesinger%gmx.at
d8bdbc5eb1
more bustage fix
2007-08-23 18:09:31 +00:00
bzbarsky%mit.edu
2c3e198c9a
Fix build bustage
2007-08-23 17:39:59 +00:00
cbiesinger%gmx.at
7475447791
391100 move nsAutoWindowStateHelper from nsPrompt to nsPromptService
...
r=bz sr=jst a=bz
2007-08-23 17:31:39 +00:00
masayuki%d-toybox.com
5fa5b33f97
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
2007-08-22 11:13:55 +00:00
sdwilsh%shawnwilsher.com
05a0bc48cb
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 23:05:28 +00:00
jst%mozilla.org
0c37acd02f
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 22:03:02 +00:00
bzbarsky%mit.edu
a4da64803d
Fix bug 389334. r+sr=biesi
2007-07-27 01:24:34 +00:00
jst%mozilla.org
19eb87acec
Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc
2007-07-26 17:52:53 +00:00
mozilla.mano%sent.com
967742a562
Bug 294615 - Search/find fails on words containing soft hyphen (­). r+sr=jst.
2007-07-24 20:47:42 +00:00
dmose%mozilla.org
1ed0ec5adf
Fix SeaMonkey regression from bug 384374 landing (no bug); r+sr=bz
2007-07-24 00:00:22 +00:00
asqueella%gmail.com
a8cd848c90
Bug 383716 - nsWebBrowserPersist::OnStopRequest doesn't check |status| for failure
...
p=Edward Lee (Mardak) <edilee@mozilla.com>
r=biesi, sr=bz
2007-07-23 23:34:20 +00:00
bzbarsky%mit.edu
bdae7839e5
More consistent handling of principals for loads across docshell type
...
boundaries. Bug 388121, r+sr=jst
2007-07-18 01:47:07 +00:00
flamingice%sourmilk.net
08395202ff
Bug 129921, nsIWebBrowserPersist should support resume, Patch by Tom Germeau, r=biesi, sr=jst
2007-07-13 17:31:11 +00:00
mats.palmgren%bredband.net
0efb62aad7
Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst
2007-07-10 13:53:01 +00:00
bzbarsky%mit.edu
b9e252223f
Use a Subsumes() check, not a same-origin one. r+sr=jst
2007-07-10 04:14:00 +00:00
jwalden%mit.edu
ef68fcf595
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 07:08:56 +00:00
dmose%mozilla.org
8e09a05e8f
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
2007-07-05 19:31:46 +00:00
bzbarsky%mit.edu
c50a10a865
Make the ranges used by find code able to span anonymous content. Bug 384706,
...
r+sr=sicking
2007-06-19 03:01:04 +00:00
kherron%fmailbox.com
f41bc0a695
Bug 325381 - nsWebBrowserPersist::OnWalkDOMNode missing early return. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=cbiesinger.
2007-06-16 20:57:44 +00:00
leon.sha%sun.com
9f8307ac59
Bug 253926 Print to file doesn't cancel properly
...
Patch by leon.sha@sun.com
darin.moz: review+
benjamin: superreview+
2007-06-13 05:48:17 +00:00
mozilla%weilbacher.org
ed37c961ed
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
2007-06-10 22:13:12 +00:00
bent.mozilla%gmail.com
5fc3496bff
Bug 380470 - "nsAppStartupNotifier shouldn't require components to implement nsIObserver". r=bsmedberg.
2007-05-16 20:06:01 +00:00
neil%parkwaycc.co.uk
19ccc03ce3
Avoid calling formatStringByName with no formats b=379889 r=smontagu sr=biesi
2007-05-09 08:40:41 +00:00
bzbarsky%mit.edu
b1e55b927c
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
...
GetShellAt(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 22:24:25 +00:00
mats.palmgren%bredband.net
24e870cb3d
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
2007-04-30 23:52:44 +00:00
peterv%propagandism.org
d0d256596c
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
2007-04-25 16:35:31 +00:00
martijn.martijn%gmail.com
403bf9bbfd
Bug 378178 � Some code that doesn't compile under DEBUG_FIND anymore, r+sr=bzbarsky
2007-04-21 11:00:01 +00:00
bzbarsky%mit.edu
44bb612278
Don't try to use ranges to represent chunks of the flattened tree, because
...
ranges can't have endpoints that are anonymous wrt the other endpoint. Bug
374873, r+sr=rbs
2007-04-18 20:05:42 +00:00
gijskruitbosch%gmail.com
2d835d35e0
Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Player
...
p=sciguyryan@gmail.com (Ryan Jones)
r=silver@warwickcompsoc.co.uk (James Ross)
r+sr=cbiesinger@gmx.at (Christian Biesinger)
2007-04-15 12:31:18 +00:00
dbaron%dbaron.org
a32fb9b241
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
2007-03-27 15:33:45 +00:00
ginn.chen%sun.com
553730227c
Fix bustage of 368773
2007-03-19 06:57:15 +00:00
peterv%propagandism.org
8763e8133a
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
b0d71960ba
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
7cd30903d2
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
23f0463cc0
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
448ce7cc20
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
1806e99e27
Trying to fix bustage, Bug 363067
2007-02-16 00:42:13 +00:00
Olli.Pettay%helsinki.fi
391f74f48d
Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking
2007-02-15 23:04:33 +00:00
dbaron%dbaron.org
1c867cd473
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
d9df0f2a4f
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
6696642347
Bug 336279 � Find misses text in this testcase, r=jst, sr=rbs
2007-01-29 13:58:24 +00:00
ajschult%verizon.net
f6703ef2f3
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
3ee4298277
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
e08c84ca67
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
005f293b22
Bug 365569: remove workaround from bug 297227, r=mento
2007-01-03 06:02:39 +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
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
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
cbiesinger%web.de
3bbe4edc19
Bug 265780 make FTP use nsIAuthPrompt2
...
r=darin
2006-09-22 21:06:57 +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
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
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
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
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
mrbkap%gmail.com
d1e16c6250
Remove extraneous newline. No bug, r+sr=jst
2006-07-11 22:55:09 +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
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
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
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
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
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
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
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
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
sharparrow1%yahoo.com
acef3d3622
Bug 327868: nsIFrameSelection cleanup. r+sr=roc
2006-02-21 00:49:04 +00:00