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 |
cbiesinger%web.de
|
75690f0264
|
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
|
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 |
benjamin%smedbergs.us
|
6616d08c5a
|
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
|
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 |
pavlov%pavlov.net
|
d1240f8c17
|
fixing build bustage from bug 326149
|
2006-02-10 21:37:25 +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 |
darin%meer.net
|
527acfe9e9
|
fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky
|
2006-01-11 01:50:15 +00:00 |
bzbarsky%mit.edu
|
6c0b84f4f0
|
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
|
e549b7b50d
|
Fixing build bustage on Sun due to earlier checkin for bug 317628
|
2006-01-02 16:38:44 +00:00 |
jwatt%jwatt.org
|
6ec6d02edd
|
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
|
d927b0a122
|
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
|
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 |
timeless%mozdev.org
|
3db428f6ac
|
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
|
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 |
cbiesinger%web.de
|
250cc4f62d
|
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
|
226c31c8aa
|
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
|
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 |
dougt%meer.net
|
465333ff84
|
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 |