Commit Graph

2998 Commits

Author SHA1 Message Date
Gorman Ho
736ac388e6 Bug 993416 - Add "Paste Outer HTML" to the inspector context menu. r=bgrins 2014-04-26 21:59:43 -06:00
Richard Marti
b599f8c57a Bug 989890 - Port the help button to in-content prefs. r=jaws 2014-05-05 22:54:57 +02:00
Carsten "Tomcat" Book
3b7d34e657 Backed out changeset 22347f9e52cd (bug 989890) for bc1 testfailures 2014-05-07 10:38:27 +02:00
Richard Marti
c4190148f0 Bug 989890 - Port the help button to in-content prefs. r=jaws 2014-05-05 22:54:57 +02:00
Mike de Boer
c7f2091248 Bug 979479: add dynamic tooltips, including keyboard shortcuts, to various buttons. r=mconley 2014-05-01 12:37:24 +02:00
Mike Connor
2f50304429 Bug 998073 - implement test coverage for Amazon search plugin, r=adw
--HG--
extra : rebase_source : d238b146692d6e7e6bd3c201471b545b04faa5ee
2014-04-25 14:23:41 -04:00
Mike Connor
756821a4ad Bug 1002777 - eBay search URLs are changing, r=adw
--HG--
extra : rebase_source : fa4edde15077b13ed9b9f75e1d8b5b065fd28390
2014-04-24 16:24:57 -04:00
Mike Connor
c68207ed25 Bug 998071 - implement test coverage for Yahoo search plugin, r=adw
--HG--
extra : rebase_source : cdec24b11e5c6383a14e9e7ab2dc8d59c3e0d2b2
2014-04-24 16:21:40 -04:00
Mike Connor
3be9019408 bug 995390 - make bing/yahoo codes consistent across channels, r=gavin
--HG--
extra : rebase_source : 0b8711d655edf1ecf45776fdff1edfa421da1403
2014-04-14 15:49:39 -04:00
Ryan VanderMeulen
345123d0ec Merge m-c to inbound. 2014-04-26 21:41:26 -04:00
Sebastian Hengst
aa73656ecd Bug 1000002 - Eyedropper and Style Editor use same commandkey: 'y', uppercase the 'a' for App Manager. r=jaws 2014-04-25 23:37:34 +02:00
Maxim Zhilyaev
34d736b7ba Bug 995436 - Use different sponsored panel text for Release and non-Release [r=adw]
Package both text and hide the one that shouldn't be shown.
2014-04-26 13:39:58 -07:00
Drew Willcoxon
3e1363b47a Bug 962490 - Add a search field to the new tab page (Bing and Amazon logos). r=gavin 2014-04-25 10:25:46 -07:00
Drew Willcoxon
ea21121b2f Bug 962490 - Add a search field to the new tab page (new Bing search parameter). r=gavin 2014-04-25 10:25:11 -07:00
Dão Gottwald
efd12f82ec Bug 991034 - Remove unused strings from browser.dtd. rs=dolske 2014-04-25 12:12:51 +02:00
Heather Arthur
5ac48b4982 Bug 997163 - Add 'eyedropper' command and button; r=jwalker 2014-04-24 21:39:00 +02:00
Wes Kocher
41bd0431d4 Backed out 7 changesets (bug 942756) for Gi bustage
Backed out changeset 87b1be303630 (bug 942756)
Backed out changeset eb385c85d88b (bug 942756)
Backed out changeset d234447173a8 (bug 942756)
Backed out changeset f7b85c252914 (bug 942756)
Backed out changeset 4e540736b330 (bug 942756)
Backed out changeset 824aec2863f5 (bug 942756)
Backed out changeset 43feed75916e (bug 942756)
2014-04-24 14:30:44 -07:00
Paul Rouget
7ccb93167d Bug 942756 - Unify debugger server startup: devtools and browser code. r=ochameau 2014-04-18 10:45:00 -04:00
Jared Wein
1171c1f07f Bug 983681 - Show some content in the downloads panel when it is empty. r=mak 2014-04-23 17:34:49 -04:00
Ryan VanderMeulen
94707f27ce Bug 999616 - Update pdf.js to version 1.0.68. r=Mossop, r=yury 2014-04-22 13:25:20 -07:00
Jared Wein
16813bb9e1 Bug 997684 - Tooltips in the panel menu shouldn't end with an ellipsis and shouldn't use title capitalization. r=dao 2014-04-22 15:47:37 -04:00
Mihai Sucan
e11ac134bf Bug 920116 - Show full stack traces for console logged messages; r=robcee 2014-04-22 21:45:04 +03:00
Ryan VanderMeulen
b154bbe922 Merge m-c to inbound. 2014-04-25 16:29:41 -04:00
Raymond Lee
c6799f3afd Bug 840705 - Use HTTPS instead of HTTP for Yahoo RSS. r=MattN 2014-01-12 08:11:00 -05:00
Dave Townsend
9a9a5b00fc Bug 993533: Add remote add-ons to the list of targets on a remote device. r=panos 2014-04-17 08:35:20 -07:00
Ryan VanderMeulen
48963275f4 Backed out changeset 59f4f732f6d7 (bug 968896) for mochitest-dt failures.
CLOSED TREE
2014-04-16 15:38:14 -04:00
Brandon Benvie
5b07c83a3c Bug 968896 - Add tern support to source editor to provide autocompletion and type inference. r=vp, r=anton, r=fitzgen 2014-04-16 10:46:55 -07:00
Jordan Santell
c4cedfbea1 Bug 980503 - Implement Web Audio Editor front end, first pass. r=vp 2014-04-02 15:51:21 -07:00
Joe Walker
6148f170d7 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
Heather Arthur
e5bfce063b Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Maxim Zhilyaev
4cfb3aa67d Bug 990977 - Sponsored tiles: don't expose explanation URL as a localizable string [r=adw]
Hardcode the url into xul instead of dtd.
2014-04-08 17:02:17 -07:00
Alexandre Poirot
0c013e304e Bug 993101 - Add main-process debug button. r=paul 2014-04-08 14:13:09 -04:00
Honza Bambas
8f792746f0 Bug 915296 - HTTP cache v2: Show cache consumption correctly in UI, r=michal, gavin 2014-04-06 20:44:40 +02:00
Mike Connor
8695602f62 Bug 991359 - update context menu form code for Bing, r=gavin
--HG--
extra : rebase_source : 2cd77c32b9a26bee79d594cf45ba5d4cfcbd453e
2014-04-03 19:23:45 -04:00
Mike Connor
6c44f723b4 Bug 958883 - Use HTTPS for Yahoo searches, part 2, r=mfinkle
--HG--
extra : rebase_source : dcb82051a9aa64c2c9899f36b5290575bf87560e
2014-04-03 19:22:50 -04:00
Mike Connor
4e849a180b Bug 958883 - Use HTTPS for Yahoo searches, part 1, r=gavin
--HG--
extra : rebase_source : dfa4223c3b226d3d46150051a7b9c22a88c4c432
2014-04-03 19:22:24 -04:00
Robert Strong
07a2a8dc5d Remove the huge foot-gun of removing all profiles from the uninstaller - Bug 432017 - Selecting remove personal data description text should clearly state that it removes *all* Firefox personal data. r=bbondy 2014-04-04 14:59:21 -07:00
Willian Gustavo Veiga
6555d4cf56 Bug 953206 - Add a Scratchpad view menu. r=benvie, r=anton 2014-04-02 11:17:21 -04:00
Ed Morley
716364949e Backed out changeset 535756591289 (bug 939040) for ticking an assertion after the latest m-c merge; CLOSED TREE 2014-04-02 09:29:16 +01:00
Heather Arthur
1f0c8e3718 Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Wes Kocher
a0ca84cc0a Backed out changeset 8032e6ff1372 (bug 939040) for Windows mochitest-4 failures. 2014-03-31 17:02:29 -07:00
Maxim Zhilyaev
28ecf7b75e Bug 974745 - Create click event on Sponsored Tiles to show explanation panel [r=adw]
Have the page know how to show a panel on a sponsored icon click.
2014-03-31 01:51:23 -07:00
Heather Arthur
884d06a39b Bug 939040 - Add eyedropper tool and include it in the color picker tooltip; r=pbrosset 2014-03-31 15:26:53 -07:00
Wes Kocher
96bc31225b Backed out changeset 3f245df4a3cd (bug 974745) for frequently turning Jetpack tests orange. 2014-03-31 15:00:06 -07:00
John Hood
1e1e1a3d1c Bug 925275 - Make Network Monitor log requests persistent. r=vporof
Bug 925275: Added in a check to Services.prefs before clearing the screen in netmonitor-controller.js.
Added a new heading called Common Preferences and moved the Enable Persistent Logging checkbox there.
Added a new string to toolbox.dtd for the new heading.
TODO: Add a bug test to reflect these changes.
2013-12-12 15:38:30 -08:00
Florian Quèze
adf42bdf93 Bug 987522 - Improve localizability of translation infobar, r=felipe. 2014-03-31 11:42:15 +02:00
Maxim Zhilyaev
48ab7ff843 Bug 974745 - Create click event on Sponsored Tiles to show explanation panel [r=adw]
Have the page know how to show a panel on a sponsored icon click.
2014-03-31 01:51:23 -07:00
Maxim Zhilyaev
b6a32b06ae Bug 974736 - Add icon to title bar of Sponsored Tiles [r=adw]
Also fixes bug 976638 by moving controls.png to the shared directory.
Add an always visible sponsored icon for tiles that are type=sponsored. Also add ignorehover to the cell to prevent styling when pointing at the sponsored icon that happens to be a child of the cell.
2014-03-31 01:51:22 -07:00
Phil Ringnalda
cafb852187 Backed out 6 changesets (bug 974745, bug 975210, bug 974736, bug 972936, bug 972930, bug 975228) for browser_tabopen_reflows.js bustage
CLOSED TREE

Backed out changeset 5aed75c602ce (bug 974745)
Backed out changeset 208ba43a7098 (bug 975210)
Backed out changeset 5227bbca70f0 (bug 974736)
Backed out changeset a695139e96ee (bug 972936)
Backed out changeset 8524260ce49a (bug 972930)
Backed out changeset 667fc810ab49 (bug 975228)
2014-03-29 11:31:05 -07:00
Victor Porof
b566dac1b0 Bug 917226 - Build a canvas inspection tool, r=rcampbell, jryans 2014-03-29 13:01:37 -04:00