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

3166 Коммитов

Автор SHA1 Сообщение Дата
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
bzbarsky%mit.edu 0c9909995a Comment out just the one failing part, not hte whole test. 2007-04-02 20:48:25 +00:00
sayrer%gmail.com fcc7ebfcae Disable a test for bug 351633 because of tinderbox linux orange. 2007-04-02 20:28:49 +00:00
bzbarsky%mit.edu 121493fc4c Fix race condition that led to the orange yesterday, and fix a test that wasn't
actually testing things.
2007-04-02 17:35:05 +00:00
bzbarsky%mit.edu c2da4361c8 Adding tests for bug 351633 2007-04-02 03:04:58 +00:00
Olli.Pettay%helsinki.fi daacd206af Bug 374547, regression: unable to repeat xbl bound element inside another with the same binding r=jst,sr=bz 2007-04-01 12:19:44 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
sayrer%gmail.com 75ed5fc629 bug 375444. silence overflow warning in nsJSEnvironment.cpp using gcc 4.1.2. r+sr=jst 2007-03-27 02:08:19 +00:00
crowder%fiverocks.com 4c5d733769 Bug 330569: provide configuration option for enabling new relimit option in JS, r=mrbkap, sr=jst 2007-03-23 21:27:14 +00:00
peterv%propagandism.org e8431f018d Fix for bug 374449 (Most callers of nsIDocument::RemoveReference leak). r/sr=jst. 2007-03-20 17:39:25 +00:00