Jonas Sicking
8d2deed13d
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
Ben Combee
3352431023
bug 475464 - Build fails in redit for Win32, NPOTB r=mfinkle
2009-01-26 21:40:30 -05:00
Chris Double
85e6295f63
Bug 451958 - Disable tests that fail randomly on Windows - r=roc
2009-01-27 15:33:03 +13:00
Chris Pearce
0e32326db3
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
0b7c1577e8
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
b4c4aae1e9
Bug 475291 - Avoid roundtripping arbitrary jsids through JSAtom *s. r=brendan
2009-01-26 16:55:43 -08:00
Phil Ringnalda
c5fb4a66fa
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
763c2531bd
Backout bug 473161
2009-01-26 17:12:05 -05:00
Joe Drew
4b8233638e
Back out tests for bug 466586
2009-01-26 17:09:48 -05:00
Joe Drew
40b7703a1f
Backed out changeset 18988bc1c727
2009-01-26 17:08:14 -05:00
Joe Drew
962cd7d3c1
Backed out changeset 72fda0d63f66
2009-01-26 17:07:54 -05:00
Joe Drew
daedbb0955
Backed out changeset 7d9bea3fa51a
2009-01-26 17:07:38 -05:00
Joe Drew
2528fd153b
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
a3bb205467
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
480285ad5f
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
53fa5080ff
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
46dcd9a715
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
690b96a622
Fix for bug 464676 (Cycle collector sometimes unlinks live cycles). r=bent, sr=jst.
2009-01-26 14:12:37 +01:00
Axel Hecht
49dea74bf7
bug 466570, fix for GNU Make 3.80, don't use $(or), rs=ted
2009-01-26 14:02:56 +01:00
Dave Townsend
686e67addc
Bug 424488: Test infrastructure for signed jars. r=ted
2009-01-26 09:39:08 +00:00
Jonas Sicking
6a95c287a3
Backed out changeset e8023bc83264 due to orange
2009-01-26 01:53:20 -08:00
Jonas Sicking
783650f7b1
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
8849aab73b
Merge backout.
2009-01-26 09:11:05 +01:00
Peter Van der Beken
367cc8bd4d
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
11aeedc8d9
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
5e04905dff
Backed out accidentally committed 192d50641f83
...
--HG--
extra : rebase_source : 0a574802c654de30fc3c0dd68b3492a8d6cc4209
2009-01-26 20:46:56 +13:00
Peter Van der Beken
3529749b50
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
57feb73e0d
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
ffb861d2ac
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
b1945926a3
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
e019755a59
Argh.
2009-01-25 14:04:53 -08:00
Brendan Eich
f4ec0e5fa0
Warning policing (please check and avoid adding).
2009-01-25 13:59:59 -08:00
Johnny Stenback
389a938400
Backed out changeset abd5a41c0b70
2009-01-25 11:19:51 -08:00
Johnny Stenback
7b13ea308c
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
d692e5fef1
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
567ba71782
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
1ad9c9b132
Tests for Unicode security issues -- bug 445886
2009-01-25 12:10:31 +02:00
Dão Gottwald
28ddcef5de
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
497955d0ea
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
241aa1c5b2
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
389d3c06a1
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
0c4bfb13af
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
45181319ed
Bug 451958. Add more CheckLoadURIs. r+sr=roc
...
--HG--
extra : rebase_source : 395434811dafef97681e881995327d845a59d70b
2009-01-25 21:06:54 +13:00
Gavin Sharp
1dd0d77ca8
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
6aa5e7bd59
Add crashtests for bug 466585 and bug 451311
2009-01-24 23:24:53 -08:00
David Bolter
f0cdd2c084
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
3e2effca65
bug 474984 - Move name calculation for GridCell element to new namerules infrastructure, r=surkov
2009-01-25 07:55:56 +01:00
Justin Dolske
d1bac89ccf
Bug 462113 - Implement progress bar / scrubber for video controls. r=enn, ui-r=boriss
2009-01-24 21:21:32 -08:00
Alexander Surkov
f77c4d89e7
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
3786718122
Backing out 24179:ab9665e638d6 due to test failure on linux
2009-01-24 17:34:38 -08:00