jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
Olli.Pettay%helsinki.fi
|
802eadb99f
|
Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler (with bustage fix), r=sicking, sr=jst
|
2007-07-06 13:47:51 +00:00 |
kairo%kairo.at
|
5db0add472
|
backing out bug 339649 due to breakage on multiple tinderboxen as requested in #developers
|
2007-07-06 13:13:46 +00:00 |
Olli.Pettay%helsinki.fi
|
0ceb2538aa
|
Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler, r=sicking, sr=jst
|
2007-07-06 11:49:54 +00:00 |
sdwilsh%shawnwilsher.com
|
34a99930b1
|
Bug 374334 - Uncaught exception with cloneNode method and frameset element. Patch by Alex Vincent <ajvincent@gmail.com>. r=jst,sr=jst
|
2007-07-06 01:38:56 +00:00 |
jst%mozilla.org
|
3dec4fa540
|
Fixing bug 380476. Never register timeouts on unloaded windows objects. r=mrbkap@gmail.com, sr=jonas@sickin.cc
|
2007-07-05 23:19:15 +00:00 |
dmose%mozilla.org
|
8e09a05e8f
|
Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking
|
2007-07-05 19:31:46 +00:00 |
dbaron%dbaron.org
|
9d498d4cf6
|
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 18:51:40 +00:00 |
enndeakin%sympatico.ca
|
a71cb5f411
|
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 15:49:46 +00:00 |
jst%mozilla.org
|
c04debab53
|
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 23:40:11 +00:00 |
gavin%gavinsharp.com
|
3155cf77ec
|
Bug 261633: treat setInterval('foo()') as setTimeout('foo()', 0) to match IE and avoid recursive timeouts, r+sr=jst
|
2007-07-03 22:38:04 +00:00 |
bzbarsky%mit.edu
|
d672aea79c
|
Fix spelling in comment. Bug 384981
|
2007-07-03 19:39:51 +00:00 |
gavin%gavinsharp.com
|
8e1a892dd1
|
Bug 380932: land netError page for malware URIs, patch by Johnathan Nightingale <johnath@mozilla.com>, r=biesi, ui+r=beltzner
|
2007-07-03 16:49:07 +00:00 |
bzbarsky%mit.edu
|
11a05e7d54
|
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 23:48:51 +00:00 |
benjamin%smedbergs.us
|
d39957269b
|
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
|
2007-07-02 18:20:28 +00:00 |
dbaron%dbaron.org
|
66d124ddd7
|
Add another shouldBeFreed debugging call to catch outer windows better for cycle collector debugging. b=385549 r+sr=jst
|
2007-06-30 03:01:50 +00:00 |
enndeakin%sympatico.ca
|
d6cdd07569
|
Bug 279703, backing out the popup changes due to performance regressions. sigh.
|
2007-06-29 22:16:06 +00:00 |
enndeakin%sympatico.ca
|
250695914b
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz
|
2007-06-29 19:04:52 +00:00 |
sdwilsh%shawnwilsher.com
|
75742d0313
|
Bug 386109 - Integrate jQuery Test Suite (adding missing file). Patch by John Resig <jresig@mozilla.com>. r=rcampbell
|
2007-06-29 15:53:36 +00:00 |
rcampbell%mozilla.com
|
74d092e4e6
|
bug 386109 - Integrate jQuery Test Suite, patch by John Resig <jresig@mozilla.com>, r+=robcee
|
2007-06-29 15:10:45 +00:00 |
peterv%propagandism.org
|
b188226d8f
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-28 02:48:22 +00:00 |
jst%mozilla.org
|
0c323997cb
|
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-28 00:28:02 +00:00 |
peterv%propagandism.org
|
3aef5b4f41
|
Backing out to fix orange.
|
2007-06-27 23:21:09 +00:00 |
peterv%propagandism.org
|
c08e0c73cb
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 22:29:54 +00:00 |
tor%cs.brown.edu
|
3c40c35c72
|
Bug 375846 - implement feConvolveMatrix filter primitive. r=longsonr, sr=roc
|
2007-06-27 19:02:59 +00:00 |
rcampbell%mozilla.com
|
eff9690bd4
|
bug 381001 - Integrate Scriptaculous Test Suite, patch by John Resig <jresig@mozilla.com>, r+=me
|
2007-06-27 17:04:27 +00:00 |
dcamp%mozilla.com
|
816217f468
|
Defer initialization of navigator.offlineResources. b=383421, r+sr=jst
|
2007-06-27 04:40:24 +00:00 |
benjamin%smedbergs.us
|
42c7e1c6b1
|
Reverting bug 383167 again for linux test bustage :-(
|
2007-06-26 19:22:55 +00:00 |
benjamin%smedbergs.us
|
b60c196e68
|
Bug 383167 trying again, reviews by luser and biesi, sr=jst
|
2007-06-26 16:35:05 +00:00 |
enndeakin%sympatico.ca
|
62135dc1d7
|
Bug 379140, support global properties that are chrome only, r+sr=jst
|
2007-06-26 14:44:20 +00:00 |
benjamin%smedbergs.us
|
9784bf995e
|
Revert all of bug 383167 changes because they're not enough... going to try again later.
|
2007-06-25 18:41:00 +00:00 |
benjamin%smedbergs.us
|
81d0ea8604
|
Bug 383167 - Need buildid in an external file, r=luser sr=jst
|
2007-06-25 15:26:03 +00:00 |
rcampbell%mozilla.com
|
c7be78f562
|
bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com>
|
2007-06-21 14:13:56 +00:00 |
kaie%kuix.de
|
d7971af44c
|
Bug 107491, follow up check in, Rename string ID nssFailure to nssFailure2
rs=Pike
|
2007-06-20 14:10:32 +00:00 |
kaie%kuix.de
|
ff3a3f3fc0
|
Bug 107491, Error page wording change, patch v10
r=neil, r=mconnor, r=stuart.morgan
|
2007-06-19 06:10:06 +00:00 |
mats.palmgren%bredband.net
|
a06914262d
|
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-19 00:49:49 +00:00 |
emaijala%kolumbus.fi
|
f95c9b7148
|
Backing out patch of bug 261074 (OnFocus fires twice when window restored) due to unfixed regressions.
|
2007-06-17 10:59:20 +00:00 |
mrbkap%gmail.com
|
024bc223ad
|
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 21:47:37 +00:00 |
igor%mir2.org
|
7b840a3384
|
Bug 378793: Patch from Mike Moening and me to implement per-context debug hooks. r=brendan
|
2007-06-15 06:44:20 +00:00 |
peterv%propagandism.org
|
2d6441d5ac
|
Fix for bug 384122 (QueryInterface shouldn't be enumerable on DOM interface objects). r/sr=jst.
|
2007-06-14 10:03:45 +00:00 |
bzbarsky%mit.edu
|
356daf4087
|
Make plug-in loads of javascript: URIs execute synchronously. Bug 364028,
r=biesi, sr=jst
|
2007-06-13 22:42:08 +00:00 |
mats.palmgren%bredband.net
|
1104dddb66
|
Bye bye Xprint. b=326716 r+sr=dbaron
|
2007-06-13 18:03:03 +00:00 |
jonas%sicking.cc
|
bca50ddb8e
|
Bug 379959: Add checks to loadBindingDocument. r/sr=jst
|
2007-06-12 21:56:07 +00:00 |
jonas%sicking.cc
|
aa8b6ea8ff
|
Bug 383511: Support multi-domain tests in mochitest. r=sayrer
|
2007-06-11 21:55:29 +00:00 |
bzbarsky%mit.edu
|
d4670f0e0a
|
Make sure to do async javascript: execution only against the inner window the
load started against. Bug 372666, r=jst, sr=biesi
|
2007-06-10 20:59:37 +00:00 |
rcampbell%mozilla.com
|
6d17b64912
|
Commenting MochiKit until fixed on Linux
|
2007-06-07 16:59:24 +00:00 |
rcampbell%mozilla.com
|
bd464a7724
|
Fixed case error in Makefile
|
2007-06-06 21:29:18 +00:00 |
rcampbell%mozilla.com
|
bd2b003d38
|
More makefile oddness
|
2007-06-06 21:15:37 +00:00 |
rcampbell%mozilla.com
|
e92dea5436
|
Spaces in Makefile.in, entabified
|
2007-06-06 20:59:40 +00:00 |
rcampbell%mozilla.com
|
7125adcfd4
|
Bug 379506 - Integrate MochiKit Test Suite, patch by John Resig <jresig@mozilla.com>
|
2007-06-06 20:33:17 +00:00 |
martijn.martijn%gmail.com
|
9a1f27cb7f
|
Bug 127013 � fullScreen property operates inconsistently for frames, patch by Michael Ventnor, r+sr=jst
|
2007-06-04 23:15:29 +00:00 |
samuel%sieb.net
|
332b090176
|
Bug 376643 ��� setInterval fires repeatedly with incorrectly small delays...
r=jst
sr=brendan
|
2007-05-31 06:11:10 +00:00 |
roc+%cs.cmu.edu
|
c5c65818cd
|
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 22:32:56 +00:00 |
bclary%bclary.com
|
1c56de4ed1
|
Bug 382182 - script tag should support version 1.8, r=jonas,sr=brendan
|
2007-05-30 05:55:56 +00:00 |
roc+%cs.cmu.edu
|
6070c85192
|
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
|
2007-05-29 09:45:34 +00:00 |
sharparrow1%yahoo.com
|
03562678cc
|
Bug 381993: Crash [@ nsDOMMouseEvent::GetClientX] with mousemove generating and removing stuff. r=smaug, sr=roc.
|
2007-05-29 04:56:16 +00:00 |
peterv%propagandism.org
|
a1e2d177c5
|
Test for bug 370098 (Some constructors raise a "XXX is not a function" exception when called (DOMParser, XMLSerializer, XMLHttpRequest, XPathEvaluator, XSLTProcessor)). r=jst.
|
2007-05-25 16:06:02 +00:00 |
peterv%propagandism.org
|
0c7d0d7f21
|
Fix bustage
|
2007-05-25 09:00:11 +00:00 |
peterv%propagandism.org
|
8aac38c19e
|
Fix for bug 377884 (Switch nsXPConnect::Traverse to use tracing). r=jst/igor, sr=dbaron.
|
2007-05-25 08:42:10 +00:00 |
Olli.Pettay%helsinki.fi
|
6f25a6cffd
|
Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz
|
2007-05-22 21:45:07 +00:00 |
masayuki%d-toybox.com
|
e728f6004b
|
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
|
2007-05-16 15:51:39 +00:00 |
jonas%sicking.cc
|
fd8136233a
|
Bug 53901: Don't set is-in-doc flag on cloned XUL nodes. r/sr=jst
|
2007-05-16 01:13:48 +00:00 |
Olli.Pettay%helsinki.fi
|
9e47421a20
|
Remove rest of nsIDOMEventReceivers, Bug 363089, r+sr=jst
|
2007-05-15 08:50:37 +00:00 |
Olli.Pettay%helsinki.fi
|
6721d4f009
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 09:13:09 +00:00 |
Olli.Pettay%helsinki.fi
|
8e287d3582
|
backout Bug 363089
|
2007-05-11 13:34:12 +00:00 |
Olli.Pettay%helsinki.fi
|
670f53f666
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 11:15:20 +00:00 |
jonas%sicking.cc
|
360162166e
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-10 20:21:13 +00:00 |
jst%mozilla.org
|
6cd05e346d
|
Backing out Jonas' last changes due to tinderbox orange, per Jonas' request.
|
2007-05-10 00:42:33 +00:00 |
jonas%sicking.cc
|
917c6cc079
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-09 23:33:29 +00:00 |
mats.palmgren%bredband.net
|
cafc85a9d4
|
Mochitest for bug 377539. b=377539 r=bzbarsky
|
2007-05-09 13:27:59 +00:00 |
peterv%propagandism.org
|
b345a308a8
|
Fix for bug 370098 (Some constructors raise a "XXX is not a function" exception when called (DOMParser, XMLSerializer, XMLHttpRequest, XPathEvaluator, XSLTProcessor). r/sr=jst.
|
2007-05-09 12:04:59 +00:00 |
mats.palmgren%bredband.net
|
bfbaf21d7a
|
Search docshell ancestors for a device context if it can't be found on the current one. b=377539 r+sr=bzbarsky
|
2007-05-08 09:43:59 +00:00 |
jonas%sicking.cc
|
c21c489595
|
back out last patch since leaks went through the roof
|
2007-05-08 01:03:08 +00:00 |
jonas%sicking.cc
|
9652a963bd
|
Don't attempt to cycle collect documents, windows and elements that are currently being viewed. r=bz, sr=jst b=378987
|
2007-05-07 23:45:26 +00:00 |
bzbarsky%mit.edu
|
bd2cf336f6
|
Make sure that the style context doesn't live too long. Bug 375399, r=smaug,
sr=jst
|
2007-05-05 05:45:24 +00:00 |
asqueella%gmail.com
|
d6e3c1b3e2
|
Bug 372554 - "ASSERTION: cannot set host on no-auth url" trying to set location.hostname at a file: URL
p=Ryan Jones <sciguyryan@gmail.com>
r=biesi/r+sr=jst
|
2007-05-04 06:42:29 +00:00 |
igor%mir2.org
|
bf36fc9934
|
Bug 377751: Switching JSClass.mark in XPConnect to the tracing semantics. r=jst, sr=brendan
|
2007-05-02 20:20:22 +00:00 |
bzbarsky%mit.edu
|
b1e55b927c
|
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(0) to using this API. Bug 378780. API introduction part by me,
r+sr=jst. Mass-changes done by taras using squash, r+sr=me
|
2007-05-01 22:24:25 +00:00 |
igor%mir2.org
|
1d398d03c5
|
Bug 377751: removal of the commit.
|
2007-05-01 21:54:29 +00:00 |
igor%mir2.org
|
a7df17c084
|
Bug 377751: JSClass instances in xpconnect use the tracing API. r=brendan, sr=jst
|
2007-05-01 21:06:07 +00:00 |
bzbarsky%mit.edu
|
ef4d4e9be0
|
Allow getting the lineNumber of XPConnect expceptions. Bug 291377, r=sicking,
sr=jst. r=mrbkap, sr=jst for the test.
|
2007-04-27 04:19:12 +00:00 |
enndeakin%sympatico.ca
|
be5ad255df
|
Bug 371127, add a test for domstorage in chrome, r=sayrer
|
2007-04-26 15:35:57 +00:00 |
enndeakin%sympatico.ca
|
e25373be86
|
Bug 371127, support using domstorage from chrome, r=jst,sr=dveditz
|
2007-04-26 12:56:03 +00:00 |
peterv%propagandism.org
|
d0d256596c
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 16:35:31 +00:00 |
sayrer%gmail.com
|
f209495234
|
bug 375543. One last resource in the Makefile to fix bustage.
|
2007-04-24 05:25:13 +00:00 |
sayrer%gmail.com
|
0abb9c6381
|
bug 375543. alter Makefiles to prevent Windows bustage.
|
2007-04-24 04:41:42 +00:00 |
sayrer%gmail.com
|
169e808d9f
|
Add Prototype.js library unit tests. Hopefully the first of many AJAX test suites. Patch by John Resig <jresig@mozilla.com>. r=sayrer
|
2007-04-24 04:01:43 +00:00 |
benjamin%smedbergs.us
|
3fb4912f5d
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 14:22:04 +00:00 |
enndeakin%sympatico.ca
|
940b2b49c6
|
Bug 374570, constrain popups to frame, r+sr=roc
|
2007-04-20 18:20:04 +00:00 |
Olli.Pettay%helsinki.fi
|
a1a57e57f2
|
Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst
|
2007-04-19 23:20:30 +00:00 |
Olli.Pettay%helsinki.fi
|
14bab386e1
|
Bug 373998, Use inner global window as the event target in the event target chain, but outer global as DOM event target, r+sr=jst
|
2007-04-17 09:18:37 +00:00 |
jst%mozilla.org
|
23be2cc158
|
Fixing bug 377356. Move code around to ensure security checks are always done against the right object. r+sr=bzbarsky@mit.edu
|
2007-04-16 23:11:15 +00:00 |
sayrer%gmail.com
|
fda804eb1c
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 15:18:50 +00:00 |
gijskruitbosch%gmail.com
|
2d835d35e0
|
Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Player
p=sciguyryan@gmail.com (Ryan Jones)
r=silver@warwickcompsoc.co.uk (James Ross)
r+sr=cbiesinger@gmx.at (Christian Biesinger)
|
2007-04-15 12:31:18 +00:00 |
brendan%mozilla.org
|
c842e2aa04
|
Set JSOPTION_ANONFUNFIX as one of the default options (377433, r+sr=jst).
|
2007-04-13 23:06:40 +00:00 |
enndeakin%sympatico.ca
|
9deb47c5ca
|
Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc
|
2007-04-12 04:37:41 +00:00 |
jst%mozilla.org
|
14b3b6c903
|
Fixing bug 376987. Add missing code to event listener registration helper code. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
|
2007-04-10 23:59:28 +00:00 |
joshmoz%gmail.com
|
e7fba95b6c
|
add native resize animation support to nsIDOMChromeWindow. b=347452 r=mento r=jst sr=pav
|
2007-04-06 00:11:42 +00:00 |
bzbarsky%mit.edu
|
4c02074c90
|
Default javascript: URIs to running in a sandbox instead of not running at
all. Bug 376484, r+sr=jst
|
2007-04-05 22:49:32 +00:00 |
marco%gnome.org
|
9a868045e9
|
Bug 375519. Return window.innerWidth and window.innerHeight in css pixels.
r=sharparrow1 sr=roc
|
2007-04-04 10:54:54 +00:00 |