Commit Graph

60141 Commits

Author SHA1 Message Date
Blair McBride
c02b8890ab Bug 618760 - Multiple add-on entries in list view when downloading an update. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
e8a077fb8f Bug 616633 - Context menu contains 'Disable' item for already disabled extensions and plugins. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
dd948e9d45 Bug 616434 - Should be separating lines between the rows in the table of the details view. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
cde03ea652 Bug 624175 - Messed display when long descriptions in Detail View. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
6754ee4523 Bug 581361 - Pause and Cancel button of download progress widget not functional. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
e4dfbbdfa9 Bug 623739 - CPU usage spikes because of animated hidden images. r=dtownsend, a=blocking-final 2011-01-12 14:05:55 +13:00
Blair McBride
fa2c4b06af Bug 558321 - Tab Matches are not honoured in Private Browsing mode. r=mak77, a=blocking-betaN 2011-01-12 14:05:55 +13:00
Blake Kaplan
07d616bae5 Bug 624540 - Assertion failure: compartment mismatch in cycle collector during xpcom-shutdown. r=gal, a=blocking2.0+ 2011-01-11 17:01:10 -08:00
Bas Schouten
967e85547a Bug 612103 - Part 2: Do not attempt to draw with a shader resource view belonging to an old device. r=jrmuizel a=blocking-final 2011-01-12 01:52:29 +01:00
Bas Schouten
897bd83b70 Bug 612103 - Part 1: Do not attempt to do anything when we fail to create a texture for a surface. r=jrmuizel a=blocking-final 2011-01-12 01:52:27 +01:00
Bas Schouten
8cf8dbf2c9 Bug 612103 - Part 0.5: Add ReportFailure for D3D10 Layers. r=jrmuizel a=blocking-final 2011-01-12 01:52:25 +01:00
Ehsan Akhgari
ed433c44b6 Merge backout; a=bustage-fix 2011-01-11 19:37:47 -05:00
Ehsan Akhgari
652e8775ed Backed out changeset 775cfd3f2c87 because of Tinderbox test failures 2011-01-11 19:37:15 -05:00
Vladimir Vukicevic
1628ac3a66 Bug 624505 - Avoid unnecessary uploads of canvas to improve the panorama zooming performance among other things; r=jrmuizel sr=roc a=joe 2011-01-11 18:59:26 -05:00
Ehsan Akhgari
2ceedc4232 Bug 614151 - Part 2: Convert the test for bug 536567 into a chrome test; r=jst a=NPOTB 2011-01-11 18:21:36 -05:00
Jeff Muizelaar
9e9e73fcbe Bug 623446. Fix force-enabling layer acceleration on non-Windows. r=joe,a=b
--HG--
extra : rebase_source : 0ee05e18c71dcb83437b9b27133c73ec290d22cd
2011-01-11 17:58:10 -05:00
Raymond Lee
65655b746f Bug 615954 - Intermittent Failure in tabview/browser_tabview_bug597248.js | Tab item is showing cached data and is already connected or | Tab item is not showing cached data anymore try: -b do -p all -u mochitest-o -m none -t none r=ian, a=test orange
--HG--
extra : rebase_source : ccf70a980b110c5dd80e083e2716722f2e66f8ab
2011-01-11 11:36:07 +08:00
Drew Willcoxon
54ea211cf3 Bug 615152 - WindowDraggingElement should not assume that event targets are in the same window as its element. r=enndeakin, a=mossop 2011-01-11 15:02:55 -08:00
Michal Novotny
81ec8f913f Bug 614513 - Crash in nsCacheService::DeactivateEntry during Linux Talos. r=bzbarsky@mit.edu, a=blocker 2010-12-29 03:25:14 +02:00
Jeff Muizelaar
11c0641ff9 Bug 623446. Turn the layer acceleration prefs into a tri-state. r=joe,a=b
This removes:
 layers.accelerate-all
 layers.accelerate-none

and adds:
 layers.acceleration.disabled
 layers.acceleration.force-enabled

This is closer to what D2D does.
2011-01-11 17:01:37 -05:00
Dave Townsend
3a6e36dcb0 Bug 569342: Find bar should not be enabled in about:addons. r=gavin, a=blocks-final 2011-01-11 13:33:51 -08:00
Chris Jones
c0d9b1b0d4 Bug 618249: Default remote-browser to synchronous scrolling, and let users change that. r=tn sr=roc a=a 2011-01-11 15:34:31 -06:00
Chris Jones
cd11268459 Bug 623451: Don't double-release surfaces. r=jrmuizel a=b 2011-01-11 15:34:31 -06:00
Chris Jones
24f6509560 Bug 623216: mIMESeqno is not initialized. r=blassey a=a 2011-01-11 15:34:31 -06:00
Chris Jones
c26b0a39e0 Bug 576507: Forward the selected locale to content process to satisfy callers that want "some locale". r=jdm sr=bsmedberg a=a 2011-01-11 15:34:31 -06:00
Ehsan Akhgari
a88b3d6cd6 Bug 620906 - Part 2: Accessibility test adjustments; r=davidb f=MarcoZ a=blocking-final+ 2011-01-11 16:01:11 -05:00
Ehsan Akhgari
b3f2d74515 Bug 620906 - Back out part of bug 289384 to make sure that scrollbars work in CKEditor fields again; r=roc a=blocking-final+ 2011-01-11 16:00:44 -05:00
Mihai Sucan
a3a13aedd3 Bug 599725 - web console reports data which the server did not send (304 Not Modified); f=rcampbell,pwalton r=dolske a=final+hardblocker 2011-01-11 14:34:39 -06:00
Blake Kaplan
06e8f326af Bug 616992 - Give nsDOMConstructors a precreate hook so that we don't accidentally create more than one wrapper object for them. r=jst@mozilla.com, gal@uci.edu, a=blocker 2011-01-11 12:15:52 -08:00
Mehdi Mulani
9ab02b028a Bug 611459 - Search should default to searching for available add-ons. r=dtownsend a=blocking-final 2011-01-07 14:21:38 -08:00
Mehdi Mulani
d588b9bd7f Bug 621843 - Fix View By Date and Site sorting. r=mak a=blocking-final 2011-01-10 10:11:31 -08:00
Peter Van der Beken
b492a1c2a7 Fix for bug 624722 (nsBidiPresUtils should participate in CC).; r=ehsan a=roc 2011-01-11 14:19:00 -05:00
Dave Townsend
3f9a82e5f9 Backout of changeset e30ee0ae39b6 from bug 610661 due to test failures. a=bustage 2011-01-11 10:49:02 -08:00
Dave Townsend
cb95a3760b Bustage fix for bad merge of bug 619607. a=bustage 2011-01-11 10:43:07 -08:00
Tim Taubert
c534a052ca Bug 618828 - Cannot access search results from secondary window via click [r=ian, a=blocking-beta9] 2011-01-09 06:06:13 +01:00
Michael Yoshitaka Erlewine
194c04bcb9 Bug 619937 - Clicking on empty area of Panorama makes empty group [r=ian, a=blocking2.0-betaN+] 2011-01-10 17:49:29 -05:00
Geoff Lankow
42e0065250 Bug 562854: Double-click goes through buttons in the new add-ons manager. r+a=dtownsend 2011-01-11 09:49:50 -08:00
Dave Townsend
9fba826d0e Bug 616620: Hide the disable button for add-ons that are waiting to install. r=robstrong, a=blocks-betaN 2011-01-11 09:44:25 -08:00
Dave Townsend
12435f9246 Bug 621475: Upgrading Firefox while using third-party theme gives partially themed UI on first run after upgrade. r=robstrong, a=blocks-final 2011-01-11 09:43:43 -08:00
Paolo Amadini
1066e91218 Bug 610661: Pass Addon object to custom about dialogs. r+a=dtownsend
--HG--
rename : toolkit/mozapps/extensions/test/browser/addon_prefs.xul => toolkit/mozapps/extensions/test/browser/addon_about.xul
2011-01-11 09:47:53 -08:00
Dave Townsend
ff24f46b45 Bug 611242: InstallTrigger should not use a prototype shared across all windows. r=robstrong, a=blocks-betaN 2011-01-11 09:42:50 -08:00
Dave Townsend
cb7775294c Bug 619607: Recover gracefully from a broken extensions.bootstrappedAddons. r=robstrong, a=blocks-final 2011-01-11 09:53:28 -08:00
Jeff Muizelaar
a0d202187c Bug 590591. Update the cairo symbol mangling. a=b 2011-01-10 09:16:23 -05:00
Ehsan Akhgari
f65c95e223 Bug 620936 followup - Switch to NS_MIN; r=joe a=DONTBUILD
--HG--
extra : rebase_source : 7594f27208efd71dd1ee290d2074fc224119b715
2011-01-11 12:10:47 -05:00
Josh Matthews
5fa42d9e62 Bug 612551 - Clear appshell observers on xpcom-shutdown. r=blassey a=blocking-fennec 2010-12-21 13:28:45 -08:00
Jeff Hammel
b41e024fbc Bug 568642 - Create make target for make mozmill r=ctalbert a=NPOTB 2011-01-11 10:51:30 -06:00
Steven Michaud
1a30fa02e4 Bug 620733 - java.security.AccessControlException when calling privileged Java methods from chrome. r=bz,jst a2.0=jst 2011-01-11 10:00:36 -06:00
timeless@mozdev.org
186210bc44 Bug 620423 - nsHTMLEditor::ParseCFHTML foolishly checks aStuffToPaste instead of *aStuffToPaste; r=neil a=roc 2011-01-11 10:20:31 -05:00
Ehsan Akhgari
1049cda97b Bug 594478 - IndexedDB needs to be hooked up with "Forget about this site"; r=jonas,bent a=blocking-final+ 2011-01-10 19:09:56 -05:00
Ehsan Akhgari
7a39c07c6e Bug 623423 - Fix the editor XUL reftests for Windows XP compatibility; r=roc a=NPOTB 2011-01-09 20:14:58 -05:00