Commit Graph

29604 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
40a9422941 merge mozilla-inbound to mozilla-central a=merge 2015-05-06 11:59:15 +02:00
Jared Wein
0c5f5caadb Bug 1160678 - Pocket door hangers arent automatically closed. r=dolske 2015-05-06 00:11:32 -04:00
Wes Kocher
f1f37588bc Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures 2015-05-05 19:40:55 -07:00
Mark Hammond
7fc5a9a53a 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
31a35b685f Merge m-c to inbound a=merge 2015-05-05 20:29:21 -07:00
Wes Kocher
6f3a9cc38b Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures 2015-05-05 19:40:55 -07:00
Drew Willcoxon
dc1a8147bc 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
0e8f0fec63 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
9e2c97715f 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
ec9f210246 Bug 947854 part 4 - Add browser mochitest for interaction between DOM fullscreen and fullscreen mode. r=dao 2015-05-06 10:04:31 +12:00
Xidorn Quan
5bb3b2459a Bug 947854 part 2 - Avoid exiting fullscreen mode when exit from DOM fullscreen. r=smaug,dao 2015-05-06 10:04:31 +12:00
Xidorn Quan
3d61b02811 Bug 947854 part 1 - Use CSS transition instead of JS animation for hiding toolbox in fullscreen mode and simplify related code. r=dao 2015-05-06 10:04:31 +12:00
Xidorn Quan
2590d05246 Bug 947854 part 0 - Modify test for bug 885052 to make it more robust. r=dao 2015-05-06 10:04:31 +12:00
Wes Kocher
166c86f154 Merge m-c to inbound a=merge 2015-05-05 14:53:34 -07:00
Wes Kocher
eee57fb9df Merge fx-team to m-c a=merge 2015-05-05 14:45:52 -07:00
Florian Quèze
b3e6547899 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
9743258506 Bug 1109875 - Fix various other tests to properly wait for data from closed tabs r=billm 2015-05-04 19:08:06 +02:00
Tim Taubert
c8658b4a46 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
ba8a9a065f Bug 1109875 - Add tests for async tab removal r=billm 2015-04-30 18:28:44 +02:00
Tim Taubert
ef2fdcaef0 Bug 1109875 - Don't flush state when closing tabs r=billm 2015-04-30 18:28:39 +02:00
Tim Taubert
c53b13ee6f 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
d1a62200fb 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
4775d58eaa 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
818e770cea Bug 1155519 - Add "View Pocket Items" menuitem to the bookmarks menu, r=dolske. 2015-05-05 12:24:11 +02:00
Florian Quèze
7dd4fc9d28 Bug 1155518 - Implement "Save to Pocket" context menu item, r=jaws. 2015-05-05 12:24:10 +02:00
Carsten "Tomcat" Book
819c8b317a Merge mozilla-central to fx-team 2015-05-05 12:15:21 +02:00
Carsten "Tomcat" Book
0c697d2b3d merge mozilla-inbound to mozilla-central a=merge 2015-05-05 12:01:27 +02:00
Mark Banner
ddb537083d 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
b972993ca6 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
8e7a879d0f Bug 1093941 - enable remaining urlbar tests with e10s. r=ttaubert 2015-05-05 11:05:26 +10:00
Gabriel Luong
ff0b0a372e Bug 1158506 - [rule view] Filter styles should handle escape keycode correctly r=bgrins 2015-05-04 14:11:07 -07:00
Patrick Brosset
b45f1dde8d 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.
2015-05-04 13:55:51 +02:00
Jordan Santell
07fd15b012 Bug 1145187 - Add a Poller utility object for togglign on polling functions. r=jryans 2015-05-04 11:46:30 -07:00
Ryan VanderMeulen
d7c3e2192e Backed out changesets c6380188c418 and cc9ff30e82d6 for possible Android debug asserts/crashes.
CLOSED TREE
2015-05-04 14:12:37 -04:00
Tim Taubert
b91ac54156 Bug 1145063 - Remove the keywords column from the Library r=mak 2015-05-04 14:22:32 +02:00
zhoubcfan@163.com
286f215dd9 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
41cbd04878 Bug 1128037 - Use jar manifests for shumway and pdf.js. r=gps 2015-05-05 09:25:33 +09:00
Ryan VanderMeulen
2525974754 Merge m-c to inbound. a=merge 2015-05-04 16:11:38 -04:00
André Reinald
6a58a1d3c6 Bug 1075157 - Support action: reset search. r=gfritzsche, r=florian, r=bholley 2015-04-24 17:57:52 +02:00
Mike Conley
0c65ee05df Bug 1146955 - Have PluginContent and PluginCrashReporter work with GMPs and pluginIDs. r=felipe. 2015-04-27 15:10:54 -04:00
Brad Lassey
0aa68c44fa Bug 1146955 - Dispatch PluginCrashed event in content process on GMP crash for PeerConnection. r=jesup.
Original patch by Brad Lassey <blassey@mozilla.com>.
2015-04-27 15:44:36 -04:00
Carsten "Tomcat" Book
7b7c01f951 merge mozilla-inbound to mozilla-central a=merge 2015-05-04 13:34:34 +02:00
Ehsan Akhgari
60fb9ed01b Bug 1155667 - Increase the timeout of browser_testOpenNewRemoteTabsFromNonRemoteBrowsers.js 2015-05-03 20:46:49 -04:00
Patrick Brosset
e6c69573ff Bug 921102 - 4 - Tests for the open/copy links on markup-view attributes; r=bgrins 2015-05-02 23:00:13 +02:00
Patrick Brosset
334a02092d 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.
2015-05-02 22:37:45 +02:00
Patrick Brosset
220460ac14 Bug 921102 - 2 - Markup-view tests for attribute links; r=miker 2015-04-28 15:04:19 +02:00
Patrick Brosset
d23b134d26 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.
2015-04-30 10:43:04 +02:00
Phil Ringnalda
7c18683a54 Merge f-t to m-c, a=merge 2015-05-02 10:13:08 -07:00
Wes Kocher
bcda711fce Merge m-c to fx-team a=merge 2015-05-01 17:24:54 -07:00
Wes Kocher
a259f2ada2 Merge inbound to m-c a=merge 2015-05-01 17:19:28 -07:00