mrbkap@gmail.com
ff20db8b9f
Be consistent as to when we forward to the inner window. bug 393669, r+sr=jst
2007-08-25 13:11:34 -07:00
cbarrett@mozilla.com
89e9e66fb7
Bug 393117 - Remove native resize API. r=josh r=mconnor sr+a1.9=pav
2007-08-24 18:55:28 -07:00
sayrer@gmail.com
eb6bf283f2
Bug 393300. DOMStorage leaks mozStorage classes on shutdown. r+sr+a=jst
2007-08-23 15:37:05 -07:00
masayuki@d-toybox.com
a20d56bd8d
Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc
2007-08-22 04:13:46 -07:00
igor@mir2.org
85fcfba7ad
Bug 386265: missing commit to fix compilation.
2007-08-11 13:40:43 -07:00
smontagu@smontagu.org
19b3a3893e
Add docCharsetIsForced member to nsIDomWindowUtils. Bug 391631, r+sr=bz, a=jst
2007-08-11 11:37:16 -07:00
enndeakin@sympatico.ca
25cefc8b5c
Bug 389083, domstorage tests not outputing results, r=sayrer
2007-08-10 14:44:28 -07:00
jst@mozilla.org
407a3841df
Fixing orange due to fix for bug 390275.
2007-08-09 16:53:23 -07:00
jst@mozilla.org
5f96a07bac
Fixing bug 389911. Removing nsIScriptGlobalObject::Get/SetGlobalObjectOwner() as it's not needed any more. r+sr=peterv@propagandism.org
2007-08-09 15:30:30 -07:00
jst@mozilla.org
4f27bf89e3
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 15:19:59 -07:00
jst@mozilla.org
3b2512803a
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 15:03:01 -07:00
sayrer@gmail.com
88fd7d975f
Bug 375543. Add better diagnostics to failures. Patch by John Resig. r=sayrer
2007-08-08 22:48:58 -07:00
jst@mozilla.org
640a4e236d
Backing out tests to fix orange.
2007-08-06 17:30:30 -07:00
jst@mozilla.org
3f1f82a2c5
Landing tests for bug 280959. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com
2007-08-06 16:11:52 -07:00
ginn.chen@sun.com
d0ed3cca65
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
2007-08-05 20:22:32 -07:00
Olli.Pettay@helsinki.fi
e048dd81bd
Bug 347480, Potentially incorrect script context used for event handlers, r+sr=jst, a=brendan
2007-08-05 06:23:03 -07:00
mrbkap@gmail.com
f9a815e445
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 16:34:38 -07:00
jst@mozilla.org
d2f18ad63a
Fixing bug 389856. Fix dialog argument handling. r=mrbkap@gmail.com, sr=jonas@sicking.cc
2007-08-01 15:38:44 -07:00
dcamp@mozilla.com
315b797f8f
disable some offline tests with problems, b=390494, r=vlad, a=damons
2007-08-01 11:46:32 -07:00
mrbkap@gmail.com
835b49979f
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 14:47:03 -07:00
jwalden@mit.edu
b6108692ed
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-29 21:59:17 -07:00
cbiesinger@gmx.at
44e169b508
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-26 19:40:45 -07:00
tor@cs.brown.edu
cba701f55d
Bug 373572 - Implement feTile filter.
...
Patch by longsonr@gmail.com , r=tor, sr=roc, a=schrep
2007-07-26 17:50:45 -07:00
jonas@sicking.cc
1d3132db39
Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi
2007-07-26 15:20:29 -07:00
mrbkap@gmail.com
c86c9e9bcc
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 12:18:06 -07:00
jst@mozilla.org
c1b1b4d758
Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc
2007-07-26 10:52:26 -07:00
tor@cs.brown.edu
c9776f2873
Bug 383184 - Implement SVG lighting filters.
...
Style portion r+sr=dbaron, rest r=longsonr, sr=roc.
2007-07-25 23:57:42 -07:00
jst@mozilla.org
83c8471b91
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-25 21:14:33 -07:00
dmose@mozilla.org
c959381531
Relanding mrbkap's patch for bug 369259 since backing it out didn't fix our perf test woes
2007-07-25 17:54:41 -07:00
jonas@sicking.cc
69dab05626
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-25 17:36:19 -07:00
dmose@mozilla.org
04d8da2727
Backing out patch for bug 369259 in the hopes that it will cure the perftest orange
2007-07-25 15:55:09 -07:00
mrbkap@gmail.com
a077f1a0da
Propagate getters, setters and attributes when forwarding addproperty to the inner window. bug 369259, r=jst sr=brendan
2007-07-25 13:21:26 -07:00
vladimir@pobox.com
a232b51aff
b=339553, drawString enhancement for canvas, r=me; patch from robarnold
2007-07-25 11:21:34 -07:00
dcamp@mozilla.com
a9d9d8bf00
fix bustage from bug 389223
2007-07-24 23:55:27 -07:00
dcamp@mozilla.com
0cac14e210
update the offline cache atomically. b=389223, r=biesi, sr=jst
2007-07-24 23:31:27 -07:00
dcamp@mozilla.com
5e7a58ed01
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-24 22:35:39 -07:00
dcamp@mozilla.com
21b4c8ea53
Add an API to access <input type="file"> data. r=smontagu (for charset stuff), r+sr=jonas
2007-07-24 21:29:47 -07:00
bzbarsky@mit.edu
6a6777c6e5
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-24 17:08:58 -07:00
bzbarsky@mit.edu
429a656eaf
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 13:17:11 -07:00
asqueella@gmail.com
1cab6bc107
Bug 388645 - String changes for malware warning
...
p=Johnathan Nightingale <johnath@mozilla.com>
r=biesi, ok=beltzner
2007-07-23 18:56:47 -07:00
asqueella@gmail.com
c70ff1d0e2
Bug 383417 - nsIDOMOfflineResourceList is in SDK_XPIDLSRCS, should be in XPIDLSRCS
...
p=Dave Camp <dcamp@mozilla.com>
r+sr=biesi
2007-07-23 18:49:54 -07:00
asqueella@gmail.com
04264029fb
Bug 388761 - fix MOZ_XUL-disabled builds
...
p=romaxa <romaxa@gmail.com>
r+sr=roc
2007-07-23 17:04:36 -07:00
bzbarsky@mit.edu
6520faea64
Actually return a failure rv on failure. Bug 388115, r=jst, sr=brendan
2007-07-20 20:22:24 -07:00
roc+@cs.cmu.edu
e1210125e7
Bug 338070. Rev nsISidebar UUID. r+sr=dbaron
2007-07-18 21:27:49 -07:00
bzbarsky@mit.edu
d074804c35
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 14:56:57 -07:00
peterv@propagandism.org
2c5bdcd53e
Fix for bug 386189 (Cursor navigation by keyboard (arrow keys) does not work on designMode (including composer)). r/sr=jst
2007-07-18 03:24:37 -07:00
mrbkap@gmail.com
2111e3c4cb
Move where we convert things into strings into a more centralized place. bug 372075, r=bzbarsky sr=jst
2007-07-17 13:12:21 -07:00
bzbarsky@mit.edu
a376eec6d6
Adding test.
2007-07-16 10:41:29 -07:00
jwalden@mit.edu
96d6e02092
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-12 20:38:31 -07:00
jwalden@mit.edu
a94c420ce1
Fix line endings.
2007-07-12 17:17:38 -07:00