Commit Graph

24993 Commits

Author SHA1 Message Date
Boris Zbarsky
d44d4a7243 Bug 478267. Make sure to set our overflow area correctly for objects even in cases without box-shadow. r+sr=roc 2009-02-15 13:14:32 -05:00
Boris Zbarsky
13505d3994 Bug 478101. Suppres GetUsed* assertions during all display list processing, not just during display list construction. r+sr=roc 2009-02-15 13:14:21 -05:00
Boris Zbarsky
a503efc8fc Bug 477880. Since we kick off some loads during reflow, make sure to flush layout before our last pre-onload emptiness check. r=jst, sr=roc 2009-02-15 13:14:19 -05:00
Serge Gautherie
37b6bf1d39 Merge for "Backed out changeset: 719dca3419b5" of
Bug 476731 - Media element should fire error event when src is a 404; missing test_error_on_404.html; r=chris.double sr=roc
which
does not compile on Windows.
2009-02-15 18:44:14 +01:00
Serge Gautherie
5ec9f53e89 Backed out changeset: 719dca3419b5 2009-02-15 18:41:16 +01:00
Chris Pearce
57ecf8cbff Bug 476731 - Media element should fire error event when src is a 404; missing test_error_on_404.html; r=chris.double sr=roc 2009-02-15 18:14:49 +01:00
Jeremy Lea
b82cdbd258 Bug 476726 - deCOMtaminate WidgetToScreen and ScreenToWidget; r+sr=roc 2009-02-15 17:41:06 +01:00
Graeme McCutcheon
8658382ce5 Bug 471776 - Textboxes with emptytext shouldn't enable undo for display and deletion of empty text. r=enndeakin 2009-02-15 17:35:50 +01:00
Ere Maijala
2f6c53b47c Bug 473962 - Can't print Messages, App process hangs after closing; r=bzbarsky sr=(bzbarsky + roc) 2009-02-15 17:31:06 +01:00
Chris Pearce
0528fe151f Bug 476731 - Media element should fire error event when src is a 404; r=chris.double sr=roc 2009-02-15 17:26:32 +01:00
Aiko
cad71e2047 Bug 446689 - xpcshell's load() function doesn't close file handle; r+sr=mrbkap 2009-02-15 17:23:50 +01:00
Alexander Surkov
2d17b131fc Bug 475522 - walk subtree once for all text attributes, r=davidb, rOMarcoZ, sr=neil
--HG--
rename : accessible/src/base/nsTextUtils.cpp => accessible/src/base/nsTextAttrs.cpp
rename : accessible/src/base/nsTextUtils.h => accessible/src/base/nsTextAttrs.h
2009-02-15 09:35:10 +01:00
Marco Zehe
4275462f8e Fixed line endings in some of the a11y test files. No bug, no functional change. 2009-02-15 09:29:45 +01:00
David Bolter
fc0422bfdc Bug 475006 - Extend nsARIAMap or create hashtable to capture ARIA attribute characteristics, r=surkov, r=MarcoZ 2009-02-15 09:15:31 +01:00
Natch
559ee9f8c5 Bug 476463 - Cookies set onunload of page are retained on exit/enter of PB mode; r=ehsan,mconnor 2009-02-15 10:51:52 +03:30
Ehsan Akhgari
1de3732803 Bug 478377 - Support specifying direction for :-moz-tree-cell pseudo class through CSS; r+sr=roc 2009-02-15 10:51:40 +03:30
Ehsan Akhgari
e2df0cf442 Bug 477701 - [RTL] Save button of Library search is cut-off; r=dao 2009-02-15 10:51:28 +03:30
Ehsan Akhgari
53da00b66c Bug 477696 - [RTL] Homepage URL in preferences is right aligned instead of left aligned; r=dao 2009-02-15 10:51:16 +03:30
Ehsan Akhgari
49edf7e991 Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky 2009-02-15 10:51:04 +03:30
Daniel.S
e40269950a Bug 318022 - CSS property page-break-after doesn't work after a clear:both; print reftest; r+sr=dbaron
CLOSED TREE (test only)
2009-02-14 23:05:09 +01:00
Daniel.S
3dc68d0cb8 Bug 363728 - overflow: auto overdraws an absolute-positioned DIV; reftests; r+sr=dbaron
CLOSED TREE (test only)
2009-02-14 23:02:27 +01:00
Graeme McCutcheon
57f7cebb30 Bug 471722 - Plaintext editor redo handling code looks for incorrect type of bogus node; test; r=peterv
CLOSED TREE (test only)
2009-02-14 20:32:22 +01:00
Atsushi Sakai
eb84ffc85b Bug 478157 - verKorea should be KR, not KP; r=smontagu
CLOSED TREE (unrelated to Windows talos orange)
2009-02-14 19:00:55 +01:00
Joe Drew
9b70025c5c Merge the backout of bug 466586 2009-02-13 18:26:05 -05:00
Joe Drew
7c40b7738b Merge the backout of bug 466586. 2009-02-13 18:25:43 -05:00
Joe Drew
48513142c9 Backed out changeset 52da9e8d713a 2009-02-13 18:24:47 -05:00
Joe Drew
0b154c324c Backed out changeset af9270b650e6 2009-02-13 18:24:22 -05:00
Shawn Wilsher
62e4ff7c7e Bug 468705 - cache the result of _getSyncTableStatement in nsDBFlush
We can avoid some of the statement parsing, which will help mobile out!
r=mak
2009-02-13 18:01:55 -05:00
Jesse Ruderman
f154077a31 Add crashtests 2009-02-13 14:54:17 -08:00
bjarne@runitsoft.com
b030acc152 Bug #476185 - runtests.py should print stdout immediately. r=jwalden 2009-02-13 14:33:14 -08:00
Joe Drew
7ee4e55b58 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-30 21:17:47 -05:00
Josh Aas
4247f950ec try disabling tests added in 9b79ff7b4707 in order to clear Linux test failures. CLOSED TREE 2009-02-13 12:34:30 -05:00
Vladimir Vukicevic
bf73bd6518 Add missing break statement; fixes win32 leak test tinderbox 2009-02-13 00:34:42 -08:00
Gavin Sharp
48fd346836 Fix typo from patch for bug 476897
--HG--
extra : rebase_source : b91f8f0fa5e96438fb676264a19370a0bedbfc42
2009-02-12 16:34:54 -05:00
Vladimir Vukicevic
66850cb1ed really fix configure.in (CLOSED TREE argh) 2009-02-12 18:50:41 -08:00
Vladimir Vukicevic
c8016d0997 Fix mobile tinderbox bustage; CLOSED TREE ok 2009-02-12 18:43:24 -08:00
Vladimir Vukicevic
67e7923d04 Dummy checkin for CLOSED TREE (patchset is Windows CE only) 2009-02-12 18:26:02 -08:00
Vladimir Vukicevic
c41eb5af4c b=477727; windows widget nsWindow WinCE/Windows Mobile separation fixes; r=dougt 2009-02-12 18:26:02 -08:00
Vladimir Vukicevic
65001952b1 b=478140; set some WinCE all.js defaults; r=stuart 2009-02-12 18:26:02 -08:00
Vladimir Vukicevic
263a2857c3 b=478149; Fix up win32/WinCE window style handling; r=dougt 2009-02-12 18:26:02 -08:00
Vladimir Vukicevic
3bdaaf6021 b=477727; add WINCE_WINDOWS_MOBILE define and associated configure flag; r=ted 2009-02-12 18:26:01 -08:00
Daniel Holbert
aad0f923ea typo fix in a comment: s/glock/block/ CLOSED TREE a=sdwilsh|sheriff 2009-02-12 15:10:59 -08:00
Dave Townsend
4513797543 Disable xpinstall tests to evaluate failures 2009-02-12 15:24:35 +00:00
Ted Mielczarek
c5020af907 another bustage fix followup from bug 468913 2009-02-12 10:21:35 -05:00
Ted Mielczarek
60d1616543 bustage fix followup from bug 468913 2009-02-12 10:13:51 -05:00
Marco Zehe
85127a3737 Merge 2009-02-12 15:37:03 +01:00
Marco Zehe
79edd80b98 Backout changeset 4767c92771e6 from bug 475522 because of burning tree 2009-02-12 15:35:12 +01:00
Ted Mielczarek
a0dc1e2a51 bug 468913 - Need a Makefile target to run reftest. r=dbaron,bsmedberg,jwalden 2009-02-12 08:49:53 -05:00
Ted Mielczarek
c07bf673e3 bug 476163 - consolidate makefile cruft for generating automation.py. r=bsmedberg
--HG--
rename : build/pgo/automation.py.in => build/automation.py.in
2009-02-12 08:49:53 -05:00
Joe Drew
dc512e43ae Bug 466586 - Test to ensure that we don't have to reload an image that exists in a document. 2009-01-30 21:17:35 -05:00