Commit Graph

1080 Commits

Author SHA1 Message Date
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
Tom Tromey
1b5a2bdb96 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx
2016-07-14 10:16:42 -06:00
Carsten "Tomcat" Book
3d31f3c454 Merge mozilla-central to mozilla-inbound 2016-07-20 11:35:42 +02:00
Andrea Marchesini
d1bd010116 Bug 1279297 - No restarts needed for Containers when its pref is changed, r=gijs 2016-07-20 10:03:55 +02:00
Dão Gottwald
32b886c770 Bug 1287732 - Remove some event.target null checks. r=gijs 2016-07-19 18:20:13 +02:00
Pushpankar
77a14e357c Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao 2016-07-16 10:20:04 +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
Gijs Kruitbosch
25333b633d Bug 1235695, bug 1277270 - fix e10s test issues, r=jaws
MozReview-Commit-ID: ELDPpGub0TP
2016-06-20 17:04:08 +01:00
Jonathan Kingston
daab08bfa5 Bug 1275455 - Adding in icons for containers in customisable UI menu. r=baku
MozReview-Commit-ID: rjXUyaMDyg
2016-05-26 04:20:23 +01:00
Wes Kocher
321621e9d9 Merge m-c to fx-team, a=merge 2016-05-25 15:39:27 -07:00
Joel Maher
aadfd37353 Bug 1270962 - move tests which access the clipboard to subsuite 'clipboard'. r=bgrins,ryanvm,armenzg a=merge
MozReview-Commit-ID: IZziPmwFtHj
2016-05-25 15:28:24 -04:00
Dão Gottwald
53646327b9 Bug 1257087 - Middle mouse click on history item should open it. r=mak 2016-05-25 18:15:15 +02:00
Katie Broida
153908ff5b Bug 1061747 - Restore Defaults should reset the current theme. r=jaws
MozReview-Commit-ID: CRmJiOE4uYr
2016-05-24 13:06:25 -04:00
Jared Wein
89fad52044 Bug 1260596 - Themes panel is empty when all default-shipped lightweight themes (lwts) are removed. r=gijs
MozReview-Commit-ID: L1s3yxoxU33
2016-05-18 11:36:14 -04:00
Andrea Marchesini
9943149ec1 Bug 1270471 - We should not expose Containers in privateBrowsing, r=gijs 2016-05-18 18:20:27 +02:00
Mark Hammond
a26eeefd75 Bug 1241571 - Collect synced tabs and sidebar ui telemetry. r=Gijs
Adds UI telemetry for sidebar opening and closing and actions taken in the
SyncedTabs menu and side. Also adds a "sync-state" object so that analysis
of the Synced Tabs data can determine if the user has Sync configured at the
time.

MozReview-Commit-ID: JDxFmlNMi7n
2016-05-18 10:39:14 +10:00
Andrea Marchesini
63f85d726a Bug 1269029 - Create a hamburger menu for containers - implementation, r=gijs 2016-05-17 15:12:13 +02:00
Katie Broida
00000163a8 Bug 1260595 - Clear the lightweight themes menu in popupshowing instead of popuphidden to prevent duplicates in certain scenarios. r=jaws 2016-05-10 08:49:00 -04:00
Katie Broida
0e4852d420 Bug 1093750 - Add tooltips to icons in Customize mode. r=jaws
MozReview-Commit-ID: HYgprjtoOcE
2016-05-02 11:33:07 -04:00
Jared Wein
aa30bd99dd Bug 1271626 - Remove erroneous gUIStateBeforeReset property of gUIStateBeforeReset that should have been removed with the patch for bug 1094821. r=gijs
MozReview-Commit-ID: Kcv85kjhcZT
2016-05-10 06:16:00 -04:00
Kris Maglione
40e88a5ba0 Bug 1238310: Follow-up: Fix some timing issues in tests. r=bustage
MozReview-Commit-ID: BjKiNO1T5yN
2016-04-23 23:56:28 -07:00
Gijs Kruitbosch
57d75956ab Backed out changeset c7544b24989d (bug 1260595) for perma-oranging browser_1007336_lwthemes_in_customize_mode.js on linux with crashes
MozReview-Commit-ID: 2GqsGs7yw9u
2016-04-22 11:31:58 +01:00
Katie Broida
271bf8f78a Bug 1260595 - Clear the lightweight themes menu in popupshowing instead of popuphidden to prevent duplicates in certain scenarios. r=jaws
MozReview-Commit-ID: 8wejtWMx3sd
2016-04-21 18:59:43 -07:00
Edouard Oger
638dc9c12a Bug 1263943 - Add tooltip to Synced Tabs in panel view. r=markh
MozReview-Commit-ID: 3eTAiPLIvq5
2016-04-14 11:51:14 -07:00
gasolin
65e42a066d Bug 1263557 - Use plain promise in CustomizeMode.jsm. r=Gijs
MozReview-Commit-ID: 5K98xC88dXb
2016-04-07 10:53:50 +08:00
Rakhi Sharma
e68f5e13e8 Bug 1259389 - "Restore closed windows" items without url have additional indent at the left, r=Gijs.
MozReview-Commit-ID: 17Ubpm9VDVA
2016-04-13 13:54:15 +05:30
Alexandre Poirot
f30d07db9d Bug 1261920 - Register developer button dynamically. r=jryans,gijs 2016-04-12 13:05:36 -07:00
Edouard Oger
3837c66449 Bug 1263441 - Smoother localization for Sync promo text in Synced Tabs. r=flod
MozReview-Commit-ID: CmwdMx2xBbn
2016-04-11 11:49:34 -07:00
gasolin
b3dc8e2a59 Bug 1260718 - use plain promise in CustomizableUI.jsm and ScrollbarSampler.jsm; r=Gijs
MozReview-Commit-ID: 25XS1MEgpe5
2016-04-06 14:29:37 +08:00
gasolin
197660a82c Bug 1260718 - use plain promise in panelUI.js; r=Gijs
MozReview-Commit-ID: 8WkAovMOMop
2016-04-06 15:05:11 +08:00
Edouard Oger
9847cc0179 Bug 1241319 - Clarify synced tabs menu when not logged in. r=markh 2016-04-08 10:46:00 -04:00
Dave Townsend
17d8a23b3f Bug 1257246: Update browser for eslint 2. r=felipe
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.

MozReview-Commit-ID: DEskVIjiKDM
2016-04-05 11:33:33 -07:00
Thom Chiovoloni
5648288004 Bug 1246606 - Ensure a tooltip is present on the 'Sign in to sync' button in the customizable menu. r=markh 2016-04-05 14:52:00 -07:00
Carsten "Tomcat" Book
b661cf1dc5 Backed out changeset 033ae34a1c53 (bug 1246606) for test failures in browser_fxaccounts.js | no tooltip when signed out 2016-04-05 12:18:28 +02:00
Edouard Oger
28f72976ab Bug 1261215 - Change Synced Tabs tooltip. r=markh 2016-04-04 11:41:00 +02:00
Thom Chiovoloni
2a3edba411 Bug 1246606 - Ensure a tooltip is present on the 'Sign in to sync' button in the customizable menu. r=markh
MozReview-Commit-ID: GQjHez4gtky
2016-04-04 11:56:09 -07:00
Thom Chiovoloni
7fbb22f1b6 Bug 1239845 - Replace fetching synced tabs text with blank panel r=markh
MozReview-Commit-ID: 4j37OvKlWhE
2016-04-01 11:16:23 -04:00
Ryan VanderMeulen
23766819a5 Merge fx-team to m-c. a=merge 2016-04-02 13:34:45 -04:00
Wes Kocher
e0124f30ba Merge m-c to inbound a=merge
MozReview-Commit-ID: 354GFpoNc7b
2016-04-01 16:05:29 -07:00
Gijs Kruitbosch
58be856b45 Bug 1258344 - fix customizemode re-entering issues when switching tabs, r=jaws
MozReview-Commit-ID: 3KONzSxf8g9
2016-03-22 14:32:32 +00:00
Katie Broida
97002f7ec6 Bug 1257599 - Rename 'Unsorted Bookmarks' into 'Other Bookmarks'. r=jaws a=kwierso
MozReview-Commit-ID: 7iMM0vg9rUo
2016-03-31 16:17:30 -07:00
Sebastian Hengst
cb2183e28a Backed out changeset 12ff599ce0e2 (bug 1258344) for leaks in OS X 10.10 debug browser-chrome tests. r=backout on a CLOSED TREE 2016-03-31 21:43:23 +02:00
Gijs Kruitbosch
8fda60a161 Bug 1258344 - fix customizemode re-entering issues when switching tabs, r=jaws
MozReview-Commit-ID: 3KONzSxf8g9
2016-03-22 14:32:32 +00:00
Carsten "Tomcat" Book
b542f21ae2 merge mozilla-inbound to mozilla-central a=merge 2016-03-23 16:14:48 +01:00
Shane Caraveo
1820b4c664 Bug 1245074 workaround CUI defaults for pocket to fix restore defaults, r=gijs 2016-03-22 12:43:38 -07:00
gasolin
040b76812f Bug 969443 - Update CustomizableUI tests to yield on CustomizeMode.reset; r=Gijs
MozReview-Commit-ID: 93fLK4thrgH
2016-03-29 15:55:58 +08:00
Markus Stange
683e6b4781 Bug 1068674 - Don't turn off e10s if hardware acceleration is disabled. r=jimm
MozReview-Commit-ID: 8NIUSSHy2dt
2016-03-22 15:09:24 -04:00
Gijs Kruitbosch
206f1e8be0 Bug 1256085 - fix hamburger menu losing pressed state when a context menu inside the panel closes, r=jaws
MozReview-Commit-ID: 6ZhBPlYMU4y
2016-03-15 21:28:31 +00:00