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 |
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 |
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 |
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 |
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 |
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 |
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 |
gerv%gerv.net
|
e7a53f8e59
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-03-31 04:41:00 +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 |
bzbarsky%mit.edu
|
27048ab6e4
|
PArt of patch for bug 266371
|
2006-02-15 03:33:38 +00:00 |
bzbarsky%mit.edu
|
585f7570c5
|
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 |
bryner%brianryner.com
|
7d6f272823
|
Dispatch a notification that a newly-opened window has been initialized (bug 326784). r+sr=bzbarsky.
|
2006-02-12 00:39:26 +00:00 |
bzbarsky%mit.edu
|
0899f137f9
|
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
|
2dbdd7da0d
|
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
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
mark%moxienet.com
|
f345a03ffd
|
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
|
d8c110078c
|
190307 nsINonBlockingAlertService.idl is not frozen, moving out of SDK_XPIDLSRCS
|
2006-02-02 02:43:42 +00:00 |
mark%moxienet.com
|
887b2ad73e
|
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 |
jst%mozilla.jstenback.com
|
175fe145fe
|
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
|
7a5af690c6
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
roc+%cs.cmu.edu
|
f8cddec44f
|
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 |
bzbarsky%mit.edu
|
cf82394840
|
Don't try to duplicate the jsval typedef. Bug 312003, r+sr=brendan
|
2005-10-12 20:16:35 +00:00 |
bzbarsky%mit.edu
|
1b31b43868
|
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 |
bzbarsky%mit.edu
|
98f698b036
|
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 |
roc+%cs.cmu.edu
|
56b0974569
|
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
|
0be172785b
|
Removing unused code. Bug 303102, r+sr=jst
|
2005-08-15 02:49:22 +00:00 |
jst%mozilla.jstenback.com
|
0d8b79a0bf
|
Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org
|
2005-08-12 04:11:00 +00:00 |
jst%mozilla.jstenback.com
|
9700a6e483
|
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 |
jst%mozilla.jstenback.com
|
a7ceeedb51
|
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 |
jst%mozilla.jstenback.com
|
43fe817836
|
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 |
mconnor%steelgryphon.com
|
86b1d7e538
|
land windowwatcher portions of jst's fix for bug 289949, r+sr+a=brendan
|
2005-04-21 21:21:11 +00:00 |
bryner%brianryner.com
|
a821ecc6cf
|
Inline access to XPCWrappedNative's nsISupports pointer, with do_QueryWrappedNative nsCOMPtr helper (bug 285404). r=jst, sr=darin.
|
2005-03-10 00:39:28 +00:00 |
jst%mozilla.jstenback.com
|
eb65bc6267
|
Fixing bug 284993. Make sure the new content viewer is properly initialized before fireing location changed notifications. r=bzbarsky@mit.edu, sr=darin@meer.net
|
2005-03-09 14:31:02 +00:00 |
bzbarsky%mit.edu
|
d624665bc9
|
Add the prompt-service contract to nsEmbedCID.h
|
2005-03-07 16:07:11 +00:00 |
jst%mozilla.jstenback.com
|
cef561a155
|
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
|
2005-03-04 02:01:54 +00:00 |
bzbarsky%mit.edu
|
eeb71482bd
|
Fix nsWindowWatcher::FindItemWithName to pass in the right requestor; expose it
on nsPIWindowWatcher and use it from nsDocShellTreeOwner. Bug 282296, r=danm,
sr=jst
|
2005-03-03 17:26:34 +00:00 |
jst%mozilla.jstenback.com
|
5e17dc1a02
|
Fixing bug 277574. Make sure all modal dialogs, not just the ones that come from DOM calls, bring the requesting tab to focus. r=dveditz@cruzio.com, sr=darin@meer.net
|
2005-02-23 23:31:37 +00:00 |
pedemont%us.ibm.com
|
dfe140175e
|
Bug 256911 - Implement weakref support for SetWebBrowserChrome. r=darin, sr=shaver
|
2005-02-04 23:32:32 +00:00 |
jst%mozilla.jstenback.com
|
1a8e54667c
|
Fixing bug 103638 (and bug 273699). Targets with same name in different windows open in the wrong window. Patch by bzbarsky@mit.edu and myself, r=danm.moz@gmail.com, bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=asa@mozilla.org
|
2005-01-11 19:36:40 +00:00 |