Daniel Holbert
325c013e35
Backed out changeset b0d1180627db (caused tinderbox oranges from leaks)
2008-06-19 09:17:08 -07:00
Neil Deakin
ec58083912
Bug 437640, support removing <keyset> elements, and add support for a disabled attribute,r+sr=neil
2008-06-19 09:36:46 -04:00
Simon Montagu
c7aa8e5f41
reftest for bug 439910
2008-06-19 12:36:42 +03:00
Simon Montagu
aea64b3cb9
Set glyph info for low surrogates in Pango. Bug 439910, r+sr=roc
2008-06-18 23:14:51 -07:00
Alexander Surkov
a044334304
Bug 439077 – Anchor tags with no attributes should not expose linked accessible state, r=MarcoZ
2008-06-19 11:11:46 +08:00
Brendan Eich
10661f4ec3
Fix bogus js_Emit return value tests (438986, r=igor).
2008-06-18 18:50:33 -07:00
Johnny Stenback
86a2c30b71
Fixing bug 433880. Stop the flash player from crashing when entering full-screen mode. Patch by mats.palmgren@bredband.net, r+sr=jst@mozilla.org
2008-06-18 16:55:38 -07:00
bcrowder@mozilla.com
3a29271ed3
Backed out changeset f201baf7bf04 (bug 439110), was causing unit-test failures
2008-06-18 15:49:51 -07:00
Igor Bukanov
568d8bf46c
[Bug 439624] renaming decltype to declType as the former is a keyword in the next C++ standard.
2008-06-18 23:35:53 +02:00
bcrowder@mozilla.com
68ce1d3fe8
Bug 439110: xpcshell's load() just silently fails for non-existent files, r=brendan, sr=jst
2008-06-18 13:33:54 -07:00
Ted Mielczarek
d3f13b3bfd
bug 406088 - crash reporter sucks in rtl, fix for Win32. r=dcamp
2008-06-18 16:31:21 -04:00
Kai Engert
0f228913f3
Bug 431819, SSL client auth, repeated prompts for client certificate
...
r=rrelyea, r=dveditz
2008-06-18 21:36:29 +02:00
Kai Engert
7c88a89044
Bug 436870, FF3 RC1 loses SSL certificate exceptions
...
Patch contributed by Honza Bambas
r=kaie
2008-06-18 21:20:16 +02:00
Ted Mielczarek
a8da42070f
bug 428303 - Mercurial integration for breakpad. r=bsmedberg
2008-06-18 11:06:57 -04:00
Gervase Markham
a738ed344b
Contorted and tortous backout process - message number 2.
2008-06-18 16:36:50 +01:00
Gervase Markham
8a7a52178e
Backed out changeset 8473190b24b0
...
Tinderboxes going orange.
2008-06-18 16:32:40 +01:00
Shawn Wilsher
d000fcbd77
Bug 417037 - mozStorage chokes on databases over AFP
...
This patch adds the SQLITE_ENABLE_LOCKING_STYLE=1 on the macintosh platform
only. This will enable Apple-contributed code in SQLite that does file locking that works on AFP (Apple File Protocol), as well as some additional network
filesystems that the platform supports.
r=bsmedberg
2008-06-18 11:06:23 -04:00
Gervase Markham
81d445e052
Bug 438585: First round of registry-submitted changes to Public Suffix List.
2008-06-18 15:02:51 +01:00
Kai Engert
4c10dc1f43
Backout bug 428009
2008-06-18 14:30:29 +02:00
Kai Engert
da0d02dabf
One more bustage fix for 428009, if this fails we'll back out
2008-06-18 14:00:27 +02:00
Kai Engert
c1eda91a4a
Bustage fix for 428009, whitespace change to force regen of automation.py
2008-06-18 13:15:02 +02:00
Kai Engert
d30a4bd1bf
Bustage fix for Bug 428009
2008-06-18 13:03:23 +02:00
Kai Engert
ec09c9381b
Merge commit for bug 428009
2008-06-18 11:57:37 +02:00
Kai Engert
a0c057bf5a
Bug 428009, hook up ssltunnel to mochitest
...
Patch contributed by Honza Bambas
r=jwalden, r=kaie
2008-06-18 11:44:19 +02:00
Michael Ventnor
7964df7c86
Bug 376238: drag feedback should be transparent on gtk. r+sr=roc
2008-06-18 10:20:29 +01:00
L. David Baron
68f55f2bd3
Mark reftest added for bug 363706 as failing.
2008-06-17 16:11:45 -07:00
L. David Baron
46dcb61ccc
Merge backout of f6b609b0af6e (bug 363706).
2008-06-17 16:11:17 -07:00
L. David Baron
a6eaf5d9f2
Backed out changeset f6b609b0af6e
2008-06-17 16:10:53 -07:00
L. David Baron
cc70fa1507
Merge backout of 68362ba98c23 (bug 363706).
2008-06-17 16:10:41 -07:00
L. David Baron
ce70fd85a1
Backed out changeset 68362ba98c23
2008-06-17 16:10:17 -07:00
L. David Baron
9765d50804
Backed out changeset 1c2c0b023699
2008-06-17 16:09:54 -07:00
L. David Baron
e25b4cca62
Fix windows bustage. (Bug 363706)
2008-06-17 14:54:25 -07:00
Eric Butler
685f53eb9e
Bump UUID; changed missed from bug 436904. (Bug 438695) r+sr=dbaron
2008-06-17 14:37:57 -07:00
Eric Butler
4d58741bd6
Fix crashes when using text API on a canvas context whose element doesn't have a frame, and update handling of that case to match the spec. (Bug 438695) r+sr=dbaron
2008-06-17 14:37:57 -07:00
Zack Weinberg
5a32b9d546
Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units. (Bug 363706) r=roc sr=dbaron
2008-06-17 14:37:56 -07:00
Zack Weinberg
cb1ef6b4d3
Remove eStyleUnit_Chars and the special cases for it throughout layout, and make ch units go through the normal eStyleUnit_Coord cases. (Bug 363706) r+sr=dbaron
2008-06-17 14:37:56 -07:00
L. David Baron
f74134beca
Add basic test for bug 363706.
2008-06-17 14:37:56 -07:00
Brad Lassey
a248dd24c4
Bug 418851
...
Changes to build system to create xulrunner debian installers.
r=luser
2008-06-17 05:44:21 -04:00
Shawn Wilsher
64255a8385
Windows bustage fix.
2008-06-17 12:01:12 -04:00
Shawn Wilsher
bdccec46e9
Bug 435414 - Upgrade to sqlite 3.5.9
...
This modifies our files to check for a minimum of version 3.5.9 when using the
system SQLite, and updates README.MOZILLA to indicate which version we are at.
r=mconnor
2008-06-17 11:44:02 -04:00
Shawn Wilsher
d76909e984
Bug 435414 - Upgrade to sqlite 3.5.9
...
This is just the change to the SQLite files moving us from version 3.5.4.2 to
version 3.5.9.
2008-06-17 11:43:40 -04:00
Robert Kaiser
a18c423a9e
bug 399031 - Convert xpfe prefpane to toolkit version (DOMi), p=aqualon@aquachan.de r=sdwilsh sr=Neil
2008-06-17 14:48:25 +02:00
Reed Loden
7ba75ebbdc
Branch merge.
2008-06-17 00:55:24 -07:00
Reed Loden
99fc3ad9d4
Back out Ventron's patch in bug 376238 due to test failures.
2008-06-17 00:55:04 -07:00
Reed Loden
153defc4d4
Branch merge.
2008-06-17 00:52:32 -07:00
Reed Loden
70feff0f85
Back out Ventron's patch in bug 376238 due to test failures.
2008-06-17 00:51:34 -07:00
Marco Zehe
c2fb2e4d05
bug 429666 - Expose ROLE_DOCUMENT for ARIA landmarks that inherit from document, patch by aaronlev, r=me; test by me, r=surkov
2008-06-17 08:52:09 +02:00
Michael Ventnor
cc01790bc7
Bug 376238 - "drag feedback should be transparent on gtk" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc]
2008-06-16 23:15:40 -07:00
Robert O'Callahan
3dff3690a9
Fixing testcase
2008-06-17 13:04:18 +12:00
Robert O'Callahan
b131826697
Fixing testcase
2008-06-17 11:41:12 +12:00