Commit Graph

29564 Commits

Author SHA1 Message Date
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
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
Ian Moody
069c7cf072 Bug 1160339 - Make nsContextMenu.linkText a function again for addon-compat. r=mconley 2015-04-30 23:02:39 +01:00
Mike Conley
731ef23a43 Bug 1156591 - Add profiler markers for async tab switching. r=felipe. 2015-05-01 12:02:39 -04:00
Mike Conley
adc5956e46 Bug 1160217 - Wait for resize to complete in browser_responsiveuiaddcustompreset.js before sampling inner dimensions of content. r=jryans. 2015-04-30 13:35:14 -04:00
Mark Banner
925dde578e Bug 1153806 - Enable encryption of Loop room context data. r=mikedeboer 2015-05-01 18:02:03 +01:00
Ryan VanderMeulen
e912a27649 Merge m-c to fx-team. a=merge 2015-05-01 13:00:21 -04:00
Ryan VanderMeulen
f87c951071 Merge m-c to inbound. a=merge
CLOSED TREE
2015-05-01 10:50:07 -04:00
Ryan VanderMeulen
532cc1011b 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
a5eec3a0b7 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
f08146ad59 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
9ea8d35d4f Bug 1150696 - Move all timeline tests that are still relevent into the performance tools tests. r=vp 2015-04-30 12:23:11 -07:00
Jordan Santell
432ff7a915 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
c844b56b7d 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
752a3a8537 Merge m-c to inbound a=merge 2015-05-01 17:50:36 -07:00
Wes Kocher
b348c63a9c Merge m-c to inbound a=merge 2015-05-01 17:23:32 -07:00
Jared Wein
06a33771c5 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
Shane Caraveo
065fc5e470 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
3b33a18162 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.
2015-04-29 17:05:37 +02:00
Jim Mathies
42beac9753 Bug 1129040 - Update browser/base/content/test/plugins and enable for e10s. r=mconley 2015-05-01 10:07:20 -05:00
Jim Mathies
4e6a3d5b4a 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
fb03fa321b 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
0f7e36ee02 Bug 1159480 - Pull out actor-specific logic from Performance Front. r=vp 2015-04-28 17:19:15 -07:00
Brian Grinstead
f4e2ed24e0 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
112c1f3132 Bug 1147604 - Inverted call trees should list (root) as leaves. r=jsantell 2015-04-28 11:59:00 -04:00