Commit Graph

421 Commits

Author SHA1 Message Date
Jonathan Kingston
5f3247760f Bug 1297738 - Removing accesskey from container menus that are not accessible via a keyboard r=Gijs
MozReview-Commit-ID: KKBw4k61H9N
2016-11-24 15:05:06 +00:00
Sebastian Hengst
bbb910c990 Backed out changeset bdaebda382c1 (bug 1297738) for failing browser_referrer_open_link_in_container_tab.js on OS X. r=backout 2016-11-28 01:06:03 +01:00
Jonathan Kingston
d2f8d8daa5 Bug 1297738 - Removing accesskey from container menus that are not accessible via a keyboard r=Gijs
MozReview-Commit-ID: KKBw4k61H9N
2016-11-24 15:05:06 +00:00
Dave Townsend
4e295aa48d Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
MozReview-Commit-ID: 2ZvTiZDHchz
2016-11-11 08:10:51 -08:00
Dão Gottwald
08a7c16380 Bug 1315948 - Simplify openLinkIn. r=gijs 2016-11-15 09:59:33 +01:00
Gijs Kruitbosch
8ae665553f Bug 1313403 - text (focus) goes to the wrong browser after foreground tab change, r=florian,mak
MozReview-Commit-ID: BxqYL1p494h
2016-11-05 13:56:08 +00:00
Gijs Kruitbosch
3bf3705bac Bug 1315944 - ensure about blank viewer creation happens in the right browser, r=florian
MozReview-Commit-ID: 7LCGyKHUF76
2016-11-08 12:54:45 +00:00
Wes Kocher
d65b7f35d7 Backed out changeset e388e453977c (bug 1313403) for bc4 bustage a=backout 2016-11-07 11:53:23 -08:00
Gijs Kruitbosch
071f3cfdf8 Bug 1313403 - text (focus) goes to the wrong browser after foreground tab change, r=mak
MozReview-Commit-ID: BxqYL1p494h
2016-11-05 13:56:08 +00:00
Jonathan Kingston
df5380e1a5 Bug 1267916 - part 1 - Open about preferences #containers in any existing menu (except context menu), r=jaws 2016-11-03 19:31:28 +01:00
Jonathan Kingston
6e8684cff6 Bug 1278177 - Change container icons to a single sprite sheet and to be rendered by CSS r=jaws
MozReview-Commit-ID: 2M1yFOxweBm
2016-09-14 22:48:58 +01:00
Jared Wein
0c024fa9ca Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Eric Rahm
544eabdb4d Bug 1311223 - Stop using nsISupportsArray for window args. r=froydnj
WindowWatcher allows for either nsIArray or nsISupports array to be passed in
for the arguments param. This converts all internal usage to nsIArray.

MozReview-Commit-ID: DQjtIkobik0
2016-10-19 16:23:57 -07:00
Gijs Kruitbosch
a18592b766 Bug 1000458 - stop races in location bar <return> handling code, r=mak
MozReview-Commit-ID: IcQCNj0FcCu
2016-09-28 19:54:25 +01:00
Gijs Kruitbosch
a5f81387b8 Bug 1284395, r=bz,mconley,baku
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Sebastian Hengst
1be73950af Backed out changeset 6036b8acdab5 (bug 1284395) for asserting in ChromeUtils::IsOriginAttributesEqualIgnoringAddonId at nsDocShell.cpp:8007 for Windows debug builds. r=backout 2016-09-19 17:10:09 +02:00
Gijs Kruitbosch
0ab165096f Bug 1284395, r=bz,mconley
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Carsten "Tomcat" Book
31cc011b59 Merge mozilla-central to mozilla-inbound 2016-09-08 12:42:45 +02:00
Andrea Marchesini
29789e3b3f Bug 1299480 - Fix regression in the context menu when containers are in used, r=gijs 2016-09-08 11:40:46 +02:00
Fischer.json
cfa542463c Bug 1120967 - Broken middle/right click on links via about:preferences pages. r=jaws
MozReview-Commit-ID: FejMTP3invj
2016-08-19 17:32:31 +08:00
Jared Wein
05088cc7cb Bug 336290 - remove --enable-safe-browsing from configure since its used everywhere. r=gcp
MozReview-Commit-ID: Duwu5vZOhtF
2016-08-31 19:28:29 -04:00
Jared Wein
3cefaa6899 Bug 1218937 - Introduce a new option for switchToTabHavingURI's ignoreFragment to not overwrite the fragment portion. Use this new argument to switch to the preferences without changing the currently opened pane. r=mattn
MozReview-Commit-ID: JZmAsf8k5Qp
2016-08-31 12:53:23 -04:00
Jimmy Wang
8c0b848da3 Bug 1109146 - pass isContentWindowPrivate from ContentClick.jsm to utilityOverlay.js for saveURL instead of passing a CPOW initiating content document;r=Felipe
MozReview-Commit-ID: DWRh7ujqdy0
2016-05-11 17:33:09 -04:00
Jimmy Wang
2ffc13338d Bug 1109146 - skip prompt for downloading a file when you alt+click a link; r=Felipe
Changed saveURL to follow the same behavior as in the non-e10s code path which is in
function handleLinkClick(event, href, linkNode)
in browser.js which skips the download prompt when

where == "save"
set when you alt+click a link

MozReview-Commit-ID: 9MfMDR5XAEE
2016-05-10 13:24:19 -04:00
Katie Broida[:ktbee]
0bcb756d06 Bug 1171746 - Ensure tab-specific panels close when you switch the tab. r=jaws 2016-08-19 07:27:00 -04:00
Jared Wein
8860cdf2c1 Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Jared Wein
4518d81cb5 Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
MozReview-Commit-ID: EMjJ3yWt9Wt
2016-08-04 03:28:58 -04:00
Christoph Kerschbaumer
20cc9d7b5d Bug 1286472: Replace owner with triggeringPrincipal within docshell. r=bz 2016-07-28 09:20:41 +02:00
Kurt Carpenter
91a7ca0164 Bug 1251841 - switchIFURIInWindow can ignore fragments AND query strings, add tests. r=markh
MozReview-Commit-ID: DVLzg2KHQCd
2016-07-26 10:34:53 +10:00
Andrea Marchesini
42cc3cfff3 Bug 1287091 - part 4 - ContextualIdentityService create/remove/update, r=Gijs 2016-07-25 09:25:56 +02:00
Andrea Marchesini
27f8427500 Bug 1287091 - part 1 - ContextualIdentityService should use a storage for the containers, r=Gijs 2016-07-25 09:25:08 +02:00
Carsten "Tomcat" Book
cf0644ba80 Backed out changeset bf7c4e797f76 (bug 1287091) for bc3/bc6 test failures 2016-07-24 14:32:04 +02:00
Andrea Marchesini
71dff7c49c Bug 1287091 - part 1 - ContextualIdentityService should use a storage for the containers, r=Gijs 2016-07-23 08:57:40 +02:00
Wes Kocher
f35484cf41 Backed out 5 changesets (bug 1287091) for build bustage after assertions in SharedIC.h CLOSED TREE
Backed out changeset c57fd3af416e (bug 1287091)
Backed out changeset edad0174cb12 (bug 1287091)
Backed out changeset 7ed07b35bad6 (bug 1287091)
Backed out changeset 939d5064ab91 (bug 1287091)
Backed out changeset acbca9af0a3b (bug 1287091)
2016-07-22 11:14:13 -07:00
Andrea Marchesini
94aee3d9c3 Bug 1287091 - part 4 - ContextualIdentityService create/remove/update, r=Gijs 2016-07-22 16:19:50 +02:00
Andrea Marchesini
50d5ad0233 Bug 1287091 - part 1 - ContextualIdentityService should use a storage for the containers, r=Gijs 2016-07-22 16:14:24 +02:00
Tim Huang
9d0bd9c921 Bug 1285889 - Moving the ContextualIdentityService.jsm from from browser/components/contextualidentity into tookit/components/contextualidentity. r=baku 2016-07-11 20:03:00 +02:00
Andrea Marchesini
3e75736d84 Bug 1276880 - 'Open link in a new <container_name> Tab' in the context menu, r=gijs 2016-06-12 16:23:10 +02:00
Sebastian Hengst
b320cf5df0 Backed out changeset 20ea7d3d347f (bug 1276880) for failing browser-chrome test browser_referrer_open_link_in_container_tab2.js. r=backout 2016-06-10 18:21:05 +02:00
Andrea Marchesini
c7db70eb99 Bug 1276880 - 'Open link in a new <container_name> Tab' in the context menu, r=gijs 2016-06-10 14:00:23 +02:00
Andrea Marchesini
7f7472a4fd Bug 1271516 - Introducing nsIWebNavigation.setOriginAttributesBeforeLoading, r=smaug 2016-06-07 19:59:22 +02:00
Phil Ringnalda
732de24a7c Back out 32d16086e85e (bug 1271516) for frequent ChromeUtils::IsOriginAttributesEqual assertin failures
CLOSED TREE
2016-06-06 21:07:42 -07:00
Andrea Marchesini
c151ac65b4 Bug 1271516 - Introducing nsIWebNavigation.setOriginAttributesBeforeLoading, r=smaug 2016-06-07 00:47:13 +02:00
Jonathan Kingston
eef7c5efe3 Bug 1275432 - showing container icons in file and tab menu. r=jaws
MozReview-Commit-ID: 9QJHU188MwI
2016-05-26 12:12:24 +01:00
Andrea Marchesini
f6de188c7f Bug 1267923 - Move the CSS rules to ContextualIdentityService, r=mconley 2016-05-17 15:03:43 +02:00
Gijs Kruitbosch
0a368be160 Bug 1254503 - ignore exceptions from trying to fix up obviously broken URIs, r=mak
MozReview-Commit-ID: 7fdJZmtc1zK
2016-03-08 17:12:01 +00:00
Dave Townsend
a2ba043d69 Bug 1245649: Turn on no-trailing-spaces. r=Gijs 2016-02-03 14:22:33 -08:00
Olivier Yiptong
38e41fcb3d Bug 1240169 - Revert to returning a dynamic newtab URL for BROWSER_NEW_TAB_URL r=mconley 2016-01-23 01:17:55 -05:00
Jared Wein
c3f27c3b0d Bug 1238712 - Move duplicated shell-service code to a shared JSM. r=gijs 2016-01-15 12:35:15 -05:00
Olivier Yiptong
308d11e086 Bug 1218996 - AboutRedirector uses aboutNewTabService exclusively for about:newtab r=mconley 2016-01-11 20:30:07 -05:00