Граф коммитов

14994 Коммитов

Автор SHA1 Сообщение Дата
Shawn Wilsher 1439128f1c bug 464174 followup (comment fix only) 2008-11-28 18:24:05 -08:00
Blake Kaplan f33c8d1aad Bug 464174. r=sicking, sr=sicking, a=beltzner 2008-11-28 18:16:17 -08:00
Shawn Wilsher 19ec39708d Mark xslt_selflink_empty_href.xslt as failing on linux 2008-11-28 17:54:16 -08:00
Martin 8716f7bdec Add tests for xml-stylesheet PI (including for Bug 353364). a=tests 2008-11-28 21:25:48 +00:00
Martin e8c5d44a01 Bug 353364 - Same-document references in xml-stylesheet PI processed incorrectly. r+sr=peterv, a191=beltzner 2008-11-28 21:21:55 +00:00
Blake Kaplan a9cf63f5a8 Bug 465626 - Fix GCC warning about using rv uninitialized. r+sr=jst, a191=beltzner. 2008-11-28 11:10:24 +01:00
Blake Kaplan 55d31807bc Bug 464498 - Nuke warnings in XSLT. r/sr=sicking, a191=beltzner. 2008-11-28 11:07:32 +01:00
Shawn Wilsher 8768c2d124 Merge to tip for peterv's bundle 2008-11-27 20:07:06 -08:00
Peter Van der Beken 7707e54e37 Fix for bug 464067 (memory leak while running SVG reftests). r/sr=jst. 2008-11-27 18:45:25 +01:00
Ben Turner 30837a9489 Bug 464983 - 'Workers: Throw exceptions properly from XHR status getters and fake abort events in race conditions.' r+sr=sicking, a=blocking1.9.1+. 2008-11-27 01:16:37 -05:00
Boris Zbarsky 4a67568c9e Bug 465455. Use the charset we'll send in the header to encode with. r+sr=sicking, a=beltzner 2008-11-26 23:10:28 -05:00
Boris Zbarsky 2a21979a79 Bug 466518. Teach content policy utils about resource documents. r+sr=jst, a=beltzner 2008-11-26 23:10:28 -05:00
John Daggett 4db5d3c126 Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron,bz sr=dbaron 2008-11-27 12:50:16 +09:00
Boris Zbarsky 504e1ba0ec Bug 462979. Fix synthesizeMouse to send events to the right place. r=enn, sr=roc, a=beltzner 2008-11-26 16:52:42 -05:00
Boris Zbarsky 4be6c600e3 Bug 462519. Make NSPR logging of document construction/destruction work in opt builds again. r+sr=jonas, a=beltzner 2008-11-26 16:52:38 -05:00
Olli Pettay a24b77351b Bug 464197, r+sr=roc, a=blocking1.9.1+ 2008-11-26 12:52:48 +02:00
Boris Zbarsky a1423a6cb2 Bug 460425. Do better security checks during redirection. r=sicking,biesi, sr=sicking 2008-11-25 20:50:04 -05:00
L. David Baron 8e2a5e8a21 Handle some additional codepaths for position: fixed elements inside elements with -moz-transform. (Bug 455171) r+sr=bzbarsky a=blocking1.9.1+ 2008-11-25 15:22:39 -08:00
L. David Baron 7e1473f736 Back out 342b86dd79f48f11583e7b6526a5b78457d29a1c due to mac startup failures. 2008-11-25 14:38:17 -08:00
L. David Baron 6bcccb2f16 Handle some additional codepaths for position: fixed elements inside elements with -moz-transform. (Bug 455171) r+sr=bzbarsky a=blocking1.9.1+ 2008-11-25 13:27:54 -08:00
Boris Zbarsky ed5bae89db Drop extra semicolons. Fix build bustage in CLOSED TREE 2008-11-24 13:41:07 -05:00
Boris Zbarsky e969e263a6 Bug 457153. Introduce an nsILoadContext interface so that consumers can get load context information from a channel/loadgroup without having to depend on getInterface of docshell stuff. r=dwitte for cookie part, r=jst for rest, sr=jst, a=beltzner for CLOSED TREE 2008-11-24 13:32:04 -05:00
Blake Kaplan 9c2e33584e Bug 464754 - nsIContentPolicy.shouldLoad() called without context for scripts. r/sr=bz a=beltzner 2008-11-19 02:05:05 -05:00
Robert O'Callahan b14d5e8270 Backed out changeset ab6c0cda36b2 to fix test failures 2008-11-19 16:21:08 +13:00
Chris Pearce 38d0a3c255 Bug 451958. Implement access checks for media elements. r+sr=roc,a=beltzner 2008-11-19 14:08:39 +13:00
Dave Camp ad009ffc50 Bug 445004 followup: Use parent instead of top for tests. r=roc 2008-11-18 17:00:15 -08:00
Boris Zbarsky b53aa2a19e Bug 445004. Make the base and document URI of document.written documents be the base and document URI of the document on whose current context our code is running. r+sr=jst, r=dcamp 2008-11-18 17:54:36 -05:00
Chris Pearce 0a768b1b83 Bug 462878. Ensure that nsMediaStream::Close is only called on the main thread, and prevent reentrant Stop calls. r+sr=roc,a=beltzner 2008-11-18 21:19:32 +13:00
Brad Lassey d41f0a300d Bug 427987 - Add support for Hildon (Maemo) tap-n-hold context menu r+sr=jst a=beltzner 2008-11-17 21:08:34 -05:00
Robert O'Callahan 64bfc07198 Backed out changeset bbbcc5a1eb5e 2008-11-17 23:40:09 +13:00
Chris Pearce 23eb4435c6 Bug 462878. Make sure nsMediaStream::Close is only called on the main thread. Also prevent reentrant Stop calls. r=doublec,r+sr=roc,a=beltzner 2008-11-17 20:36:21 +13:00
bjarne@runitsoft.com 16c20f18f0 Fixing bug 380418. Prevent XMLHttpRequest from reading HTTPOnly cookies. r+sr=jonas@sicking.cc, a=b2 blocker 2008-11-13 18:18:01 -08:00
Johnny Stenback dc6768de8a Fixing bug 425153. Fix script filenames such that our wrapper automation story is more consistent. r=jonas@sicking.cc, sr=bzbarsky@mit.edu, a=b2 blocker 2008-11-13 16:00:11 -08:00
Peter Van der Beken 1d1300ae2b Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-13 17:54:52 +01:00
Patrick McManus 38d2bebf78 Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky, a=beltzner 2008-11-07 18:00:26 -05:00
Boris Zbarsky d9d2f22935 Bug 460713. Sanity-check the length. r+sr=jst, a=beltzner 2008-11-11 22:36:20 -05:00
Matthew Gregan 5847aa9003 b=463968 test_wav_ended1.html can fail on slow machines with no audio hardware. r+sr=roc 2008-11-11 11:45:09 +13:00
Boris Zbarsky ab1cce33ca Bug 461735. Use the final channel URI as the script URI. r+sr=jst, a=beltzner 2008-11-10 16:09:30 -05:00
Chris Pearce 62ab11294c Bug 462933. Remove timeouts from video tests, rely on master Mochitest timeout only. r=roc 2008-11-10 21:13:59 +13:00
Matthew Gregan 039ced9707 Bug 463929. Support 8-bit WAV streams. r+sr=roc 2008-11-10 21:12:13 +13:00
Chris Double eab8857234 Bug 449307 - Implement duration support for ogg backend - s+sr=roc 2008-11-10 14:38:02 +13:00
Robert Longson ceb50c4435 Mochitests for bug 459953 2008-11-09 11:41:22 +00:00
Joe Drew 2cfff3b2ca Backed out changeset 6bedb1e92dd0 due to refcount leaks 2008-11-07 15:01:35 -05:00
Joe Drew eeb6de683a Bug 393936 - Cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call CancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). r=bz, sr=pavlov, a=blocking1.9.1+ 2008-11-07 14:35:22 -05:00
Blake Kaplan ff49416ea4 Bug 451680 - Use a more reliable function to compile and execute XBL. r+sr=bzbarsky 2008-11-06 18:06:49 -08:00
Matthew Gregan 36303593a5 b=449315 Support WAV format in <audio> element. r+sr=roc 2008-11-07 09:53:20 +13:00
Jeff Walden 32d8eb5c47 Bug 463254 - httpd.js fails on mac when running test_CrossSiteXHR.html. The problem was that exceptions were causing files not to be closed on OS X, and we were hitting the open-file limit; add some try-finally magic to close in a failsafe manner. r=honzab 2008-11-06 12:44:27 -08:00
Peter Van der Beken 0ae1e1d97c Backed out changeset 874aba8a9a8a to fix orange 2008-11-06 15:01:22 +01:00
Peter Van der Beken b474bf473d Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-06 12:09:30 +01:00
Vladimir Vukicevic 0188432e2c Update canvas mochitests; covered operators changed with cairo 1.8.2 update 2008-11-06 01:44:13 -08:00
Justin Dolske 67a9153d30 Backout 30bfb150da06 (bug 449315) due to unit test timeouts. 2008-11-05 16:37:51 -08:00
Justin Dolske f6706fa479 Backed out changeset 30bfb150da06 2008-11-05 16:36:12 -08:00
John Daggett 5a17f99678 Bug 457825 - Support access control headers when downloading fonts. r=jonas,dbaron, sr=jonas 2008-11-06 09:32:12 +09:00
Honza Bambas dcfcdf8a0d Bug 461325: Cache implicit entries when the manifest is not changed. r=dcamp, sr=biesi 2008-11-05 16:01:08 -08:00
Honza Bambas ffa3457961 Bug 460353: app caches should be per iframe, not per toplevel browsing context. r=dcamp, r+sr=jst 2008-11-05 16:01:07 -08:00
Jeff Walden 3862e1a978 Bug 462864 - Expose request body as a stream, state-machine refactoring in httpd.js. r=honzab 2008-11-05 15:31:30 -08:00
Chris Pearce 5b91a74418 b=462953 Remove unimplemented media attributes/methods from media IDL r=doublec,sr=roc 2008-11-06 11:53:29 +13:00
Matthew Gregan ffc3693e6e b=449315 Support WAV format in <audio> element. r+sr=roc 2008-11-06 11:25:04 +13:00
Justin Dolske e50703d0a6 Investigating leaks in bug 463263, backout bug 453403. 2008-11-05 12:55:38 -08:00
Justin Dolske 04b7ea82f5 Backed out changeset e8fd3f4c52b6 2008-11-05 12:54:51 -08:00
Gavin Sharp e423aed83d Backed out changeset f014c59ad81d 2008-11-04 23:35:39 -05:00
Jeff Muizelaar 1b6769b067 Bug 235853: Defer proxy resolution for HTTP and HTTPS PAC to avoid blocking main thread during DNS resolution, original patch by shaver@mozilla.org, r+sr=biesi 2008-11-04 23:11:31 -05:00
Gavin Sharp 707a0ad98b Bug 461803: add elementFromPoint method on nsIDOMWindowUtils which optionally ignores root scroll frame and lets callers avoid flushing layout, r+sr=bzbarsky 2008-11-04 22:58:22 -05:00
Dave Camp bb225fa10f merge 2008-11-04 11:58:28 -08:00
Peter Van der Beken f4a54ff40f Backed out changeset 81c0a2ec449f to fix orange 2008-11-04 20:54:50 +01:00
Peter Van der Beken 9d26893190 Backed out changeset 81c0a2ec449f to fix orange 2008-11-04 20:54:08 +01:00
Doug Turner a51cf5c57a Merge to tip 2008-11-04 11:39:05 -08:00
Doug Turner af9c4cf810 Quick follow up to 461827. Removing unneeded ifdef WINCE in the last file that has wince specific stuff wrt GetClassName. r=me 2008-11-04 10:15:02 -08:00
Peter Van der Beken 32d5065b11 Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-04 18:10:43 +01:00
Patrick McManus 32378e5ce8 Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky 2008-11-04 11:14:29 -05:00
Peter Van der Beken 124b30be15 Fix for bug 462929 ("ASSERTION: We can't deal with objects that have the same classinfo but different offset tables" with MathML element and other element). r/sr=jst. 2008-11-04 18:21:38 +01:00
Boris Zbarsky 3c9dd35401 Backing out changesets 374d3cf7b48d, 5d9dc9b6127e, 8c4f57a5674d, cd9a392337b7 2008-11-04 11:03:10 -05:00
Patrick McManus 8fc5449efc Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky 2008-11-04 10:22:04 -05:00
Patrick McManus ea69c6f497 Bug 453403. Add DNS prefetching, similar to what Google chrome does. r+sr=bzbarsky 2008-11-04 10:14:50 -05:00
Markus Stange bbeaacb82b Bug 462793 - Changing listbox selection with keyboard no longer scrolls to make the newly selected item visible, r+sr=roc 2008-11-04 15:38:16 +01:00
Chris Double 628a44fc5f Merge for backout of bug 449307 2008-11-05 00:01:35 +13:00
Chris Double dd50ba5674 Backed out changeset a82181a23253 2008-11-05 00:01:04 +13:00
Dave Camp a9e28932b8 Bug 445544: Navigating away from an offline app fails. r=honzab, r+sr=bz 2008-11-04 02:20:27 -08:00
Chris Double 02b8d79245 Back out commit for bug 449316 2008-11-04 21:55:41 +13:00
Chris Double 3cb4bd1ebe Backed out changeset 18403769ec19 2008-11-04 21:54:41 +13:00
Chris Pearce d4307002af Bug 462373 - Code simplifications for Media elements - r+sr=bzbarsky 2008-11-04 21:50:24 +13:00
Matthew Gregan d31d0aa5a2 Bug 449315 - Support WAV format in <audio> element - r+sr=roc 2008-11-04 21:29:10 +13:00
Chris Double 0b0b2d3ab4 Bug 449307 - Support duration attribute on media elements - r+sr=roc 2008-11-04 21:08:39 +13:00
Chris Double b14f3be879 Bug 462916 - Update liboggplay to pick up ability to compute Ogg duration - r+sr=roc 2008-11-04 21:06:40 +13:00
Neil Deakin f583d46766 Bug 461422 Menulists should not be generated lazily r=Neil sr=bz 2008-11-04 07:58:36 +00:00
Shawn Wilsher 80e7588e3d backout of changeset b0dc837c20fa and 73350927f5f1 due to test failures 2008-11-03 18:55:15 -05:00
Boris Zbarsky 5538281800 Bug 462803. Remove dead code. r=enn 2008-11-03 11:02:25 -05:00
Boris Zbarsky af898602f8 Fixing mochitest to round, not truncate, coords when trying to dispatch mouse events relative to nodes which are positioned at fractional pixels. Reenabling the test that was failing because of the truncation 2008-11-03 10:43:00 -05:00
Peter Van der Beken 5370eac779 Backed out changeset ba895ab8cbe7 to fix orange 2008-11-03 16:28:50 +01:00
Peter Van der Beken 5ef39622de Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst. 2008-11-03 14:49:53 +01:00
Peter Van der Beken 097c3bba7f Fix for bug 457897 (Remove QI on 'this' object when calling from JS to C++). Patch by jorendorff and me, r/sr=jst. 2008-11-03 11:31:47 +01:00
Boris Zbarsky d7cc484e05 Disabling this part of the test for now, until I can figure out why it's broken in so many different ways on different machines 2008-11-03 00:50:10 -05:00
Boris Zbarsky 1504043dfd Fixing linux orange and hoping for the best; on my local Mac setup it came out that way, but maybe tinderbox will be happier 2008-11-02 23:12:38 -05:00
Boris Zbarsky ae7d6023b3 Adding test file too 2008-11-02 21:33:04 -05:00
Boris Zbarsky 06998b3fc5 Bug 388794. Send 0,0 as the x,y values of the click if there was no click, or if there's no imageframe for the image input. Aligns with HTML5. r+sr=sicking 2008-11-02 21:25:11 -05:00
Mats Palmgren 1882b961d6 ASSERTION: disconnected nodes. b=424276 r+sr=bzbarsky 2008-11-02 17:31:29 +01:00
Mats Palmgren 7f71610060 Mute a warning when typing Alt+ArrowKey. Code cleanup. b=460680 r+sr=bzbarsky 2008-11-02 16:00:05 +01:00
Markus Stange e5cce97aa0 Bug 457864 - Make wheel scrolling asynchronous, r+sr=roc (relanding) 2008-11-01 15:07:34 +01:00
Peter Van der Beken f84bf8a888 Fix for bug 436864 (XPath needs to support an 'object' type as a parameter and return type). r/sr=sicking. 2008-10-31 18:05:42 -07:00
Peter Van der Beken c6e64c904a Fix for bug 436864 (XPath needs to support an 'object' type as a parameter and return type). r/sr=sicking. 2008-10-31 17:52:06 -07:00
Peter Van der Beken 31fbed0cfb Fix for bug 461560 (Make nsNamedArraySH::NamedItem not AddRef/Release). r/sr=bz. 2008-10-31 14:40:35 -07:00
Peter Van der Beken 606540be63 Backed out changeset 5d65342d7287 to fix orange 2008-10-31 11:07:26 -07:00
Peter Van der Beken ef4e05905a Fix for bug 461560 (Make nsNamedArraySH::NamedItem not AddRef/Release). r/sr=bz. 2008-10-31 08:55:59 -07:00
Dave Townsend 85b01aaa4a Bug 461594: Interfaces changed without iid updates. r=josh, r=jst 2008-10-31 10:31:43 +00:00
Chris Double 0c6223cfa4 Bug 462378 - Cache video/audio downloads to file - r+sr=bzbarsky 2008-10-31 11:24:29 +13:00
Blake Kaplan 5ac270730d Bug 461031 - Bring a little more sanity to parser notifications of the content sink. This should help increase responsiveness, especially on pages with lots of inline scripts. r+sr=jst 2008-10-30 14:31:00 -07:00
Benjamin Smedberg d181f29132 Bug 461212 - deCOM frame traversal (relanding) r=mats.palmgren sr=roc 2008-10-30 10:15:22 -07:00
Ted Mielczarek 2fc4b1dbc6 bug 461395 - add support for PARALLEL_DIRS to build system, parallelize content. r=bsmedberg 2008-10-30 13:02:14 -04:00
Robert Longson 8337bac050 Bug 459953 - Some path segments have the wrong pathSegTypeAsLetter. r+sr=roc 2008-10-30 14:05:33 +00:00
Olli Pettay d2c1b2a571 Bug 461772, don't crash when using XBL in external svg docs, r+sr=bz 2008-10-30 12:35:44 +02:00
Robert O'Callahan d94d86de3a Bug 448603. Support direct loading of Ogg audio and video files by creating a synthetic <video> document. r=doublec,sr=bzbarsky 2008-10-29 22:20:08 -07:00
Boris Zbarsky 3c2cf0b26a Bug 439965. Make sure to flush frames on our parent before checking whether editing is on, since editing depends on the presshell. r+sr=peterv 2008-10-29 13:12:24 -07:00
Frédéric WANG 250b1d8523 Bug 449746 - Switch content is not displayed with requiredExtensions="http://www.w3.org/1999/xhtml" or requiredExtensions="http://www.w3.org/1998/Math/MathML"; r=(longsonr + mozbugz + roc) 2008-10-29 05:21:06 +01:00
L. David Baron e1ef93f34d Merge. 2008-10-28 15:51:35 -07:00
Chris Double 512f61ec39 Bug 457964 - changed media paused type to boolean - r+sr=roc 2008-10-29 10:54:17 +13:00
L. David Baron 5133d2aac4 Merge backout of changeset 23eebebb8b48 (from bug 322475, which made us construct all our image loaders at frame construction time) because of issues with propagation of backgrounds to the canvas (bug 460796). 2008-10-28 14:36:44 -07:00
L. David Baron 63fc42ca30 Backed out changeset 23eebebb8b48 (from bug 322475, which made us construct all our image loaders at frame construction time) because of issues with propagation of backgrounds to the canvas (bug 460796). 2008-10-28 14:36:17 -07:00
Chris Double fc59b616c1 Bug 449518 - Video autostart after doing Back/Forward history button on browser - r+sr=roc 2008-10-29 07:48:39 +13:00
Olli Pettay 430c7ea375 Bug 422856, Improve XHR cycle collection, r+sr=sicking 2008-10-28 20:30:10 +02:00
Chris Double 996684f72e Bug 448680 - Starting <video> playback causes master volume to jump to max - r+sr=roc 2008-10-29 05:17:59 +13:00
Benjamin Smedberg a377056ed5 Merge backout and typo fix of bug 461212 2008-10-28 02:50:20 -04:00
Benjamin Smedberg eeae096d9f Backed out changeset affcc1c08bc0 (deCOM frame enumerator) due to regression from it or bug 461410. 2008-10-28 02:47:40 -04:00
Benjamin Smedberg 8a6ad3f11a Bug 461212 - deCOM frame enumerator, r=mats.palmgren sr=roc 2008-10-28 00:47:19 -04:00
Benjamin Smedberg 33ccb02fc5 Bug 461359 - Make nsTreeBodyFrame not implement nsITreeBoxObject... nsTreeBoxObject can just call the methods on nsTreeBodyFrame directly, and we avoid nsISupports oddities for bug 396185 r=Enn sr=roc 2008-10-28 00:47:19 -04:00
Masayuki Nakano 9a131061f2 Bug 453617 right-click on windowless plugins shows Firefox context menu r=enndeakin, sr=neil 2008-10-28 10:59:17 +09:00
Benjamin Smedberg 19c238fa3c Bug 461186 - nsTextControlFrame should not implement nsIPhonetic: there's only one caller, and that caller can use nsITextControlFrame directly. This is one less frame that implements an nsISupports-derived interface. r+sr=roc 2008-10-27 20:27:55 -04:00
Markus Stange de419ea7c4 Bug 457864 - Fix tests to not rely on mouse wheel scrolling being synchronous, r=smaug 2008-10-27 20:24:33 +01:00
Masayuki Nakano c917bc9fa1 Bug 460568 removeAttribute('contenteditable') doesn't work fine r+sr=peterv 2008-10-26 01:21:56 +09:00
Peter Van der Beken 6e7cf1a087 Fix for bug 461278 ("ASSERTION: Uh, fix QI!" loading a bug list). r/sr=bz. 2008-10-24 15:58:33 +02:00
Chris Double 826b1b1225 Bug 461281 - CPU usage goes to 100% after playing some Ogg files - r+sr=roc 2008-10-24 18:43:17 +13:00
tdyas@zecador.org d7aca1d1b8 Bug 412486 - widget/event-detection support for multi-touch trackpad gestures, r=smaug,josh, sr=roc 2008-10-23 23:15:20 +03:00
Olli Pettay e67c3dd50a Bug 450920, fix a warning in XHR, r+sr=sicking 2008-10-23 20:16:45 +03:00
Chris Double f873ca80e9 Backout of Bug 461281 2008-10-23 23:58:26 +13:00
Chris Double 1c4e2e24af Backed out changeset 8493c800cc20 2008-10-23 23:57:58 +13:00
Chris Double 652ff6e406 Backout of Bug 461281 2008-10-23 23:57:26 +13:00
Chris Double 98673991a9 Backed out changeset f291cb19c48b 2008-10-23 23:57:02 +13:00
Chris Pearce 42474b6e53 Bug 461287 - nsHttpStreamStrategy::Seek() incorrectly increments read cursor - r=chris.double sr=roc 2008-10-23 21:14:28 +13:00
Chris Double efa13018a5 Bug 461281 - Add .ogg file for tests - r+sr=roc 2008-10-23 21:08:49 +13:00
Chris Double 45da8aa9b7 Bug 461281 - CPU usage goes to 100% after playing some Ogg files - r+sr=roc 2008-10-23 21:07:36 +13:00
Chris Double 7cfa507370 Bug 460871 - fire timeupdate event when playback position changes - r+sr=roc 2008-10-23 21:02:18 +13:00
Jesse Ruderman 388d9cbb13 Fix assertion message that was missing a space 2008-10-22 17:55:04 -07:00
Boris Zbarsky 64b2bb8bcb Removing stray trailing ';' 2008-10-22 17:17:49 -04:00
Peter Van der Beken a9ba7dc3aa Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz. 2008-10-22 16:31:14 +02:00
Siraj Razick 99472a614a Bug 424847. Clamp mousewheel text zoom to min/max percentages at zoom time. r+sr=bzbarsky. 2008-10-22 10:15:14 -04:00
Laurent Jouanneau d4fa8fb02f Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with even better passing tests. Third time is the charm! r=smaug, sr=bzbarsky 2008-10-21 16:41:28 -04:00
Laurent Jouanneau 5d4d2a5a28 Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with even better passing tests. Third time is the charm! r=smaug, sr=bzbarsky 2008-10-21 16:30:09 -04:00
Boris Zbarsky eebe7ac327 Bug 460803. Start layout more like the content sinks do. r+sr=sicking 2008-10-21 16:17:11 -04:00
Boris Zbarsky ed7c6740df Remove bogus assertion and comment 2008-10-21 16:09:54 -04:00
Chris Double f2de2340d8 Bug 449154 - nsHTMLMediaElement::play() doesn't reset properly - s+sr=roc 2008-10-21 22:19:33 +13:00
Olli Pettay d1da7c4150 Bug 460751 - Progress events should use long long, not long for .total and .loaded, r=chris.double, sr=sicking 2008-10-21 12:06:53 +03:00
Arpad Borsos ce79e8249d Bug 456388 - "Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree" (followup for mozilla-central) [r+sr=brendan] 2008-10-21 01:50:05 -05:00
Boris Zbarsky ffe69d43bc Bug 460665. Whack another XBL sink mole. r+sr=sicking 2008-10-20 12:20:01 -04:00
Neil Deakin 1aecd8d7d8 Bug 450990, make template generate recursive instead of lazy, improves performance as well, r=peterv,sr=bz 2008-10-20 11:36:05 -04:00
Dave Camp d53ad8a0fb Bug 495822: Move OfflineAppAllowed from nsIOService to nsOfflineCacheUpdateService. r+sr=biesi 2008-10-19 21:12:25 -07:00
Robert O'Callahan 988739e6a9 Bug 421662. Remove unused files. 2008-10-20 15:14:50 +13:00
Olli Pettay de0d487ac8 Bug 444546, disable tests 2008-10-20 02:29:13 +03:00
Olli Pettay 208332fcca Bug 444546, disable one part of the tests 2008-10-20 02:03:04 +03:00
Olli Pettay 6c83f1ccdc Bug 444546 - Don't dispatch progress event more often than every 350msec, tests 2008-10-20 00:28:06 +03:00
Olli Pettay f1c2fcd1dd Bug 444546 - Don't dispatch progress event more often than every 350msec, r+sr=sicking 2008-10-20 00:26:37 +03:00
Olli Pettay 7890765d72 Bug 460156 - bring back the old behavior of range.isPointInRange(), r=surkov, sr=sicking 2008-10-19 23:41:21 +03:00
Chris Double 316e587060 Bug 449159 - Refactor Ogg backend and implement seeking - r+sr=roc 2008-10-19 20:39:21 +13:00
Jesse Ruderman 59ffe7e400 Add crashtest for bug 257818 2008-10-18 21:10:39 -07:00
Honza Bambas 8e703728c5 Bug 295994 - [r+sr=sicking] 2008-10-18 20:21:28 -05:00
Olli Pettay 5de2ab2821 Bug 460001, r+sr=sicking 2008-10-18 23:18:31 +03:00
Jesse Ruderman 80dc8a2a66 Add a testcase from bug 226744 as a crashtest 2008-10-17 19:20:00 -07:00
Jesse Ruderman 01bf59a7f1 Add crashtest for bug 205735 2008-10-17 18:56:12 -07:00
Boris Zbarsky 4713536499 Bug 424733. Be a little more careful with certificate principals. r+sr=sicking 2008-10-17 21:08:08 -04:00
Asaf Romano 7d9fdcc2c4 Bug 459323 - Drag and Drop in input controls is broken. r=smaug, sr=sicking. 2008-10-17 22:04:55 +02:00
Jonas Sicking 03b3565b57 Backed out changeset eeeaee484609 due to test failure 2008-10-16 22:48:37 -07:00
Jonas Sicking 629880cda6 Break out Access-Control code from nsXMLHttpRequest.cpp. r/sr=mrbkap b=459770. Relanding with some things removed to see if they caused leak. 2008-10-16 21:24:29 -07:00
Serge Gautherie 6d88ba90e2 Merge: Backed out changeset: 1a8fd714a794 2008-10-17 04:11:52 +02:00
Serge Gautherie 96dcc45a56 Backed out changeset: 1a8fd714a794
Break out Access-Control code from nsXMLHttpRequest.cpp. r/sr=mrbkap b=459770
which leaks 280 kB.
2008-10-17 04:10:25 +02:00
Justin Dolske 825d819a9b Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor. 2008-10-16 15:20:21 -07:00
Jonas Sicking 548c9aaf04 Break out Access-Control code from nsXMLHttpRequest.cpp. r/sr=mrbkap b=459770 2008-10-16 15:02:15 -07:00
Brad Lassey 77c0c4c515 Backed out changeset 9fde2bdd93ef 2008-10-16 14:09:08 -04:00
Laurent Jouanneau f6ed85900c Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with passing tests. r=smaug, sr=bzbarsky 2008-10-16 11:16:52 -04:00
Brad Lassey 174e2943a2 Bug 458953 - undef'ing LoadImage in nsSVGFilters.cpp breaks wince build r=roc 2008-10-16 10:53:36 -04:00
Theppitak Karoonboonyanan afc7449aab Bug 157546. The 'delete' key should delete an entire cluster. r=peterv,r+sr=roc 2008-10-16 20:44:32 +13:00
Chris Double ba727c88f0 Bug 459765 - Update to libsydneyaudio r3730 r=kinetik 2008-10-16 16:16:29 +13:00
Alex Vincent e475eb343c Bug 283861 - Want Text3.isElementContentWhitespace; r+sr=jonas 2008-10-16 03:23:17 +02:00
Robert O'Callahan 5b7d5516db Try to fix Windows bustage 2008-10-16 13:10:49 +13:00
Boris Zbarsky 3893618f6b Bug 449219. Don't flush out textnodes unconditionally in the XML sink on packet boundaries. Instead, do smart coalescing like the HTML sink does. Also, always coalesce everything when doing XSLT. r+sr=sicking 2008-10-15 17:29:35 -04:00
Robert O'Callahan fa58acc06f Fixing bustage 2008-10-16 10:24:19 +13:00
Robert O'Callahan c8cd0d0e34 Bug 455988. Optimize MozAfterPaint so we never even dispatch an XPCOM event if there are no listeners. r=smaug,sr=mats 2008-10-16 10:06:32 +13:00
Ian 98fa0763c7 Bug 251475. Make sure channels don't return null for the originalURI. Initial work by Daniel Kraft <domob@daniel-kraft.net> and Brandon Ferguson <bnferguson@gmail.com>. r+sr=bzbarsky. 2008-10-15 16:05:23 -04:00
Mats Palmgren f781370a4f Ignore the keypress event if DOMEventToNativeKeyEvent() fails. b=456273 r=Olli.Pettay sr=jonas 2008-10-15 12:50:42 +02:00
Olli Pettay fc205b2d3f bug 302775 - extractContents doesn't work if start and end node of a Range object is an attribute node, r=peterv, sr=sicking 2008-10-15 12:40:28 +03:00
Jonas Sicking 70896e7cc0 backout due to test failure 2008-10-14 17:12:28 -07:00
Jonas Sicking 601b249da4 Fix XHR unit test 2008-10-14 15:26:09 -07:00
Jonas Sicking 1d513cec0b Fix compile errors 2008-10-14 14:24:53 -07:00
Jonas Sicking f84b5a98ed Move Access-Control implemenation fully in to nsCrossSiteListenerProxy.cpp from and make some additional cleanup. No behavioral changes. r/sr=mrbkap b=459770 2008-10-14 14:05:41 -07:00
Taras Glek 9811966aff Bug 454469: prbool issues in content/ r+sr=sicking 2008-10-14 12:00:08 -07:00
Boris Zbarsky 087a653ecf Unset the zoom, because apparently it can leak out to other mochitests 2008-10-14 12:54:49 -04:00
Boris Zbarsky eef6e697ae Relanding bug 459424 (backing out backout changeset 530f1077cae4). Don't pass null documents to the enumerator. r+sr=roc. 2008-10-14 10:24:55 -04:00
Markus Stange fdae37ef3f Bug 459796 - fixing unit test orange, r+sr=roc 2008-10-14 11:29:53 +02:00
Stuart Parmenter 8cb113a4b8 bug 459796. Add optional flags to drawWindow to allow finer control. r=vlad 2008-10-13 23:29:30 -07:00
Ben Turner a7112190d7 Backed out changeset b5b7b5523c66 to see if it fixes unit tests. 2008-10-13 19:54:46 -07:00
Boris Zbarsky a4b299ece9 Bug 459424. Don't pass null documents to the enumerator. r+sr=roc 2008-10-13 16:32:10 -04:00
Boris Zbarsky c1d1737fdd Backing out changeset 43d8e57c41e9 2008-10-13 14:21:31 -04:00
Laurent Jouanneau b5e97833d0 Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer 2008-10-13 12:49:14 -04:00