Axel Hecht
3be24b597c
bug 589313, remove obsolete l10n tests, those are hosted elsewhere, details in the bug. r/a=sayrer, NPOTB
2010-08-23 10:08:50 +02:00
Axel Hecht
a3da8255ab
add 8 new locales to Firefox, ak br bs en-ZA hy-AM lg nso son, a=NPOTB
2010-08-23 10:07:28 +02:00
Makoto Kato
ced4f79163
Bug 582910 - change stack size of xpcshell to 2MB on Win64. r=dbaron, a=dbaron
2010-08-23 15:09:27 +09:00
Matthew Gregan
db5495b891
Bug 589069 - Take decoder lock earlier in MetadataLoaded to protect mDecoderPosition access. r=doublec, a=roc
2010-08-23 14:31:14 +12:00
Matthew Gregan
188c77ba33
Bug 589048 - Destroy vpx_codec_ctx when destroying nsWebMReader. r=doublec, a=roc
2010-08-23 14:50:43 +12:00
Karl Tomlinson
9262413ddf
backout dbbb9575aae1 due to build issues in some configurations b=577743
2010-08-23 16:27:49 +12:00
Edward Lee
11ae5c9e50
Bug 588353 - Allow showing popup notifications that don't show popups [r=gavin a=gavin]
...
Augment PopupNotifications to take neverShow option that results in no popups getting shown for the notification.
--HG--
extra : rebase_source : eeef617d40eb222685aa3c1445eb3d34464513d2
2010-08-18 02:49:34 -07:00
Edward Lee
b1b9702bf3
Bug 588328 - Look for immediate children of popup notification icon box as anchors [r=gavin a=gavin]
...
Walk up the parent of the click target until we're just inside the icon box.
--HG--
extra : rebase_source : 051b8acdc30c44142322c306e3b2a751d91801e4
2010-08-22 19:49:16 -07:00
Bobby Holley
108e3fdc74
Bug 513681 - part 17 - remove imgIDecoder.r=joe,sr=shaver,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
d130c66290
Bug 513681 - part 16 - Move end-of-decode logic into Finish() and cleanup into destructor, abolishing Shutdown().r=joe,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
a8ba41c37a
Bug 513681 - part 15 - Coalesce OnStartFrame/OnStopFrame into superclass.r=joe,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
ec845f918a
Bug 513681 - part 14 - Coalesce size-setting into superclass.r=joe,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
18722046a2
Bug 513681 - part 13 - switch from "HEADERONLY" flag to IsSizeDecode()/SetSizeDecode().r=joe,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
68132bdc6f
Bug 513681 - part 12 - Ensure that IsDecodeFinished() is only called with a non-null decoder.r=joe,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
ffd3ad3887
Bug 513681 - part 11 - make RasterImage carry a pointer to a Decoder.r=joe,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
2288ea1376
Bug 513681 - part 10 - make decoder implementations inherit from Decoder.r=joe,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
6d36a28a66
Bug 513681 - part 9 - Move PNG callbacks into decoder class.r=joe,a=blocker
2010-08-22 22:30:46 -04:00
Bobby Holley
bb57916dc5
Bug 513681 - part 8 - Fold nsJPEGDecoder::Flush() into nsJPEGDecoder::Close().r=joe,a=blocker
2010-08-22 22:30:45 -04:00
Bobby Holley
d530205f84
Bug 513681 - part 7 - rename mImageContainer to mImage in nsGIFDecoder2 for consistency with the rest of the decoders.r=joe,a=blocker
2010-08-22 22:30:45 -04:00
Bobby Holley
a5f3d16c03
Bug 513681 - part 6 - Introduce Decoder.cpp and Decoder.h (with virtual destructor).r=joe,a=blocker
2010-08-22 22:30:45 -04:00
Bobby Holley
277ad1663a
Bug 513681 - part 5 - move the decoders out of their subdirectories.r=joe,a=blocker
...
--HG--
rename : modules/libpr0n/decoders/gif/GIF2.h => modules/libpr0n/decoders/GIF2.h
rename : modules/libpr0n/decoders/jpeg/iccjpeg.c => modules/libpr0n/decoders/iccjpeg.c
rename : modules/libpr0n/decoders/jpeg/iccjpeg.h => modules/libpr0n/decoders/iccjpeg.h
rename : modules/libpr0n/decoders/bmp/nsBMPDecoder.cpp => modules/libpr0n/decoders/nsBMPDecoder.cpp
rename : modules/libpr0n/decoders/bmp/nsBMPDecoder.h => modules/libpr0n/decoders/nsBMPDecoder.h
rename : modules/libpr0n/decoders/gif/nsGIFDecoder2.cpp => modules/libpr0n/decoders/nsGIFDecoder2.cpp
rename : modules/libpr0n/decoders/gif/nsGIFDecoder2.h => modules/libpr0n/decoders/nsGIFDecoder2.h
rename : modules/libpr0n/decoders/bmp/nsICODecoder.cpp => modules/libpr0n/decoders/nsICODecoder.cpp
rename : modules/libpr0n/decoders/bmp/nsICODecoder.h => modules/libpr0n/decoders/nsICODecoder.h
rename : modules/libpr0n/decoders/bmp/nsIconDecoder.cpp => modules/libpr0n/decoders/nsIconDecoder.cpp
rename : modules/libpr0n/decoders/bmp/nsIconDecoder.h => modules/libpr0n/decoders/nsIconDecoder.h
rename : modules/libpr0n/decoders/jpeg/nsJPEGDecoder.cpp => modules/libpr0n/decoders/nsJPEGDecoder.cpp
rename : modules/libpr0n/decoders/jpeg/nsJPEGDecoder.h => modules/libpr0n/decoders/nsJPEGDecoder.h
rename : modules/libpr0n/decoders/png/nsPNGDecoder.cpp => modules/libpr0n/decoders/nsPNGDecoder.cpp
rename : modules/libpr0n/decoders/png/nsPNGDecoder.h => modules/libpr0n/decoders/nsPNGDecoder.h
2010-08-22 22:30:45 -04:00
Bobby Holley
aafd48c682
Bug 513681 - part 4 - Get rid of CIDs and friends for decoders.r=joe,a=blocker
2010-08-22 22:30:45 -04:00
Bobby Holley
315c1087fb
Bug 513681 - part 3 - instantiate decoders without using COM goop.r=joe,a=blocker
2010-08-22 22:30:45 -04:00
Bobby Holley
8d69ad0207
Bug 513681 - part 2 - remove support for the MOZ_IMG_DECODERS build option.r=joe,khuey.a=blocker
2010-08-22 22:30:45 -04:00
Bobby Holley
404336876f
Bug 513681 - part 1 - fix a few warnings.r=joe,a=blocker
2010-08-22 22:30:44 -04:00
Bobby Holley
daad8d9668
Bug 587371 - Image.h PRUint32 getters shouldn't be COM-y. r=joe,a=blocker
2010-08-22 22:30:44 -04:00
Chris Double
2c4ba817cd
Bug 577743 - Scale videos at YCbCr to RGB conversion time - r=roc a=blocking
2010-08-23 13:47:33 +12:00
Chris Pearce
e7bc98cbb3
b=587329 Fix so build with disable webm/ogg/wave works r=doublec a=roc
...
--HG--
extra : rebase_source : 458cd650f36a9a93c358c7ea1db1fc32432055f0
2010-08-23 13:40:21 +12:00
Karl Tomlinson
fa68faa201
use "Test timed out" so that automation.py detects the time out b=414049 r=gavin a=testing
...
--HG--
extra : rebase_source : 515c62bfe919ab0ec62bd916f2930ee0ec10f11e
2010-08-23 13:29:05 +12:00
Karl Tomlinson
a17dc95129
b=414049 dump screen on first mochitest time out (GTK) r=ted a=testing
...
--HG--
extra : rebase_source : bc550d298019baa44f719cdd2b88181ac9c670eb
2010-08-23 13:27:26 +12:00
Ted Mielczarek ext:(%20and%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E)
da86351679
Add a GDK/X11 screenshot to png utility b=414049 r=dbaron a=npotb
...
--HG--
extra : rebase_source : c73326cce47805fd5ce7cda7b8e51b5dda1e39a7
2010-08-23 12:11:43 +12:00
Phil Ringnalda
d21a1cc717
Bug 589543 - move the XMLDecl up to the start of the file so the binding will actually apply and feed preview will have subscribe UI, r=gavin, a=blocker
...
--HG--
extra : rebase_source : b3dff33573abc7df79a532cf08c259039c52965d
2010-08-22 17:52:29 -07:00
Ehsan Akhgari
b76ec71ef4
Bug 589577 - valgrind - Conditional jump or move depends on uninitialised value(s) at (nsEditor::SetFlags(unsigned int)|nsEditor::CanEnableSpellCheck()) at startup and dom mochitest; r,a=roc
2010-08-22 20:35:37 -04:00
Ehsan Akhgari
7aceb38e18
Bug 582553 - Part 2: Fix nsSelectionState::IsCollapsed as well; r,a=roc
2010-08-05 22:13:07 -04:00
Ehsan Akhgari
b0dd154287
Bug 582553 - nsSelectionState::IsEqual ignores error return from CompareBoundaryPoints; r,a=roc
2010-08-05 22:13:07 -04:00
Olli Pettay
545eb51b42
Bug 589431 - Crash when using profile manager [@ mozilla::imagelib::DiscardTracker::ReloadTimeout ], r=bholley, a=blocking
...
--HG--
extra : rebase_source : c5039b467ea61a80ba835767c9dde328db52fb4c
2010-08-22 21:17:25 +03:00
Mounir Lamouri
8188ced115
Merging backout. a=backout
2010-08-22 20:16:44 +02:00
Mounir Lamouri
dbab389475
Backed out changeset d0b284052d29 for Talos regression investigation on tp4.
2010-08-22 20:16:05 +02:00
Michal Novotny
d265e0adb1
Bug 513008 - Eliminate synchronous reads from cache, r=jduell,sdwilsh, sr=shaver, a=betaN+
2010-08-21 11:16:40 -07:00
Josh Matthews
eab446a8a4
Bug 561528 - browser_sanitize-timespans.js: |new Date().getMinutes()| usage issue. r=mconnor a=test-change
2010-08-15 03:47:34 -04:00
Ginn Chen
544532c6c0
Bug 587936 Fix a crash in gfxAlphaRecovery::RecoverAlphaSSE2 r=vladimir a=joedrew
2010-08-22 23:17:03 +08:00
Kyle Huey
e9bf267127
Merging backout. a=orange
2010-08-22 10:14:24 -04:00
Kyle Huey
c5800700be
Backing out Bug 513681 and Bug 587371 for timeouts.
2010-08-22 10:13:09 -04:00
Edmund Wong
6154f90e82
Bug 546174 - Remove remnant MOZ_PROFILE_MODULES r=ted.mielczarek a=gavin.sharp
2010-08-22 15:01:56 +02:00
Jacek Caban
aab72ccc28
Bug 588383 - Compilation failure on mingw due to SEH exceptions r=benjamin a=benjamin
2010-08-22 14:57:23 +02:00
Uli Link
b9bf8841c5
bug 576879 fix 64bit AIX link error, r=ted.mielczarek, a=bsmedberg
...
--HG--
extra : rebase_source : 0cb3dc31786dcdb2bbc68c4dff9823a82900c65a
2010-08-21 21:53:16 -07:00
Jacek Caban
4ec87049cd
Bug 588401 - widget/src/windows compilation causes tons of warnings on mingw r=roc a=joe
...
--HG--
extra : rebase_source : 8843af3c2bee553f4ee491e12798a260463e82ac
2010-08-20 20:19:38 +02:00
Tatiana Meshkova
6bb020e019
Bug 589297 - nsWindow::GetViewWidget crashes when can't find view. r=romaxa a=npodb
2010-08-20 18:12:14 -07:00
Oleg Romashin
0f19ac28e4
Bug 588449 - Fennec on Linux/Qt on N900 bustage. r=doug.turner a=npodb
2010-08-20 18:03:57 -07:00
Miika Jarvinen
1897be54c2
Bug 584454 - Support MeegoTouch status bar in Fennec browser. r=romaxa,doug.turner a=npodb
2010-08-19 11:40:47 -07:00