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
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
0d4e083af3
Bug 1094509 - Switch to light devedition theme when light devtools theme is applied;r=Gijs
2014-11-07 15:29:25 -08:00
Tim Nguyen
9db97916d8
Bug 1094296 - Fix black text on bookmarks toolbar button hover and open in devedition on windows;r=MattN,r=bgrins
2014-11-06 18:39:30 -08: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
b405635ed5
Bug 1053434 - Shared theme changes for window and navbar for devedition;r=Gijs,r=MattN
2014-10-31 19:06:06 -07:00
Paul Rouget
c6d19c3150
Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws
2014-10-30 09:08:05 +01:00
Paul Rouget
4f43d43505
Bug 1088712 - Update toolbar images with glowing download icon. Adding linux/Toolbar-inverted.png. r=gijs
2014-10-29 19:04:13 +01:00
Jordan Santell
7a9a410d17
Bug 1088712 - Update toolbar images with glowing download icon. r=gijs
2014-10-28 17:25:00 +01:00
Paul Rouget
2d8da1545a
Bug 1053434 - CSS changes for DevEdition on Linux. r=Gijs
2014-10-28 16:49:50 -07:00
David Lubin
ba4df9dbea
Bug 1088568 - Remove reference to non-existing loop call. r=dao
2014-10-27 11:17: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
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
Jared Wein
efa7152141
Bug 1083396 - Update the Hello icon. r=Unfocused
...
--HG--
extra : rebase_source : 31db63bc41e56b7561b0bae3f898ee2ad11e6cce
2014-10-21 22:53:36 -04: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
Gijs Kruitbosch
7b1aaeaae6
Bug 1077404 - subviewradio elements in panic button panel are elliptical and labels get borders, r=jaws
...
--HG--
extra : rebase_source : 1ad491b0097e76aa3933163d554c146889a81256
2014-10-06 20:00:49 +01: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
Raphaël Lustin
401627ef48
Bug 859133 - Add a plain request/response headers view. r=vporof
2014-10-01 08:09:00 -04: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
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
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
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
Jared Wein
0c34a1ad01
Bug 1055239 - SVG icons and theming for SocialAPI/Loop. r=MattN
2014-09-02 11:20:39 -04:00