Граф коммитов

3291 Коммитов

Автор SHA1 Сообщение Дата
jst%mozilla.org eb420f4d52 Fixing thunderbird bustage. 2007-08-29 01:30:04 +00:00
jst%mozilla.org ecae905e1d Fixing bug 394086. Pave the way for java applets that are scriptable using NPRuntime. r+sr=cbiesinger@gmx.at 2007-08-29 00:28:33 +00:00
jwalden%mit.edu eb3d5916f5 Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9 2007-08-28 23:42:42 +00:00
tor%cs.brown.edu 221544e123 Bug 392928 - new style nsSVGEnum. r=longsonr, sr=roc, a=roc 2007-08-27 23:11:19 +00:00
philringnalda%gmail.com 20ea19bb26 Bug 393713 ��� Landing bug 393300 broke building without MOZ_STORAGE, patch by romaxa <romaxa@gmail.com>, r+sr+a1.9=jst 2007-08-27 00:13:54 +00:00
mrbkap%gmail.com 45dce6da97 Be consistent as to when we forward to the inner window. bug 393669, r+sr=jst 2007-08-25 20:11:34 +00:00
cbarrett%mozilla.com 0691b1fadb Bug 393117 - Remove native resize API. r=josh r=mconnor sr+a1.9=pav 2007-08-25 01:55:29 +00:00
sayrer%gmail.com 6973161ed9 Bug 393300. DOMStorage leaks mozStorage classes on shutdown. r+sr+a=jst 2007-08-23 22:37:05 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
igor%mir2.org 13136a5913 Bug 386265: missing commit to fix compilation. 2007-08-11 20:40:43 +00:00
smontagu%smontagu.org 1f8f387628 Add docCharsetIsForced member to nsIDomWindowUtils. Bug 391631, r+sr=bz, a=jst 2007-08-11 18:37:16 +00:00
enndeakin%sympatico.ca 47e201491a Bug 389083, domstorage tests not outputing results, r=sayrer 2007-08-10 21:44:28 +00:00
jst%mozilla.org e70a40dfe1 Fixing orange due to fix for bug 390275. 2007-08-09 23:53:23 +00:00
jst%mozilla.org 4dc0247b0b Fixing bug 389911. Removing nsIScriptGlobalObject::Get/SetGlobalObjectOwner() as it's not needed any more. r+sr=peterv@propagandism.org 2007-08-09 22:30:30 +00:00
jst%mozilla.org 6d90510f05 Fixing bug 390275. Make setTimeout() always register the timeout on the right inner window, and add a new JS_GetGlobalForObject() JS API to eliminate some code duplication. r=mrbkap@gmail.com/brendan@mozilla.org, sr=bzbarsky@mit.edu 2007-08-09 22:19:59 +00:00
jst%mozilla.org 0c37acd02f Fixing bug 389634. Remove dependency on XUL windows from modal content dialog opening code (window.showModalDialog()). r=bzbarksy@mit.edu, sr=jonas@sicking.cc 2007-08-09 22:03:02 +00:00
sayrer%gmail.com 8a8465e751 Bug 375543. Add better diagnostics to failures. Patch by John Resig. r=sayrer 2007-08-09 05:48:58 +00:00
jst%mozilla.org 19a866fdec Backing out tests to fix orange. 2007-08-07 00:30:30 +00:00
jst%mozilla.org 2f41616fda Landing tests for bug 280959. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com 2007-08-06 23:12:07 +00:00
ginn.chen%sun.com fd8e29fa39 Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest
r=benjamin a=dsicore
2007-08-06 03:22:43 +00:00
Olli.Pettay%helsinki.fi 8ba4870d44 Bug 347480, Potentially incorrect script context used for event handlers, r+sr=jst, a=brendan 2007-08-05 13:23:03 +00:00
mrbkap%gmail.com 7445c284b7 The outerObject hook needs to wrap the outer object in an XOW, to match every other place. bug 390116, r+sr=jst 2007-08-02 23:34:38 +00:00
jst%mozilla.org f4d2eae188 Fixing bug 389856. Fix dialog argument handling. r=mrbkap@gmail.com, sr=jonas@sicking.cc 2007-08-01 22:38:44 +00:00
dcamp%mozilla.com 781404bf57 disable some offline tests with problems, b=390494, r=vlad, a=damons 2007-08-01 18:46:32 +00:00
mrbkap%gmail.com 79e4f1479d Fix assertion and incorrect '!' that could cause us to create cross-origin wrappers in the wrong scope. bug 389796, r+sr=jst 2007-07-30 21:47:03 +00:00
jwalden%mit.edu d9113b71db Bug 389988 - showModalDialog should not throw when blocked by the popup blocker (should return null instead). r+sr=jst, a=mconnor over IRC 2007-07-30 04:59:17 +00:00
cbiesinger%gmx.at d95060992d 389440 move LOAD_NO_NETWORK_IO to nsICachingChannel to avoid modifying semantics of a frozen interface. Also replace NS_ERROR_NEED_NETWORK with NS_ERROR_DOCUMENT_NOT_CACHED
r+sr=bz a=roc
2007-07-27 02:40:46 +00:00
tor%cs.brown.edu aebbc9dbb5 Bug 373572 - Implement feTile filter.
Patch by longsonr@gmail.com, r=tor, sr=roc, a=schrep
2007-07-27 00:50:46 +00:00
jonas%sicking.cc d0fc50677d Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi 2007-07-26 22:20:32 +00:00
mrbkap%gmail.com 0bb2938ab9 Implement cross-origin wrappers to gate accesses between sites that are cross origin. This will prevent sites from monkeying with each other by doing bad things to allAccess properties, and pave the way for more security work. bug 367911, r=jst rs=brendan 2007-07-26 19:18:07 +00:00
jst%mozilla.org 19eb87acec Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc 2007-07-26 17:52:53 +00:00
tor%cs.brown.edu 583f6a1f5f Bug 383184 - Implement SVG lighting filters.
Style portion r+sr=dbaron, rest r=longsonr, sr=roc.
2007-07-26 06:57:43 +00:00
jst%mozilla.org ffdfe7d2ba Bug 280959: Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc 2007-07-26 04:14:35 +00:00
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