Simon Montagu
|
f3795dcd86
|
Don't create or delete frames when nsTextFrame::SetLength is called from bidi resolution. Bug 635329, r+a=roc
|
2011-02-21 10:02:23 +02:00 |
|
Makoto Kato
|
7fb26057d9
|
Bug 621259 - USE -OPT:REF,ICF on Win64 PGO. r=ted a=beltzner
|
2011-02-21 13:04:32 +09:00 |
|
Matthew Gregan
|
b3b3f3320b
|
Bug 546700 - Recover gracefully from servers that send Accept-Ranges but don't. r=roc a=roc
|
2011-02-21 16:38:29 +13:00 |
|
Josh Aas
|
60f3f8e9ae
|
Bug 634814: Further limit Flash OOP logic (all of it) to i386 on Mac OS X. There is no case in which we'd want to hard-code running Flash in-process in a 64-bit browser. r=benwa a=josh
|
2011-02-20 18:06:25 -05:00 |
|
Dão Gottwald
|
9c73564122
|
Bug 635534 - When entering tab candy with an overflowing tab bar and exiting it with not enough tabs to overflow, tab bar remains in overflowing mode. r=felipe a=b
|
2011-02-20 22:55:23 +01:00 |
|
Matthew Gregan
|
a2f5d89538
|
Bug 634787 - Fix frame wait calculation and early return from Wait(). r=cpearce a=roc
|
2011-02-18 15:30:33 +13:00 |
|
Matthew Gregan
|
9dc00ae210
|
Bug 633332 - Null check mElement in nsWaveDecoder::NotifyDownloadEnded. r=cpearce a=roc
|
2011-02-18 16:42:15 +13:00 |
|
Chris Pearce
|
87d3601f97
|
Bug 627153 - Be less conservative when determining video readyState. r=kinetik a=roc
|
2011-02-21 10:21:40 +13:00 |
|
Olli Pettay
|
8324199a32
|
Bug 635251 - Don't call GC or CC unexpectedly during shutdown, r=gal, a=gal
|
2011-02-20 22:56:16 +02:00 |
|
Timothy Nikkel
|
97d427c363
|
Bug 633762. Only bail early if we have an async scroll pending so the ScrollTo call can update mDestination. r=roc a=roc
|
2011-02-20 14:03:32 -06:00 |
|
Kyle Huey
|
f76b74a821
|
Bug 631421: Teach nsImageDocument to say the magic password to nsImageLoadingContent::RemoveObserver. r=jst a=b
|
2011-02-20 09:40:45 -05:00 |
|
Tim Taubert
|
4ccb9e9be9
|
Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske]
|
2011-02-19 11:35:02 +01:00 |
|
Jacek Caban
|
f9c161ea75
|
Bug 631513 - ots fails to compile on mingw r=jfkthame a=joe
|
2011-02-20 11:08:41 +00:00 |
|
Simon Montagu
|
173364c72b
|
Set correct output params. Bug 634257, r=emk, a=bsmedberg
|
2011-02-20 11:04:28 +02:00 |
|
Brendan Eich
|
e2c6050a6b
|
Back out on orange (635548, r/a=shaver).
|
2011-02-19 22:35:13 -08:00 |
|
Ehsan Akhgari
|
075288f489
|
Bug 635532 - Don't try to hide the editor anonymous UIs during the cycle collection unlink phase needlessly. r=roc,jst, a=blocker
|
2011-02-19 21:43:07 -08:00 |
|
Brendan Eich
|
bd1ec738ae
|
Fix spurious "attempt to run compile-and-go script on a cleared scope" errors (635548, r/a=shaver).
|
2011-02-19 20:56:17 -08:00 |
|
Mike Shaver
|
85c4348adc
|
Backed out changeset 4d86e63ff60d, diagnostic patch; back out 3da12edf735e, followup fix; back out bug 631135 completely, unexplained intermittent orange. r=waldo, a=orange
|
2011-02-19 20:46:44 -08:00 |
|
Kyle Huey
|
8408dbe11c
|
Bug 633709: Actually commit the test. r+a=ehsan
|
2011-02-19 18:40:52 -05:00 |
|
Kyle Huey
|
da2a416c73
|
Bug 633709: Convert bogus assert into a warning. r+a=ehsan
--HG--
extra : rebase_source : 5928d5a4309bd98e0cf4cd3041f36ba64d992706
|
2011-02-19 17:49:23 -05:00 |
|
Kyle Huey
|
846a72981f
|
Bug 633709: Fix editor's handling of txn objects. r+a=ehsan
--HG--
extra : rebase_source : c44055ca4378a8213e3b60b61b16df8dd9758a88
|
2011-02-19 17:18:37 -05:00 |
|
Kyle Huey
|
015e84ddd4
|
Bug 633709: Test.
--HG--
extra : rebase_source : 6bae5d01331df279551577606806fc35d91993a3
|
2011-02-19 17:04:26 -05:00 |
|
Joe Drew
|
ed5bf67276
|
Bug 627656 - Rather than creating a new texture for the resizer every draw and then deleting it once we're done, create a texture once on our first draw, then hold on to it until our widget is deleted. r=jrmuizel,mattwoodrow a=jrmuizel
|
2011-02-19 17:23:02 -05:00 |
|
Joe Drew
|
1256cdb95c
|
Bug 627656 - Move the implementation of DrawOver to nsChildView, because that's the widget on which we create our OpenGL view, and it's therefore easier to reason about texture lifetimes with that. r=jrmuizel,mattwoodrow a=jrmuizel
|
2011-02-19 17:22:12 -05:00 |
|
Matt Woodrow
|
260ec13425
|
Bug 635302: fix flipping logic to handle both single-buffered and double-buffered cases correctly. r=joe, a=hardblocker.
|
2011-02-20 11:19:11 +13:00 |
|
Jonathan Kew
|
066aec9326
|
bug 634762 - Don't call cairo_win32_scaled_font_select_font from SetupCairoFont, but from DCFromContext, and SaveDC/RestoreDC around it; fix usage of DC and font in Uniscribe/GDI shapers. r=roc a=blocking
|
2011-02-19 20:48:33 +00:00 |
|
Mike Shaver
|
4b8d36a579
|
backout of 6bad6cd2dded due to failure of test it added (a=backout-orange)
|
2011-02-19 11:08:39 -08:00 |
|
Tim Taubert
|
de2e79da4d
|
Bug 604699 - Store thumbnails in the browser's image cache rather than in sessionstore [r=ian,sdwilsh, a=blocking2.0:final+]
(Based on patch from Sean Dunn <seanedunn@yahoo.com>.)
|
2011-02-19 19:22:49 +01:00 |
|
Josh Aas
|
e5c146a407
|
Bug 634387 - "[Mac] Firefox 4.0b12pre crash in mozilla::plugins::PPluginInstanceChild::FatalError [@ mozalloc_abort | NS_DebugBreak_P] opening a tab with Cmd-T while a Flash video has focus (youtube)" [r=smichaud, a=hardblocker]
|
2011-02-19 00:24:00 -08:00 |
|
Ginn Chen
|
64f0f08dc4
|
Bug 633457 - "Firefox hangs at startup" (r=bent, a=hardblocker)
|
2011-02-11 20:49:00 -08:00 |
|
Matt Woodrow
|
24de18c7d0
|
Bug 635302: fix flipping logic to handle both single-buffered and double-buffered cases correctly. r=joe, a=hardblocker.
See also bug 635383 for improving this logic in the longer term.
|
2011-02-18 18:11:00 -08:00 |
|
stefanh@inbox.com
|
fe590402cc
|
Bug 635404 - Let a few more attributes inherit to the html input field in xpfe's autocomplete.xml. r=Neil, a=shaver over IRC (NPOTB).
|
2011-02-19 18:00:27 +01:00 |
|
Chris Jones
|
e51e86b4a3
|
Bug 635004: Notify the cairo backend that plugin surfaces have changed when swapping. r=Bas a=b
|
2011-02-18 19:28:45 -06:00 |
|
Chris Jones
|
dd464c0e85
|
Bug 635191: If the object frame has gone away, there's no way to determine IsUpToDate(), so just dispatch the paint-finished event. r=roc a=b
|
2011-02-18 18:32:12 -06:00 |
|
Marco Bonardo
|
6a14423528
|
Bug 626341 - Fix bogus bookmarks position values with PlacesDBUtils.
r+a=dietrich
|
2011-02-17 13:39:54 +01:00 |
|
Olli Pettay
|
230f55841b
|
Bug 635227 - crash [@ nsJSContext::CycleCollectNow], r=gal, a=hb
|
2011-02-19 14:27:56 +02:00 |
|
Mark Banner
|
a7f8b6dea2
|
Bustage fix for non-IPC builds from bug 634819. Add a required windows.h include. r+a=bustage-fix
|
2011-02-19 12:16:51 +00:00 |
|
Daniel Holbert
|
f281072fde
|
Bug 596765, followup 2: Bail out of nsObjectLoadingContent::LoadObject for SVG-as-an-image documents (and re-enable reftest). r+a=roc
|
2011-02-18 23:55:39 -08:00 |
|
Luke Wagner
|
e8cc2a25ba
|
Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver)
|
2011-02-18 18:38:10 -08:00 |
|
Jeff Walden
|
3db0e1e2a2
|
Followup fix for bug 631135 to use the right method to compute calling scope when calling evalInSandbox. r=mrbkap, a=reported-extension-bustage
|
2011-02-18 20:54:47 -08:00 |
|
Bas Schouten
|
601534bd2e
|
Bug 635275: Only update portions within scaled texture bounds. r=roc a=blocking-betan
|
2011-02-19 04:51:10 +01:00 |
|
Bas Schouten
|
0eed342711
|
Bug 603793: Switch off drop shadows under some conditions. r=roc a=blocking-final
|
2011-02-19 03:49:11 +00:00 |
|
Jeff Walden
|
414ac259f6
|
Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst
--HG--
extra : rebase_source : a2f6a11ac3bcc7925cbf122057b694a0aafac970
|
2011-02-08 17:20:06 -08:00 |
|
David Anderson
|
1c47a5ff17
|
Fix gmail JIT crash (bug 635295, r=luke, a=blocking).
|
2011-02-18 18:29:20 -08:00 |
|
Josh Aas
|
de249d2178
|
Bug 633433: Limit plugin loading to Flash when we're trying to clear private data, but also clear anything else that happens to be open already. r=dwitte r=bsmedberg a=blocking2.0final+
|
2011-02-18 20:05:23 -05:00 |
|
Justin Lebar
|
ef161c8702
|
Bug 634834 - Throw an error if JSON stringification during history.push/replaceState navigates the page. r=bz, a=blocking
|
2011-02-18 16:15:42 -08:00 |
|
Dave Townsend
|
22ddf42d72
|
Bug 604697: Shared GUID between survey and study won't work if survey submitted before study starts. r+a=dtownsend DONTBUILD
|
2011-02-18 15:30:14 -08:00 |
|
Jono S Xia
|
14ec4a2454
|
Bug 578209: Add capability to send study to random subset of Test Pilot users. r+a=dtownsend DONTBUILD
|
2011-02-18 14:49:38 -08:00 |
|
Ehsan Akhgari
|
38a78d0d42
|
a=me for backouts
|
2011-02-18 17:18:24 -05:00 |
|
Ehsan Akhgari
|
fbd11c6764
|
Backout changeset 8c2aa133200a (bug 625465) because of test failures
|
2011-02-18 17:17:54 -05:00 |
|