Commit Graph

12898 Commits

Author SHA1 Message Date
jruderman@hmc.edu
511b4c741b Add crashtest 2008-03-19 22:48:31 -07:00
bzbarsky@mit.edu
b83ca85b31 Fix warning. No reviews other than my attempt to get useful info from our compile-time output, which this hindered. 2008-03-19 20:39:46 -07:00
bzbarsky@mit.edu
c1c6fb1ffc Adding test 2008-03-19 17:46:58 -07:00
bzbarsky@mit.edu
85dffb61e3 Don't leave an exception just hangin' out on the JSContext. Bug 422009, r+sr=jst, a=shaver 2008-03-19 17:42:47 -07:00
bzbarsky@mit.edu
14f26adea6 Don't use uninitialized variables. Bug 414076 followup, patch by Ronny Perinke <ronny.perinke@gmx.de>, r+sr=bzbarsky 2008-03-19 16:23:59 -07:00
dbaron@dbaron.org
9c126b98d3 Fixing asymmetry between what timeless landed for bug 394114 and what he backed out. 2008-03-19 15:05:04 -07:00
timeless@mozdev.org
7f880e43ef reverting, wrong patch, missing AMBIGUOUS 2008-03-19 14:55:22 -07:00
timeless@mozdev.org
2861dff6f0 reverting 2008-03-19 14:32:17 -07:00
timeless@mozdev.org
022712406a Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-03-19 14:19:35 -07:00
Olli.Pettay@helsinki.fi
01474a2051 Bug 421366, [@ nsContentUtils::IsEventAttributeName] r+sr=peterv 2008-03-19 12:44:08 -07:00
bzbarsky@mit.edu
3eebb3a398 Don't garbage-collect still-loading Image nodes until their onload/onerror has fired. Bug 421602, r=stuart, sr=sicking 2008-03-19 12:07:59 -07:00
mattwillis@gmail.com
3e8f68ae6c Bug 383430 - Add features to XHR for convenience of background requests. Patch by Manish Singh <manish@flock.com> r/sr=sicking, a1.9=shaver 2008-03-18 17:14:38 -07:00
reed@reedloden.com
22cb02bc2b Bug 392233 - "Text kerning broken by scaling/viewBox (space between letters or letters above each other)" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r=longsonr sr=vlad a=blocking1.9+] 2008-03-18 12:50:29 -07:00
cbiesinger@gmail.com
a07795d966 bug 422537 use a storage stream instead of a pipe as the upload stream when send()ing a document, to follow the expectations of nsIUploadChannel which wants a seekable stream. r+sr=bz a=beltzner 2008-03-18 12:49:20 -07:00
reed@reedloden.com
72ad926e19 Bug 422850 - "txCompileObserver::startLoad doesn't pass correct object to asyncOpen ("listener" is unused)" [p=sciguyryan@gmail.com (Ryan Jones) r+sr=sicking a1.9=beltzner] 2008-03-18 12:42:31 -07:00
mattwillis@gmail.com
8c6886e1e4 Bug 421622 - Add testcase 2008-03-18 11:22:50 -07:00
gavin@gavinsharp.com
a160da0493 Bug 422808: remove forwarding of nsIAuthPrompt for XHR and document.load so that users fall back to the more useful docshell prompts, r=sicking, sr=biesi (r=dolske on tests) 2008-03-18 11:18:29 -07:00
longsonr@gmail.com
7a74a4e3a2 Bug 399853 - Fix signed/unsigned mismatch warnings. r+sr=tor,a1.9=beltzner 2008-03-18 06:17:08 -07:00
roc+@cs.cmu.edu
253c48d150 Backing out bug 392233 again 2008-03-18 01:37:48 -07:00
roc+@cs.cmu.edu
2911f3374d Bug 392233. Relanding ... make SVG text build textruns taking into account the current transform's scale. Also refactors code to simplify everything. r=longsonr,sr=vlad 2008-03-18 00:42:07 -07:00
roc+@cs.cmu.edu
8f0faf9268 Backing out bug 392233. 2008-03-17 19:36:17 -07:00
roc+@cs.cmu.edu
f3f684e136 Bug 392233. Take the current contxt scale into account when constructing textruns for SVG, and simplify the SVG text code. r=longsonr,sr=vlad 2008-03-17 18:45:05 -07:00
jst@mozilla.org
d6685adcec Fixing bug 395110. Give type attribute higher priority when deciding what plugin to use. r=jonas@sicking.cc, sr=bzbarsky@mit.edu 2008-03-17 17:36:14 -07:00
dbaron@dbaron.org
b1f404f0bb Add knowledge of edge names to cycle collector, ifdef DEBUG_CC. b=420514 r+sr=peterv a=damons 2008-03-17 16:11:08 -07:00
jwatt@jwatt.org
b687d973da Bug 399488. Faster gaussian blur. r=longsonr@gmail.com, sr=roc@ocallahan.org, a1.9=beltzner@mozilla.com 2008-03-17 08:06:08 -07:00
bzbarsky@mit.edu
8aad3588ff Pass the right nodes to our boundary-check, and clean up some remaining DOM-api cruft. Bug 414076 and bug 379280, patch in bug 414076, r+sr=sicking 2008-03-16 21:56:22 -07:00
reed@reedloden.com
20f08b72f6 Bug 376355 - "Redundant STYLE_STACK_DEPTH, STYLE_CURRENT_STACK macros" [p=joe@drew.ca (Joe Drew [JOEDREW!]) r+a1.9=vlad] 2008-03-16 14:03:11 -07:00
reed@reedloden.com
0c26763908 Bug 375457 - "toDataURL has incorrect type-checking logic" [p=joe@drew.ca (Joe Drew [JOEDREW!]) r+a1.9=vlad] 2008-03-16 14:02:05 -07:00
mats.palmgren@bredband.net
3f60346e64 End the mouse wheel scrolling transaction when forcing "passToParent" for a combobox (fixes an assertion). b=398334 r=masayuki sr=roc a1.9=beltzner 2008-03-15 01:52:18 -07:00
vladimir@pobox.com
db4ebbb2e1 b=421422, cairo upgrade mochitest tweaks ; r=me 2008-03-14 20:45:26 -07:00
jonas@sicking.cc
c078e73997 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 16:08:57 -07:00
jwalden@mit.edu
59a27fb41f Bug 199692 - Update and reenable the document.elementFromPoint tests that didn't work when initially committed due to window sizing issues; there may still be some issues, but we'll todo aggressively in followup commits if necessary -- better halfway in than not at all. Patch is partly me, partly Ben Karel <web+moz@eschew.org>, r from Ben and r=roc. a=itsatest 2008-03-14 11:45:32 -07:00
reed@reedloden.com
5cd159ca7a Bug 421169 - "Flashing cursor appears next to programmatically focused buttons" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv sr=roc a1.9=beltzner] 2008-03-14 09:20:54 -07:00
jst@mozilla.org
554a46b5ee Fixing bug 419846. Only let chrome documents load scripts from the fastload files. r=enndeakin@gmail.com, sr=bzbarsky@mit.edu 2008-03-13 15:49:45 -07:00
dbaron@dbaron.org
749f0e1e17 Fix bad reference counting of atoms so we don't manipulate garbage atom pointers. b=422546 r=timeless sr=roc a=damon 2008-03-13 11:54:01 -07:00
enndeakin@sympatico.ca
30b3197377 Bug 421810, focus not shifting to browser, only check the focus model for controls, r=smaug,sr=neil 2008-03-13 07:07:23 -07:00
mattwillis@gmail.com
c881e37ffe Bug 421622 - nsXMLHttpRequest#send() shouldn't reset all request headers when called from chrome. Patch by Manish Singh <manish@flock.com> r/sr=sicking, a1.9=beltzner 2008-03-13 04:43:06 -07:00
Olli.Pettay@helsinki.fi
35f55ae89a Bug 419527, 'ASSERTION: Wrong root' with XBL, r+sr=sicking 2008-03-13 03:12:51 -07:00
reed@reedloden.com
b7325be75c Bug 297080 - "Mouse cursor stays in pointer form, moving from content area to other window" [p=kinetik@flim.org (Matthew Gregan) r+sr=roc a1.9=damons] 2008-03-12 15:44:45 -07:00
dcamp@mozilla.com
c7226a1f3d Bug 394485: Prevent loading blocklisted urls loaded from <object> tags. r=jonas, sr=biesi, blocking1.9=stuart 2008-03-12 14:52:47 -07:00
jwalden@mit.edu
302b0df5a6 Switch a test from using a Mozilla-specific name for a constant to using the standard one, no semantic change. r=foopy 2008-03-12 13:43:09 -07:00
Olli.Pettay@helsinki.fi
fcaffd627d Bug 421486, automatic unwanted scrolling, r+sr=sicking 2008-03-12 03:26:12 -07:00
roc+@cs.cmu.edu
e6adaba276 Bug 413027. The XUL pref and min height for a CSS block should be its height when reflowed at its preferred width, NOT the height of the tallest line. r+sr=dbaron. Relanding with extra instrumentation in the strangely-failing mochitest test_bug199692.xul 2008-03-11 18:05:26 -07:00
roc+@cs.cmu.edu
e1cbf6f105 Bug 421662. Rename TextRectangle* to ClientRect*. r+sr=sicking,a=damon 2008-03-11 17:51:12 -07:00
jst@mozilla.org
123a96d191 Fixing bug 415324. Don't change principals on documents during document.load() now that document principals must remain unchanged. r=jonas@sicking.cc, sr=bzbarsky@mit.edu 2008-03-11 16:47:23 -07:00
jonas@sicking.cc
0c80ff16bc Back out due to failed mochitest 2008-03-10 19:18:15 -07:00
jonas@sicking.cc
4216df2295 Bug 401155: Make sure plugins and XBL constructors not execute when creating a script wrapper if it's not safe to execute scripts. r=bz sr=jst. 2008-03-10 17:49:19 -07:00
jwalden@mit.edu
d509cf4a37 Bug 421767 - element.attributes.removeNamedItemNS(<non-existent attribute NS and name>) returns null instead of throwing. acid3++ r+sr=jst, a=beltzner 2008-03-10 16:02:36 -07:00
gavin@gavinsharp.com
be6fb851ef Bug 421715: canvas crash passing undefined to putImageData, r+a=vlad 2008-03-10 00:35:37 -07:00
reed@reedloden.com
20850172a7 Bug 418543 - "remove -moz-pre-wrap" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r+sr=roc a1.9=beltzner] 2008-03-08 01:44:35 -08:00
dbaron@dbaron.org
31cb6e188f Don't call nsCycleCollector_DEBUG_wasFreed on generic elements since it inevitably leads to false positives. b=420548 r+sr=peterv a=Not part of the default build (DEBUG/DEBUG_CC only) 2008-03-07 09:55:24 -08:00
enndeakin@sympatico.ca
d9e85a072b Bug 415704, treat tabindex and focusability as separate, so Full Keyboard Access setting doesn't affect things incorrectly, fixes More Info button in identity panel, r=smaug,sr=neil 2008-03-07 08:33:38 -08:00
jwatt@jwatt.org
1df60818bf Bug 421464. The 'type' attribute on <style> should be optional. r=longsonr@gmail.com, sr=roc@ocallahan.org, blocking1.9=me 2008-03-07 02:16:05 -08:00
jwatt@jwatt.org
266421537e Bug 420773. Don't include filters in our list of supported feature strings. r+sr=roc@ocallahan.org, a=beltzner@mozilla.com 2008-03-07 01:58:33 -08:00
vladimir@pobox.com
2ad4b8c4f3 typo fix 2008-03-06 14:03:55 -08:00
bent.mozilla@gmail.com
827ac24e1e Bug 420700 - Calling createContextualFragment affects subsequent setting of innerHTML. r+sr=jst, a=blocking1.9+. 2008-03-06 12:14:33 -08:00
vladimir@pobox.com
1c63b1637a b=419718, extend canvas checks, r=stuart 2008-03-06 11:56:47 -08:00
vladimir@pobox.com
c325e922a7 b=415854, make single-pixel optimized images release memory; patch from joe@drew.ca; r+sr=vlad 2008-03-05 22:51:13 -08:00
jruderman@hmc.edu
7151835b7d Add crashtest 2008-03-05 20:42:55 -08:00
jwalden@mit.edu
17c992a3f5 Bug 420243 - Fix an arithmetic mistake in SVGTextContentElement.getSubStringLength. r+sr=roc, a=beltzner 2008-03-05 18:10:43 -08:00
neil@parkwaycc.co.uk
110a35e15b Fire dynamic overlay load observers in more cases b=419452 r+sr=jst a=beltzner 2008-03-05 13:32:27 -08:00
enndeakin@sympatico.ca
636dd26f2e Bug 403217 - cannot drag text containing certain characters, r+sr=jst 2008-03-05 13:18:14 -08:00
bzbarsky@mit.edu
57cb5b5b2f Don't leave an exception hanging on the JS context when we return ok. Bug 418133, r=jst, sr=brendan, a=beltzner. 2008-03-05 12:41:27 -08:00
sayrer@gmail.com
a41d6a883d Bug 383939. RDF datasources must implement cycle collection. r/sr=bsmedberg 2008-03-05 12:07:55 -08:00
reed@reedloden.com
59695deb84 Bug 420609 - "XMLHttpRequest no longer able to parse XHTML documents with entity references" [p=trev.moz@adblockplus.org (Wladimir Palant) r+sr=bzbarsky a1.9=sicking a=blocking1.9+] 2008-03-05 02:29:32 -08:00
mats.palmgren@bredband.net
cd225e0366 Don't notify when setting text from within the constructor. b=420429 r+sr=jonas a=blocking1.9 2008-03-04 23:14:42 -08:00
jruderman@hmc.edu
96be9d6d7d Make nsContentSink, instead of subclasses, be responsible for making sure RemoveObserver is called (bug 420835). r+sr=sicking, a=blocking1.9+. 2008-03-04 20:54:21 -08:00
jst@mozilla.org
a3dc822e7f Backing out fix for bug 419848 due to feed code breakage. 2008-03-03 21:39:09 -08:00
jst@mozilla.org
d3a7ec65e8 Fixing bug 419848. Tighten rules about what JS files content can load. r+sr=jonas@sicking.cc 2008-03-03 20:17:33 -08:00
jonas@sicking.cc
ba95187459 Bug 383818: Cloned menu items don't display correctly. r/sr=jst 2008-03-03 17:25:06 -08:00
bzbarsky@mit.edu
b1d717701d Don't use the guaranteed-not-null getter when the presshell might be null. No bug, r="obvious", a="asserts all over the place" 2008-03-01 10:49:54 -08:00
jst@mozilla.org
b09df8cfb8 Backing out fix for bug 419452 per bug 420059. a=beltzner 2008-02-29 22:29:46 -08:00
jruderman@hmc.edu
5a3520d5a8 Add crashtests 2008-02-28 20:45:53 -08:00
bzbarsky@mit.edu
d1c1513392 Add the charset right after the type, before all other params, if there is no existing charset in the type. Bug 413974, r=biesi, sr=sicking, a=beltzner 2008-02-28 20:24:32 -08:00
bent.mozilla@gmail.com
05abaea802 Bug 414977 - "insufficient unlink methods in some DOM classes?". Allow the cycle collector to unlink XPCWrappedNatives in one cycle instead of two. r=peterv, sr=jst, a1.9b4+=schrep. 2008-02-28 18:09:10 -08:00
jst@mozilla.org
c6fbe64265 Fixing bug 410946. Prevent plugins from being destroyed while there's code from those plugins on the stack. r+sr=bzbarsky@mit.edu, a=beltzner@mozilla.com 2008-02-28 18:06:00 -08:00
masayuki@d-toybox.com
1c98c2e245 Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner 2008-02-28 07:28:37 -08:00
masayuki@d-toybox.com
076b8bba8e backing out the previous patch, becaused qm-centos5-01 dep unit test is orange 2008-02-28 05:59:25 -08:00
masayuki@d-toybox.com
600836e7ed Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner 2008-02-28 03:01:56 -08:00
roc+@cs.cmu.edu
9a0948b2a6 Bug 317189. Do the second-scroll-to-anchor on onload (i.e. subresources have loaded), not just when the document has finished loading. Also, don't do it at all if the user has scrolled manually between the first anchor scroll and the second. r+sr=dbaron 2008-02-27 02:01:17 -08:00
neil@parkwaycc.co.uk
e8e0a07e9e Fire dynamic overlay load observers in more cases b=419452 r+sr=jst a=beltzner 2008-02-27 01:46:03 -08:00
roc+@cs.cmu.edu
3bf32d7606 Bug 417255. Rework getClientRects/getBoundingClientRect/offset* code to use a generic rectangle iterator API which drills down through anonymous blocks, fixing IE compat. r+sr=dbaron 2008-02-27 01:26:15 -08:00
reed@reedloden.com
42eaa8950f Back out Smaug's patch from bug 395609 due to a Txul regression. 2008-02-26 19:51:00 -08:00
jwalden@mit.edu
ca08279648 Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner 2008-02-26 19:48:54 -08:00
jonas@sicking.cc
28ea51311b Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv 2008-02-26 19:45:29 -08:00
myk@mozilla.org
7aff03fc46 backing out fix for bug 416534 as potential cause of mochitest failure 2008-02-26 19:23:36 -08:00
dbaron@dbaron.org
2ba2a27774 Fix todo expected to be fixed by bug 363248. 2008-02-26 18:55:20 -08:00
reed@reedloden.com
de5f5e8cd0 Back out Neil's patch from bug 419452 due to a Txul regression. 2008-02-26 18:29:02 -08:00
jonas@sicking.cc
42bbc8327e Bug 416534: Clean up cross-site xmlhttprequest security checks. r/sr=peterv 2008-02-26 18:17:49 -08:00
reed@reedloden.com
35efe4819f Bug 417617 - [p=Olli.Pettay@gmail.com (Smaug) r+sr=jst a=blocking1.9+] 2008-02-26 18:03:27 -08:00
dbaron@dbaron.org
d98a9e860e Make 'top' and 'bottom' captions follow the CSS2.1 behavior and put the old behavior into 'top-outside' and 'bottom-outside'. b=363248,386704 r+sr=roc a=blocking1.9+ 2008-02-26 18:02:20 -08:00
reed@reedloden.com
0ac3599db4 Bug 394473 - "caret/cursor in View Source is invisible since 20070628 {not rendered, seen, can't, cannot, shown, displayed}" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r=peterv r+sr=roc a1.9=beltzner] 2008-02-26 17:49:46 -08:00
dtownsend@oxymoronical.com
baecd5d1cc Bug 409025: OBJECTs with type attribute but no data attribute do not fire plugin errors. r=biesi, sr=jst 2008-02-26 16:29:02 -08:00
Olli.Pettay@helsinki.fi
03c8fa1d73 Bug 395609, r=roc, sr=sicking 2008-02-26 15:48:49 -08:00
neil@parkwaycc.co.uk
a974996dc0 Fire dynamic overlay load observers in more cases b=419452 r+sr=jst a=beltzner 2008-02-26 15:47:49 -08:00
Olli.Pettay@helsinki.fi
77e7b4ed3f Bug 402982, fixing bustage 2008-02-26 07:10:01 -08:00
Olli.Pettay@helsinki.fi
c8b371926e Bug 402982, r=jst, sr=sicking 2008-02-26 06:47:51 -08:00
peterv@propagandism.org
220f7309ae Fix bug 406596 (Link/anchor elements are focused within an contentEditable element) for designMode. r/sr=jst. 2008-02-26 06:09:52 -08:00
Olli.Pettay@helsinki.fi
652c1e007c Bug 411054, Audit IsNativeAnonymous()/GetBindingParent() uses, r+sr=sicking 2008-02-26 04:40:18 -08:00
reed@reedloden.com
2224f1eaa4 Bug 419096 - "getPathSegAtLength() causes nsSVGPathSegMovetoAbs to leak" [p=longsonr@gmail.com (Robert Longson) r+sr=roc a1.9=damons] 2008-02-26 01:51:31 -08:00
jruderman@hmc.edu
af0d2d7b0f Add crashtests 2008-02-25 20:44:03 -08:00
karlt+@karlt.net
b3c6d94201 don't use frame origin offsets to store ascents. b=363240, r+sr=roc 2008-02-25 20:19:36 -08:00
reed@reedloden.com
5d4ef49dd4 Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan] 2008-02-25 00:59:20 -08:00
reed@reedloden.com
060f01d4e0 Bug 418216 - "Back button greys when toolbar reset to default" [p=arenevier@fdn.fr (arno.) r=Enn sr=Neil a=blocking-firefox3+] 2008-02-24 22:14:44 -08:00
Olli.Pettay@helsinki.fi
55b7651538 Bug 409380, support 'unconnected' ranges , r+sr+a=sicking 2008-02-24 04:46:09 -08:00
Olli.Pettay@helsinki.fi
69dbbd79be Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking 2008-02-24 02:55:37 -08:00
reed@reedloden.com
b7c74fce16 Bug 419147 - "MOZ_XUL define required for nsContentUtils::HidePopupsInDocument" [p=romaxa@gmail.com (romaxa) r+sr=bzbarsky a1.9=beltzner] 2008-02-23 23:40:39 -08:00
peterv@propagandism.org
7d3b4e6ffe Fix for bug 355068 (XSLTProcessor.transformToFragment seems to use only output method "text"). r/sr=sicking, a=beltzner. 2008-02-23 08:03:29 -08:00
reed@reedloden.com
93af970ff1 Bug 418804 - "Update storage query processor for XUL templates from changes to mozIStorageService::OpenDatabase" [p=laurent@xulfr.org (Laurent Jouanneau) r=sdwilsh sr=roc a1.9=damons] 2008-02-22 03:24:45 -08:00
roc+@cs.cmu.edu
709741beff Bug 157546. 'Delete' key should delete entire cluster. patch by Theppitak Karoonboonyanan, r+sr=roc,a=schrep 2008-02-21 18:24:04 -08:00
jst@mozilla.org
0b3853e23a Fixing bug 418755. Revert our decision to throw WRONG_DOCUMENT_ERR per the DOM spec as the web expects that not to happen. r+sr=jonas@sickin.cc 2008-02-21 18:18:43 -08:00
benjamin@smedbergs.us
1141ded71b Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated 2008-02-21 12:39:20 -08:00
Olli.Pettay@helsinki.fi
35afc3f0f6 Bug 418727, Save as text only includes the email subject, r+sr=peterv, a=beltzner 2008-02-21 10:45:57 -08:00
jwatt@jwatt.org
2c486b9f53 Bug 418206. Some SVG files that appear to hang Mozilla. r=longsonr@gmail.com, sr=roc@ocallahan.org, a1.9=beltzner@mozilla.com 2008-02-21 09:43:25 -08:00
enndeakin@sympatico.ca
841381c960 Bug 405719, regression where menus cannot be generated with templates without extra tags, also improve construction by not setting the open attribute too early and instead call the builder directly before opening a menu, r=smaug,sr=neil,a=beltzner 2008-02-21 09:40:12 -08:00
enndeakin@sympatico.ca
42d41b7859 Bug 414568, bah, checked in a bad version of this patch! 2008-02-21 08:05:43 -08:00
Olli.Pettay@helsinki.fi
22dc5c4af2 bug 380454, r=benjamin, sr=sicking 2008-02-21 04:47:26 -08:00
mozilla@weilbacher.org
7ed1ca89ae Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner 2008-02-21 00:37:27 -08:00
dougt@meer.net
78870c60db xslt doesn't build on Windows Mobile. r=jonas, a=beltzner 2008-02-20 14:44:23 -08:00
enndeakin@sympatico.ca
8bdbd9dbd2 Bug 415772, use XMLHttpRequest to load xml datasources, r=smaug,sr=peterv 2008-02-20 11:02:31 -08:00
reed@reedloden.com
36a557fc04 Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures. 2008-02-20 03:10:16 -08:00
reed@reedloden.com
010e223a52 Rev IID from bug 412920 changes. 2008-02-20 02:54:19 -08:00
reed@reedloden.com
61f93061b0 Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=schrep] 2008-02-20 02:19:31 -08:00
reed@reedloden.com
4fd98b55d8 Bug 417339 - "dynamic changes to xlink:href of svg:feImage don't cause update" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r=longsonr sr=roc a1.9=schrep] 2008-02-20 02:08:19 -08:00
reed@reedloden.com
0ee0ce288d Bug 412920 - "[contenteditable] editable elements cannot be edited anymore after page refresh" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) / peterv@propagandism.org (Peter Van der Beken) r+sr=jst a=blocking1.9+] 2008-02-20 01:54:52 -08:00
masayuki@d-toybox.com
95b63444af Bug 348341 "Reverse conversion" doesn't work by Kotoeri(Japanese input). r=josh+peterv+roc, sr=roc, b1.9=pavlov 2008-02-19 23:40:04 -08:00
jruderman@hmc.edu
81ba47dd8b Add crashtest 2008-02-19 23:23:28 -08:00
masayuki@d-toybox.com
2b676caa55 Bug 417315 Cannot use IME menus during IME transaction #1 r=josh+roc, sr=roc, a1.9=beltzner 2008-02-19 23:16:06 -08:00
roc+@cs.cmu.edu
4e7e2706f6 Bug 418158. nsIDOMSVGComponentTransferFunctionElement should not export the non-scriptable internal-use-only GenerateLookupTable function. r=rlongson,sr=pavlov,a=beltzner 2008-02-19 18:11:53 -08:00
roc+@cs.cmu.edu
f7f4e9f80f Bug 416204. feFlood should not support an in1 property, this was a bug in the SVG spec that is being fixed. r=rlongson,sr=pavlov,a=beltzner 2008-02-19 18:10:05 -08:00
roc+@cs.cmu.edu
60a9f80a00 Bug 261081. Support official 'pre-wrap' value for CSS 'white-space' since we already support it well as '-moz-pre-wrap'. r+sr=dbaron,a=schrep 2008-02-19 18:07:48 -08:00
bent.mozilla@gmail.com
1db03f85cc Add missing file from the last checkin, bug 392322 2008-02-19 15:27:26 -08:00
bent.mozilla@gmail.com
772531dde1 Bug 392322 - "XMLHttpRequest crashes on local file retrieval [@ nsCrossSiteListenerProxy::OnStartRequest]". r+sr=sicking, a=blocking1.9+. 2008-02-19 15:12:23 -08:00
bent.mozilla@gmail.com
b571b38a20 Bug 417840 - "ASSERTION: Shouldn't be observing anymore" removing 'ref' attribute. r+sr=jst, a=blocking1.9+. 2008-02-19 14:21:45 -08:00
bent.mozilla@gmail.com
e3bf89b6d1 Bug 417383 - Remove useless warning. r+sr=jst, a=blocking1.9+. 2008-02-19 14:17:37 -08:00
Olli.Pettay@helsinki.fi
6bb9e910c0 Bug 390813, r=neil, sr=jst 2008-02-19 14:15:51 -08:00
dbaron@dbaron.org
655d0e3e4a Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep 2008-02-19 10:47:34 -08:00
bzbarsky@mit.edu
b688617577 Don't parse "style" attributes in data documents unless someone asks for .style. Bug 418214, r+sr=peterv, a=schrep 2008-02-19 09:52:00 -08:00
dbaron@dbaron.org
33c8af3660 Back out for now, until I have a chance to fix reftests depending on old behavior. 2008-02-19 09:28:00 -08:00
dbaron@dbaron.org
f68cc8299a Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep 2008-02-19 08:48:09 -08:00
Olli.Pettay@helsinki.fi
d7832061bb Back out Bug 380454 2008-02-19 05:47:15 -08:00
Olli.Pettay@helsinki.fi
5da47ef80d Bug 417384, r+sr=peterv, a=mtschrep 2008-02-19 05:17:29 -08:00
Olli.Pettay@helsinki.fi
dc1dd6ad65 Bug 380454, r=benjamin, sr=sicking 2008-02-19 05:06:22 -08:00
dbaron@dbaron.org
e3536c41e1 Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418 2008-02-18 22:17:07 -08:00
Olli.Pettay@helsinki.fi
bfcb8dc947 Bug 417699, [@ nsXULTreeBuilder::SetTree], r+sr=sicking, a=mconnor 2008-02-18 14:52:19 -08:00
roc+@cs.cmu.edu
5038f77cb2 Remove unused nsISVGFilter 2008-02-18 12:51:34 -08:00
jag@tty.nl
05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
roc+@cs.cmu.edu
4e81670492 Bug 414784. Relanding SVG filter rework with additional fix. Lets us compute SVG work surface sizes smaller than the filter effects region, and fixes many filter correctness bugs. r=rlongson,sr=pavlov 2008-02-17 23:29:00 -08:00
roc+@cs.cmu.edu
c4dce19df3 Backing out 414784 2008-02-17 18:11:00 -08:00
roc+@cs.cmu.edu
dba76a8dfe Backing out 414784 due to crashtest failure. 2008-02-17 18:04:26 -08:00