bzbarsky@mit.edu
|
5c98500ba4
|
Make <select> handle changes to defaultSelected on node for which selected has not been set. Bug 395107, r+sr=sicking.
|
2007-12-04 08:50:32 -08:00 |
|
longsonr@gmail.com
|
54f0fc6396
|
Bug 406312 - textPath startOffset does not react to DOM changes. r=tor,sr=roc,a1.9=tor
|
2007-12-03 22:51:36 -08:00 |
|
tor@cs.brown.edu
|
52c686c1e5
|
Bug 370006 - svg doesn't get scaled up on high resolution displays. r=jwatt, sr=roc
|
2007-12-03 20:40:52 -08:00 |
|
jst@mozilla.org
|
dcbc4b321a
|
Fixing bug 406692. Speed up nsNodeSH::PreCreate(). r+sr=peterv@propagandism.org, a=jonas@sickin.cc
|
2007-12-03 19:49:33 -08:00 |
|
bzbarsky@mit.edu
|
f1f789125b
|
Propagate the node's principal as the owner to <object> loads as needed, and allow <object data="javascript:"> to work. Bug 353334 and bug 300263, r=biesi, sr=jst, a=dsicore
|
2007-12-03 13:57:17 -08:00 |
|
bzbarsky@mit.edu
|
d94f29ae56
|
Add a way to extract the charset and the position of the charset parameter from a content-type header. Use this in XMLHttpRequest to not clobber the non-charset parameters and not clobber the charset if it's already what we'll set, up to case. Apparently some broken servers are case-sensitive when looking at charsets! Bug 393968 (wherein the patch lies) and bug 397234, r+sr=biesi
|
2007-12-03 13:34:44 -08:00 |
|
peterv@propagandism.org
|
e804809170
|
Fix for bug 406361 (Large leak with <svg:use patternTransform>). r/sr/a=sicking.
|
2007-12-03 09:50:02 -08:00 |
|
roc+@cs.cmu.edu
|
3577d8dad0
|
Bug 403426. We should clear whitespace status when we reset the linebreaker. If a final break opportunity exists we should save it and forward it to the line layout. Relanding with a fix so hopefully we won't crash Tp this time. r=smontagu
|
2007-12-03 00:22:07 -08:00 |
|
jonas@sicking.cc
|
602f378db3
|
Bug 397828: Make window.document and document.open no longer be allAccess
|
2007-12-02 22:35:47 -08:00 |
|
ginn.chen@sun.com
|
c00e933dfb
|
Bug 405094 Tooltip doesn't disappear anymore when hovering over it r+sr=roc a=beltzner
|
2007-12-02 21:46:22 -08:00 |
|
bzbarsky@mit.edu
|
16a72a6a85
|
Fix bug 390565. r+sr=mrbkap
|
2007-12-02 18:29:48 -08:00 |
|
bzbarsky@mit.edu
|
b3b30862e7
|
I think the test box was just on crack
|
2007-12-02 17:35:44 -08:00 |
|
bzbarsky@mit.edu
|
5b6b963199
|
Trying for more tinderbox debugging
|
2007-12-02 16:00:26 -08:00 |
|
bzbarsky@mit.edu
|
f62d05aba8
|
Silly test to see what the mac orange is about
|
2007-12-02 15:18:44 -08:00 |
|
bzbarsky@mit.edu
|
e37ba70679
|
Relanding without the test just to make sure this is in fact what's breaking stuff
|
2007-12-02 14:27:11 -08:00 |
|
bzbarsky@mit.edu
|
2214dafaee
|
Backing out to see whether it somehow fixes the orange
|
2007-12-02 14:02:47 -08:00 |
|
bzbarsky@mit.edu
|
7977e15be8
|
Fix handling of <script> of unknown type to not screw up the content model. Bug 401946, r+sr=jst
|
2007-12-02 11:22:14 -08:00 |
|
jonas@sicking.cc
|
71184d5d37
|
backing out due to test failures
|
2007-12-01 10:56:00 -08:00 |
|
jonas@sicking.cc
|
e6e8403c41
|
Bug 397828: Make window.document and document.open no longer be allAccess
|
2007-12-01 10:24:24 -08:00 |
|
mats.palmgren@bredband.net
|
9c7cf5a227
|
Lookup default script language on the script global object when there is no root content. b=405182 r+sr=jst a=blocking1.9
|
2007-12-01 03:10:12 -08:00 |
|
reed@reedloden.com
|
af7bdee745
|
Bug 406001 - "Remove extraneous semicolons in nsXMLHttpRequest.cpp" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) a1.9=damons]
|
2007-11-30 23:16:15 -08:00 |
|
reed@reedloden.com
|
956f0278a3
|
Bug 405069 - "Running xpathgen tests: ###!!! ASSERTION: called nsGenericElement::TextLength: 'Not Reached', file /home/ajvincent/beta/mozilla/content/base/src/nsGenericElement.cpp, line 3971" [p=ajvincent@gmail.com (Alex Vincent) r+sr=sicking a1.9=damons]
|
2007-11-30 22:45:49 -08:00 |
|
reed@reedloden.com
|
b4275188a0
|
Backing out patches for bugs 405069 and 346079 to track down perf regression.
|
2007-11-30 18:23:27 -08:00 |
|
roc+@cs.cmu.edu
|
77814912cc
|
Backing out more of 403426. sigh
|
2007-11-30 13:04:24 -08:00 |
|
reed@reedloden.com
|
6a3f572cea
|
Bug 405069 - "Running xpathgen tests: ###!!! ASSERTION: called nsGenericElement::TextLength: 'Not Reached', file /home/ajvincent/beta/mozilla/content/base/src/nsGenericElement.cpp, line 3971" [p=ajvincent@gmail.com (Alex Vincent) r+sr=sicking a1.9=damons]
|
2007-11-30 12:06:18 -08:00 |
|
roc+@cs.cmu.edu
|
a2464227d0
|
Bug 403426. Clear break-after-whitespace flags when we reset the linebreaker. Also rescue a trailing break opportunity when we reset the line breaker and notify the line layout that the opportunity exists. r=smontagu
|
2007-11-30 12:03:33 -08:00 |
|
peterv@propagandism.org
|
97a4df98c6
|
Fix for bug 406106 (Large leak with XSLTProcessor.setParameter). r/sr/a=sicking.
|
2007-11-30 11:10:03 -08:00 |
|
peterv@propagandism.org
|
ef6dd036da
|
Fix for bug 405639 (Dynamically created <svg:use> reference loop causes nsGenericElement leak). r/sr/a=sicking.
|
2007-11-30 10:41:10 -08:00 |
|
jonas@sicking.cc
|
712951ab6c
|
Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst
|
2007-11-30 09:57:03 -08:00 |
|
bzbarsky@mit.edu
|
6909046d55
|
Remove unused variable. No bug, r+sr+a-ish=roc on irc.
|
2007-11-29 20:49:17 -08:00 |
|
jonas@sicking.cc
|
2dce87330b
|
Backing out due to mochitest failure
|
2007-11-29 01:34:51 -08:00 |
|
jonas@sicking.cc
|
7372d2b0a2
|
Revert to earlier version of patch to try to fix orange
|
2007-11-29 01:25:22 -08:00 |
|
jonas@sicking.cc
|
ec001d80c0
|
Fix build bustage
|
2007-11-29 00:57:07 -08:00 |
|
jonas@sicking.cc
|
a6bf2b9522
|
Bug 348156: Fix leaks by relying on cycle collector rather than calling UnbindFromTree on all nodes. r/sr=jst
|
2007-11-29 00:41:25 -08:00 |
|
peterv@propagandism.org
|
ebc14cd2ab
|
Fix for bug 404320 (FormatBlock doesn't work correctly will break existing Midas implementations). r/sr=jst, a=beltzner.
|
2007-11-28 15:38:20 -08:00 |
|
neil@parkwaycc.co.uk
|
5951a27707
|
Bug 143065 Scope of accesskey should be limited to tab panel r+sr=roc a=beltzner
|
2007-11-28 12:14:12 -08:00 |
|
longsonr@gmail.com
|
3af8f2d9d5
|
Bug 404740 - Small performance improvement for feComposite filter. r+sr=tor,a1.9=mtschrep
|
2007-11-28 03:19:19 -08:00 |
|
Olli.Pettay@helsinki.fi
|
5d293626d2
|
Bug 405632, can't pan maps by dragging on maps.live.com , r+sr=jst, a=sicking
|
2007-11-28 01:16:01 -08:00 |
|
reed@reedloden.com
|
7f47250718
|
Bug 405181 - "nsIDOMNSRange.isPointInRange probably shouldn't throw WRONG_DOCUMENT_ERR" [p=ajvincent@gmail.com (Alex Vincent) r+sr+a1.9=sicking]
|
2007-11-28 00:45:44 -08:00 |
|
mrbkap@gmail.com
|
34b134b80d
|
Propagate exceptions when they occur to avoid assertions. bug 393813, r+sr=jst a=schrep
|
2007-11-27 16:52:37 -08:00 |
|
Olli.Pettay@helsinki.fi
|
9942f62a81
|
Bug 401907, Running Help->Check for updates... leaks, r+sr=bz, a=beltzner
|
2007-11-27 12:02:42 -08:00 |
|
dcamp@mozilla.com
|
7e50b9e738
|
fix test bustage from bug 369814.
|
2007-11-26 22:40:07 -08:00 |
|
longsonr@gmail.com
|
8d9611f21d
|
Bug 387466 - Bug 309020 (SVG references breaks when used inside XBL) has regressed. r+sr=roc,a1.9=blocking1.9+
|
2007-11-26 02:23:19 -08:00 |
|
Olli.Pettay@helsinki.fi
|
2976ce8f18
|
Bug 368760, r=mats, sr=roc, a=blocking1.9+
|
2007-11-22 12:47:33 -08:00 |
|
bugzilla@standard8.plus.com
|
c7bc0086f2
|
Bug 397783 Remove lots of redundant nsISupportsArray include/forward definitions from content (part 2) r/sr=jst,a=mtschrep
|
2007-11-22 10:50:59 -08:00 |
|
longsonr@gmail.com
|
2398458178
|
Bug 378860 - If setAttribute sets an invalid value, the attribute default should be used. r=tor,sr=roc,a1.9=tor
|
2007-11-22 00:54:31 -08:00 |
|
uriber@gmail.com
|
8e7a6460cd
|
Remove up-arrow and down-arrow bindings in input fields. bug=294642 ui-r:beltzner r+sr:neil@parkwaycc.co.uk a19:mtschrep
|
2007-11-21 23:32:33 -08:00 |
|
bzbarsky@mit.edu
|
cc5ba1b527
|
Make getElementById in HTML always return the first node in document order. Bug 403868, r+sr=sicking
|
2007-11-21 18:28:47 -08:00 |
|
bzbarsky@mit.edu
|
fff5ab679b
|
Fix very long-standing bug with incorrect insertion indices reported by the HTML content sink. Bug 404553, r+sr=peterv, a=schrep
|
2007-11-21 12:57:49 -08:00 |
|
Olli.Pettay@helsinki.fi
|
022f68b3c4
|
Bug 401528, Must click twice to open link if fixed positioned div is removed on onmouseup: clicks pass through, r+sr=roc, a=blocking1.9+
|
2007-11-20 14:30:27 -08:00 |
|
peterv@propagandism.org
|
c70069b37b
|
Fix for bug 404419 (XML not displayed). r/sr=bz.
|
2007-11-20 10:50:12 -08:00 |
|
longsonr@gmail.com
|
6ae8d5181c
|
Bug 399975 - Setting orient to auto emits a console warning. r=tor,sr=roc,a1.9=tor
|
2007-11-20 03:36:39 -08:00 |
|
longsonr@gmail.com
|
2e2eda1d64
|
Bug 402342 - feTurbulence transposes type and stitchTiles arguments. r+sr=tor,a1.9=vladimir
|
2007-11-20 03:20:22 -08:00 |
|
bzbarsky@mit.edu
|
36b6e84d9f
|
Fix the case when a binding's single insertion point is a node that is itself bound by a binding with insertion points. Bug 403962, r+sr=sicking
|
2007-11-19 20:18:59 -08:00 |
|
peterv@propagandism.org
|
ef884f984c
|
Fix for bug 401613 (Intermittent XML parsing errors with this valid SVG file). r/sr=bz.
|
2007-11-19 02:57:29 -08:00 |
|
masayuki@d-toybox.com
|
f32b16c6fe
|
Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc
|
2007-11-19 02:17:17 -08:00 |
|
bzbarsky@mit.edu
|
71abc8fcc3
|
The frame model depends on the span attribute, so changing span should reconstruct frames. Bug 403249, r=bernd, sr=roc
|
2007-11-18 10:56:49 -08:00 |
|
jwatt@jwatt.org
|
4d976af81a
|
Fixing bug 294086. <svg> should be a replaced element. r+sr=dbaron@mozilla.com blocking1.9=tor@acm.org
|
2007-11-18 04:09:03 -08:00 |
|
reed@reedloden.com
|
8bd1f5859f
|
Back out luser's patch from bug 403841 as a possible cause of the Ts regression on Linux.
|
2007-11-17 13:14:37 -08:00 |
|
enndeakin@sympatico.ca
|
f3dee7a7ae
|
Bug 394600, address bz's additional popup reworking comments, add tests for removing popups, r+sr=bz,a=beltzner
|
2007-11-17 07:47:38 -08:00 |
|
ted.mielczarek@gmail.com
|
9efc20152c
|
bug 403841 - Crash in nsContentUtils::CreateContextualFragment when passed a non-element node as context node. r+sr=sicking
|
2007-11-17 05:16:49 -08:00 |
|
mats.palmgren@bredband.net
|
ab3cb86244
|
Add a flag to protect SetFocus() from recursive calls on the same element. b=401160 r+sr=peterv a=mtschrep
|
2007-11-16 16:30:53 -08:00 |
|
Olli.Pettay@helsinki.fi
|
a673f79b2c
|
Bug 403167, r+sr=jst, a=1.9+
|
2007-11-16 01:51:09 -08:00 |
|
ginn.chen@sun.com
|
76ea81310e
|
bug 396869 [linux]switch menu causes a spurious mouseout event to mouse over widget r+sr+a=roc
|
2007-11-16 00:21:44 -08:00 |
|
bzbarsky@mit.edu
|
9af276f16a
|
Fix build bustage
|
2007-11-15 19:58:27 -08:00 |
|
bzbarsky@mit.edu
|
5ee6e45f66
|
Don't allow presentational attributes to set colors if the "don't use document colors" pref is set. Bug 400452, r+sr=dbaron
|
2007-11-15 19:46:42 -08:00 |
|
bzbarsky@mit.edu
|
1473a0c22b
|
Adding test.
|
2007-11-15 14:39:55 -08:00 |
|
bzbarsky@mit.edu
|
8f4546294d
|
Unhook event handlers on binding teardown. Bug 403162, r+sr=sicking
|
2007-11-15 14:29:08 -08:00 |
|
bzbarsky@mit.edu
|
f513ef954c
|
Adding test
|
2007-11-15 14:23:07 -08:00 |
|
bzbarsky@mit.edu
|
c7b34baf7b
|
When calling open() on an in-progress XMLHttpRequest, abort the request but still allow the open() to reinitialize it. Bug 322317, r+sr=sicking, a=vlad
|
2007-11-15 14:18:36 -08:00 |
|
bzbarsky@mit.edu
|
55b3a73165
|
Handle dynamic appends to a node which has a binding with multiple insertion points correctly. Bug 372323, r+sr=sicking.
|
2007-11-15 09:17:46 -08:00 |
|
bzbarsky@mit.edu
|
3d7cd94af9
|
Fix bug 400794 and bug 401569: don't try to uninstall fields that are not installed. r+sr=sicking. Patch in bug 400794.
|
2007-11-15 09:09:14 -08:00 |
|
masayuki@d-toybox.com
|
547601300c
|
b=403484 backing-out the previous patch, caused by testing failure.
|
2007-11-15 03:02:47 -08:00 |
|
masayuki@d-toybox.com
|
b666c60c33
|
Bug 403484 The ellipsis for UI should be localizable r=roc+mconnor, sr=roc, blocking1.9=mtschrep
|
2007-11-15 02:43:16 -08:00 |
|
Olli.Pettay@helsinki.fi
|
7181683a48
|
Bug 401528, backing out, because of crashes
|
2007-11-15 00:49:35 -08:00 |
|
bzbarsky@mit.edu
|
c667bcaf6e
|
Fix privacy leak where script could get the path to the file selected in a file input. Bug 143220, r+sr=sicking, a=schrep.
|
2007-11-14 22:16:06 -08:00 |
|
reed@reedloden.com
|
3a457e2465
|
Add missing header to fix bustage.
|
2007-11-13 03:29:16 -08:00 |
|
reed@reedloden.com
|
c3fe474d61
|
Bug 321172 - "Template Query Processor for mozStorage" [p=laurent@xulfr.org (Laurent Jouanneau) r=smaug r=Enn r=sdwilsh sr=roc a1.9=schrep]
|
2007-11-13 02:42:03 -08:00 |
|
philringnalda@gmail.com
|
0ecf6c1002
|
Bug 401662 - plaintext serializer includes content of <style> elements, r+sr=mrbkap, a=dsicore
|
2007-11-12 19:15:44 -08:00 |
|
jonas@sicking.cc
|
2e16c55024
|
Bug 403549: Avoid memory churn from nsContentUtils::CreateContextualFragment by giving nsIParser::ParseFragment a better signature. r/sr=stuart
|
2007-11-12 17:41:40 -08:00 |
|
tglek@mozilla.com
|
b5d47c426c
|
bug 395822: Use correct String::Find overload r=jonas, a=release drivers
|
2007-11-12 14:01:48 -08:00 |
|
Olli.Pettay@helsinki.fi
|
33f0df80a5
|
Bug 403514, Crash when closing tab with CTRL+W, r+sr=dbaron,a=schrep
|
2007-11-12 11:09:09 -08:00 |
|
peterv@propagandism.org
|
879a96b751
|
Fix for bug 402833 (ASSERTION: ReleaseSubtree not called with xml parsing error in attribute). r/sr=sicking.
|
2007-11-12 06:47:14 -08:00 |
|
peterv@propagandism.org
|
57decd655d
|
Fix for bug 390446 (Javascript is still disabled after leaving a page that had designMode on). r/sr=jst.
|
2007-11-12 06:47:03 -08:00 |
|
Olli.Pettay@helsinki.fi
|
b49001c86e
|
trying to fix mochitest on qm-xserve01
|
2007-11-12 06:11:41 -08:00 |
|
Olli.Pettay@helsinki.fi
|
aeba4210a7
|
Bug 402089, nsDOMUIEvent should cache coordinates when DuplicatePrivateData is called, r+sr=jst, a=mtschrep
|
2007-11-12 04:53:06 -08:00 |
|
Olli.Pettay@helsinki.fi
|
81061b1ed0
|
Bug 402680, document.activeElement returns wrong node, r+sr=bz, a=mtschrep
|
2007-11-12 04:45:39 -08:00 |
|
Olli.Pettay@helsinki.fi
|
788a7e1a07
|
Bug 401528, Must click twice to open link if fixed positioned div is removed on onmouseup: clicks pass through, r+sr=roc, a=blocking1.9+
|
2007-11-12 04:20:41 -08:00 |
|
dwitte@stanford.edu
|
f9a3bc65c3
|
Bug 400552 - setting document.domain inconsistent in face of IDN whitelist. r+sr+a1.9=jst
|
2007-11-11 23:58:16 -08:00 |
|
roc+@cs.cmu.edu
|
27f5bebbe9
|
Bug 389707. Rework text-transform:capitalize by putting logic to decide what to capitalize into nsLineBreaker. r=smontagu
|
2007-11-11 17:51:31 -08:00 |
|
jruderman@hmc.edu
|
e878e49fcc
|
Relanding Mats Palmgren's patch: Call PerformAccesskey() on the controlled element in case it's not a nsIDOMXULElement. b=400774 r=surkov.alexander sr=jst a=dsicore
|
2007-11-11 14:44:48 -08:00 |
|
pavlov@pavlov.net
|
eb88627b63
|
bug 403280. convert nsLayoutUtils::DoCompareTreePosition from an nsAutoVoidArray to a larger nsAutoTArray convert nsContentUtils::ComparePoints from an nsTArray to an nsAutoTArray r/sr/a=sicking
|
2007-11-11 12:35:30 -08:00 |
|
aaronleventhal@moonset.net
|
6a9a5418f6
|
Bug 397219. ab not moving focus relative to caret when caret inside label. r=mats, sr=neil, a=roc. Checking back in -- this wasn't the cause of the orange.
|
2007-11-11 11:42:11 -08:00 |
|
ted.mielczarek@gmail.com
|
c8a4af071b
|
bug 402150 - Buffer overrun [@ nsDocument::RetrieveRelevantHeaders] at provided URL (mochitest). r=jst
|
2007-11-11 08:50:02 -08:00 |
|
jruderman@hmc.edu
|
36789bcb07
|
Let's see if backing out bug 397219 fixes the orange.
|
2007-11-10 20:16:50 -08:00 |
|
reed@reedloden.com
|
b3fbb56cdb
|
Backed out bug 400774 to see if it is the cause of the Window unit test oranges.
|
2007-11-10 14:04:36 -08:00 |
|
mats.palmgren@bredband.net
|
717a2ab67d
|
Call PerformAccesskey() on the controlled element in case it's not a nsIDOMXULElement. b=400774 r=surkov.alexander sr=jst a=dsicore
|
2007-11-09 17:03:36 -08:00 |
|
jruderman@hmc.edu
|
3b57551073
|
Fix typo in comment.
|
2007-11-09 16:32:41 -08:00 |
|
jruderman@hmc.edu
|
fe12f67e99
|
Fix typo in comment.
|
2007-11-09 16:02:23 -08:00 |
|
dveditz@cruzio.com
|
ba4c8227d0
|
bug 402150 prevent crash @nsDocument::RetrieveRelevantHeaders, r=wtc, r/sr=jst, a=beltzner
|
2007-11-09 14:54:35 -08:00 |
|
aaronleventhal@moonset.net
|
4ea01cf4fc
|
Bug 397219. Tab not moving focus relative to caret when caret inside label. r=mats, sr=neil, a=roc
|
2007-11-09 11:06:51 -08:00 |
|
Olli.Pettay@helsinki.fi
|
3fa4d341e6
|
Bug 401559, GetFirst/LastChild doesn't ensure contents generated, r+sr=jst, a=roc
|
2007-11-09 01:30:35 -08:00 |
|
bzbarsky@mit.edu
|
e7ac26eca2
|
Make canvas security checks use principals, not URIs. Bug 397524, r=vlad, sr=jst, a=pavlov
|
2007-11-08 22:03:47 -08:00 |
|
jonas@sicking.cc
|
806a7540a8
|
Bug 394052: Don't leak when binding urls refer to the same document. Patch by Eli Friedman. r/sr=sicking
|
2007-11-07 16:05:03 -08:00 |
|
bzbarsky@mit.edu
|
187831740f
|
Handle image embeds with a null URI. Bug 402320, r+sr=jst
|
2007-11-07 09:25:57 -08:00 |
|
bzbarsky@mit.edu
|
62c606de98
|
HTMLAppletElement.code should not be an absolute URI. Bug 400485, r+sr=sicking
|
2007-11-07 09:18:44 -08:00 |
|
bzbarsky@mit.edu
|
8e4bab3632
|
Fix bug 390975: when a form that is not an ancestor of a form control is removed, clear the control's mForm pointer if it points to the now-removed form. r+sr=jst, a=damons
|
2007-11-07 09:01:23 -08:00 |
|
reed@reedloden.com
|
ce49a25917
|
Bug 353981 - "Problems with globalAlpha being ignored sometimes" [p=philip@zaynar.demon.co.uk (Philip Taylor) r+sr+a1.9=vlad]
|
2007-11-07 01:19:22 -08:00 |
|
jruderman@hmc.edu
|
028e550046
|
Fix bug 398880, getElementsByClassName('') leaks an nsVoidArray. r=sayrer, sr=jst, a=blocking1.9+.
|
2007-11-06 22:46:35 -08:00 |
|
jruderman@hmc.edu
|
1d384e219d
|
Fix bug 313984 by turning this bogus assertion into a warning. r=peterv, sr=jst, a=debug-only change.
|
2007-11-06 22:44:02 -08:00 |
|
peterv@propagandism.org
|
6569759f62
|
Fix for bug 402284 (Switching between designMode and contentEditable broken). r=cpearce, sr=roc, a=beltzner.
|
2007-11-05 13:19:52 -08:00 |
|
jst@mozilla.org
|
048cb6002d
|
Landing fix for regression bug 402422. XPathResult crashes when holding nodeset and accessing stringValue/numberValue/booleanValue. Patch by peterv@propagandism.org, r+sr=jst@mozilla.org. Landing this one w/o direct approval to get it in for the upcoming nightlies.
|
2007-11-05 00:06:48 -08:00 |
|
jst@mozilla.org
|
d5e0b991c5
|
Landing fix for bug 402208. XPathResult holding attribute node causes cycle collector fault. Patch by peterv@propagandism.org, r+sr=jonas@sicking.cc, a=drivers.
|
2007-11-02 17:01:04 -07:00 |
|
roc+@cs.cmu.edu
|
586cd70499
|
Bug 389350. Making a display:none IFRAME editable doesn't work. patch by Chris Pearce, r=brade,sr=roc,a=damon
|
2007-11-01 17:51:08 -07:00 |
|
jst@mozilla.org
|
858f753261
|
Landing patch for bug 401687. Stop reference counting JS objects in the cycle collector. Patch by peterv@propagandism.org, r+sr=dbaron@mozilla.com,igor@mir2.org, a=dsicore@mozilla.com
|
2007-11-01 15:51:57 -07:00 |
|
jonas@sicking.cc
|
d0871a2573
|
Bug 401463 and others. Make us call InstallImplementation in more places in order to behave more like we did when InstallImplementation was called during LoadBindings. r/sr=jst
|
2007-10-31 16:35:51 -07:00 |
|
reed@reedloden.com
|
b360da4efd
|
Bug 391429 - "Editor caret is hidden in XULRunner applications, but visible in Firefox" [p=matt@songbirdnest.com (Matt Crocker) r+sr=peterv aM9=beltzner]
|
2007-10-31 11:51:49 -07:00 |
|
reed@reedloden.com
|
c2290258ae
|
Bug 401214 - "bring back support for MOUSE_SCROLL_TEXTSIZE (mousewheel.withcontrolkey.action = 3)" [p=dao r+sr=sicking r+aM9=mconnor a=blocking1.9+ for M9]
|
2007-10-30 12:13:37 -07:00 |
|
cbarrett@mozilla.com
|
6836bf23b9
|
Attempting to kickstart tinderbox. Again.
|
2007-10-30 00:19:42 -07:00 |
|
cbarrett@mozilla.com
|
709cbde7de
|
Bug 303110 - Add Unified Toolbar machinery to Cocoa widgets. r=joshmoz, r=bz, sr=roc.
|
2007-10-29 21:03:42 -07:00 |
|
jonas@sicking.cc
|
fb122790a3
|
Bug 400735: Hold strong reference while calling UnblockOnload. r=smaug sr=jst a=beltzner
|
2007-10-29 19:14:52 -07:00 |
|
peterv@propagandism.org
|
86ecd29446
|
Fix for bug 401288 (Crash in Composer [@ PresShell::GetSelection][@ nsCOMArray_base::InsertObjectAt]). r/sr=bz, a=endgame.
|
2007-10-29 11:22:48 -07:00 |
|
peterv@propagandism.org
|
0614d590fc
|
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
|
2007-10-29 06:45:07 -07:00 |
|
peterv@propagandism.org
|
26b136edfe
|
Backing out once more to fix orange.
|
2007-10-28 05:49:30 -07:00 |
|
peterv@propagandism.org
|
eae43da5fc
|
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
|
2007-10-28 04:14:40 -07:00 |
|
jonas@sicking.cc
|
903acf3ee6
|
bug 394390: Don't report bogus warnings to the error console when using cross-site xmlhttprequest. Patch by Surya Ismail <suryaismail@gmail.com>, r/sr=sicking
|
2007-10-26 18:46:09 -07:00 |
|
jonas@sicking.cc
|
3d2ceca667
|
Bug 345711: Don't call nsXBLBinding::InstallImplementation while in reflow as that can cause duplicated frames for plugins and other badness. r=bz/jst sr=jst
|
2007-10-26 17:14:43 -07:00 |
|
bzbarsky@mit.edu
|
c4358e7284
|
Fix bug 399185 -- Make image request URIs immutable so that we don't have to clone them later. r=jst, sr=biesi, a=vlad
|
2007-10-26 12:54:41 -07:00 |
|
reed@reedloden.com
|
c03c5d7b82
|
Bug 389366 - "Canvas's .getImageData is returning premultiplied alpha pixels" [p=philip@zaynar.demon.co.uk (Philip Taylor) r=vlad a1.9=damons aM9=beltzner]
|
2007-10-26 12:45:20 -07:00 |
|
peterv@propagandism.org
|
2612f32541
|
Backing out to fix orange.
|
2007-10-26 07:30:50 -07:00 |
|
peterv@propagandism.org
|
89c081734f
|
Backing out to fix orange.
|
2007-10-26 07:15:28 -07:00 |
|
peterv@propagandism.org
|
7496875bfa
|
Part 1 of fix for bug 379718 (using trace API for reference counts) and bug 386912 (cycle collector faults after tracing "JS object but unknown to the JS GC"). r=igor/jst, sr=jst, a=blocking1.9+/M9 (for bug 386912).
|
2007-10-26 06:25:32 -07:00 |
|
peterv@propagandism.org
|
c22071e55e
|
Fix for bug 395340 (Crash [@ nsINode::GetNodeParent] with CSS counters and contentEditable). r/sr=bz, a=endgame.
|
2007-10-26 03:30:44 -07:00 |
|
reed@reedloden.com
|
d08bf067da
|
Bug 389628 - "Implement UI for full page zoom" [p=dao r=mconnor r+sr=sicking (for content/events/) a=blocking-firefox3+ for M9]
|
2007-10-25 16:02:20 -07:00 |
|
dwitte@stanford.edu
|
91a72f29e8
|
rework effective tld service interface, fix normalization bugs and improve error propagation. b=368989, r=biesi, sr=dveditz
|
2007-10-25 01:14:26 -07:00 |
|
jst@mozilla.org
|
911b85904a
|
Backing out second part of the fix for bug 116346 to fix regression bug 392982. a=dsicore@mozilla.com
|
2007-10-24 15:49:12 -07:00 |
|
jst@mozilla.org
|
ca4e63c851
|
Backing out fix for bug 116346 to fix regression bug 392982. a=dsicore@mozilla.com
|
2007-10-24 15:21:01 -07:00 |
|
bzbarsky@mit.edu
|
5b0b10f180
|
Don't install fields during binding teardown. Bug 400705, r+sr=sicking, a=beltzner
|
2007-10-24 15:13:00 -07:00 |
|
bzbarsky@mit.edu
|
97d0f11bfd
|
Fix assert to not fire on <svg:use>. Bug 400459, r+sr=jst, a=vlad
|
2007-10-24 15:10:32 -07:00 |
|
reed@reedloden.com
|
d69579e8aa
|
Backout patch from bug 389366 because it does not have M9 approval.
|
2007-10-23 18:09:21 -07:00 |
|
reed@reedloden.com
|
59c9ec8400
|
Bug 389366 - "Canvas's .getImageData is returning premultiplied alpha pixels" [p=philip@zaynar.demon.co.uk (Philip Taylor) r=vlad a1.9=damons]
|
2007-10-23 18:06:23 -07:00 |
|
bzbarsky@mit.edu
|
06f6b88b65
|
Make the "href" property of stylesheets reflect the original URI that was reflected to load the sheet. Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
|
2007-10-23 14:56:41 -07:00 |
|
Olli.Pettay@helsinki.fi
|
a78cbac9b4
|
Landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst
|
2007-10-22 14:42:25 -07:00 |
|
Olli.Pettay@helsinki.fi
|
69d3a1fc7a
|
backout Bug 373462, bug 385322. Still regress tp/talos
|
2007-10-21 09:46:54 -07:00 |
|
Olli.Pettay@helsinki.fi
|
cad8f0b8c4
|
Test-landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst
|
2007-10-21 07:09:29 -07:00 |
|
roc+@cs.cmu.edu
|
7a31877544
|
Bug 393096. Allow an element containing breakable whitespace to introduce a break opportunity no matter what the context. Also cleans up some trimming stuff and adds comprehensive whitespace breaking and trimming reftests. r+sr=dbaron
|
2007-10-20 00:30:26 -07:00 |
|
mats.palmgren@bredband.net
|
d3e6094bdd
|
Null-check parent in case the <observes> is the root element. b=386386 r=Olli.Pettay sr=neil a=dbaron
|
2007-10-20 00:07:45 -07:00 |
|
bzbarsky@mit.edu
|
e6fc4b3582
|
Adding testx
|
2007-10-19 22:30:53 -07:00 |
|
bzbarsky@mit.edu
|
ee391df0e4
|
Actually unhook the binding proto when we're tearing down the binding anonymous content. Hasn't worked in years, apparently. Bug 398135, r+sr=sicking
|
2007-10-19 21:22:43 -07:00 |
|
jonas@sicking.cc
|
adbcc231ed
|
backing out due to test failure
|
2007-10-19 18:22:48 -07:00 |
|