Olli.Pettay@helsinki.fi
|
dafdf6eb90
|
Bug 384663, r+sr=bz
|
2007-06-18 08:43:40 -07:00 |
kherron@fmailbox.com
|
01c4165276
|
Bug 375314 - discriminate ping and xmlhttprequests in content policy check. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=jst, sr=peterv.
|
2007-06-17 06:50:50 -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
|
c6306b3edc
|
Bug 373756. Don't execute XBL ctors on the last EndUpdate if there were queued ctors when we got the first BeginUpdate. Patch by bz. r/sr=me
|
2007-05-30 18:36:06 -07:00 |
peterv@propagandism.org
|
9f13d14e50
|
Fix for bug 375063 (Leaking nsJSContexts and nsXBLDocGlobalObjects at shutdown). r/sr=jst.
|
2007-05-25 09:05:42 -07:00 |
peterv@propagandism.org
|
099b435fb9
|
Try to fix leak regression and tinderbox orange from bug 368774.
|
2007-05-24 13:50:21 -07:00 |
peterv@propagandism.org
|
5fc8160e3b
|
Followup to bug 368774, fix bustage the right way.
|
2007-05-24 11:39:49 -07:00 |
peterv@propagandism.org
|
891e369f76
|
Temporary bustage fix.
|
2007-05-24 07:28:40 -07:00 |
peterv@propagandism.org
|
418a6ec9e1
|
Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking.
|
2007-05-24 07:10:02 -07:00 |
jonas@sicking.cc
|
61c369f716
|
Bug 380872: Call BindToTree on anonymous children too when BindToTree is called on an element. r/sr=bz
|
2007-05-21 15:26:48 -07:00 |
bzbarsky@mit.edu
|
262862a986
|
Attach bindings via addBinding even to nodes not in a document. Bug 380990, r+sr=sicking
|
2007-05-17 11:31:31 -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
|
c62c9a6daf
|
Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst
|
2007-05-14 02:11:38 -07:00 |
Olli.Pettay@helsinki.fi
|
81eda34d83
|
Bug 378390, Use a bit to track whether the binding manager has a pointer to an element, r+sr=peterv
|
2007-05-11 11:34:12 -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 |
bzbarsky@mit.edu
|
92f012121c
|
Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron
|
2007-05-04 23:47:09 -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 |
gavin@gavinsharp.com
|
214376009c
|
Bug 377295: remove dependence on the binding constructor running before onload for the test from bug 366770, r=martijn
|
2007-04-29 10:29:19 -07:00 |
bzbarsky@mit.edu
|
253970e725
|
Fix long-standing XBL bug where we didn't update insertion points correctly insome cases. Bug 375299, r+sr=sicking
|
2007-04-26 21:06:45 -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 |
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 |
bzbarsky@mit.edu
|
9a2d9fdbe7
|
Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking
|
2007-04-20 15:59:18 -07:00 |
Olli.Pettay@helsinki.fi
|
4cc115c44c
|
Bug 350334, Core XBL widgets used in web pages can't listen to their own events, r+sr=jst+sicking
|
2007-04-15 09:28:53 -07:00 |
martijn.martijn@gmail.com
|
5e05bdb7e9
|
Mochikit test for bug 371724, r=sayrer
|
2007-04-12 09:10:42 -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 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
jwalden%mit.edu
|
d460f58bec
|
Fix up recently-landed test for async and target changes to postMessage. r=orange
|
2008-05-02 21:39:06 +00:00 |
bent.mozilla%gmail.com
|
b8b33c5b22
|
Bug 379959. Patch by Jonas Sicking <jonas@sicking.cc>. r+sr=bz, a=damons.
|
2008-04-28 23:56:13 +00:00 |
masayuki%d-toybox.com
|
b8da8fd828
|
Bug 426501 ZoomIn/ZoomOut/ZoomReset should have alternative accel keys for localized builds. XUL part: r+ui-r=mconnor, a1.9=beltzner, XBL part: r=enndeakin, sr=neil, a1.9=dsicore
|
2008-04-23 08:04:08 +00:00 |
masayuki%d-toybox.com
|
39115e138a
|
Bug 359638 accesskeys are incorrectly shifted again (i.e. accesskey=. is broken) and also for b=398264, b=401086, b=414130, b=427797, b=427932, b=427995 r=karlt+ere+josh, sr=roc, a1.9=mconnor
|
2008-04-15 04:16:27 +00:00 |
bent.mozilla%gmail.com
|
90ec6403a8
|
Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner.
|
2008-04-11 17:29:11 +00:00 |
jonas%sicking.cc
|
1139b348bb
|
Backing out due to test failures
|
2008-04-09 03:20:42 +00:00 |
jonas%sicking.cc
|
126e198cad
|
Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking
|
2008-04-09 02:06:31 +00:00 |
neil%parkwaycc.co.uk
|
4a952372c5
|
Update some key event warnings to match GTK2.10+ b=311756 r+sr=jst a=dsicore
|
2008-04-07 10:29:52 +00:00 |
reed%reedloden.com
|
f7778fe71f
|
Back out Surya Ismail's patch from bug 378518 as the possible cause of numerous test failures.
|
2008-04-04 10:19:45 +00:00 |
reed%reedloden.com
|
7c7f07631c
|
Bug 378518 - "Remove support for tag names in XBL extends attribute" [p=suryaismail@gmail.com (Surya Ismail) r+sr=sicking r=Enn a=blocking1.9+]
|
2008-04-04 09:05:11 +00:00 |
reed%reedloden.com
|
38328752b9
|
Bug 423787 - "XUL test template has typo in comment" [p=manish@flock.com (Manish Singh) r=sayrer]
|
2008-03-29 06:45:47 +00:00 |
karlt+%karlt.net
|
a4cbd3a294
|
Backout b=401086 change as it removed the space/shift-space distinction
for scrolling.
|
2008-03-28 19:44:45 +00:00 |
peterv%propagandism.org
|
271ac47ba0
|
Add Jesse's crashtest for bug 415192.
|
2008-03-28 16:04:20 +00:00 |
peterv%propagandism.org
|
b132982db6
|
Fix for bug 415192 (Crash (within nsCycleCollector::Shutdown and nsXBLBinding::RemoveInsertionParent) with <xul:wizard>, cloneNode). r/sr=sicking.
|
2008-03-28 14:09:03 +00:00 |
karlt+%karlt.net
|
a47ee4fcf6
|
Be less sensitive about the shift modifier for key events with character codes.
b=401086, r=neil, sr=jst
|
2008-03-28 05:19:14 +00:00 |
karlt+%karlt.net
|
5d2e5b901f
|
Backout b=401086 due to mochitest failures on Linux.
|
2008-03-28 04:33:52 +00:00 |
karlt+%karlt.net
|
ad413f837a
|
Be less sensitive about the shift modifier for key events with character codes.
b=401086, r=neil, sr=jst
|
2008-03-28 02:34:38 +00:00 |
jruderman%hmc.edu
|
bfa6737929
|
Add crashtest
|
2008-03-20 05:48:31 +00:00 |
Olli.Pettay%helsinki.fi
|
e6d489a7ec
|
Bug 421366, [@ nsContentUtils::IsEventAttributeName] r+sr=peterv
|
2008-03-19 19:44:09 +00:00 |
dbaron%dbaron.org
|
f94f6d2b1d
|
Add knowledge of edge names to cycle collector, ifdef DEBUG_CC. b=420514 r+sr=peterv a=damons
|
2008-03-17 23:11:10 +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 |
jonas%sicking.cc
|
ec6e6df844
|
Back out due to failed mochitest
|
2008-03-11 02:18:16 +00:00 |