bzbarsky@mit.edu
|
0891cf1c86
|
When showing a document viewer, don't start layout on the documnt unless it's already had layout started once. Otherwise, just wait for the sink, or whoever is responsible for it, to start layout once they're ready. Bug 404470, r+sr=jst
|
2008-01-20 10:02:02 -08:00 |
peterv@propagandism.org
|
d5f636e5cc
|
Fix for bug 390278 (Shift+tab no longer navigates out of MIDAS area). r/sr=jst.
|
2008-01-20 08:53:08 -08:00 |
dcamp@mozilla.com
|
3494bf7df2
|
Bug 402272: Replace <link rel="offline-resource"> with manifests, and navigator.offlineResources/pendingOfflineLoads with window.applicationCache. p=dcamp/Honza Bombas, r=biesi, r+sr=jst, blocking1.9=jst
|
2008-01-16 13:54:33 -08:00 |
benjamin@smedbergs.us
|
a31eb73709
|
Bug 411327 - nsIXPCNativeCallContext should not inherit from nsISupports, r=mrbkap, a=schrep
|
2008-01-15 07:50:57 -08:00 |
reed@reedloden.com
|
89377a4dd7
|
Disable part of a test from bug 408231 that seems to fail on Linux, at least.
|
2008-01-14 02:13:22 -08:00 |
reed@reedloden.com
|
d7f9dab463
|
Bug 408231 - "queryCommandEnabled( "formatblock" ) throws NS_ERROR_NOT_IMPLEMENTED" [p=chris@pearce.org.nz (Chris Pearce [cpearce]) r+sr=peterv a=blocking1.9+]
|
2008-01-14 01:26:22 -08:00 |
martijn.martijn@gmail.com
|
22d3158308
|
Mochitest for bug 332246, r=roc
|
2008-01-09 11:04:26 -08:00 |
roc+@cs.cmu.edu
|
03669b637b
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-09 01:38:28 -08:00 |
reed@reedloden.com
|
d38f88aaf6
|
Bug 330676 - "leak network mime input stream (nsIMIMEInputStream) object" [p=bernard.alleysson@gmail.com (Bernard Alleysson) r=dbaron a1.9=schrep]
|
2008-01-08 23:05:34 -08:00 |
roc+@cs.cmu.edu
|
79d7272cef
|
backing out bug 355548 due to test failures
|
2008-01-08 15:11:27 -08:00 |
roc+@cs.cmu.edu
|
2c6f996889
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-08 14:36:46 -08:00 |
peterv@propagandism.org
|
c56e24c59b
|
Add crashtest for bug 407053.
|
2008-01-08 12:06:24 -08:00 |
peterv@propagandism.org
|
f1b88b556d
|
Fix for bug 407053 ("Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread" with document.execCommand('copy', ...)). r/sr=jst, a=sicking.
|
2008-01-08 10:41:08 -08:00 |
martijn.martijn@gmail.com
|
4981ec10ce
|
Mochitest for bug 332246 backed out for now, because of failure on the mac
|
2008-01-07 06:23:35 -08:00 |
martijn.martijn@gmail.com
|
11f45c9bbf
|
Mochitest for bug 332246, r=roc
|
2008-01-07 05:37:24 -08:00 |
martijn.martijn@gmail.com
|
e178dd341a
|
Bug 332246 - scrollIntoView(false) doesn't work correctly for inline elements that wrap at multiple lines, r+sr+a=roc
|
2008-01-07 05:36:28 -08:00 |
bzbarsky@mit.edu
|
f2247e1dfb
|
Handle session history navigation across a document.open with nothing written. Bug 376064, r=biesi, sr=jst, a=schrep
|
2008-01-04 22:48:12 -08:00 |
mrbkap@gmail.com
|
5a2eee7281
|
Add a way to find all of the XOWs for an object and use it to deal with hard cases where we have to clear the scope of XOWs in order to reflect changes to the underlying object. Also deal with objects moving between scopes by ensuring that we're always able to find their XOWs. bug 399587, r+sr=jst r=brendan for some last-minute changes added in this version.
|
2008-01-04 20:45:16 -08:00 |
jruderman@hmc.edu
|
cb1d9da831
|
Backing out mrbkap's fix for bug 399587, in the hope of fixing bug 410323 and perhaps bug 410291.
|
2008-01-03 20:12:48 -08:00 |
bzbarsky@mit.edu
|
4951c689d2
|
Backing out bug 409885, since this part of Necko happens not to exist.
|
2007-12-30 19:43:42 -08:00 |
bzbarsky@mit.edu
|
4db2dbd347
|
Fix bug 409885: don't do string-manipulation to set the domain on a URI. r+sr+a=jst
|
2007-12-30 15:35:42 -08:00 |
mrbkap@gmail.com
|
dc907e2a1a
|
Add a way to find all of the XOWs for an object and use it to deal with hard cases where we have to clear the scope of XOWs in order to reflect changes to the underlying object. Also deal with objects moving between scopes by ensuring that we're always able to find their XOWs. bug 399587, r+sr=jst
|
2007-12-29 20:34:49 -08:00 |
mrbkap@gmail.com
|
65469fa21f
|
Don't lose exceptions when weird objects are passed to us. bug 407019, r+sr=sicking a=beltzner
|
2007-12-26 14:20:31 -08:00 |
jruderman@hmc.edu
|
01fbf019d3
|
Add crashtests.
|
2007-12-23 17:06:42 -08:00 |
jst@mozilla.org
|
7a800e1698
|
Fixing bug 408792. Remove some expensive QI calls from frequently called code. r=jonas@sicking.cc, sr=bzbarsky@mit.edu
|
2007-12-21 05:44:58 -08:00 |
bzbarsky@mit.edu
|
4b22d9a491
|
Changing the alt or value attribute of an image input should change the text shown when the image is broken. Bug 408782, r+sr=dbaron, a=schrep
|
2007-12-19 09:46:54 -08:00 |
jruderman@hmc.edu
|
d6a75bb6c2
|
Add a crashtest
|
2007-12-16 17:01:29 -08:00 |
jruderman@hmc.edu
|
9be31eabbb
|
Free crashtests with $5 S&H while supplies last!
|
2007-12-16 16:57:31 -08:00 |
jruderman@hmc.edu
|
12a91df3c6
|
Add a crashtest
|
2007-12-16 14:05:46 -08:00 |
Olli.Pettay@helsinki.fi
|
e52650feb7
|
Bug 403830, arena for content, r=sicking, sr=jst
|
2007-12-15 01:45:33 -08:00 |
bzbarsky@mit.edu
|
48756d5414
|
Make document classes use QI tables as possible. Bug 408403, r+sr+a=jst
|
2007-12-14 21:43:10 -08:00 |
jruderman@hmc.edu
|
fe108c0514
|
Fix test bustage.
|
2007-12-14 21:36:36 -08:00 |
jruderman@hmc.edu
|
d8af36a81e
|
Add a crashtest.
|
2007-12-14 21:25:04 -08:00 |
dcamp@mozilla.com
|
ea98d6a1dc
|
Bug 405741: rename fileList to files on the file input element. r/sr=sicking
|
2007-12-12 10:32:55 -08:00 |
Olli.Pettay@helsinki.fi
|
396a27b778
|
Bug 403168, r=jonas, sr=jst, a=blocking1.9
|
2007-12-12 00:33:32 -08:00 |
jonas@sicking.cc
|
76c1d8fa4a
|
Bug 366200: Fix problems with mRootContent being out of sync with mChildren by removing mRootContent. r/sr=bz
|
2007-12-11 18:26:09 -08:00 |
jst@mozilla.org
|
7d7c6ea11a
|
Fixing bug 407812. Don't waste time calling QI in nsNodeSH::PreCreate() and nsElementSH::PostCreate(). r+sr=jonas@sicking.cc
|
2007-12-10 17:19:18 -08:00 |
jonas@sicking.cc
|
c5907d420b
|
Bug 406852: Fix docshell leak by properly killing the frameloaders in object-loading-content when the document is destroyed. r/sr=peterv
|
2007-12-04 23:11:00 -08:00 |
peterv@propagandism.org
|
7142a675cc
|
Trying to fix orange.
|
2007-12-04 21:35:10 -08:00 |
peterv@propagandism.org
|
858363b573
|
Fix for bug 390278 (Shift+tab no longer navigates out of MIDAS area). r/sr=jst.
|
2007-12-04 21:03:56 -08:00 |
bzbarsky@mit.edu
|
f18d01525b
|
Fix comment too. Bug 395107
|
2007-12-04 09:14:20 -08:00 |
bzbarsky@mit.edu
|
427f04948e
|
Fix build bustage. Bug 395107
|
2007-12-04 09:09:31 -08:00 |
bzbarsky@mit.edu
|
af7f7c2429
|
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 |
jonas@sicking.cc
|
97fe113855
|
Bug 397828: Make window.document and document.open no longer be allAccess
|
2007-12-02 22:35:47 -08:00 |
bzbarsky@mit.edu
|
54c21bf764
|
Fix bug 390565. r+sr=mrbkap
|
2007-12-02 18:29:48 -08:00 |
jonas@sicking.cc
|
b84e10eb00
|
backing out due to test failures
|
2007-12-01 10:56:00 -08:00 |
jonas@sicking.cc
|
f3da28634c
|
Bug 397828: Make window.document and document.open no longer be allAccess
|
2007-12-01 10:24:24 -08:00 |
jonas@sicking.cc
|
9d0e941750
|
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 |
jonas@sicking.cc
|
c47cf3d055
|
Backing out due to mochitest failure
|
2007-11-29 01:34:51 -08:00 |
jonas@sicking.cc
|
40cb8ddee0
|
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 |