dmose@mozilla.org
|
ec036ba262
|
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 |
|
dbaron@dbaron.org
|
df3358641f
|
Implement -moz-border-start and -moz-border-end. Patch by Simon Montagu <smontagu@smontagu.org> and me. b=74880 r/sr=smontagu/dbaron
|
2007-07-04 11:51:16 -07:00 |
|
enndeakin@sympatico.ca
|
59c3596049
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz
|
2007-07-04 08:49:38 -07:00 |
|
jst@mozilla.org
|
8f77194a15
|
Fixing bug 380618. Remove support for window.ononline and window.onoffline in favor of using window.addEventListener() for these new events. r=chris.double@double.co.nz, sr=jonas@sicking.cc
|
2007-07-03 16:40:11 -07:00 |
|
gavin@gavinsharp.com
|
7163c757c3
|
Bug 261633: treat setInterval('foo()') as setTimeout('foo()', 0) to match IE and avoid recursive timeouts, r+sr=jst
|
2007-07-03 15:38:04 -07:00 |
|
bzbarsky@mit.edu
|
f64501fa12
|
Fix spelling in comment. Bug 384981
|
2007-07-03 12:39:51 -07:00 |
|
gavin@gavinsharp.com
|
09ed0dcd8f
|
Bug 380932: land netError page for malware URIs, patch by Johnathan Nightingale <johnath@mozilla.com>, r=biesi, ui+r=beltzner
|
2007-07-03 09:49:06 -07:00 |
|
bzbarsky@mit.edu
|
20895a5c6f
|
Make javascript: URIs block onload on the document that (hopefully) corresponds
to their loadgroup. This is the document they're running against if they're
not a document URI, or its parent if they are. Bug 384981, r=jst, sr=biesi
|
2007-07-02 16:48:51 -07:00 |
|
benjamin@smedbergs.us
|
f1593a410c
|
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
|
2007-07-02 11:20:24 -07:00 |
|
dbaron@dbaron.org
|
a471b778c8
|
Add another shouldBeFreed debugging call to catch outer windows better for cycle collector debugging. b=385549 r+sr=jst
|
2007-06-29 20:01:50 -07:00 |
|
enndeakin@sympatico.ca
|
8a87437d5f
|
Bug 279703, backing out the popup changes due to performance regressions. sigh.
|
2007-06-29 15:15:59 -07:00 |
|
enndeakin@sympatico.ca
|
534c14e326
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz
|
2007-06-29 12:04:45 -07:00 |
|
sdwilsh@shawnwilsher.com
|
6be8f4a7a6
|
Bug 386109 - Integrate jQuery Test Suite (adding missing file). Patch by John Resig <jresig@mozilla.com>. r=rcampbell
|
2007-06-29 08:53:36 -07:00 |
|
rcampbell@mozilla.com
|
6be3469a7d
|
bug 386109 - Integrate jQuery Test Suite, patch by John Resig <jresig@mozilla.com>, r+=robcee
|
2007-06-29 08:10:42 -07:00 |
|
peterv@propagandism.org
|
6662efd338
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 19:48:16 -07:00 |
|
jst@mozilla.org
|
a859c10ced
|
Fixing bug 380474. Use the inner object when looking up methods and adding event listeners. r=mrbkap@mozilla.org, sr=brendan@mozilla.org
|
2007-06-27 17:28:02 -07:00 |
|
peterv@propagandism.org
|
90c374d7c3
|
Backing out to fix orange.
|
2007-06-27 16:21:05 -07:00 |
|
peterv@propagandism.org
|
7bf2741259
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 15:29:45 -07:00 |
|
tor@cs.brown.edu
|
3972c28dd8
|
Bug 375846 - implement feConvolveMatrix filter primitive. r=longsonr, sr=roc
|
2007-06-27 12:02:58 -07:00 |
|
rcampbell@mozilla.com
|
17e9b76199
|
bug 381001 - Integrate Scriptaculous Test Suite, patch by John Resig <jresig@mozilla.com>, r+=me
|
2007-06-27 10:04:26 -07:00 |
|
dcamp@mozilla.com
|
1b6631188a
|
Defer initialization of navigator.offlineResources. b=383421, r+sr=jst
|
2007-06-26 21:40:24 -07:00 |
|
benjamin@smedbergs.us
|
b21f7b3a04
|
Reverting bug 383167 again for linux test bustage :-(
|
2007-06-26 12:22:51 -07:00 |
|
benjamin@smedbergs.us
|
c93d1d5be6
|
Bug 383167 trying again, reviews by luser and biesi, sr=jst
|
2007-06-26 09:35:01 -07:00 |
|
enndeakin@sympatico.ca
|
314e5ffae0
|
Bug 379140, support global properties that are chrome only, r+sr=jst
|
2007-06-26 07:44:20 -07:00 |
|
benjamin@smedbergs.us
|
d782232066
|
Revert all of bug 383167 changes because they're not enough... going to try again later.
|
2007-06-25 11:40:57 -07:00 |
|
benjamin@smedbergs.us
|
7b42bb19aa
|
Bug 383167 - Need buildid in an external file, r=luser sr=jst
|
2007-06-25 08:25:59 -07:00 |
|
rcampbell@mozilla.com
|
a3053a5716
|
bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com>
|
2007-06-21 07:13:56 -07:00 |
|
kaie@kuix.de
|
ef7c98eca8
|
Bug 107491, follow up check in, Rename string ID nssFailure to nssFailure2
rs=Pike
|
2007-06-20 07:10:30 -07:00 |
|
kaie@kuix.de
|
9eb84c3d08
|
Bug 107491, Error page wording change, patch v10
r=neil, r=mconnor, r=stuart.morgan
|
2007-06-18 23:10:05 -07:00 |
|
mats.palmgren@bredband.net
|
1e3c47198d
|
Make nsFocusController::MoveFocus() return an error code when it fails. Patch by Daniel Bainton <daniel.bainton@gmail.com>. b=381404 r=me sr=jst
|
2007-06-18 17:49:49 -07:00 |
|
emaijala@kolumbus.fi
|
0f3456a4e7
|
Backing out patch of bug 261074 (OnFocus fires twice when window restored) due to unfixed regressions.
|
2007-06-17 03:59:19 -07:00 |
|
mrbkap@gmail.com
|
2a674b1444
|
Don't return NS_OK in failure cases. Instead, return a well-known value that nsGlobalWindow can convert. bug 382196, r+sr=jst
|
2007-06-15 14:47:37 -07:00 |
|
igor@mir2.org
|
fccf28a641
|
Bug 378793: Patch from Mike Moening and me to implement per-context debug hooks. r=brendan
|
2007-06-14 23:44:18 -07:00 |
|
peterv@propagandism.org
|
8c31a7fcae
|
Fix for bug 384122 (QueryInterface shouldn't be enumerable on DOM interface objects). r/sr=jst.
|
2007-06-14 03:03:44 -07:00 |
|
bzbarsky@mit.edu
|
2f2e06d144
|
Make plug-in loads of javascript: URIs execute synchronously. Bug 364028,r=biesi, sr=jst
|
2007-06-13 15:42:07 -07:00 |
|
mats.palmgren@bredband.net
|
266f784855
|
Bye bye Xprint. b=326716 r+sr=dbaron
|
2007-06-13 11:02:58 -07:00 |
|
jonas@sicking.cc
|
66651c69a1
|
Bug 379959: Add checks to loadBindingDocument. r/sr=jst
|
2007-06-12 14:56:06 -07:00 |
|
jonas@sicking.cc
|
3c3e037df3
|
Bug 383511: Support multi-domain tests in mochitest. r=sayrer
|
2007-06-11 14:55:28 -07:00 |
|
bzbarsky@mit.edu
|
236fe471e8
|
Make sure to do async javascript: execution only against the inner window theload started against. Bug 372666, r=jst, sr=biesi
|
2007-06-10 13:59:37 -07:00 |
|
rcampbell@mozilla.com
|
128b67ed11
|
Commenting MochiKit until fixed on Linux
|
2007-06-07 09:59:24 -07:00 |
|
rcampbell@mozilla.com
|
83351e6d71
|
Fixed case error in Makefile
|
2007-06-06 14:29:18 -07:00 |
|
rcampbell@mozilla.com
|
b3691a838e
|
More makefile oddness
|
2007-06-06 14:15:37 -07:00 |
|
rcampbell@mozilla.com
|
e2bd7f75dc
|
Spaces in Makefile.in, entabified
|
2007-06-06 13:59:40 -07:00 |
|
rcampbell@mozilla.com
|
b9231f4081
|
Bug 379506 - Integrate MochiKit Test Suite, patch by John Resig <jresig@mozilla.com>
|
2007-06-06 13:33:16 -07:00 |
|
martijn.martijn@gmail.com
|
5f583ed9ca
|
Bug 127013 - fullScreen property operates inconsistently for frames, patch by Michael Ventnor, r+sr=jst
|
2007-06-04 16:15:29 -07:00 |
|
samuel@sieb.net
|
ff175e93ea
|
Bug 376643 - setInterval fires repeatedly with incorrectly small delays...r=jstsr=brendan
|
2007-05-30 23:11:10 -07:00 |
|
roc+@cs.cmu.edu
|
e34c7dff59
|
Bug 174397. Support getClientRects and getBoundingClientRect on DOM elements. r=jonas,dbaron; sr=tor, plus help from Anne van Kesteren and Martijn Wargers
|
2007-05-30 15:32:54 -07:00 |
|
bclary@bclary.com
|
e5257241b2
|
Bug 382182 - script tag should support version 1.8, r=jonas,sr=brendan
|
2007-05-29 22:55:55 -07:00 |
|
roc+@cs.cmu.edu
|
1e64c60d76
|
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
|
2007-05-29 02:45:30 -07:00 |
|
sharparrow1@yahoo.com
|
0d82c6593c
|
Bug 381993: Crash [@ nsDOMMouseEvent::GetClientX] with mousemove generating and removing stuff. r=smaug, sr=roc.
|
2007-05-28 21:56:16 -07:00 |
|