bzbarsky%mit.edu
|
412c1c2920
|
First part of fix for bug 309721, r+sr=jst
|
2006-04-08 03:23:37 +00:00 |
Olli.Pettay%helsinki.fi
|
c0e37e327a
|
Bug 234455, Centralize event dispatch r=jst, sr=bz
|
2006-03-07 17:08:51 +00:00 |
bzbarsky%mit.edu
|
b648bd4a19
|
Remove no longer used method. Bug 327098, r+sr=jst
|
2006-02-23 03:24:33 +00:00 |
bzbarsky%mit.edu
|
dd08ffa550
|
Store the opener principal, not just the opener URI. Bug 325816, r=mrbkap, sr=jst
|
2006-02-20 18:52:42 +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 |
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 |
bzbarsky%mit.edu
|
99ff6019ee
|
Fix bug 306642 -- caller's shouldn't have to guess at how to force inner window
creation. r+sr=jst
|
2005-12-11 20:38:29 +00:00 |
brettw%gmail.com
|
97c9c6513a
|
Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky
|
2005-12-05 18:07:33 +00:00 |
dbaron%dbaron.org
|
3ceffc0fc4
|
Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst
|
2005-12-03 07:42:40 +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 |
bsmedberg%covad.net
|
dff1dea638
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
mrbkap%gmail.com
|
a9b9ddd800
|
fixing bustage from bug 309027
|
2005-10-24 08:03:54 +00:00 |
jst%mozilla.jstenback.com
|
1bfeac660f
|
bug 309027: Make sure we unsuppress the old focus controller to avoid making focus go out of whack. Patch by aaronlev and mrbkap. r/sr=mats/jst
|
2005-10-24 07:38:55 +00:00 |
jst%mozilla.jstenback.com
|
3491ddf3a6
|
bug 309027: Make sure we unsuppress the old focus controller to avoid making focus go out of whack. Patch by aaronlev and mrbkap. r/sr=mats/jst
|
2005-10-24 07:36:05 +00:00 |
bryner%brianryner.com
|
cb47a2d735
|
Move resuming of timeouts to after we've restored the docshell hierarchy, so that they're restored correctly for subframes. Bug 305156, r=cbiesinger, sr=jst.
|
2005-08-25 07:06:59 +00:00 |
mrbkap%gmail.com
|
6fdb2d611a
|
bug 305236: Don't store the current document in the bfcache if we're going to reuse the current inner window for another page. In this case, the current document never was making it into session history anyway. r=bryner sr=jst
|
2005-08-23 00:24:57 +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
|
4f8ee0f3ff
|
Fixing bug 176079. Provide an API for plugins to control whether popups are enabled or not. Disable popups by default from plugins, but enable/disable popups while handling user input events (mouse click, keydown etc) on the platforms where it's possible (Win32 and Mac), but do that only if the plugin doesn't support the popup enabling/disabling API. r+sr+a=brendan@mozilla.org
|
2005-06-18 06:06:45 +00:00 |
bzbarsky%mit.edu
|
7762d11c0b
|
Back out the change for bug 277092, since it breaks other compat and pages.
Bug 292921, r=jst, sr+a=brendan
|
2005-05-08 21:44:16 +00:00 |
bryner%brianryner.com
|
592dbdc176
|
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
|
2005-05-04 20:22:32 +00:00 |
bzbarsky%mit.edu
|
075c2f3620
|
Make STOP_CONTENT not only stop the content viewer, but also cancel all pending
timeouts and intervals. Bug 277092, r+sr=jst
|
2005-01-31 22:49:42 +00:00 |
dbaron%dbaron.org
|
82176bf7b9
|
Fix another typo that stephend noticed.
|
2004-12-22 16:57:03 +00:00 |
dbaron%dbaron.org
|
5b510b420e
|
Fix runtime bustage involving some static build and/or --disable-xul situation by giving different classes different names. b=275119 r+sr=jst
|
2004-12-22 16:37:51 +00:00 |
jst%mozilla.jstenback.com
|
b7a9a380c8
|
Dropping 'Impl' from class names to keep things more sane. rs=peterv@propagandism.org
|
2004-12-10 19:48:22 +00:00 |
danm-moz%comcast.net
|
401b12036a
|
single window mode aviary branch merge. bug 172962, 263960 r=jst
|
2004-12-07 16:09:10 +00:00 |
jst%mozilla.jstenback.com
|
cd3efa3d71
|
Disable site reloading from onresize. Bug 258917. r=bzbarsky@mit.edu, sr=dbaron@dbaron.org
|
2004-10-20 02:19:57 +00:00 |
jst%mozilla.jstenback.com
|
f65293a74e
|
Fixing bug 260385. Prevent popups from opening from beforeunload events. r=danm.moz@gmail.com, sr=bzbarsky@mit.edu, a=asa@mozilla.org
|
2004-09-23 23:39:16 +00:00 |
bryner%brianryner.com
|
6bb951977c
|
Provide an inline implementation of private operator new and delete, for compilers that think they need the definition. Fixes AIX and probably IRIX bustage.
|
2004-09-05 21:29:45 +00:00 |
jst%mozilla.jstenback.com
|
c80fddcee9
|
Fixing typos in comments, and a adding a change that got lost in the merge of the patch for bug 252326 when it was merged from the aviary branch.
|
2004-09-05 08:24:29 +00:00 |
jst%mozilla.jstenback.com
|
63c881aeb2
|
Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com
|
2004-09-04 19:28:46 +00:00 |
bsmedberg%covad.net
|
7bbfa9aab8
|
Parts of bug 205425 - turn the embedding widget into a GRE client - patch by marco@gnome.org r=me sr=blizzard
|
2004-05-29 17:43:59 +00:00 |
danm-moz%comcast.net
|
24ebf618c3
|
fix IsLoadingOrRunningTimeout broken in rev 1.31
|
2004-05-04 18:58:28 +00:00 |
jst%mozilla.jstenback.com
|
2985599fe6
|
Fixinb build warning. sr=bryner@brianryner.com
|
2004-05-04 01:36:49 +00:00 |
bryner%brianryner.com
|
f9f55ca33e
|
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
|
2004-05-03 21:48:36 +00:00 |
gerv%gerv.net
|
692411203a
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
danm-moz%comcast.net
|
50658833c3
|
add methods to track whether window was opened as a popup. bug 197919 r=bryner,jst
|
2004-02-03 02:22:02 +00:00 |
bryner%brianryner.com
|
63cd8e61d6
|
Fix focus not being restored correctly after unminimizing a window on Win32 (bug 212556). r=ere@atp.fi, sr=jst@netscape.com, a=asa.
|
2003-08-12 06:43:48 +00:00 |
bryner%netscape.com
|
3adf284116
|
Remove #include "nsIScriptContext.h" from nsPIDOMWindow.h, because this (among other things) creates a dependency on js headers, which is breaking Camino. Bug 210704, r+sr=jst.
|
2003-06-26 00:41:23 +00:00 |
seawood%netscape.com
|
8f112a4226
|
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
|
2003-06-10 21:18:27 +00:00 |
mstoltz%netscape.com
|
0bd380d3ed
|
Bug 159424 - Don't clear scope of global object when loading the first document in a window, if the document has the same origin as the calling script. r=heikki, sr=jst, a=asa
|
2003-05-05 20:55:37 +00:00 |
seawood%netscape.com
|
8ae6c40f5d
|
Removing old nmake build makefiles. Bug #158528 r=pavlov
|
2002-08-10 07:55:43 +00:00 |
bryner%netscape.com
|
4d7d4c4470
|
Removing unused NS_DOM/_IMPL_NS_DOM and NS_INTL/_IMPL_NS_INTL defines (bugs 160248 and 160253). Patch for 160248 by walk84@yahoo.com, r=me&cls; patch for 160253 by me, r=cls.
|
2002-07-31 20:53:46 +00:00 |
mjudge%netscape.com
|
543b9c1e7e
|
r=akkana sr=sfrasier 125146 a=asa This patch will make the embedding API's a better friend to all. It eliminates the use of multibyte strings in command names and also allows for simple command to not require the nsICommandParams interface to be filled.
|
2002-07-15 22:04:13 +00:00 |
dbaron%fas.harvard.edu
|
2bf216c9e2
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
saari%netscape.com
|
29686c1eb6
|
win32 only fix for 82534. focus goes wonky after minimizing a window. r=bryner, sr=jag
|
2002-06-20 04:55:13 +00:00 |
jst%netscape.com
|
21ff37f2ef
|
Checking in the fix for bug 52334 for the third time. This time it should stick! Making iframe's load their document even if they're not displayed. r=jkeiser@netscape.com, sr=rpotts@netscape.com.
|
2002-04-17 04:17:16 +00:00 |
hyatt%netscape.com
|
7402d05fb4
|
Fix for 136985, add api for finding out if a global window is running a timeout or still loading, r=jst, sr=blake
|
2002-04-12 02:15:43 +00:00 |
timeless%mac.com
|
2f543f9a66
|
http://bonsai.mozilla.org/cvsquery.cgi?module=SeaMonkeyAll&branch=HEAD&cvsroot=/cvsroot&date=explicit&mindate=1017959940&maxdate=1017960540&who=jst%25netscape.com&generateBackoutCVSCommands=1
Backing out the fix for bug 52334
approved by sheriff (karnaze) and cathleen
|
2002-04-05 05:42:10 +00:00 |