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

206232 Коммитов

Автор SHA1 Сообщение Дата
Olli Pettay a3215e3235 Bug 493251 - Header/navigation links on PG.com take two clicks to load, r+sr=jst 2009-05-18 12:17:45 +03:00
Karl Tomlinson 64240859c8 leak (crash)test for bug 486974 2009-05-18 21:13:39 +12:00
Robert O'Callahan 039e8b80e2 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
Honza Bambas 7c8df0e8e5 Bug 487695 - Decide on localStorage behavior in session-only cookies or private-browsing mode, r+sr=jst
--HG--
rename : dom/src/storage/nsDOMStorageDB.cpp => dom/src/storage/nsDOMStoragePersistentDB.cpp
rename : dom/src/storage/nsDOMStorageDB.h => dom/src/storage/nsDOMStoragePersistentDB.h
2009-05-18 10:12:14 +02:00
Karl Tomlinson b92cdd8365 b=486974 zombie ft_font_face / ft_unscaled_font mutual referencing problems. r=jdaggett
--HG--
extra : rebase_source : 8f2e3d477bbad5177a228681b9650735ec9d6817
2009-05-18 19:35:16 +12:00
Alexander Surkov 1cdeb6f7e6 Bug 386813 - Support table interfaces for grid/treegrid when no HTML table undeneath, r=davdib, marcoz, sr=neil 2009-05-18 16:35:21 +08:00
Nicholas Nethercote de4a19af0a Bug 492491 - nanojit: convert some error() tests to asserts. r=edwsmith 2009-05-18 02:27:12 -04:00
Nicholas Nethercote c6c72b27f7 Bug 492490 - nanojit: move Assembler::findVictim() from RegAlloc.cpp to Assembler.cpp 2009-05-18 02:20:59 -04:00
Nicholas Nethercote 55f1ebda7d Bug 490947 - nanojit: remove reservation table. r=gal,edwsmith 2009-05-18 02:15:24 -04:00
Nicholas Nethercote 80121dc08a Bug 492488 - nanojit: improve handling of 64-bit constants. r=graydon 2009-05-18 01:56:25 -04:00
Nicholas Nethercote beef280ae7 Bug 492301 - nanojit: remove some dead code. r=edwsmith 2009-05-18 01:45:46 -04:00
Nicholas Nethercote c48b67729e Bug 492292 - nanojit: remove duplicated LIns predicates. r=edwsmith 2009-05-18 01:38:00 -04:00
Jacob Bramley 585bedfb6a Bug 490838 - TraceMonkey: Improve epilogue efficiency for ARM. r=vlad 2009-05-18 01:32:10 -04:00
Robert O'Callahan 60103f1f54 Fix videocontrols test; its video resource needs to be autobuffered or we may never fire the load event... 2009-05-18 17:26:35 +12:00
Robert O'Callahan 961c9fc99a 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 c6f26b735c Relax time constraint in test_buf482461 a bit.
--HG--
extra : rebase_source : 01fda6b6e4f50a8207208b22811a335117f9518c
2009-05-18 15:20:40 +12:00
Alexander Surkov 4770203045 Bug 493433 - invalid arg on valid relation type, r=marcoz, davidb 2009-05-18 11:42:43 +08:00
Robert O'Callahan 06e3105812 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 41e2671e96 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 aafedc777d 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
Vladimir Vukicevic 3925ec2b89 b=490296; small fixup to asm_ldr_chk -- we can do PC-relative loads as long as the offset fits in U12; r=me 2009-05-17 12:20:09 -07:00
Jacob Bramley cd7e977674 b=490296; [arm] tidy misc insn generation macros; r=vlad 2009-05-17 12:11:53 -07:00
Jacob Bramley fdba9c7b4f b=490296; [arm] tidy ::asm_ld_imm; r=vlad 2009-05-17 12:03:33 -07:00
Drew Willcoxon c56a88f9f8 Bug 491983 - nsIBrowserHistory needs removeVisitsByTimeframe method, r=dietrich 2009-05-16 19:32:13 -07:00
Karl Tomlinson 2ee730af93 test plugin window existence at plugin instance destruction. b=485125,429604,454756 r=roc 2009-05-18 13:53:39 +12:00
Chris Double 87754583fb Bug 466699 - libsydneyaudio fixes for avsync - rs=roc 2009-05-18 13:33:21 +12:00
Asaf Romano 3f7058f3aa backing out bogus checkin again 2009-05-18 04:18:37 +03:00
Robert O'Callahan 12cba926fb Fix seeking tests to avoid false assumptions 2009-05-18 12:25:05 +12:00
Robert O'Callahan 7ec7418b2e 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
Robert O'Callahan 6fe5f4e846 Backing out bug 492225 on suspicion of causing Windows leak test fatal assertion. 2009-05-18 11:20:44 +12:00
Hiroyuki Ikezoe f00b0e83b5 Bug 492225. Remove nsUTF8Utils dependency from nsWIndowsWMain. r=bsmedberg 2009-05-18 10:30:41 +12:00
Hiroyuki Ikezoe c27b02e4cb Bug 483819. iostream is not needed or wanted in WinCE build. r=bsmedberg 2009-05-18 10:29:54 +12:00
Hiroyuki Ikezoe 71dcf398e9 Bug 483799. Avoid std::max in Windows CE. r=jwalden 2009-05-18 10:29:02 +12:00
Hiroyuki Ikezoe 77ac7ec630 Bug 482558. Remove obsolete test. r=smontagu 2009-05-18 10:27:40 +12:00
Mats Palmgren 7161173d68 Bug 481921. Don't crash when timestamps go backwards. r=wiking 2009-05-18 10:24:04 +12:00
Chris Pearce f3be9df7f6 Bug 485471. nsHTMLMediaElement's mChannel should be updated when redirects happen. r=bzbarsky,sr=roc 2009-05-18 10:20:37 +12:00
Gregory Maxwell ba13940408 Bug 493140. Use Theora x/y offset information if present. r=doublec 2009-05-18 10:19:04 +12:00
Chris Pearce 0719504584 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 c8a063a105 Bug 493202. Add a layout.css.devPixelsPerPx hidden pref to control that ratio if desired. r=vlad 2009-05-18 10:09:53 +12:00
Robert O'Callahan 14fd51447e Bug 489008. Destroy anonymous content off a script-runner. r=bzbarsky 2009-05-18 10:08:08 +12:00
Robert O'Callahan 97c6b9c07b Bug 476973. Don't get confused by repeated seeks in the Ogg decoder. r=doublec 2009-05-18 10:03:03 +12:00
Asaf Romano 592042f9c0 bug 490068 - leak window after showing bookmarks panel. r=dietrich. 2009-05-17 23:14:27 +03:00
Daniel.S 465d6bd6c5 Adding test for bug 329359. r=bzbarsky 2009-05-17 15:51:50 -04:00
Boris Zbarsky b3ddab0df3 Fixing test
--HG--
rename : content/base/test/test_bug490760.xhtml => content/base/crashtests/490760-1.xhtml
2009-05-17 13:12:20 -04:00
Jason Duell 74290526d5 Allow top-level, non-POST 3xx redirects from proxy server: bug 491818 2009-05-17 10:22:55 -04:00
Aaron Train 0a3aff2e64 Add tests for bug 416073. r=roc 2009-05-17 10:22:55 -04:00
Boris Zbarsky 2e785549a0 Add the crashtest for bug 490760 2009-05-17 10:22:55 -04:00
Boris Zbarsky 48862631f2 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 4c2a5712cb 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
Aaron Train 4baf4a1666 Reftest for Bug 437704. r=longsonr 2009-05-17 15:18:02 +01:00