Patrick Brosset
35a96b7279
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
Jared Wein
9a170b7511
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
Ryan VanderMeulen
f3e32f8fe2
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-05-01 10:50:07 -04:00
George Wright
ecea80d8e9
Bug 1148879 - style alltabs-item off the selected attribute, not visuallyselected r=mconley
2015-04-30 15:14:25 -04:00
Ryan VanderMeulen
60ffba2a66
Merge inbound to m-c. a=merge
2015-04-30 13:56:09 -04:00
Dão Gottwald
6b74b01da1
Bug 1155681 - Make the linux styling for "badged" toolbar buttons match the windows styling. r=gijs
2015-04-29 12:32:51 +02:00
Mark Goodwin
18e5604839
Bug 1146832 - fix ugly wrapping in TLS error page (r=dao)
2015-04-30 09:12:34 +01:00
Richard Marti
6275c8999f
Bug 1157389 - In-content pages: Move the spinbutton rules from preferences.css to common.css r=mossop
2015-04-22 20:17:21 +02:00
Tim Nguyen
b210d4c2f6
Bug 1159437 - Add top green border for highlighted tabs in light theme. r=bgrins
2015-04-30 15:37:19 -07:00
Matthew Noorenberghe
127d61ddeb
Bug 1134507 - Implement infopanel to promote Reader View when first available. r=jaws/Gijs
...
Based on a patch by Jared Wein (:jaws).
2015-04-30 13:43:47 -07:00
Bill McCloskey
813b993854
Bug 1095475 - [e10s] Replace tab underlines with tooltip (r=dao)
2015-04-29 17:21:45 -07:00
Tim Nguyen
df72fb6e62
Bug 1023546 - DevTools - Support HDPI resolutions for Windows. r=bgrins
2015-04-28 07:30:00 -04:00
Gabriel Luong
183c5e17cc
Bug 1155480 - Remove the padding right to Inspector pane toggle. r=pbrosset, ui-r=shorlander
2015-04-16 18:59:00 -04:00
James Long
3354fdf8f1
Bug 764958 - Show cached network requests in the net monitor. r=jsantell
2015-04-24 14:57:00 -04:00
Jared Wein
d72a56fc9a
Bug 1155523 - Implement Pocket toolbarbutton and subview. r=gijs
2015-04-24 14:29:05 -04:00
Jordan Santell
54995d1c62
Bug 1143027 - The performance tool tab highlights during a recording. r=vp
2015-04-27 15:59:22 -07:00
Jordan Santell
5df9686f1d
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
Ryan VanderMeulen
053207d01e
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-04-23 17:22:50 -04:00
Patrick Brosset
989b8eaec8
Bug 1135635 - Position sidebar allTabs menu absolutely to avoid oveflow jittering; r=bgrins
2015-04-23 10:34:01 +02:00
Wes Kocher
191a53ded9
Merge inbound to m-c a=merge CLOSED TREE
2015-04-22 17:15:53 -07:00
Richard Marti
faf8f77df6
Bug 1156913 - Use highlighttext color also for :active menus. r=Gijs
2015-04-22 00:10:37 +02:00
Kartikaya Gupta
8ec41da08a
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Simon Montagu
e7639af9e0
Bug 1139306: Fix margin sides for right-to-left scrollbars depending on the actual position of the scrollbar as determined by layout.scrollbar.side, r=tn
2015-04-21 11:32:01 +03:00
James Lai
138b8bdbcd
Bug 1155956 - Remove unused private browsing mask icons. r=dao
2015-04-19 13:02:43 +02:00
Dão Gottwald
e4ca047a22
Bug 1155642 - Windows XP showing several tiny icons per toolbar button when using Luna Silver with high DPI, r=gijs
2015-04-18 00:13:00 +01:00
Tim Nguyen
93f09ec3ca
Bug 1096413 - Draw border around url bar, search box, and back/forward buttons. r=Gijs
2015-01-20 13:45:00 +01:00
Chirag Bhatia
0cbec90d67
Bug 1152281 - Playback rate in animations inspector panel is unreadable in dark theme. r=pbrosset
2015-04-16 09:52:00 +02:00
Gabriel Luong
c55e5d1050
Bug 1120616 - Part 3: Adjust the styles in the computed view's filter style search r=bgrins
2015-04-16 14:15:24 -04:00
Gabriel Luong
41ccb8bf7b
Bug 1120616 - Part 1: Implement filter styles in rule view r=bgrins
2015-04-16 14:15:09 -04:00
Jared Wein
28f9f304bc
Bug 1134501 - UITour: Force page into Reader View automatically whenever the ReaderView/ReadingList tour page is loaded. r=gijs
2015-04-15 23:45:50 -04:00
Iaroslav Sheptykin
034ae03c57
Bug 1153509 - Clipping translation notification bar on small screens. r=florian
2015-04-16 17:10:36 +02:00
Gijs Kruitbosch
d12343a2ec
Bug 1148923 - min-width the font menulists, r=jaws
2015-04-15 07:57:00 +01:00
Phil Ringnalda
87f3bdecfd
Back out 364bc6209cc5 (bug 1134501) for jetpack bustage
2015-04-15 22:08:20 -07:00
Jordan Santell
860f8fae24
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
Jared Wein
5e0c1360f3
Bug 1134501 - UITour: Force page into Reader View automatically whenever the ReaderView/ReadingList tour page is loaded. r=gijs
2015-04-15 23:45:50 -04:00
Brian Grinstead
9ed0d0821b
Bug 969914 - Make developer toolbar match the light devtools theme when applied;r=jwalker,r=pbrosset
2015-04-15 08:12:49 -07:00
Dão Gottwald
5c2eb67c53
Bug 1154625 - Merge fullscreen window controls styling from browser-aero.css into browser.css. r=gijs
2015-04-15 11:54:39 +02:00
Jan Keromnes
851020d4b6
Bug 1141571 - Add a legend to the Box Model tool. r=bgrings
2015-04-14 08:58:00 +02:00
Shane Caraveo
89b86f951b
Bug 1153952 fix social button size, clarify attribute name across sdk and social, r=dao
2015-04-14 10:19:37 -07:00
Dão Gottwald
fd2a2d78c4
Bug 1154233 - Merge private browsing indicator rules from browser-aero.css into browser.css. r=gijs
2015-04-14 14:15:51 +02:00
Carsten "Tomcat" Book
324de2e795
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
Jordan Santell
6b40255a44
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, r=jryans
2015-04-10 11:14:00 -04:00
Dão Gottwald
4e7310d1b8
Bug 1153243 - Set size for badged SDK buttons in the panel / palette. r=gijs
2015-04-13 14:10:03 +02:00
Dão Gottwald
0032d17dc0
Bug 1153243 - Set size for badged SDK buttons in the toolbar. r=mconley
2015-04-13 14:09:35 +02:00
Carsten "Tomcat" Book
94670e1674
merge mozilla-inbound to mozilla-central a=merge
2015-04-13 12:00:00 +02:00
Doug Turner
23d1d1263c
Bug 1038811 - Push Notifications - Firefox front end changes for preferences, and permission notification. r=MattN+bmo@mozilla.com
2015-04-10 20:19:28 -07:00
Dão Gottwald
64f419a534
Bug 1153147 - Replace "newer than XP" (aka "aero") overrides with XP-only overrides, part 2: remove "-aero" suffixes from non-XP images. r=gijs
2015-04-10 18:28:17 +02:00
Dão Gottwald
9ba8b43087
Bug 1153147 - Replace "newer than XP" (aka "aero") overrides with XP-only overrides, part 1: rename XP-only images to *-XP.png. r=gijs
2015-04-10 18:23:35 +02:00
Dão Gottwald
1b80ed9c1b
Bug 1153209 - Make Windows XP overrides use the right version number. r=gijs
2015-04-10 18:00:40 +02:00
Blake Winton
df0202fa1f
Bug 1149136 - specify a min-width and min-height to avoid flex making things too small. ui-r=mmaslaney, r=florian
2015-04-07 16:35:53 -04:00