Commit Graph

2870 Commits

Author SHA1 Message Date
Vikneshwar
8fa91a5f9b Bug 1038599 - Called OpenLinkIn from loadURI;r=dao 2014-12-15 22:08:16 +01:00
Thejdeep
243a646828 Bug 1111275 - Replace gBrowser.mCurrentBrowser with gBrowser.selectedBrowser. r=dao 2014-12-15 22:07:18 +01:00
Tim Taubert
04753f3794 Bug 1077652 - Remove old BrowserNewTabPreloader.jsm and references r=jaws 2014-11-19 16:21:07 +01:00
Gijs Kruitbosch
03829a5422 Bug 1105768 - fix sometimes not showing label on update button because XBL binding isn't attached, r=ally 2014-12-09 00:51:20 +00:00
Matthew Noorenberghe
c6fdbb2a8a Bug 1111013 - Add aOpenParams.ignoreQueryString to switchToTabHavingURI to ignore query params without replacing. r=dolske 2014-12-16 01:26:24 -08:00
Dave Townsend
5ff26c8e59 Bug 1101654: First use tour for search UI. r=felipe 2014-11-20 15:27:10 -08:00
Florian Quèze
6d0d229c10 Bug 1088660 - Improve the search bar UI to support one-off searches - improve discoverability of the search settings, r=felipe. 2014-11-20 20:55:41 +01:00
Tim Taubert
8db968137d Bug 1075450 - Disable some Awesomebar actions for private windows r=mak 2014-11-21 23:39:44 +01:00
Mike Conley
7a54d1f347 Bug 963358 - [e10s] Crashed tab page's Try Again button doesn't always work. r=billm.
Instead of attaching / listening for click events in BrowserOnClick for the
Try Again button, we instead bubble up an event when the Try Again button
is clicked. That event has a listener set up for it that is established during
delayedStartup, so it has a very high probability of being set. This bypasses
some error cases where we hadn't successfully attached BrowserOnClick in the past.
2014-11-23 01:12:19 -05:00
Jed Davis
c9aa3e7ec0 Bug 1058251 - Make "Save As" work in e10s without "Web Page, complete" mode. r=mconley f=paolo 2014-11-18 11:35:47 -08:00
Tim Taubert
6bc1ee43ee Bug 1099857 - about:support as homepage doesn't work with e10s r=Mossop 2014-11-15 21:10:58 +01:00
Masatoshi Kimura
e5fc9a00cb Bug 1093595 - Change strings to add a description about weak encryption. r=dolske 2014-11-11 07:29:44 +09:00
Tomasz Kołodziejski
d8e094fb3e Bug 1058116 - Pass referrer and isPrivate to openURIInFrame instead of nullptr as aOpener. r=mconley, r=smaug, r=Margaret, r=ally 2014-11-06 09:41:00 -05:00
Shane Caraveo
3b09aae760 Bug 915547 fix activation in e10s windows, r=markh 2014-11-05 17:22:27 -08:00
Mike Conley
37a60f86b5 Bug 1085622 - Follow-up: failed to ifdef an extra call to gRemoteTabsUI.init(). r=trivial. 2014-11-05 10:22:24 -05:00
Mike Conley
862100b2d8 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.
2014-11-04 11:16:47 -05:00
Matteo Ferretti
365b7f8865 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
Georg Fritzsche
9ab7f3d3fc Bug 1089670 - Record searches in Telemetry. r=bwinton 2014-10-31 21:47:13 +01:00
Mark Goodwin
ff485fba4f Bug 846489 - Part 2 - create NetError UI, implement report send functionality. r=felipc@gmail.com 2014-10-30 12:52:00 +01:00
Carsten "Tomcat" Book
22dc432519 Backed out changeset c83447ce334c (bug 846498) 2014-10-31 10:03:16 +01:00
Mark Goodwin
340bf2e765 Bug 846498 - create NetError UI, implement report send functionality. r=felipc@gmail.com 2014-10-30 12:52:00 +01:00
Dave Townsend
739b22a4e6 Bug 1075658: Make browser.loadURI synchronously update the browser remoteness. r=ttaubert 2014-10-29 13:26:14 -07:00
Mike Conley
04e3a9ce78 Bug 1082575 - Make PrintUtils and printPreviewBindings.xml more e10s friendly. r=Mossop. 2014-10-28 10:58:07 -04:00
Carsten "Tomcat" Book
27fe0244d2 merge fx-team to mozilla-central a=merge 2014-10-27 15:56:31 +01:00
Tomasz Kołodziejski
10288449f2 Bug 1073238 - Split UITour.jsm into chrome and content parts that communicate via messages. r=MattN 2014-10-24 17:19:00 +02:00
Nicholas Nethercote
fc9811215d Bug 1080302 (part 2) - Convert all mentions of -foo options to --foo options in comments, help messages and error messages. r=glandium. 2014-10-23 17:35:27 -07:00
Gavin Sharp
869765ea87 Bug 1087356: make e10s/non-e10s window options appear when no windows are open on Mac, r=felipe 2014-10-22 09:07:47 -07:00
Mike Conley
93ffd4af27 Bug 1065785 - [e10s] Use session restore to reload crashed tabs. r=smacleod. 2014-10-20 20:40:12 -04:00
Wes Kocher
9939b24852 Backed out changeset 8477a0eca4fa (bug 1065785) 2014-10-20 16:03:40 -07:00
Mike Conley
37d6262ee8 Bug 1065785 - [e10s] Use session restore to reload crashed tabs. r=smacleod. 2014-10-20 16:50:23 -04:00
Brad Lassey
b8d8ace943 Bug 1054959: re-land "Send Video To Device" feature with fixed test_contextmenu.html, r=gavin 2014-10-17 15:55:14 -07:00
Carsten "Tomcat" Book
363ff20ae3 Backed out changeset d38f7ebb2192 (bug 1054959) for m1 test failures 2014-10-17 09:58:52 +02:00
Brad Lassey
a554746fd0 bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava
* * *
bug 1054959 - follow up to fix context menut test r=orange CLOSED TREE
2014-10-15 18:24:34 -04:00
Gijs Kruitbosch
8ed824d3fc Bug 1079707 - asyncresolve can throw, r=alexbardas 2014-10-16 15:01:32 -07:00
Wes Kocher
8993e08638 Backed out changeset 1828c0ae54b9 (bug 1054959) for mochitest-1 bustage on a CLOSED TREE 2014-10-16 15:13:30 -07:00
Brad Lassey
76281f263a bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava
* * *
bug 1054959 - follow up to fix context menut test r=orange CLOSED TREE
2014-10-15 18:24:34 -04:00
Ryan VanderMeulen
fbeb4979c7 Backed out changesets 93bf386d290e and 063cdd7b00cc (bug 1054959) for test_contextmenu.html failures.
CLOSED TREE
2014-10-16 15:19:41 -04:00
Brad Lassey
001e23b015 bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava 2014-10-15 18:24:34 -04:00
viv1fi
a2d4ee275e Bug 1051847 - Add trusted identity block to about:license and about:rights. r=dao 2014-10-16 15:35:54 +02:00
Wes Kocher
6cca0f5f73 Backed out changeset 402cbbf91165 (bug 1054959) for mochitest-1 bustage 2014-10-15 17:47:19 -07:00
Brad Lassey
50b4746735 bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava 2014-10-15 18:24:34 -04:00
Dave Townsend
bff0605a13 Bug 1039500: Fix remaining callers of tabbrowser._getTabForBrowser on a CLOSED TREE. r=Unfocused 2014-10-09 16:26:11 -07:00
Shane Caraveo
512011b264 Bug 1014332 share button CUI widget, r=jaws 2014-10-09 12:02:13 -07:00
Brian Grinstead
65f183baec Bug 1053434 - Add listeners for devedition prefs in browser.js and stub CSS files;r=Gijs 2014-10-08 16:05:46 -05:00
Vikneshwar
3fe4f50931 Bug 1039500 - Created a field with a WeakMap to record the tab for each browser and made _getTabForBrowser non-private. r=dao 2014-10-05 12:57:00 +02:00
Ryan VanderMeulen
013bf57454 Merge m-c to inbound. a=merge 2014-10-02 13:14:06 -04:00
Till Schneidereit
8219681d97 Bug 1075059 - Part 1: Backout of Array.prototpype.contains usages. r=me 2014-10-02 17:37:48 +02:00
Gijs Kruitbosch
822cd887f9 Bug 1057166 - move FHR reporting out of docshell and fix test to work in e10s, r=bz 2014-09-11 14:50:55 +01:00
Felipe Gomes
5f4660de7b Bug 1053456 - Pass a serialized SSL status to the parent process so that "Add exception" from about:certerror works. r=dkeeler 2014-10-02 01:17:13 -03:00
Gijs Kruitbosch
4567b57c55 Backed out changeset 3cc898b3ef5d (bug 1057166) for build bustage 2014-10-01 11:46:28 +01:00