Commit Graph

34907 Commits

Author SHA1 Message Date
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
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
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
Shane Tomlinson
c5ec66d94f Bug 1146904: Add the FxAccountsWebChannel to drive Sync
* * *
fix tests
From 6bb486068a8b002f222f4658989968d86df9eff1 Mon Sep 17 00:00:00 2001
---
 .../test/general/browser_fxa_web_channel.html      |   2 +-
 .../test/general/browser_fxa_web_channel.js        | 131 +++++++++++----------
 services/fxaccounts/tests/xpcshell/test_profile.js |  26 ----
 3 files changed, 70 insertions(+), 89 deletions(-)

--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
2015-04-11 13:23:08 +01:00
Robert Strong
3d9c259306 Bug 1096523 - Firefox Developer Edition bitmap looks awful with hiDPI (logo image). r=spohl 2015-05-06 13:01:57 -07:00
Jordan Santell
29800b3126 Bug 1126457 - Implement a worker utility to easily offload tasks into a worker. r=bgrins 2015-05-05 16:39:48 -07:00
Patrick Brosset
1d52cb6f6d Bug 1107849 - Define a min/max width for the performance panel sidebar. r=vporof
This adds the devtools-main-content class to the waterfall panel in the
performance tab so that there's a min-width of 50px defined on it, and
also adds a min-width to the waterfall details sidebar of 50px so that
it can't be collapsed fully (which would make it impossible to resize).

--HG--
extra : rebase_source : 740e9558844a183770f251ee24223a825b2954a5
2015-05-04 15:09:37 +02:00
J. Ryan Stinnett
2e9eeaf747 Bug 1160361 - Abort tilt commands when remote. r=bgrins 2015-05-06 12:34:28 -05:00
J. Ryan Stinnett
055a395833 Bug 1160361 - Load tilt commands from ToolboxButtons to avoid in non-Firefox. r=bgrins 2015-05-06 12:34:28 -05:00
J. Ryan Stinnett
c4c5d2e928 Bug 1160361 - Move GCLI prefs to all.js. r=bgrins 2015-05-06 12:34:27 -05: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
J. Ryan Stinnett
7e32353b8f Bug 1160361 - Catch GCLI's load of definitions for non-Firefox. r=bgrins 2015-05-06 12:34:27 -05:00
J. Ryan Stinnett
cd62e1934e Bug 1160361 - Move commands-index to the server. r=bgrins
--HG--
rename : browser/devtools/commandline/commands-index.js => toolkit/devtools/gcli/commands/index.js
2015-05-06 12:34:27 -05:00
Martin Tomes
247ef0c6cb Bug 1160489 - Enable eslint rules for Loop: comma related. r=Standard8 2015-05-06 18:15:56 +01: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
Jennifer Fong
894e0f7727 Bug 1157944 - Fix console.dir from obscuring next console call. r=bgrins 2015-05-04 09:10:00 -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