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

201737 Коммитов

Автор SHA1 Сообщение Дата
Ben Combee 09c48cafaa bug 475464 - Build fails in redit for Win32, NPOTB r=mfinkle 2009-01-26 21:40:30 -05:00
Chris Double 08f2c8d023 Bug 451958 - Disable tests that fail randomly on Windows - r=roc 2009-01-27 15:33:03 +13:00
Chris Pearce ae5a3d959f Bug 451958 - Implement same-origin check plus Access Controls for video Part 2a - r+sr=roc 2009-01-27 15:32:33 +13:00
Blake Kaplan aebb11c75d Bug 475185 - Fast natives don't enforce minargs, so we have to do it ourselves. r=jorendorff sr=brendan 2009-01-26 16:55:53 -08:00
Blake Kaplan bd43529c57 Bug 475291 - Avoid roundtripping arbitrary jsids through JSAtom *s. r=brendan 2009-01-26 16:55:43 -08:00
Phil Ringnalda fa648d26a2 Bug 474602 - package oji.xpt based on the AC_DEFINE, OJI, not the AC_SUBST, MOZ_OJI, r=gavin 2009-01-26 15:34:08 -08:00
Joe Drew 308f3c53c3 Backout bug 473161 2009-01-26 17:12:05 -05:00
Joe Drew cf78faa4e8 Back out tests for bug 466586 2009-01-26 17:09:48 -05:00
Joe Drew 73b0c73878 Backed out changeset 18988bc1c727 2009-01-26 17:08:14 -05:00
Joe Drew 0c06399200 Backed out changeset 72fda0d63f66 2009-01-26 17:07:54 -05:00
Joe Drew 4c7fedee71 Backed out changeset 7d9bea3fa51a 2009-01-26 17:07:38 -05:00
Joe Drew 99c4ffa500 Bug 473161 - Fix imgRequest::Cancel() to call Cancel() on the loadgroup instead of the channel. The fix to bug 89419 included a mistaken change from cancelling the loadgroup to cancelling the channel. r=bzbarsky, sr=vladimir, a=blocking1.9.1+ 2009-01-26 15:34:03 -05:00
Joe Drew 852b5dc273 Bug 466586 - Only expire cache elements that don't have any proxies/observers. r=stuart sr=vlad a=blocking1.9.1+
The image cache is now composed of two things: a heap of tracked items that
can be expired and evicted, and a superset of that which hashes from URI to
cache element. Cache elements start out in the second set, and are moved to
the first (and start to be tracked for expiry) once they have no observers.
2009-01-26 15:34:01 -05:00
Joe Drew b06270e0e0 Bug 466586 - Test to ensure that we don't have to reload an image that exists in a document. 2009-01-26 15:33:59 -05:00
Mark Banner 29fa427138 Disable TestCrashReporterAPI TUnit test due to random failures on Windows - this test currently only runs on non-Firefox boxes. r=ted, bug 474688 2009-01-26 20:17:16 +00:00
Benjamin Smedberg f5f6415635 Bug 475199 - PPC builds crash on startup. I moved the output of JS_STACK_GROWTH_DIRECTION inside a !CROSS_COMPILE block incorrectly in bug 269538. This just moves it back. 2009-01-26 10:11:07 -05:00
Peter Van der Beken ea9ea0246a Fix for bug 464676 (Cycle collector sometimes unlinks live cycles). r=bent, sr=jst. 2009-01-26 14:12:37 +01:00
Axel Hecht 8cb01f4bbb bug 466570, fix for GNU Make 3.80, don't use $(or), rs=ted 2009-01-26 14:02:56 +01:00
Dave Townsend 480e4a0a4f Bug 424488: Test infrastructure for signed jars. r=ted 2009-01-26 09:39:08 +00:00
Jonas Sicking 41679160f6 Backed out changeset e8023bc83264 due to orange 2009-01-26 01:53:20 -08:00
Jonas Sicking 39b948d125 Bug 461555: Don't clear out the parser until all deferred scripts have executed to ensure that a document.write in a deferred script doesn't clear the page. r/sr=mrbkap 2009-01-14 17:25:21 -08:00
Peter Van der Beken 6b7151c7c7 Merge backout. 2009-01-26 09:11:05 +01:00
Peter Van der Beken 216d9f229d Backed out changeset 81428de4b5dc (Fix for bug 464676 (Cycle collector sometimes unlinks live cycles). r=bent, sr=jst.). 2009-01-26 09:09:22 +01:00
Robert O'Callahan e725cbad22 Bug 451958 ... reverting the content-policy part to see if it alone is responsible for weird random seek failures on Windows.
--HG--
extra : rebase_source : 5ee0ee7d2281c0602fb176d8f67b8971aac9a853
2009-01-26 20:48:18 +13:00
Robert O'Callahan 2c235fd71f Backed out accidentally committed 192d50641f83
--HG--
extra : rebase_source : 0a574802c654de30fc3c0dd68b3492a8d6cc4209
2009-01-26 20:46:56 +13:00
Peter Van der Beken 9cedf29680 Fix for bug 464676 (Cycle collector sometimes unlinks live cycles). r=bent, sr=jst. 2009-01-26 08:44:22 +01:00
Robert O'Callahan 5a3b1d43cb Bug 451958 ... reverting the content-policy part to see if it alone is responsible for weird random seek failures on Windows. 2009-01-26 20:44:15 +13:00
Dave Camp 30bd0608c5 Bug 475116: prefix some methods removed from the application cache spec with 'moz'. r/sr/b1.9.1=jst 2009-01-25 22:50:44 -08:00
Johnny Stenback 17bd029bd3 Fixing bug 474866. Make the plugin instance peer have a weak reference to its owner, and make the owner tell the peer once it's no longer its owner so we don't have reference cycles, yet the instance can hold on to its peer while being cached between pages. r+sr=mrbkap@gmail.com 2009-01-25 22:00:12 -08:00
Brendan Eich 507ab48825 Argh. 2009-01-25 14:04:53 -08:00
Brendan Eich 243c775869 Warning policing (please check and avoid adding). 2009-01-25 13:59:59 -08:00
Johnny Stenback 09acce98d8 Backed out changeset abd5a41c0b70 2009-01-25 11:19:51 -08:00
Johnny Stenback 7bb77ff7d5 Fixing bug 474866. Don't null out the peer when stopping plugins to break reference cycles, as cached plugins depend on the peer remaining set. Null out the owner instead. r=joshmoz@gmail.com, sr=bzbarsky@mit.edu 2009-01-25 09:05:00 -08:00
Peter Van der Beken f0559e5d15 Fix for bug 443483 (Closed windows need two cycle collections to be collected). r=bent, sr=jst, a=jst. 2009-01-25 15:34:26 +01:00
Chris Double d73073343d Bug 474937 - Fix Windows crashes with video element caused by buggy mmx/sse optimisations - rs=roc 2009-01-26 00:03:26 +13:00
Simon Montagu d0c7cac271 Tests for Unicode security issues -- bug 445886 2009-01-25 12:10:31 +02:00
Dão Gottwald 9d55d07fc0 revert wrongly modified selector (New Tab button doesn't have a label, thus the text color is irrelevant) 2009-01-25 10:46:39 +01:00
Dão Gottwald 498c962fd9 Bug 475082 - New Tab button should look like a background tab on OS X. r=gavin 2009-01-25 10:40:58 +01:00
Chris Pearce 19a5ca6acf Bug 451958. Add more CheckLoadURIs (part 4). r+sr=roc
--HG--
extra : rebase_source : de1defd553b7f14cd5a5c1f04ccd0821b4422e4d
2009-01-25 21:08:06 +13:00
Chris Pearce ec9d34ccb2 Bug 451958. Add more CheckLoadURIs (part 3). r+sr=roc
--HG--
extra : rebase_source : e4fbaea74fa01592896982d4c3862fa8a0ad86dd
2009-01-25 21:07:54 +13:00
Chris Pearce 57d9b95389 Bug 451958. Add more CheckLoadURIs (part 2). r+sr=roc
--HG--
extra : rebase_source : 09323fc6904d59a7b747187293c5850351401580
2009-01-25 21:07:43 +13:00
Chris Pearce 84330009ff Bug 451958. Add more CheckLoadURIs. r+sr=roc
--HG--
extra : rebase_source : 395434811dafef97681e881995327d845a59d70b
2009-01-25 21:06:54 +13:00
Gavin Sharp 7ba94e5174 Bug 474964: fix tabbrowser mousewheel scrolling (tabbrowser needs to override default scrollbox behavior since bug 457651), r=mano/Natch 2009-01-25 03:06:45 -05:00
Jesse Ruderman daac235263 Add crashtests for bug 466585 and bug 451311 2009-01-24 23:24:53 -08:00
David Bolter 493966f879 bug 467146 - font-size text attribute should be exposed in pt units, r=surkov, r=MarcoZ 2009-01-25 08:01:24 +01:00
Marco Zehe fd6cb92ac0 bug 474984 - Move name calculation for GridCell element to new namerules infrastructure, r=surkov 2009-01-25 07:55:56 +01:00
Justin Dolske a5da56e00c Bug 462113 - Implement progress bar / scrubber for video controls. r=enn, ui-r=boriss 2009-01-24 21:21:32 -08:00
Alexander Surkov ea9a505253 Bug 473765 - Intermittent test failure in bug 469985 test_events_mutation.html, r=davidb, marcoz
--HG--
rename : accessible/tests/mochitest/common.js => accessible/tests/mochitest/events.js
2009-01-25 12:42:21 +08:00
Clint Talbert d665dce0b1 Backing out 24179:ab9665e638d6 due to test failure on linux 2009-01-24 17:34:38 -08:00
Clint Talbert 9267ef49af Bug 474016: Fixing rounding errors on css transform mochitests r=dholbert 2009-01-24 16:20:14 -08:00