Commit Graph

12792 Commits

Author SHA1 Message Date
Ed Morley
c4d8fc6c53 Bug 765389 - Disable browser_461743.js for frequent timeouts 2012-10-03 11:49:40 +01:00
Ed Morley
83f6c0de2d Bug 753225 - Disable browser_dbg_createRemote.js on Windows for frequent failures 2012-10-03 11:49:40 +01:00
Ed Morley
2f3d826054 Bug 766044 - Disable browser_459906.js for frequent intermittent failures 2012-10-03 11:46:44 +01:00
Ed Morley
002b0eff2e Bug 759157 - Followup to add Makefile warning for disabled tests, so they don't get forgotten 2012-10-03 11:46:44 +01:00
Dão Gottwald
d5d12e468b Bug 783273 - Work around doGetPlacesControllerForCommand being called while the browser window is already closed (fixes intermittently failing browser_350525.js and browser_bug734076.js). r=mak 2012-10-03 12:23:05 +02:00
Ed Morley
6fa009494e Bug 759157 - Disable tilt_* tests on Linux for frequent failures (plus bug 795308, bug 761007, bug 795952, bug 795621) 2012-10-03 10:46:35 +01:00
Fabrice Desré
576ec27252 Bug 796217 - Refactor Webapps.jsm and related files - Part 1: move DOMApplicationManifest outside of Webapps.jsm [r=gwagner] 2012-10-02 22:38:03 -07:00
Rafael Ávila de Espíndola
3b7c8e5c4f Bug 796937 - Deploy new clang package with output order fixes. r=rail.
--HG--
extra : rebase_source : 7f339cf7b9b8bee34967c69203179e944e713536
2012-10-02 18:50:03 -04:00
Shane Caraveo
e8b33a2308 Bug 788598 - Logged out state has no login. r=jaws 2012-09-28 16:37:58 -07:00
David Keeler
7af9670781 Bug 793338 - Implement blocklist click-to-play plugin notification popup UI. r=jaws 2012-09-29 19:32:34 -07:00
David Keeler
14ceb60a79 Bug 754472 - Implement multiple plugin click-to-play UI. r=jaws r=margaret r=dietrich 2012-08-28 09:23:10 -07:00
Josh Matthews
b23bfb6c67 Bug 792528 - Make the channel created to fetch CSS files for editing respect the privacy status of the originating document. r=dcamp 2012-10-02 15:14:00 -04:00
Gervase Markham
c60196e841 Bug 793469 - add MPL 2 headers to files which lack them. 2012-10-02 14:03:36 +01:00
Gervase Markham
0958145486 Bug 759095 - remove stray references to tri-license. 2012-10-02 12:52:06 +01:00
Ed Morley
3d3703a920 Merge mozilla-central to mozilla-inbound 2012-10-02 11:19:03 +01:00
Mark Hammond
0a3b03c04f Bug 795518 - window.close() in social windows should close social panel. r=jaws 2012-10-02 17:57:20 +10:00
Jared Wein
3ec9da6149 Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe 2012-09-27 16:57:37 -07:00
Jared Wein
4082446243 Bug 602006 - Remove Error Console item. r=dao 2012-10-01 21:34:34 -07:00
David Keeler
0403eeeff8 Bug 795397 - Click-to-play blocklisting: respect the "plugins" permission. r=josh, r=jaws 2012-10-01 09:46:05 -07:00
Ryan VanderMeulen
500350bc96 Merge m-c to inbound. 2012-10-01 21:25:14 -04:00
Victor Porof
c21c5f7f03 Bug 790650 - It may be a good idea to have the debugger start with collapsed panels, r=past 2012-10-01 15:55:32 +01:00
Ed Morley
8264c7d3ab Backout 3c95dca80f3f (bug 790650) for causing the current #1 toporange, bug 782877 2012-10-01 13:54:45 +01:00
Ehsan Akhgari
9e27c6bbb7 Bug 795015 - Set the initial state of the per-docshell private browsing flag based on the state of the global PB service; r=jdm,bzbarsky 2012-09-30 21:55:42 -04:00
Robert Strong
ee2c1427b3 Bug 796054 - Display of free space on disk is calculated incorrectly for the stub installer. r=bbondy 2012-10-01 15:13:26 -07:00
Vladimir Vukicevic
2864c47b46 b=683143,792462; Some tests call SimpleTest.finish() twice/guard against that; r=ehsan 2012-10-01 17:51:10 -04:00
Simon Montagu
2496fd494c Change :dir selectors to :-moz-dir in css files. Bug 562169, r=dbaron 2012-09-30 07:17:42 -07:00
Frank Yan
b8384a2f50 Bug 781327 - Use 2x images for HiDPI browser UI. r=dolske 2012-09-29 21:56:40 -07:00
Ryan VanderMeulen
b9204da41d Merge the last PGO-green inbound changeset to m-c. 2012-09-29 23:38:08 -04:00
Robert Strong
26617c332c Bug 795647 - The string Firefox is in the SELECT_FOLDER l10n text. r=bbondy 2012-09-29 17:21:25 -07:00
Jonathan Kew
2cf5d23c2c bug 674373 pt 6 - support HiDPI display in Cocoa widget code. r=roc,smichaud 2012-09-29 12:36:09 +01:00
Jonathan Kew
e18b10e5fb bug 674373 pt 5 - provide a fullZoom API in nsIDOMWindowUtils, and use this rather than inferring zoom from CSS to device pixel ratio. r=roc 2012-09-29 12:35:19 +01:00
Dão Gottwald
b074b8d9b8 Bug 774009 - uncaught JS exception while running browser_overflowScroll.js (TypeError: aTab.linkedBrowser is null). r=gavin 2012-09-29 17:59:43 +02:00
Jared Wein
360421b47d Backed out changeset f1c3d164cffc (bug 790112) 2012-09-29 03:17:29 -07:00
Jared Wein
07892b9c3a Bug 790112: fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh, r=felipe 2012-09-27 16:57:37 -07:00
Phil Ringnalda
bb75747da7 Merge m-c to m-i 2012-09-29 00:03:32 -07:00
Phil Ringnalda
8aa24b1c1a Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-28 22:06:29 -07:00
Robert Strong
c2c9b4cec3 Followup fix for Bug 322206 - Firefox net / stub installer (r=me) on a CLOSED TREE 2012-09-28 16:56:50 -07:00
Ed Morley
2d7f6e3528 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-29 00:08:58 +01:00
Robert Strong
27c0a5891e Bug 322206 - Firefox net / stub installer - inform user when unable to launch Firefox due to it already running. r=bbondy 2012-09-28 15:48:36 -07:00
Robert Strong
b4693a820f Bug 322206 - Firefox net / stub installer - fix branch support, set as default displayed as appropriate, and other fixes. r=bbondy 2012-09-28 15:48:26 -07:00
Robert Strong
a1739e25b3 Bug 322206 - Firefox net / stub installer - just download into a subdirectory of the user's temp dir. r=bbondy 2012-09-28 15:48:14 -07:00
Robert Strong
d9f59744ff Bug 322206 - Firefox net / stub installer - main stub patch. r=bbondy 2012-09-28 15:48:00 -07:00
Robert Strong
6d697ccccc Bug 322206 - Firefox net / stub installer - configure changes to detect when the stub should be built from confvars.sh. r=khuey 2012-09-28 15:47:40 -07:00
Robert Strong
7f76f77a21 Bug 322206 - Firefox net / stub installer - majority of l10n strings. r=bbondy 2012-09-28 15:47:26 -07:00
Robert Strong
63658dd918 Bug 322206 - Firefox net / stub installer - stub build system prep. r=bbondy 2012-09-28 15:46:22 -07:00
Robert Strong
71e9632ebe Bug 322206 - Firefox net / stub installer - artwork. r=bbondy 2012-09-28 15:46:09 -07:00
Robert Strong
d076b66c94 Bug 791613 - Taskbar shouldn't be migrated when installing silently. r=bbondy 2012-09-28 15:45:26 -07:00
Ehsan Akhgari
71c8eaf9e8 Backout changeset d927bdcfd2e4 (bug 795015) because of test failures 2012-09-28 16:55:22 -04:00
Tim Taubert
f2548ba36d merge m-c to fx-team 2012-09-28 18:59:01 +02:00
Mihai Sucan
166d41f42d Backed out changeset fd6633f5666e (bug 768096)
--HG--
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => browser/devtools/webconsole/WebConsoleUtils.jsm
2012-09-28 13:19:40 +01:00