Olli Pettay
|
88da1e6840
|
Bug 492037 - EndUpdateBatch not being called for tree builders in some cases, r=neil,kairo,mossop
--HG--
extra : rebase_source : 165c6eac689cbffc2007519d5202711017f49edd
|
2009-05-22 12:04:02 +03:00 |
|
Zack Weinberg
|
6a08d287a7
|
Bug 494225: correct check for property-not-set in nsHTMLDocument::Get*LinkColor, r+sr=bzbarsky
|
2009-05-21 15:42:17 -04:00 |
|
Olli Pettay
|
f8ac6b134b
|
backout Bug 492037
|
2009-05-21 22:35:49 +03:00 |
|
Chris Pearce
|
4a9eea3922
|
Bug 493958. When decoding ahead to the desired seek position, save up the audio data as we go, because some of it might be needed for the destination frame and later frames. Also, if we reach the end of the frames without finding our destination position, keep the last frame and display it. r=doublec,roc
|
2009-05-21 17:55:12 +12:00 |
|
Jonas Sicking
|
f3ab6311bc
|
Add prefs to disable CORS, as well as fix compliance issue in Access-Control-Request-Headers header. r/sr/a=jst
|
2009-05-20 16:07:18 -07:00 |
|
Chris Double
|
e3232bfecd
|
Fix another FrameData leak (Bug 463358). Fixes intermittent orange.
|
2009-05-21 03:17:21 +12:00 |
|
enndeakin@gmail.com
|
3dcf82f2cc
|
Bug 492037 - EndUpdateBatch not being called for tree builders in some cases, r+sr=smaug
--HG--
extra : rebase_source : 1fe10dd0ee2b7af313f80bdeb8241cd0d7757141
|
2009-05-20 13:57:01 +03:00 |
|
Robert O'Callahan
|
dfae15cade
|
Fix FrameData leak (bug 463358)
|
2009-05-20 21:11:48 +12:00 |
|
Olli Pettay
|
1d0c8384b8
|
Bug 491063 - Mixed mode warning dialog (and other dialog windows) is sometimes not rendered, r+sr=bz
|
2009-05-20 11:00:04 +03:00 |
|
Robert O'Callahan
|
cda3109ffc
|
Bug 493109. Shut down step-decode thread from the main decoder thread, instead of synchronously on the main thread at bad times. r=doublec
--HG--
extra : rebase_source : 4af72350a51255e7e8748c726a17f9e88e1a540b
|
2009-05-19 11:08:08 +12:00 |
|
Chris Pearce
|
b515f90d78
|
Bug 463358. Seek to any desired frame without visual artifacts by seeking to the previous keyframe and then decoding forward to the desired frame. r=doublec,roc
--HG--
extra : rebase_source : 602a8f9feb74a1ef88e86424028d8da7bcf57b58
|
2009-05-20 15:50:44 +12:00 |
|
Boris Zbarsky
|
bc7e96f36d
|
Fixing bug 488649 build bustage
|
2009-05-19 22:40:07 -04:00 |
|
Boris Zbarsky
|
0460675e76
|
Bug 489671. Make sure the error reporter doesn't suppress our error reports. r=mrbkap, sr=jst
|
2009-05-19 22:11:01 -04:00 |
|
Zack Weinberg
|
d1ad418dbf
|
Bug 488649: Unify document.body.{bgColor,text,link,vLink,aLink} with the <body> attributes of the same names. Do not default to prescontext/CSS for these. Remove the unsafe function NS_RGBToHex().
|
2009-05-19 22:11:01 -04:00 |
|
Jim Mathies
|
586ad3cbd2
|
Bug 485101 - Implement panning feedback for touch enabled displays with win7. r+sr=smaug r=blassey.
|
2009-05-19 21:05:59 -05:00 |
|
Jonas Sicking
|
d378472c28
|
Bug 481566: Add prefs to control making the content sink more responsive. r/sr=mrbkap
|
2009-05-19 08:54:42 -07:00 |
|
Robert O'Callahan
|
efef7a6bc2
|
Backing out bug 493109 on suspicion of causing crashes in linux tests
|
2009-05-20 00:24:37 +12:00 |
|
Robert O'Callahan
|
6256de7f9c
|
Backed out changeset 4b86cbae2846
|
2009-05-20 00:23:51 +12:00 |
|
Robert O'Callahan
|
f843370660
|
Bug 486922. Clamp out-of-bounds seek requests. r=doublec
--HG--
extra : rebase_source : deeabc531d4fa6ada6e35740aed44bcc3844f233
|
2009-05-19 21:55:04 +12:00 |
|
Robert O'Callahan
|
b4d2d7054a
|
Fix test_media_selection.html to handle IDLE network states, since the cache size limit can suspend its loads
--HG--
extra : rebase_source : a90486545fbb993c48dba3ee0025418b7bdc915f
|
2009-05-19 21:53:38 +12:00 |
|
Robert O'Callahan
|
d848e30d78
|
Bug 493109. Shut down step-decode thread from the main decoder thread, instead of synchronously on the main thread at bad times. r=doublec
--HG--
extra : rebase_source : 3a1a053308fc209181f7f23b234ba2f396de2a6e
|
2009-05-19 11:08:08 +12:00 |
|
Robert O'Callahan
|
5b5d6baa5f
|
Bug 480058. Handle non-square Theora pixel-aspect-ratio property. r=doublec
--HG--
extra : rebase_source : 0a43b053b52a9b1e300f7f516517722c44040992
|
2009-05-19 11:07:19 +12:00 |
|
Chris Double
|
127a265725
|
Bug 493673. If a video frame has an audio track but no audio data at all, assume the audio has ended and stuff silence into the audio stream. We need this so that video will keep playing synced to the audio clock. r=roc
--HG--
extra : rebase_source : a1684fbd769ae48602335d312a33aa87ca17b8aa
|
2009-05-19 17:39:40 +12:00 |
|
Robert O'Callahan
|
3d87360eee
|
Bug 493431. When a frame has no video data, don't try to use the video time. r=doublec
--HG--
extra : rebase_source : 985b41ec426c1cc793634c9f40f6924fbd33ed9b
|
2009-05-19 17:30:36 +12:00 |
|
Chris Pearce
|
a0da0c82f6
|
Bug 487612. Let the start time of all media be 0 even if the internal timestamps start with something nonzero. r=doublec,roc
--HG--
extra : rebase_source : ee419a06388a5230cddd79c78ddb86ed99fb6400
|
2009-05-19 17:25:51 +12:00 |
|
Matthew Gregan
|
f201fe7c68
|
Bug 454971. Support 'new Audio()' constructor. r+sr=roc
--HG--
extra : rebase_source : 1738d65cd16a79d69408055a8d9feb5ab5d97923
|
2009-05-19 17:18:41 +12:00 |
|
Robert O'Callahan
|
bb3c7fc0f9
|
Bug 492420. Delay a little before playing a live stream to try to reduce the likelihood we'll have to buffer. r=doublec
--HG--
extra : rebase_source : 022aa4d89644b3cfef62f95b4349932594de734f
|
2009-05-19 17:14:20 +12:00 |
|
Robert O'Callahan
|
acdb5cc508
|
Bug 480058. Handle non-square Theora pixel-aspect-ratio property. r=doublec
--HG--
extra : rebase_source : 762e10566ae85d0f73d7080ccb090533d50bfe66
|
2009-05-19 11:07:19 +12:00 |
|
Robert O'Callahan
|
0855ba8432
|
Bug 493509. Don't fire 'suspend' when the resource is actually fully loaded. r=doublec
--HG--
extra : rebase_source : a7ae1b2f53c7eb4b8a0e270510028d155d79f319
|
2009-05-19 11:06:10 +12:00 |
|
Robert O'Callahan
|
f1b439157e
|
Bug 487659. Make sure we never pass a playback rate of 0 to the media cache. r=doublec
--HG--
extra : rebase_source : af86613bb5283e777acf1ca01d67eaa734cb8a0f
|
2009-05-19 11:05:13 +12:00 |
|
Robert O'Callahan
|
0785b005eb
|
Bug 493187. Call nsOggDecoder::UpdateReadyStateForData more often so we don't fail to notice state changes, and make it smarter about examining the frame queue. r=doublec
--HG--
extra : rebase_source : 9a45e7cf9dc048956971ecf83b0bcc9bb2e45491
|
2009-05-19 10:47:08 +12:00 |
|
Robert O'Callahan
|
a3f433b1b3
|
Bug 493443. Set readyState to HAVE_CURRENT_DATA whenever the Ogg frame queue is empty or we're buffering/seeking, instead of trying to hardcode it based on other events like PlaybackEnded. r=doublec
--HG--
extra : rebase_source : 0b2f938e5f19cbb21258248da9da09e2a525db81
|
2009-05-19 10:44:17 +12:00 |
|
Benjamin Smedberg
|
bb1c33c4ea
|
Bug 488175 - flatten dist/include and provide mechanism to install certain headers in namespaced subdirectories (e.g. #include "mozilla/XPCOM.h") r=ted
--HG--
rename : xpcom/ds/nsTimeStamp.cpp => xpcom/ds/TimeStamp.cpp
rename : xpcom/ds/nsTimeStamp.h => xpcom/ds/TimeStamp.h
|
2009-05-18 14:15:05 -04:00 |
|
Olli Pettay
|
f9fa7407e7
|
Bug 493251 - Header/navigation links on PG.com take two clicks to load, r+sr=jst
|
2009-05-18 12:17:45 +03:00 |
|
Robert O'Callahan
|
ceaf55f434
|
Fix test_media_selection.html; its video resource needs to be autobuffer so it doesn't stop loading
--HG--
extra : rebase_source : 937602951c6a8c9831f6a73adc913457e913a7d6
|
2009-05-18 20:18:43 +12:00 |
|
Robert O'Callahan
|
2d8939e3ca
|
Fix test_autobuffer2 to handle the case when a suspend happens when all the data is already loaded.
--HG--
extra : rebase_source : 7923d3fde3e4aef1723e424631f65a64d663f2a3
|
2009-05-18 16:37:10 +12:00 |
|
Robert O'Callahan
|
5c3106e300
|
Relax time constraint in test_buf482461 a bit.
--HG--
extra : rebase_source : 01fda6b6e4f50a8207208b22811a335117f9518c
|
2009-05-18 15:20:40 +12:00 |
|
Robert O'Callahan
|
9ae2cf2709
|
Bug 479863. AdFire 'suspend' event and do correct networkState transitions when downloads suspend and resume. Also avoid firing 'stalled' while the download is suspended. r=doublec
--HG--
extra : rebase_source : 0615871c062638d575a66e29b630040821a9f9cf
|
2009-05-18 14:03:37 +12:00 |
|
Robert O'Callahan
|
710d28a4e6
|
Bug 479863. Add ability to close and reopen suspended streams, and recover from server-side disconnect of suspended streams. r=doublec
--HG--
extra : rebase_source : 5ed7825cd919ad3f997f58dafb61c2d4249b60d4
|
2009-05-18 14:02:20 +12:00 |
|
Robert O'Callahan
|
a2a28c523b
|
Bug 479863. Stop buffering media elements by default, implement 'autobuffer' attribute to control buffering. r=doublec
--HG--
extra : rebase_source : 5fa0b63da981fdfcf7b1555174b6d1122bf2ae97
|
2009-05-18 14:00:44 +12:00 |
|
Robert O'Callahan
|
80975dcc56
|
Fix seeking tests to avoid false assumptions
|
2009-05-18 12:25:05 +12:00 |
|
Robert O'Callahan
|
ee1a877ccf
|
Fix test_seek5; it should not depend on reading currentTime for the first seek during the asynchronous 'seeking' event, since the second seek may well have already happened.
|
2009-05-18 12:15:32 +12:00 |
|
Chris Pearce
|
58241ba80b
|
Bug 485471. nsHTMLMediaElement's mChannel should be updated when redirects happen. r=bzbarsky,sr=roc
|
2009-05-18 10:20:37 +12:00 |
|
Chris Pearce
|
ff942d65f4
|
Bug 469408. Make seeking in bufferred ranges fast by trying a 'bounded seek' in each buffered data range before falling back to a seek over the whole resource. r=doublec,sr=roc
|
2009-05-18 10:15:57 +12:00 |
|
Robert O'Callahan
|
9eb2887534
|
Bug 489008. Destroy anonymous content off a script-runner. r=bzbarsky
|
2009-05-18 10:08:08 +12:00 |
|
Robert O'Callahan
|
c2bc1f2907
|
Bug 476973. Don't get confused by repeated seeks in the Ogg decoder. r=doublec
|
2009-05-18 10:03:03 +12:00 |
|
Boris Zbarsky
|
7ffb5c2980
|
Fixing test
--HG--
rename : content/base/test/test_bug490760.xhtml => content/base/crashtests/490760-1.xhtml
|
2009-05-17 13:12:20 -04:00 |
|
Boris Zbarsky
|
87baef0972
|
Add the crashtest for bug 490760
|
2009-05-17 10:22:55 -04:00 |
|
Boris Zbarsky
|
0f6dae2977
|
Bug 489050. Make sure to not notify on our content once we've disconnected from the document. r=bent, sr=sicking
|
2009-05-17 10:22:55 -04:00 |
|
Boris Zbarsky
|
6f4f48e0e7
|
Bug 492196. Make it possible to disable dns prefetch on a per-docshell-tree level; disable it by default in embedding contexts, for api compat. r+sr=jst
|
2009-05-17 10:22:54 -04:00 |
|
Peter Van der Beken
|
98633d5f16
|
Fix for bug 490592 (Possible to GC way too much during shutdown due to XUL and XBL prototypes). r/sr=bz.
|
2009-05-07 11:19:41 -07:00 |
|
Josh Aas
|
2f6891c68f
|
Disable test "test_videoDocumentTitle.html" due to random failures. b=492821
|
2009-05-15 23:20:39 -04:00 |
|
Peter Van der Beken
|
e07ba2eafd
|
Merge backout.
|
2009-05-15 16:39:20 +02:00 |
|
Peter Van der Beken
|
a45851d286
|
Backed out changeset 5e867032abe5 (Fix for bug 490592 (Possible to GC way too much during shutdown due to XUL and XBL prototypes).) to try to fix Tshutdown regression.
|
2009-05-15 14:49:21 +02:00 |
|
Olli Pettay
|
a26f88717b
|
Bug 461861, r=mrbkap, sr=jst
--HG--
extra : rebase_source : a5aea484f992785a3d67bb03d7fe074ce4f7f95a
|
2009-05-14 10:03:15 +03:00 |
|
Robert O'Callahan
|
bb0f8610f9
|
Backed out changeset eb93563530d5
|
2009-05-14 12:38:33 +12:00 |
|
Robert O'Callahan
|
9926956f04
|
Bug 489415. Handle media streams with data from different principals in the media cache. r=bzbarsky,doublec
--HG--
extra : rebase_source : 2551f25e1828939dbb1619c31d3cedc2217a6623
|
2009-05-14 09:52:50 +12:00 |
|
Chris Double
|
f875415388
|
Bug 474540 - Moves oggplay decoder to separate thread for better playback performance in big videos - r=kinetik sr=roc
--HG--
extra : rebase_source : 8f6925b3dc3a50e8bb02f39d76d2b2444b089b6d
|
2009-05-13 11:47:52 +12:00 |
|
Robert O'Callahan
|
9bc46422a9
|
Disable test_autobuffer2.html for now, it fails a lot (bug 493692 filed)
|
2009-05-19 17:44:23 +12:00 |
|
Robert O'Callahan
|
e2ae04f459
|
Make test_autobuffer2.html more informative to try to narrow down the failures
|
2009-05-19 16:10:08 +12:00 |
|
Robert O'Callahan
|
45d2769b54
|
Backing out bug 480058 since it seems to have caused reftest failures on Windows
|
2009-05-19 16:04:16 +12:00 |
|
Robert O'Callahan
|
fb15d8ccac
|
Backed out changeset 49f254a4390e
|
2009-05-19 16:03:49 +12:00 |
|
Chris Double
|
7d1ceb826c
|
Bug 461286. Don't try to get more frames if we've completed decoding. r=roc
--HG--
extra : rebase_source : 11346f044176fdaba753e5a4ce5d74ef91ffc493
|
2009-05-19 12:07:27 +12:00 |
|
Chris Double
|
16b6058725
|
Bug 493494. Stop playback when a seek occurs so that A/V sync doesn't get confused. r=roc
--HG--
extra : rebase_source : 8dd4c7d5e95472cb17f7523db56446966f11f704
|
2009-05-19 11:11:59 +12:00 |
|
Brandon Sterne
|
0409e5a0a5
|
Bug 490760. Don't crash on changes to the child node list. r+sr=jst
|
2009-05-15 15:16:04 +12:00 |
|
Robert O'Callahan
|
54052b20f1
|
Bug 489415. Handle media streams with data from different principals in the media cache. r=bzbarsky,doublec
|
2009-05-14 09:52:50 +12:00 |
|
Chris Double
|
9f038bfa2e
|
Bug 466699 - Fix out of sync video and audio - r+sr=roc
--HG--
extra : rebase_source : ee8eedf72add30627fdbeef7cf22bc70a9415362
|
2009-05-15 13:29:05 +12:00 |
|
Masayuki Nakano
|
feee8b464b
|
Bug 492233 [IMM32] Reimplement IME mouse handling r=VYV03354+roc, sr=roc
|
2009-05-15 09:46:24 +09:00 |
|
Jonas Sicking
|
71d1f7c6ba
|
Merge backout
|
2009-05-12 17:03:04 -07:00 |
|
Jonas Sicking
|
56c68587fc
|
Backed out changeset 888aff8f57d2. Bug 492037
|
2009-05-12 17:00:53 -07:00 |
|
Shawn Wilsher
|
98d5d376f8
|
Bug 490833 - mozIStorageStatement::getParameterIndex should only accept :-named parameters
This change makes the XUL template builder work with the API change.
r=enn
|
2009-05-12 17:08:49 -04:00 |
|
Neil Deakin
|
e8df233874
|
Bug 492037, EndUpdateBatch not properly being called for tree builders in some cases, r+sr=smaug
|
2009-05-12 16:07:28 -04:00 |
|
Neil Deakin
|
279ddd04ac
|
Bug 433014, xml templates not loading from file urls, r+sr=smaug
|
2009-05-12 16:07:25 -04:00 |
|
Jeff Muizelaar
|
ab93609bae
|
Bug 487305 - create video surface element with RGB24 colour format instead of ARGB32. r=joe
|
2009-05-12 15:25:05 -04:00 |
|
Boris Zbarsky
|
096c04f43f
|
Fix the test now that bug 480452 is fixed
|
2009-05-11 23:54:41 -04:00 |
|
Boris Zbarsky
|
090012235c
|
Bug 486741. Remove hack around broken scrollbars, since it's not needed anymore. r+sr=jst
|
2009-05-11 22:04:58 -04:00 |
|
Peter Van der Beken
|
1ec8d2bfcb
|
Fix for bug 490592 (Possible to GC way too much during shutdown due to XUL and XBL prototypes). r/sr=bz.
--HG--
extra : rebase_source : 8a05db1e4aab7dde3b38c7613488314dde05f163
|
2009-05-07 11:19:41 -07:00 |
|
Daniel Holbert
|
8e11869ccb
|
Bug 492081: In SVG Animation (SMIL), update pause start time during setCurrentTime calls. r+sr=roc
|
2009-05-09 08:29:24 -07:00 |
|
Robert O'Callahan
|
388684b649
|
Disable test_plugin_freezing.html for now since it causes focus problems
--HG--
extra : rebase_source : 5d2a0e81b7c39993a666b6dc4841ae1ba0097dac
|
2009-05-09 21:12:11 +12:00 |
|
Ryo Onodera
|
5e72993bff
|
Bug 489485. nsRect::ToNearest/Inner/OuterPixels should be nonstatic. r+sr=roc
--HG--
extra : rebase_source : 13778709270ab926e951a7782fce3632370ef7c7
|
2009-05-08 14:31:04 +12:00 |
|
Matthew Gregan
|
016153f95a
|
Bug 488287. When playback ends, readyState should change to HAVE_CURRENT_DATA. r=doublec,sr=roc
--HG--
extra : rebase_source : ea224af1634304c40d7e4ea0f564e72ccab65caa
|
2009-05-08 14:25:13 +12:00 |
|
Robert O'Callahan
|
0d7d241faf
|
Bug 480819. Explicitly track all elements that need to be frozen when a document enters bfcache. r+sr=jst
--HG--
extra : rebase_source : cf8294ebf52bf91b067dc065ccf92098c529a445
|
2009-05-08 13:32:32 +12:00 |
|
Robert Longson
|
983f8abcf2
|
Bug 484176 - Support allowReorder for switch. r=jwatt,sr=roc
|
2009-05-07 20:37:33 +01:00 |
|
Boris Zbarsky
|
64b2d5e1bf
|
Bug 490957. Eliminate nsWebShell. r+sr=bsmedberg
|
2009-05-07 15:21:53 -04:00 |
|
Olli Pettay
|
e64efde796
|
Bug 484775 - DocumentFragments and Attribute nodes should expose nsIDOMEventTarget to JS, r+sr=peterv
--HG--
extra : rebase_source : 7bce078904782a5a907eebbbff7b74a905cfa8c1
|
2009-05-07 16:59:51 +03:00 |
|
Olli Pettay
|
fc5f3a87aa
|
backout bug484775
|
2009-05-07 10:19:06 +03:00 |
|
Olli Pettay
|
d9072725ae
|
Bug 484775 - DocumentFragments and Attribute nodes should expose nsIDOMEventTarget to JS, r+sr=peterv
--HG--
extra : rebase_source : 9c6f8f9d3cd1283adb7b69b93440f7da01924326
|
2009-05-07 09:31:04 +03:00 |
|
Patrick McManus
|
47f5a5ed6b
|
Fixing bug 488162. Disable prefetches on proxy config and pref, r+sr=bzbarsky@mit.edu
|
2009-05-06 14:26:33 -07:00 |
|
L. David Baron
|
8c38aba811
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
L. David Baron
|
8adbc0edb6
|
Make it so nsDocument::mPendingTitleChangeEvent doesn't keep the document alive after cycle collection expects it to be destroyed. (Bug 488786) r+sr=jst r=bsmedberg
|
2009-05-06 13:46:01 -07:00 |
|
Olli Pettay
|
1f7cf9b660
|
Bug 486502 - Dispatch test events only when running mochitest/chrome/browser-chrome, r+sr=roc
|
2009-05-06 07:30:39 +03:00 |
|
Neil Deakin
|
7b29cec9f3
|
Bug 378893, sigh, disable template tests on all platforms
|
2009-05-05 10:14:37 -04:00 |
|
Boris Zbarsky
|
05780cc568
|
Bug 67752. Implement interruptible reflow. r=roc,dbaron
|
2009-04-21 19:53:52 -04:00 |
|
Matthew Gregan
|
de4d11bea5
|
Bug 489830 - Make MediaListener's mNextListener assertion a non-fatal error to avoid crashing in the face of a listener that breaks nsIRequest's contract. r+sr=roc
--HG--
extra : rebase_source : d88fd679bbb532193782f75a8e0cbdff43e602f2
|
2009-05-05 18:13:26 +12:00 |
|
Neil Deakin
|
603bc733e6
|
Tests are failing on linux, I suspect some form of asynchronous loading issue, but will investigate more later, so disable them for now
|
2009-05-04 13:39:18 -04:00 |
|
Neil Deakin
|
8d0312dc36
|
Bug 378893, actully add the xul template test files
|
2009-05-04 11:27:09 -04:00 |
|
Neil Deakin
|
589c6ddc5b
|
Bug 378893, xul template tests, r=smaug
|
2009-05-04 10:55:44 -04:00 |
|
Jonathan Watt
|
f34d9fa3aa
|
Bug 488314. Kill SetMatrixPropagation, part 1. r=roc
|
2009-04-29 06:31:34 +02:00 |
|
Serge Gautherie
|
3f32fc862d
|
Bug 397227 - Reduce the effort needed to write C++ tests; (Cv1) Remove leftover LOCAL_INCLUDES; r=ted.mielczarek
|
2009-04-29 00:48:29 +02:00 |
|
Olli Pettay
|
bdb6b5dd69
|
backout Bug 486990
|
2009-04-28 06:42:59 -07:00 |
|
Craig Topper
|
0a6f7ad6c7
|
Bug 474230. Cleanup scale and translate in nsSVGElement similar to the new style SVG classes. r=jwatt
|
2009-04-28 15:25:03 +02:00 |
|
Jesse Ruderman
|
431af365ff
|
Add tests
|
2009-04-26 23:32:41 -07:00 |
|
Chris Pearce
|
79d9578afd
|
Bug 488961 - Don't listen for 'stalled' event in content/media/video/test_load.html
|
2009-04-27 13:03:47 +12:00 |
|
laurent@xulfr.org
|
cca4eaa78d
|
Bug 422403 - improvements to the XML and XHTML serializers, r=smaug, sr=sicking
--HG--
extra : rebase_source : ead8a81eb95c4aec6122850ca58c20399f94758b
|
2009-04-25 12:00:14 +03:00 |
|
Olli Pettay
|
034f889291
|
Bug 486990, move contextmenu listener to system event group, r=enn, sr=neil
|
2009-04-25 11:45:30 +03:00 |
|
Olli Pettay
|
d904a27d07
|
Bug 489812 - Suspending timeouts doesn't clear mFiringDepth, r=bent, sr=jst
|
2009-04-25 02:53:25 +03:00 |
|
Olli Pettay
|
b6ef8520f2
|
bug 489988 - Java Applets reload when print is called, r+sr=roc
|
2009-04-25 02:46:16 +03:00 |
|
L. David Baron
|
d02e7ef8c8
|
Mark the tests that were just disabled more clearly in the makefiles.
|
2009-04-24 15:45:34 -07:00 |
|
Bob Clary
|
6356294e9c
|
bug 435128 - disable test since it takes too long.
|
2009-04-24 14:54:24 -07:00 |
|
Bob Clary
|
2f2727d90c
|
bug 419132 - disable test due to time required to run.
|
2009-04-24 14:54:24 -07:00 |
|
Bob Clary
|
06f3c26ea9
|
bug 454820 - crash test by Brian Huisman.
|
2009-04-24 10:08:25 -07:00 |
|
Bob Clary
|
066900e8b6
|
bug 384877 - crash test by Martijn Wargers.
|
2009-04-24 10:08:25 -07:00 |
|
Bob Clary
|
9bb6579301
|
bug 435209 - crash test by Martin Wargers.
|
2009-04-24 10:08:25 -07:00 |
|
Bob Clary
|
0c02c7021b
|
bug 435128 - mochikit test by Martijn Wargers.
|
2009-04-24 10:08:25 -07:00 |
|
Bob Clary
|
9c7208b186
|
bug 431906 - crash test by Martijn Wargers.
|
2009-04-24 10:08:24 -07:00 |
|
Bob Clary
|
4f4ff8623f
|
bug 424276 - crash test by Jesse Ruderman, Mats Palmgren.
|
2009-04-24 10:08:23 -07:00 |
|
Bob Clary
|
fe4e68d945
|
bug 419132 - mochikit test by Martijn Wargers.
|
2009-04-24 10:08:22 -07:00 |
|
Bob Clary
|
b926c42d50
|
bug 416734 - crash test by Jesse Ruderman.
|
2009-04-24 10:08:22 -07:00 |
|
Bob Clary
|
05334ba94d
|
bug 398088 - crash test by Jesse Ruderman.
|
2009-04-24 10:08:22 -07:00 |
|
Bob Clary
|
664285c7e0
|
bug 387460 - crash test by Martijn Wargers.
|
2009-04-24 10:08:21 -07:00 |
|
Bob Clary
|
f528eded62
|
bug 386914 - crash test by Martijn Wargers.
|
2009-04-24 10:08:20 -07:00 |
|
Bob Clary
|
b9319e1ca9
|
bug 384663 - crash test by Martijn Wargers.
|
2009-04-24 10:08:20 -07:00 |
|
Bob Clary
|
8e9d3f6710
|
bug 382568 - crash test by Vlad Sukhoy.
|
2009-04-24 10:08:19 -07:00 |
|
Bob Clary
|
0f207ed40a
|
bug 360499 - crash test by Martijn Wargers.
|
2009-04-24 10:08:16 -07:00 |
|
Bob Clary
|
11eca20673
|
bug 360293 - crash test by Vladimir Vukicevic.
|
2009-04-24 10:08:16 -07:00 |
|
Bob Clary
|
738121472f
|
bug 336994 - crash test by Martijn Wargers.
|
2009-04-24 10:08:13 -07:00 |
|
Bob Clary
|
c1b225c2d7
|
bug 336960 - crash test by Martijn Wargers.
|
2009-04-24 10:08:12 -07:00 |
|
Bob Clary
|
12e42c5b7f
|
bug 336744 - crash test by Martijn Wargers.
|
2009-04-24 10:08:12 -07:00 |
|
Bob Clary
|
898dd8cf4c
|
bug 326644 - crash test by Martijn Wargers.
|
2009-04-24 10:08:11 -07:00 |
|
Peter Van der Beken
|
7df66f9cab
|
Testcase for bug 483444 (XSLT stylesheet compiler crashes). r/sr=mrbkap.
--HG--
extra : rebase_source : d6f64bf9526e9f029c3888759138ea11f0564097
|
2009-04-24 16:14:37 +02:00 |
|
Olli Pettay
|
9307ea0958
|
Bug 489965, r+sr=bz
|
2009-04-24 16:36:58 +03:00 |
|
Olli Pettay
|
7f711199fa
|
Bug 489581 - Reduce Addref/Release when calling event handlers, r+sr=jst
|
2009-04-24 12:18:37 +03:00 |
|
Jonathan Watt
|
74a6060e4b
|
Bug 487019. Rename IsDependentAttribute to AttributeDefinesGeometry. r=longsonr
|
2009-04-24 01:41:17 +02:00 |
|
Ryo Onodera
|
db305118fd
|
Bug 489151 - Masking and clipping with objectBoundingBox and non-trivial transforms is broken. r=jwatt
|
2009-04-24 03:10:22 +09:00 |
|
Blake Kaplan
|
54734b9d0b
|
Bug 475864 - Move native anonymous content checks into a wrapper so that quickstubs don't sidestep them. r=jst sr=bzbarsky
|
2009-04-23 00:21:22 -07:00 |
|
Ginn Chen
|
a1c0b74a0c
|
Bug 478845 Disable mochitest of test plugin if test plugin is absent r=ted.mielczarek, jwalden
|
2009-04-23 14:27:04 +08:00 |
|
Masayuki Nakano
|
3ad00a6eb6
|
Bug 482138 [TSF] nsTextFrame has to draw composition string by TIP specified style r+sr=roc
|
2009-04-23 12:27:12 +09:00 |
|
L. David Baron
|
200ef7b5a1
|
Fix miscellaneous typos in comments that I've had in my tree for ages.
|
2009-04-22 10:13:48 -07:00 |
|
Neil Deakin
|
a6df0afb93
|
Bug 404798, assertions when root element is removed from xul document during inline script, r+sr=smaug
|
2009-04-22 08:55:54 -04:00 |
|
Joe Drew
|
64bbcf4155
|
Backed out changeset 6a452e522e07 - Boris Zbarsky – Bug 67752. Implement interruptible reflow. r=roc,dbaron - because of apparent Tp hangs.
|
2009-04-21 23:02:17 -04:00 |
|
Boris Zbarsky
|
e5f6293681
|
Bug 67752. Implement interruptible reflow. r=roc,dbaron
|
2009-04-21 19:53:52 -04:00 |
|
Honza Bambas
|
e1d4b6d384
|
Bug 486646 - nsMediaChannelStream::OnStopRequest nulls out mChannel too early, r=roc+bz
|
2009-04-21 20:43:09 +02:00 |
|
Jeff Muizelaar
|
6038010641
|
bug 473443 - drawImage of canvas onto self is incorrect r=vlad
|
2009-04-20 11:26:44 -04:00 |
|
Serge Gautherie
|
c163c1d074
|
Bug 485808 - [FIX]Create iterator class to iterate using GetChildArray; (Bv1) Remove leftover 'i'; r+sr=jonas
|
2009-04-18 20:02:24 +02:00 |
|
Masayuki Nakano
|
c023e549d6
|
Bug 487601 Crash [@ nsTextStateManager::Init] contenteditable and onfocus removing window r+sr=roc
|
2009-04-17 14:01:23 +09:00 |
|
Brad Lassey
|
bed8a86165
|
Bug 427987 - Add support for Hildon (Maemo) tap-n-hold context menu, r=ted
|
2009-04-16 12:03:18 -04:00 |
|
Jonas Sicking
|
52bfc6ae03
|
Bug 483818: Remove the currently-running-script counter from the parser since it's hard to keep it correct when we're creating a new parser due to document.write etc. r/sr=mrbkap
|
2009-04-15 15:34:50 -07:00 |
|
Boris Zbarsky
|
307ccebf4c
|
Bug 484448. Fix handling of whitespace kids of table-related frames. r=bernd, sr=roc
--HG--
rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
|
2009-04-08 12:56:16 -04:00 |
|
Arpad Borsos
|
07dc31e45f
|
Bug 485782 - get rid of nsSupportsArray; r=sicking, sr=bsmedberg
|
2009-04-14 10:02:58 +02:00 |
|
Neil Deakin
|
46de1dbb9a
|
Bug 483607, sorting template integers does not work, r=laurent,sr=jonas
|
2009-04-13 09:00:29 -04:00 |
|