2232 Commits

Author SHA1 Message Date
Blair McBride
a348477993 Bug 858196 - Move all customization code to be under browser/components/customizableui/. r=jaws.
--HG--
rename : browser/base/content/customizing.xhtml => browser/components/customizableui/content/aboutCustomizing.xhtml
rename : browser/base/content/customize.inc => browser/components/customizableui/content/customizeMode.inc.xul
rename : browser/base/content/panelUI.inc => browser/components/customizableui/content/panelUI.inc.xul
rename : browser/base/content/panelUI.js => browser/components/customizableui/content/panelUI.js
rename : browser/base/content/panelUI.xml => browser/components/customizableui/content/panelUI.xml
rename : browser/base/content/panelUIOverlay.js => browser/components/customizableui/content/panelUIOverlay.js
rename : browser/base/content/panelUIOverlay.xul => browser/components/customizableui/content/panelUIOverlay.xul
rename : browser/base/content/toolbar.xml => browser/components/customizableui/content/toolbar.xml
rename : browser/modules/CustomizableUI.jsm => browser/components/customizableui/src/CustomizableUI.jsm
rename : browser/modules/CustomizeMode.jsm => browser/components/customizableui/src/CustomizeMode.jsm
rename : browser/themes/linux/customization/customization-mode-background.jpg => browser/themes/linux/customizableui/customization-mode-background.jpg
rename : browser/themes/linux/panelUIOverlay.css => browser/themes/linux/customizableui/panelUIOverlay.css
rename : browser/themes/osx/customization/customization-mode-background.jpg => browser/themes/osx/customizableui/customization-mode-background.jpg
rename : browser/themes/osx/panelUIOverlay.css => browser/themes/osx/customizableui/panelUIOverlay.css
rename : browser/themes/shared/customization.inc.css => browser/themes/shared/customizableui/customizeMode.inc.css
rename : browser/themes/shared/panelUIOverlay.inc.css => browser/themes/shared/customizableui/panelUIOverlay.inc.css
rename : browser/themes/windows/customization/customization-mode-background.jpg => browser/themes/windows/customizableui/customization-mode-background.jpg
rename : browser/themes/windows/panelUIOverlay.css => browser/themes/windows/customizableui/panelUIOverlay.css
2013-04-15 17:34:52 +12:00
Mike Conley
a1ff60cb86 Bug 858597 - Make switching to and from about:customization cause enter and exit from customization mode. r=jaws 2013-04-10 13:37:25 -04:00
Mike Conley
646814d727 Bug 858132 - Move CustomizationStart and CustomizationEnd event handler registration before defferedStart signals its completion. r=Unfocused. 2013-04-05 09:56:30 -04:00
Mike Conley
d589bedeac Bug 770135 - New PanelUI and toolbar customization - Milestone 1. r=mconley,jaws,Unfocused. 2013-03-26 17:23:23 -04:00
Mike Conley
f3a490bdd9 Bug 813802 - [Win] Tabs and menubar in the titlebar for restored windows. r=MattN 2013-02-14 10:59:13 -05:00
Mike Conley
58712ea44c Bug 625989 - Always draw in the titlebar on OSX. r=josh,dao f=mstange 2013-03-01 13:48:18 -05:00
Bill McCloskey
68e139c549 Bug 859586 - Remove {Start,End,Fail}DocumentLoad notifications (r=felipe) 2013-04-15 15:34:27 -07:00
Mike de Boer
271b2f4468 Bug 819493: the Know Your Rights notification box has moved to be shown as default snippet on first startup. r=gavin 2013-04-09 16:48:30 -07:00
Phil Ringnalda
b5220914bd Back out ec6dd0cc8053:3c55e92d87a6 (bug 738818) for being on top of bustage, and b50153f9e011 (bug 819493) for bustage
CLOSED TREE
2013-04-09 21:14:56 -07:00
Mike de Boer
17e22dafd8 Bug 819493: the Know Your Rights notification box has moved to be shown as default snippet on first startup. r=gavin
--HG--
extra : rebase_source : f16a45e155e1a151c010ceaaab0d2878ea4a5da4
2013-04-09 16:48:30 -07:00
Stephen Pohl
0cd77e174b Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc 2013-04-09 14:44:01 -05:00
Ryan VanderMeulen
a48604f17e Merge m-c to inbound. 2013-04-09 15:29:13 -04:00
Mihai Sucan
e362ffdd1e Bug 587757 - (global-console) Implement Browser Console; r=past,jwalker,Mossop 2013-04-09 12:47:23 +03:00
Ehsan Akhgari
ed21beb1ff Bug 859326 - Hide the New Window Mac OS X dock menu item in permanent Private Browsing mode; r=jdm 2013-04-08 11:30:50 -04:00
Xin Zhang
57e96d9a73 Bug 849764 - Replace removeObserver() calls with three params with two in browser dir. r=mak 2013-04-06 14:46:35 -04:00
Josh Matthews
c66ca5e022 Bug 854926 - Never request confirmation to close the last private browsing window. r=gavin 2013-04-04 10:14:27 -04:00
JosiahOne
eec68b9946 Bug 855370 - Remove the ability to not 'Always show the tab bar'. r=dao, ui-r=limi 2013-03-27 20:54:59 -04:00
Boris Zbarsky
0745baf88c Bug 792215. Convert quickstubs to using JSNative getters and setters. r=peterv 2012-09-25 14:44:40 -04:00
Dão Gottwald
2192dfbf40 Bug 839516 - Reloading the selected tab should remove transient notification bars. r=gavin 2013-03-31 15:47:04 +02:00
Masayuki Nakano
1114475e62 Bug 855916 Add a debug pref which allows moz gesture events through content r=jimm 2013-03-31 13:17:38 +09:00
Devdatta Akhawe
823b03ddea Bug 850435. Separately measure telemetry UI for iframes and toplevel documents. r=felipe 2013-03-28 10:53:01 -07:00
Ehsan Akhgari
a8e23ec7ba Bug 853996 - Make sure that opening a new window in permanent private browsing mode never shows about:privatebrowsing; r=jdm 2013-03-24 12:07:28 -04:00
Christian Ascheberg
7f2f0d4c88 Bug 854175 - Don't add "(Private Browsing)" to the window title in permanent PB mode; r=ehsan 2013-03-24 11:15:53 +01:00
Matt Brubeck
3837d463e0 Bug 853126 - Use PluralForm for the blocked popup warning on desktop [r=dao] 2013-03-22 15:27:25 -07:00
Raymond Lee
0412f5e14b Bug 834543 - Part 2: Update use of setCharsetForURI. r=mak 2013-03-22 01:06:53 +08:00
Brandon Waterloo
7c926cee58 Bug 719318 - Better default window sizes. r=dolske 2013-03-21 09:30:16 -04:00
Neil Deakin
978beafe38 Bug 480356, move content page tooltip text generation code into tooltip binding so that it can be shared, r=neil,mratcliffe 2013-03-21 08:58:07 -04:00
Gavin Sharp
7281829ef2 Bug 851516: browser-chrome should wait for delayedStartup. r=joe
--HG--
extra : rebase_source : 242defb996e64271c100b7de1140dde76d3e3c39
2013-03-19 09:50:31 +01:00
Dão Gottwald
c42cc7a82d Bug 748740 - Crtl+clicking on a link should open it even if content is calling event.stopPropagation() in a click event handler. r=mak
--HG--
extra : rebase_source : 98665c040764c5616a8f34d3c33c2a00a8415a77
2013-03-20 15:07:28 +01:00
Dão Gottwald
50d99510cf Backed out changeset f029edccac09 2013-03-18 16:46:17 +01:00
Josh Matthews
1a96454dca Bug 847971 - Make openURL select recent windows that match the current privacy state. r=dolske
--HG--
rename : browser/modules/RecentWindow.jsm => toolkit/modules/RecentWindow.jsm
2013-03-14 17:41:52 -04:00
Tim Taubert
82291bcb7b merge m-c to fx-team 2013-03-18 09:23:51 +01:00
Tim Taubert
43fe595ba3 Bug 841350 - Drag and drop a CTP tab in a new window makes the CTP icon disappear; r=gavin,ttaubert 2013-03-15 14:13:52 +01:00
Ehsan Akhgari
c6b5e1b5d1 Backed out changeset dab2619094d4 (bug 845592) because of broken browser-chrome tests on Linux 2013-03-13 17:50:37 -04:00
Ehsan Akhgari
8b457de5bd Bug 845592 - Adjust the New Window menu entries in permanent private browsing mode; r=gavin
--HG--
extra : rebase_source : aebca8d6686cdb0b0f8ee8ee44a743b9dfbe8c17
2013-03-13 15:15:05 -04:00
Frank Yan
24618afebf Bug 850730 - Do not add browser handlers to about:blank. r=gavin 2013-03-13 12:15:20 -07:00
Justin Dolske
063f3db769 Bug 850925 - Remove front-end UI for unused npapi-carbon-event-model-failure plugin error. r=bsmedberg 2013-03-15 15:55:24 -07:00
Ehsan Akhgari
a7be3f8447 Bug 845592 - Adjust the New Window menu entries in permanent private browsing mode; r=gavin
--HG--
extra : rebase_source : c2bda2726ec2d8f63c20b69c5b7718f1403d619c
2013-03-13 15:15:05 -04:00
Olli Pettay
eaf67cc919 Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
Josh Matthews
54ba5e82d4 Bug 844561 - Avoid prompting about closing private windows unnecessarily. r=ehsan 2013-02-27 13:06:46 -05:00
Dão Gottwald
175f3de714 Bug 846754 - Remove transient notification bars for background-tab location changes. r=mak 2013-03-06 10:06:04 +01:00
Ryan VanderMeulen
beaebee6ce Backed out changeset 9c92da2ea3d7 (bug 844561) for mochitest b-c orange. 2013-03-05 12:53:43 -05:00
Josh Matthews
47f3f605c4 Bug 844561 - Avoid prompting about closing private windows unnecessarily. r=ehsan 2013-03-05 10:41:58 -05:00
Marco Bonardo
531ed4f366 Bug 823547 - Store the snippets version along with the snippets.
r=adw
2013-02-27 18:57:50 +01:00
David Keeler
9b831fc343 backout 4fb9e70a38b2 (bug 841350) for causing bug 847070 2013-03-04 13:03:49 -08:00
Dave Vasilevsky
107c52d281 Bug 548763 - Show download progress in OS X app dock icon. r=dao r=josh
--HG--
rename : widget/tests/taskbar_progress.xul => widget/tests/test_taskbar_progress.xul
2013-03-03 05:58:00 -05:00
Josh Matthews
be27e052a9 Backed out changeset 61e57c281b9a (bug 844561) CLOSED TREE 2013-03-01 10:35:31 -05:00
Josh Matthews
157416a563 Bug 844561 - Avoid prompting about closing private windows unnecessarily. r=ehsan 2013-03-01 09:08:53 -05:00
David Keeler
6ed083fe77 bug 841350 - register pageshow handler earlier in browser.js r=ttaubert 2013-02-28 14:53:00 -08:00
Henri Sivonen
f5a5389bec Bug 840476 - Add telemetry probe for character encoding override situation. r=smaug. 2013-02-28 10:44:57 +02:00