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 |