dmose%mozilla.org
494c37cc47
Relanding mrbkap's patch for bug 369259 since backing it out didn't fix our perf test woes
2007-07-26 00:54:41 +00:00
jonas%sicking.cc
a1d64fc3c4
Bug 259332: Improve support for document.all such that we can deal with multiple elements with the same id and/or name. r/sr=jst
2007-07-26 00:36:20 +00:00
dmose%mozilla.org
494b3ebb04
Backing out patch for bug 369259 in the hopes that it will cure the perftest orange
2007-07-25 22:55:09 +00:00
mrbkap%gmail.com
493f35946a
Propagate getters, setters and attributes when forwarding addproperty to the inner window. bug 369259, r=jst sr=brendan
2007-07-25 20:21:26 +00:00
vladimir%pobox.com
af44235d8f
b=339553, drawString enhancement for canvas, r=me; patch from robarnold
2007-07-25 18:21:35 +00:00
dcamp%mozilla.com
53f4fd871d
fix bustage from bug 389223
2007-07-25 06:55:27 +00:00
dcamp%mozilla.com
93b26f1eb2
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-25 06:31:28 +00:00
dcamp%mozilla.com
07547d4351
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
2007-07-25 05:35:40 +00:00
dcamp%mozilla.com
70e3c46599
Add an API to access <input type="file"> data. b=371432, r=smontagu (for charset stuff), r+sr=jonas
2007-07-25 04:29:49 +00:00
bzbarsky%mit.edu
37a90bd305
Cancelling the loadgroup after we've run JS but before we've started pumping
...
data should still work. Bug 389151, r+sr=biesi
2007-07-25 00:08:58 +00:00
bzbarsky%mit.edu
9eb6f256ee
Reland part of the patch for bug 330420 which got backed out by the
...
table-driven QI landing. Bug 387926, r+sr=bsmedberg
2007-07-24 20:17:11 +00:00
asqueella%gmail.com
ad3010d098
Bug 388645 - String changes for malware warning
...
p=Johnathan Nightingale <johnath@mozilla.com>
r=biesi, ok=beltzner
2007-07-24 01:56:48 +00:00
asqueella%gmail.com
1658142bb6
Bug 383417 - nsIDOMOfflineResourceList is in SDK_XPIDLSRCS, should be in XPIDLSRCS
...
p=Dave Camp <dcamp@mozilla.com>
r+sr=biesi
2007-07-24 01:49:54 +00:00
asqueella%gmail.com
c9e3e94224
Bug 388761 - fix MOZ_XUL-disabled builds
...
p=romaxa <romaxa@gmail.com>
r+sr=roc
2007-07-24 00:04:37 +00:00
bzbarsky%mit.edu
1ac93f3af7
Actually return a failure rv on failure. Bug 388115, r=jst, sr=brendan
2007-07-21 03:22:24 +00:00
roc+%cs.cmu.edu
cb50934cbb
Bug 338070. Rev nsISidebar UUID. r+sr=dbaron
2007-07-19 04:27:49 +00:00
bzbarsky%mit.edu
b93cf6e717
Propagate stylesheet principals through to XBL binding loads; streamline load
...
security checks in the XBL code (so that all the security checks are gated
through LoadBindingDocumentInfo). Bug 204140, r=dbaron for the CSS changes,
r=sicking for the XBL changes, sr=sicking.
In particular, this change allows user stylesheets loaded from local files to
link to local files.
2007-07-18 21:56:58 +00:00
peterv%propagandism.org
a38228c62e
Fix for bug 386189 (Cursor navigation by keyboard (arrow keys) does not work on designMode (including composer)). r/sr=jst
2007-07-18 10:24:37 +00:00
mrbkap%gmail.com
0985d5ff50
Move where we convert things into strings into a more centralized place. bug 372075, r=bzbarsky sr=jst
2007-07-17 20:12:22 +00:00
bzbarsky%mit.edu
51a46a7d7b
Adding test.
2007-07-16 17:41:29 +00:00
jwalden%mit.edu
ff3a736684
I think I figured out the problem with bug 384192; the code added to quit.js is also used in the browser tests, but it triggers an undefined-variable exception there, and I think the tests are getting killed by test timeout code that doesn't print a helpful 'tests timed out' message to give a little help determining the cause of the failure. We shall see...
2007-07-13 03:38:32 +00:00
jwalden%mit.edu
14311260a2
Fix line endings.
2007-07-13 00:17:38 +00:00
enndeakin%sympatico.ca
00f87a72e8
Bug 323805, tab switching not working when for non-html and non-xul elements are focused, r=neil,sr=bz
2007-07-12 22:57:18 +00:00
jwalden%mit.edu
efef992a97
Back out 384192.
2007-07-12 08:46:10 +00:00
jwalden%mit.edu
8eb492710d
Bug 384192 - Mochitest needs to support subdomain tests; use a proxy hack to pretend the tests are available on example.com, example.org, and various subdomains of each, on various ports, to satisfy this need. r=robcee
2007-07-12 05:38:48 +00:00
jst%mozilla.org
a7e57b1722
Landing fix for bug 387478. NS_ScriptErrorReporter() no longer needs to check for a null report. Patch by sciguyryan@gmail.com, r+sr=jst@mozilla.org
2007-07-12 00:04:11 +00:00
neil%parkwaycc.co.uk
11d0936e48
Followup to bug 348748 to fix the alignment of trailing backslashes in macros
...
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
2007-07-11 08:46:49 +00:00
mozilla.mano%sent.com
0540991253
Bug 385872 - Strict warnings should only be enabled for chrome by default (in debug builds). r=jst, sr=brendan.
2007-07-10 08:05:54 +00:00
bzbarsky%mit.edu
60f1bbc55e
Eliminate more callers of CheckSameOriginPrincipal in favor of
...
Equals/Subsumes. Bug 387212, r=mrbkap, sr=jst
2007-07-10 04:22:56 +00:00
jst%mozilla.org
8f8cbacfd2
Fixing tinderbox orange. r=mrbkap@gmail.com
2007-07-10 00:24:26 +00:00
jst%mozilla.org
29ecbc71bc
Fixing bug 363897. Don't give error location information to script that don't have access to the location. r=mrbkap@gmail.com, sr=brendan@mozilla.org
2007-07-09 22:07:07 +00:00
dcamp%mozilla.com
f6d4f9ff68
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
2007-07-09 06:19:29 +00:00
dcamp%mozilla.com
bdf488b2a7
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
2007-07-08 22:15:52 +00:00
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