Commit Graph

20511 Commits

Author SHA1 Message Date
Boris Zbarsky
305701b517 Fixing build bustage 2008-10-10 13:52:22 -04:00
Boris Zbarsky
d0177423c2 Bug 458637. Make sure to properly flag the XSLT result document as not being ready for layout until we StartLayout. r+sr=sicking 2008-10-10 13:44:43 -04:00
Boris Zbarsky
2893cd87cd Bug 440595. Report the right line number in the onerror handler even if not reporting the whole error. r=jonas, sr=jst 2008-10-10 13:44:43 -04:00
Boris Zbarsky
907891133c But 427779. Make the XML parser not bail out on invalid URI in <xhtml:base>. r+sr=sicking 2008-10-10 13:44:43 -04:00
Neil Deakin
ba78ad380e Bug 450990. Kill off EnsureContentsGenerated. r=peterv, sr=bzbarsky, sicking helped write the patch 2008-10-10 13:44:43 -04:00
Serge Gautherie
4e5d2efa5e (2nd) Fix build bustage after workaround for
Bug 413909 - nsCertOverrideService IDN handling is broken; tests; r=kaie
2008-10-10 19:16:52 +02:00
Serge Gautherie
f925edc00e Fix build bustage after workaround for
Bug 413909 - nsCertOverrideService IDN handling is broken; tests; r=kaie
2008-10-10 19:08:02 +02:00
Serge Gautherie
663d198c3a Disable the test for
Bug 413909 - nsCertOverrideService IDN handling is broken; tests; r=kaie
which seems to leak the world.
2008-10-10 18:50:50 +02:00
Boris Zbarsky
c7e2dfdbea Fixing docs a bit 2008-10-10 12:45:19 -04:00
Boris Zbarsky
33415ac1fb Adding some documentation 2008-10-10 12:43:30 -04:00
Jason Orendorff
232767cb27 Bug 459294 - TM: move soft float builtins next to SoftFloatFilter. r=andreas. 2008-10-10 11:31:23 -05:00
Bjarne
32ebd22262 Bug 327765 - Mozilla's cache does not invalidate on non-GET requests; r=cbiesinger 2008-10-10 18:14:51 +02:00
arno
ea69499568 Bug 442801 - No caret or wrongly positioned caret within contenteditable=inherit element; r+sr=peterv 2008-10-10 18:09:37 +02:00
Honza Bambas
de852e3860 Bug 435558 - Certificate error page not displayed while using proxy on 'localhost'; r=cbiesinger sr=bzbarsky 2008-10-10 18:02:30 +02:00
Mike Hommey
d4ff8b856e Bug 440506 - Add a globally shared location for plugins; r=joshmoz sr=jst 2008-10-10 17:54:33 +02:00
Arpad Borsos
8b11d938d2 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Zack Weinberg
2f3912b498 Bug 458463 - Rename nsStyleFont::mFlags to ::mGenericID and stop treating it like a bitfield; r+sr=dbaron 2008-10-10 16:56:18 +02:00
Zack Weinberg
d55493eb24 Bug 459158 - XPT files contain wasted space when written on a machine with 64-bit pointers; r=benjamin 2008-10-10 16:53:05 +02:00
Honza Bambas
d11f5d8cd5 Bug 413909 - nsCertOverrideService IDN handling is broken; tests; r=kaie
--HG--
rename : security/manager/ssl/tests/test_datasignatureverifier.js => security/manager/ssl/tests/unit/test_datasignatureverifier.js
rename : security/manager/ssl/tests/test_hash_algorithms.js => security/manager/ssl/tests/unit/test_hash_algorithms.js
rename : security/manager/ssl/tests/test_hmac.js => security/manager/ssl/tests/unit/test_hmac.js
2008-10-10 16:41:38 +02:00
Marco Zehe
51e5d1733f Backing out changeset c0424e568b5e from bug 457369 because it breaks the market-leading screen reader 2008-10-10 16:29:02 +02:00
Marco Zehe
daecee6718 Backing out changeset c0424e568b5e from bug 457369 because it breaks the market-leading screen reader 2008-10-10 16:27:44 +02:00
Igor Bukanov
35f70f6096 bug 458679 - r=crowder 2008-10-10 15:16:27 +02:00
Robert Longson
13864ddc3f Bug 309220 - SVG markers should be live to id changes in document. r+sr=roc 2008-10-10 14:14:05 +01:00
Alexander Surkov
7b9564dfb1 Comment Bug 457369 - ISimpleDOMNode navigation methods creates nsAccessNodeWrap everytime, r=aaronlev, marcoz
--HG--
rename : accessible/tests/mochitest/test_bug434464.html => accessible/tests/mochitest/test_nsIAccessNode_invalidation.html
2008-10-10 20:32:31 +08:00
Alexander Surkov
9c8f2197a8 Bug 453591 - reorganize nsAccessible::GetName to handle ARIA for non XUL/HTML elements, r=marcoz, aaronlev 2008-10-10 20:26:55 +08:00
Marco Perez
c5b241521b Bug 458583 - $target_os case fails for FreeBSD in configure.in (topsrcdir); m-c part; r=ted.mielczarek 2008-10-10 14:13:51 +02:00
Bob Clary
442ed2107e bug 399387 - JavaScript Tests - update public failures 2008-10-10 05:08:59 -07:00
Bob Clary
cc8e95b294 bug 458780 - JavaScript Tests - add cvs support to bisect.sh 2008-10-10 05:06:40 -07:00
Bob Clary
b3277b0a11 bug 459037 - JavaScript Tests - do not exclude timeouts and crashes from post processing 2008-10-10 04:58:59 -07:00
Bob Clary
792a79a7fa bug 459233 - JavaScript Tests - update js1_8_1/trace/trace-test.js 2008-10-10 04:56:08 -07:00
Dão Gottwald
d5148beada Bug 450554 - focus restoring for panels uses a wonky timeout during popuphiding, should wait for popuphidden instead. r=neil 2008-10-10 13:47:17 +02:00
Dão Gottwald
a973462805 Bug 164608 - Menu bars in background windows should be grayed out (disabled appearance). r=neil 2008-10-10 13:11:22 +02:00
Neil Rashbrook
87def3185e Bug 365467 Focus contollers initial window and element can get out of sync r+sr=jst
Reordering tests to see if that can make the change stick

--HG--
rename : browser/base/content/test/browser_autodiscovery.js => browser/base/content/test/browser_discovery.js
rename : browser/base/content/test/autodiscovery.html => browser/base/content/test/discovery.html
2008-10-10 10:36:41 +01:00
Vladimir Vukicevic
561f77375f backing out bug 436932, to fix mochitest failure 2008-10-10 00:07:54 -07:00
Daniel Brooks
dd8dd7dd69 bug 451025: <preferences> element should work outside of a <prefwindow> — fix test failures 2008-10-10 00:23:55 -05:00
Ben Turner
b6f9d55dea Merge 2008-10-09 22:14:16 -07:00
Ben Turner
ab6dd2646b Backed out changeset 92e24ee719b8 2008-10-09 22:13:30 -07:00
Shawn Wilsher
88ea2a123a comment change to kick off new builds
rs=me
2008-10-09 20:29:14 -04:00
Taras Glek
000fd0a466 Bug 455595: deCOMtaminate nsINameSpaceManager r+sr=jst 2008-10-09 16:32:00 -07:00
Taras Glek
aeff3cbe81 Bug 455742: outparamdel nsIForm r+sr=jst 2008-10-09 16:31:40 -07:00
Taras Glek
c51f841035 Bug 455806: outparamdel nsIPrivateTextEvent r+sr=jst 2008-10-09 16:31:19 -07:00
Taras Glek
a282d4a876 Bug 455943: outparamdel nsIPrivateTextRangeList r+sr=jst 2008-10-09 16:30:48 -07:00
Taras Glek
2c733370d0 Bug 456099: outparamdel nsIPrivateDOMEvent r+sr=jst 2008-10-09 16:23:07 -07:00
Neil Rashbrook
b4f697d73c Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn (forgot copied file) 2008-10-10 00:25:37 +01:00
Andreas Gal
6c4c7256a5 Merge. 2008-10-09 16:17:53 -07:00
Andreas Gal
9a086f63ae Don't carry around oldpc in AbortRecording path (459321, r=danderson). 2008-10-09 16:17:13 -07:00
Daniel Brooks
e2d8bf93f7 merge bug 451025 — <preferences> element should work outside of a <prefwindow> 2008-10-09 18:15:57 -05:00
Daniel Brooks
e7b73c0816 bug 451187 — <preferences> element should work outside of a <prefwindow> 2008-10-09 18:14:17 -05:00
Neil Rashbrook
4c8fb2c5af Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn
--HG--
rename : toolkit/mozapps/preferences/preferences.xml => toolkit/content/widgets/filefield.xml
2008-10-10 00:04:06 +01:00
Neil Rashbrook
156ff04651 Bug 69710 Disabled menu items need more three-dimensional appearance r=dao 2008-10-10 00:00:46 +01:00