jst%mozilla.jstenback.com
c4b8dd4f16
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
2005-04-28 23:48:28 +00:00
roc+%cs.cmu.edu
174cecbc39
Bug 291537. Don't wipe out mGestureDownPoint in StopTrackingDragGesture, since we may need it right afterward. r+sr=bzbarsky,a=asa
2005-04-28 22:11:53 +00:00
dbaron%dbaron.org
c5fbc00351
Mouseout shouldn't fire on elements that were removed from the document. b=292146 r+sr=roc a=asa
2005-04-28 20:47:53 +00:00
bzbarsky%mit.edu
aefdfc7bac
Remove unneeded layout flushes in XUL/XBL. Bug 290005, r=roc, sr=jst, a=asa
2005-04-28 20:23:26 +00:00
bzbarsky%mit.edu
27b27bd5fc
Make sure to addref documents before calling Init(). Bug 291887, r+sr=jst,
...
a=brendan
2005-04-28 17:16:19 +00:00
bzbarsky%mit.edu
cd9031b7b1
Fix crashes when document.load is called on an already-parsing XML document.
...
Bug 289292, r=sicking, sr=jst, a=chofmann
2005-04-28 16:57:24 +00:00
ben%bengoodger.com
248b172d94
291206 - verbose template rule format does not support parsetype='Integer' for literal match conditions... r=vlad sr=bryner a=brendan
2005-04-23 01:42:31 +00:00
tor%cs.brown.edu
745fa565a5
Bug 291499 - prevent infinite indent in layout-debug. r+sr+a=dbaron
2005-04-22 19:46:35 +00:00
dbaron%dbaron.org
fd94b01f7c
Restore broken .detail property on overflow and underflow events. b=291198 Patch from Nate Nielsen <nielsen@memberwebs.com>. +sr+a=dbaron
2005-04-22 02:01:34 +00:00
bzbarsky%mit.edu
cffe86dac3
Improve error-reporting for XBL content sink. Bug 290870, r+sr=bryner, a=asa
2005-04-21 21:31:05 +00:00
pavlov%pavlov.net
041bdfaa2a
fixing clearRect to actually clear r=vlad a=brendan
2005-04-20 01:59:51 +00:00
vladimir%pobox.com
119a1eb306
b=291049, add patterns and gradients to canvas, r=pav,a=brendan
2005-04-20 00:00:23 +00:00
roc+%cs.cmu.edu
9fd534c57f
Bug 255378. Make the click-hold context menu code keep content references, not frame references, just as the drag gesture code does, so that it's robust to frame reconstruction during the click-hold time interval. r+sr=bzbarsky,a=asa
2005-04-19 23:03:23 +00:00
bryner%brianryner.com
c60078405e
Make --enable-cairo work for windows/msvc by switching it over to our build system. Bug 290518, r=vlad, pavlov.
2005-04-19 17:19:47 +00:00
bzbarsky%mit.edu
b6817cdd3b
Create CSSLoaders when the document object is created and deCOMify the getter.
...
Bug 290068, r=sicking, sr=peterv, a=brendan
2005-04-19 01:27:11 +00:00
bzbarsky%mit.edu
9b44d06e51
Remove code that just duplicates what SetAnonymousContentFor(content, nsnull)
...
will do anyway. Bug 289391, r=sicking, sr=peterv, a=brendan
2005-04-18 23:01:30 +00:00
bzbarsky%mit.edu
f911f30fc9
Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
...
r=sicking, sr=peterv, a=brendan
2005-04-18 22:58:35 +00:00
bzbarsky%mit.edu
92b520e770
Fixing the XUL content sink's error reporting. Bug 289469, r+sr=peterv, a=dbaron
2005-04-18 19:44:14 +00:00
vladimir%pobox.com
decabfa7ee
= 0 for pure virtaul methods on interface
2005-04-18 09:00:11 +00:00
vladimir%pobox.com
37bdb5f099
missed on checkin; avoid refcount leak for mCanvasElement
2005-04-18 08:34:02 +00:00
vladimir%pobox.com
d7018ad980
more canvas landing horkage fixing
2005-04-18 07:30:14 +00:00
vladimir%pobox.com
05ae4cd82f
canvas horkage fix
2005-04-18 07:04:49 +00:00
vladimir%pobox.com
3f408c1608
b=288714, html canvas implementation, r=various,a=brendan
2005-04-18 06:33:23 +00:00
roc+%cs.cmu.edu
249c80f870
Bug 288406. Stop tracking potential drag gesture *before* we fire the drag DOM event, in case something happens that causes us to think a second drag gesture happens recursively. r+sr=bzbarsky,a=asa
2005-04-18 00:48:59 +00:00
mrbkap%gmail.com
bfa533e175
bug 289970: Fix a leak when using the sanitizing serializer by breaking the sink/parser cycle in DidBuildModel. r=BenB sr=bzbarsky a=asa
2005-04-15 04:05:18 +00:00
bzbarsky%mit.edu
61629299d4
Move the BindToTree call for the document element into SetRootContent. Bug
...
289209, r=sicking, sr=jst, a=asa
2005-04-15 01:30:14 +00:00
bzbarsky%mit.edu
3dc9d7d394
Fix build bustage
2005-04-12 15:50:25 +00:00
bzbarsky%mit.edu
c12c593778
Make sure we've tried to create our CSSLoader before we try to dereference it.
...
Bug 289765, r+sr=jst, a=asa
2005-04-12 15:29:20 +00:00
bzbarsky%mit.edu
67b8f9038a
If our image was previously blocked and we're asked to maybe reload it, don't
...
check whether the URI changed; just try loading (since this time we may not be
blocked). Bug 251354 followup, r=sicking, sr=shaver, a=chofmann
2005-04-11 16:37:27 +00:00
bzbarsky%mit.edu
e9b905835e
Disable loading of images in data documents on the document level, not on the
...
node level. Bug 251354, r=sicking, sr=peterv, a=asa
2005-04-11 00:29:36 +00:00
bzbarsky%mit.edu
3601f2dd9e
Fix mouseover event regression by making sure to init our doc pointer before
...
null-checking it. Bug 289719 and oodles of dependencies, r+sr=roc, a=asa
2005-04-10 23:35:18 +00:00
smontagu%smontagu.org
3083cdcef3
Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa
2005-04-10 06:40:10 +00:00
bzbarsky%mit.edu
5403d4e3c2
Use the owner document when compiling event handlers. Bug 289456, r+sr=jst,
...
a=dbaron
2005-04-09 17:32:25 +00:00
aaronleventhal%moonset.net
f0ee890389
Missing part of checkin for bug 287730. Reporting position of radio buttons, r+sr=bz on missing part, a=asa
2005-04-07 14:08:12 +00:00
roc+%cs.cmu.edu
0060ad51ab
Bug 288873. Don't let nsSubDocumentFrame tear down a presentation it didn't build. r+sr=bzbarsky,a=asa.
2005-04-07 04:04:06 +00:00
bzbarsky%mit.edu
4f12075656
Append HTML nodes to the DOM on node creation, not when we hit the close tag.
...
Should help with the Tp regression. Bug 289311, r=sicking, sr=jst
2005-04-07 03:30:50 +00:00
roc+%cs.cmu.edu
697dae9898
Bug 288775. Don't forget to pass relatedTarget to mouseout events, pointing to the element the mouse is moving into. r+sr=bzbarsky,a=dbaron
2005-04-07 00:19:08 +00:00
ben%bengoodger.com
55c1ef4bd6
crash at nsXULDocument::OverlayForwardReference::Merge due to broken implementation of removeelement attribute for overlay merging... we always want to notify of node removals, so don't pass the notify flag along to the Remove function, always send PR_TRUE so that state is updated correctly. r=bz, sr=bryner, a=brendan
2005-04-06 23:19:20 +00:00
bzbarsky%mit.edu
42ab60e2b9
Fix crash regression bug 289180. r=mrbkap, sr=roc
2005-04-06 06:28:28 +00:00
dbaron%dbaron.org
1dbc07ffd2
Fix bustage. b=288626
2005-04-06 05:20:41 +00:00
bzbarsky%mit.edu
58c75a0a1e
Back out the preappend change now that the image changes are in to see what Tp does...
2005-04-06 03:40:51 +00:00
bzbarsky%mit.edu
3f3283562b
Only do a new image load if we're forced to or if the URI really changed. Bug
...
285428, r=biesi, sr=jst (note: sr was given in bug 286000 as part of the patch
there).
2005-04-06 02:55:02 +00:00
jst%mozilla.jstenback.com
5685890daf
Fixing bug 283897. Make midas state survive document.open/write/close. Regression from bug 283897. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-04-06 02:22:45 +00:00
cvshook%sicking.cc
fd455a4b2a
Bug 289053: Fix assertion when setting fontsize to empty or whitespace-only string. Also treat big relative fontsizes as absolute fontsizes so they at least render correctly.
...
r/sr=bz
2005-04-06 02:07:52 +00:00
bzbarsky%mit.edu
483b304692
Attempting to fix Tp regression
2005-04-06 01:23:07 +00:00
bzbarsky%mit.edu
9b1db9f768
Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
...
BindToTree and UnbindFromTree methods. Bug 286000, r=sicking, sr=jst
2005-04-05 23:54:35 +00:00
cst%andrew.cmu.edu
bc7ecfa66e
Bug 189982 automatic image resizing: state of the image should be kept after resizing the browser window
...
r=bz sr=roc
2005-04-05 18:59:22 +00:00
timeless%mozdev.org
7a11b97e31
Bug 289063 protected recursion triggers ASSERTION: failed to load URL: 'NS_SUCCEEDED(rv)', file r:/mozilla/content/html/content/src/nsGenericHTMLElement.cpp, line 3469
...
r=bz sr=bz
2005-04-05 18:46:44 +00:00
bzbarsky%mit.edu
b21034222e
Removing the type attr should make an input a text input. Bug 288331, r+sr=jst
2005-04-05 03:46:12 +00:00
bzbarsky%mit.edu
a2c2c1f13b
Fix content teardown in ReportError to also get rid of our buffered-up text
...
content. Bug 288674, r=mrbkap, sr=jst
2005-04-05 03:40:36 +00:00
bzbarsky%mit.edu
f2c4953613
Move processing of various headers from the content sink into the document so
...
it'll happen for all of our document types. Bug 288921, r+sr=jst
2005-04-05 03:28:54 +00:00
mrbkap%gmail.com
399c257d9d
bug 286733: Crash when attempting to handle misplaced content inside misplaced content because mContextTopIndex pointed to a closed index already. r=jst sr=rbs
2005-04-04 21:20:00 +00:00
Olli.Pettay%helsinki.fi
42945a64dd
Bug 288998 - Use atoms in nsXULElement::HandleDOMEvent to compare tag names, r+sr=bz
2005-04-04 21:16:15 +00:00
aaronleventhal%moonset.net
7265e749d5
Bug 265203. When caret is at end of one link, focus displays to next link. r=ginn.chen, sr=bryner
2005-04-04 18:11:14 +00:00
aaronleventhal%moonset.net
e030afcc22
Bug 287730. Fix n of m positional info for HTML radio buttons. r=timeless, sr=bz
2005-04-04 13:43:43 +00:00
ginn.chen%sun.com
8eb0a2c4cc
Bug 260399 disabled textarea/input should use DEFAULT pointer
...
r+sr=bzbarsky
2005-04-04 10:35:50 +00:00
smontagu%smontagu.org
241ce4b583
Fix for hang. Bug 288831, r+sr=dbaron
2005-04-03 18:18:49 +00:00
cst%andrew.cmu.edu
f4ada571e2
Bug 287695 fix hardcoded app name in default mailto: form subject
...
r=biesi sr=bz
2005-04-03 17:16:28 +00:00
smontagu%smontagu.org
8081c80efa
Update transliterate.properties to Unicode 4.1.0 database. Bug 288137, r=jshin, sr=rbs
2005-04-02 18:44:01 +00:00
jwatt%jwatt.org
1d04fbaeb2
Fixing bug 288267. getAttribute("transform") giving back "" for transform="matrix(...)". r=tor@acm.org
2005-04-01 16:07:37 +00:00
bzbarsky%mit.edu
f64125fb05
Fix overlay code to not trust overlays and violate the nsIContent API in the
...
process. Bug 233641, r=sicking, sr=ben
2005-03-31 04:26:00 +00:00
neil%parkwaycc.co.uk
4d641e9a4f
Bustage fix for b=225563 (patch hunk inadvertently excluded)
2005-03-30 13:32:47 +00:00
neil%parkwaycc.co.uk
e05e3518a0
Bustage fix for b=225563 (patch hunk inadvertently excluded)
2005-03-30 12:53:52 +00:00
neil%parkwaycc.co.uk
10fa559a51
Implement group="system" for XBL handlers so that we don't try to handle events if <a> <textarea> or <xul:button> have already processed them r=jst sr=bryner
2005-03-30 12:26:02 +00:00
bzbarsky%mit.edu
72d85d46fb
Center the clicked-on point when turning off image zoom. Bug 207219, patch by
...
Chris Thomas (CTho) <cst@andrew.cmu.edu>, r+sr=roc
2005-03-30 04:29:35 +00:00
roc+%cs.cmu.edu
cf694cecf6
Fixing Mac bustage
2005-03-30 03:05:17 +00:00
roc+%cs.cmu.edu
72764c328d
Bug 255863. Make drag/drop work even when the clicked-on content gets reframed by the click. r=mats,sr=bzbarsky
2005-03-30 02:14:41 +00:00
dbaron%dbaron.org
70322f91af
Consolidate and deCOMtaminate parsing and storage of media lists. b=156716 r+sr=bzbarsky
2005-03-30 00:36:57 +00:00
dbaron%dbaron.org
51de01053b
Change how we preserve XPConnect wrappers on which JS properties have been set or that are otherwise needed by XBL: instead of rooting those wrappers until the document stops being displayed, mark them from GC hooks only if the nodes are reachable (via DOM node traversal, optimizing based on symmetry of reachability between DOM nodes) from the document or from nodes already marked. b=283129 r=jst sr=brendan
2005-03-29 23:26:56 +00:00
roc+%cs.cmu.edu
de6d715263
Bug 284664. Generate mouseover and mouseout events in IFRAMEs in a much more consistent way. r=mats,sr=bzbarsky
2005-03-28 23:39:13 +00:00
bzbarsky%mit.edu
c10497f9a1
Show alt text for images blocked by security checks. Bug 285981, r=mvl, sr=jst
2005-03-26 02:26:58 +00:00
tor%cs.brown.edu
c348c45911
Bug 287389 - SVG should not munge ua.css at build time. rev iid.
2005-03-25 23:30:50 +00:00
tor%cs.brown.edu
da3b7ab702
Bug 287389: SVG should not munge ua.css at build time. r+sr=bzbarsky
2005-03-25 14:50:05 +00:00
peterv%propagandism.org
53d9bae3a3
Part of fix for bug 285166 (createElement crashes [@ NS_NewHTMLElement] [@ nsCharTraits<unsigned short>::length]). r=sicking, sr=bz.
2005-03-25 14:07:44 +00:00
bzbarsky%mit.edu
2e6eb3d56f
Make setting an entry in the options array fill in the array up to that point
...
with options if needed. Bug 285498, r+sr=jst
2005-03-25 04:23:55 +00:00
mrbkap%gmail.com
f5ca37ef6b
bug 280044: Pass a title node to the content sinks so that attributes on title don't get lost. r=sicking sr=peterv
2005-03-23 07:09:24 +00:00
bzbarsky%mit.edu
d2a4f7f2ca
Followup to bug 225941 -- I forgot some review comments. r=dbaron, sr=jst
2005-03-23 03:21:04 +00:00
bzbarsky%mit.edu
ba6fa8e00c
Add a method to ask a content node whether it may have a frame in some
...
presentation. Bug 225941, r=dbaron, sr=jst
2005-03-23 03:07:10 +00:00
jwatt%jwatt.org
48177b8d52
Fixing bug 281741. We should implement the GetSVGDocument interface for HTMLEmbedElement. r=tor@acm.org, sr=jst@mozilla.org
2005-03-23 01:42:22 +00:00
darin%meer.net
926afe654d
fixes bug 286506 "warning: locally defined symbol ... imported in function ..." r=bsmedberg
2005-03-19 20:35:35 +00:00
scott%scott-macgregor.org
b5ce78c115
Back out the fix for Bug #285076 as it caused regressions (Bug #286709 )
2005-03-18 17:14:29 +00:00
jst%mozilla.jstenback.com
54a15dcc3a
Fixing bug 245809. Implement event.returnValue (IE:ism) for beforeunload events as the mechansim for passing data back to the browser from a beforeunload handler that was registerd with addEventListener(). r=bzbarsky@mit.edu, sr=peterv@propagandism.org
2005-03-18 15:33:51 +00:00
scott%scott-macgregor.org
6e160864cc
Bug #285076 --> XUL Template Builder doesn't work with Dynamic overlays because we aren't sending out notifications to the document when the overlay is loaded dynamically.
...
r=jst
sr=bryner
2005-03-17 21:26:04 +00:00
peterv%propagandism.org
114cd0a603
Fix for bug 285166: createElement crashes [@ NS_NewHTMLElement] [@
2005-03-17 20:41:27 +00:00
jst%mozilla.jstenback.com
cff1caa49f
Fixing mistake in my earlier cleanup patch.
2005-03-17 19:43:34 +00:00
jst%mozilla.jstenback.com
d7493fb26f
Whitespace and formatting cleanup to get some sort of consistency into this code.
2005-03-17 18:00:33 +00:00
jst%mozilla.jstenback.com
d27864e8f3
Fixing the remaining part of bug 285438 for Firefox. Do the appropriate security checks when drag n' dropping into Firefox. r=ben@bengoodger.com, sr=dveditz@cruzio.com
2005-03-17 17:40:55 +00:00
neil%parkwaycc.co.uk
bb41a9067c
Add HTML to the list of support flavours for Copy Image and provide an embedding interface to choose the flavours to copy b=135300 r=bz sr=smfr
2005-03-11 11:12:15 +00:00
bryner%brianryner.com
e78b95252a
Make sure that nsJSEventListeners hold a reference to the same identity interface that XPCWrappedNative does. Bug 285546, r=jst, sr=bzbarsky.
2005-03-11 10:48:26 +00:00
cvshook%sicking.cc
fda82bb7c3
Bug 240884: Use a static cache to take the edge off the slowness of IndexOf calls for elements with very many children.
...
r/sr=bz
2005-03-11 09:40:03 +00:00
bryner%brianryner.com
ea9edcb5be
Add null check as workaround for bug 239563 (crash if mousedown handler calls window.close()). r+sr=bzbarsky.
2005-03-10 22:53:29 +00:00
bzbarsky%mit.edu
87e311f4e5
Use Equals() when checking for recursion instead of hand-rolling URI
...
comparisons. Cut off recursion at first repeated URI, not third, since that's
what IE seems to do. Bug 228829, r=mkaply, sr=jst
2005-03-09 21:59:18 +00:00
tor%cs.brown.edu
5e8bf8ecda
Bug 276316 - gradients should be "live".
...
Patch by scootermorris@comcast.net , r=afri.
2005-03-09 19:24:18 +00:00
jst%mozilla.jstenback.com
5200e318d8
Fixing bug 188938. Adding the ability for plugins to participate in form submission. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
2005-03-09 17:01:22 +00:00
bzbarsky%mit.edu
a9c69f758f
Remove the random 25-item limit of frameset row and col specs. Bug 285394,
...
r+sr=jst
2005-03-09 16:47:30 +00:00
bzbarsky%mit.edu
d6c97ca83f
Relanding, since this did not affect the orange. Still bug 282537.
2005-03-08 18:10:38 +00:00
gandalf%firefox.pl
c2d3232365
bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move
2005-03-08 17:21:36 +00:00
bzbarsky%mit.edu
93a2f26ff0
Backing out bug 282537 patch to see whether it fixes the orange.
2005-03-08 17:05:34 +00:00
bzbarsky%mit.edu
19c45032f8
Don't add entries for <xbl:children> tags to our attr change table, since those
...
are removed from the anonymous content. Bug 282537, r+sr=bryner
2005-03-08 02:31:27 +00:00
bzbarsky%mit.edu
60f12b8be8
Move all frame recursion detection into a method that just does that. Don't
...
throw errors from EnsureDocShell() on recursion detection; just throw them from
LoadFrame(). Bug 285188, r+sr=jst
2005-03-08 00:02:55 +00:00
cbiesinger%web.de
43ff9de092
181938 allow any protocol to support redirection, using a new
...
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
tor%cs.brown.edu
05861b1a45
Bug 284675 - Handle svg text chunks separately, support dx/dy. r=afri
2005-03-07 04:02:02 +00:00
bmlk%gmx.de
c7c61a4e2b
limit the nowrap + width hack to quirks mode bug 277232 r/sr=bzbarsky
2005-03-06 18:33:12 +00:00
allan%beaufour.dk
c7e4628e31
Add support for class attribute in XTF, bug 283366, r=bryner, sr=bzbarsky, patch by smaug@welho.com
2005-03-06 12:30:12 +00:00
jshin%mailaps.org
8669b7866a
bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano
2005-03-05 08:19:05 +00:00
bzbarsky%mit.edu
9042fd7a93
Remove content dependency on the RDF-ness of bookmarks (since in general, they
...
need not be RDF-enabled at all). Remove bizarre dependency of an interface we
really want to expose to embeddors on nsIParser. Bug 101995 followup,
r=bsmedberg, sr=alecf
2005-03-05 03:35:54 +00:00
jst%mozilla.jstenback.com
cef561a155
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
2005-03-04 02:01:54 +00:00
bzbarsky%mit.edu
836122380b
Fix bug 257947 for real. r+sr=jst
2005-03-03 16:34:49 +00:00
jst%mozilla.jstenback.com
7f449edd54
Fixing bug 161587. Make the caller principal carry over to the callee when doing document.open(). r=caillon@gmail.com, sr=brendan@mozilla.org
2005-03-02 23:17:28 +00:00
bzbarsky%mit.edu
ec5ff278c0
Use the content policy REJECT reason as a basis for our "whether to show alt
...
text" decision instead of reading prefs ourselves. Bug 202906, r=mvl, sr=jst
2005-03-02 04:05:12 +00:00
bzbarsky%mit.edu
ded2978743
Fix GetImmediateChild to only get kids in the XBL namespace, and consolidate
...
some code. Bug 284342, r+sr=jst
2005-03-02 03:20:00 +00:00
bzbarsky%mit.edu
2c01168957
Only dispatch label-triggered clicks to content, for now, pending sorting out
...
exactly what HandleEventWithTarget _should_ be doing. Bug 284163, r+sr=jst
2005-03-01 03:03:05 +00:00
caillon%redhat.com
4f7f2461ff
250245 - spec changed, its now Document.inputEncoding
...
r+sr=jst
2005-02-28 22:35:02 +00:00
bzbarsky%mit.edu
fd3cee92f8
Make sure to flush pending notifications as needed when calling
...
getElementById. Bug 283468, r+sr=jst
2005-02-28 22:24:17 +00:00
bzbarsky%mit.edu
8c0a57078a
Stash our bindings in an array before destroying them, in case someone decides
...
to try to add a binding to the hashtable from a binding destructor. Bug
283698, r+sr=bryner
2005-02-27 17:24:53 +00:00
mrbkap%gmail.com
c613ef4daf
bug 283564: Fix a leak when the HTML fragment sink is used to parse an empty string by ensuring that DidBuildModel() is always called. r+sr=bzbarsky
2005-02-26 04:33:04 +00:00
tor%cs.brown.edu
30399497e2
Fix svg build bustage.
2005-02-25 23:15:19 +00:00
bryner%brianryner.com
001952215b
Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
2005-02-25 22:07:01 +00:00
bsmedberg%covad.net
4b68fa447a
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
2005-02-25 20:46:35 +00:00
doronr%us.ibm.com
5be9bbeae4
Bug 283637 - Dispatching UIEvents using DOM interface doesn't work. Patch by smaug, r=bz/sr=jst
2005-02-25 19:31:09 +00:00
ben%bengoodger.com
d6e21cbd98
282103 - dynamic overlays: implement "loadOverlay" method on nsIDOMXULDocument which loads and merges an overlay into a XUL document. r=jst sr=bryner
2005-02-25 09:06:34 +00:00
bzbarsky%mit.edu
b4b2a93b75
XBL should not treat <children> in other namespaces as magical; only
...
<xbl:children> is. Bug 282735, r+sr=jst
2005-02-24 04:23:55 +00:00
roc+%cs.cmu.edu
55480a9b6f
Bug 125386. Turn MOUSE_EXIT events into MOUSE_MOVEs when the mouse didn't actually leave the top level widget. r+sr=bzbarsky
2005-02-23 21:46:43 +00:00
jst%mozilla.jstenback.com
846d1fda2c
Fixing bug 209020. Make midas (document eiditing mode) not partially persist when leaving a page, and make it possible to turn off designMode dynamically in a page. r=brade@comcast.net, sr=bzbarsky@mit.edu
2005-02-23 21:27:20 +00:00
doronr%us.ibm.com
8720694a36
Bug 283323 - use owner document in nsGenericElement to get and set properties. Patch by smaug, r/sr=bryner
2005-02-23 20:27:25 +00:00
gandalf%firefox.pl
82d3ed5f0a
bug 279768: move dom.properties, MediaDocument.properties to global; r=bsmedberg
2005-02-23 16:53:28 +00:00
bsmedberg%covad.net
aab6284169
Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben
2005-02-22 21:49:45 +00:00
jshin%mailaps.org
fd66f970be
bug 244754 : URL is not shown in the status bar when hovering over a url-escaped URL in an encoding different from the document enecoding (r=darin, sr=bzbarsky)
2005-02-22 18:25:12 +00:00
gandalf%firefox.pl
e8ea9800c4
bug 283046: File input button does not properly render. A regression after checkin from bug 279768 ; r+sr=bzbarsky
2005-02-22 17:30:08 +00:00
tor%cs.brown.edu
a0375d13dc
Bug 258511 - preference to disable native SVG support. r=bzbarsky, sr=roc
2005-02-21 18:11:18 +00:00
brendan%mozilla.org
ebe9827876
Nullify version selection via <script language='JavaScript1.x'> to match other browsers (255895, r+sr=jst).
2005-02-20 03:35:21 +00:00
bsmedberg%covad.net
6308fe5e8d
Backout bug 278534 due to tinderbox orange.
2005-02-20 01:47:13 +00:00
bsmedberg%covad.net
b7e4e297cb
From bug 278534 - binding manager headers don't declare all the types they use, and mis-use the chrome registry. r=build-bustage, I will get ex-post-facto review on this.
2005-02-19 16:38:47 +00:00
bsmedberg%covad.net
500173e4bd
Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben
2005-02-19 15:35:36 +00:00
bryner%brianryner.com
e6dfc671b2
Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky.
2005-02-19 10:31:27 +00:00
bryner%brianryner.com
8e64d7cfb4
Rename nsNameSpaceMap to nsXMLNameSpaceMap to avoid symbol collision in static builds (bug 281728). r=dbaron.
2005-02-19 00:10:38 +00:00
doronr%us.ibm.com
66c18178e4
Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst
2005-02-18 21:32:46 +00:00
doronr%us.ibm.com
8e0413d060
Checked in from wrong tree, backing out, sorry.
2005-02-18 21:28:20 +00:00
doronr%us.ibm.com
49534b8c41
Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst
2005-02-18 21:20:27 +00:00
mrbkap%gmail.com
1983dc1a52
bug 263053: Get rid of the <endnote> tag when parsing fragments with context, since this can fail if the input stream contains another <endnote> tag. Instead, parse the context in different "chunks" from the new buffer, and notify the fragment sink by way of functions. r=peterv sr=bzbarsky
2005-02-18 19:18:39 +00:00
bryner%brianryner.com
da55bc0cf2
Remove nsINameSpace and replace with a simple array-based list of namespace mappings for CSS. Bug 281728, r+sr=bzbarsky.
2005-02-18 19:18:37 +00:00
jst%mozilla.jstenback.com
b7bbeee847
Additional changes needed to fix bug 280947 (dragging of images whose extension doesn't map to the right mimetype on the client is broken). r=bzbarsky@mit.edu, sr=dveditz@cruzio.com
2005-02-18 19:18:20 +00:00
neil%parkwaycc.co.uk
24092c56ed
Removing an event handler should not disturb firing of other event handlers b=174320 based on a patch by Silver r+sr=jst
2005-02-18 09:36:29 +00:00
jwatt%jwatt.org
364c1dd18b
Bug 282194 : Add null checks to methods that take SVG objects as arguments : r=tor
2005-02-16 18:39:59 +00:00
jwatt%jwatt.org
ab39611fed
bug 274698 : Improve nsSVGLength.cpp : r=tor
2005-02-15 19:18:58 +00:00
neil%parkwaycc.co.uk
a78dc4405d
Wallpaper for bug 280541 to get content tootips and scrollbars but still trying not to expose too much to content r+sr=bz a=asa
2005-02-12 20:48:06 +00:00
neil%parkwaycc.co.uk
070f4b8286
Wallpaper for bug 280541 to get content tootips and scrollbars but still trying not to expose too much to content r+sr=bz a=asa
2005-02-12 20:21:02 +00:00
bzbarsky%mit.edu
e6e1eca2d1
Fix fallout from the nsIFrameLoader changes of yesterday. Bug 280992, r+sr=jst
2005-02-08 21:30:47 +00:00
bzbarsky%mit.edu
e3a503120b
Make Input.src and Form.action be URI attrs. Bug 280470, r+sr=jst
2005-02-08 20:21:22 +00:00
bzbarsky%mit.edu
e18b171c31
Make GetTable() deal with lack of a tbody. Bug 255381 partial fix, r=sicking,
...
sr=jst
2005-02-08 20:20:08 +00:00