Bobby Holley
|
4e3cfa6fa0
|
Bug 513681 - part 8 - Fold nsJPEGDecoder::Flush() into nsJPEGDecoder::Close().r=joe,a=blocker
|
2010-08-12 14:16:36 -04:00 |
|
Bobby Holley
|
58eced13a9
|
Bug 513681 - part 7 - rename mImageContainer to mImage in nsGIFDecoder2 for consistency with the rest of the decoders.r=joe,a=blocker
|
2010-08-12 13:58:44 -04:00 |
|
Bobby Holley
|
d8894c5bd6
|
Bug 513681 - part 6 - Introduce Decoder.cpp and Decoder.h.r=joe,a=blocker
|
2010-08-10 20:11:12 -04:00 |
|
Bobby Holley
|
7dd0082309
|
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-12 00:59:59 -04:00 |
|
Bobby Holley
|
004721be5e
|
Bug 513681 - part 4 - Get rid of CIDs and friends for decoders.r=joe,a=blocker
|
2010-08-12 00:31:37 -04:00 |
|
Bobby Holley
|
378f86ced3
|
Bug 513681 - part 3 - instantiate decoders without using COM goop.r=joe,a=blocker
|
2010-08-11 20:49:50 -04:00 |
|
Bobby Holley
|
1efcc45c3a
|
Bug 513681 - part 2 - remove support for the MOZ_IMG_DECODERS build option.r=joe,khuey.a=blocker
|
2010-08-11 20:12:24 -04:00 |
|
Bobby Holley
|
3166c2ffde
|
Bug 513681 - part 1 - fix a few warnings.r=joe,a=blocker
|
2010-08-13 18:15:20 -04:00 |
|
Bobby Holley
|
7558e59464
|
Bug 587371 - Image.h PRUint32 getters shouldn't be COM-y. r=joe,a=blocker
|
2010-08-14 18:23:47 -04:00 |
|
Timothy Nikkel
|
84c67d7908
|
Fix message in test. r=philor a=tests-only
|
2010-08-21 21:29:08 -05:00 |
|
Timothy Nikkel
|
8736741c0b
|
Bug 589078. Send synthesized click more inside the element so it doesn't miss. r=dbaron a=blocking 130078 which blocks beta5
|
2010-08-21 19:55:55 -05:00 |
|
Timothy Nikkel
|
ad69b8103e
|
Bug 587542. Rev IID that was forgotten.
|
2010-08-21 19:55:55 -05:00 |
|
Timothy Nikkel
|
1ffa751871
|
Bug 588407. Put top level content documents in a container layer. r=roc
|
2010-08-21 19:55:55 -05:00 |
|
Timothy Nikkel
|
5011a6ce34
|
Bug 588337. When looking for a container view try a little harder to find the parent document's presshell. r=roc
|
2010-08-21 19:55:55 -05:00 |
|
Timothy Nikkel
|
832194eded
|
Bug 588692. If we can't paint with widget layers, don't try to. r=roc
|
2010-08-21 19:55:55 -05:00 |
|
Bob Clary
|
8dfcf6f375
|
Bug 588310 - temporarily disable js1_5/extensions/regress-336410-2.js for browser on Windows, r=brendan, a=test
|
2010-08-21 13:06:00 -07:00 |
|
Mounir Lamouri
|
38381eefa1
|
Bug 561634 - Rename nsConstraintValidation to nsIConstraintValidation. r=sicking a2.0=blocking
--HG--
rename : content/html/content/src/nsConstraintValidation.cpp => content/html/content/src/nsIConstraintValidation.cpp
rename : content/html/content/src/nsConstraintValidation.h => content/html/content/src/nsIConstraintValidation.h
|
2010-08-21 20:52:49 +02:00 |
|
Mounir Lamouri
|
402a6ddec3
|
Bug 561634 - Implement constraint validation API for form element. r=smaug sr=sicking a2.0=blocking
|
2010-08-21 20:51:38 +02:00 |
|
Mounir Lamouri
|
20e83c0bc1
|
Bug 561635 - Implement constraint validation API for output element. r=sicking a2.0=blocking
|
2010-08-21 19:54:53 +02:00 |
|
Mounir Lamouri
|
a880596fb4
|
Bug 558788 - More tests for :invalid and :valid, using querySelectorAll(). r=sicking a=test-only
--HG--
rename : content/html/content/test/test_bug558788.html => content/html/content/test/test_bug558788-1.html
|
2010-08-21 19:53:52 +02:00 |
|
Mounir Lamouri
|
8ddd08ad04
|
Bug 558788 - Valid/Invalid form elements should change their state to use CSS3 pseudo-classes :valid and :invalid. f=ehsan r=sicking,dbaron sr=jst a2.0=blocking
|
2010-08-21 19:52:57 +02:00 |
|
Brad Lassey
|
3208373dd5
|
bug 588470 - Fennec crashes when opening the download manager after a download is started r=mwu a=blocking-fennec-2.0a1+
|
2010-08-19 18:33:06 -07:00 |
|
Edmund Wong
|
82c094d68f
|
Bug 576026 - runtests.py.in is an interpolated file and shouldn't be. r=ted, a=bsmedberg
--HG--
rename : testing/mochitest/runtests.py.in => testing/mochitest/runtests.py
|
2010-08-21 12:52:22 -07:00 |
|
Rich Walsh
|
2ac02f22a3
|
Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 3 - nsWindow. r= Peter Weilbacher, a=NPOTB
|
2010-08-21 12:51:00 -07:00 |
|
Rich Walsh
|
d0a138305c
|
Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 2 - MozCairo and Thebes. r= Peter Weilbacher, a=NPOTB
|
2010-08-21 12:50:32 -07:00 |
|
Rich Walsh
|
e832974a3e
|
Bug 557159 - [OS/2] Optimize Cairo/Thebes surfaces. Surface Part 1 - Cairo. r= Peter Weilbacher, a=NPOTB
|
2010-08-21 12:47:43 -07:00 |
|
Jacek Caban
|
22b99f27f8
|
Bug 587322 - Compilation broken on MOZ_WINSDK_TARGETVER < MOZ_NTDDI_LONGHORN. r=robarnold, a=dbaron
|
2010-08-21 12:43:53 -07:00 |
|
Phil Ringnalda
|
b3bdc6ecc3
|
Bug 585404 - Remove some CVS cruft from config/, r=khuey, a=NPOTB
--HG--
extra : rebase_source : 89b6527f41cdaf1281631d13f61f4c8877f10e05
|
2010-08-07 22:45:42 -07:00 |
|
Phil Ringnalda
|
1b19f3ea5a
|
Bug 587541 - Stop trying to package FormNotifier.js, since it doesn't exist, r=khuey, a=gavin
--HG--
extra : rebase_source : 610eb906538ff897b81b7adf4abe8dbf4277ee95
|
2010-08-15 19:00:16 -07:00 |
|
Phil Ringnalda
|
de36b035bc
|
Bug 585374 - Add RTL support to about:about, r=gavin, a=gavin
--HG--
extra : rebase_source : 557cb5471437178400f7885d99ebdf1f7c241118
|
2010-08-07 20:31:40 -07:00 |
|
Phil Ringnalda
|
fc131f2758
|
Bug 567954 - disable test_mixed_principals.html for constant orange, a=test-only
--HG--
extra : rebase_source : d94eea2b4b539db58be101b15774171ce5a85f66
|
2010-08-20 18:46:19 -07:00 |
|
Jonas Sicking
|
75afa48930
|
Bug 546857 Part 4b: Fix some errors in previous patch to not use XUL on error pages. r=dao a=blocker
|
2010-08-21 18:49:27 +02:00 |
|
Jonas Sicking
|
ce596ea823
|
Fix missing comments from patch for bug 546857
|
2010-08-21 18:48:01 +02:00 |
|
Mounir Lamouri
|
20c89047d5
|
Bug 589026 - Reduce time taken by test_bug535043.html. r=ehsan a=test-only
|
2010-08-21 18:32:24 +02:00 |
|
Kyle Huey
|
97141c6762
|
Bug 578563: Make objdir builds the default when using client.mk. r=ted a2.0=bs
|
2010-08-21 09:24:34 -04:00 |
|
Dão Gottwald
|
c21fdc14d1
|
Bug 586621 - Use animation-scheduling API for smooth scrollbox scrolling. r=enn a=joe
|
2010-08-21 07:16:33 +02:00 |
|
Dão Gottwald
|
632dfc9430
|
Bug 589163 - Add test to prevent duplicate ids. r=gavin
|
2010-08-21 07:15:14 +02:00 |
|
Dão Gottwald
|
e5738d24f0
|
Bug 589163 - Fix duplicate ids in browser.xul, make ids for appmenu items more consistent and add missing split-menuitem-item classes. r=gavin
|
2010-08-21 07:14:45 +02:00 |
|
Bobby Holley
|
df5c0741c3
|
Bug 563088 - Re-enable image discarding.r=joe,a=blocker
|
2010-08-20 23:43:46 -04:00 |
|
Bobby Holley
|
fb797f7aec
|
Backout of changesets c866e73f3209 and baff7b7b32bc because of sicking's push-and-run bustage. a=backout
|
2010-08-20 23:42:24 -04:00 |
|
Jonas Sicking
|
47fd12c2ec
|
Bug 546857 Part 4b: Fix some errors in previous patch to not use XUL on error pages. r=dao a=blocker
|
2010-08-20 17:50:35 -07:00 |
|
Jonas Sicking
|
6e2c9b1a30
|
Fix missing comments from patch for bug 546857
|
2010-08-20 17:50:35 -07:00 |
|
Mark Banner
|
8d80ac7171
|
Bug 587731 TEST-UNEXPECTED-FAIL | test_theme.js | false == true - copy 10 second timeout and extra debug code from test_install.js. r=dtownsend,a=test-only
|
2010-08-20 18:54:41 +01:00 |
|
Ryan VanderMeulen
|
078db8eb44
|
Bug 588977 - Fix MSVC warning spam by casting as floats. r=roc a2.0=joe
|
2010-08-20 14:45:07 +02:00 |
|
Rob Arnold
|
9a7348ac2d
|
Bug 588550 - Titlebar area becomes black when dragging bottom window frame into it, r=jmathies a=joe
|
2010-08-20 17:11:57 -07:00 |
|
Josh Aas
|
1092fc2cec
|
Set MACOSX_DEPLOYMENT_TARGET properly per-architecture. Stop incorrectly targeting Mac OS X 10.5 for 64-bit builds by default. b=583318 r=ted a=blocking-final+
|
2010-08-20 18:10:15 -04:00 |
|
Jim Chen
|
852158a953
|
Bug 588456 - Properly commit Android IME composition on blur; r=mwu a=blocking-fennec
|
2010-08-20 17:07:26 -07:00 |
|
Dave Townsend
|
60087fb3c9
|
Bug 588925: Cancelling an upgrade AddonInstall needs to remove the pendingUpgrade property from the existing addon. r=robstrong, a=blocking-betaN
|
2010-08-20 12:47:03 -07:00 |
|
Dave Townsend
|
e8a4f3e6c6
|
Bug 572966: Test that InstallTrigger callbacks can redirect to a relative url. r=robstrong, a=blocking-b5
|
2010-08-20 15:48:05 -07:00 |
|
Olli Pettay
|
a9d5a636f3
|
Bug 588643 - Crash in [@ nsDocShell::SetHistoryEntry ], r=bent/neil, a=blocking
|
2010-08-21 00:26:52 +03:00 |
|