Jonathan Kew
|
8a871fa050
|
bug 502906 - part 3 - factor out Uniscribe and GDI shapers from Windows GDI font code. r=jdaggett
--HG--
rename : gfx/thebes/src/gfxWindowsFonts.cpp => gfx/thebes/src/gfxUniscribeShaper.cpp
rename : gfx/thebes/public/gfxWindowsFonts.h => gfx/thebes/src/gfxUniscribeShaper.h
|
2010-03-15 09:34:25 +00:00 |
|
Oleg Romashin
|
209a69cc51
|
Bug 552315 - Improve Qt show functionality. r=dougt
|
2010-03-15 08:08:15 +02:00 |
|
Oleg Romashin
|
bbad1c15f2
|
Bug 552013 - g_type_init required for conic initialization when building with Qt platform. r=dougt
|
2010-03-15 04:25:03 +02:00 |
|
Justin Wood
|
fe60a73cb0
|
Backout Bug 507936, Due to test failures.
|
2010-03-15 01:16:15 -04:00 |
|
Justin Wood
|
3659e4a8ef
|
Backout Bug 507936, Due to test failures. roc claimed to have done it already but I don't see it
|
2010-03-15 01:15:27 -04:00 |
|
Michael Ventnor
|
195169647a
|
Bug 519079 - Set a maximum on CSS shadow blur radius so that stupid values don't hang the browser r=roc
|
2010-03-15 14:16:17 +10:00 |
|
liucougar
|
a571e0a828
|
Bug 507936. Join nodes when deleting at end of paragraph. r=peterv
--HG--
extra : rebase_source : cf90db83f439a33643daf98662f36b98a18649c7
|
2010-03-15 14:37:23 +13:00 |
|
Matthew Gregan
|
e8a95ea783
|
Bug 525401 - Make ready state transitions initiated by the decode thread more reliable by including the new state in the event. Fixes an ABA problem where we could play through without ever moving beyond HAVE_CURRENT_DATA. r=chris.double
|
2010-03-15 12:46:38 +13:00 |
|
Robert O'Callahan
|
7b7b905989
|
Bug 550716. Snap layer bounds to nearest bpixels instead of outside pixels, to accurately reflect what we draw. r=mats
--HG--
extra : rebase_source : 08e3f6af4cc46e193593039a5196b0ee82defa60
|
2010-03-10 13:15:22 +13:00 |
|
Robert O'Callahan
|
137978d0a8
|
Bug 549630. mViewToWidgetOffset is being calculated the wrong way around. r=mats
--HG--
extra : rebase_source : 917290f7ae51bf57d9b689ffa1b3708245235638
|
2010-03-10 13:14:17 +13:00 |
|
Robert O'Callahan
|
84aaebcc5c
|
Bug 549184. Track 'has nonempty content been placed on this line yet' separately from 'has nonempty, non-span content been placed on this line yet'. r=dbaron
--HG--
extra : rebase_source : fe9318ed5143fe42107a55dfdcb6c0c8fee3dae6
|
2010-03-10 13:14:14 +13:00 |
|
Robert O'Callahan
|
69610b8d43
|
Bug 546071. Compute view-to-widget offset for plugin views. r=mats
--HG--
extra : rebase_source : 483afc3b0d00f5fd6685f760b6ad358a94a7c9ba
|
2010-02-24 00:33:41 -08:00 |
|
Mats Palmgren
|
2fbad415be
|
Add SimpleTest.waitForFocus to fix [orange].
|
2010-03-15 02:04:13 +01:00 |
|
Mats Palmgren
|
3d99a509c5
|
Bug 544852, part 4: Add nsCaret::GetGeometryForFrame. r=roc
|
2010-03-14 23:56:26 +01:00 |
|
Mats Palmgren
|
6490d07773
|
Bug 544852, part 3: Merge UpdateHookRect into UpdateCaretRects. r=roc
|
2010-03-14 23:54:11 +01:00 |
|
Mats Palmgren
|
cdfd5e672d
|
Bug 544852, part 2: Use nsCaret::GetGeometry. r=roc
|
2010-03-14 23:52:45 +01:00 |
|
Mats Palmgren
|
549893b6d7
|
Bug 544852, part 1: Remove nsCaret::GetCaretCoordinates. r=roc
|
2010-03-14 23:52:07 +01:00 |
|
Mats Palmgren
|
66f81493f3
|
Bug 544852, part 0: Remove unused code. r=roc
|
2010-03-14 23:50:36 +01:00 |
|
Brendan Eich
|
df360e309a
|
Rename ecmaStrictMode to ecma3OnlyMode, use fresh prototype object initialiser for better style.
|
2010-03-14 15:46:39 -05:00 |
|
Brendan Eich
|
bfa3f5fb86
|
Fix copyright notice.
|
2010-03-14 15:33:13 -05:00 |
|
Brendan Eich
|
371b9215e0
|
NPOTB: fix #ifdef NARCISSUS code.
|
2010-03-14 15:26:55 -05:00 |
|
Mats Palmgren
|
fdd268282f
|
Implement std::nothrow variants of operator new/delete. b=550805 r=cjones
|
2010-03-14 20:56:47 +01:00 |
|
Bas Schouten
|
51c74f7eb9
|
Bug 550846: Restructure layers to use different directories for different backends. r=roc,ted
--HG--
rename : gfx/layers/BasicLayers.cpp => gfx/layers/basic/BasicLayers.cpp
rename : gfx/layers/BasicLayers.h => gfx/layers/basic/BasicLayers.h
|
2010-03-14 18:30:40 +01:00 |
|
Brendan Eich
|
b952a1bccf
|
Fix dictionary-mode scope property node alloc to happen inside rt->gcLock (538307, r=jorendorff).
|
2010-03-03 17:14:20 -08:00 |
|
Mats Palmgren
|
47a33305b5
|
Remove the inner declaration of startOffset, it shadows the outer one we use. b=549909 r=enndeakin
|
2010-03-14 14:46:11 +01:00 |
|
Jonathan Kew
|
e3164a12bc
|
bug 552216 bustage fix, missed deleting a line
|
2010-03-14 12:56:59 +00:00 |
|
Jonathan Kew
|
00bb297fff
|
fix Windows bustage from bug 552216.
|
2010-03-14 12:13:21 +00:00 |
|
Jonathan Kew
|
13639154d6
|
bug 552216 - use 64-bit arithmetic to guard against possible overflow leading to buffer overrun in woff decoder. r=roc
|
2010-03-14 12:03:37 +00:00 |
|
Dão Gottwald
|
e0da1e411b
|
fix browser_bug295977_autoscroll_overflow.js on OS X
|
2010-03-14 09:08:14 +01:00 |
|
Dão Gottwald
|
0156366204
|
fix up tests
|
2010-03-14 08:02:11 +01:00 |
|
Jim Mathies
|
4734d89b66
|
Bug 546766 - Don't trust plugin return values for getvalue calls. r=bsmedberg.
|
2010-03-13 17:57:53 -06:00 |
|
Neil Rashbrook
|
6053cc6f53
|
Bug 551050 Disable warning C4702: unreachable code in dlmalloc.c r=dwitte
|
2010-03-13 23:13:09 +00:00 |
|
Neil Rashbrook
|
f9f6a1d5e9
|
Bug 239372 FTP upload consumes a lot of RAM r=biesi
|
2010-03-13 23:11:12 +00:00 |
|
Walter Meinl
|
98ecc36264
|
Bug 552155 - [OS/2] build break in Ctypes.cpp ssize_t not declared. r=dwitte
|
2010-03-13 14:56:09 -08:00 |
|
Blake Kaplan
|
5d51b081d8
|
Bug 550356 - Enumeration over COWs should work. r=jst
--HG--
extra : rebase_source : 2cb53a88893181c09c969cab0e46188c62acd0fb
|
2010-03-05 02:03:05 -08:00 |
|
Blake Kaplan
|
ea8d98106a
|
Bug 542428 - Make wrappers aware of each other. r=jst
--HG--
extra : rebase_source : 94d8ce151abbbc5d75b1261e6a2c6cad117d047e
|
2010-02-11 17:04:41 -08:00 |
|
Matthew Gregan
|
2b946b158b
|
Bug 525401 - Resynchronize system clock against audio clock to avoid clock drift problems when alternating between clocks. r=chris.double
|
2010-02-05 18:16:29 +13:00 |
|
Matthew Gregan
|
926910324a
|
Bug 525401 - Fix resuming from pause when playing poorly muxed videos. r=chris.double
|
2010-02-05 17:06:08 +13:00 |
|
Matthew Gregan
|
c150569198
|
Bug 525401 - sa_stream_drain should return an error if called when stream not playing. r=chris.double
|
2010-02-05 14:31:18 +13:00 |
|
Robert O'Callahan
|
262a3deb0e
|
Mark tests as failing if there's no test plugin
|
2010-03-15 16:46:55 +13:00 |
|
Mike Hommey
|
9b07b8b0ad
|
Bug 550961. Fix license header typos. r=gerv
|
2010-03-15 14:44:37 +13:00 |
|
Uli Link
|
86f6901495
|
Bug 526457. Fix AIX compilation. r=bsmedberg
|
2010-03-15 14:43:16 +13:00 |
|
Blake Kaplan
|
86a7e9e618
|
Bug 524994 - Flatten out wrapper hierarchy. r=jst
--HG--
extra : rebase_source : e120cb38c82f7bbc54751558f5d77a28a5ed2a04
|
2010-01-19 15:44:42 -08:00 |
|
Blake Kaplan
|
b68606dbeb
|
Bug 533600 - Write a function to figure out what type of wrapper to create. r=jst, peterv, bz
--HG--
extra : rebase_source : 9a3e7a9cf8e205db6caf4d741fd13a37f5a27384
|
2010-01-12 15:41:44 -08:00 |
|
Blake Kaplan
|
92b000d2bc
|
Bug 536137 - SJOWs don't enumerate properties named 'next'. r=jst
--HG--
extra : rebase_source : e43aa62a06885f9320feaada6ae6da5556e800bd
|
2010-01-04 22:59:46 -08:00 |
|
Jonas Sicking
|
ee2d2ff9d0
|
Bug 549452 followup. Address review comment by renaming function.
--HG--
extra : rebase_source : 2b287a740157cac7d06179960c35f7ccda925156
|
2010-03-13 12:39:36 -08:00 |
|
tyler.downer@gmail.com
|
d102531a5e
|
Remove extension/universalchardet/doc/. Bug 471480, r=smontagu
|
2010-03-13 12:08:57 -08:00 |
|
Clint Talbert
|
1a2a0d923c
|
Backed out changeset 31b7d1785eb2 due to automation.py bustage
|
2010-03-13 11:57:16 -08:00 |
|
Joel Maher
|
9778c202b6
|
Bug 543825 remove __import__ from automation.py r=ted
|
2010-03-13 11:20:27 -08:00 |
|
Dan Witte
|
92a0404005
|
commit 06a5dd6038d06df968bc1610dccf04c4ad16fe44
Author: Jacek Caban <jacek@codeweavers.com>
Date: Sat Mar 13 13:23:21 2010 +0100
Bug 513788 - mingw fix
|
2010-03-13 11:19:58 -08:00 |
|