Commit Graph

20294 Commits

Author SHA1 Message Date
Mats Palmgren
104954097b Bug 455063. Make sure we don't lose track of our initial containing block. r+sr=roc 2008-10-08 09:07:04 -04:00
Boris Zbarsky
0aca64705d Bug 456980. Make it possible to swap chrome docshells as well, if there is no session history involved. Can be used for sidebars and such. r+sr=jst 2008-10-08 09:04:32 -04:00
Axel Hecht
14ddd66c9e bug 457082, configure --disable-compile-environment busted on windows, atl etc, r=ted 2008-10-08 14:35:59 +02:00
Boris Zbarsky
0ffb67d7b2 Bug 433616. Fix the XML parser's bailing out on CSS loads blocked by the security manager, fix a base URI bug in <svg:use>, add some more tests. r=jst, sr=roc 2008-09-28 15:18:04 -04:00
Boris Zbarsky
af70b1c6a4 Bug 433616 tests. r+sr=roc 2008-09-28 15:16:34 -04:00
Boris Zbarsky
806f011a3c Bug 433616 part 3. Integration of externa resource documents into nsReferencedElement, plus some SVG fixups needed to handle nsReferencedElement returning an element from a different document, r+sr=roc 2008-09-28 15:16:15 -04:00
Asaf Romano
cc1ad937d3 Bug 458070: listen for the right drop event to avoid multiple drop actions being performed when dragging tabs (tab dnd causes page reload, URL dropping causes loads in multiple tabs), r=mconnor 2008-10-06 10:58:42 -04:00
Robert Longson
9d8756942d Bug 458068 - SVG fill="none" is broken, behaves like fill="black" (reftest) 2008-10-06 15:45:01 +02:00
Robert Longson
1afc10db2a Bug 458068 - SVG fill="none" is broken, behaves like fill="black". r+sr=roc 2008-10-06 15:44:40 +02:00
Gavin Sharp
31508f4ffc Bug 454324: Handle error from SelectNode to fix crash when selection-less items are dragged (including, recently, tabs). r+sr=bzbarsky 2008-10-05 20:30:09 -07:00
L. David Baron
a4406302b1 Merge backout of changeset a8cfcc9b6d5c: relanding Bug 455990 - Close button on last open tab should be hidden. r=gavin 2008-10-05 20:27:18 -07:00
Dão Gottwald
1f91d6cb14 Backed out changeset a8cfcc9b6d5c: relanding Bug 455990 - Close button on last open tab should be hidden. r=gavin 2008-10-05 20:09:07 -07:00
L. David Baron
e56b3fe07b Merge backout of changeset 6357eb31cec6 (bug 455311) for causing performance regression bug 458065. 2008-10-05 19:56:17 -07:00
L. David Baron
00cbbadc3e Backed out changeset 6357eb31cec6 (bug 455311) for causing performance regression bug 458065. 2008-10-05 19:55:41 -07:00
L. David Baron
e6467e8066 Merge backout of changeset 4e7a2d27d636: relanding part of bug 433616 to test the theory that it was the cause of the regression, and something else caused an equal regression when we backed it out. 2008-10-04 13:00:50 -07:00
Boris Zbarsky
f819f89b7d Backed out changeset 4e7a2d27d636: relanding Bug 433616 part 2. Implement loading of external resource documents. r=jst, sr=roc 2008-10-04 13:00:09 -07:00
Blake Kaplan
f70f9cc467 Bug 458145 - Don't allow random tags to close the body unexpectedly. r+sr=jst 2008-10-03 17:36:29 -07:00
Blake Kaplan
2b27404470 Bug 458440 - Don't create a speculative parser for an empty string. Also, avoid doing work that the scanner will happily do for us. r+sr=jst 2008-10-03 14:11:12 -07:00
Dão Gottwald
20df30db0e Bug 458173 - Focus completely busted with Ctrl+Tab. r=gavin 2008-10-02 17:06:36 +02:00
Boris Zbarsky
f2d37b9e0a Backing out changeset ec3a3468d1b9 to see whether it's responsible for the Txul regression 2008-10-02 10:03:21 -04:00
Boris Zbarsky
5964ca6e14 Backed out changeset d07aa0d0712a: Relanding: Bug 373701. Make sure to properly cancel multipart image loads when they need canceling. r=joedrew, sr=biesi 2008-10-02 09:53:35 -04:00
Daniel Holbert
72c410a648 Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe 2008-10-01 23:49:45 -07:00
Oleg Romashin
db713fa66c Bug 455913 - Missing uuid change. nsIHelperAppLauncher should provide info about content length. r+sr=biesi. 2008-10-02 08:31:14 -05:00
L. David Baron
b601c974d3 Merge relanding of bug 114649. 2008-10-01 20:12:08 -07:00
L. David Baron
4c2a55f0ee Backed out changeset 6f3797124c84: Relanding: Fire resize events every 200ms during resizing, not just 200ms after resizing stops. (Bug 114649) r+sr=roc 2008-10-01 20:11:44 -07:00
Blake Kaplan
edc2d9445e Bug 364315 - Fix threadsafety assertions and crashes by only releasing documents on the main thread and not starting two speculative parsers for the same nsParser. r+sr=jst 2008-10-01 17:09:21 -07:00
Boris Zbarsky
a1df483e98 Backing out changeset afcc5aa0fb07 to see effect on the Windows Txul 2008-10-01 20:06:48 -04:00
Ben Hearsum
7d48b2991d whitespace change to test hgpoller - one last time 2008-10-01 17:31:17 -04:00
Ben Hearsum
075fcde26c whitespace change to test hgpoller 2008-10-01 17:26:37 -04:00
Ben Hearsum
fa62357132 whitespace change to test hgpoller 2008-10-01 17:18:27 -04:00
Philippe M. Chiasson
9bd9033a22 Rename tags, since we decided to make an Alpha 3, not a Beta 1 yet. 2008-10-01 16:30:15 -04:00
Vladimir Vukicevic
2e98b20f18 Mark reftest for bug 456147 as failing on Mac; problem isn't caused by this bug but by an unknown earlier regression 2008-10-01 12:11:36 -07:00
L. David Baron
7c8c7d48e3 Back out bug 114169 (changeset 8110e3bae4bf) and change the test (changeset 8f53fcb8bde5) to todos, to see if it was repsonsible for the regression in bug 458065. 2008-10-01 10:36:54 -07:00
Dave Townsend
69e4ab53f2 Merging back out of bug 457194 due to failing mochitest 2008-10-01 16:41:08 +01:00
Dave Townsend
f8db39fe9b Backed out changeset a9838a973cdd from bug 457194 due to failing mochitest 2008-10-01 16:40:34 +01:00
Reed Loden
b70bf1e3d4 Branch merge for bug 408838 backout. 2008-10-01 03:23:03 -05:00
Reed Loden
a4f6f0e831 Back out Robert Sayre's patch from bug 408838 due to test failures (changeset 2fe3cb0c9f7c). 2008-10-01 03:22:30 -05:00
Markus Stange
dcbb1972a4 Fixing reftest added by bug 456147 2008-10-01 10:11:02 +02:00
Justin Dolske
c7a8de4b6c Bug 448909 - Need more controls WHATWG Video tag. r=mconnor, r=bz 2008-10-01 01:00:22 -07:00
Reed Loden
eb4c72542a Try again to really back out everything from bug 431819 in order to fix bug 454406. 2008-10-01 01:58:56 -05:00
Blake Kaplan
fb7c695968 Bug 364315 - Implement speculative parsing. r+sr=jst 2008-09-30 23:48:47 -07:00
Reed Loden
c49f1280fa Re-add two files added by bug 431819 that didn't need to be backed out for fixing bug 454406. 2008-10-01 01:36:49 -05:00
Reed Loden
4afd91a53f Add missing </ul> to address review comment for bug 450358. 2008-10-01 01:28:17 -05:00
Chris Double
76c66a1f3e Bug 450358 - "Xiph and CSIRO licenses should appear in about:license for media/* code" [r=gerv] 2008-10-01 01:25:12 -05:00
Jonas Sicking
20448df0ab Fix shutdown leak in Access-Control implementation. 2008-09-30 23:17:15 -07:00
Robert Sayre
c59514f66e Bug 408838 - DOM binding for native JSON. r+sr=shaver 2008-10-01 02:13:58 -04:00
Rob Arnold
829992d5da Add Aero Glass to Ctrl-Tab - Bug 451300 r=mconnor 2008-10-01 02:05:44 -04:00
Rob Arnold
5b7b6dcc67 Fix Aero-Glass on panels (round 2) for bug 451300 r=vlad 2008-10-01 02:05:27 -04:00
Vladimir Vukicevic
899bc9385b Fix crash with transparent windows caused by bug 418454 r=robarnold 2008-10-01 02:03:32 -04:00
Reed Loden
2e4f64de6e Merge backout changeset for bug 454406 2008-10-01 01:03:35 -05:00