Gijs Kruitbosch
1c314fc0bf
Bug 971034 - adjust min-height of zoom control reset button only, r=jaws
2014-04-14 01:51:39 +01:00
Gijs Kruitbosch
135ee677b3
Bug 989683 - restrict how we inherit the menubar text color to tabsintitlebar cases on non-aero, r=dao
2014-04-09 13:54:44 +01:00
Mike Conley
b54247414c
Bug 995161 - Customize mode can still break after bootstrapped add-on with custom legacy:true toolbar restarts. r=Gijs.
...
--HG--
rename : browser/components/customizableui/test/browser_989609_bootstrapped_custom_toolbar.js => browser/components/customizableui/test/browser_bootstrapped_custom_toolbar.js
2014-04-13 19:49:07 -04:00
Heather Arthur
39c7dc4f76
Bug 988155 - Option to detect indentation in source editor. r=msucan
2014-04-13 15:23:26 -04:00
Ryan VanderMeulen
ec457f44d2
Backed out changeset 16a75e1c76d0 (bug 986887) for suspicion of causing xpcshell failures.
2014-04-13 17:31:14 -04:00
Ryan VanderMeulen
21d3cae1fe
Backed out changeset 5ec886a84e94 (bug 971743) for robocop failures.
2014-04-13 16:35:14 -04:00
Ryan VanderMeulen
ac35fbc305
Backed out changeset ab4c12c6028b (bug 988155) for xpcshell failures.
2014-04-13 16:20:33 -04:00
Sola Ogunsakin
a1e7276757
Bug 981028 - Part 2: Probe for setting a default panel. r=liuche
2014-04-02 16:25:04 -07:00
Sola Ogunsakin
112ffd11e1
Bug 981028 - Part 1: Probes for pinning, un-pinning & editing a top sites item. r=liuche
2014-04-02 15:16:47 -07:00
Vikneshwar
6dc72dd029
Bug 994307 - Remove -moz- prefix from linear-gradients property. r=dao, r=ntim
2014-04-13 15:23:27 -04:00
Sebastian Hengst
32be09c7bc
Bug 994116 - about:support - move Graphics info higher than Modified Prefs. r=Mossop
2014-04-11 20:22:38 +02:00
Mark Hammond
df6265d9a7
Bug 992371 - Avoid promise rejection messages from FxAccounts. r=ttaubert
2014-04-10 17:13:53 +10:00
Heather Arthur
2c4b311956
Bug 988155 - Option to detect indentation in source editor. r=msucan
2014-04-13 15:23:26 -04:00
Emma Sajic
95f638c994
Bug 986887 - Add-ons Manager logging should log to file using Log.jsm's FileAppender. r=irving
2014-04-13 15:23:26 -04:00
Sola Ogunsakin
6ef943e592
Bug 909618 - Part 3: Remember about:home tab selection. r=lucasr
2014-01-17 10:41:15 -08:00
Sola Ogunsakin
95d2f41a08
Bug 909618 - Part 2: Add LoadState member. r=lucasr
2014-04-10 15:06:05 -07:00
Sola Ogunsakin
2df1035b48
Bug 909618 - Part 1: Rename mLoaded. r=lucasr
2014-04-10 13:52:12 -07:00
Roberto A. Vitillo
27b3061405
Bug 993468 - TypeError: callback is undefined in jsonSave(). r=rnewman
2014-04-13 14:28:20 -04:00
Matthew Noorenberghe
0a5033246e
Bug 980220 - UITour: [Linux] Change the highlight style to have better fallback without an X compositor. r=Unfocused, ui-r=mmaslaney
2014-04-13 14:28:19 -04:00
Christian Ascheberg
2996f345f6
Bug 971743 - Do not clear the download history with the browsing history. r=wesj
2014-04-08 23:16:42 +03:00
Mihai Sucan
0d1a05daeb
Bug 920116 - Part 1: Add full stacktrace to console.error/exception/assert() in the Console API. r=bz
2014-04-10 23:02:37 +03:00
Marco Castelluccio
362b8b7548
Bug 839778 - Use OS.File in about:crashes. r=adw
2014-04-13 14:28:18 -04:00
Gijs Kruitbosch
cd38115502
Bug 993322 - fix widgets not showing up in toolbox, r=mconley
2014-04-09 01:00:31 +01:00
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
Martin Thomson
c26fcf428f
Bug 980648 - Bump IdP timeout up. r=drno
2014-04-09 11:12:06 -07:00
Michael Comella
e4b64f769d
Bug 968951 - Add debug statements to testBrowserProvider. r=rnewman
2014-04-10 14:31:14 -07:00
kushagra singh[:kushagra]
f3dfa71fe0
Bug 819068 - Implementing OS.File.queue. r=Yoric
2014-04-12 21:02:06 -04:00
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
Jim Chen
c48dd92c9c
Bug 983811 - Correctly handle multiline JS test harness messages; r=nalexander
2014-04-11 22:41:28 -04:00
Jim Chen
c7065c748b
Bug 983811 - Add test for JavascriptBridge/JavaBridge; r=mcomella
2014-04-11 22:41:27 -04:00
Jim Chen
7ad7f23ca8
Bug 983811 - Add JavaBridge; r=mcomella
2014-04-11 22:41:27 -04:00
Jim Chen
b75bfcfec3
Bug 983811 - Add JavascriptBridge; r=mcomella
2014-04-11 22:41:27 -04: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
Kartikaya Gupta
de636c200b
Bug 995316 - Make GeckoLayerClient package-scoped. r=snorp
2014-04-11 20:49:46 -04:00
Kartikaya Gupta
285f78d570
Bug 995316 - Expose the OnMetricsChangedListener via LayerView instead of GeckoLayerClient. r=snorp
2014-04-11 20:49:44 -04:00
Wes Johnston
6ec6c75842
backout 4c16d08e358b (Bug 993407) for test bustage. r=bustage
2014-04-11 16:05:15 -07: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
Mark Capella
6d20799f2e
Bug 895463 - (p3) Rename SelectionHandler dragging messages, r=jchen, margaret
2014-04-11 18:06:30 -04:00
Brad Lassey
4111e32548
bug 962658 - test_badMimeType.html | Assertion count 6 is greater than expected range 0-0 assertions. on Android 4.0 Debug r=gbrown
...
--HG--
extra : rebase_source : e601fa6f2ed385a28bb25550c4a13aa63f5a452b
2014-04-11 00:33:47 -04:00
Wes Johnston
f681294454
Bug 993407 - Always show link tab as default in context menus. r=bnicholson
2014-04-11 14:19:13 -07:00