bzbarsky@mit.edu
|
fb37999c13
|
Adding test.
|
2007-07-16 10:41:29 -07:00 |
jwalden@mit.edu
|
603ac1a170
|
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
|
70b85a68a9
|
Fix line endings.
|
2007-07-12 17:17:38 -07:00 |
enndeakin@sympatico.ca
|
d5d0ef3e21
|
Bug 323805, tab switching not working when for non-html and non-xul elements are focused, r=neil,sr=bz
|
2007-07-12 15:57:17 -07:00 |
jwalden@mit.edu
|
a37e39d744
|
Back out 384192.
|
2007-07-12 01:46:07 -07:00 |
jwalden@mit.edu
|
2c73b2927f
|
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-11 22:38:47 -07:00 |
jst@mozilla.org
|
5a33334578
|
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-11 17:04:11 -07:00 |
neil@parkwaycc.co.uk
|
314a7d97d4
|
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 01:46:44 -07:00 |
mozilla.mano@sent.com
|
f79b485750
|
Bug 385872 - Strict warnings should only be enabled for chrome by default (in debug builds). r=jst, sr=brendan.
|
2007-07-10 01:05:54 -07:00 |
bzbarsky@mit.edu
|
f1c1789242
|
Eliminate more callers of CheckSameOriginPrincipal in favor of
Equals/Subsumes. Bug 387212, r=mrbkap, sr=jst
|
2007-07-09 21:22:55 -07:00 |
jst@mozilla.org
|
3937cbdcdb
|
Fixing tinderbox orange. r=mrbkap@gmail.com
|
2007-07-09 17:24:26 -07:00 |
jst@mozilla.org
|
8bcdbd4686
|
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 15:07:07 -07:00 |
dcamp@mozilla.com
|
b65e2cfdf1
|
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
|
2007-07-08 23:19:27 -07:00 |
dcamp@mozilla.com
|
08e612af60
|
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
|
2007-07-08 15:15:51 -07:00 |
jwalden@mit.edu
|
12e960c504
|
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 00:08:04 -07:00 |
Olli.Pettay@helsinki.fi
|
406f3dfa92
|
Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler (with bustage fix), r=sicking, sr=jst
|
2007-07-06 06:47:50 -07:00 |
kairo@kairo.at
|
f398376354
|
backing out bug 339649 due to breakage on multiple tinderboxen as requested in #developers
|
2007-07-06 06:13:46 -07:00 |
Olli.Pettay@helsinki.fi
|
a0165ac7ec
|
Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler, r=sicking, sr=jst
|
2007-07-06 04:49:53 -07:00 |
sdwilsh@shawnwilsher.com
|
36cd392a66
|
Bug 374334 - Uncaught exception with cloneNode method and frameset element. Patch by Alex Vincent <ajvincent@gmail.com>. r=jst,sr=jst
|
2007-07-05 18:38:54 -07:00 |
jst@mozilla.org
|
3ad14bbb80
|
Fixing bug 380476. Never register timeouts on unloaded windows objects. r=mrbkap@gmail.com, sr=jonas@sickin.cc
|
2007-07-05 16:19:15 -07:00 |
dmose@mozilla.org
|
00137b6801
|
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
|
9edabebb5d
|
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
|
763c28dc18
|
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
|
0948a2e84f
|
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
|
25a6465d4b
|
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
|
48c95e4f48
|
Fix spelling in comment. Bug 384981
|
2007-07-03 12:39:51 -07:00 |
gavin@gavinsharp.com
|
e19507fc24
|
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
|
c22fe37aef
|
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
|
4e1cca5f54
|
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
|
a1d83ccc4c
|
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
|
4f1b5e6da7
|
Bug 279703, backing out the popup changes due to performance regressions. sigh.
|
2007-06-29 15:15:59 -07:00 |
enndeakin@sympatico.ca
|
a38bda36bc
|
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
|
10bfa22e47
|
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
|
1c2e8dfb6d
|
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
|
02b7a30529
|
Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking.
|
2007-06-27 19:48:16 -07:00 |
jst@mozilla.org
|
8167a83b17
|
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
|
0919df3f05
|
Backing out to fix orange.
|
2007-06-27 16:21:05 -07:00 |
peterv@propagandism.org
|
e15f728720
|
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
|
82b68ea577
|
Bug 375846 - implement feConvolveMatrix filter primitive. r=longsonr, sr=roc
|
2007-06-27 12:02:58 -07:00 |
rcampbell@mozilla.com
|
d2c4559ce8
|
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
|
9b6465bb5f
|
Defer initialization of navigator.offlineResources. b=383421, r+sr=jst
|
2007-06-26 21:40:24 -07:00 |
benjamin@smedbergs.us
|
a396305c4a
|
Reverting bug 383167 again for linux test bustage :-(
|
2007-06-26 12:22:51 -07:00 |
benjamin@smedbergs.us
|
eb1adfce8d
|
Bug 383167 trying again, reviews by luser and biesi, sr=jst
|
2007-06-26 09:35:01 -07:00 |
enndeakin@sympatico.ca
|
462f217588
|
Bug 379140, support global properties that are chrome only, r+sr=jst
|
2007-06-26 07:44:20 -07:00 |
benjamin@smedbergs.us
|
e4a58c034c
|
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
|
1e4a4ad931
|
Bug 383167 - Need buildid in an external file, r=luser sr=jst
|
2007-06-25 08:25:59 -07:00 |
rcampbell@mozilla.com
|
84df55536a
|
bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com>
|
2007-06-21 07:13:56 -07:00 |
kaie@kuix.de
|
73f9f421e7
|
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
|
38e52c0ab6
|
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
|
6902999f4b
|
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
|
c171178c76
|
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
|
276d39deb9
|
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
|
bd4f6f7331
|
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
|
e9e745dee8
|
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
|
7d038994ec
|
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
|
cfcd055eb1
|
Bye bye Xprint. b=326716 r+sr=dbaron
|
2007-06-13 11:02:58 -07:00 |
jonas@sicking.cc
|
e244ddfbf1
|
Bug 379959: Add checks to loadBindingDocument. r/sr=jst
|
2007-06-12 14:56:06 -07:00 |
jonas@sicking.cc
|
fdf2d5e3ae
|
Bug 383511: Support multi-domain tests in mochitest. r=sayrer
|
2007-06-11 14:55:28 -07:00 |
bzbarsky@mit.edu
|
631475d596
|
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
|
74cb36be7e
|
Commenting MochiKit until fixed on Linux
|
2007-06-07 09:59:24 -07:00 |
rcampbell@mozilla.com
|
6437b75480
|
Fixed case error in Makefile
|
2007-06-06 14:29:18 -07:00 |
rcampbell@mozilla.com
|
72bc663206
|
More makefile oddness
|
2007-06-06 14:15:37 -07:00 |
rcampbell@mozilla.com
|
b2bb196dcd
|
Spaces in Makefile.in, entabified
|
2007-06-06 13:59:40 -07:00 |
rcampbell@mozilla.com
|
6aaed9c7ce
|
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
|
9a3d3d0ac4
|
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
|
6f2a56926a
|
Bug 376643 - setInterval fires repeatedly with incorrectly small delays...r=jstsr=brendan
|
2007-05-30 23:11:10 -07:00 |
roc+@cs.cmu.edu
|
7573f7dcdb
|
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
|
f5aab2f645
|
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
|
1d3bab895f
|
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
|
2007-05-29 02:45:30 -07:00 |
sharparrow1@yahoo.com
|
eafd48b1a3
|
Bug 381993: Crash [@ nsDOMMouseEvent::GetClientX] with mousemove generating and removing stuff. r=smaug, sr=roc.
|
2007-05-28 21:56:16 -07:00 |
peterv@propagandism.org
|
abe3250204
|
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 09:06:02 -07:00 |
peterv@propagandism.org
|
58193c0e4f
|
Fix bustage
|
2007-05-25 02:00:11 -07:00 |
peterv@propagandism.org
|
1dbf3e9e35
|
Fix for bug 377884 (Switch nsXPConnect::Traverse to use tracing). r=jst/igor, sr=dbaron.
|
2007-05-25 01:42:08 -07:00 |
Olli.Pettay@helsinki.fi
|
e979ff3b11
|
Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz
|
2007-05-22 14:45:03 -07:00 |
masayuki@d-toybox.com
|
bc75592576
|
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
|
2007-05-16 08:51:37 -07:00 |
jonas@sicking.cc
|
ea1afb36a5
|
Bug 53901: Don't set is-in-doc flag on cloned XUL nodes. r/sr=jst
|
2007-05-15 18:13:47 -07:00 |
Olli.Pettay@helsinki.fi
|
81db8350b0
|
Remove rest of nsIDOMEventReceivers, Bug 363089, r+sr=jst
|
2007-05-15 01:50:33 -07:00 |
Olli.Pettay@helsinki.fi
|
c62c9a6daf
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
Olli.Pettay@helsinki.fi
|
0cb1dd0a4b
|
backout Bug 363089
|
2007-05-11 06:34:05 -07:00 |
Olli.Pettay@helsinki.fi
|
c509d37191
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
jonas@sicking.cc
|
c8e8237fd4
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-10 13:21:12 -07:00 |
jst@mozilla.org
|
3484a36643
|
Backing out Jonas' last changes due to tinderbox orange, per Jonas' request.
|
2007-05-09 17:42:33 -07:00 |
jonas@sicking.cc
|
eb28533fb6
|
Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst
|
2007-05-09 16:33:28 -07:00 |
mats.palmgren@bredband.net
|
905e553678
|
Mochitest for bug 377539. b=377539 r=bzbarsky
|
2007-05-09 06:27:59 -07:00 |
peterv@propagandism.org
|
52c16e78be
|
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 05:04:59 -07:00 |
mats.palmgren@bredband.net
|
4b9de34943
|
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 02:43:59 -07:00 |
jonas@sicking.cc
|
77e2d700f6
|
back out last patch since leaks went through the roof
|
2007-05-07 18:03:08 -07:00 |
jonas@sicking.cc
|
fe815718d5
|
Don't attempt to cycle collect documents, windows and elements that are currently being viewed. r=bz, sr=jst b=378987
|
2007-05-07 16:45:25 -07:00 |
bzbarsky@mit.edu
|
213e1f5566
|
Make sure that the style context doesn't live too long. Bug 375399, r=smaug,sr=jst
|
2007-05-04 22:45:24 -07:00 |
asqueella@gmail.com
|
e2a5e3b2d3
|
Bug 372554 - "ASSERTION: cannot set host on no-auth url" trying to set location.hostname at a file: URLp=Ryan Jones <sciguyryan@gmail.com>r=biesi/r+sr=jst
|
2007-05-03 23:42:28 -07:00 |
igor@mir2.org
|
3b6c4a7b39
|
Bug 377751: Switching JSClass.mark in XPConnect to the tracing semantics. r=jst, sr=brendan
|
2007-05-02 13:20:21 -07:00 |
bzbarsky@mit.edu
|
9a5db57b2f
|
Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(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 15:24:20 -07:00 |
igor@mir2.org
|
4d2fa17276
|
Bug 377751: removal of the commit.
|
2007-05-01 14:54:29 -07:00 |
igor@mir2.org
|
4d525734e5
|
Bug 377751: JSClass instances in xpconnect use the tracing API. r=brendan, sr=jst
|
2007-05-01 14:06:07 -07:00 |
bzbarsky@mit.edu
|
5c2ca46104
|
Allow getting the lineNumber of XPConnect expceptions. Bug 291377, r=sicking,sr=jst. r=mrbkap, sr=jst for the test.
|
2007-04-26 21:19:11 -07:00 |
enndeakin@sympatico.ca
|
c8efffd512
|
Bug 371127, add a test for domstorage in chrome, r=sayrer
|
2007-04-26 08:35:57 -07:00 |
enndeakin@sympatico.ca
|
dbb114af15
|
Bug 371127, support using domstorage from chrome, r=jst,sr=dveditz
|
2007-04-26 05:56:03 -07:00 |
peterv@propagandism.org
|
37ea48ef85
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
sayrer@gmail.com
|
add95e671c
|
bug 375543. One last resource in the Makefile to fix bustage.
|
2007-04-23 22:25:13 -07:00 |
sayrer@gmail.com
|
26dd6880f7
|
bug 375543. alter Makefiles to prevent Windows bustage.
|
2007-04-23 21:41:41 -07:00 |
sayrer@gmail.com
|
6654c863ab
|
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-23 21:01:42 -07:00 |
benjamin@smedbergs.us
|
0ab7558e7b
|
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 07:21:53 -07:00 |
enndeakin@sympatico.ca
|
58e8597155
|
Bug 374570, constrain popups to frame, r+sr=roc
|
2007-04-20 11:20:03 -07:00 |
Olli.Pettay@helsinki.fi
|
b48621f78f
|
Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst
|
2007-04-19 16:20:29 -07:00 |
Olli.Pettay@helsinki.fi
|
ec90dfa0ef
|
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 02:18:36 -07:00 |
jst@mozilla.org
|
1c1e4426c6
|
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 16:11:15 -07:00 |
sayrer@gmail.com
|
873351be9a
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
gijskruitbosch@gmail.com
|
a650e64d62
|
Bug 229168 - Save Page (with mms:// embedded media) invokes Windows Media Playerp=sciguyryan@gmail.com (Ryan Jones)r=silver@warwickcompsoc.co.uk (James Ross)r+sr=cbiesinger@gmx.at (Christian Biesinger)
|
2007-04-15 05:31:18 -07:00 |
brendan@mozilla.org
|
892dc3cadf
|
Set JSOPTION_ANONFUNFIX as one of the default options (377433, r+sr=jst).
|
2007-04-13 16:06:40 -07:00 |
enndeakin@sympatico.ca
|
48dbcb6959
|
Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc
|
2007-04-11 21:37:39 -07:00 |
jst@mozilla.org
|
9236463d72
|
Fixing bug 376987. Add missing code to event listener registration helper code. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
|
2007-04-10 16:59:28 -07:00 |
joshmoz@gmail.com
|
a7a5f3da85
|
add native resize animation support to nsIDOMChromeWindow. b=347452 r=mento r=jst sr=pav
|
2007-04-05 17:11:41 -07:00 |
bzbarsky@mit.edu
|
fd819f0b23
|
Default javascript: URIs to running in a sandbox instead of not running atall. Bug 376484, r+sr=jst
|
2007-04-05 15:49:32 -07:00 |
marco@gnome.org
|
4c075ad2b1
|
Bug 375519. Return window.innerWidth and window.innerHeight in css pixels.r=sharparrow1 sr=roc
|
2007-04-04 03:54:54 -07:00 |
bzbarsky@mit.edu
|
3ef6fbe62d
|
Comment out just the one failing part, not hte whole test.
|
2007-04-02 13:48:25 -07:00 |
sayrer@gmail.com
|
38df8d7fa8
|
Disable a test for bug 351633 because of tinderbox linux orange.
|
2007-04-02 13:28:49 -07:00 |
bzbarsky@mit.edu
|
e96a632198
|
Fix race condition that led to the orange yesterday, and fix a test that wasn'tactually testing things.
|
2007-04-02 10:35:05 -07:00 |
bzbarsky@mit.edu
|
3f65cf9360
|
Adding tests for bug 351633
|
2007-04-01 20:04:58 -07:00 |
Olli.Pettay@helsinki.fi
|
be5f823b25
|
Bug 374547, regression: unable to repeat xbl bound element inside another with the same binding r=jst,sr=bz
|
2007-04-01 05:19:44 -07:00 |
dbaron@dbaron.org
|
4d961c5c49
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
sayrer@gmail.com
|
e564057cca
|
bug 375444. silence overflow warning in nsJSEnvironment.cpp using gcc 4.1.2. r+sr=jst
|
2007-03-26 19:08:19 -07:00 |
crowder@fiverocks.com
|
de88ede50d
|
Bug 330569: provide configuration option for enabling new relimit option in JS, r=mrbkap, sr=jst
|
2007-03-23 14:27:14 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
dcamp%mozilla.com
|
320366d6a9
|
Bug 422264: retrieving iterator of applicationCache throws NS_ERROR_DOM_INVALID_STATE_ERR. r+sr=jst, a=beltzner
|
2008-07-01 03:44:42 +00:00 |
gavin%gavinsharp.com
|
2ebb8cc96b
|
Bug 431986: ApplicationCache doesn't implement EventTarget, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
|
2008-05-09 00:10:50 +00:00 |
gavin%gavinsharp.com
|
cbba1ad38b
|
Bug 432055: applicationCache.status is 0 through the update process, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
|
2008-05-09 00:09:27 +00:00 |
gavin%gavinsharp.com
|
45bd850b03
|
Re-enable these tests now that there's another xserve collecting core dumps (bug 432471)
|
2008-05-08 22:00:36 +00:00 |
gavin%gavinsharp.com
|
36491fec4d
|
Disable these again to try and work around the crashes (bug 432729)
|
2008-05-08 01:06:32 +00:00 |
gavin%gavinsharp.com
|
6b15c25e25
|
Reenabled these tests now that we have code dumps enabled on the crashing machine (bug 432471)
|
2008-05-07 20:07:04 +00:00 |
gavin%gavinsharp.com
|
e8e1a76f91
|
Disable test_characterdatagetlength.html to see whether it fixes the bm-xserve01 crashes (bug 432471)
|
2008-05-07 19:53:48 +00:00 |
gavin%gavinsharp.com
|
5f74d559ff
|
Disable test_characterdatagetdata.html to see whether it fixes the bm-xserve01 crashes (bug 432471, a=jimm)
|
2008-05-07 19:08:50 +00:00 |
roc+%cs.cmu.edu
|
1604bf1e9b
|
Bug 432466. Allow sendNativeKeyEvent to return NS_ERROR_NOT_AVAILABLE to indicate that a keyboard layout is not available. Load keyboard layouts programmatically on Windows so we can detect whether a keyboard is available. This also makes keyboard layouts usable when they're installed but not enabled, which is true for most layouts, so we can reenable the Greek keyboard tests on tinderbox. r=karlt,a=beltzner
|
2008-05-07 04:46:38 +00:00 |
bent.mozilla%gmail.com
|
1a09f64df2
|
Bug 429442 - "crashes [@ nsJSIID::HasInstance][@ XPCNativeSet::FindInterfaceWithIID]". r+sr=jst, a=beltzner.
|
2008-05-06 21:37:50 +00:00 |
roc+%cs.cmu.edu
|
def0500948
|
Bug 431503. Infrastructure and tests for native key event translation. r=josh,karlt,sr=jst
|
2008-05-05 23:01:09 +00:00 |
alqahira%ardisson.org
|
382c57d276
|
Relanding embedding bustage fix from bug 406730, since Linux orange wasn't its fault. Patch by Markus Stange <mstange@themasta.com>, r/sr=roc, a1.9=beltzner
|
2008-05-04 04:12:32 +00:00 |
alqahira%ardisson.org
|
5aa627abf5
|
Back out embedding bustage fix from bug 406730 due to Linux orange (and also lack of positive response from boxset so far).
|
2008-05-04 03:25:10 +00:00 |
alqahira%ardisson.org
|
cc04ff404b
|
Fix embedding bustage from bug 406730. Patch by Markus Stange <mstange@themasta.com>, r/sr=roc, a1.9=beltzner
|
2008-05-04 02:10:36 +00:00 |
jwalden%mit.edu
|
abed574f4f
|
Bug 430251 - Update to latest HTML5 and make postMessage dispatch its event asynchronously, as well as dispatch at the window, not the document. r=jst, r=smaug, sr=sicking, a=damons, c=cookie
|
2008-05-02 19:26:50 +00:00 |
roc+%cs.cmu.edu
|
0df64c778a
|
Bug 406730. Track window activation status and set an 'active' attribute on the XUL root so we can style window contents based on activation status. Also provide active+inactive colors to Cocoa chrome drawing and use them based on 'main' state. Patch by Markus Strange, r=josh,sr=roc,a=mconnor
|
2008-05-02 11:32:52 +00:00 |
Olli.Pettay%helsinki.fi
|
93242f36db
|
Bug 430276, new XMLHttpRequest() after document.write throws an exception, patch2, r+sr=jst, a=beltzner
|
2008-04-29 19:22:24 +00:00 |
bent.mozilla%gmail.com
|
c0ccf25c23
|
Better debug output for DOM window destruction, r+sr+a=jst, DEBUG-only changes.
|
2008-04-28 21:51:11 +00:00 |
Olli.Pettay%helsinki.fi
|
4b93660a65
|
Bug 430276, new XMLHttpRequest() after document.write throws an exception, r+sr=jst, a=beltzner
|
2008-04-25 09:45:59 +00:00 |
jst%mozilla.org
|
51443fee75
|
Landing fix for plugin hang bug 429903. Fix hang on pages that script plugins. Patch by bent.mozilla@gmail.com, r+sr=brendan@mozilla.org/jst@mozilla.org, a=beltzner
|
2008-04-23 05:23:57 +00:00 |
dolske%mozilla.com
|
5a5395ac6a
|
Bug 427878 - mochitest crash in test_HTMLBodyElement08.html (disabling tests until a cause is found)
|
2008-04-22 22:00:07 +00:00 |
Olli.Pettay%helsinki.fi
|
dc656b0aa3
|
backout Bug 424377, a=beltzner
|
2008-04-15 18:02:23 +00:00 |
bent.mozilla%gmail.com
|
921b4a7770
|
Bug 415498 - "Some errors not displayed in Error Console when using addEventListener". Tests by Sylvain Pasche <sylvain.pasche@gmail.com>. r+sr=jst, a=beltzner.
|
2008-04-10 17:35:57 +00:00 |
reed%reedloden.com
|
b3e6cd690b
|
Bug 425360 - "Assertion failure: !cx->throwing at jsinterp.c:6201" (Eagerly report exceptions from EvaluateScript) [p=mrbkap@gmail.com (Blake Kaplan) r+sr=jst a1.9=beltzner]
|
2008-04-09 06:37:25 +00:00 |
dcamp%mozilla.com
|
949505d29b
|
Bug 425792: Properly update and use expiration times when updating the offline cache. r/sr=biesi, b1.9=damons
|
2008-04-09 05:22:35 +00:00 |
timeless%mozdev.org
|
f391d37058
|
Bug 402181 Better error message for captureEvents(), releaseEvents() and routeEvent()
text by perhans@indexdata.dk
r=smaug a=beltzner
|
2008-04-06 09:39:35 +00:00 |
roc+%cs.cmu.edu
|
7e28413a9b
|
Bug 424375. window.outerWidth/outerHeight should be in CSS pixels, not device pixels. r+sr=jst
|
2008-04-01 22:20:45 +00:00 |
Olli.Pettay%helsinki.fi
|
e66e34e802
|
Bug 424377, r=jst, sr=roc
|
2008-04-01 10:37:30 +00:00 |
bmlk%gmx.de
|
b3d40a273f
|
disable dom html2 on mac
|
2008-03-30 12:26:03 +00:00 |
bmlk%gmx.de
|
9695607aa8
|
disable java tests as Macs do not like them.
|
2008-03-30 10:01:48 +00:00 |
bmlk%gmx.de
|
bffb546ebb
|
fix nsinstall bustage
|
2008-03-30 09:41:24 +00:00 |
bmlk%gmx.de
|
ec97a2c68e
|
activate the DOM Level 2 HTML tests bug 421674 r=sayrer
|
2008-03-30 09:19:54 +00:00 |
reed%reedloden.com
|
0871903ed3
|
Remove file accidentally added by bernd.
|
2008-03-30 02:50:09 +00:00 |
bmlk%gmx.de
|
857483c457
|
initial checkin of the DOM-TS Level 2 HTML testcases converted into mochitests, the work is based on what rsayrer has done for the other dom test suites
The main difference is that there is exeption.js, todos are marked in the testcases themself. bug 421674 a=testonly
|
2008-03-29 19:06:37 +00:00 |
reed%reedloden.com
|
b6668b0026
|
Bug 424066 - "CheckSameOriginURI reports spurious error during routine internal comparison" (make NS_ScriptErrorReporter not whine about inequal origin URLs when constructing exceptions) [p=shaver@mozilla.org (Mike Shaver) sr=bzbarsky a1.9b5=beltzner]
|
2008-03-26 05:37:23 +00:00 |
enndeakin%sympatico.ca
|
8132a56053
|
Bug 421817, remove dragstart, drag and dragleave events for 1.9, they'll be back in a later release, r=jonas, sr=jst, a=beltzner
|
2008-03-21 22:47:14 +00:00 |
Olli.Pettay%helsinki.fi
|
2a253f71ae
|
Change one DEBUG_smaug comment to start a new qm-win2k3-01 build.
|
2008-03-21 13:16:08 +00:00 |
reed%reedloden.com
|
d870a63bfe
|
Bug 424093 - "CNN Video page will not load" [p=dcamp@mozilla.com (Dave Camp) r=Enn sr=jst a1.9b5=beltzner]
|
2008-03-21 06:46:57 +00:00 |
jwalden%mit.edu
|
5c17ef8554
|
Also run createElement(?:NS)? tests on XML/XHTML documents, in addition to on an HTML document. We don't have any bugs that this exposes, but it seems like a good idea to add them, since another implementation (WebKit) was passing all our tests but failing the Yahoo! webmail does-it-work smoketest due to this. a=itsatest
|
2008-03-21 01:23:49 +00:00 |
sayrer%gmail.com
|
170a52d48f
|
Bug 424035. Crash [@ JS_IsArrayObject] when trying to decode a bogus JSON string. r=shaver
|
2008-03-20 20:34:39 +00:00 |
bzbarsky%mit.edu
|
d59362f190
|
Don't leave an exception just hangin' out on the JSContext. Bug 422009,
r+sr=jst, a=shaver
|
2008-03-20 00:42:48 +00:00 |
bent.mozilla%gmail.com
|
1528ed05d9
|
Bug 412862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Properly back out changes to nsGlobalWindow.
|
2008-03-19 21:32:20 +00:00 |
bent.mozilla%gmail.com
|
ffd5e4c7b3
|
Bug 412862 - Bustage fix, undoing these changes until I figure out why the merge failed.
|
2008-03-19 20:27:34 +00:00 |
bent.mozilla%gmail.com
|
c474e1c7b1
|
Bug 412862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Backing out this patch.
|
2008-03-19 20:15:13 +00:00 |
dcamp%mozilla.com
|
c4e5f5833f
|
Bug 407839: restrict globalStorage to same host. r=enndeakin, sr=jst, blocking1.9=pavlov
|
2008-03-19 01:27:35 +00:00 |
Olli.Pettay%helsinki.fi
|
71e78be21f
|
Bug 329385, r+sr=jst
|
2008-03-19 00:06:22 +00:00 |
jst%mozilla.org
|
1f40891986
|
Fixing bug 418776. Don't resolve standard classes on non-global objects. r+sr=mrbkap@gmail.com
|
2008-03-18 20:42:19 +00:00 |
reed%reedloden.com
|
9dcd5a835f
|
Bug 375457 - "toDataURL has incorrect type-checking logic" (a simple test that just ensures we throw an exception when calling toDataURL with null and objects) [p=joe@drew.ca (Joe Drew [JOEDREW!])]
|
2008-03-18 19:55:12 +00:00 |
dtownsend%oxymoronical.com
|
673d4a4056
|
Bug 419582: Unblocklisted plugin should be set to enable on startup.
r+sr=jst
|
2008-03-18 10:38:16 +00:00 |
jst%mozilla.org
|
78e016f550
|
Fixing bug 420603. Don't run scripts while wrapping DOM objects. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2008-03-17 21:19:25 +00:00 |
dbaron%dbaron.org
|
dd48bb0dc6
|
Make nsJSONWriter::Write not crash when given buffer greater than 1024 characters. b=423152 r=sayrer a=beltzner
|
2008-03-17 18:58:39 +00:00 |
igor%mir2.org
|
29827e3c2d
|
bug=421274 r=brendan a=beltzner
Eliminating SAVE_SP_AND_PC() macro
|
2008-03-17 08:58:29 +00:00 |
jonas%sicking.cc
|
0e4d155d1d
|
Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst
|
2008-03-14 23:08:59 +00:00 |
jst%mozilla.org
|
f6e789810a
|
Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc
|
2008-03-14 21:31:38 +00:00 |
jwalden%mit.edu
|
fab20270c5
|
Bug 199692 - Update and reenable the document.elementFromPoint tests that didn't work when initially committed due to window sizing issues; there may still be some issues, but we'll todo aggressively in followup commits if necessary -- better halfway in than not at all. Patch is partly me, partly Ben Karel <web+moz@eschew.org>, r from Ben and r=roc. a=itsatest
|
2008-03-14 18:45:32 +00:00 |
igor%mir2.org
|
da3573e2c6
|
bug 421274: backing out again due to crashes on 64 bit Linux.
|
2008-03-13 18:03:02 +00:00 |
igor%mir2.org
|
52c3f13130
|
bug=421274 r=brendan a1.9=mtschrep
eliminating SAVE_SP_AND_PC and friends from the interpreter loop
|
2008-03-13 06:48:23 +00:00 |
igor%mir2.org
|
55f81b41c1
|
backing out bug 421274
|
2008-03-13 06:23:09 +00:00 |
igor%mir2.org
|
bf5c2d0a6f
|
bug=421274 r=brendan a1.9=mtschrep
eliminating SAVE_SP_AND_PC and friends from the interpreter loop
|
2008-03-13 05:52:54 +00:00 |
roc+%cs.cmu.edu
|
872a7b6cf7
|
Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon
|
2008-03-12 00:59:15 +00:00 |
roc+%cs.cmu.edu
|
5c55514d21
|
Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon
|
2008-03-12 00:51:19 +00:00 |
jonas%sicking.cc
|
ec6e6df844
|
Back out due to failed mochitest
|
2008-03-11 02:18:16 +00:00 |
jonas%sicking.cc
|
5610226f10
|
Bug 401155: Make sure plugins and XBL constructors not execute when creating a script wrapper if it's not safe to execute scripts. r=bz sr=jst.
|
2008-03-11 00:49:20 +00:00 |
jwalden%mit.edu
|
cf67278b43
|
Bug 421767 - element.attributes.removeNamedItemNS(<non-existent attribute NS and name>) returns null instead of throwing. acid3++ r+sr=jst, a=beltzner
|
2008-03-10 23:02:36 +00:00 |
reed%reedloden.com
|
9589ae7c04
|
Bug 417994 - "navigator object does not fully reflect user agent settings" [p=gfleischer+bugzilla@gmail.com (Gregory Fleischer) r+sr=jst a1.9=beltzner]
|
2008-03-08 11:19:22 +00:00 |
dbaron%dbaron.org
|
06080417e3
|
Add string needed if we implement :nth-*() pseudo-classes. b=75375 r+sr=bzbarsky
|
2008-03-08 07:39:35 +00:00 |
jwalden%mit.edu
|
3821bca302
|
Make one test that relies on popup blocking being disabled fail quickly if popup blocking is enabled, and make another test non-Mozilla-specific because HTML5 got updated and now matches our behavior with respect to the origin of data: URIs (they have the origin of the window/script that opened them). rs=sicking
|
2008-03-07 02:32:21 +00:00 |
mrbkap%gmail.com
|
2d138e5c3d
|
Fix compile warnings. No bug, debug only, r+rs=jst
|
2008-03-06 23:00:01 +00:00 |
mrbkap%gmail.com
|
6758f9b013
|
Don't assume that chrome:// implies system principals. bug 419848, r=brendan sr=jst
|
2008-03-06 22:52:58 +00:00 |
jst%mozilla.org
|
ca3a9865a3
|
Fixing bug 396443. Make SVG documents act like all our other documents wrt enumeration hooks. r+sr=mrbkap@gmail.com
|
2008-03-06 20:20:42 +00:00 |
jst%mozilla.org
|
781a30f11d
|
Fixing bug 420858. Don't define fast expandos when binding names in JS. r+sr=brendan@mozilla.org
|
2008-03-05 04:43:57 +00:00 |
brendan%mozilla.org
|
d94bc5d9d1
|
More un-nesting #include fallout (r=mrbkap, bustage fix).
|
2008-03-05 00:44:30 +00:00 |
jst%mozilla.org
|
830669210f
|
Fixing bug 419093. Make access to undeclared global properties fast too! r+sr=brendan@mozilla.org
|
2008-03-04 01:52:34 +00:00 |
jst%mozilla.org
|
37bae0d671
|
Fixing bug 413200. Make sure script termination functions run when XPConnect is done executing script on a context and there's no other script running on that context. r+sr=mrbkap@gmail.com
|
2008-03-04 01:44:16 +00:00 |
mrbkap%gmail.com
|
4867a6b528
|
Outerize |this| always. bug 418069, r/sr=jst/brendan a=beltzner
|
2008-03-01 00:17:38 +00:00 |
bent.mozilla%gmail.com
|
1cab86f1c4
|
Bug 419655 - "Refreshing a page leaks an nsGlobalWindow until shutdown". r=peterv, sr=jst, a1.9b4+=schrep.
|
2008-02-29 02:05:57 +00:00 |
peterv%propagandism.org
|
acb5a13ece
|
Fix for bug 391209 (cycle collector crash with python objects). r/sr=jst, a=beltzner.
|
2008-02-28 13:12:43 +00:00 |
jwalden%mit.edu
|
39d550b03e
|
Add a test for postMessage(msg, undefined), which must be a syntax error as |undefined| is both present and not null.
|
2008-02-27 06:03:38 +00:00 |
jwalden%mit.edu
|
d8f00d1697
|
Bump UUID, forgotten on last checkin.
|
2008-02-27 05:02:56 +00:00 |
jwalden%mit.edu
|
7f2dda9b63
|
Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner
|
2008-02-27 03:48:56 +00:00 |
jonas%sicking.cc
|
06f693a2bb
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-27 03:45:32 +00:00 |
reed%reedloden.com
|
8bb739557f
|
Bug 417617 - [p=Olli.Pettay@gmail.com (Smaug) r+sr=jst a=blocking1.9+]
|
2008-02-27 02:03:28 +00:00 |
reed%reedloden.com
|
c7a8a8eb60
|
Bug 409349 - [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=Enn sr=dveditz a1.9=damons a=blocking1.9+]
|
2008-02-27 01:01:02 +00:00 |
dcamp%mozilla.com
|
13f79c2abe
|
Bug 397417: monitor disk usage of offline apps in the UI. r=enndeakin (nsDOMStorage change), r/sr=mconnor, ui-r/blocking-firefox3=beltzner
|
2008-02-26 21:13:18 +00:00 |
Olli.Pettay%helsinki.fi
|
97ccc330e6
|
Bug 415025, try to improve CC scheduling, r=peterv, sr=jst
|
2008-02-25 17:47:26 +00:00 |
reed%reedloden.com
|
094bb39a01
|
Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan]
|
2008-02-25 08:59:21 +00:00 |
Olli.Pettay%helsinki.fi
|
b211cbf183
|
Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking
|
2008-02-24 10:55:39 +00:00 |
jst%mozilla.org
|
0ffcd5bdb4
|
Fixing bug 418755. Revert our decision to throw WRONG_DOCUMENT_ERR per the DOM spec as the web expects that not to happen. r+sr=jonas@sickin.cc
|
2008-02-22 02:18:43 +00:00 |
jst%mozilla.org
|
8d16b138ef
|
Fixing bug 417852. Push the context we're using to clear scopes on to make code down the road find the right context. r=dveditz@cruzio.com, sr=bzbarsky@mit.edu
|
2008-02-21 23:51:02 +00:00 |
benjamin%smedbergs.us
|
624a4d7ef0
|
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
|
2008-02-21 20:39:23 +00:00 |
gavin%gavinsharp.com
|
2755626719
|
Back out bug 418069 because it causes a crash on startup for Camino
|
2008-02-21 02:06:26 +00:00 |
crowder%fiverocks.com
|
df7030351b
|
Bug 418069 - js1_5/Regress/regress-379245.js FAIL - browser - bad this, patch by mrbkap, r=brendan, sr=jst, a1.9=brendan
|
2008-02-20 23:28:18 +00:00 |
roc+%cs.cmu.edu
|
dabccbd009
|
Bug 418158. nsIDOMSVGComponentTransferFunctionElement should not export the non-scriptable internal-use-only GenerateLookupTable function. r=rlongson,sr=pavlov,a=beltzner
|
2008-02-20 02:11:54 +00:00 |
roc+%cs.cmu.edu
|
112c8fc45d
|
Bug 416204. feFlood should not support an in1 property, this was a bug in the SVG spec that is being fixed. r=rlongson,sr=pavlov,a=beltzner
|
2008-02-20 02:10:05 +00:00 |
sayrer%gmail.com
|
fe82b7cc6e
|
Bug 417052. Adjust JS_GC heuristic. Patch by Igor Bukanov <igor@mir2.org>. r/a=brendan
|
2008-02-20 01:20:24 +00:00 |
jst%mozilla.org
|
5d815d72f8
|
Landing fix for bug 410010. Make exceptions thrown during even handling always get reported once the event handler has run. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org
|
2008-02-19 22:38:34 +00:00 |
jag%tty.nl
|
4221353fba
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 08:50:33 +00:00 |
roc+%cs.cmu.edu
|
93fae3b503
|
Bug 416782. Rename isLocallyAvailable to mozIsLocallyAvailable because it's not part of any spec (yet). r+sr=jst
|
2008-02-17 21:26:29 +00:00 |
jst%mozilla.org
|
6658f5efbf
|
Backing out fixes for bug 416931 due to the JS property tree blowing up in size due to this change.
|
2008-02-17 04:07:51 +00:00 |
jruderman%hmc.edu
|
c3763aea52
|
Make gSerialCounter defined only ifdef DEBUG to silence a warning. Followup to bug 416939.
|
2008-02-16 22:15:32 +00:00 |
bzbarsky%mit.edu
|
77e8f880cb
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-16 05:13:19 +00:00 |
jwalden%mit.edu
|
4f0348662e
|
Bug 417491 - Element.setAttribute(':', ...) throws DOMException INVALID_CHARACTER_ERR. r+sr=peterv, a=beltzner
|
2008-02-15 23:22:56 +00:00 |
jst%mozilla.org
|
161e27da14
|
Landing for bug 417387, followup fixes for bug 416931. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org.
|
2008-02-15 21:54:49 +00:00 |
Olli.Pettay%helsinki.fi
|
270c3bb90d
|
Bug 409111, WRONG_DOCUMENT_ERR on unattached nodes through getBoxObjectFor, r+sr=sicking, a=mtschrep
|
2008-02-14 20:45:08 +00:00 |
jst%mozilla.org
|
44ec5cddec
|
Fixing bug 417266. Don't call IsEventName() with non-string jsvals. r+sr=jonas@sicking.cc
|
2008-02-14 06:11:36 +00:00 |
bent.mozilla%gmail.com
|
2f05697219
|
Bug 416939 - "Broadcast the destruction of DOM windows". r+sr=jst, a=blocking1.9+.
|
2008-02-13 23:41:17 +00:00 |
bent.mozilla%gmail.com
|
1828842dcb
|
Bug 413447 - "nsXBLDocumentInfo can keep closed global window alive". r=jst, sr=sicking, a=blocking1.9+. Relanding.
|
2008-02-13 04:17:19 +00:00 |
jst%mozilla.org
|
ef00b1f797
|
Fixing bug 416931. Make accessing script defined global properties faster. r+sr=shaver@mozilla.org
|
2008-02-13 03:55:18 +00:00 |
jst%mozilla.org
|
bc2e6ef23e
|
Landing fix for bug 414749. Make nsJSUtils::GetCallingLocation deal better with null principals. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org
|
2008-02-13 03:52:43 +00:00 |
bent.mozilla%gmail.com
|
58a05cc20f
|
Bug 413447, backing out to see if unit tests pass.
|
2008-02-12 20:53:04 +00:00 |
benjamin%smedbergs.us
|
b27c6528eb
|
Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking
|
2008-02-12 19:46:50 +00:00 |
bent.mozilla%gmail.com
|
ce2c61477a
|
Bug 413447, SunOS bustage fix?
|
2008-02-12 19:34:22 +00:00 |
bent.mozilla%gmail.com
|
7df009ed53
|
Bug 413447 - "nsXBLDocumentInfo can keep closed global window alive". r=jst, sr=sicking, a=blocking1.9+.
|
2008-02-12 17:48:27 +00:00 |
jwalden%mit.edu
|
54c5546c19
|
Bug 411103 - document.createElement(bad) (and the NS version) throwing wrong exception. Fixes two acid3 tests as well. r=peterv, sr=jst, a=schrep
|
2008-02-12 04:14:58 +00:00 |
jwalden%mit.edu
|
c5afd9b749
|
Bug 397929 - Convert GetMessage APIs to GetMessageMoz APIs, at the C++ symbol level only (vtables remain the same), to work around brain-dead, idiotic, insane Windows API macros. r=bsmedberg, a=schrep
|
2008-02-12 04:11:08 +00:00 |
jwalden%mit.edu
|
d6df2279c2
|
Adding a test to ensure .uri on a postMessage-generated event contains a hash reference from the caller, if one was present. No bug or code changes.
|
2008-02-11 20:27:32 +00:00 |
jruderman%hmc.edu
|
8b46949624
|
Add mochitest
|
2008-02-09 10:35:51 +00:00 |
jruderman%hmc.edu
|
b749f302e0
|
Add mochitest for "new HTMLDocument()" throwing and not asserting
|
2008-02-09 00:24:43 +00:00 |
martijn.martijn%gmail.com
|
068b14d611
|
Bug 416101 � Mingw build error in ../mozilla/dom/src/json/nsJSON.cpp, r=sayer, a=mtschrep
|
2008-02-08 23:25:58 +00:00 |
bent.mozilla%gmail.com
|
c154b112f5
|
Bug 353851 - "accumulation of outer chrome windows in mOpener chains (window.opener)". r+sr=jst, a=blocking1.9. Fixed small typo that caused Txul to blow up yesterday.
|
2008-02-08 21:09:36 +00:00 |
dolske%mozilla.com
|
14102ea50d
|
Reland 406686, tests went green apparently before picking up the backout.
|
2008-02-08 20:23:06 +00:00 |
dbaron%dbaron.org
|
540cdc29e5
|
Force reflow on default font change, since style data comparison is not sufficient for things not reflected in style data. b=394057 r+sr=roc a=blocking1.9+
|
2008-02-08 19:53:59 +00:00 |
dolske%mozilla.com
|
864f674cc9
|
Backout bug 406686 to determine cause of mochitest failures.
|
2008-02-08 19:07:23 +00:00 |
enndeakin%sympatico.ca
|
1dce1897c1
|
Bug 406686, close popups on blur, this time with nullcheck, r=roc,sr=dveditz
|
2008-02-08 13:53:35 +00:00 |
bent.mozilla%gmail.com
|
6fde121ad8
|
Backing out patch for bug 353851 to see if it fixes test failures.
|
2008-02-08 00:29:17 +00:00 |
bent.mozilla%gmail.com
|
35ec38a6cd
|
Bug 353851 - "accumulation of outer chrome windows in mOpener chains (window.opener)". r+sr=jst. a=blocking1.9.
|
2008-02-07 23:13:01 +00:00 |
jwalden%mit.edu
|
7723fcf9fb
|
Bug 414812 - document.domain = "0.0.1" on a page on 127.0.0.1 should not work. r=dwitte, sr=jst, a=schrep
|
2008-02-07 20:58:57 +00:00 |