Commit graph

2717 commits

Author SHA1 Message Date
Brian R. Bondy
a9e7dba8b7 Bug 931801 - Make shared pref sync code 2-way. r=jimm 2013-11-19 15:54:03 -05:00
Brian R. Bondy
7e1b268499 Bug 931798 - Restore session after a switch to desktop/metro happens. r=emtwo 2013-11-19 13:18:20 -05:00
Marina Samuel
ef2d108ec4 Bug 934032 - Add View on Metro feature to Desktop Firefox in Australis. r=bbondy 2013-11-19 13:06:58 -05:00
Gijs Kruitbosch
225944ff63 Bug 944403 - disable Australis' add to toolbar/menu items when clicking empty bits of the tabstrip, r=mconley
--HG--
extra : rebase_source : ae2108d8e0f1fa8db60205dc19c2620d8c1d379b
2013-11-28 15:53:02 +01:00
Gijs Kruitbosch
acd2297ca2 Bug 943524 - fix charset and chardet processing to allow for unique IDs, r=jaws 2013-11-28 11:25:14 +01:00
Henri Sivonen
a581322e18 Bug 805374 - Clean up the Character Encoding menu. r=Gijs,Unfocused. 2013-11-26 09:31:52 +02:00
Jared Wein
ea476120a6 Bug 880164 - Australis toolbar buttons contextual menu in toolbar, palette and customize mode. r=Gijs 2013-11-21 23:09:34 -05:00
Jared Wein
c4ce8aeca7 Bug 935753 - Firefox displays the "This is a secure Firefox page" indicator on pages served by addons. r=MattN 2013-11-19 11:11:25 -05:00
Ryan VanderMeulen
2222674ff4 Backed out changeset 430ebb28dd92 (bug 935753) for mochitest-bc failures. 2013-11-19 13:13:06 -05:00
Jared Wein
ed79726d0f Bug 935753 - Firefox displays the "This is a secure Firefox page" indicator on pages served by addons. r=MattN
--HG--
extra : rebase_source : 20c3720bfc749401956ffa4553b9df2153231c3d
2013-11-19 11:11:25 -05:00
Gijs Kruitbosch
8a1e4738cc Bug 884492 - run TabsInTitlebar._update when nodes are added/removed in tab/menubar, r=mconley 2013-11-13 21:56:42 +01:00
Gijs Kruitbosch
b18a643af7 Merge mozilla-central and ux 2013-11-13 00:28:03 +01:00
Matthew Noorenberghe
be474fa47a Merge mozilla-central to UX 2013-11-05 01:04:20 -08:00
Gijs Kruitbosch
adc9c274bb Merge mozilla-central and ux 2013-11-03 23:36:57 +01:00
Gijs Kruitbosch
ad9e61fa26 Merge mozilla-central and ux 2013-11-01 23:24:47 +01:00
Tarashish Mishra
605ee28531 Bug 933539 - Use parseFloat instead of parseInt for the titlebar calculations in browser.js, r=gijs 2013-11-01 07:18:00 +01:00
Gijs Kruitbosch
f298c06fde Merge mozilla-central and ux 2013-11-01 09:20:15 +01:00
Benjamin Smedberg
2ee5dadfec Bug 745187 - Don't introduce a delay notifying the frontend about new plugins added to the document, because script may immediately remove them from the page. To fix the delayed layout of XBL, introduce a separate method to calculate the notification icon visibility, r=jaws
Note: this patch still has one potential hole: if content creates a plugin and destroys it without forcing reflow, the XBL binding will not be instantiated. This doesn't appear to be a problem in practice, because every site that wants to use a plugin also has to trigger frame construction to get the plugin to instantiate (document.write of the embed element appears to do this automatically).
2013-11-02 11:53:26 -04:00
Ryan VanderMeulen
1d57260a86 Merge m-c to inbound on a CLOSED TREE. 2013-10-30 22:42:13 -04:00
Richard Newman
cbfcd6d016 Bug 925521 - Follow-up: context search changes. r=gps 2013-10-29 09:24:46 -07:00
Bill McCloskey
181e0ba7be Bug 919835 - Make session data collection work with multiple processes (r=ttaubert,Yoric) 2013-10-29 08:44:25 -07:00
Richard Newman
af2e02d2a2 Merge m-c to s-c. 2013-10-28 17:51:05 -07:00
Richard Newman
286bec1974 Bug 925521 - Part 2: correctly record identifiers for non-pre-installed engines. r=gps
* * *
Bug 925521 - Review comments.
2013-10-18 12:31:39 -07:00
Tanvi Vyas
281d2329ff Bug 915951 - Notifications should ignore sub-frame navigation. r=dao 2013-10-31 22:13:43 -07:00
Benjamin Smedberg
f1747357ee Bug 926605 part A - When a plugin is removed from a page, continue showing it in the plugin doorhanger, to deal with the cases where the site removes a plugin immediately after trying to use it, r=jaws 2013-10-27 14:41:28 -04:00
Carsten "Tomcat" Book
d7e4c57fbb Merge Fx-Team to Mozilla-Central 2013-10-25 11:21:15 +02:00
Jared Wein
ad50f49e9d Bug 930071 - Remove site identity panel telemetry probe. r=felipe 2013-10-23 12:08:00 +01:00
Tim Taubert
66795dc491 Bug 928335 - Disable 'Restore Last Session' menuitem after restoring the last session; r=dao 2013-10-22 08:20:15 +02:00
Michael Henretty
2e8b5819b3 Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Paolo Amadini
147dff90bb Bug 899110 - Remove the code to switch between different back-ends from the Downloads Panel. r=enn 2013-11-04 19:21:13 +01:00
Tim Taubert
bf44f6817f Bug 932898 - Fix leaks in /browser/base/content/test/general/ r=jaws
From 703bffabe0374690ecce1ca6a82cfb1f1ace30e8 Mon Sep 17 00:00:00 2001
2013-11-02 16:14:52 +01:00
Christoph Kerschbaumer
2df9d73cd4 Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs - tabbrowser part. r=gavin 2013-10-10 21:26:32 -07:00
Bill McCloskey
2141ab3ddd Bug 923331 - Remove disablehistory attr from first browser tab (r=gavin) 2013-10-17 08:38:59 -07:00
Markus Stange
454295facd Bug 851652 - Change position of the standardWindowButtons for Australis [r=smichaud r=mnoorenberghe+bmo r=jaws r=roc]
--HG--
extra : rebase_source : 4936bfc62a4712871caa5d767b1dd2e496e0826c
2013-06-12 23:42:00 +02:00
Gijs Kruitbosch
686af64168 Merge m-c to ux 2013-10-28 10:18:27 +01:00
Gijs Kruitbosch
d3774ed08c Merge m-c to ux 2013-10-25 11:45:31 +02:00
Gijs Kruitbosch
0aa036514a Merge mozilla-central and ux 2013-10-25 10:23:03 +02:00
Gijs Kruitbosch
7af76e1cdc Merge mozilla-central and ux 2013-10-24 10:18:26 +02:00
Gijs Kruitbosch
324de02742 Bug 890319 - about:customize doesn't work if we try to enter before the window has loaded, r=mikedeboer 2013-10-22 13:07:30 +02:00
Gijs Kruitbosch
2b30d3ad35 Merge m-c to UX 2013-10-18 12:56:16 +02:00
Gijs Kruitbosch
6ad1150e33 Merge mozilla-central and ux 2013-10-16 23:24:59 +02:00
Gijs Kruitbosch
3f4d9d7b7e Merge mozilla-central and ux 2013-10-16 13:15:41 +02:00
Henri Sivonen
eb050aeb55 Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky. 2013-10-16 04:46:10 +03:00
Gijs Kruitbosch
e6d6f1269e Merge mozilla-central and ux 2013-10-10 09:27:14 +02:00
Gijs Kruitbosch
f66f8124ef Merge mozilla-central and ux 2013-10-09 13:39:14 +02:00
Gavin Sharp
992c46c5f1 Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice 2013-10-08 14:00:48 -07:00
Gijs Kruitbosch
f5871ed3f4 Merge mozilla-central and ux 2013-10-08 09:09:32 +02:00
Reuben Morais
f707258233 Backed out 2 changesets (bug 899574) for breaking Gaia tests
--HG--
rename : dom/tests/mochitest/notification/desktop-notification/create_notification.html => dom/tests/mochitest/notification/create_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/notification_common.js => dom/tests/mochitest/notification/notification_common.js
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html => dom/tests/mochitest/notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html => dom/tests/mochitest/notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html => dom/tests/mochitest/notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html => dom/tests/mochitest/notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul => dom/tests/mochitest/notification/test_system_principal.xul
2013-10-07 14:41:13 -04:00
Gijs Kruitbosch
9c5bc16bed Merge m-c to ux 2013-10-07 07:15:41 +02:00
Michael Henretty
46d59dbe62 Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Gijs Kruitbosch
d4692f3c09 Merge m-c to UX 2013-10-01 12:00:42 +02:00
Minarto Margoliono
92220481f0 Bug 428943 - Add help button to the relevant support page for site identity pop-up. r=mconley 2013-10-09 09:31:33 -04:00
Gijs Kruitbosch
dbd9f3c1f4 Backed out changeset a257f4a1591a (bug 920224) for mochitest-bc orange because of my being blind 2013-09-26 11:59:12 +02:00
Bill McCloskey
fe40c5da4f Bug 691252 - Fix "reference to undefined property rels.feed" (r=felipe) 2013-09-30 12:24:44 -07:00
Gijs Kruitbosch
0575f897d2 Bug 920224 - initialize panelUI immediately, r=Unfocused 2013-09-26 10:04:24 +02:00
Akshat Kedia
36a15efe8a Bug 895429 - Change nooverflow attribute to overflows; r= Jared Wein [:jaws] 2013-09-25 16:42:23 -04:00
Gijs Kruitbosch
4d06bc4b7e Merge mozilla-central and ux 2013-09-24 14:55:03 +02:00
Martin Stransky
158c3250f0 Bug 914607 - Remove MOZ_WIDGET_GTK2. r=karlt 2013-09-23 09:21:35 -04:00
Gijs Kruitbosch
ad93de7f1e Merge m-c to UX
--HG--
rename : browser/base/content/test/Makefile.in => browser/base/content/test/general/Makefile.in
rename : browser/base/content/test/browser_bug462289.js => browser/base/content/test/general/browser_bug462289.js
rename : browser/base/content/test/browser_bug624734.js => browser/base/content/test/general/browser_bug624734.js
rename : browser/base/content/test/head.js => browser/base/content/test/general/head.js
2013-09-19 17:15:24 +02:00
Gijs Kruitbosch
60afcb7ca6 Bug 917706 - menu items and shortcuts should start working as soon as the relevant pref(s) are flipped, r=robcee
--HG--
extra : rebase_source : ecf03f556d09eb045bc395d36b7ae9b4ee9c66ac
2013-09-19 09:10:42 +02:00
Gijs Kruitbosch
832fa93f0a Merge mozilla-central and ux 2013-09-19 09:09:59 +02:00
Gijs Kruitbosch
aeaa73f245 Merge m-c to UX 2013-09-18 10:31:05 +02:00
Wes Kocher
92bc629dae Backed out changeset 2d9b7fe69276 (bug 906620) for debug OSX mochitest leaks on a CLOSED TREE 2013-09-17 13:40:10 -07:00
Paolo Amadini
1b604bcc6b Bug 906620 - Implement the taskbar indicator for downloads. r=enn 2013-09-17 19:41:15 +02:00
Gijs Kruitbosch
c7ad748134 Merge mozilla-central and ux 2013-09-17 11:58:14 +02:00
Phil Ringnalda
61ea412a96 Merge m-i to a CLOSED TREE m-c 2013-09-16 23:12:03 -07:00
Ryan VanderMeulen
d41e108a3f Backed out changeset 0d92b16a748b (bug 906620) 2013-09-16 22:45:33 -04:00
Jared Wein
cb78860bf6 Bug 916276 - Remove dead click-to-play code. r=gfritzsche 2013-09-17 11:36:24 -04:00
Dão Gottwald
66bcb8dd1b Bug 914748 - openURI and openURIInFrame should not throw exceptions in the OPEN_NEWTAB case when they didn't create a new browser. r=felipe
--HG--
extra : rebase_source : d165be0f58bf138bed3ef59559b74b81d5ed2a57
2013-09-16 11:21:46 +02:00
Tanvi Vyas
0a6c6669db Bug 913710 - When a page has mixed active content blocked and mixed display content loaded, show the same site identity message as you would when a site just has mixed display content loaded. 2013-09-14 23:36:22 -07:00
Paolo Amadini
e6844591ec Bug 906620 - Implement the taskbar indicator for downloads. r=enn 2013-09-14 13:15:57 +02:00
Boris Zbarsky
0c4e2cc50c Bug 913855. Fix consumers of window mediator to be more consistent in their checking for closed windows. r=dolske
Note that we can't just stop returning closed windows from the window
mediator, because some consumers (e.g. session restore) rely on seeing
closed windows in the list so they can remove them from their internal
data structures expeditiouly.
2013-09-13 17:29:51 -04:00
Gijs Kruitbosch
afe135745e Merge mozilla-central and ux 2013-09-16 09:13:50 +02:00
Gijs Kruitbosch
496f050885 Merge m-c to ux 2013-09-15 19:30:19 +02:00
Gijs Kruitbosch
914bdb1a7c Merge m-c to ux 2013-09-13 09:42:13 +02:00
Dão Gottwald
1dc573c140 Bug 821687 - Status panel should be attached to the content area without overlapping surrounding chrome. r=mdeboer
--HG--
extra : rebase_source : aa71054495dde13db01dad0db5a1c62f028fdba9
2013-09-12 23:36:05 +02:00
Tim Taubert
3c0a553b09 Bug 919532 - Send quit-application-requested before restarting in safe-mode; r=MattN 2013-10-15 11:52:08 -07:00
Dão Gottwald
06ab17263c Bug 882009 - Invert updateTitlebarDisplay / TabsInTitlebar dependency. f=MattN r=Gijs
--HG--
extra : rebase_source : 9575c1ba5cbda3445d174b6ed52c2eb8046501e1
2013-09-10 16:51:53 +02:00
Gijs Kruitbosch
1ea72c3a1a Merge mozilla-central and ux 2013-09-10 16:46:22 +02:00
Gijs Kruitbosch
15f551e1ff Bug 914562 - Fix intermittent failure caused by browser urlbar-searchbar splitter being accidentally removed, r=mikedeboer 2013-09-10 13:41:24 +02:00
Gijs Kruitbosch
22899b936b Bug 913780 - make overflowable toolbar care about search splitter, r=jaws (fix tests on a CLOSED TREE) 2013-09-09 22:17:34 +02:00
Matthew Noorenberghe
b969271e2e Merge mozilla-central to UX 2013-09-06 17:54:20 -07:00
Shane Caraveo
fbbdb70eaf bug 891219 new social bookmarks, part 2, new implementation, r=markh 2013-09-06 10:56:01 -07:00
Shane Caraveo
967bf9736a bug 891219 new social bookmarks, part 1, remove old socialmarks code 2013-09-06 10:55:43 -07:00
Gijs Kruitbosch
711ae7151b Merge mozilla-central and ux 2013-09-06 18:44:23 +02:00
Matthew Noorenberghe
b2cd8e53a5 Merge mozilla-central to UX 2013-09-06 00:10:05 -07:00
Matthew Noorenberghe
83409ca290 Merge mozilla-central to UX 2013-09-04 23:31:53 -07:00
Paul Rouget
2f20ca459d Bug 912910 - [app manager] add a menuitem to the devtools menu. r=mossop 2013-09-05 07:37:00 +02:00
Gijs Kruitbosch
6fef5f4b03 Merge mozilla-central and ux 2013-08-29 23:55:09 +02:00
Dão Gottwald
97dcb1e7eb Bug 910657 - Add back access keys to the View > Toolbars and toolbar context menus. r=mconley 2013-08-29 16:23:27 +02:00
Gijs Kruitbosch
2027d2e7b7 Merge m-c to UX. 2013-08-28 09:48:19 +02:00
Georgiana Chelu
27f8863248 Bug 898732 - Use SessionStore object instead of getting the nsISessionStore service. r=dao 2013-08-28 00:52:28 +02:00
Mark Hammond
5af6b0aab8 Bug 915506 - ensure AeroPeek is fully disabled with e10s. r=dao 2013-09-12 16:50:46 +10:00
Dão Gottwald
ac1c6a8950 Backed out changeset d45a33d0fc2e 2013-09-12 08:39:46 +02:00
Mark Hammond
09a553f392 Bug 915506 - ensure AeroPeek is fully disabled with e10s. r=felipe 2013-09-12 15:40:25 +10:00
Paolo Amadini
f0dcdf6905 Bug 906620 - Implement the taskbar indicator for downloads. r=enn 2013-09-18 15:16:00 +02:00
Gijs Kruitbosch
1090202f64 Bug 885062 - Streamline TabsInTitlebar._update, take navbar overlap and customize mode into account, r=MattN 2013-08-19 17:19:31 +02:00
Felipe Gomes
932b750d50 Bug 907342 - Make navigation from about:newtab load in the remote process. r=ttaubert 2013-08-22 20:52:18 -03:00
Ed Morley
81c848fe67 Merge mozilla-central and inbound 2013-09-04 16:53:03 +01:00
Jonathan Kew
cf0611032c bug 909264 - control characters in the location bar should be %-encoded for visibility. r=gavin 2013-09-04 10:49:47 +01:00
Felipe Gomes
dfa23284a3 Bug 899348 - Make reload of the about:tabcrashed work as expected. r=jaws 2013-09-03 19:11:22 -03:00
Dão Gottwald
72178d02ec Bug 890566 - In the identity panel, make it possible to set permissions back to default. r=dolske 2013-08-29 15:59:32 +02:00
Tanvi Vyas
b538cf03e6 Bug 865352 - Add new icon for HTTPS pages with Mixed Display Content loaded. 2013-08-20 13:09:23 -07:00
Tanvi Vyas
e03d07cca4 Bug 912817 - Add a new class for mixed display content loaded / active content blocked to differentiate it from the mixed display content loaded / no active content case. r=jaws 2013-09-09 15:55:49 -07:00
Gijs Kruitbosch
62579a0b6f Bug 885062 - Fix titlebar calculations, also account for customization mode, r=mconley 2013-07-26 22:15:04 +02:00
Gijs Kruitbosch
c56d32752c merge m-c to ux 2013-08-23 15:01:54 +02:00
Gijs Kruitbosch
643b306371 Merge m-c to ux 2013-08-22 00:07:23 +02:00
Gijs Kruitbosch
ae90c8b3ac Merge m-c to ux 2013-08-20 11:00:57 +02:00
Gijs Kruitbosch
27fc510686 Merge m-c to ux 2013-08-20 10:49:07 +02:00
Ekanan Ketunuti
c71565bb75 Bug 896211 - Mixed content help link should be an app.support.baseURL-relative link rather than in its own pref. r=mconley 2013-08-19 08:49:11 -04:00
Mike Conley
01ed8aab34 Automated merge with https://hg.mozilla.org/mozilla-central 2013-08-16 10:15:52 -04:00
Mike Conley
1bc07e3e05 Automated merge with https://hg.mozilla.org/mozilla-central 2013-08-09 19:24:40 -04:00
Ryan VanderMeulen
febf24bb96 Merge inbound to m-c. 2013-08-09 19:08:45 -04:00
Tim Taubert
c1ac612195 Bug 880101 - part 2 - Wait until the initial tab's content document has been created before adding the progress listener; r=gavin 2013-08-09 04:56:48 +02:00
Gijs Kruitbosch
f69da9ef1f Merge m-c to UX 2013-08-07 21:09:10 +02:00
Matthew Noorenberghe
8c897d2838 Merge mozilla-central to UX 2013-08-05 23:17:02 -07:00
Gijs Kruitbosch
4996f524c2 Merge m-c to UX 2013-08-05 11:57:12 +02:00
Gavin Sharp
5989cd9d69 Bug 896986: Recent closed tab history middle click only opens top entry, r=jaws, f=dao
--HG--
extra : rebase_source : 94052c4c1aa1567ad3f3b361795a9683baabb6fa
2013-08-15 09:43:09 -07:00
Mike Conley
a3981d1dad Automated merge with https://hg.mozilla.org/mozilla-central 2013-08-01 14:45:26 -04:00
Paolo Amadini
9441f6c0be Bug 899107 - Allow using the JavaScript API as the back-end for the Downloads Panel. r=mak 2013-08-03 13:04:44 +02:00
Mihai Sucan
a1f817b16f Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp
--HG--
rename : browser/devtools/shared/AutocompletePopup.jsm => browser/devtools/shared/autocomplete-popup.js
rename : browser/devtools/webconsole/HUDService.jsm => browser/devtools/webconsole/hudservice.js
rename : browser/devtools/webconsole/NetworkPanel.jsm => browser/devtools/webconsole/network-panel.js
rename : browser/devtools/webconsole/WebConsolePanel.jsm => browser/devtools/webconsole/panel.js
rename : toolkit/devtools/webconsole/WebConsoleClient.jsm => toolkit/devtools/webconsole/client.js
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/network-helper.js
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/utils.js
2013-08-03 13:29:48 +03:00
Mihai Sucan
43f2c64069 Bug 877262 - Part 1: merge HUDConsoleUI into HUDService and prepare for the jetpack loader; r=robcee 2013-08-02 20:11:57 +03:00
Gavin Sharp
193322fbe8 Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE 2013-08-02 13:02:22 -07:00
Matthew Noorenberghe
116c1b7c2a Merge mozilla-central to UX 2013-07-30 19:16:50 -07:00
Dão Gottwald
cd6e27404e Bug 899587 - "Remove the now-unneeded setUrlAndSearchBarWidthForConditionalForwardButton hack" r=jaws 2013-07-30 08:09:00 +02:00
Gijs Kruitbosch
3cf6271ad8 Backed out changeset 25c0cb82cae3 for getting the email address wrong 2013-07-30 17:36:51 +02:00
Dão Gottwald
b418d51063 Bug 899587 - "Remove the now-unneeded setUrlAndSearchBarWidthForConditionalForwardButton hack" r=jaws
--HG--
extra : rebase_source : 7bb340d9a1cb23155cdb8c6a4085390e414cafa5
2013-07-30 08:09:00 +02:00
Gijs Kruitbosch
9c5e7a50ad Merge m-c to UX 2013-07-30 11:14:11 +02:00
Gijs Kruitbosch
917537e9e5 Merge m-c to UX. 2013-07-28 11:50:05 +02:00
Mike Conley
e181e23c37 Automated merge with https://hg.mozilla.org/mozilla-central 2013-07-27 15:01:05 -04:00
Tim Taubert
16e45525b3 Bug 898308 - Clean up SessionStore initialization; f=smacleod, r=dao 2013-07-27 07:40:07 +02:00
Gijs Kruitbosch
b08900068a Bug 898012 - Remove useless bits in OS X titlebar placeholder stuff, r=MattN 2013-07-26 11:20:46 +02:00
Matthew Noorenberghe
5dca60419c Merge mozilla-central to UX 2013-07-26 00:27:14 -07:00
Bill McCloskey
7b0724125d Bug 899338 - Work around backspace problem in e10s builds by disabling XUL command (r=felipe) 2013-08-05 11:14:17 -07:00
Tanvi Vyas
768b175839 Bug 890963 - Update site identity message for pages where Mixed Active Content has loaded. r=dolske? 2013-07-31 10:43:38 -07:00
Mike de Boer
bb48df9ad1 Bug 890690 - Support POST searches in about:home. r=gavin
--HG--
extra : transplant_source : %A5%23%F7%EC%87%DC%ED%D3V%00%C1%D7K%90%D4%009Pp%24
2013-07-25 02:43:19 +02:00
Tim Taubert
ef758e8b77 Bug 893061 - Prevent the default homepage from loading if we're going to restore a session; r=dao 2013-07-26 13:16:29 +02:00
Steven MacLeod
8b8e6fd89d Bug 881049 - Switch SessionStore to Promise.jsm; r=ttaubert
X-Git-Commit-ID: 39b42be125f8b40a52350ed7cf9c39082356118f
2013-07-25 21:50:15 +02:00
David Dahl
1d2d4a3b19 Bug 882467 - Mixed Content Telemetry - How many times do users click Disable Protection r=dolske 2013-09-05 18:18:04 -05:00
Tanvi Vyas
84c39e3808 Bug 912817 - Backed out changeset 690752e6d8a3
--HG--
extra : rebase_source : 021aad413a2b3e1b069c60d9b5557773aaadc144
2013-09-09 15:50:47 -07:00
Tanvi Vyas
dcf3f38779 Bug 912817 - Add a separate class for mixed display with active content blocked. 2013-09-09 15:48:01 -07:00
Gijs Kruitbosch
45a1ad5f32 Merge m-c to ux 2013-07-22 09:26:50 +02:00
Matthew Noorenberghe
c8e922ef53 Merge mozilla-central to UX 2013-07-18 19:53:03 -07:00
Mike de Boer
63ca3d2cd2 Bug 755598: Merge Back/ Forward/ URLBar/ Stop/ Reload/ Go buttons into 1 toolbaritem. r=dao 2013-07-18 18:46:28 +02:00
Dão Gottwald
7adf471d46 Bug 916038 - Remove XULBrowserWindow.destroy. r=gavin 2013-09-17 10:04:26 +02:00
Mike Conley
e87883ceef Automated merge with https://hg.mozilla.org/mozilla-central 2013-07-16 16:58:37 -04:00
Gijs Kruitbosch
39c713e176 Merge m-c to ux 2013-07-16 14:19:40 +02:00
Jared Wein
aa9a9db36b Backed out changeset 6d739868bd90 (bug 887515) for leaking windows on a CLOSED TREE. 2013-07-15 21:39:32 -04:00
Matthew Noorenberghe
ee5f9ba402 Bug 893682 - Default @chromemargin to the eventual value when CAN_DRAW_IN_TITLEBAR is true. r=Gijs
--HG--
extra : rebase_source : ea579969da1fabf54b26d7da8debe90fef11cbdb
2013-07-15 13:47:17 -07:00
Matthew Noorenberghe
3cb1da3f70 Merge mozilla-central to UX 2013-07-12 22:14:28 -07:00
Ehsan Akhgari
a9f166c137 Bug 898881 - Enable OpenSearch auto discovery for private windows; r=jdm 2013-07-30 13:12:16 -04:00
Bill McCloskey
0bbbc9109e Bug 899222 - Make about:home work via message passing (r=felipe)
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07:00
Bill McCloskey
ea783aac7d Bug 899222 - Make about:home work via message passing (r=felipe).
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07:00
Matthew Noorenberghe
1beea2308f Bug 890105 - Avoid uninterruptible reflows in TabsInTitleBar._update. r=Gijs 2013-07-04 15:03:27 -07:00
Gijs Kruitbosch
be21639b7b Fix merge. 2013-07-11 00:00:03 +02:00
Gijs Kruitbosch
6cd359a5e6 Merge mozilla-central and ux 2013-07-10 23:53:05 +02:00
Bill McCloskey
2b607bec7f Backout bug 899222 (forgot to apply review comments)
--HG--
rename : browser/modules/AboutHome.jsm => browser/modules/AboutHomeUtils.jsm
2013-08-19 15:26:39 -07:00
Bill McCloskey
88dbe508ea Bug 899222 - Make about:home work via message passing (r=felipe).
--HG--
rename : browser/modules/AboutHomeUtils.jsm => browser/modules/AboutHome.jsm
2013-07-05 13:55:00 -07:00
Bill McCloskey
6131128638 Bug 905454 - Fix delete key in e10s (r=felipe) 2013-08-19 15:20:59 -07:00
Gijs Kruitbosch
8ed0339dda Bug 886030 - Add events to toolbar change to help customizableui deal with appearing/disappearing toolbars, r=mconley 2013-07-10 14:05:35 +02:00
Jared Wein
04643a1be1 Automated merge with https://hg.mozilla.org/mozilla-central 2013-07-07 21:35:26 -04:00
Gijs Kruitbosch
3261b5d01f Merge mozilla-central and ux 2013-07-05 00:49:58 +02:00
Jared Wein
cef6c82991 Automated merge with https://hg.mozilla.org/mozilla-central 2013-07-03 12:40:14 -04:00
Tanvi Vyas
d9cba8a819 Bug 838402 - Add new identity mode for mixed active content. Change messages for following modes: encrypted, mixed content, mixed active content, and mixed active content blocked with display content. r=dolske 2013-07-03 15:14:12 -07:00
Jared Wein
db971a7a5e Bug 888571 - Don't load CustomizeMode.jsm upon startup. r=MattN,dao 2013-06-29 04:25:56 -04:00
Jared Wein
a20425bda0 Backed out changeset ee81f5bac27a (bug 888571) 2013-06-30 08:36:00 -04:00
Jared Wein
c96516a65a Bug 888571 - Don't load CustomizeMode.jsm upon startup. r=MattN,dao
--HG--
extra : rebase_source : 3faf6d921958e0baae0e9495bba7c6481e1bd790
2013-06-29 04:25:56 -04:00
Gijs Kruitbosch
b6a1409293 Merge m-c to ux
--HG--
rename : browser/themes/windows/browser.css => browser/themes/shared/identity-block.inc.css
2013-06-29 11:18:15 -04:00
Mike Conley
2402dc3ea1 Bug 885452 - Remove retrieveToolbarIconsizesFromTheme now that we only support one icon size. r=jaws. 2013-06-28 17:04:50 -04:00
Jared Wein
09f398a510 Bug 750106 - Use a chrome icon for chrome URLs in the location bar. r=mconley
--HG--
rename : browser/themes/windows/browser.css => browser/themes/shared/identity-block.inc.css
2013-06-28 23:22:41 -04:00
Jared Wein
815683791c Bug 887515 - Replace multiple tab closing prompt with a menuitem to restore multiple tabs. r=ttaubert 2013-07-15 17:13:22 -04:00
Dão Gottwald
40282d4568 Bug 893424 - Replace XULBrowserWindow's broken _hostChanged logic. r=jaws
--HG--
extra : rebase_source : b91d7affbca2e7f8df688c158ab75665abe43c14
2013-07-15 17:58:09 +02:00
Erik Vold
b73190dfcb Bug 885054 - Sidebars should not migrate across private / non-private window. r=gavin 2013-07-09 13:21:23 -07:00
Adam Dane [:hobophobe]
7bb721921b Bug 537013 - Make the find bar exist on a per-tab basis. r=dao 2013-07-06 02:56:36 +02:00
Matthew Noorenberghe
b084721e97 Bug 898192 - Skip SocialMark and SocialShare code in onLocationChange when SocialUI is disabled. f=mhammond,r=jaws
--HG--
extra : rebase_source : f19d53a330e8f81ce6779bd1e786a1c256a5b921
2013-07-25 03:38:05 -07:00
Tom Schuster
8713e6bb02 Bug 666809 - Support SecurityUI in e10s mode. r=felipe f=gavin 2013-07-09 22:45:07 -04:00
Ryan VanderMeulen
c5602433f1 Backed out changeset f900daf35771 (bug 785487) for suspicion of causing OSX mochitest-1 leaks. 2013-07-09 17:25:06 -04:00
Benjamin Smedberg
5bc7d39cbd Bug 889788 - Plugin doorhanger breaks when plugins are dynamically removed from a page. This implements the short-term solution of hiding the plugin doorhanger when no more plugins are on the page (the better long-term solution will keep showing the UI and track all the plugins a page ever uses). This also implements a short-term solution when a user enables a plugin. Also bug 887088 - Short-term UI solution: when a user loads multiple tabs from a site and enables a plugin on one of them, the plugins are not enabled on other tabs but the "continue allowing" button does nothing. This patch makes the "Continue Allowing" button enable existing plugins of that type. r=jaws r=jschoenick
--HG--
extra : rebase_source : a60ae3259579ea63d51921dc3c70836da2d7ab3a
2013-07-19 10:02:48 -04:00
Daniel Holbert
4d7ec11429 Bug 895137 - Declare updateSearchEngine with "let" instead of "function", to fix strict JS warning. r=mak 2013-07-18 17:13:32 -04:00
Gavin Sharp
40ffe6f470 Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert
--HG--
extra : transplant_source : %9D%F5%0D/%105%29%20%BCW%EC%BEs%BB%22vgO%9B%87
2013-07-27 17:32:40 -07:00
Adam Dane [:hobophobe]
f236391813 Bug 891638 - "Highlight All" button does not persist when switching tabs. r=dao 2013-07-10 16:53:34 -05:00
Ryan VanderMeulen
47d90bb47f Merge m-c to inbound. 2013-09-12 22:30:22 -04:00
Tom Schuster
c788b73314 Bug 913155 - Electrolysis: Add a submit crashreport box on the tab crashed page. r=felipe,smaug 2013-09-12 15:24:10 -04:00
Dão Gottwald
41616b3c99 Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws 2013-07-02 02:42:48 +02:00
Phil Ringnalda
0040f765ac Backed out changeset add063e3ff2b (bug 885366) for making two things with id="identity-popup-permissions"
CLOSED TREE
2013-07-01 19:13:23 -07:00
Jared Wein
af66af2a2b Bug 889154 - Move the addition of the MozApplicationManifest event listener to delayedStartup. r=mixedpuppy
--HG--
extra : rebase_source : d23902fed526ec6f8afd5989aad448365fa5bf3d
2013-07-01 20:33:19 -04:00
Dão Gottwald
257f6fc7fe Bug 885366 - Show granted and refused site permissions in site identity panel. r=jaws 2013-07-02 02:42:48 +02:00
Gijs Kruitbosch
14106e017a Bug 749804 - part 0: remove the add-on bar, r=jaws 2013-05-09 12:08:07 +02:00
Gijs Kruitbosch
429c3fecb1 Merge from m-c to ux 2013-06-26 10:44:39 -04:00
Benjamin Smedberg
b02c781c12 Bug 880735 part D - New doorhanger frontend code. Removes all logic which shows the plugin doorhanger automatically, including on scripting. Always show the doorhanger when there is a plugin present on the page, even if that plugin is currently enabled. Make the "always" choices clear to the user. r=jaws 2013-06-24 08:51:07 -04:00
Jared Wein
1061da0f1d Automated merge with https://hg.mozilla.org/mozilla-central 2013-06-23 02:58:41 -04:00
Jared Wein
29940899a2 Automated merge with https://hg.mozilla.org/mozilla-central 2013-06-21 19:22:56 -04:00
Matthew Noorenberghe
9493089322 Merge mozilla-central to UX 2013-06-17 03:54:34 -07:00
Gijs Kruitbosch
f6b0ea5da4 Merge mozilla-central and ux-central 2013-06-14 10:18:31 +02:00
Mike de Boer
e03c389986 Bug 860119 - Live-update about:home page when defaultEngine property changes. r=mak 2013-06-11 22:41:22 +02:00
Jared Wein
ad64ccd73f Automated merge with https://hg.mozilla.org/mozilla-central 2013-06-13 10:04:45 -04:00
Jared Wein
68ae18c538 Automated merge with https://hg.mozilla.org/mozilla-central 2013-06-12 23:12:42 -04:00
Brian R. Bondy
87026bbe43 Bug 866229 - Change - Add a preference for not doing updates in Metro. r=jimm 2013-06-12 10:31:09 -04:00
Jared Wein
c1b7682a8c Bug 863299 - Only support large icons mode for the toolbars in the browser. r=Unfocused 2013-06-11 21:45:35 -04:00
Gijs Kruitbosch
4ca22db3a6 Merge m-c to UX. 2013-06-06 16:57:35 +02:00
Jared Wein
0bcd532042 Bug 755593 - Remove tabs-on-bottom mode. r=dao 2013-06-04 18:08:55 -04:00
Mike de Boer
7f1f361f66 Bug 878824: check when edit controls are present, r=mconley 2013-06-03 18:46:42 +02:00
Mike Conley
bec6920d3a Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-05-29 17:41:40 -04:00
Gijs Kruitbosch
980c35497f Bug 873518 - Remove cut/copy/paste buttons from customization palette, r=jaws
--HG--
extra : rebase_source : 13c09247872eac1fd1ffe73e05321a981f21dafa
2013-05-28 16:33:43 +02:00
Gijs Kruitbosch
2a17cdd2d7 Bug 873518 - Remove throbber button from customization palette, r=jaws
--HG--
extra : rebase_source : 0692e06311053ec0c016a7aee8e802f99cc813fb
2013-05-28 16:30:47 +02:00
Mike Conley
82798cb8d7 Bug 867368 - Remove Bookmarks sidebar control as a toolbar customization item. r=jaws. 2013-05-27 10:28:27 -04:00
Mike Conley
92b1661f1f Automated merge with https://hg.mozilla.org/mozilla-central 2013-05-23 09:39:09 -04:00
Ehsan Akhgari
9af8ee20af Merge mozilla-central to mozilla-inbound 2013-06-22 08:42:15 -04:00
Shane Caraveo
d6fd17a6a5 bug 809085 make permissions panels work with social content, r=felipe 2013-06-21 16:14:22 -07:00
Ed Morley
ef41b38c64 Merge mozilla-central and fx-team 2013-06-21 15:46:24 +01:00
Victor Porof
40a80438b6 Bug 823577 - Cleanup debugger frontend code, strings, etc., r=rcampbell
--HG--
rename : browser/devtools/debugger/DebuggerUI.jsm => browser/devtools/debugger/DebuggerProcess.jsm
2013-06-21 17:33:56 +03:00
Geoff Lankow
e8df227e38 Bug 882995 - FAYT should work on application/json documents. r=gavin 2013-06-14 13:28:23 +12:00
Frank Yan
28da1b7d59 Bug 883078 - Null-check documentElement when removing browser handlers. r=gavin 2013-06-20 12:53:36 -07:00
Mike Conley
247b8f5d7f Bug 868612 - Fix mochitest test failures under browser/base/content/test. r=jaws,feedback=dao. 2013-05-17 15:29:05 -04:00
Gijs Kruitbosch
d3643b7817 Bug 873449 - Fix determination of drawing in titlebar to work for chromeless popups, r=dao
--HG--
extra : rebase_source : 7438861afa05c4b2661be1dcd5e2d15b26b12ae2
2013-05-17 18:09:41 +02:00
Mike Conley
3e62af04fb Automated merge with https://hg.mozilla.org/mozilla-central
--HG--
rename : toolkit/content/LightweightThemeConsumer.jsm => toolkit/modules/LightweightThemeConsumer.jsm
2013-05-17 11:48:25 -04:00
Mihai Sucan
e723daf31e Bug 602006 - Remove Error Console Menu Items; r=Mossop,dao 2013-05-17 21:29:31 +03:00
Gijs Kruitbosch
126b04af27 Bug 872162 - Remove dead openURL function from web apps code, no longer check appOrigin in browser.js' onLocationChange, r=felipe 2013-05-15 11:05:58 +02:00
Mike Conley
f6f1137888 Automated merge with https://hg.mozilla.org/mozilla-central 2013-05-15 17:14:08 -04:00
Mike de Boer
f59d22ab75 Bug 869933: adjust zoom reset button label whilst zooming in/out. r=jaws 2013-05-14 18:55:21 +02:00
Gijs Kruitbosch
68cd4da8c3 Bug 752434 - Stop hiding toolbars for about:addons & co, r=dao 2013-05-14 20:20:45 +02:00
Mike Conley
cfbf815906 Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-05-13 13:04:32 -04:00
Nikhil Marathe
b1520fdb36 Bug 863599 - Load PushService on Desktop. r=dougt 2013-05-10 23:43:35 +05:30
Mike Conley
720319bcd4 Bug 867343 - Back out star button UI changes. r=mak. 2013-05-10 11:19:48 -04:00
Devdatta Akhawe
0fae0ef548 Bug 878606 - Only measure SSL UI clicks for top level frames. r=felipc 2013-06-04 15:02:24 -07:00
Gijs Kruitbosch
559fbf7939 Bug 833943, part 2: implement about:welcomeback, r=gavin
* * *
Bug 833943 - Part 5: add about:welcomeback to gInitialPages

--HG--
rename : browser/components/sessionstore/content/aboutSessionRestore.xhtml => browser/components/migration/content/aboutWelcomeBack.xhtml
extra : rebase_source : fc58ab8f648c4e0298959429cbf52de40135bb3d
2013-06-28 17:44:29 -04:00
Mike Conley
5ba00ea76d Bug 863753 - Retire the Firefox appmenu button. r=MattN. 2013-05-06 11:36:17 -04:00
Jared Wein
3262a4f457 Automated merge with https://hg.mozilla.org/mozilla-central 2013-05-03 09:08:52 -04:00
Mike Conley
cdb389742a Mostly automated merge with https://hg.mozilla.org/projects/ux 2013-05-02 18:34:15 -04:00
Shane Caraveo
787261ce94 bug 853151 rework recommend into social marks, r=felipe
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
2013-05-02 11:49:11 -07:00
Mike Conley
40ddc57727 Bug 865374 - Position tabs in the OSX titlebar. Cocoa Widget work by Steven Michaud. r=dao,bgirard. 2013-05-02 14:15:29 -04:00
Mike Conley
df89bb355e Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-05-02 12:41:21 -04:00
Mike Conley
a16bdfde22 Bug 864355 - Extend customization target across (almost) the entire nav-bar. r=Unfocused,jaws 2013-04-30 16:25:08 +12:00
Blair McBride
04d8ef46fd Backed out changeset 4b42aaccf679 (bug 864355) for breaking everything. 2013-04-29 20:54:00 +12:00
Mike Conley
1b808bcff3 Bug 864355 - Extend customization target across (almost) the entire nav-bar. r=jaws. 2013-04-25 15:28:37 -04:00
Mike Conley
61618afaf4 Automated merge with https://hg.mozilla.org/projects/ux 2013-04-24 11:17:47 -04:00
Mike Conley
2b35279a27 Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-04-24 10:54:12 -04:00
Mike Conley
d14d323575 Bug 857088 - Ensure the proper gap between tab-strip and titlebar when using large fonts. r=MattN. 2013-04-23 10:54:20 -04:00
Mike Conley
9746ee6856 Automated merge with https://hg.mozilla.org/mozilla-central 2013-04-23 10:50:24 -04:00
Tom Schuster
c0bd78d712 Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
Mike Conley
3fa297989a Automated merge with https://hg.mozilla.org/projects/ux 2013-04-21 19:12:35 -04:00
Mike Conley
f28eb0a408 Automated merge with https://hg.mozilla.org/mozilla-central 2013-04-21 19:10:55 -04:00
Brian R. Bondy
bad8e4caac Bug 861322 - Make Metro read Desktop app.update.mode setting. r=jimm 2013-05-22 10:17:05 -04:00
Matthew Noorenberghe
deacc9c427 Bug 813786 - Australis tabs Windows lightweight theme support. r=mconley 2013-04-22 17:01:31 -07:00
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
Jared Wein
fde331f15a Bug 887515 - Replace multiple tab closing prompt with a menuitem to restore multiple tabs. r=ttaubert
--HG--
extra : rebase_source : 743b8bb459802675e38ef2ab8e8cee2c41b90f90
2013-07-17 18:48:39 -04:00
Ryan VanderMeulen
cc6b678858 Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
Backed out changeset 0ded4854067b (bug 886903)
Backed out changeset ca8afb897e13 (bug 893858)
Backed out changeset c15f503a96cc (bug 868859)
Backed out changeset 6a788f399a7f (bug 868859)
2013-07-17 12:43:59 -04:00
Ryan VanderMeulen
d86bf4c314 Backed out 3 changesets (bug 889480, bug 889788, bug 888908) for mochitest-bc orange.
Backed out changeset d1c616745325 (bug 889788)
Backed out changeset 6fe281a19554 (bug 888908)
Backed out changeset 9b855bab8073 (bug 889480)
2013-07-17 11:34:25 -04:00
Tom Schuster
5711ac35d2 Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
Benjamin Smedberg
02bb483c7e Bug 889788 - Plugin doorhanger breaks when plugins are dynamically removed from a page. This implements the short-term solution of hiding the plugin doorhanger when no more plugins are on the page (the better long-term solution will keep showing the UI and track all the plugins a page ever uses). This also implements a short-term solution when a user enables a plugin. Also bug 887088 - Short-term UI solution: when a user loads multiple tabs from a site and enables a plugin on one of them, the plugins are not enabled on other tabs but the "continue allowing" button does nothing. This patch makes the "Continue Allowing" button enable existing plugins of that type. r=jaws r=jschoenick
--HG--
extra : rebase_source : 4b24a6d5bf3b5c33b1e19702eca676b340b5d8b1
2013-07-17 09:21:02 -04:00