Richard Marti
29ae24baa5
Bug 993344 - The "Show tab previews in the Windows taskbar" option doesn't appear in Tabs section for in-content preferences. r=mak77
...
--HG--
extra : rebase_source : 3dd669c50db388a0fc56bf3c91c9845208aa03ef
2014-04-10 23:25:36 -07:00
Gijs Kruitbosch
e78a92875e
Bug 977572 - catch drag end and drop events from bookmarks drag handler so we can clean up, r=mak
...
--HG--
extra : rebase_source : 6a725c15b2802d7bf641e22f9ae322974f6639cc
2014-04-10 17:14:44 +01:00
Matthew Noorenberghe
8a46e2536c
Bug 946987 - Add 2x tab images for Windows and use them for 1.25dppx and higher. r=mconley
...
--HG--
extra : rebase_source : 918ece60e8ba56c81fdfc7be4bbdd80f39dcf82f
2014-04-13 01:09:36 -07:00
Joe Walker
940d0377a1
Bug 983712 - Fix the GCLI menu to remove scrollbars; r=mratcliffe
2014-04-13 07:47:30 +01:00
Joe Walker
c7aa2eafde
Bug 984365 - Refactor and split out BuiltinCommands.jsm; r=mratcliffe,robcee,panos
...
BuiltinCommands.jsm was huge to avoid slowing things down by having many
modules loading.
To avoid splitting it up from slowing things down we want to delay loading
commands. Create [add|remove]ItemsByModule to allow us to lazily add modules,
and convert all command modules to use this.
Then break up BuiltinCommands into a set of files, for each command, and do
some refactoring to use JS files rather than JSMs and use "use strict".
--HG--
rename : browser/devtools/commandline/Commands.jsm => browser/devtools/commandline/commands-index.js
rename : browser/devtools/debugger/CmdDebugger.jsm => browser/devtools/debugger/debugger-commands.js
rename : browser/devtools/inspector/CmdInspect.jsm => browser/devtools/inspector/inspector-commands.js
rename : browser/devtools/responsivedesign/CmdResize.jsm => browser/devtools/responsivedesign/resize-commands.js
rename : browser/devtools/scratchpad/CmdScratchpad.jsm => browser/devtools/scratchpad/scratchpad-commands.js
rename : browser/devtools/styleeditor/CmdEdit.jsm => browser/devtools/styleeditor/styleeditor-commands.js
rename : browser/devtools/tilt/CmdTilt.jsm => browser/devtools/tilt/tilt-commands.js
2014-04-13 07:47:27 +01:00
Ryan VanderMeulen
b58ec2b1a4
Backed out changeset 8ea9fae20fa5 (bug 995431) for mochitest-bc crashes.
2014-04-12 23:25:11 -04:00
Ryan VanderMeulen
00f0552ac3
Backed out changeset 15877522f55d (bug 980360) for intermittent mochitest-dt failures.
2014-04-12 22:38:03 -04:00
Ryan VanderMeulen
5d4684420e
Bug 963075 - Skip browser_pdfjs_main.js and browser_pdfjs_views.js on Windows for frequent leaks.
2014-04-12 21:15:41 -04:00
Brendan Dahl
925809342c
Bug 995431 - Update pdf.js to version 1.0.2. r=yury
2014-04-11 14:26:11 -07:00
Girish Sharma
90be113aa9
Bug 994747 - Don't reject the promise if no toolbox found while closing toolbox via gDevTools.closeToolbox. r=jwalker
2014-04-12 03:17:22 +05:30
Mike Conley
5573ca1b38
Bug 973694 - Fix glitchy-looking private browsing indicator on OS X when tabs in titlebar are disabled. r=MattN
...
This also has the benefit of fixing bug 989604.
2014-04-12 11:10:17 -04:00
Valentin Tsatskin
3e42a6aa2d
Bug 951618 - Always show the close button on the last tab. r=dao
2014-04-12 15:54:21 +02:00
Jared Wein
36eaaf4ce2
Bug 980360 - Fade in tab titles and close buttons when opening a tab. r=Gijs
2014-04-11 03:13:36 -04:00
Heather Arthur
fedc6105dc
Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset
2014-03-31 15:26:53 -07:00
Ryan VanderMeulen
bdd16250b4
Bug 963075 - Skip browser_pdfjs_main.js and browser_pdfjs_views.js on OSX debug for frequent leaks on a CLOSED TREE.
2014-04-11 17:11:30 -04:00
Ryan VanderMeulen
34dceacb42
Merge m-c to inbound on a CLOSED TREE.
2014-04-11 16:24:56 -04:00
Gijs Kruitbosch
4871ce7e4a
Bug 989289 - only migrate builtin toolbars, also migrate toolbox, r=mconley
2014-04-09 23:56:38 +01:00
Tetsuharu OHZEKI
07980e1d1e
Bug 994188 - Fix "ReferenceError: Cu is not defined" in browser/components/places/content/controller.js. r=mak
2014-04-12 01:11:10 +09:00
Mihai Sucan
1a68c96366
Bug 823097 - Add support for %c style formatting in the web console; r=past,bz
2014-04-10 17:59:21 +03:00
Mike de Boer
418c886c28
Bug 989466: revert clip-path change made in bug 893661 to fix font scaling. r=dao
2014-04-11 14:36:33 +02:00
Maxim Zhilyaev
4521f6727d
Bug 993329 - Remove inline event handlers in newTab.xul [r=adw]
...
Add listener from page's init instead of inline.
--HG--
extra : rebase_source : 3a635d20bbb2b35caa23c4d7a5823172d066aee9
2014-04-10 23:15:59 -07:00
Georg Fritzsche
3fa570c942
Bug 994727 - Telemetry experiments: Fix disabling the feature. r=bsmedberg
2014-04-11 16:29:29 +02:00
Georg Fritzsche
aa9a0bb450
Bug 994727 - Telemetry experiments: Test coverage for disabling the feature. r=bsmedberg
2014-04-11 16:29:29 +02:00
Georg Fritzsche
87b9f492e1
Bug 993084 - Don't load experiments module if the feature is preffed off. r=bsmedberg
2014-04-10 16:56:25 +02:00
Tim Taubert
1e46c09f3f
No Bug - Fix browser_net_timing-division.js leak when run as the last test on a CLOSED TREE rs=past
2014-04-11 09:12:47 +02:00
Ryan VanderMeulen
ca44fc6774
Merge m-c to inbound on a CLOSED TREE.
2014-04-10 22:16:50 -04:00
Gavin Sharp
4020424477
Properly disable the problematic portions of browser_aboutHome.js for bug 992485, undoing the dumb thing khuey did on a CLOSED TREE
2014-04-10 22:07:45 -04:00
Matthew Noorenberghe
bdb75ddb9c
Bug 992270 - ignoreAllUncaughtExceptions in the about:home test of browser_google_behavior.js/browser_bing_behavior.js. r=gavin
...
CLOSED TREE
2014-04-10 21:54:30 -04:00
Kyle Huey
661954ff3b
Bug 992485: Disable browser_aboutHome.js on this CLOSED TREE.
2014-04-10 16:52:42 -07:00
Tim Taubert
44ac5b9d93
Bug 994844 - Remove Task.spawn() usage from CustomizeMode.populatePalette() r=mconley
2014-04-10 19:45:33 +02:00
Patrick Brosset
aeff00834f
Bug 994011 - intermittent browser_ruleview_refresh-on-attribute-change_02.js; r=me
2014-04-10 19:37:17 +02:00
Mike Conley
ff9ef4e364
Bug 994758 - Rename tabHeight define to tabMinHeight, which is more accurate. r=dao.
2014-04-10 13:34:49 -04:00
Mark Banner
f44247f985
Bug 995177 Websockets can't be used from chrome javascript - add necko_websocket.xpt to the package manifest. r=mcmanus
2014-04-11 16:26:05 +01:00
Mike Conley
2fa3924704
Bug 990218 - Simplify OS X's titlebar styling rules for tabs in titlebar. r=MattN, feedback=Gijs.
2014-03-28 13:36:00 -04:00
Girish Sharma
f3707ea5e5
Bug 993580 - Permanently fix webconsole error count test and temporarily fix box model tests. r=pbrosset
2014-04-10 02:30:01 +05:30
Tim Taubert
03d14c1c41
No Bug - Fix bustage caused by mochitest-bc chunking r=bustage
...
From 1f58ec726d4ac8b77d0f4ba45550d059f680a075 Mon Sep 17 00:00:00 2001
2014-04-10 13:21:04 +02:00
Mike de Boer
474fc737ca
Bug 993932: remove border-color transition to remedy TART regression. r=dao
2014-04-09 22:48:39 +02:00
Tim Taubert
1cd44e9859
Bug 616853 - Fix tabview and toolkit/startup tests r=smacleod
2014-04-10 10:47:47 +02:00
Tim Taubert
2d570228a2
Bug 616853 - Make the beforeunload prompt tab-modal r=dao,bz
2014-04-02 08:21:14 +02:00
Willian Gustavo Veiga
57556d9673
Bug 993973 - Move the View menu after the Edit menu. r=past
2014-04-09 14:28:00 +03:00
Dão Gottwald
d76a6ce073
Backed out changeset 64995acca4a8 since the underlying issue should be fixed by bug 859126
...
--HG--
extra : rebase_source : 6441b5463a499cf673faa433e7693e53fdc98501
2014-04-09 19:16:43 +02:00
Jared Wein
93ab79817f
Bug 993299 - Australis - There is no minimum width set in customization mode. r=mconley
2014-04-08 09:38:00 +02:00
Matthew Noorenberghe
1b9b5a6c2f
Bug 993802 - Re-enable browser_save_private_link_perwindowpb.js on Linux which bug 987404 accidentally re-disabled. r=markh
2014-04-08 19:02:00 +02:00
Praveenkumar
891cad6459
Bug 991168 - Increase the default width of the request details pane r=vporof
2014-04-04 00:59:00 +02:00
Richard Marti
fb5c50fbd4
Bug 988536 - InContent preferences needs icons for headers and arrows. r=jaws
...
--HG--
rename : browser/themes/osx/preferences/in-content/check.png => browser/themes/shared/incontentprefs/check.png
rename : browser/themes/osx/preferences/in-content/check@2x.png => browser/themes/shared/incontentprefs/check@2x.png
rename : browser/themes/osx/preferences/in-content/dropdown-disabled.png => browser/themes/shared/incontentprefs/dropdown-disabled.png
rename : browser/themes/osx/preferences/in-content/dropdown.png => browser/themes/shared/incontentprefs/dropdown.png
rename : browser/themes/osx/preferences/in-content/icons.png => browser/themes/shared/incontentprefs/icons.png
rename : browser/themes/osx/preferences/in-content/icons@2x.png => browser/themes/shared/incontentprefs/icons@2x.png
rename : browser/themes/shared/in-content/preferences.css => browser/themes/shared/incontentprefs/preferences.css
rename : browser/themes/osx/preferences/in-content/sorter.png => browser/themes/shared/incontentprefs/sorter.png
2014-04-03 18:05:08 +02:00
Michael Ratcliffe
9955c9a298
Bug 983948 - Add mach mochitest-devtools r=jmaher
2014-03-25 16:52:53 +00:00
Tim Taubert
9ab4b37aa3
Bug 994083 - Ensure that browser_tabview_bug626455.js cleans up after itself r=mikedeboer
2014-04-09 16:31:11 +02:00
Tim Taubert
1f96da09e0
Bug 895359 - [New Tab Page] Switch from promise.js to Promise.jsm r=jaws
2014-04-09 11:43:11 +02:00
Mark Hammond
2bc21d152a
Bug 986636 - use icon instead of [?] on sync prefs when master password locked. r=ttaubert
2014-04-10 12:14:43 +10:00
Gregory Szorc
0945ada1ef
Bug 989137 - Part 11: Make service initialization and uninitialization more robust; r=gfritzsche
...
Subsequent patches were running into race conditions and bugs related to
Experiments instance initialization state. This patch plugs the
necessary holes in initialization state management to unblock work.
The fixes are far from robust. There are still race conditions and bugs.
They should probably be addressed later.
--HG--
extra : rebase_source : 5f0c7fa1f554d09a21b1452506884dc771cb829d
2014-04-07 14:11:31 -07:00