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

415 Коммитов

Автор SHA1 Сообщение Дата
Harshit Bansal bb6abcc604 Bug 1220080 - Remove aboutCertError_sectionExpanded.png, aboutCertError_sectionCollapsed.png and aboutCertError_sectionCollapsed-rtl.png. r=dao 2015-11-04 07:27:30 +01:00
Mike Hommey 223417d648 Bug 1212773 - Extend jar maker syntax for jar file location. r=gps
Indicating a jar currently looks like the following in a jar manifest:
  path/to/name.jar:

The `path/to` doesn't contain the implicit "chrome/" directory. This, in
turn, doesn't allow much flexibility to use the jar maker for what is not
necessarily under chrome/.

To use the jar maker to fill some chrome manifest for the default theme
extension, we currently use a hackish path to get to the right location,
and rely on the chrome.manifest file in the parent directory never to be
picked by the package manifest, which is a quite horrible way to do this,
but worked well enough for that specific use case.

With the need to handle system addons at the build system level, it
becomes necessary to come up with something less hackish.

What this change introduces is an additional syntax for the jar manifest,
in the following form:
  [base/path] sub/path/to/name.jar:

Using this syntax, there is no implicit 'chrome' path. The `base/path` is
relative to the current DIST_SUBDIR, and the `sub/path` is relative to that
`base/path`. The distinction can be useful for build system backends.

The assumption that the "root" chrome.manifest is in the parent directory
of the implicit "chrome" directory dies, and the `base/path` is where the
root chrome.manifest is placed.
2015-10-20 07:36:51 +09:00
Brian Grinstead a520cde0b1 Bug 1212456 - Merge platform-specific aboutCertError.css files into a single shared file;r=paolo
--HG--
rename : browser/themes/osx/aboutCertError.css => browser/themes/shared/aboutCertError.css
extra : commitid : 8E8FNpzEX7I
2015-10-07 13:01:12 -07:00
Kit Cambridge c32b73c214 Bug 1192458, Part 2 - New icon for consolidated notification permission. r=MattN
--HG--
extra : commitid : Bs2HfzOQss0
2015-10-05 16:39:41 -07:00
Kit Cambridge 74ef03c1a6 Bug 1192458, Part 1 - Consolidate push and desktop notification permissions. r=nsm,wchen,MattN
--HG--
extra : commitid : 1veevVaOOYv
2015-10-05 16:39:34 -07:00
Steven Englehardt 201f99551c Bug 1191442 - Add "New Container Tab" to File Menu. r=paolo 2015-09-28 13:00:28 -07:00
Tim Nguyen 0565b5916c Bug 1206883 - Movove all shared resources in the shared jar.mn file. r=dao 2015-09-22 12:30:40 +02:00
Justin Dolske 4cbe7f3464 Bug 1204182 - Use a single jar manifest for shared theme resources. r=dao 2015-09-16 09:33:47 +02:00
Justin Dolske ae99e672d1 Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao 2015-09-15 18:33:57 -07:00
Panos Astithas 9e94525d41 Bug 861335 - Link network requests from console to network panel. r=vporof 2015-09-10 07:28:00 +02:00
Wes Kocher 4be8c0a7e1 Backed out changeset bc2d12101a25 (bug 861335) for browser_perf-recording-selected-04.js leaks CLOSED TREE 2015-09-11 13:33:39 -07:00
Panos Astithas 3f57def558 Bug 861335 - Link network requests from console to network panel. r=vporof 2015-09-10 07:28:00 +02:00
Phil Ringnalda 7a4daaaf5c Back out changeset e142ec232fe1 (bug 861335) on suspicion of causing the dt2 leaks that are causing this CLOSED TREE 2015-09-10 21:14:27 -07:00
Panos Astithas 3604011d12 Bug 861335 - Link network requests from console to network panel. r=vporof 2015-09-10 17:17:50 +03:00
Florian Quèze eb70b9bbbe Bug 1119250 - remove old searchbar UI - part 5 - remove the old engine manager, r=Mossop. 2015-09-04 22:54:28 +02:00
Florian Quèze 6e1b279b5f Bug 1119250 - remove old searchbar UI - part 4 - remove the oneoffui attribute, r=Mossop. 2015-09-04 22:54:28 +02:00
Florian Quèze 267485b251 Bug 1119250 - remove old searchbar UI - part 3 - remove the old search drop down, r=Mossop. 2015-09-04 22:54:27 +02:00
Jordan Santell 184f917cc6 Bug 1201303 - Create a widget for rendering the heap. r=fitzgen 2015-09-03 13:19:51 -07:00
Dão Gottwald 4be8844c38 Bug 1189212 - Refactor tab separators, use solid separators on all platforms. ui-r=shorlander r=gijs
--HG--
extra : rebase_source : e69a11c26eaebc12b78f91986d49ac886f1e5b1b
2015-08-24 12:18:07 +02:00
Brian Grinstead 6ea11fd57e Bug 896733 - Import the important platform-specific CSS changes into the shared devtools theme folder;r=jryans
--HG--
extra : commitid : K6K3vTAi96v
2015-08-18 07:44:02 -07:00
Brian Grinstead 2e0ba8bca9 Bug 896733 - Move remaining platform-specific devtools styling into shared themes folder;r=jryans
--HG--
rename : browser/themes/osx/devtools/floating-scrollbars-light.css => browser/themes/shared/devtools/floating-scrollbars-light.css
rename : browser/themes/windows/devtools/floating-scrollbars.css => browser/themes/shared/devtools/floating-scrollbars.css
rename : browser/themes/shared/devtools/netmonitor.inc.css => browser/themes/shared/devtools/netmonitor.css
rename : browser/themes/shared/devtools/webconsole.inc.css => browser/themes/shared/devtools/webconsole.css
rename : browser/themes/osx/devtools/webconsole_networkpanel.css => browser/themes/shared/devtools/webconsole_networkpanel.css
rename : browser/themes/shared/devtools/widgets.inc.css => browser/themes/shared/devtools/widgets.css
extra : commitid : IPru3WiNEoG
2015-08-18 07:43:57 -07:00
Dão Gottwald e0bb5614ac Bug 1182102 - Stop setting the bookmark-item class on the home button or the bookmarks button when moving them to the bookmarks toolbar. r=gijs 2015-08-17 15:51:22 +02:00
Xidorn Quan 89f6321036 Bug 1160023 part 5 - Implement the new fullscreen warning box. r=dao
--HG--
extra : source : 5feba587802aaa472a72b9c9f7543bd6eabef83a
2015-08-13 22:42:06 +10:00
Xidorn Quan ad3562c53b Bug 1160023 part 3 - Merge fullscreen warning box theme style and resource into the shared directory. r=dao
--HG--
rename : browser/themes/linux/fullscreen-darknoise.png => browser/themes/shared/fullscreen/darknoise.png
extra : source : 6e5bb9e3782d888785d03d40234bef912a27141c
2015-08-13 22:42:06 +10:00
Paolo Amadini 0d3715764d Bug 1192242 - Adjust the button design in some circumstances. r=Gijs
--HG--
extra : commitid : oGX0SlXB5w
extra : rebase_source : 955e9b949b1884becc6037ca7b142a256d3781be
extra : amend_source : c67008b7159b347dd8dc65380814269ba6d88e71
2015-08-08 08:42:42 +01:00
Brian Grinstead e3558c90b8 Bug 1184312 - Remove the bad-content notification;r=ttaubert
--HG--
extra : commitid : Ii0whPBJhSH
2015-08-07 15:22:54 -07:00
Gabriel Luong a419cea79c Backed out changeset 85303b3d8d17 (bug 882790) a=backout 2015-08-07 13:22:57 -07:00
Paolo Amadini 41593c22f6 Bug 1190427 - Update the design of about:privatebrowsing. r=ttaubert
--HG--
extra : commitid : 5yCOpUu71tw
extra : rebase_source : 5370a3aedd6ba82588163dbd3dd07211ed84cb5e
2015-08-06 15:51:41 +01:00
Tim Taubert 2d06faf7c4 Bug 1175702 - Implement mixed content states in the control center r=paolo 2015-08-04 20:04:24 +02:00
Drew Willcoxon 63591bbd24 Bug 959567 - Change urlbar search suggestions from opt-out to opt-in, add opt-in prompt to urlbar popup. r=mak 2015-08-06 20:13:00 -07:00
Brian Grinstead f3f695c8a6 Backed out changeset 657bc9b41d71 (bug 1175702)
--HG--
extra : commitid : 6qJWtAsJq8W
extra : rebase_source : 328815d4c1eceb9e7b40135344976f320c4d40f2
2015-08-06 17:00:31 -07:00
Tim Taubert 4194314d45 Bug 1175702 - Implement mixed content states in the control center r=paolo 2015-08-04 20:04:24 +02:00
Edouard Oger be5abed620 Bug 1180584 - Support multiple badges on the Hamburger menu button. r=markh 2015-08-06 14:47:32 +10:00
Edouard Oger 40d9e412b9 Bug 1149721 - Restyle the Sync preferences page. r=jaws 2015-08-04 11:46:00 +02:00
Mark Hammond 4cc97da765 Bug 1184005 - Remove readinglist. r=MattN,jaws,adw 2015-08-04 12:00:43 +10:00
Brian Grinstead 630f5d6be9 Bug 1189128 - Rename devtools .inc.css files that are no longer included to .css;r=jryans
--HG--
rename : browser/themes/shared/devtools/canvasdebugger.inc.css => browser/themes/shared/devtools/canvasdebugger.css
rename : browser/themes/shared/devtools/debugger.inc.css => browser/themes/shared/devtools/debugger.css
rename : browser/themes/shared/devtools/performance.inc.css => browser/themes/shared/devtools/performance.css
rename : browser/themes/shared/devtools/scratchpad.inc.css => browser/themes/shared/devtools/scratchpad.css
rename : browser/themes/shared/devtools/shadereditor.inc.css => browser/themes/shared/devtools/shadereditor.css
rename : browser/themes/shared/devtools/webaudioeditor.inc.css => browser/themes/shared/devtools/webaudioeditor.css
extra : commitid : 8ZvRmIwmE6C
2015-07-31 13:54:49 -07:00
Brian Grinstead 9c290aaa18 Bug 1189128: Move duplicate CSS files from OS specific folder to shared/devtools;r=jryans
--HG--
extra : commitid : JkuHdumPHx9
2015-07-31 13:54:40 -07:00
Dão Gottwald f5053fd4b5 Bug 1188291 - Fix layout issues with the new tab page's notification close button and preferences dialogs' close button. r=jaws
--HG--
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => browser/themes/shared/newtab/close.png
2015-07-31 08:45:48 +02:00
Ryan VanderMeulen e2577f4059 Merge m-c to fx-team. a=merge
CLOSED TREE
2015-07-30 12:11:08 -04:00
Ehsan Akhgari b633e9a8ef Bug 486262 - Part 1: Provide a visual indicator for tabs that are playing audio; r=dao,jaws 2015-07-29 17:18:12 -04:00
Dão Gottwald 22c73f6529 Backed out changeset caa59fe73a47 2015-07-30 10:53:06 +02:00
Gabriel Luong 7011791968 Bug 1189057 - [promise-dbg] Add initial boilerplate for initializing the promise debugger iframe r=fitzgen 2015-07-30 00:13:26 -07:00
Dão Gottwald 44b00bdd32 Bug 1188291 - Fix layout issues with the new tab page's notification close button and preferences dialogs' close button. r=jaws
--HG--
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => browser/themes/shared/newtab/close.png
2015-07-29 17:34:45 +02:00
Ryan VanderMeulen d85edb8a96 Backed out changeset 2cd865efd0b0 (bug 1188291) because something in the push was causing browser_dragdrop.js to try to connect to support.mozilla.org.
--HG--
extra : rebase_source : dc1e8b19fede22a03127f0aa170a0f9d817122e7
2015-07-29 13:53:37 -04:00
Dão Gottwald 13fae7ec2b Bug 1188291 - Fix layout issues with the new tab page's notification close button and preferences dialogs' close button. r=jaws
--HG--
rename : toolkit/themes/windows/global/icons/close-XPVista7.png => browser/themes/shared/newtab/close.png
2015-07-29 17:34:45 +02:00
Tim Taubert 5f9298d060 Bug 1187705 - Add proper white arrow to show when subview is open r=paolo 2015-07-28 17:49:01 +02:00
Nihanth Subramanya 351d64b267 Bug 1171344 - [implement] One-off searches on about:home and about:newtab. r=adw
--HG--
rename : browser/base/content/searchSuggestionUI.css => browser/base/content/contentSearchUI.css
rename : browser/base/content/searchSuggestionUI.js => browser/base/content/contentSearchUI.js
2015-06-29 13:52:20 -07:00
Edouard Oger 1c66e05d11 Bug 1184627 - Replace the sync warning image by an SVG equivalent. r=jaws 2015-07-17 10:39:00 +02:00
Paolo Amadini 6c5bb0422e Bug 1177152 - Add Tracking Protection tour entry point to about:privatebrowsing. r=ttaubert
--HG--
extra : commitid : DSQ2QN3k87C
extra : rebase_source : 9791f2a89ed41357427a2e7f3fa2613e3b017441
extra : source : 9798359363a0bc56d7abfb578fd973ec340eae1a
2015-07-17 17:51:48 +01:00
Brian Grinstead aa7a1a0996 Bug 1183203 - Use dark urlbar-arrow icon for dark Dev Edition theme;r=paolo
--HG--
extra : commitid : IqqKTeyVghd
2015-07-17 08:35:29 -07:00