Chris Jones
|
b3b02a9298
|
Bug 632696: Silently fail if we can't allocate a white-background image. r=mattwoodrow a=bustage
|
2011-02-09 02:32:34 -06:00 |
|
Makoto Kato
|
111d919f30
|
Bug 627606 - Remove PGO hack on Win64. r=ted a=bsmedberg
|
2011-02-09 15:51:25 +09:00 |
|
Makoto Kato
|
f4d7834641
|
Bug 625753 - 64-Bit Firefox 4.0b10pre Crash Reports [@ malloc_rtree_set ]. r=ted a=bsmedberg
|
2011-02-09 15:50:13 +09:00 |
|
Jim Mathies
|
29d98a0a33
|
merge. a=backout
|
2011-02-08 23:06:32 -06:00 |
|
Jim Mathies
|
53100f71b6
|
Backing out Elantech patches (bug 593372) because they broke scroll wheel functionality. a=backout
|
2011-02-08 23:05:43 -06:00 |
|
Matt Woodrow
|
10479ab383
|
Bug 632636: Initialize cond when we have needs-focus. r=cjones a=bustage
|
2011-02-08 18:09:00 -06:00 |
|
Bas Schouten
|
c059a5cf5b
|
Bug 612103 - Followup: Only report a failure when the call actually fails. r=jrmuizel a=blocking-final
|
2011-02-08 18:44:14 -06:00 |
|
Chris Jones
|
9daf16612c
|
Bug 631388: Stop trying to center plugin images in their frames. r=roc a=a
|
2011-02-08 18:44:14 -06:00 |
|
Chris Jones
|
c28917f90b
|
Some tests for bug 626602. a=b
|
2011-02-08 18:44:14 -06:00 |
|
Chris Jones
|
bf20c14526
|
Bug 626602, part 9: When possible, copy from a background to an opaque surface and have transparent plugins draw directly on the copied background, instead of doing alpha recovery or hoping plugins give us alpha values. r=bsmedberg,karlt sr=roc
|
2011-02-08 18:44:14 -06:00 |
|
Chris Jones
|
e25c495c5c
|
Bug 626602, part 8.1: Close the XDisplay to free the gfxXlibSurface DisplayTable, for the sake of leak checkers. r=karlt
|
2011-02-08 18:44:14 -06:00 |
|
Chris Jones
|
c593a45834
|
Bug 626602, part 8: Dig a tunnel from nsObjectFrame to PluginInstanceParent for background copying. r=bsmedberg sr=roc
|
2011-02-08 18:44:14 -06:00 |
|
Chris Jones
|
e86d9a0b73
|
Bug 626602, part 7: Copy the impl of < and <= from nsIntSize to gfxIntSize. Sigh. sr=roc
|
2011-02-08 18:44:14 -06:00 |
|
Ehsan Akhgari
|
afa09058fc
|
Bug 593372 - Part 4: Work around the Elantech v8 driver's erroneous message timestamps for zoom gestures (v2.1) r=jmathies a=blocking-final
|
2011-02-08 18:07:00 -05:00 |
|
Ehsan Akhgari
|
2e84e42ef8
|
Bug 593372 - Part 3: Always process mouse and keyboard events in the right order. r=:jimm
|
2011-02-08 18:06:49 -05:00 |
|
Bas Schouten
|
8766ff250d
|
Bug 626602, part 6: Implement asynchronous D3D10 readback. r=cjones,jrmuizel
|
2011-02-04 20:30:00 -06:00 |
|
Robert O'Callahan
|
482c9382e3
|
Bug 626602. Part 5: Implement ReadbackLayers for D3D9. r=bas
|
2011-02-08 18:44:14 -06:00 |
|
Robert O'Callahan
|
8b67d8767c
|
Bug 626602. Part 4: Make the display items behind a plugin that needs readback be as visible as we can. r=tnikkel
|
2011-02-08 18:44:13 -06:00 |
|
Robert O'Callahan
|
44953eb667
|
Bug 626602. Part 3: Hook up ReadbackLayers in nsObjectFrame. r=cjones
|
2011-02-08 18:44:13 -06:00 |
|
Robert O'Callahan
|
ce95a43471
|
Bug 626602. Part 2: BasicLayers implementation of ReadbackLayer. r=cjones
|
2011-02-08 18:44:13 -06:00 |
|
Robert O'Callahan
|
eb9d0942df
|
Bug 626602. Part 1: Create ReadbackLayer API to enable collection of background pixels in a layer tree. r=bas,sr=cjones
|
2011-02-08 18:44:13 -06:00 |
|
Robert O'Callahan
|
b686367c7d
|
Bug 626602. Part 0: Fix header guards. r=bas
|
2011-02-08 18:44:12 -06:00 |
|
Chris Jones
|
13c9cf728f
|
Bug 629799, part 4: Fix alpha-recovery fallback on windows and try to use the SIMD path when possible. r=roc a=b
|
2011-02-08 18:44:12 -06:00 |
|
Chris Jones
|
d04e7d0b63
|
Bug 629799, part 3: Ensure that SharedDIBWins are aligned well for alpha recovery. r=jimm
|
2011-02-08 18:44:12 -06:00 |
|
Chris Jones
|
0df43400dc
|
Bug 629799, part 2: Ensure that gfxImageSurfaces are aligned well for alpha recovery. r=roc
|
2011-02-08 18:44:12 -06:00 |
|
Chris Jones
|
fd132de5a9
|
Bug 629799, part 1: Add some helpers for aligning surfaces for alpha recovery. sr=roc
|
2011-02-08 18:44:12 -06:00 |
|
Andreas Gal
|
17abd31ae6
|
Expose console and InstallTrigger as content objects (bug 631225, r=dtownsend). a=blocker
|
2011-02-07 23:18:18 -08:00 |
|
Ehsan Akhgari
|
276d62ec30
|
Bug 632484 - Land feedback strings for stable releases as Firefox 4.0 strings; r=Mossop a=blocking-betaN DONTBUILD as this is NPOTB yet
|
2011-02-08 19:12:36 -05:00 |
|
Honza Bambas
|
48a2c64df8
|
Fix bug 573043. r=jmathies@mozilla.com, a=blocker.
--HG--
rename : security/manager/ssl/public/nsISSLStatus.idl => netwerk/base/public/nsISSLStatus.idl
rename : security/manager/boot/public/nsISSLStatusProvider.idl => netwerk/base/public/nsISSLStatusProvider.idl
rename : security/manager/ssl/public/nsIX509Cert.idl => netwerk/base/public/nsIX509Cert.idl
|
2011-02-08 16:12:29 -08:00 |
|
Matt Woodrow
|
9a9b488eeb
|
Bug 586683 - Disable test on mac r,a=orange
|
2011-02-09 13:06:31 +13:00 |
|
Matt Brubeck
|
716e09f70f
|
Bug 632490: Use a content-type hint in mozJSSubScriptLoader::LoadSubScript. r=shaver a=blocking-fennec
--HG--
extra : rebase_source : ff4aba30c6ac11b97921c368d8220a63d698692d
|
2011-02-08 12:16:06 -08:00 |
|
Patrick McManus
|
ae544d7e57
|
Bug 632061 - Firefox 4 does not always properly handle HTTP/0.9 responses r=bz a=blocking-2.0
--HG--
extra : rebase_source : 8185a73da91b5327d5826d8945a044ac87fd41be
|
2011-02-08 18:26:33 -05:00 |
|
Priit Laes
|
970b70caff
|
Bug 628222 - Add support for libnotify-0.7+. r=karlt a=joe
|
2011-02-09 00:02:37 +01:00 |
|
Cameron McCormack
|
558a75b0b5
|
Bug 593372 - Part 2: Ensure that Elantech driver helper window doesn't prevent zoom gestures from working (v2.1) r=jmathies a=blocking-final
|
2011-01-27 19:54:30 +13:00 |
|
Cameron McCormack
|
409758fb86
|
Bug 593372 - Part 1: Add a hack for the Elantech touchpad so that three-finger swipe left/right performs a browser back/forward action instead of page up/down (v2.2) r=jmathies a=blocking-final
|
2011-01-25 10:38:41 +13:00 |
|
Matt Woodrow
|
5972259e76
|
Bug 586683 - Followup test fix to address the orange on OS X; rs=roc
|
2011-02-08 18:06:05 -05:00 |
|
Justin Dolske
|
e2da84b346
|
Bug 627896 - tab-modal prompts should handle Cmd-. on OS X; r,a=gavin
|
2011-02-08 18:03:57 -05:00 |
|
Ehsan Akhgari
|
82090a2d04
|
Bug 631607 - Crash while spell checking with French modern dictionary 4.0.3 [@ mozalloc_abort(char const* const) ][@ mozalloc_abort(char const* const) | mozalloc_handle_oom() ]; r=jst a=blocking-betaN+
|
2011-02-08 18:01:06 -05:00 |
|
Dave Townsend
|
21770eb7c8
|
Bug 631440: Crash [@ nsDocShell::AddToSessionHistory] with pushState. r=bz, a=bsmedberg
|
2011-02-08 14:46:56 -08:00 |
|
Karl Tomlinson
|
12712eb01f
|
b=631978 check old icon names first for bidi icons r=roc a=blocking-betaN+
|
2011-02-08 17:31:00 -05:00 |
|
Karl Tomlinson
|
94645befe5
|
b=621962 modifiy comment to address review on patch in 57536671a363; a=comment only change which blocks a hardblocker!
|
2011-02-08 17:30:42 -05:00 |
|
Dan Witte
|
9bbbe66da7
|
Bug 625496 - Clear Adobe Flash Cookies (LSOs) when Cookies is selected in Clear Recent History. r=ehsan, a=final+
|
2011-02-08 14:16:09 -08:00 |
|
Dan Witte
|
ce4d2779cf
|
Bug 625497 - Clear Adobe Flash Cookies (LSOs) when "Forget This Site" is selected. r=ehsan, a=final+
|
2011-02-08 14:16:09 -08:00 |
|
Dan Witte
|
21c43728f6
|
Bug 508167 - NPAPI additions for clearing recent history (e.g. for "flash cookies"). r=josh, a=beltzner
|
2011-02-08 14:16:07 -08:00 |
|
Boris Zbarsky
|
2beff050a8
|
Fix test description. a=DONTBUILD
|
2011-02-08 16:41:47 -05:00 |
|
Peter Van der Beken
|
e8044d0d7f
|
Bug 623437 - restore for-in order of canvas methods (r=gal/peterv, a=jst).
|
2011-02-08 13:34:25 -08:00 |
|
Boris Zbarsky
|
5579a836d1
|
Bug 631352. Changes to @lang need to restyle all descendants. r=dbaron, a=blocker
|
2011-02-08 16:30:57 -05:00 |
|
Boris Zbarsky
|
29c337dec4
|
Bug 623437. Restore the relative enumeration order of arc and arcTo. r=peterv,gal a=jst
|
2011-02-08 16:30:57 -05:00 |
|
Boris Zbarsky
|
6197b2e96e
|
Bug 630465. Don't pretend everything is ok when allocating image surfaces failes. r=vlad, a=joe
|
2011-02-08 16:30:54 -05:00 |
|
Margaret Leibovic
|
f0245d202b
|
Bug 628805 - Add test for unstored sessionId to test_async_history_api.js and fix the way session ids are stored with places visits [r=sdwilsh, a=blocking-final]
|
2011-02-08 13:15:18 -08:00 |
|