masayuki@d-toybox.com
|
906193abd3
|
Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron
|
2007-05-16 08:51:37 -07:00 |
|
jonas@sicking.cc
|
495c95a7a4
|
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
|
5767c4440b
|
Remove rest of nsIDOMEventReceivers, Bug 363089, r+sr=jst
|
2007-05-15 01:50:33 -07:00 |
|
Olli.Pettay@helsinki.fi
|
7817abfbca
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
|
Olli.Pettay@helsinki.fi
|
40178e46a3
|
backout Bug 363089
|
2007-05-11 06:34:05 -07:00 |
|
Olli.Pettay@helsinki.fi
|
e1fb8b073b
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
|
jonas@sicking.cc
|
233450d9b8
|
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
|
eedb90c553
|
Backing out Jonas' last changes due to tinderbox orange, per Jonas' request.
|
2007-05-09 17:42:33 -07:00 |
|
jonas@sicking.cc
|
de64d03178
|
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
|
bb00d5de98
|
Mochitest for bug 377539. b=377539 r=bzbarsky
|
2007-05-09 06:27:59 -07:00 |
|
peterv@propagandism.org
|
ca51c50cc2
|
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
|
8aa408e3e1
|
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
|
594d259432
|
back out last patch since leaks went through the roof
|
2007-05-07 18:03:08 -07:00 |
|
jonas@sicking.cc
|
c2c495c2ef
|
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
|
c4ff8ec59b
|
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
|
32a76aff57
|
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
|
b65d41cc03
|
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
|
086c2eb0c0
|
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
|
4411f6fc39
|
Bug 377751: removal of the commit.
|
2007-05-01 14:54:29 -07:00 |
|
igor@mir2.org
|
95a992af95
|
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
|
f7a3d5590c
|
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
|
69e3219864
|
Bug 371127, add a test for domstorage in chrome, r=sayrer
|
2007-04-26 08:35:57 -07:00 |
|
enndeakin@sympatico.ca
|
0a119c5746
|
Bug 371127, support using domstorage from chrome, r=jst,sr=dveditz
|
2007-04-26 05:56:03 -07:00 |
|
peterv@propagandism.org
|
f091506c2b
|
Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking.
|
2007-04-25 09:35:27 -07:00 |
|
sayrer@gmail.com
|
30f03c5271
|
bug 375543. One last resource in the Makefile to fix bustage.
|
2007-04-23 22:25:13 -07:00 |
|
sayrer@gmail.com
|
ad4a34a327
|
bug 375543. alter Makefiles to prevent Windows bustage.
|
2007-04-23 21:41:41 -07:00 |
|
sayrer@gmail.com
|
78fb404c9f
|
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
|
baab01ada6
|
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
|
8d2c6abe92
|
Bug 374570, constrain popups to frame, r+sr=roc
|
2007-04-20 11:20:03 -07:00 |
|
Olli.Pettay@helsinki.fi
|
17ba873b3d
|
Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst
|
2007-04-19 16:20:29 -07:00 |
|
Olli.Pettay@helsinki.fi
|
8f6cd808de
|
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
|
8e554b972d
|
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
|
b80cfd9871
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
|
gijskruitbosch@gmail.com
|
3e830ee3c0
|
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
|
c7984d09b4
|
Set JSOPTION_ANONFUNFIX as one of the default options (377433, r+sr=jst).
|
2007-04-13 16:06:40 -07:00 |
|
enndeakin@sympatico.ca
|
932380f594
|
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
|
831bba9b8c
|
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
|
3f442ef602
|
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
|
84fe4da16a
|
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
|
286cdb4360
|
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
|
470621a78c
|
Comment out just the one failing part, not hte whole test.
|
2007-04-02 13:48:25 -07:00 |
|
sayrer@gmail.com
|
0a3a73cdc8
|
Disable a test for bug 351633 because of tinderbox linux orange.
|
2007-04-02 13:28:49 -07:00 |
|
bzbarsky@mit.edu
|
091b286350
|
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
|
88d1c40dc1
|
Adding tests for bug 351633
|
2007-04-01 20:04:58 -07:00 |
|
Olli.Pettay@helsinki.fi
|
cedf89817e
|
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
|
d98d9fdec5
|
Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg
|
2007-03-27 08:33:38 -07:00 |
|
sayrer@gmail.com
|
61e35a0bda
|
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
|
543befbd6a
|
Bug 330569: provide configuration option for enabling new relimit option in JS, r=mrbkap, sr=jst
|
2007-03-23 14:27:14 -07:00 |
|
hg@mozilla.com
|
05e5d33a57
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|
peterv%propagandism.org
|
8d3c347199
|
Fix for bug 374449 (Most callers of nsIDocument::RemoveReference leak). r/sr=jst.
|
2007-03-20 17:39:25 +00:00 |
|