Maxim Zhilyaev
fcfa8d9127
Bug 1159571 - Use server provided frequency caps for daily and lifetime totals [r=adw]
2015-05-08 09:20:18 -07:00
Wes Kocher
a791cefe49
Merge m-c to fx-team a=merge
2015-05-08 10:41:14 -07:00
Dão Gottwald
3b27651189
Bug 1151507 - Warn users when unsigned add-ons have been disabled during startup. r=dtownsend
2015-05-08 19:27:56 +02:00
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
Shane Caraveo
42f2f508b7
Bug 1024253 fix chat tests on ubuntu, r=markh
2015-05-08 08:07:43 -07:00
Brian Grinstead
e2c2aa0c0a
Bug 1095824 - Update about-background.png for aurora branding to better handle large windows;r=dao
2015-05-08 06:42:41 -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
Jordan Santell
c88d11bc96
Bug 1160828 - Return null when attempting to get the current selection from a graph that is not yet ready. r=vp
...
--HG--
extra : rebase_source : 7e97e63a6283d1fb169e83697aaa8093e223bad1
2015-05-06 17:18:00 +02:00
Will Bamberg
02c0af8d5c
Bug 1159109 - The MDN tooltip should be controlled by a pref. r=pbrosset
...
--HG--
extra : rebase_source : 2a13baf09fd96856b87343b3e8c616e70a8979f7
2015-05-06 20:59:00 +02:00
Mark Banner
b3e36fdbd9
Bug 1162570 - Enable context in conversations for Loop. r=mikedeboer
2015-05-08 13:46:53 +01: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
Tim Taubert
128fc55f89
Bug 961215 - Fix intermittent browser_tabview_bug625269.js failures by taking into account that window.resizeTo() can fail to change the window size sometimes r=MattN
2015-05-07 20:27:52 +02:00
Mike de Boer
e7926bf434
Bug 1156205: show a scrollbar in the social share dropdown list inside the Loop conversation window when the number of items exceeds the maximum height. r=Standard8
2015-05-08 10:32:46 +02:00
Carsten "Tomcat" Book
60f46579a5
Merge mozilla-central to fx-team on a CLOSED TREEx
2015-05-07 16:11:08 +02:00
Eddy Bruël
e1a73c0076
Bug 896139 - Breakpoints not triggering when reloading script;r=jimb
2015-05-07 15:40:39 +02:00
Carsten "Tomcat" Book
41416405bc
merge mozilla-inbound to mozilla-central a=merge
2015-05-07 15:38:45 +02:00
Carsten "Tomcat" Book
a2faec5d69
merge fx-team to mozilla-central a=merge
...
--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
rename : browser/devtools/commandline/commands-index.js => toolkit/devtools/gcli/commands/index.js
rename : browser/locales/en-US/chrome/browser/devtools/gcli.properties => toolkit/locales/en-US/chrome/global/devtools/gcli.properties
rename : browser/locales/en-US/chrome/browser/devtools/gclicommands.properties => toolkit/locales/en-US/chrome/global/devtools/gclicommands.properties
extra : rebase_source : 705c7bf98a773fc66bfab781bbc925d79404605c
2015-05-07 15:28:00 +02:00
Mark Banner
e47a855193
Bug 1161926 - Standalone UI doesn't always show 'Something went wrong' if the network connection dies. Upgrade jquery due to not always properly catching errors from $.ajax. r=dmose CLOSED TREE
...
--HG--
rename : browser/components/loop/content/shared/libs/jquery-2.1.0.js => browser/components/loop/content/shared/libs/jquery-2.1.4.js
2015-05-07 09:49:11 +01:00
Mark Banner
b3ff681c8e
Fix browser_parsable_css.js bustage from bug 1142515 - use correct way to reset padding-left to default. rs=bustage-fix for CLOSED TREE
2015-05-07 13:25:05 +01:00
Carsten "Tomcat" Book
99b05f33d8
Backed out changeset 93f39df2f4f3 (bug 1161926) for test failures in browser_parsable_css.js
...
--HG--
rename : browser/components/loop/content/shared/libs/jquery-2.1.4.js => browser/components/loop/content/shared/libs/jquery-2.1.0.js
2015-05-07 14:04:57 +02:00
Sami Jaktholm
f094f51b2c
Bug 1160720 - Stop dragging the color selector around if no buttons are pressed down on mousemove. r=bgrins
...
The color picker stops following the mouse when it receives a mouseup event.
However, in some cases when the mouse button is released outside the color
picker frame, the picker won't know about it and will continue to move the
selection when mouse comes back over the picker frame.
As the MouseEvent.buttons property specifies which buttons are pressed when
the event occurs the picker can use said property to detect if it should stop
following the mouse. When .buttons === 0 on a mousemove event no buttons are
pressed down and it should stop following the mouse.
--HG--
extra : rebase_source : c8a852ba34bcf0e6faf63fd69ea5042e572f8d03
2015-05-06 16:58:20 -07:00
Justin Dolske
d76848212a
Bug 1160663 - Allow hilighting the Pocket button via UITour. r=MattN
...
--HG--
extra : rebase_source : 4e11a41e11f3a32c4f207bd4fc22043eccf799c5
2015-05-06 16:53:48 -07:00
Maxim Zhilyaev
a843ee9494
Bug 1156549 - Allow ramp up time for campaigns with strict start/stop times [r=adw]
2015-05-06 12:09:45 -07:00
Justin Dolske
33acfecb71
Bug 1161881 - Enable Pocket by default (in supported locales), r=gavin
...
--HG--
extra : rebase_source : d4462061e14511ebe658bccc581bcd7f53277caa
2015-05-05 19:57:00 +01:00
Gijs Kruitbosch
4b534d3e47
Bug 1161838 - fix positioning of newly added widgets, r=jaws
...
--HG--
extra : rebase_source : db10803e3bfac762307077cd83a2a8531d51ce54
2015-05-06 17:01:30 +01:00
Tim Taubert
6a5537fada
Bug 1161981 - Add SessionStore:crashedTabRevived to NOTAB_MESSAGES to silence warnings when closing about:tabcrashed tabs r=billm
2015-05-06 11:56:59 +02:00
Tim Taubert
7e3c78f219
Bug 1162036 - Remove pending/restoring tabs when receiving browser:purge-session-history instead of leaving empty tabs r=Yoric
2015-05-07 08:00:16 +02:00
Mike de Boer
a24f442a0c
Bug 1142515: add unit test coverage for the editing of context data inside the Loop conversation view. r=Standard8
2015-05-07 11:39:00 +02: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
Mike de Boer
7acc550f67
Bug 1142515: add utils to compare simple objects to support Loop context in rooms. r=Standard8
2015-05-07 11:38:54 +02:00
Mike de Boer
8e66196893
Bug 1142515: add a generic custom checkbox widget for Loop UI elements to use. r=Standard8
2015-05-07 11:38:51 +02:00
Mike de Boer
7fb5d31c3d
Bug 1142515: rename the pref contextInConverations to contextInConverSations, fixing a typo. r=Standard8
2015-05-07 11:38:49 +02:00
Mark Banner
46a3f493b3
Bug 1161926 - Standalone UI doesn't always show 'Something went wrong' if the network connection dies. Upgrade jquery due to not always properly catching errors from $.ajax. r=dmose
...
--HG--
rename : browser/components/loop/content/shared/libs/jquery-2.1.0.js => browser/components/loop/content/shared/libs/jquery-2.1.4.js
2015-05-07 09:49:11 +01: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
Justin Dolske
ed9744ebce
Bug 1161881 - Enable Pocket by default (in supported locales). r=gavin, a=dolske
2015-05-06 16:20:00 -07:00
Justin Dolske
47f49d9644
Bug 1162198 - [EME] Doorhanger that notifies user of DRM usage should include a Learn More link. r=gijs, a=dolske
2015-05-06 16:19:58 -07:00
Ryan VanderMeulen
8c304a4876
Backed out changeset 0cecdb107e91 (bug 1162036) for e10s browser_privatebrowsing_DownloadLastDirWithCPS.js failures.
...
CLOSED TREE
--HG--
extra : rebase_source : d9021ec4b0e810314138858194a56f4479edf21d
2015-05-06 12:07:00 -04:00
Jordan Santell
80553d32fb
Bug 1145187 - Implement polling for buffer status on performance actor facades. r=vp
2015-05-05 17:12:49 -07:00
Tim Taubert
00fed436ce
Bug 1162036 - Remove pending/restoring tabs when receiving browser:purge-session-history instead of leaving empty tabs r=Yoric
2015-05-06 15:33:46 +02:00
Gabriel Luong
44f5f63247
Bug 1157293 - Part 3: Use filter-open and user-open attributes instead of classes. r=bgrins
2015-05-02 23:40:00 +02:00
Gabriel Luong
397d888f1d
Bug 1157293 - Part 2: Renamed styleinspector-open class to user-open. r=bgrins
2015-05-02 23:40:00 +02:00
Gabriel Luong
77d03427b4
Bug 1157293 - Part 1: Filter styles highlight computed styles. r=bgrins
2015-05-06 16:23: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
Jan Keromnes
857effa8e8
Bug 1150717 - Test request with no params in the Network Monitor. r=brings
2015-05-06 06:49:00 +02:00
Jennifer Fong
894e0f7727
Bug 1157944 - Fix console.dir from obscuring next console call. r=bgrins
2015-05-04 09:10:00 -04:00
Ryan VanderMeulen
2b6b2dfa49
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-05-06 16:27:28 -04: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
Mark Banner
2c77a3f8a4
Bug 1152761 - Fix intermittent failure fixes in test_looprooms.js. Ensure we wait for all conditions to complete before moving on. r=mikedeboer
2015-05-06 12:47:14 +01:00
Mark Banner
90721308af
Bug 1152761 - Add local storage for Loop's room keys in case recovery is required, and handle the recovery. r=mikedeboer
2015-05-01 13:41:38 +01:00
Mark Banner
7c97c2e5a5
Bug 1151862 - Get the full list of Loop rooms on first notification if we haven't got it previously. r=mikedeboer
2015-05-06 12:47:10 +01:00
Mark Banner
284a13a8d7
Backed out changeset b0573ebe7b3a / bug 1151862 for incorrectly including two different bugs in one commit.
2015-05-06 12:37:23 +01:00
Mark Banner
5928e07946
Bug 1151862 - Get the full list of Loop rooms on first notification if we haven't got it previously. r=mikedeboer
2015-05-06 12:23:21 +01:00
Martin Tomes
75dc92028a
Bug 1160487 - Enable eslint rules for Loop: semi-colon related. r=Standard8
2015-05-06 12:23:21 +01:00
Carsten "Tomcat" Book
0fe5bd8ea4
Merge mozilla-central to fx-team
2015-05-06 12:08:40 +02:00
Carsten "Tomcat" Book
6e929ef81c
merge mozilla-inbound to mozilla-central a=merge
2015-05-06 11:59:15 +02:00
Carsten "Tomcat" Book
4feb19d888
Backed out changeset 47a1d2e67785 (bug 1157293) for dt and dt3 test failures
2015-05-06 11:23:50 +02:00
Carsten "Tomcat" Book
56a0c91f42
Backed out changeset 1ec520b96ede (bug 1157293)
2015-05-06 11:22:43 +02:00
Carsten "Tomcat" Book
8621f3385b
Backed out changeset 80fc4351eba3 (bug 1157293)
2015-05-06 11:22:22 +02:00
Jared Wein
ee6179a264
Bug 1160678 - Pocket door hangers arent automatically closed. r=dolske
2015-05-06 00:11:32 -04:00
Wes Kocher
b3fd288964
Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
...
--HG--
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/general/browser_fxa_profile_channel.html
rename : browser/base/content/test/general/browser_fxa_web_channel.js => browser/base/content/test/general/browser_fxa_profile_channel.js
rename : services/fxaccounts/FxAccountsWebChannel.jsm => services/fxaccounts/FxAccountsProfileChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_web_channel.js => services/fxaccounts/tests/xpcshell/test_profile_channel.js
2015-05-05 19:40:55 -07:00
Mark Hammond
8f91295fc2
Bug 1153708 - put the FxA profile fetch behind the same pref used to display the avatar. r=zaach
2015-05-06 11:38:06 +10:00
Wes Kocher
e68f6b417b
Merge m-c to inbound a=merge
2015-05-05 20:29:21 -07:00
Wes Kocher
f7e0fcaba8
Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
...
--HG--
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/general/browser_fxa_profile_channel.html
rename : browser/base/content/test/general/browser_fxa_web_channel.js => browser/base/content/test/general/browser_fxa_profile_channel.js
rename : services/fxaccounts/FxAccountsWebChannel.jsm => services/fxaccounts/FxAccountsProfileChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_web_channel.js => services/fxaccounts/tests/xpcshell/test_profile_channel.js
extra : source : 092df73f4551786888c2accc8ca71fde3cc21a6d
2015-05-05 19:40:55 -07:00
Drew Willcoxon
579004be29
Bug 1155521 - Migrate Pocket add-on and social provider users to the new Pocket button (part 2, migration). r=jaws
2015-05-05 17:23:59 -07:00
Gijs Kruitbosch
c831107cdb
Bug 1155521 - Migrate Pocket add-on and social provider users to the new Pocket button (part 1, CustomizableUI changes). r=jaws
2015-05-05 17:21:33 -07:00
Jared Wein
12293f0ffe
Bug 1161654 - Remove some dead code in Pocket.jsm and use pktApi for checking if the user is logged in. r=dolske
2015-05-05 17:05:45 -07:00
Xidorn Quan
5fb239e6b5
Bug 947854 part 4 - Add browser mochitest for interaction between DOM fullscreen and fullscreen mode. r=dao
...
--HG--
extra : source : 9e8ab3355bc92debdb5163d4eb929e52b0cd52b9
2015-05-06 10:04:31 +12:00
Xidorn Quan
2ae6dcc764
Bug 947854 part 2 - Avoid exiting fullscreen mode when exit from DOM fullscreen. r=smaug,dao
...
--HG--
extra : source : 44f82c49ce6f98bc996be41c27a00af99d53215f
2015-05-06 10:04:31 +12:00
Xidorn Quan
ac7ca12075
Bug 947854 part 1 - Use CSS transition instead of JS animation for hiding toolbox in fullscreen mode and simplify related code. r=dao
...
--HG--
extra : source : 509bc28d78c58292938cd711e7fc5e02179ef4ae
2015-05-06 10:04:31 +12:00
Xidorn Quan
f869af4070
Bug 947854 part 0 - Modify test for bug 885052 to make it more robust. r=dao
...
--HG--
extra : source : a19123ae6fbf203b2c3f38fa6f18674843141ac6
2015-05-06 10:04:31 +12:00
Wes Kocher
5151ba0458
Merge m-c to inbound a=merge
...
--HG--
extra : rebase_source : 4f1d2fb0747c4f4ed88a7863471b1c12a47515f2
2015-05-05 14:53:34 -07:00
Wes Kocher
f4b5bed2ac
Merge fx-team to m-c a=merge
2015-05-05 14:45:52 -07:00
Florian Quèze
d7a0af2f06
Bug 1160076 - Hide the in-content preferences Search pane when browser.search.showOneOffButtons is false, r=Gijs.
2015-05-05 15:58:58 +02:00
Tim Taubert
371ed78417
Bug 1109875 - Fix various other tests to properly wait for data from closed tabs r=billm
2015-05-04 19:08:06 +02:00
Jordan Santell
6405eedaaf
Bug 1161623 - Use MOZ_DEV_EDITION for displaying non-profiler components in performance tool for fx40.0, instead of channel. r=bgrins
2015-05-05 10:28:00 +02:00
Gabriel Luong
1b3da2781e
Bug 1157293 - Part 3: Use filter-open and user-open attributes instead of classes. r=bgrins
2015-05-02 23:40:00 +02:00
Gabriel Luong
17a2bb8701
Bug 1157293 - Part 2: Renamed styleinspector-open class to user-open. r=bgrins
2015-05-02 23:40:00 +02:00
Gabriel Luong
c1f59a3a0c
Bug 1157293 - Part 1: Filter styles highlight computed styles. r=bgrins
2015-05-02 23:39:00 +02:00
Dmitry Sagalovskiy
39ca8393a3
Bug 977586 - omit quotes in top-level strings logged via console.log(), and omit extra spaces when custom styles (%c) are used. r=past,baku
2015-05-04 17:28:25 +02:00
Tim Taubert
13d48c8601
Bug 1109875 - Fix sessionstore tests to properly wait for data from closed tabs r=billm
2015-04-28 16:30:47 +02:00
Tim Taubert
a362ac3e71
Bug 1109875 - Add tests for async tab removal r=billm
2015-04-30 18:28:44 +02:00
Tim Taubert
a3962b0733
Bug 1109875 - Don't flush state when closing tabs r=billm
2015-04-30 18:28:39 +02:00
Tim Taubert
cf32aa59d3
Bug 1109875 - When unloading a frameLoader flush all pending state changes by sending a final update message r=billm
2015-04-29 07:13:29 +02:00
Tim Taubert
366320a488
Bug 1109875 - Ignore SessionStore:update messages that do not target the browser's latest frameLoader r=billm,smaug
2015-04-28 16:22:38 +02:00
Tim Taubert
83d3f584bd
Bug 1109875 - Make browser.permanentKey a property of the XUL element instead of a property of the XUL binding r=billm
2015-04-28 18:55:43 +02:00
Florian Quèze
8cf9407c0e
Bug 1155519 - Add "View Pocket Items" menuitem to the bookmarks menu, r=dolske.
2015-05-05 12:24:11 +02:00
Florian Quèze
640bf32e81
Bug 1155518 - Implement "Save to Pocket" context menu item, r=jaws.
2015-05-05 12:24:10 +02:00
Carsten "Tomcat" Book
7976b9d3b3
Merge mozilla-central to fx-team
2015-05-05 12:15:21 +02:00
Carsten "Tomcat" Book
0d950f5c81
merge mozilla-inbound to mozilla-central a=merge
2015-05-05 12:01:27 +02:00
Mark Banner
45e5cb1b04
Bug 1128979 - Improve usability of loop-client test server - allow tests to be loaded when in the github context; also allow the full server url to be specified, not just the port. r=dmose NPOTB DONTBUILD
2015-05-05 09:03:43 +01:00
Mark Banner
237b0d0d47
Bug 1108088 - Get Loop's build-jsx working on Windows without the react version check working (for now). r=dmose NPOTB DONTBUILD
2015-05-05 09:03:42 +01:00
Mark Hammond
9f4bc898fc
Bug 1093941 - enable remaining urlbar tests with e10s. r=ttaubert
2015-05-05 11:05:26 +10:00
Gabriel Luong
6b46f2c695
Bug 1158506 - [rule view] Filter styles should handle escape keycode correctly r=bgrins
2015-05-04 14:11:07 -07:00
Patrick Brosset
92856897c5
Bug 1155653 - Preview animation target nodes in animationinspector panel; r=bgrins
...
This adds a generic walker method that cna be used to retrieve AnimationPlayerActor's
target DOM nodes in a way that they can be highlighted/selected later in the inspector.
Making the AnimationPlayerActor return the nodeActor directly wouldn't fully work, as
the walker would have missed the missing parent nodeFronts updates.
On the UI, this adds a new component in each PlayerWidget that displays a preview of the
target DOM nodes, highlight them on hover, and select them on click.
--HG--
extra : rebase_source : dfbf459d9de14233f125d028cf81f6b934941ea2
2015-05-04 13:55:51 +02:00
Jordan Santell
9a66a38e46
Bug 1145187 - Add a Poller utility object for togglign on polling functions. r=jryans
2015-05-04 11:46:30 -07:00
Ryan VanderMeulen
2f893755da
Backed out changesets c6380188c418 and cc9ff30e82d6 for possible Android debug asserts/crashes.
...
CLOSED TREE
2015-05-04 14:12:37 -04:00
Tim Taubert
1f6ae32b94
Bug 1145063 - Remove the keywords column from the Library r=mak
2015-05-04 14:22:32 +02:00
zhoubcfan@163.com
246c8ec28f
Bug 1160597 - Full installer fails to launch browser when the installer is finished (stub installer unaffected). r=rstrong
2015-05-04 20:47:25 -07:00
Mike Hommey
2a077fa258
Bug 1128037 - Use jar manifests for shumway and pdf.js. r=gps
2015-05-05 09:25:33 +09:00
Ryan VanderMeulen
2b8b4270f9
Merge m-c to inbound. a=merge
2015-05-04 16:11:38 -04:00
André Reinald
abcbead4d2
Bug 1075157 - Support action: reset search. r=gfritzsche, r=florian, r=bholley
2015-04-24 17:57:52 +02:00
Mike Conley
a8482b31c5
Bug 1146955 - Have PluginContent and PluginCrashReporter work with GMPs and pluginIDs. r=felipe.
...
--HG--
extra : rebase_source : 44b0737c88442b5afbb5f9f2e9458c6321442e8e
extra : source : 8da0582cde7ed894e195f9886d701976a5f25976
extra : histedit_source : b0f8cae0da36ef1d3e2b70955d03e032143b2ae7
2015-04-27 15:10:54 -04:00
Brad Lassey
279a3fda62
Bug 1146955 - Dispatch PluginCrashed event in content process on GMP crash for PeerConnection. r=jesup.
...
Original patch by Brad Lassey <blassey@mozilla.com>.
--HG--
extra : rebase_source : cf0b6a507e91a63edf09a0c9ddbcc55ce02a4aa7
extra : source : 302a3968123e4825fe23d1375ab65c225410b68a
extra : histedit_source : 1848a946bc9c4e6d266626e739743aa2f961c05c
2015-04-27 15:44:36 -04:00
Carsten "Tomcat" Book
36c84bbd25
merge mozilla-inbound to mozilla-central a=merge
2015-05-04 13:34:34 +02:00
Ehsan Akhgari
5431926c8a
Bug 1155667 - Increase the timeout of browser_testOpenNewRemoteTabsFromNonRemoteBrowsers.js
2015-05-03 20:46:49 -04:00
Patrick Brosset
7337cb49cd
Bug 921102 - 4 - Tests for the open/copy links on markup-view attributes; r=bgrins
...
--HG--
extra : rebase_source : 7b27344f7a10816649f0a22e3fd3dd111e5d573f
extra : histedit_source : d03061e861ce17e73c9bbca15b9e62fbeed11e9e
2015-05-02 23:00:13 +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 Brosset
10665e2af7
Bug 921102 - 2 - Markup-view tests for attribute links; r=miker
...
--HG--
extra : rebase_source : 79226c5f6ef41713afaaff2621f6c817acca7cc3
extra : histedit_source : 3dc761cd2a6c29ad90305e8d0063c16666eea078
2015-04-28 15:04:19 +02:00
Patrick Brosset
1c419b6fdf
Bug 921102 - 1 - Linkify URIs in the inspector; r=tromey, miker
...
This first part adds a parser for node attributes which, given some node
information and an attribute name, generates a small AST-like array of
objects that tells which parts of the attribute (if any) are links, and
what they link to.
Using this, the markup-view generates the right HTML structure to display
these parts as links.
This part 1 doesn't yet allow users to follow these links.
--HG--
extra : rebase_source : 2db11afb148ece3918adbf908536a29b7867882a
extra : histedit_source : 3aac6ec878e2e57f2a1f06ab4a322db95eb5b3be
2015-04-30 10:43:04 +02:00
Phil Ringnalda
a73745d7eb
Merge f-t to m-c, a=merge
2015-05-02 10:13:08 -07:00
Wes Kocher
b4ecf746d3
Merge m-c to fx-team a=merge
2015-05-01 17:24:54 -07:00
Wes Kocher
5ef0b7b6a7
Merge inbound to m-c a=merge
2015-05-01 17:19:28 -07:00
Ian Moody
fe297cf6c4
Bug 1160339 - Make nsContextMenu.linkText a function again for addon-compat. r=mconley
...
--HG--
extra : rebase_source : 3af32a3dee611f27e5f050d772d842905e4f3fb6
2015-04-30 23:02:39 +01:00
Mike Conley
8ea80f9bc2
Bug 1156591 - Add profiler markers for async tab switching. r=felipe.
...
--HG--
extra : amend_source : 154d3720bf8d6425daf18d0a1edbcf69f151c5c4
2015-05-01 12:02:39 -04:00
Mike Conley
8d4c817e24
Bug 1160217 - Wait for resize to complete in browser_responsiveuiaddcustompreset.js before sampling inner dimensions of content. r=jryans.
...
--HG--
extra : rebase_source : 4b4428a2cbd7b60fbc0c0fdffb34cadf0e8d7fb0
2015-04-30 13:35:14 -04:00
Mark Banner
108bfbef2e
Bug 1153806 - Enable encryption of Loop room context data. r=mikedeboer
2015-05-01 18:02:03 +01:00
Ryan VanderMeulen
d6155ddbf6
Merge m-c to fx-team. a=merge
2015-05-01 13:00:21 -04:00
Ryan VanderMeulen
9440cb5e32
Merge m-c to inbound. a=merge
...
CLOSED TREE
--HG--
extra : amend_source : f158ed522808c8be66f918e7cd2d674a93e9e8b8
2015-05-01 10:50:07 -04:00
Ryan VanderMeulen
ae1b497c22
Backed out 3 changesets (bug 1155900) for frequent browser_net_cached-status.js failures. CLOSED TREE
...
Backed out changeset 8b3bb908f6fc (bug 1155900)
Backed out changeset 195a3736c877 (bug 1155900)
Backed out changeset 5d7b3b8cce5a (bug 1155900)
2015-05-01 09:30:44 -04:00
Mark Banner
c14ff065f8
Bug 1160145 - Fix eslint warnings in Loop's xpcshell and mochitest files and turn on linting for them. r=dmose
2015-05-01 10:42:46 +01:00
Jordan Santell
da1e3f37c0
Bug 1160332 - Correctly check that the mouse is active in graphs to clean up rerender jank, a rebase error from 1157914. r=vp
2015-04-30 20:33:00 -04:00
Jordan Santell
66deded1e3
Bug 1150696 - Move all timeline tests that are still relevent into the performance tools tests. r=vp
...
--HG--
rename : browser/devtools/performance/test/browser_timeline_blueprint.js => browser/devtools/performance/test/browser_timeline-blueprint.js
rename : browser/devtools/performance/test/browser_timeline_filters.js => browser/devtools/performance/test/browser_timeline-filters.js
rename : browser/devtools/timeline/test/browser_timeline_waterfall-generic.js => browser/devtools/performance/test/browser_timeline-waterfall-generic.js
2015-04-30 12:23:11 -07:00
Jordan Santell
dfad5f9db9
Bug 1157523 - Fix intermittent where markers are selected in the waterfall views when there is no recording selected. r=vp
2015-04-30 16:03:43 -07:00
Jordan Santell
1402297ff2
Bug 1156499 - Disable all non-profiler/fps components in the performance tools when in aurora, for 40.0 release. r=vp
2015-04-30 15:13:49 -07:00
Wes Kocher
ac1958c547
Merge m-c to inbound a=merge
2015-05-01 17:50:36 -07:00
Wes Kocher
b492021bca
Merge m-c to inbound a=merge
2015-05-01 17:23:32 -07:00
Jared Wein
bd3fa7624a
Bug 1159744 - Use the panel implementations from the Pocket add-on for the Pocket feature. r=dolske
...
--HG--
extra : source : d76b18df0ed0f1c51c4c4e763144fd119bf2e0ed
2015-05-01 17:16:42 -04:00
Shane Caraveo
630903df50
Bug 936426 fix intermittent error, reduce testing to what we actually need here, r=markh
2015-05-01 08:26:29 -07:00
Patrick Brosset
ec1a68ea7b
Bug 1158781 - Make sure attributes gets focused when clicked in the inspector. r=bgrins
...
This used to work fine, but regressed when bug 1153635 got fixed.
This fixes the issue and introduces a new test to prevent further regressions.
--HG--
extra : transplant_source : %A5Y%B5%9B%11u%F5p%9B%DA%FA%99%3F%D9%E5%3C%5Ex%AF.
2015-04-29 17:05:37 +02:00
Jim Mathies
c67fc63e8a
Bug 1129040 - Update browser/base/content/test/plugins and enable for e10s. r=mconley
2015-05-01 10:07:20 -05:00
Jim Mathies
167ae6301c
Bug 1129040 - In the content process blocklist shim fail in all addon related calls. r=Mossop
2015-05-01 10:07:19 -05:00
Jared Wein
4d373656ab
Bug 1159744 - Use the panel implementations from the Pocket add-on for the Pocket feature. r=dolske
2015-05-01 17:16:42 -04:00
Jordan Santell
d7d4d70a86
Bug 1159480 - Pull out actor-specific logic from Performance Front. r=vp
2015-04-28 17:19:15 -07:00
Brian Grinstead
109f1ff513
Bug 1160345 - Set toolbox button visibility before consulting with the GCLI actor (which may not be available on old servers);r=jryans
2015-05-01 13:01:38 -07:00
Nick Fitzgerald
d77e5da60e
Bug 1147604 - Inverted call trees should list (root) as leaves. r=jsantell
2015-04-28 11:59:00 -04:00
Jennifer Fong
341e5e185b
Bug 971967 - Clear sidebar on console refresh. r=bgrins
2015-04-30 09:49:00 -04:00
Ryan VanderMeulen
26e41292ad
Backed out 2 changesets (bug 1152761, bug 1153806) for xpcshell failures.
...
Backed out changeset cf10c6adab48 (bug 1153806)
Backed out changeset 89a69f417877 (bug 1152761)
CLOSED TREE
2015-05-01 10:37:03 -04:00
Mark Banner
887d95a4a7
Bug 1153806 - Enable encryption of Loop room context data. r=mikedeboer
2015-05-01 13:41:38 +01:00
Mark Banner
770f6907dd
Bug 1152761 - Add local storage for Loop's room keys in case recovery is required, and handle the recovery. r=mikedeboer
2015-05-01 13:41:38 +01:00
Olli Pettay
bb9c4f4afa
Bug 1149555 - Update resize event firing to follow the specs, dispatch right before rAF callbacks, r=dbaron
...
--HG--
extra : rebase_source : 4828758667591a52ef8d15fa4812c65475ca484f
2015-05-05 17:56:01 +03:00
Jeff Walden
aea46014f9
Bug 1155900 - Pass destructuring right-hand-side expressions through ToObject before properties are destructured out of them. r=shu
...
--HG--
extra : rebase_source : 8c9efea4cbd4a638770860df0f94894f4b415d03
2015-04-17 21:57:50 -07:00
Jim Mathies
2ff558b0ac
Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde
2015-04-30 16:43:19 -05:00
Ryan VanderMeulen
8c2f9c9b09
Backed out changeset 31297813dd26 (bug 1159327) for bustage on a CLOSED TREE.
2015-04-30 16:08:29 -04:00
Jim Mathies
e043d024f9
Bug 1156057 - When content disposition information isn't available in the cache for an image the user right clicks, don't spew the console. r=felipe
2015-04-30 14:42:43 -05:00
Jim Mathies
588accccdc
Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde
2015-04-30 14:42:43 -05:00
Jim Mathies
012228fe16
Bug 1156592 - Record tab switch times under e10s and add support for debug console logging tied to a hidden pref. r=billm
2015-04-30 14:42:43 -05:00
George Wright
67e80ebb07
Bug 1148879
- style alltabs-item off the selected attribute, not visuallyselected r=mconley
2015-04-30 15:14:25 -04:00
Ryan VanderMeulen
4e0f4f8c6c
Merge inbound to m-c. a=merge
2015-04-30 13:56:09 -04:00
Ryan VanderMeulen
5e083ec726
Merge fx-team to m-c. a=merge
2015-04-30 13:45:40 -04:00
Dão Gottwald
d8d5fe5532
Bug 1155681 - Make the linux styling for "badged" toolbar buttons match the windows styling. r=gijs
...
--HG--
extra : rebase_source : af93fe6a37a849a21ff5947163fe7cc15bcd115e
2015-04-29 12:32:51 +02:00
Jordan Santell
6066e36c67
Bug 1158645
- Calculate FPS in performance tool by counting frames over duration, rather than averaging values of reported framerate timestamps. r=vp
2015-04-29 13:53:19 -07:00
Fabrice Desré
5c9a3c2266
Bug 1114676 - Enable web components for all apps when toggling developer mode r=ochameau
2015-04-29 17:12:20 -07:00
Wes Kocher
10fec54e1c
Merge fx-team to m-c a=merge CLOSED TREE
2015-04-29 16:46:00 -07:00
Wes Kocher
1e2b02f650
Merge inbound to m-c a=merge CLOSED TREE
2015-04-29 16:43:32 -07:00
Tooru Fujisawa
0edbeb71c8
Bug 1102219 - Part 5: Replace more `String.prototype.contains` with `String.prototype.includes` in chrome code. r=till
2015-04-30 00:32:05 +09:00
ziyunfei
e1db0f779e
Bug 1102219 - Part 4: Replace `String.prototype.contains` with `String.prototype.includes` in chrome code. r=till
2015-04-30 00:32:05 +09:00
Carsten "Tomcat" Book
4f3df8cff2
Backed out changeset a8aa5f3c1c14 (bug 1129040)
2015-04-29 16:51:35 +02:00
Carsten "Tomcat" Book
dceede1935
Backed out changeset 5000b4926d38 (bug 1129040)
2015-04-29 16:51:27 +02:00
Ryan VanderMeulen
659b2a4f94
Merge m-c to b2g-inbound. a=merge
2015-04-28 15:40:15 -04:00
Ryan VanderMeulen
cb8cb027ac
Backed out changeset 7882ac796e0f (bug 1158872) for WinXP mochitest-other permacrashing. a=me
2015-04-28 15:35:05 -04:00
Ryan VanderMeulen
dc34386c9f
Merge inbound to m-c. a=merge
2015-04-28 15:27:26 -04:00
Neil Deakin
a092f0e2e2
Bug 1056146, round zoom value to two digits and re-enable zoom tests, r=adw
2015-04-29 08:39:30 -04:00
Neil Deakin
e662ba16db
Bug 1134769, move selection info retrieval on context menu to content process, r=mconley
2015-04-29 08:38:42 -04:00
Jim Mathies
61f0c79664
Bug 1129040 - Update browser/base/content/test/plugins and enable for e10s. r=mconley
2015-04-29 06:33:10 -05:00
Jim Mathies
0cd1c90861
Bug 1129040 - In the content process blocklist shim fail in all addon related calls. r=Mossop
2015-04-29 06:33:10 -05:00
Fabrice Desré
6ec37a4c83
Bug 1157893 - Create a toggle for developer mode r=ochameau
2015-04-28 10:28:36 -07:00
Gabor Krizsanits
05e8ecba11
Bug 982319 - Unzipping response boddies in network monitor when needed. r=ochameau
2015-04-29 10:18:27 +02:00
Tim Taubert
4be292c267
Bug 1158750 - Reenable browser_bookmarkProperties.js subtest by manually selecting the text field's input for new folder names. r=mano
2015-04-27 13:51:16 +02:00
Brian Grinstead
6b0d5ba3f0
Bug 1159276 - Prevent showing the source context menu if the breakpoint context menu is also going to be shown;r=jlongster
2015-04-28 14:10:08 -07:00
Ryan VanderMeulen
1241218f33
Merge m-c to fx-team. a=merge
2015-04-28 15:43:20 -04:00
Ryan VanderMeulen
c8af31eee8
Bug 963075 - Re-enable pdf.js tests on debug builds now that bug 1058695 is fixed.
...
--HG--
extra : rebase_source : 01fcd196d85832cbf8bc9853b6a47e23b492a55e
2015-04-28 14:14:24 -04:00
Jan Keromnes
fbaf1d4482
Bug 1150715 - Implement "Copy Request/Response Headers" context menu items. r=jsantell
2015-04-28 07:58:00 -04:00
Tim Nguyen
42a52b8b3d
Bug 1023546 - DevTools - Support HDPI resolutions for Windows. r=bgrins
2015-04-28 07:30:00 -04:00
Wes Kocher
aff0b184bd
Backed out changeset b03a823e04a2 (bug 786520) for PGO build bustage CLOSED TREE
...
--HG--
extra : amend_source : 91dd7ad9b9758a2536d03899e51963f3eb8291cb
2015-04-28 15:21:19 -07:00
Ryan VanderMeulen
62c1b37f2f
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-04-28 16:03:15 -04:00
Mark Banner
712f3f3e35
Bug 1159199 - Clicking the context indicator in the Loop panel should close the panel after opening the url. r=mikedeboer
2015-04-28 13:51:27 +01:00
Mark Banner
ad6bbb3e9a
Bug 1155078 - Only display domain name in the context part of the panel. r=mikedeboer
2015-04-28 13:51:27 +01:00
Carsten "Tomcat" Book
51fe8320af
Merge mozilla-central to fx-team
2015-04-28 14:00:20 +02:00
Mark Banner
fb94500173
Bug 1137813 - Part 4. Don't log the cleanup event as the server doesn't accept it after the room has been left. r=mikedeboer
2015-04-28 11:20:36 +01:00
Carsten "Tomcat" Book
08c395347f
merge mozilla-inbound to mozilla-central a=merge
2015-04-28 12:01:09 +02:00
Asaf Romano
4926ad6112
Bug 1158900 - Editing bookmark's Location and Description in the Properties window doesn't work; bookmark title missing. r=mak
2015-04-28 11:05:42 +03:00
Asaf Romano
e8d18c2d7b
Bug 1158553 - Star button / Edit Bookmark panel doesn't move the bookmark to the chosen folder. r=mak
2015-04-28 11:04:44 +03:00
Mark Banner
1ac32c7de0
Bug 1158800 - Don't show errors for context in conversations on the standalone UI as they may force the user into an unnecessary re-obtaining of the URL. r=dmose
2015-04-28 08:17:56 +01:00
Mark Banner
90e4dc9b43
Bug 1137813 - Part 3. Add room connection status logging. r=mikedeboer
2015-04-28 08:17:56 +01:00
Mark Banner
783bafff35
Bug 1137813 - Part 2. Stub dispatcher.dispatch globally in otSdkDriver_test.js to simplify tests. r=mikedeboer
2015-04-28 08:17:56 +01:00
Mark Banner
aa10ed4df6
Bug 1137813 - Part 1. Tidy up some event handler names in Loop's otSdkDriver. r=mikedeboer
2015-04-28 08:17:56 +01:00
Brian Grinstead
368c4f3793
Bug 1158872 - Remove white titlebar on Windows for Dev Edition theme;r=Gijs
2015-04-27 19:57:50 -07:00
Mark Goodwin
992f617cec
Bug 1146832 - fix ugly wrapping in TLS error page (r=dao)
2015-04-30 09:12:34 +01:00
Jared Wein
feb88bb13a
Bug 1158960 - Reader view is broken in e10s mode. r=Gijs
...
--HG--
extra : rebase_source : c1eaa648dc02f7d6991bd72b157ff7c7e5b32539
2015-04-27 18:29:18 -04:00
Dão Gottwald
31d6073260
Bug 1063625 - Show the "Warn me when closing multiple tabs" and "Warn me when opening multiple tabs might slow down &brandShortName;" checkboxes only when needed. ui-r=phlsa r=jaws
2015-04-28 18:30:19 +02:00
Mark Goodwin
f864e34010
Bug 1152388 - modify onSSLErrorReport to use UpdateChannel.jsm to fetch update channel information (r=felipe)
2015-04-28 05:43:40 +01:00
Neil Deakin
c2dfbd09ad
Bug 1158805, e10s, fix and re-enable browser_bug424101.js, r=mconley
2015-04-28 11:34:48 -04:00
Neil Deakin
2dd7249f3f
Bug 1158805, e10s, fix and re-enable browser_bug970746.js, r=mconley
2015-04-28 11:34:43 -04:00
Bob Owen
a2030de24b
Bug 1151767: On Windows, make level 1 the default content sandbox on Nightly. r=blassey
2015-04-28 16:06:29 +01:00
Gabriel Luong
e3b66e2652
Bug 1155480 - Remove the padding right to Inspector pane toggle. r=pbrosset, ui-r=shorlander
2015-04-16 18:59:00 -04:00
Jennifer Fong
3e0ad865ca
Bug 1135191 - Add runtime panel with toggle. r=jryans
2015-04-27 14:19:00 -04:00
Ryan VanderMeulen
cb41f3768c
Bug 1157827 - Update pdf.js to version 1.1.82. r=bdahl, r=Mossop
2015-04-27 18:06:55 -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
Georg Fritzsche
85c688eba8
Bug 1149754 - Part 1: Rename TelemetryPing.jsm to TelemetryController.jsm. r=vladan
...
--HG--
rename : toolkit/components/telemetry/TelemetryPing.jsm => toolkit/components/telemetry/TelemetryController.jsm
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPing.js => toolkit/components/telemetry/tests/unit/test_TelemetryController.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPingBuildID.js => toolkit/components/telemetry/tests/unit/test_TelemetryControllerBuildID.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPingShutdown.js => toolkit/components/telemetry/tests/unit/test_TelemetryControllerShutdown.js
rename : toolkit/components/telemetry/tests/unit/test_TelemetryPing_idle.js => toolkit/components/telemetry/tests/unit/test_TelemetryController_idle.js
2015-04-27 18:07:58 +02:00