Dão Gottwald
55b17ab83d
Bug 1151509 - Implement the front-end side of the warning about add-ons detected as no longer signed during the periodic check. r=dtownsend
2015-05-08 19:27:25 +02:00
Brian Grinstead
b22d820d98
Bug 835896 - Strings for inspector text search;r=pbrosset
2015-05-08 09:08:21 -07:00
Mike de Boer
f129a003ca
Bug 1156235: add strings to prepare for link modifications for affiliates in Loop conversations. r=Standard8
2015-05-08 14:55:34 +02:00
Mark Banner
a31132716f
Bug 1153788 - Part 2. Ask the user to re-sign in to Loop if they don't have encryption keys for FxA. r=mikedeboer
2015-05-08 13:46:52 +01:00
Mike de Boer
f44b959fb7
Bug 1162909: add string for Save Context button in the Loop conversation window. r=Standard8
2015-05-08 12:30:45 +02:00
Mike de Boer
de13ef03fd
Bug 1162442: add tooltips to the context edit and close buttons inside the Loop conversation window. r=Standard8
2015-05-08 12:30:42 +02:00
Dave Townsend
dbd00abc36
Bug 1148021: Warn users when installing unsigned add-ons. r=dão
...
--HG--
extra : rebase_source : 8df53efe0b20f14614f01231bceae85753cb9f47
2015-04-30 11:55:36 -07:00
Mike de Boer
18d196064c
Bug 1142515: implement updating a room with changed context information. r=Standard8
2015-05-07 11:38:57 +02:00
Jan Keromnes
0b6c76ca9b
Bug 1158046 - Add access keys to all context menu items in the Network panel. r=bgrins r=jsantell
2015-05-06 10:28:00 +02:00
Jan Keromnes
8e0f60c8dd
Bug 1150717 - Implement "Copy URL Parameters" context menu item. r=bgrins
2015-05-06 23:42:00 +02:00
J. Ryan Stinnett
42a9222680
Bug 1160361 - Move gcli.properties to toolkit. r=bgrins
...
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/gcli.properties => toolkit/locales/en-US/chrome/global/devtools/gcli.properties
2015-05-06 12:34:27 -05:00
J. Ryan Stinnett
aed8488564
Bug 1160361 - Move gclicommands.properties to toolkit. r=bgrins
...
--HG--
rename : browser/locales/en-US/chrome/browser/devtools/gclicommands.properties => toolkit/locales/en-US/chrome/global/devtools/gclicommands.properties
2015-05-06 12:34:27 -05:00
David Rajchenbach-Teller
43784d218f
Bug 1153198 - Remove accesskey for disabling add-ons. r=blassey
...
--HG--
extra : transplant_source : %AC%DBGn%88%28%0E%5B%C8%B7%1Fy%C3E%DCT%03%B5%D5V
extra : histedit_source : 9cdf517b20382cb080af6ab8522408fe90fd1918
2015-04-24 12:22:29 +02:00
Tim Taubert
1f6ae32b94
Bug 1145063 - Remove the keywords column from the Library r=mak
2015-05-04 14:22:32 +02:00
juliandescottes
685e912029
Bug 999568 - Bring devtools window to front on F12. r=pbrosset
...
Two keyboard shortcuts can toggle the devtools : F12 and CTRL+SHIFT+I/CMD+ALT+I.
Currently, with detached devtools, pressing a toggle key from the main window
closes the devtools window. Pressing a toggle key from the devtools window
itself has no effect.
The goal of this changeset is to :
- focus devtools window when pressing a toggle key in the main window
- close devtools window when pressing a toggle key in the devtools window
Modified toggleToolboxCommand in browser/devtools/framework/gDevTools.jsm to
destroy the toolbox only if it is "docked" (exists and the hostType is not
WINDOW).
Modified browser/devtools/framework/toolbox-window.xul and
browser/locales/en-US/chrome/browser/devtools/toolbox.dtd so that F12 and
CTRL+SHIFT+I/CMD+SHIFT+I also close the devtools window when used inside the
devtools window
Added mochitest browser_toolbox_toggle.js
2015-04-30 22:51:07 +02:00
Patrick Brosset
eb37c89c88
Bug 1158822 - Link css url attributes to style-editor and js url attributes to debugger; r=jsantell
...
The node-attribute-parser now marks uris to css and js files as cssresource and jsresource.
Thanks to this, the inspector can open the corresponding files in the style-editor and
debugger rather than just opening a new tab with the source.
This makes use of 2 new toolbox methods: viewSourceInStyleEditor and viewSourceInDebugger.
--HG--
extra : rebase_source : fcca4fe73c147381c1fcccda4f7956c8d41b4c2b
extra : histedit_source : 84cda2275b42bd6196243a83e9f129f3c66faa6b%2C0ee06929ac85dfeafdd5ee66d842e32fc5395578
2015-05-04 09:23:04 +02:00
Patrick Brosset
3a5e7d4a71
Bug 921102 - 3 - Open/copy markup-view attribute links; r=bgrins
...
This part adds contextual menu items that become enabled when
the user right clicks on an attribute that has a link.
Depending on the nature of the link, a new tab will be opened or a node
selected.
The user can also choose to copy the link in the clipboard.
--HG--
extra : rebase_source : 00128a076003ebac34096d81d9e326bee6631259
extra : histedit_source : c1d67e84e9d57280040e5831233df523fff904e2
2015-05-02 22:37:45 +02:00
Patrick McManus
e0adcc554b
bug 1154012 - dev tools and alt-svc r=vporof
2015-04-13 15:35:55 -04:00
Cedric Raudin
e5106eb19f
Bug 1115365 - Update the import string in the Loop contact panel to explain it will be from Google. r=Standard8
2015-04-30 16:41:13 +01:00
Martin Tomes
926adf2389
Bug 1084296 - Add an ellipsis to Loop's "Remove Contact" menu item. r=Standard8
2015-04-30 07:40:50 +01:00
Jordan Santell
7d601ec5b3
Bug 1136945 - Convert GC events from memory actor to be emitted as pseudo-markers from the TimelineActor. Pull out the core of the MemoryActor into a bridge, so it does not have to be used over RDP. r=vp,fitzgen
2015-04-28 10:32:32 -07:00
Jan Keromnes
fbaf1d4482
Bug 1150715 - Implement "Copy Request/Response Headers" context menu items. r=jsantell
2015-04-28 07:58:00 -04:00
Nick Fitzgerald
d3d505bee3
Bug 1069910 - Add tooltips explaining what each column in the profiler's tree view represents; r=jsantell
2015-04-27 13:50:41 -07:00
Carsten "Tomcat" Book
596e5f9960
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
Andrea Marchesini
f2a283777b
Bug 1125205
- Display console API messages from shared or service workers to the web console, r=past
2015-04-26 09:37:59 +01:00
Wes Kocher
94244970a7
Backed out changeset a12f0f05779c (bug 1125205
) for dt4 failures CLOSED TREE
2015-04-24 13:06:46 -07:00
Tom Tromey
7ad4a0d1dd
Bug 1050500 - Add entry reason to timeline marker. r=jsantell, r=smaug
...
--HG--
extra : rebase_source : 038e4e7ff6f18c6db193ada012eb162e075d6d69
2015-04-20 07:03:00 -04:00
Will Bamberg
3bf45dfbd2
Bug 980006 - Add MDN tooltips for CSS properties. r=pbrosset
...
--HG--
extra : rebase_source : 6383633d26384543286e4311a91cb26d4ce4bfd6
2015-04-21 16:28:00 -04:00
Dave Townsend
7b5d12ad46
Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
...
--HG--
extra : source : 3b48e1a81a170634dce964cd462c752d09680805
2015-03-31 11:32:40 -07:00
Kartikaya Gupta
4a51c4a66d
Bug 1039866 - Follow-up to fix missing paren which busted some l10n stuff. r=me
2015-04-24 09:46:46 -04:00
Carsten "Tomcat" Book
cdf101ec43
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Manraj Singh
e4cfa4d611
Bug 728813 - Switch Help menu item to allow leaving Safe Mode when it's enabled. r=MattN
2015-04-23 12:21:00 -07:00
Joe Walker
9cc5a4d6b3
Bug 1128988 - runAt support for commands/converters; r=bgrins
...
--HG--
rename : browser/devtools/main.js => browser/devtools/definitions.js
2015-04-23 10:24:49 +01:00
Patrick Brosset
e14d480a72
Bug 1135635 - Position sidebar allTabs menu absolutely to avoid oveflow jittering; r=bgrins
...
--HG--
extra : rebase_source : 26e692e502288ff38a6097e7312b7ab2ef9ab802
extra : histedit_source : c84759a2221e14c661a0009f4403ae605ffbc22b%2Cf46ec9753c17d9c613a287dc2f343d70c27dd62d
2015-04-23 10:34:01 +02:00
Carsten "Tomcat" Book
30b01a14e8
Backed out changeset f99621542727 (bug 1038068) for test failures in test_corrupt.js etc on a CLOSED TREE
2015-04-23 09:09:30 +02:00
Wes Kocher
b43e5283da
Merge m-c to fx-team a=merge
2015-04-22 17:27:15 -07:00
Dave Townsend
2fb50ac667
Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). r=dveditz
...
--HG--
extra : source : 3b48e1a81a170634dce964cd462c752d09680805
extra : amend_source : 4aa3ae86e2afc75529e880ab962c67163405248b
2015-03-31 11:32:40 -07:00
Ryan VanderMeulen
e18cc407f2
Merge m-c to inbound. a=merge
...
CLOSED TREE
--HG--
extra : amend_source : 523a4f398be8a298db1a25bf0d4a892773efef82
2015-04-23 17:22:50 -04:00
Kartikaya Gupta
cd5b55f8d6
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Wes Kocher
9adc1fecb8
Backed out changeset 3b48e1a81a17 (bug 1038068) for xpcshell orange even after a clobbering IGNORE IDL
...
--HG--
extra : amend_source : 086173e953ae46aa2292993601380ab04884b1ac
2015-04-21 18:21:52 -07:00
Dave Townsend
f4b5328e0d
Bug 1038068: Check add-on signatures and refuse to install unsigned or broken add-ons (preffed off for now). IGNORE IDL. r=dveditz
...
--HG--
extra : rebase_source : a48282c6b3f10391e9492d4f0a89cef8697ea622
extra : amend_source : 17c0645d0577dad789b2d9b4879459327fcef1f7
2015-03-31 11:32:40 -07:00
Brian Grinstead
7a4f3e1cd2
Bug 1155971 - rename userStylesSearch to filterStylesPlaceholder;r=pbrosset
2015-04-21 11:18:02 -07:00
Jennifer Fong
7836d45e7a
Bug 901250 - Add scroll into view menu item for the inspector. r=bgrins
2015-04-17 11:03:24 -07:00
Willian Gustavo Veiga
84ee31c3a4
Bug 1155077 - openLinkNewTab.label should be "Open Link in New Tab";r=bgrins
2015-04-17 07:06:52 -07:00
Mark Banner
953a35523a
Bug 1154708 - Drop renaming conversations from the Loop panel. r=dmose
2015-04-17 08:34:02 +01:00
Pierre de La Morinerie
accf522fd2
Bug 955933 - Allow copying the network response string. r=vporof
2015-04-16 14:31:41 -04:00
Gabriel Luong
1faf344267
Bug 1120616 - Part 1: Implement filter styles in rule view r=bgrins
2015-04-16 14:15:09 -04:00
Jordan Santell
73ef930712
Bug 1077464 - Wire console.profile/profileEnd to the new performance tool. Move most of the recording-model logic from the front end into the PerformanceFront and PerformanceActorConnection so it can manage recordings without the front end being viewed. r=vp,jryans,pbrosset
2015-04-14 08:58:58 -07:00
Chris
109759719f
Bug 1110767 - Instantly show the search engine when it is selected in the search bar header text. r=florian
2015-04-13 14:52:42 -07:00
Carsten "Tomcat" Book
3ac2fef09c
Backed out changeset 946b935a9cb4 (bug 1077464) for suspicion of causing dt e10s perma failure on a CLOSED TREE
2015-04-14 08:59:56 +02:00