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 |
|
Olli Pettay
|
0d4aa15af4
|
Bug 496308 - Crash [@ nsDOMPopupBlockedEvent::GetRequestingWindow], r+sr=jonas
|
2009-06-15 13:27:54 +03:00 |
|
Olli Pettay
|
5f13578f13
|
Bug 493266 - Optimize setting currentTarget, r+sr=bz
|
2009-06-15 13:21:06 +03:00 |
|
Olli Pettay
|
2fac929f6b
|
Bug 495098 - [@ nsXMLHttpRequest::StreamReaderFunc ], r+sr=sicking
--HG--
extra : rebase_source : 29d31152455cd9f6702f0788539f0b62bbcf3a98
|
2009-06-15 13:11:04 +03:00 |
|
Olli Pettay
|
122deedb9f
|
Bug 495444, r=enn,sr=neil
--HG--
extra : rebase_source : a4eaa6a8c816630456381b78f436447159bd44a8
|
2009-06-15 12:46:39 +03:00 |
|
Olli Pettay
|
42ec618ee6
|
Trunk patch for Bug 491134, r+sr=jst
|
2009-06-15 11:27:29 +03:00 |
|
Olli Pettay
|
0909c69d98
|
Bug 384003 - XPathEvaluator does not accept a Node as NSResolver, r=sicking, sr=peterv
|
2009-06-14 21:06:22 +03:00 |
|
Phil Ringnalda
|
dae845ed21
|
Bug 495025 - content/xul/content builds its tests unconditionally, r=ted
|
2009-06-13 11:53:37 -07:00 |
|
Mats Palmgren
|
d108510b8e
|
Test for bug 322588.
|
2009-06-13 15:51:25 +02:00 |
|
Laurent Jouanneau
|
1eaf91e8f7
|
Bug 494103 - nsXMLContentSerializer UMR during update.mar tests; r+sr=peterv
|
2009-06-13 15:27:35 +02:00 |
|
Mats Palmgren
|
e0c38624c4
|
Test for bug 299673.
|
2009-06-13 01:11:55 +02:00 |
|
Neil Deakin
|
9e567b4175
|
Bug 494113, wait for datasources to load in test for bug 441785, r=smaug
--HG--
rename : content/xul/templates/src/crashtests/441785-1.rdf => content/xul/templates/tests/bug441785-1.rdf
rename : content/xul/templates/src/crashtests/441785-2.rdf => content/xul/templates/tests/bug441785-2.rdf
rename : content/xul/templates/src/crashtests/441785-1.xul => content/xul/templates/tests/test_bug441785.xul
|
2009-06-12 14:23:15 -04:00 |
|
Neil Deakin
|
53bedd0e8d
|
Bug 378893, fix template tests so that they wait for the datasource to load first, r=smaug
|
2009-06-12 14:23:14 -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 |
|
Chris Double
|
828918bcb5
|
Bug 496456. When we seek to the end, we should only fire end stuff if we're not playing, otherwise playing should be responsible for ending. Set the current frame time at the end of the stream to the duration, if it's longer than our end time estimate, because the duration can include more than one frame-time's worth of audio. Also, don't replicate a frame of audio in DecodeToFrame when seeking. r=cpearce,sr=roc
--HG--
extra : rebase_source : e34cc28482e2b0ced5ec0774ce73865501400ca6
|
2009-06-12 14:14:28 +12:00 |
|
Matthew Gregan
|
f86e17cca9
|
Bug 495163. Trivial code removal, r=roc
--HG--
extra : rebase_source : 5dee5799025c99cad5f7ae8ca7cc4ade3f650a89
|
2009-06-12 14:08:32 +12:00 |
|
Robert O'Callahan
|
f600456032
|
Bug 496581. If we seek to the end, enter COMPLETED state instead of trying to decode more. r=doublec
--HG--
extra : rebase_source : 16d4e604e40384221b148bf8939339179a93d96c
|
2009-06-12 14:07:08 +12:00 |
|
Robert O'Callahan
|
2e0c46ca2e
|
Bug 494322. nsMediaCache verification code is super slow in debug builds, so turn it off during seeking so we don't get O(N^2) slowdowns. r=doublec
--HG--
extra : rebase_source : a088ef84206eeb7e6e77d42fecb1bbd8f0721c60
|
2009-06-12 13:43:23 +12:00 |
|
Chris Pearce
|
be07afd637
|
Bug 496147 - Ensure ended is true when video playback is ended. r=doublec,sr=roc
--HG--
extra : rebase_source : dc04fe505e75d91e5e1f694728aba8f5be0e32b2
|
2009-06-12 12:56:50 +12:00 |
|
Shawn Wilsher
|
c75ae311ff
|
Backed out changeset f3fcd36fcbd1 (bug 119061) for linux orange.
|
2009-06-11 16:57:09 -07:00 |
|
Jonathan Watt
|
befc705ae5
|
Bug 119061. SVG elements to which the :hover pseudo class apply do not restyle when moved under the mouse pointer. r=roc
|
2009-06-11 21:49:34 +02:00 |
|
Bernd
|
5f442c604e
|
Bug 192902 - "Words wrap in nowrap cell when width=0 and next cell have width=100%". r+sr=bzbarsky
|
2009-06-11 13:09:34 -04:00 |
|
Jonathan Watt
|
f703960fe8
|
Bug 495938. Stop using nsIDOMSVGRect objects on the stack. r=longsonr
|
2009-06-11 17:21:03 +02:00 |
|
Boris Zbarsky
|
7b0ee90b96
|
Bug 495499. Speed up PutImageData for cases when the array contains doubles. r=brendan,vlad,jorendorff
|
2009-06-11 10:35:41 -04:00 |
|
Zack Weinberg
|
a6f28c8853
|
Bug 493881: ignore attempts to set legacy color props on a HTML document object before its body element exists. r+sr=bzbarsky
|
2009-06-11 10:35:40 -04:00 |
|
Arpad Borsos
|
be212f351c
|
Bug 495296 - kill nsISVGTextContentMetrics; r+sr=roc
|
2009-05-29 12:15:40 +02:00 |
|
Arpad Borsos
|
a797cac310
|
Bug 497068: Fix "will be initialized after" warnings; r=dbaron
|
2009-06-09 18:03:59 +02:00 |
|
Henri Sivonen
|
70bbf4241e
|
Bug 468708 - Fix serializer code to live in the XHTML namespace world
|
2009-05-04 11:19:56 -07:00 |
|
Henri Sivonen
|
fee082ae9f
|
Merge the trunk into HTML5 parsing repo
|
2009-05-04 11:19:16 -07:00 |
|
Henri Sivonen
|
802b683c22
|
Bug 490941 - Fix visual Hebrew in HTML5 parser
|
2009-05-04 10:25:29 -07:00 |
|
Henri Sivonen
|
91398b9466
|
Bug 479774 - Process cache manifests in the HTML5 parser
|
2009-04-30 15:41:50 -07:00 |
|
Henri Sivonen
|
00e19536e2
|
Bug 489530 - Make meta refresh work in the HTML5 parser
|
2009-04-30 15:08:35 -07:00 |
|
Henri Sivonen
|
bafd95b750
|
Bug 490271 - Make form state pick up input state in HTML5 parser
|
2009-04-30 14:45:05 -07: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 |
|
Henri Sivonen
|
fd39702cad
|
Make the HTML5 parser deal with files under 512 bytes that do not have an encoding declaration
|
2009-04-23 15:19:10 +03:00 |
|
Henri Sivonen
|
5c1801d482
|
Implement one single parsing quirk for HTML5 parser: <p><table>. Required to pass Acid2 and to be compatible with legacy content.
|
2009-04-22 12:17:08 +03:00 |
|
Henri Sivonen
|
d8642cb637
|
Fix unicode conversion error recovery in HTML5 parser
|
2009-04-21 14:35:02 +03:00 |
|
Henri Sivonen
|
05cfc0ab33
|
Bug 488854 - In HTML5 parser Insert REPLACEMENT CHARACTER gracefully when Unicode converter returns failure
|
2009-04-17 18:55:09 +03:00 |
|
Henri Sivonen
|
797e7e764b
|
Make sure the encoding of the HTML5 parser is confident when the entire doc is document.written()
|
2009-04-17 15:54:59 +03:00 |
|
Henri Sivonen
|
eed73a0439
|
Bug 488267 - Flush appends before starting layout
|
2009-04-17 13:05:19 +03:00 |
|
Henri Sivonen
|
c6a0307a21
|
Fix bad merge of bug 468708.
|
2009-04-17 12:33:20 +03:00 |
|
Henri Sivonen
|
458a64c0ce
|
Merge in patch for bug 468708.
|
2009-04-16 13:36:59 +03:00 |
|
Henri Sivonen
|
027ef67503
|
Inline obvious candidates in the HTML5 parser
|
2009-04-16 13:30:09 +03:00 |
|
Henri Sivonen
|
51bb8f55eb
|
Bug 468708 - Make namespace URI for HTML elements be http://www.w3.org/1999/xhtml
|
2009-04-16 13:28:40 +03:00 |
|
Henri Sivonen
|
7c4afa67c2
|
Get rid of nsHtml5StringLiterals (b=482945)
|
2009-04-15 12:40:48 +03:00 |
|
Henri Sivonen
|
0eb04fe085
|
Support keygen, fix refcounting of stack nodes in the HTML5 parser
|
2009-04-10 20:27:09 +03:00 |
|
Henri Sivonen
|
de40e2dc85
|
Add null check to removing elements from the list of active formatting elements in the HTML5 parser
|
2009-04-07 17:58:37 +03:00 |
|
Henri Sivonen
|
6542f8acb8
|
Make HTML5 tree builder state snapshots not call a method on null
|
2009-04-07 15:29:22 +03:00 |
|
Henri Sivonen
|
83996972d9
|
Temporarily make the HTML5 parser leak instead of crashing.
|
2009-04-07 15:09:39 +03:00 |
|
Henri Sivonen
|
eba1d8fecf
|
Fix crasher fallout from deferring HTML5 parser life cycle start.
|
2009-04-07 14:06:28 +03:00 |
|
Henri Sivonen
|
a602adb4a9
|
Add nsHtml5StateSnapshot.*
|
2009-04-02 12:06:29 +03:00 |
|
Henri Sivonen
|
5712cc9dc6
|
Avoid regressing bug 321781 in the HTML5 parser
|
2009-04-01 18:29:23 +03:00 |
|
Henri Sivonen
|
e096617179
|
Merge trunk into HTML5 parsing repo
|
2009-03-30 15:32:26 +03:00 |
|
Robert Longson
|
f686b035cd
|
Bug 485544 - crash getting attributeType of target element of animation. r=jwatt
|
2009-03-29 15:37:58 +01:00 |
|
Matthew Gregan
|
2cc8fbe2b4
|
Bug 494116 - Use system audio timer for a/v sync on Windows. r=chris.double, sr=roc
|
2009-06-03 10:32:11 +12:00 |
|
Chris Pearce
|
cbd6ab1481
|
Bug 495507 audio sync - send blank audio when the audio stream has closed, not when there's no audio to present. r+ doublec, sr+roc
|
2009-06-02 15:05:46 +12:00 |
|
Robert O'Callahan
|
d1aef5f21c
|
Bug 495635. Don't register overlay content in the ID-map etc if it hasn't actually ended up in the document. r+sr=bzbarsky
--HG--
extra : rebase_source : 983d21b9331fac8057bd56606f91cbe20e3a62fa
|
2009-06-02 10:50:22 +12:00 |
|
Robert O'Callahan
|
85828511ef
|
Bug 495161. Buffer enough data in the Wave decoder that we never immediately leave BUFFERING after entering it. r=mgregan
|
2009-06-02 09:55:58 +12:00 |
|
Robert O'Callahan
|
353ec097d1
|
Bug 495319. Fire 'timeupdate' with the correct final time when we finish playing. r=doublec
|
2009-06-02 09:54:16 +12:00 |
|
Zack Weinberg
|
0412a0974c
|
Bug 499543: handle total transparency in LegacyRGBToHex. r+sr=bzbarsky
|
2009-06-01 14:40:14 -04:00 |
|
Robert O'Callahan
|
496609122c
|
Backing out bug 487519 due to reftest failures
|
2009-06-01 00:09:17 +12:00 |
|
Robert O'Callahan
|
7a349ea412
|
Fixing bustage (bug 495300)
|
2009-05-31 22:28:57 +12:00 |
|
Chris Double
|
52d8631083
|
Bug 487519. Work around Ogg bugs by decoding two frames before we seek to find the duration. r=roc
|
2009-05-31 22:06:30 +12:00 |
|
Matthew Gregan
|
1c90a953a3
|
Bug 475110. Stop advertising browser support for loading Wave formats as documents. r=roc
|
2009-05-31 22:05:17 +12:00 |
|
Robert O'Callahan
|
42b669ed47
|
Bug 495300. Trigger 'ended' behaviour when seeking to the end of a media resource. r=doublec
|
2009-05-31 22:02:17 +12:00 |
|
Jesse Ruderman
|
70a165eab3
|
Add crashtest that used to trigger the assertion in bug 494810
|
2009-05-29 16:44:57 -07:00 |
|
Chris Pearce
|
fb1b735b72
|
Bug 495156 - Video playback gets stuck forever when pressing End key. r=doublec sr=roc a=blocking1.9.1+
|
2009-05-29 00:15:16 -04:00 |
|
Chris Pearce
|
c9cca633a1
|
Bug 495336 - liboggz oggz_get_next_page() and oggz_read_get_next_page() wrong r=doublec sr=roc a=blocking1.9.1+
|
2009-05-29 00:13:23 -04:00 |
|
Chris Double
|
2b08d28a2e
|
Bug 495129. Propagate errors better. r+sr=roc
|
2009-05-28 16:39:39 +12:00 |
|
Robert O'Callahan
|
6134d7088d
|
Bug 495145. Don't change the state away from ENDED if we try to pause in the ENDED state. r=doublec
|
2009-05-28 15:49:22 +12:00 |
|
Jesse Ruderman
|
dddd44794e
|
Add crashtests
|
2009-05-26 11:53:12 -07:00 |
|
Henri Sivonen
|
4a6930f177
|
Merge the trunk into HTML5 parsing repo
|
2009-03-26 14:10:18 +02:00 |
|
Henri Sivonen
|
07ebe81fb3
|
Make the HTML5 parser pass http://hixie.ch/tests/adhoc/dom/level0/write/003.html
|
2009-03-26 13:50:24 +02:00 |
|
Arpad Borsos
|
726ab5be17
|
Bug 481881 - use better template arguments for nsTArray<T> after bug 474369, content part; r+sr=sicking
|
2009-03-26 09:29:49 +01:00 |
|
Henri Sivonen
|
f34870fa9e
|
Fix case-insensitivy in attribute manipulations (bug 468708)
|
2009-03-24 18:42:03 +02: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 |
|
Blake Kaplan
|
0572816957
|
Bug 485286 - Allocate all of these consistently. r+sr=peterv/sicking (a=ss for checkin into a CLOSED TREE).
|
2009-03-26 00:23:09 -07:00 |
|
Blake Kaplan
|
6457c82e1d
|
Bug 485217 - Add a crashtest.
|
2009-03-25 14:33:36 -07:00 |
|
Blake Kaplan
|
ffa24f05a8
|
Bug 485217 - Pop the eval context before returning. r+sr=peterv
|
2009-03-25 13:07:44 -07:00 |
|
Olli Pettay
|
e511e04fa7
|
Bug 484658 - element.focus() handing when called during event suppression, r+sr=jst
|
2009-03-25 16:11:11 +02:00 |
|
Peter Van der Beken
|
ee568a5ae0
|
Fix for bug 498897. r/sr=mrbkap.
--HG--
extra : rebase_source : d1f8c9d42fc5c0369e8674d7c148ddc25bdfaaed
|
2009-06-19 18:31:48 +02:00 |
|
Mats Palmgren
|
d04121109e
|
Bug 382369. Distinguish click from click-drag on a <label> so text selection works. r+sr=roc, help from Zack Weinberg
|
2009-03-24 13:55:29 +13:00 |
|
Boris Zbarsky
|
1c1a3affbf
|
Backing out changeset b47f0de93a82 (bug 457809) due to test failures
|
2009-03-24 19:18:25 -04:00 |
|
bjarne@runitsoft.com
|
2129bba0b3
|
Bug 457809 and bug 457810 - Speculatively load images and stylesheets (respectively). r=mrbkap, sr=bz
|
2009-03-24 12:52:00 -04:00 |
|
Henri Sivonen
|
d4a2fbc016
|
Merge trunk into HTML5 parsing repo
|
2009-03-20 17:09:05 +02:00 |
|
Henri Sivonen
|
a39509c245
|
Take mScriptsExecuting behavior from nsParser to nsHtml5Parser
|
2009-03-20 16:59:51 +02:00 |
|
Henri Sivonen
|
973b99cba4
|
More comprehensive fix for HTML nodes in XHTML namespace (bug 468708)
|
2009-03-20 16:58:37 +02:00 |
|
Boris Zbarsky
|
1d325109b3
|
Bug 481440. Make our id table always live. r=jst, sr=roc
|
2009-03-23 10:04:40 -04:00 |
|
Boris Zbarsky
|
1dce1d2ebf
|
Bug 484820. When closing the head context, flush out notifications on its kids, so we won't forget to notify on them. r+sr=mrbkap
|
2009-03-23 18:10:12 -04:00 |
|
Josh Aas
|
a017628a07
|
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
|
2009-03-19 10:41:13 -07:00 |
|
Henri Sivonen
|
56e3cf051d
|
Fix comment in nsHtml5Atoms.cpp not to talk about gklayout
|
2009-03-19 10:16:19 +02:00 |
|
Henri Sivonen
|
af5a6d7e8d
|
Restore some of the debugging code to fix link errors (bug 468708)
|
2009-03-17 15:48:55 +02:00 |
|
Henri Sivonen
|
d3ed56d492
|
Remove obsolete debugging code (bug 468708)
|
2009-03-17 15:24:17 +02:00 |
|
Henri Sivonen
|
9936094021
|
Try to avoid crashing in a timer callback in the HTML5 tree builder
|
2009-03-17 11:38:08 +02:00 |
|
Henri Sivonen
|
564b78820e
|
Eliminate table taint from the HTML5 tree builder
|
2009-03-16 18:16:26 +02:00 |
|
Henri Sivonen
|
53cb8896a8
|
Revert implementation of HTML5 spec rev 2730 per IRC discussion with Hixie
|
2009-03-16 17:40:59 +02:00 |
|
Henri Sivonen
|
4a1c16d1a1
|
Avoid an accidental deletion of a static atom in the HTML5 tree builder
|
2009-03-16 17:12:21 +02:00 |
|
Henri Sivonen
|
b8ec0e3dcd
|
Add a check to see that HTML5 modula has been initialized properly before use
|
2009-03-13 14:41:55 +02:00 |
|
Henri Sivonen
|
12316bb6fe
|
Bug 468708 - Missed two HTML namespace URI cases in previous commit
|
2009-03-13 12:32:32 +02:00 |
|
Henri Sivonen
|
501448fc33
|
Bug 482923, bug 468692, bug 468708 - Make HTML namespaceURI and localName HTML5-compliant
|
2009-03-13 10:48:05 +02: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 |
|
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 |
|
Peter Van der Beken
|
2f7fed0ee0
|
Backing out 18b1811cd104, fix for bug 480389 (Remove nsIDocument's cached JS object), to try to fix orange.
|
2009-03-19 14:07:03 +01:00 |
|
Peter Van der Beken
|
b704ad4bc0
|
Fix for bug 480389 (Remove nsIDocument's cached JS object). r/sr=jst.
--HG--
extra : rebase_source : 7e971c32cc922fb866f12f3e037f8c91c09df3bf
|
2009-03-18 18:56:38 +01:00 |
|
Matthew Gregan
|
e694f71dd3
|
Bug 483570 - Initialize nsHTMLMediaElement::mCurrentLoadID and mPausedBeforeFreeze in ctor. r+sr=roc
--HG--
extra : rebase_source : 2f63abfd4a761ec680cd9ac321d20d2d4191d256
|
2009-03-16 19:05:28 +13:00 |
|
Matthew Gregan
|
c4fca6383a
|
Bug 483589 - Fix PRBool violation in nsWaveStateMachine::ScanForwardUntil. r+sr=roc
--HG--
extra : rebase_source : d1898e6ea258dd0a1ec1c13e099f70d11ac5ba2d
|
2009-03-16 18:53:48 +13:00 |
|
Chris Pearce
|
60c9219116
|
Bug 483324. Don't create a decoder for loads that have already failed. r+sr=roc
--HG--
extra : rebase_source : 3a9cbe5b463f30bbddc9acf66b51325783b77b01
|
2009-03-18 13:34:48 +13:00 |
|
Matthew Gregan
|
9ba64c841a
|
Bug 474748 - Defer YUV conversion until frame paint, and allow SetRGBData to assume ownership of the RGB buffer rather than copying it. r=chris.double, sr=roc
--HG--
extra : rebase_source : 7d122efaed1a506cebe35740f7e6d33bf6311ced
|
2009-03-17 16:45:00 +13:00 |
|
Matthew Gregan
|
37afa56509
|
Bug 474748 - Use EXTEND_NONE to paint video frames when target surface is X11. r+sr=roc
--HG--
extra : rebase_source : a97380f1d6d9d7c896dcf584aa845e4fcfbaa876
|
2009-03-17 11:12:13 +13:00 |
|
Chris Pearce
|
90c099d082
|
Bug 478652 - [Windows] Intermittent Mochitest "test_access_control.html | Test timed out"; r=chris sr=roc
|
2009-03-19 00:59:34 +01:00 |
|
Serge Gautherie
|
fb9a7ea0bc
|
Bug 483989 - 3 Mochitest test_2d.*.html run fine but need to check/report success; (Av1a) Add |ok(true, ...);|; r=vladimir
|
2009-03-19 00:59:32 +01:00 |
|
Serge Gautherie
|
ef2881d1c0
|
Bug 483985 - Mochitest test_bug422537.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r=cbiesinger
|
2009-03-18 16:56:57 +01:00 |
|
Serge Gautherie
|
866ca52645
|
Bug 483981 - Mochitest test_bug448993.html runs fine but needs to check/report success; (Av1) Add |ok(true, ...);|; r+sr=Olli.Pettay
|
2009-03-18 16:56:55 +01:00 |
|
Olli Pettay
|
bd9ae022c8
|
Bug 483591 - PRBool problem in nsIMEStateManager::IsActive, r+sr=bz
|
2009-03-18 15:24:04 +02:00 |
|
Jonas Sicking
|
53e008e58c
|
Bug 478889: Make script-defer work in xhtml. r/sr=peterv
--HG--
extra : rebase_source : 4e2abc2b35c72f7c5831f58b0f1c6940b1824de7
|
2009-03-15 17:53:09 -07:00 |
|
Boris Zbarsky
|
9ba769e98c
|
Bug 482659. Disabling part of the test to work around bug 483818.
|
2009-03-17 13:06:55 -04:00 |
|
Boris Zbarsky
|
4df63aaac7
|
Bug 482659. Give about:blank documents the base URI of the document that did the load. r=dcamp, sr=jst
|
2009-03-16 20:59:33 -04:00 |
|
Dave Townsend
|
c9bee16a1c
|
Merge backout of bug 482659
|
2009-03-17 11:09:15 +00:00 |
|
Dave Townsend
|
36de5ef33a
|
Backed out changeset 55d159b75f41 from bug 482659.
|
2009-03-17 11:08:59 +00:00 |
|
Boris Zbarsky
|
c6ba3c228b
|
Bug 416942. Give user and ua sheets the system principal. r+sr=sicking
|
2009-03-16 21:38:36 -04:00 |
|
Boris Zbarsky
|
1f8b3851ba
|
Bug 482659. Give about:blank documents the base URI of the document that did the load. r=dcamp, sr=jst
|
2009-03-16 20:59:33 -04:00 |
|
Boris Zbarsky
|
ca51308331
|
Bug 483341. End updates before removing script blockers. r=smaug, sr=sicking
|
2009-03-16 07:46:32 -04:00 |
|
Ben Turner
|
eed6c83bb8
|
Bug 482306 - "Several deadlocks related to nested requests and nsJSContext::CompileEventHandler". r+sr=mrbkap, a=blocking1.9.1+.
|
2009-03-14 20:42:50 -07:00 |
|
Graeme McCutcheon
|
5d95edbfb7
|
Bug 483217. Don't return an nsresult as a PRBool. r+sr=bzbarsky
|
2009-03-13 16:29:57 -04:00 |
|
Doug Turner
|
b9def8385d
|
Backing out bug 473443 - drawImage of canvas onto self is incorrect. WINCE only.
|
2009-03-12 09:56:44 -07:00 |
|
Olli Pettay
|
68a0322fcd
|
Bug 478245 - Crash [@ nsEventStateManager::PreHandleEvent], r+sr=dbaron
|
2009-03-11 17:43:08 +02:00 |
|
Benjamin Smedberg
|
ca96f9405e
|
Bug 481102 - Reorganize dom/public, dom/public/base, and dom/src/base to dom/base, r+sr=jst
--HG--
rename : dom/src/base/Makefile.in => dom/base/Makefile.in
rename : dom/src/base/crashtests/244933-1.html => dom/base/crashtests/244933-1.html
rename : dom/src/base/crashtests/275912-1.html => dom/base/crashtests/275912-1.html
rename : dom/src/base/crashtests/327571-1.html => dom/base/crashtests/327571-1.html
rename : dom/src/base/crashtests/327695-1.html => dom/base/crashtests/327695-1.html
rename : dom/src/base/crashtests/329481-1.xhtml => dom/base/crashtests/329481-1.xhtml
rename : dom/src/base/crashtests/338674-1.xhtml => dom/base/crashtests/338674-1.xhtml
rename : dom/src/base/crashtests/346381-1.html => dom/base/crashtests/346381-1.html
rename : dom/src/base/crashtests/359432-1.xhtml => dom/base/crashtests/359432-1.xhtml
rename : dom/src/base/crashtests/369413-1.html => dom/base/crashtests/369413-1.html
rename : dom/src/base/crashtests/372554-1.html => dom/base/crashtests/372554-1.html
rename : dom/src/base/crashtests/404869-1.xul => dom/base/crashtests/404869-1.xul
rename : dom/src/base/crashtests/439206-1.html => dom/base/crashtests/439206-1.html
rename : dom/src/base/crashtests/462947.html => dom/base/crashtests/462947.html
rename : dom/src/base/crashtests/473284.xul => dom/base/crashtests/473284.xul
rename : dom/src/base/crashtests/90613-1.html => dom/base/crashtests/90613-1.html
rename : dom/src/base/crashtests/crashtests.list => dom/base/crashtests/crashtests.list
rename : dom/src/base/domerr.msg => dom/base/domerr.msg
rename : dom/src/base/nsBarProps.cpp => dom/base/nsBarProps.cpp
rename : dom/src/base/nsBarProps.h => dom/base/nsBarProps.h
rename : dom/public/nsDOMCID.h => dom/base/nsDOMCID.h
rename : dom/src/base/nsDOMClassInfo.cpp => dom/base/nsDOMClassInfo.cpp
rename : dom/src/base/nsDOMClassInfo.h => dom/base/nsDOMClassInfo.h
rename : dom/public/nsDOMClassInfoID.h => dom/base/nsDOMClassInfoID.h
rename : dom/public/nsDOMError.h => dom/base/nsDOMError.h
rename : dom/src/base/nsDOMException.cpp => dom/base/nsDOMException.cpp
rename : dom/src/base/nsDOMException.h => dom/base/nsDOMException.h
rename : dom/public/nsDOMJSUtils.h => dom/base/nsDOMJSUtils.h
rename : dom/src/base/nsDOMScriptObjectFactory.cpp => dom/base/nsDOMScriptObjectFactory.cpp
rename : dom/src/base/nsDOMScriptObjectFactory.h => dom/base/nsDOMScriptObjectFactory.h
rename : dom/public/nsDOMScriptObjectHolder.h => dom/base/nsDOMScriptObjectHolder.h
rename : dom/public/nsDOMString.h => dom/base/nsDOMString.h
rename : dom/src/base/nsDOMWindowList.cpp => dom/base/nsDOMWindowList.cpp
rename : dom/src/base/nsDOMWindowList.h => dom/base/nsDOMWindowList.h
rename : dom/src/base/nsDOMWindowUtils.cpp => dom/base/nsDOMWindowUtils.cpp
rename : dom/src/base/nsDOMWindowUtils.h => dom/base/nsDOMWindowUtils.h
rename : dom/src/base/nsFocusController.cpp => dom/base/nsFocusController.cpp
rename : dom/src/base/nsFocusController.h => dom/base/nsFocusController.h
rename : dom/src/base/nsGlobalWindow.cpp => dom/base/nsGlobalWindow.cpp
rename : dom/src/base/nsGlobalWindow.h => dom/base/nsGlobalWindow.h
rename : dom/src/base/nsGlobalWindowCommands.cpp => dom/base/nsGlobalWindowCommands.cpp
rename : dom/src/base/nsGlobalWindowCommands.h => dom/base/nsGlobalWindowCommands.h
rename : dom/src/base/nsHistory.cpp => dom/base/nsHistory.cpp
rename : dom/src/base/nsHistory.h => dom/base/nsHistory.h
rename : dom/public/nsIBaseDOMException.h => dom/base/nsIBaseDOMException.h
rename : dom/public/nsIDOMClassInfo.h => dom/base/nsIDOMClassInfo.h
rename : dom/public/nsIDOMScriptObjectFactory.h => dom/base/nsIDOMScriptObjectFactory.h
rename : dom/public/nsIEntropyCollector.idl => dom/base/nsIEntropyCollector.idl
rename : dom/public/base/nsIFocusController.h => dom/base/nsIFocusController.h
rename : dom/public/nsIJSEventListener.h => dom/base/nsIJSEventListener.h
rename : dom/public/nsIJSNativeInitializer.h => dom/base/nsIJSNativeInitializer.h
rename : dom/public/nsIScriptChannel.idl => dom/base/nsIScriptChannel.idl
rename : dom/public/nsIScriptContext.h => dom/base/nsIScriptContext.h
rename : dom/public/nsIScriptExternalNameSet.h => dom/base/nsIScriptExternalNameSet.h
rename : dom/public/nsIScriptGlobalObject.h => dom/base/nsIScriptGlobalObject.h
rename : dom/public/nsIScriptGlobalObjectOwner.h => dom/base/nsIScriptGlobalObjectOwner.h
rename : dom/public/nsIScriptNameSpaceManager.h => dom/base/nsIScriptNameSpaceManager.h
rename : dom/public/nsIScriptObjectOwner.h => dom/base/nsIScriptObjectOwner.h
rename : dom/public/nsIScriptObjectPrincipal.h => dom/base/nsIScriptObjectPrincipal.h
rename : dom/public/nsIScriptRuntime.h => dom/base/nsIScriptRuntime.h
rename : dom/public/nsIScriptTimeoutHandler.h => dom/base/nsIScriptTimeoutHandler.h
rename : dom/src/base/nsJSEnvironment.cpp => dom/base/nsJSEnvironment.cpp
rename : dom/src/base/nsJSEnvironment.h => dom/base/nsJSEnvironment.h
rename : dom/src/base/nsJSTimeoutHandler.cpp => dom/base/nsJSTimeoutHandler.cpp
rename : dom/src/base/nsJSUtils.cpp => dom/base/nsJSUtils.cpp
rename : dom/src/base/nsJSUtils.h => dom/base/nsJSUtils.h
rename : dom/src/base/nsLocation.cpp => dom/base/nsLocation.cpp
rename : dom/src/base/nsMimeTypeArray.cpp => dom/base/nsMimeTypeArray.cpp
rename : dom/src/base/nsMimeTypeArray.h => dom/base/nsMimeTypeArray.h
rename : dom/public/base/nsPIDOMWindow.h => dom/base/nsPIDOMWindow.h
rename : dom/public/base/nsPIWindowRoot.h => dom/base/nsPIWindowRoot.h
rename : dom/src/base/nsPluginArray.cpp => dom/base/nsPluginArray.cpp
rename : dom/src/base/nsPluginArray.h => dom/base/nsPluginArray.h
rename : dom/src/base/nsScreen.cpp => dom/base/nsScreen.cpp
rename : dom/src/base/nsScreen.h => dom/base/nsScreen.h
rename : dom/src/base/nsScriptNameSpaceManager.cpp => dom/base/nsScriptNameSpaceManager.cpp
rename : dom/src/base/nsScriptNameSpaceManager.h => dom/base/nsScriptNameSpaceManager.h
rename : dom/src/base/nsWindowRoot.cpp => dom/base/nsWindowRoot.cpp
rename : dom/src/base/nsWindowRoot.h => dom/base/nsWindowRoot.h
rename : dom/public/nsWrapperCache.h => dom/base/nsWrapperCache.h
|
2009-03-11 10:10:19 -04:00 |
|
Henri Sivonen
|
d58c043926
|
Merge a newer trunk with HTML5 parsing in hope of avoiding imgCache crashes
|
2009-03-11 11:22:07 +02:00 |
|
Jonathan Kew
|
030030dc69
|
b=482439 don't risk dereferencing a possibly-null pointer in nsDocument::ElementFromPointHelper r=smaug
|
2009-03-11 15:23:10 +13:00 |
|
Blake Kaplan
|
f7fb1c08eb
|
Bug 482625 - Fix some warnings and remove some unneeded type declarations. r+sr=jst
|
2009-03-10 16:21:40 -07:00 |
|
Dave Camp
|
405c933e3d
|
Bug 482376 - remove some spew in nsContentUtils::DispatchChromeEvent(). r+sr=smaug
|
2009-03-10 14:58:00 -07:00 |
|
Olli Pettay
|
45080d5ed8
|
Bug 424377, r+sr=roc
|
2009-03-10 21:30:50 +02:00 |
|
Henri Sivonen
|
4c5eac28c5
|
Merge a newer trunk to HTML5 parsing
|
2009-03-10 16:07:49 +02:00 |
|
Boris Zbarsky
|
4a887e84bf
|
Bug 482394. Drop the aForStyling check in IsHTMLLink/IsLink: if we change the link state, we need to start tracking the link. r+sr=dbaron
|
2009-03-10 09:51:34 -04:00 |
|
Boris Zbarsky
|
61feda8487
|
Bug 481335. Cache the href URI of <html:a> once we resolve it. r+sr=sicking
|
2009-03-10 09:51:34 -04:00 |
|
Jonas Sicking
|
2908521f41
|
Fix more orangeness by always allowing linking to chrome XBL
|
2009-03-10 03:59:54 -07:00 |
|
Jonas Sicking
|
6fb4ae4098
|
Fix orange
--HG--
extra : rebase_source : 83664ec799b9834dd876bb322a5c7b1e5ee28b83
|
2009-03-10 01:35:00 -07:00 |
|
Jonas Sicking
|
a0df931dad
|
Fix error in test
--HG--
extra : rebase_source : 51a8f4c1d10116609ff9621ee2c2ecab986321c7
|
2009-03-09 23:30:13 -07:00 |
|
Jonas Sicking
|
4d0ff5ac14
|
Bug 481558: Don't apply XBL that isn't located in the same domain as the bound document. r/sr=bz
--HG--
extra : rebase_source : 6ef8c8ffcf8d9df0f6f9a0cdadd45f12564d7e37
|
2009-03-09 23:15:06 -07:00 |
|
Boris Zbarsky
|
1e935ef8ae
|
Bug 481318. Don't serialize then reparse the URI on anchor property mutations. r+sr=jst
|
2009-03-09 22:32:09 -04:00 |
|
Daniel Holbert
|
eae0d7096d
|
Bug 473904 - Add an about:config option (defaulting to 'false' right now) for toggling SVG animation (SMIL) support. r+sr=roc
|
2009-03-09 18:20:17 -07:00 |
|
Henri Sivonen
|
e15c8561f6
|
Make HTML5 parser not crash in AAA on cnn.com
|
2009-03-09 15:18:23 +02:00 |
|
Henri Sivonen
|
a895ed96a7
|
Merge HTML5 work with trunk
|
2009-03-09 12:24:48 +02:00 |
|
Henri Sivonen
|
7f73feee28
|
Make the HTML5 parser manage formatting element list marker memory properly and not crash
|
2009-03-09 10:35:45 +02:00 |
|
Henri Sivonen
|
012bff4d07
|
Run less code when notifying appends in the HTML5 parser; make node removals notify layout
|
2009-03-06 11:56:23 +02:00 |
|
Henri Sivonen
|
383d2e57bc
|
Make the HTML5 tree builder do its flushing often enough and when coming from event loop rather than when yielding to it
|
2009-03-05 17:32:32 +02:00 |
|
Henri Sivonen
|
c1c7b938f9
|
Be smarter about searching the array of elements seen in this append batch in HTML5 parsing
|
2009-03-04 16:36:52 +02:00 |
|
Henri Sivonen
|
2c98cfad79
|
Implement frameset-ok for HTML5 parsing
|
2009-03-04 12:23:12 +02:00 |
|
Henri Sivonen
|
a4f701ccfe
|
Plug leaks in HTML5 parser; fix bug where the doctype was semi-randomly lost
|
2009-03-03 14:21:15 +02:00 |
|
Matthew Gregan
|
8cea93aa59
|
Matthew Gregan - Bug 481109 - Ignore attempts to transition from shutdown to any other state in Wave decoder
|
2009-03-03 16:18:23 +13:00 |
|
Henri Sivonen
|
cbb69f56c4
|
Add notification batching to HTML5
|
2009-03-02 16:02:31 +02:00 |
|
Matthew Gregan
|
04ccb8e3ca
|
Matthew Gregan - Bug 476813 - progress events shouldn't be fired while the network is stalled. r+ doublec sr+ roc
|
2009-03-02 19:16:14 +13:00 |
|
Chris Pearce
|
30d943ae95
|
Chris Pearce - Bug 478957 - Audit events when loading local files from another domain. r+ doublec sr+ roc
|
2009-03-09 10:02:14 +13:00 |
|
Chris Pearce
|
8504bb216c
|
Chris Pearce - Bug 479711 - Media elements should delay the document 'load' event
|
2009-03-09 10:01:03 +13:00 |
|
Chris Pearce
|
bec4c67a63
|
Chris Pearce - Bug 479859 - Implement new new load algorithm r+ doublec sr+ roc.
|
2009-03-09 09:59:08 +13:00 |
|
Olli Pettay
|
ef1e0eba37
|
backout Bug 481768
|
2009-03-09 00:28:45 +02:00 |
|
Olli Pettay
|
2dafc7fbab
|
Bug 481768 - mouse wheel scrolls too far when viewport is smallish, p=karlt+me, r=karlt, sr=roc
|
2009-03-08 22:58:47 +02:00 |
|
Olli Pettay
|
468b832900
|
Bug 425265, r=roc, sr=bz
|
2009-03-08 21:01:02 +02:00 |
|
Daniel Holbert
|
5d6d174bc5
|
Bug 481562: Don't create time container for an <svg> element until after it's been bound to a smil-enabled document. r+sr=roc
|
2009-03-07 13:40:08 -08:00 |
|
Mats Palmgren
|
1f5b65512c
|
Use the same type as mAttrAndChildCount when defining ATTRCHILD_ARRAY_MAX_CHILD_COUNT. b=480655 r+sr=jonas
|
2009-03-07 18:08:47 +01:00 |
|
Boris Zbarsky
|
bf8fc66ad9
|
Bug 481777. Don't fire DOMTitleChanged events to content. r+sr=smaug
|
2009-03-06 13:12:23 -05:00 |
|
Boris Zbarsky
|
2423744439
|
Bug 481688. Stop firing our DOMLink* events to content. r+sr=smaug
|
2009-03-06 13:12:20 -05:00 |
|
Jim Mathies
|
492b851d97
|
Bug 463088 - Tab tear off cursor needs to be constant on Windows. r=enndeakin.
|
2009-03-06 11:54:29 -06:00 |
|
Ben Newman
|
a51681fb03
|
bug 461031. Make the max tokens deflected in low frequency mode a pref. r/sr=jonas
|
2009-03-05 12:12:43 -08:00 |
|
L. David Baron
|
2a6e824389
|
Split eCSSUnit_String into eCSSUnit_String (with quotes), eCSSUnit_Ident (without quotes), and eCSSUnit_Families (font family list, but not for @font-face descriptor where the single family is stored as eCSSUnit_String). (Bug 481591) r+sr=bzbarsky
|
2009-03-06 13:05:01 +09:00 |
|
Stuart Parmenter
|
75e52ee8cb
|
bug 480233. Make the display list item that canvas uses for painting know about the opacity of the canvas. r/sr=roc
|
2009-03-05 05:43:45 -08:00 |
|
Doug Turner
|
6418098a80
|
Bug 473443 - Backing out bitblt for windows ce. This patch causes image sheering in fennec. r=blassey
|
2009-03-05 10:27:27 -08:00 |
|
Markus Stange
|
ac0fae4854
|
Bug 481359 - Mouse shouldn't show spinner while pages are transferring, ui-r=beltzner r+sr=bzbarsky
|
2009-03-05 16:07:55 +01:00 |
|
Markus Stange
|
54376f443d
|
Bug 479618 - Make the test for bug 350471 more stable, r=smaug
|
2009-03-05 16:05:47 +01:00 |
|
Dave Camp
|
c2401372fd
|
Bug 471227 - rework offline update scheduling a bit to avoid losing/misscheduling updates. r+sr=bz
|
2009-03-04 13:37:29 -08:00 |
|
Boris Zbarsky
|
6d09b292f6
|
Wallpaper for bug 480300.
|
2009-03-04 13:58:43 -05:00 |
|
Boris Zbarsky
|
e2cb5e61e3
|
Bug 480323. Always create a trailing inline for {ib} splits. r+sr=dbaron
|
2009-03-04 07:55:29 -05:00 |
|
Olli Pettay
|
8e3d66727a
|
Bug 480767 - Closing 'Bookmark All Tabs' screws up focus, r+sr=jst
|
2009-03-03 22:20:11 +02:00 |
|
Olli Pettay
|
2219417624
|
Bug 333198 - Suppress Input events for web content during synchronous XMLHttpRequest loads, r=bz, sr=jst
|
2009-03-03 22:11:14 +02:00 |
|
Olli Pettay
|
486b27fd0a
|
Bug 480956 - HTMLDocument and some other dom objects traverse member variables even if the document is in 'nsCCUncollectableMarker::InGeneration' r+sr=peterv
|
2009-03-03 14:14:13 +02:00 |
|
Chris Double
|
1d4babacaa
|
Bug 477899 - Requests for the duration of a media resource are cached by liboggplay, with fix for previous win32 buld error - r+sr=roc
|
2009-03-03 23:23:54 +13:00 |
|
Chris Double
|
20f90eea2c
|
Backed out changeset 0722a0e98124
|
2009-03-03 22:01:06 +13:00 |
|
Chris Double
|
1424ff6f0c
|
Bug 477899 - Requests for the duration of a media resource are cached by liboggplay - r+sr=roc
|
2009-03-03 21:35:50 +13:00 |
|
Henri Sivonen
|
fc40a573c7
|
Prevent infinite mutual recursion in HTML5 tree builder flush
|
2009-02-27 19:04:46 +02:00 |
|
Henri Sivonen
|
7705308a38
|
Add insertion batching to HTML5 tree builder
|
2009-02-27 18:37:47 +02:00 |
|
Henri Sivonen
|
c56149a406
|
Really remove code related to HTML5 tree builder reading back from the DOM
|
2009-02-26 17:09:44 +02:00 |
|
Henri Sivonen
|
e25067fc50
|
Make HTML5 innerHTML setter not crash; Change the tree builder interface never to read from the DOM
|
2009-02-26 16:05:43 +02:00 |
|
Matthew Gregan
|
9f3a5b2f76
|
Bug 470662 - Don't set paused to true when playback ends. Fix handling of playing/suspend attrs. r=chris.double, sr=roc
--HG--
extra : rebase_source : f5161f9a699015b41c4947b52624901786adc852
|
2009-02-27 00:55:30 +13:00 |
|
Jim Mathies
|
6b652e24f9
|
Bug 463088 - Tab tear off cursor touchup. sr=roc
|
2009-03-09 19:01:55 -05:00 |
|
Robert Longson
|
f63037edfb
|
Bug 470653 - nsSVGElement::AfterSetAttr should probably use insertionParent, not insertionParent of the bindingParent. r+sr=roc
|
2009-03-09 13:14:35 +00:00 |
|
mozbugz@karlt.net
|
4cfb92a744
|
Bug 481768 - mouse wheel scrolls too far when viewport is smallish, p=karlt+smaug, r=karlt+smaug, sr+roc
|
2009-03-09 13:10:12 +02:00 |
|
Henri Sivonen
|
9dd56634ea
|
Add innerHTML parsing with HTML5 parser
|
2009-02-20 18:13:48 +02:00 |
|
Henri Sivonen
|
3cb0e1a7ca
|
Count CTOR/DTOR in HTML5 parser; remove debug NS_WARNINGS
|
2009-02-12 10:30:41 +02:00 |
|
Wladimir Palant
|
982be663a1
|
Bug 477979 - Add CheckLoadURI checks for more script loads. r+sr=jst
|
2009-02-11 15:51:37 +01:00 |
|
Boris Zbarsky
|
dceb36b6b7
|
Backing out bug 481440 (revision 8fddfa5d2748)
|
2009-03-23 13:32:06 -04:00 |
|
Boris Zbarsky
|
d8b2b9193c
|
Bug 481440. Make our id table always live. r=jst, sr=roc
|
2009-03-23 10:04:40 -04:00 |
|
Robert Longson
|
c725ebcfde
|
Bug 483389 - viewportElement methods return the wrong element sometimes. r+sr=roc
|
2009-03-21 15:36:39 +00:00 |
|
Ted Mielczarek
|
dcc2d8f492
|
bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo
--HG--
rename : toolkit/components/downloads/test/downloads.empty.sqlite => browser/components/privatebrowsing/test/unit/downloads.empty.sqlite
rename : dom/src/json/test/fail1.json => dom/src/json/test/unit/fail1.json
rename : dom/src/json/test/fail10.json => dom/src/json/test/unit/fail10.json
rename : dom/src/json/test/fail11.json => dom/src/json/test/unit/fail11.json
rename : dom/src/json/test/fail12.json => dom/src/json/test/unit/fail12.json
rename : dom/src/json/test/fail13.json => dom/src/json/test/unit/fail13.json
rename : dom/src/json/test/fail14.json => dom/src/json/test/unit/fail14.json
rename : dom/src/json/test/fail15.json => dom/src/json/test/unit/fail15.json
rename : dom/src/json/test/fail16.json => dom/src/json/test/unit/fail16.json
rename : dom/src/json/test/fail17.json => dom/src/json/test/unit/fail17.json
rename : dom/src/json/test/fail18.json => dom/src/json/test/unit/fail18.json
rename : dom/src/json/test/fail19.json => dom/src/json/test/unit/fail19.json
rename : dom/src/json/test/fail2.json => dom/src/json/test/unit/fail2.json
rename : dom/src/json/test/fail20.json => dom/src/json/test/unit/fail20.json
rename : dom/src/json/test/fail21.json => dom/src/json/test/unit/fail21.json
rename : dom/src/json/test/fail22.json => dom/src/json/test/unit/fail22.json
rename : dom/src/json/test/fail23.json => dom/src/json/test/unit/fail23.json
rename : dom/src/json/test/fail24.json => dom/src/json/test/unit/fail24.json
rename : dom/src/json/test/fail25.json => dom/src/json/test/unit/fail25.json
rename : dom/src/json/test/fail26.json => dom/src/json/test/unit/fail26.json
rename : dom/src/json/test/fail27.json => dom/src/json/test/unit/fail27.json
rename : dom/src/json/test/fail28.json => dom/src/json/test/unit/fail28.json
rename : dom/src/json/test/fail29.json => dom/src/json/test/unit/fail29.json
rename : dom/src/json/test/fail3.json => dom/src/json/test/unit/fail3.json
rename : dom/src/json/test/fail30.json => dom/src/json/test/unit/fail30.json
rename : dom/src/json/test/fail31.json => dom/src/json/test/unit/fail31.json
rename : dom/src/json/test/fail32.json => dom/src/json/test/unit/fail32.json
rename : dom/src/json/test/fail33.json => dom/src/json/test/unit/fail33.json
rename : dom/src/json/test/fail34.json => dom/src/json/test/unit/fail34.json
rename : dom/src/json/test/fail4.json => dom/src/json/test/unit/fail4.json
rename : dom/src/json/test/fail5.json => dom/src/json/test/unit/fail5.json
rename : dom/src/json/test/fail6.json => dom/src/json/test/unit/fail6.json
rename : dom/src/json/test/fail7.json => dom/src/json/test/unit/fail7.json
rename : dom/src/json/test/fail8.json => dom/src/json/test/unit/fail8.json
rename : dom/src/json/test/fail9.json => dom/src/json/test/unit/fail9.json
rename : dom/src/json/test/json2.js => dom/src/json/test/unit/json2.js
rename : dom/src/json/test/pass1.json => dom/src/json/test/unit/pass1.json
rename : dom/src/json/test/pass3.json => dom/src/json/test/unit/pass3.json
rename : testing/xpcshell/example/location_load.js => testing/xpcshell/example/unit/location_load.js
rename : toolkit/components/commandlines/test/unit/unix/test_bug410156.js => toolkit/components/commandlines/test/unit_unix/test_bug410156.js
rename : toolkit/components/commandlines/test/unit/win/test_bug410156.js => toolkit/components/commandlines/test/unit_win/test_bug410156.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug257155/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug257155/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_10/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_10/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_11/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_11/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_12/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_12/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_13/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_13/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug397778/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug397778/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug425657/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug425657/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_1/README => toolkit/mozapps/extensions/test/addons/test_bug428341_1/README
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug436207/install.js => toolkit/mozapps/extensions/test/addons/test_bug436207/install.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_9/install.rdf
|
2009-03-21 11:20:00 -04:00 |
|
Arpad Borsos
|
a3c3485d44
|
Bug 474369 - get rid of nsVoidArray, uninitialized warning fix; r+sr=sicking
|
2009-03-21 09:32:16 +01:00 |
|
Joe Drew
|
8fb1293b2a
|
Bug 484076 - Update pixman and cairo. This upgrades Cairo to git revision c932a809d6484503d7ee267d934bbc87c8d44092. r=vlad
|
2009-03-20 16:02:45 -04:00 |
|
Neil Rashbrook
|
9f1a8d5171
|
Remove the view-source: part of the URL to stop the test leaking; most of the patch to bug 206691 is still tested anyway
|
2009-03-20 15:04:10 +00:00 |
|
Arpad Borsos
|
bb7554eb5a
|
Bug 474369 - get rid of nsVoidArray, fix Mac unittest bustage
|
2009-03-20 14:33:02 +01:00 |
|
Arpad Borsos
|
553f494aee
|
Bug 474369 - get rid of nsVoidArray, content followup; r+sr=sicking
|
2009-03-20 11:41:27 +01:00 |
|
Neil Rashbrook
|
6111226d47
|
Test for bug 206691 r=bz
--HG--
rename : content/base/test/chrome/test_bug467123.xul => content/base/test/chrome/test_bug206691.xul
|
2009-03-20 10:07:33 +00:00 |
|
Arpad Borsos
|
8dc04b2fe9
|
Bug 474369 - get rid of nsVoidArray, content part; r=jwatt, sr=sicking
|
2009-03-20 09:15:35 +01:00 |
|
Peter Van der Beken
|
90ab2fa166
|
Fix for bug 480389 (Remove nsIDocument's cached JS object). r/sr=jst.
--HG--
extra : rebase_source : e01297b029bdbcde75521363ad47949dff72cf9b
|
2009-03-18 18:56:38 +01:00 |
|
Henri Sivonen
|
c26597853c
|
Make HTML5 parser WriteStreamBytes type modifiers between .h and .cpp match on Windows
|
2009-02-09 13:18:54 +02:00 |
|
Henri Sivonen
|
5ee2e0c5a7
|
Add charset sniffing and make standards mode work in the HTML5 parser
|
2009-02-09 11:20:13 +02:00 |
|
Olli Pettay
|
cb57be346c
|
backout 333198
|
2009-03-02 22:21:46 +02:00 |
|
Ehsan Akhgari
|
628a79a45e
|
Bug 417489 - XML Parse Error is messy in RTL; r+sr=sicking
|
2009-02-27 22:07:51 +03:30 |
|
Mats Palmgren
|
d19706fb0a
|
Initialize nsSyncLoader members. b=479709 r+sr=jonas
|
2009-02-27 18:48:48 +01:00 |
|
Robert Longson
|
b027f83c1a
|
Backout patch for bug 361920
|
2009-02-27 14:13:53 +00:00 |
|
Ginn Chen
|
3694c15b1d
|
Bug 333198 fix Solaris bustage
|
2009-02-27 14:47:27 +08:00 |
|
Asaf Romano
|
a06a82c972
|
comments and a hard-tab fix
|
2009-02-26 16:01:11 -08:00 |
|
Asaf Romano
|
fe4d91cd12
|
Bug 480149 - DOMLinkAdded and DOMLinkRemoved events for link elements should be dispatched when swapping docshells. r+sr=bz.
|
2009-02-26 14:05:42 -08:00 |
|
Olli Pettay
|
1380d66c68
|
Bug 479490 - 'ASSERTION: Mismatched calls to ResumeTimeouts'. r=bent, sr=jst, a=blocking1.9.1+
|
2009-02-26 14:00:32 -08:00 |
|
Olli Pettay
|
e6f01244a1
|
Bug 333198 - 'Suppress Input events for web content during synchronous XMLHttpRequest loads'. r=bz, sr=jst, a=blocking1.9.1+
|
2009-02-26 14:00:30 -08:00 |
|
Matthew Gregan
|
3facbf1d48
|
Merge backout of 59d848818fd8.
|
2009-02-26 22:06:11 +13:00 |
|
Matthew Gregan
|
241ed4b214
|
Backed out changeset 59d848818fd8
|
2009-02-26 21:59:39 +13:00 |
|
Matthew Gregan
|
005e869ef9
|
Replace test Wave file with silent alternative. No bug.
|
2009-02-26 21:30:29 +13:00 |
|
Robert O'Callahan
|
0e9a1e6846
|
Bug 479936 - Correctly handle sizing of video elements
|
2009-02-26 20:04:42 +13:00 |
|
Matthew Gregan
|
51b1c1c5aa
|
Bug 470662 - Don't set paused to true when playback ends. r=chris.double, sr=roc
|
2009-02-25 14:41:42 +13:00 |
|
Matthew Gregan
|
620e25b404
|
Bug 471024 - volume or mute set early in media load ignored. r=chris.double, sr=roc
|
2009-02-25 23:59:00 +13:00 |
|
Dave Camp
|
9382bde2f2
|
More logging for bug 471227.
|
2009-02-25 21:57:28 -08:00 |
|
Boris Zbarsky
|
a1f888815b
|
Bug 476245. Keep better track of our anonymous content. r=smaug, sr=jst
|
2009-02-24 13:39:09 -05:00 |
|
Robert Longson
|
84def8cbfb
|
Bug 479968 - CreateSVGNumber should create a number initialised to 0. r+sr=roc
|
2009-02-25 10:08:44 +00:00 |
|
Dave Camp
|
fbbee40aa1
|
Bug 471227 - revert debug spew for now.
|
2009-02-25 01:03:13 -08:00 |
|
Dave Camp
|
1a8ea997f1
|
Bug 471227 - More debug spew.
|
2009-02-24 23:12:13 -08:00 |
|
Jonas Sicking
|
fea9eede61
|
Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst
|
2009-02-24 11:46:51 -08:00 |
|
Jonas Sicking
|
0afd527e79
|
Merge - Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures
|
2009-02-24 15:39:16 -08:00 |
|
Jonas Sicking
|
b2248a4405
|
Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures.
|
2009-02-24 15:38:40 -08:00 |
|
L. David Baron
|
3edd7358b2
|
Merge backout of changeset a328b5ae57e0 (bug 476245) for causing failures of test_videocontrols.html across platforms (although Linux hasn't cycled yet).
|
2009-02-24 13:38:55 -08:00 |
|