Граф коммитов

1048 Коммитов

Автор SHA1 Сообщение Дата
Florian Quèze 94833decfe Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe. 2014-11-18 00:59:11 +01:00
Patrick Brosset 96f9ff692a Bug 1096575 - Move highlighter.css to toolkit so it is available in other app types; r=paolo
--HG--
rename : browser/themes/shared/devtools/highlighter.css => toolkit/devtools/server/actors/highlighter.css
2014-11-13 18:53:07 +01:00
Richard Marti 1a62fe571b Bug 1096010 - Use the new In-Content background color in contentAreaDownloadsView. r=jaws 2014-11-12 21:09:31 +01:00
Wesley Johnston 3a94b336e5 Bug 1052466 - [10.10] Update titlebar/toolbar to use transparency on OS X Yosemite, r=mstange,f=gijs 2014-10-19 00:53:00 +01:00
Tim Nguyen ae0dfff7ff Bug 1089812 - InContent Prefs: Update the dialog styling to the new specs. r=dao 2014-11-12 08:31:00 -05:00
Richard Marti 4365c2cb91 Bug 1062127 - Style the in-content preference dialogs. r=dao
--HG--
rename : browser/themes/shared/incontentprefs/preferences.css => browser/themes/shared/incontentprefs/preferences.inc.css
2014-11-12 10:15:42 +01:00
Brian Grinstead f38eccf139 Bug 1094509 - fix a typo in osx/devedition.css;r=jwalker 2014-11-07 17:16:41 -08:00
Brian Grinstead 0d4e083af3 Bug 1094509 - Switch to light devedition theme when light devtools theme is applied;r=Gijs 2014-11-07 15:29:25 -08:00
Mike de Boer 8f9dbcd47f Bug 1073218: remove the soft start mechanism for full Hello rollout. r=abr,Unfocused 2014-11-07 11:56:04 +01:00
Patrick Brosset 432a34f1a4 Bug 985597 - Use the AnonymousContent Document API for the highlighters; r=miker r=Gijs
--HG--
rename : browser/themes/shared/devtools/highlighter.inc.css => browser/themes/shared/devtools/highlighter.css
2014-11-06 13:04:23 +01:00
Sebastian Zartner 472cc70f92 Bug 1068381 - Use an icon for the prettyprint button instead of a label. r=bgrins 2014-10-31 10:57:00 +01:00
Mike Conley f9da915811 Bug 1085622 - Fix E10S_TESTING_ONLY define so that it only ever applies when E10S_TESTING_ONLY config is true. r=ally,glandium.
We were defining the E10S_TESTING_ONLY build-time define with the value of the E10S_TESTING_ONLY config variable,
regardless of the value of E10S_TESTING_ONLY. Even if E10S_TESTING_ONLY in configure was blank, we'd still define
E10S_TESTING_ONLY, which resulted in E10S_TESTING_ONLY ifdef'd code to be included when we didn't want it to.

We now only ever define E10S_TESTING_ONLY iff NIGHTLY_BUILD is defined, and we do it globally.

This also fixes a busted E10S_TESTING_ONLY ifdef that didn't have an endif.

--HG--
extra : amend_source : 9c8fe8db110765272fa666a5c118d388f87c23d7
2014-11-04 11:16:47 -05:00
Brian Grinstead ba4c981612 Bug 1093374 - Use -moz-appearance: none on TabToolbar to preserve custom background with tab overflow and tabs outside titlebar on OSX;r=dao 2014-11-04 08:52:01 -08:00
Matteo Ferretti c6387f65a5 Bug 1080406 - "Add an optional badge to the hamburger menu when updates are available". r=gijskruitbosch+bugs c=jwalker 2014-11-02 02:09:00 +01:00
Paul Rouget 5cbd702e33 Bug 1093198 - fix coordinates of webide widget on osx. r=jryans 2014-11-03 21:35:43 +02:00
Brian Grinstead b405635ed5 Bug 1053434 - Shared theme changes for window and navbar for devedition;r=Gijs,r=MattN 2014-10-31 19:06:06 -07:00
stefanh@inbox.com 7b547af509 Bug 1085134 - Native theming for Mac OS X disclosure buttons, css part. r=Mano. 2014-11-01 17:13:30 +01:00
Paul Rouget c6d19c3150 Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws 2014-10-30 09:08:05 +01:00
Jordan Santell 7a9a410d17 Bug 1088712 - Update toolbar images with glowing download icon. r=gijs 2014-10-28 17:25:00 +01:00
Sparsh Paliwal b58bf185e4 Bug 1088578 - Replace rgba(...,0) and hsla(...,0) with 'transparent' in CSS gradients. r=dao 2014-10-26 11:08:00 +01:00
Panos Astithas 19d4f7f91d Bug 1086936 part 1 - Add a UI switch to disable custom profile selection process in Aurora. r=bsmedberg,jaws f=matej,shorlander
--HG--
extra : rebase_source : ca599ad502e6975ae02ce9884cc207bf1ac62168
2014-10-27 20:52:20 +02:00
Brian Grinstead ba92c24600 Bug 1088789 - Switch invalid CSS variable name from negative-space to space-above-tabbar;r=jaws 2014-10-26 19:24:20 -07:00
George Wright 84b8397b72 Bug 1049551 - Add a tab delay spinner that's visible if we switch tabs before the content has been drawn r=dao 2014-10-10 11:46:27 -04:00
Brian Grinstead 29ad75d2bc Bug 1053434 - Switch some hardcoded OSX values to CSS variables for devedition;r=Gijs 2014-10-23 06:49:34 -07:00
Jared Wein efa7152141 Bug 1083396 - Update the Hello icon. r=Unfocused
--HG--
extra : rebase_source : 31db63bc41e56b7561b0bae3f898ee2ad11e6cce
2014-10-21 22:53:36 -04:00
Gijs Kruitbosch 9a5b41cf4d Bug 1082002 - fix urlbar to stay white, r=dao 2014-10-21 01:36:25 +01:00
Brian Grinstead ff262ec63d Bug 1075415 - Invert bookmarks chevron with dark lightweight themes;r=Gijs 2014-10-20 15:10:15 -07:00
Himanshu Singh 7f7d2075aa Bug 1081203 - Remove dead #social-toolbar-item CSS since there is nothing called social-toolbar-item defined outside of the CSS. r=jaws 2014-10-14 04:34:00 +02:00
Jordan Santell f906459194 Bug 1077441 - create empty performance tool under build flag. r=vp 2014-10-15 09:46:00 +02:00
Shane Caraveo e590054df9 Bug 1014332 new about:providerdirectory page that appears in share panel, r=jaws
--HG--
rename : browser/themes/osx/aboutSocialError.css => browser/themes/shared/aboutSocialError.css
2014-10-09 12:01:39 -07:00
Brian Grinstead f0b02eb27c Bug 1053434 - Add listeners for devedition prefs in browser.js and stub CSS files;r=Gijs 2014-10-08 16:05:46 -05:00
Jennifer Fong 10c1efd57b Bug 1074880 - Remove file icons on tree view. r=jryans 2014-10-06 12:58:00 +02:00
Jared Wein 938134f37b Bug 1016434 - Backout of bug 759252 from mozilla-beta for blurry throbbers. 2014-10-07 10:34:45 +02:00
Gijs Kruitbosch 2dc96d71fc Bug 1073240 - update Firefox's default theme icon, hide menu on non-default themes, r=jaws
--HG--
extra : rebase_source : 3651f3e80cf537c365a6ab4a0659221fb6d50d4b
2014-10-05 09:12:06 +01:00
mferretti@mozilla.com 851f19f43f Bug 994280 - Improve badged button for Australis. r=enn
- moved badged button XBL from browser to toolkit
 - made the XBL applied by CSS class instead of button's type
 - added australis look & feel to badged button
 - fixed OS X badge position
2014-10-02 11:52:50 +01:00
Richard Marti ffb51c42ec Bug 1008603 - Define panel-subviews background-color in platform files. r=dao 2014-10-03 08:44:11 +02:00
stefanh@inbox.com 49612ba0d9 Bug 1075672 - Style the sidebar in places window with Yosemite behind-window vibrancy, r=gijs 2014-10-01 10:02:00 +01:00
stefanh@inbox.com daffe108da Bug 333910 - nsITheme for menu/scrollbox arrows, r=mstange,gijs
--HG--
extra : rebase_source : 91519a5d22ab54b7b109b5db240ba7d696374270
2014-09-08 10:45:00 +01:00
Gijs Kruitbosch ce29fa90bc Bug 1065429 - fix tabbar border on yosemite, r=mconley 2014-09-30 12:55:27 +01:00
Dão Gottwald 16c4c6ad95 Bug 1073497 - Merge autocomplete-search.svg CSS rules. r=unfocused 2014-09-30 12:57:27 +02:00
Gavin Sharp d95e34b75a Bug 1031019: add "Apps" toolbar button that points to Marketplace, r=jared/Gijs
--HG--
extra : rebase_source : 32c104884c9a6116efd3911d8145b61b8aa5711b
2014-09-19 12:36:11 -07:00
Gijs Kruitbosch 4a94538aa8 Bug 1069300 - add a privacy/forget/panic button, r=jaws
--HG--
extra : rebase_source : cc94c6449aab3fc64f7b034cb553cc6cf0879395
2014-09-24 17:22:05 +01:00
Gijs Kruitbosch 5036248b31 Bug 1069300 - update toolbar and menuPanel sprites, r=jaws
--HG--
extra : rebase_source : ad0a784a53630072cb3fada370916177f2169856
2014-09-24 16:24:17 +01:00
Blair McBride d240e00242 Bug 1067888 - Add autocomplete result type for searching via current search engine. r=mak
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : n%86%86%E2%23%85d%15%A8%0D%DD%F0%9A%A4%8B%E8y-%3DY
2014-09-25 17:04:06 +12:00
Carsten "Tomcat" Book 17b6861fc2 Merge m-c to mozilla-inbound 2014-09-19 14:35:57 +02:00
Wes Kocher 8ea80bdb82 Merge m-c to fx-team a=merge 2014-09-18 16:12:56 -07:00
Wes Kocher 45f4500903 Merge inbound to m-c a=merge 2014-09-18 15:26:44 -07:00
Justin Dolske c80af2ab0d Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Alex Bardas a061476e64 Bug 1043805 - Added red shield when protection is disabled in blocked content doorhanger. r=Unfocused 2014-09-11 15:13:00 +02:00
Felipe Gomes 5723c50a02 Bug 1068210 - Make the tab crashed Try Again button reload only the selected tab. r=ally
This is a temporary solution while we wait for bug 1065785 because this is causing many users to lose their session
2014-09-17 18:32:27 -03:00
Blair McBride b660c827ef Bug 1065265 - Improve infrastructure dealing with moz-action: autocomplete results. r=mak
--HG--
extra : transplant_source : %EC%FDu%A45%17%A73%1D%BF%E92%FC%1F%D7%1B%E6J/%B3
2014-09-16 16:01:58 +12:00
Markus Stange b84ffa056f Bug 944836 - Add -moz-window-dragging CSS styles. r=dao 2014-09-18 10:52:33 +02:00
Alex Bardas c28ed03a8a Bug 1040725 - Enhance previous searches in awesomebar by replacing favicon with magnifying glass. r=Paolo r=dao 2014-09-17 15:10:00 +02:00
Gijs Kruitbosch 1fdc563025 Bug 1052534 - update back/fwd keyhole design on yosemite, r=jaws
--HG--
extra : rebase_source : ff28d1d4a2e55aaead9a9483bced7bc370139853
2014-09-10 21:38:07 +01:00
Carsten "Tomcat" Book 84c954653e Backed out changeset fb4b70803019 (bug 1065265) for bc1 test failures 2014-09-11 14:49:00 +02:00
Blair McBride ee1474e7da Bug 1065265 - Improve infrastructure dealing with moz-action: autocomplete results. r=mak
--HG--
extra : transplant_source : %C9%C8x%E6%A3%E5%89%7F%B05%F2%82%FE%05%EF%E7%F5%0E%C0.
2014-09-11 22:50:08 +12:00
Gavin Sharp 4d135723d8 Bug 1064885: add prompt to encourage Nightly users to enable e10s, r=felipe
--HG--
extra : rebase_source : cf288b2d3b80c540bcc0ba4d2e2caae8b7a95925
2014-09-10 13:53:10 +02:00
Victor Porof 4dc874dcbd Bug 1050386 (relanded) - Build a temporary timeline panel, r=paul
--HG--
rename : browser/devtools/shared/test/browser_graphs-07.js => browser/devtools/shared/test/browser_graphs-07a.js
2014-09-10 13:11:06 -04:00
Ryan VanderMeulen 525d3dad4a Backed out changeset e3a037fb152f (bug 1050386) for frequent WinXP mochitest-dt failures.
--HG--
rename : browser/devtools/shared/test/browser_graphs-07a.js => browser/devtools/shared/test/browser_graphs-07.js
2014-09-10 12:51:59 -04:00
Paul Rouget fd72b08f1c Bug 1050386 - [timeline] build a temporary timeline panel, r=paul
--HG--
rename : browser/devtools/shared/test/browser_graphs-07.js => browser/devtools/shared/test/browser_graphs-07a.js
2014-09-10 08:47:26 -04:00
Gijs Kruitbosch 9b5fa0c78c Bug 1035536 - move CSS to themes directory, r=dao
--HG--
rename : browser/base/content/aboutneterror/netError.xhtml => browser/base/content/aboutNetError.xhtml
rename : browser/base/content/aboutneterror/info.svg => browser/themes/shared/aboutNetError_info.svg
extra : rebase_source : c78b55b877ded23ad05aa942ab7983516a688cd8
2014-09-05 15:14:27 +02:00
Gijs Kruitbosch e43bf1d79b Bug 1035536 - add blank theme file for net error pages, r=Unfocused 2014-09-02 13:23:46 +01:00
Dave Townsend b3a405caf5 Backing out bug 891258 due to broken styling issues on OSX. r=backout 2014-09-03 16:37:53 -04:00
Gijs Kruitbosch 43018bfc3d Bug 1060944 - fix up help icon on Yosemite, r=ttaubert
--HG--
extra : rebase_source : a934907fdb2b0b29572c2a795c1cecf7af34d87f
2014-09-01 14:22:02 +01:00
Jared Wein 0c34a1ad01 Bug 1055239 - SVG icons and theming for SocialAPI/Loop. r=MattN 2014-09-02 11:20:39 -04:00
Tim Nguyen 27c2c4dfb6 Bug 891258 - Use Australis styling for the findbar buttons. r=Unfocused 2014-09-02 01:42:00 +02:00
Matthew Noorenberghe 615e43805d Bug 1047284 - Update the Loop toolbar icon upon errors and "Do not disturb". f=Standard8 r=jaws 2014-09-01 17:37:23 -04:00
Gijs Kruitbosch 2f41642ad2 Bug 1050809 - update toolbar/menupanel icons for yosemite, r=jaws 2014-08-28 17:24:05 +01:00
Girish Sharma 2e264a6e61 Bug 970517 - Storage Inspector front end, r=jwalker, mratcliffe 2014-08-29 22:02:49 +05:30
Gijs Kruitbosch 5361a90e5b Bug 1050807 - style urlbar and search box appropriately on on OS X Yosemite, r=dao
--HG--
extra : rebase_source : ab3ed33bcab08776be484b657e3efbdf479a678c
2014-08-29 15:30:55 +01:00
Markus Stange 4a04746f2e Bug 1059278 - Style the sidebar in the Firefox main browser window with Yosemite behind-window vibrancy. r=Gijs 2014-08-28 02:16:23 +02:00
Alexandre Poirot 86679e0faf Bug 977043 - Add toolbox-level frame selection to change the currently targeted document. r=bgrins,past 2014-08-27 12:19:30 +02:00
Birunthan Mohanathas 24493de68f Bug 1009370 - Part 2: Implement new visual style for about:privatebrowsing. r=Unfocused ui-r=phlsa 2014-08-26 07:11:07 -07:00
Birunthan Mohanathas 6737eb669c Bug 1009370 - Part 1: Move .inline-link style from preferences.css to common.inc.css. r=Unfocused 2014-08-26 07:11:02 -07:00
Georgios Kontaxis d6ca4b7a06 Bug 1043803: checkIdentity following onSecurityChange now shows doorhanger on STATE_LOADED_MIXED_ACTIVE_CONTENT. Doorhanger now acknowledges this new state. r=adw 2014-08-22 20:26:03 -07:00
Georgios Kontaxis 529502822e Bug 1043797: extended popup notifications to create a generic doorhanger for all security notifications incl. mixed content r=adw
--HG--
rename : browser/themes/linux/mixed-content-blocked-16.png => browser/themes/linux/bad-content-blocked-16.png
rename : browser/themes/linux/mixed-content-blocked-64.png => browser/themes/linux/bad-content-blocked-64.png
rename : browser/themes/osx/mixed-content-blocked-16.png => browser/themes/osx/bad-content-blocked-16.png
rename : browser/themes/osx/mixed-content-blocked-16@2x.png => browser/themes/osx/bad-content-blocked-16@2x.png
rename : browser/themes/osx/mixed-content-blocked-64.png => browser/themes/osx/bad-content-blocked-64.png
rename : browser/themes/osx/mixed-content-blocked-64@2x.png => browser/themes/osx/bad-content-blocked-64@2x.png
rename : browser/themes/windows/mixed-content-blocked-16.png => browser/themes/windows/bad-content-blocked-16.png
rename : browser/themes/windows/mixed-content-blocked-64.png => browser/themes/windows/bad-content-blocked-64.png
2014-08-22 15:34:25 -07:00
Ed Lee 14f090dfa9 Bug 1053530 - Enhanced Tiles intro text popup [r=adw]
Add a panel that opens from the customize menu. Automatically show it on first opening.
2014-08-21 12:05:48 -07:00
Ed Lee 36f8360fb3 Bug 1040369 - Replace sponsored icon with identifying text [r=adw]
Add sponsored text next to title that triggers explanation text. Remove unused sponsored icon and related files.
2014-08-21 19:21:38 -07:00
Ed Morley c1b14be4c2 Backed out changeset b3632bd4c076 (bug 1014332) for intermittent test failures 2014-08-21 12:27:40 +01:00
Asaf Romano 485af060ec Bug 1040868 - Move 'default browser'stuff back to the General preferences pane. r=jaws. 2014-08-18 15:02:58 +03:00
Shane Caraveo 405e400185 Bug 1014332 enable share button by default with default selection of share providers, r=jaws 2014-08-15 14:23:23 -07:00
Richard Marti 2864da5d9e Bug 989469 - Move the common files from browser to global. r=Unfocused
--HG--
rename : browser/themes/linux/in-content/common.css => toolkit/themes/linux/global/in-content/common.css
rename : browser/themes/osx/in-content/common.css => toolkit/themes/osx/global/in-content/common.css
rename : browser/themes/shared/in-content/check.png => toolkit/themes/shared/in-content/check.png
rename : browser/themes/shared/in-content/check@2x.png => toolkit/themes/shared/in-content/check@2x.png
rename : browser/themes/shared/in-content/common.inc.css => toolkit/themes/shared/in-content/common.inc.css
rename : browser/themes/shared/in-content/dropdown-disabled.png => toolkit/themes/shared/in-content/dropdown-disabled.png
rename : browser/themes/shared/in-content/dropdown-disabled@2x.png => toolkit/themes/shared/in-content/dropdown-disabled@2x.png
rename : browser/themes/shared/in-content/dropdown.png => toolkit/themes/shared/in-content/dropdown.png
rename : browser/themes/shared/in-content/dropdown@2x.png => toolkit/themes/shared/in-content/dropdown@2x.png
rename : browser/themes/shared/in-content/help-glyph.png => toolkit/themes/shared/in-content/help-glyph.png
rename : browser/themes/shared/in-content/help-glyph@2x.png => toolkit/themes/shared/in-content/help-glyph@2x.png
rename : browser/themes/shared/in-content/sorter.png => toolkit/themes/shared/in-content/sorter.png
rename : browser/themes/shared/in-content/sorter@2x.png => toolkit/themes/shared/in-content/sorter@2x.png
rename : browser/themes/windows/in-content/common.css => toolkit/themes/windows/global/in-content/common.css
2014-08-12 20:54:40 +02:00
Ed Lee 658c3d2172 Bug 1044602 - about:newtab tiles look different than anything else in the browser [r=adw]
Use a solid color background and remove now unused texture. Tweak gradient, hover images, borders.
2014-08-14 17:03:48 -07:00
Ryan VanderMeulen 8543ea8030 Merge m-c to fx-team. a=merge 2014-08-13 15:32:14 -04:00
Alex e984d4c73c Bug 1004679 - Use text-align: start or end instead of left or right in DevTools themes. r=bgrins 2014-08-13 05:27:00 -04:00
Ryan VanderMeulen cde20a0f37 Backed out changesets ac87dabb3890, 753ebd9be952, and 4dbbffc0b5cd (bug 1014332) for causing bug 1052762. 2014-08-12 16:20:00 -04:00
Shane Caraveo 4bc6b9c1be Bug 1014332 enable share button by default with default selection of share providers, r=jaws 2014-08-12 11:04:04 -07:00
Bernardo P. Rittmeyer a9eee42790 Bug 1041845 - Apply image-rendering: -moz-crisp-edges style to favicons throughout the UI when resolution is 2dppx. r=MattN 2014-08-11 14:03:00 -04:00
Mike de Boer 2ff3147f7f Bug 1048144: add menu panel versions of the Loop icon. r=jaws 2014-08-12 10:30:46 +02:00
Alexandre Poirot 8f9afc126a Bug 994669 - Integrate gaia responsive mode tweaks. r=paul 2014-08-12 02:43:00 -04:00
Gregory Szorc da38fa3a7c Backout changeset b07c3d5ec540 (bug 1045415) because it breaks local builds; a=backout 2014-08-08 17:07:28 -07:00
Valentin Tsatskin 5dfb274b6a Bug 1000625 - Add namespace for xul elements. r=Unfocused
--HG--
extra : rebase_source : 11f28304906c13a2f3b2843bbf4c6fc6d7085d3e
2014-08-07 12:56:35 +02:00
Valentin Tsatskin 2199bd75e8 Bug 1000625 - Move generic in-content icons to in-content folder. r=Unfocused
--HG--
rename : browser/themes/shared/incontentprefs/check.png => browser/themes/shared/in-content/check.png
rename : browser/themes/shared/incontentprefs/check@2x.png => browser/themes/shared/in-content/check@2x.png
rename : browser/themes/shared/incontentprefs/dropdown-disabled.png => browser/themes/shared/in-content/dropdown-disabled.png
rename : browser/themes/shared/incontentprefs/dropdown-disabled@2x.png => browser/themes/shared/in-content/dropdown-disabled@2x.png
rename : browser/themes/shared/incontentprefs/dropdown.png => browser/themes/shared/in-content/dropdown.png
rename : browser/themes/shared/incontentprefs/dropdown@2x.png => browser/themes/shared/in-content/dropdown@2x.png
rename : browser/themes/shared/incontentprefs/help-glyph.png => browser/themes/shared/in-content/help-glyph.png
rename : browser/themes/shared/incontentprefs/help-glyph@2x.png => browser/themes/shared/in-content/help-glyph@2x.png
rename : browser/themes/shared/incontentprefs/sorter.png => browser/themes/shared/in-content/sorter.png
rename : browser/themes/shared/incontentprefs/sorter@2x.png => browser/themes/shared/in-content/sorter@2x.png
extra : rebase_source : 8f4e79dbb5b743397fe4c4d0aaf98cbf895659d8
2014-08-07 12:56:35 +02:00
Valentin Tsatskin e7085072b1 Bug 1000625 - Move generic in-content styles from preferences.css to common.css. r=Unfocused
--HG--
rename : browser/themes/shared/in-content/common.css => browser/themes/shared/in-content/common.inc.css
extra : rebase_source : 5bbbecfcc91eada37a6806cae0946fa2fc2495f9
2014-08-07 12:56:35 +02:00
Victor Porof ecac4bb9d0 Bug 879008 - New UI for the sampling Profiler, r=rcampbell,fitzgen,pbrosset 2014-08-06 11:25:18 -04:00
Victor Porof b5f375d725 Bug 879008 - Remove the old Profiler frontend, r=rcampbell 2014-08-06 11:25:17 -04:00
Mark Hammond 1dec47d185 Bug 1013064 (part 5) - stop disabling the password engine when MP enabled. r=ttaubert
From 07aa9cc1fcd5479976effe29f6adf5ad5ba7a8f8 Mon Sep 17 00:00:00 2001
2014-06-12 18:19:49 +10:00
Florian Quèze c5de232bd4 Bug 1041687 - replace place holder screensharing icons with final icons, r=dolske.
--HG--
extra : rebase_source : c04478577e1f37fb39a1884b2a0b2249ee76a829
2014-08-01 15:17:59 +02:00
Florian Quèze 2d8737ebf7 Bug 1041685 - show hidpi icons in the mac global webrtc sharing indicator, r=dolske.
--HG--
extra : rebase_source : 6557cce5fdc7ea6412df536a3f06a71743115ebb
2014-08-01 15:17:51 +02:00
Mike de Boer 1444a90117 Bug 1008201: update Loop toolbar icon to a speech bubble. r=jaws 2014-07-31 17:38:11 +02:00
Ehsan Akhgari 8e9ec70e42 Bug 1045415 - Stop pretending that content-contextmenu.svg needs to be preprocessed; r=gps
This fixes one build warning on the respective platforms.
2014-07-29 20:45:44 -04:00
Dão Gottwald 32babf28ec Bug 1041969 - Disabled icons in context menu should use GrayText. r=mdeboer
--HG--
extra : rebase_source : 3d651e2746fc493db1dda40d75e87d6eba9e9d32
2014-07-28 21:23:03 +02:00
Tim Taubert 5d377d2e9f Bug 1037415 - remove existing webrtc indicator in the browser toolbar r=florian 2014-07-23 17:34:31 +02:00
Ed Lee f1e86c1b55 Bug 1037341 - Update pin and block with new icons [r=adw]
Use svg version of new icons and slice image rectangles of the appropriate section.

--HG--
extra : rebase_source : 928b0ce35205066df8c30b1f521f8e7d91b31deb
2014-07-24 17:20:03 -07:00
Richard Marti 209d0d5838 Bug 1038288 - Implement the updated InContent Preferences Design. r=jaws 2014-07-14 20:35:33 +02:00
Ed Lee 270fdcdd73 Bug 1036284 - Update styling of newtab tiles to enhanced tiles spec [r=adw]
Set appropriate sizes, coloring, opacity, etc.
2014-07-22 23:42:27 -07:00
Neil Deakin f191a1b74f Bug 1013064, backout e5dfe9801f76, 11f3a97d1d2c, e2374762f521, 91db8acb8d7e, d0050ba0b875 due to sync issues 2014-07-21 09:09:41 -04:00
Florian Quèze 4ab6127752 Bug 1037430 - implement webrtc global indicator in the Mac menubar, r=dolske. 2014-07-19 02:49:19 +02:00
Florian Quèze 287da9c56c Bug 1037408 - implement the global indicator window, initial patch by Gijs, r=dolske. 2014-07-19 02:49:19 +02:00
Wes Kocher aaecca5c9f Backed out 3 changesets (bug 1037408) for dt orange on a CLOSED TREE
Backed out changeset 8833bb7e90de (bug 1037408)
Backed out changeset c9cfdc0bbfbc (bug 1037408)
Backed out changeset f875dc5e0df7 (bug 1037408)
2014-07-18 21:04:00 -07:00
Wes Kocher d1342c1421 Backed out changeset 1db5409ea062 (bug 1037430) for dt orange on a CLOSED TREE 2014-07-18 21:03:15 -07:00
Florian Quèze e8ce41b015 Bug 1037430 - implement webrtc global indicator in the Mac menubar, r=dolske. 2014-07-19 02:49:19 +02:00
Florian Quèze 0635b86b59 Bug 1037408 - implement the global indicator window, initial patch by Gijs, r=dolske. 2014-07-19 02:49:19 +02:00
Florian Quèze 5c90d904b2 Bug 1037405 - add new icons for screensharing doorhangers, r=Gijs.
--HG--
extra : rebase_source : 0795c223b752322c6843b2c64441749722050679
2014-07-18 12:14:29 +02:00
Dão Gottwald 2b9700f2f9 Bug 1016405 - Update the icons in the context menu to have the correct size, HiDPI, and inverted variants. r=mdeboer 2014-07-17 15:16:24 +02:00
Patrick Brosset 07c1fd209d Bug 711941 - part 3 - Timing-function editor tooltip in the rule-view; r=miker 2014-07-17 09:59:04 +02:00
Wes Kocher 69ed25e952 Merge m-c to fx-team 2014-07-16 17:46:33 -07:00
Wes Kocher b32d84dcad Merge inbound to m-c a=merge 2014-07-16 17:08:26 -07:00
Dão Gottwald 2373e5e978 Bug 1037017 - Remove cui-areatype from removable=false widgets. r=gijs 2014-07-16 22:04:06 +02:00
tssurya f64a2ba0e0 Bug 440150 - Library window divider between content list and bookmarks too thin. r=mak 2014-07-16 06:25:00 -04:00
Mark Banner 264942d0a2 Bug 1017273 Change Loop from compile-time enabled to runtime-enabled with a pref. r=dolske,r=jesup,r=glandium,r=gijs 2014-07-16 15:15:07 +01:00
Mark Hammond 2702b1e946 Bug 1013064 (part 5) - stop disabling the password engine when MP enabled. r=ttaubert
From 07aa9cc1fcd5479976effe29f6adf5ad5ba7a8f8 Mon Sep 17 00:00:00 2001
2014-06-12 18:19:49 +10:00
Gijs Kruitbosch 70548b0b3b Bug 1014313 - part 2: add undo close tab item to alltabs-button menu, r=dao 2014-07-03 00:17:15 +01:00
Steven MacLeod d979d4ad0f Bug 1018720 - Change the options dropdown icon to match the select dropdown. r=florian
--HG--
extra : rebase_source : d7d7eb6d00158219c4113ecbaf958649f13692eb
extra : histedit_source : 77d847c52f3dc563b8f13343c0720500cebc422c
2014-07-07 15:48:20 -04:00
Steven MacLeod 340d56be8b Bug 1018720 - Change the translation infobar select dropdown styling to match the options dropdown. r=florian
--HG--
extra : rebase_source : 3be092aa43b1356728f3a9064cb49949c75bab50
extra : histedit_source : b55c90b6cb24f3795e3848652cd0980bb645b098
2014-07-07 15:45:35 -04:00
Steven MacLeod 705f56fd3e Bug 1018720 - Fix translation infobar button styling. r=florian
--HG--
extra : rebase_source : 27ee6b3d8555e96fd72936118a6a599fab8da64a
extra : histedit_source : e935ce68b124e328e4e9a65abc403caf221eeac3
2014-07-07 15:23:50 -04:00
Steven MacLeod 1838a9d566 Bug 1018720 - Switch the translation infobar select box icon and add a HiDPI variant. r=florian
--HG--
extra : rebase_source : ca98e16a58e5ea2d16b48fa5a678008f268202c0
extra : histedit_source : 141dc4c7baca51e1eec06838a42c88f9471b28e3
2014-07-03 17:03:59 -04:00
Steven MacLeod aa5354bc5f Bug 1022405 - Adjust translation infobar height to increase padding on OSX. r=florian
--HG--
extra : rebase_source : 65f1146bd7d0163b49d92922f5e2b68f9fc60157
2014-06-30 20:35:05 -04:00
Gijs Kruitbosch a29f081697 Bug 987586 - flex and wrap customization footer, r=jaws, ui-r=phlsa
--HG--
extra : rebase_source : 7bc03a130bdadaeb61854d3e199d285e37e56b80
2014-07-02 10:30:46 +01:00
Steven MacLeod ec33540af0 Bug 1028942 - Fix 'Translate' button border on OSX. r=florian
--HG--
extra : rebase_source : 722788a20a14adb593fbdbcbe269cda7f93cf61d
2014-06-27 15:10:08 -04:00
Markus Stange d0d684b150 Bug 1025033 - Make the scrollbar track of devtools' overlay scrollbars transparent again after bug 1016569. r=paul 2014-06-26 15:50:46 +02:00
Dão Gottwald dca99627c2 Bug 1028569 - Bookmarks toolbar bounces when hiding on OS X. r=jaws
--HG--
extra : rebase_source : 02cebe968612f155f86a817aa4b2a53fcf3ff43f
2014-06-24 20:45:16 +02:00
Florian Quèze 46e8421108 Bug 1022856 - Implement translator provider attribution. r=felipe
Parts of the patch written by Felipe, with r=florian
2014-06-20 15:50:41 -03:00
Dão Gottwald a1f6c67c7b Bug 867317 - Implement transition for showing and hiding toolbars. r=jaws 2014-06-20 14:11:55 +02:00
Dão Gottwald 931e17c602 Backed out changeset a86e80ffaf0c 2014-06-20 07:52:23 +02:00
Dão Gottwald 91d62af4a2 Bug 867317 - Implement transition for showing and hiding toolbars. r=jaws 2014-06-20 07:08:46 +02:00
Birunthan Mohanathas 51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Blair McBride 104d9a5c22 Bug 994915 - Part 1: Move about:newtab CSS into /shared/, r=gijs
--HG--
rename : browser/themes/osx/newtab/controls@2x.png => browser/themes/shared/newtab/controls@2x.png
2014-06-16 22:20:00 +01:00
Dão Gottwald e806be6d33 Bug 1001871 - Make toolbarbutton.css use !important when setting toolbarbutton-text's margin to 0 in order to properly override global.css. r=Gijs 2014-06-13 13:58:23 +02:00
Richard Marti bbadf88bb4 Bug 1021146 - In-content prefs: Remove the border below Popup Policy. r=jaws 2014-06-05 19:43:01 +02:00
Dão Gottwald 71ccea9190 Bug 878020 - Add inner shadows to the tab bar's scrollbox when overflowing. r=Gijs,enndeakin
--HG--
extra : rebase_source : 24145e62fb0001a84f0d5ec6f9a9e1135114c7af
2014-06-10 16:56:14 +02:00
Ryan VanderMeulen 675480d6a7 Merge m-c to fx-team. a=merge 2014-06-09 18:18:30 -04:00
Mark Banner d906e2564f Merge Elm to m-c. a=merge 2014-06-09 23:04:43 +01:00
Mark Banner f7788f7d4e Merge m-c to elm. a=merge 2014-06-09 13:00:42 +01:00
Tim Nguyen 882218a904 Bug 1022290 - Add HDPI asset for computed view arrow. r=bgrins 2014-06-08 00:26:00 -04:00
Gijs Kruitbosch 64b3274549 Bug 1016419 - implement showing lwt in customization mode, r=mconley,jaws 2014-06-02 21:59:38 +01:00
Mark Banner 6a569f76d9 Bug 1000007 Separate out loop from the social api, and add a loop specific service and API injection. r=mhammond 2014-05-29 21:13:46 +01:00
Hernan Rodriguez Colmeiro 2bc6ebbf63 Bug 1007881 - Dropdown is too narrow in the in-content preferences. r=jaws 2014-05-23 08:21:00 -04:00
Dão Gottwald f0b4c6bf13 Bug 1016942 - Implement workaround for bug 962594 to prevent hidden (display:none) loading throbbers from causing permanent CPU usage. r=ttaubert 2014-05-28 21:26:14 +02:00
Dão Gottwald 02468d3399 Bug 1018582 - Get rid of #navigator-toolbox::before and #TabsToolbar::after on OS X. r=MattN 2014-06-06 08:53:35 +02:00