Commit Graph

273325 Commits

Author SHA1 Message Date
Mike Conley
c1d6ddcc1f Bug 1171708 - Have SessionStore asynchronous collect window information on close. r=billm 2015-11-12 14:21:21 -05:00
Mike Conley
413cfe1a46 Bug 1171708 - Use localName when detecting <xul:browsers> for XULFrameLoaderCreated. r=billm
We were using tagName before, which is fine for the dynamically created browsers
in new tabs, but not fine for the initial browser tab, which has a tagName of
"xul:browser" instead of "browser". Using localName makes sure that we don't
get the XML namespace included with the node name. We check the XUL namespace
separately be checking the namespaceURI.
2015-11-06 13:59:47 -05:00
Mike Conley
8de1fc85c4 Bug 1171708 - Add flushWindow method to TabStateFlusher. r=billm 2015-11-06 13:09:14 -05:00
Wes Kocher
92f66e80f8 Touch CLOBBER to clear up bug 1168113's bustage 2015-11-19 10:09:08 -08:00
Michael Comella
d01500a4fd Bug 1140210 - Fix build errors after rebase. r=me 2015-11-19 09:57:21 -08:00
Michael Comella
dcd4d85582 Bug 1140210 - Rename MenuItemActionView styles to new name. r=liuche 2015-10-15 14:55:28 -07:00
Michael Comella
1a14413079 Bug 1140210 - menu_item_action_view -> menu_item_switcher_layout. r=liuche 2015-10-15 14:51:26 -07:00
Michael Comella
4935905acd Bug 1140210 - Add class comment to MenuItemSwitcherLayout. r=liuche 2015-10-15 14:48:37 -07:00
Michael Comella
0fffff5ce0 Bug 1140210 - MenuItemActionView -> MenuItemSwitcherLayout. r=liuche 2015-10-15 14:48:06 -07:00
Alexandre Poirot
df3f149f80 Bug 1198877 - Support building FxOS simulators from try builds. r=jryans 2015-11-19 09:51:22 -08:00
Alexandre Poirot
895e37599e Bug 1198877 - Fix settings supports for mulet's simulators. r=jryans 2015-11-19 09:51:22 -08:00
Alexandre Poirot
55f86fd40a Bug 1198877 - Enable software buttons on simulators r=jryans 2015-11-19 09:51:22 -08:00
Alexandre Poirot
16a3a65595 Bug 1225142 - Add software button on runtime to control it via a preference. r=fabrice,jryans 2015-11-19 09:51:22 -08:00
Alexandre Poirot
ac4f3c1eee Bug 1220458 - Resolves ActorRegistry.registerActor only once actor is registered in the child processes. r=jryans 2015-11-19 09:51:21 -08:00
Michael Comella
54fcea8614 Bug 1210989 - Rename overlay_send_tab_icon -> shareplane. r=me
Previously landed from another user – this is a rebase after the
backout of bug 1140048.
2015-11-19 09:20:52 -08:00
Michael Comella
d78ace7da2 Bug 1140448 - Backout 5 changesets to backout top level shareplane.
Changesets:
* 13a6c5fb2f44
* a9d3499bbec1
* 35336ca96de2
* 64e311403f05
* 8b8598ed040e
2015-11-18 16:14:44 -08:00
Michael Comella
0ca016fd27 Bug 1140210 - Backout 4 changesets to backout top level share plane (bug 1140048).
This is not strictly necessary but it prevents a clean backout. Changesets:
* 5b439b4654e0
* 8345f21f6518
* 156585c07b3d
* 623b15184f2a
2015-11-18 16:12:29 -08:00
Michael Comella
03160c49a9 Bug 1213486 - Backout 66d1252f9864 to backout top level shareplane (bug 1140048). 2015-11-18 16:06:19 -08:00
Michael Comella
3da8c93d43 Bug 1210989 - Backout 3 changesets to backout top level shareplane (bug 1140048).
Changesets:
* a4d2428a5016
* 08488a55289e
* 6bc04f9eddd6
2015-11-18 16:05:00 -08:00
Michael Comella
e2b8bbf9ef Bug 1213490 - Backout 3 changesets to backout top level shareplane (bug 1140048).
Changesets:
* 607576699f93
* e0fc8e81cc70
* 81f5d579fb2b
2015-11-18 15:59:26 -08:00
Michael Comella
2fc4f165ce Bug 1216307 - Backout e0ba952c2819 to backout top level shareplane (bug 1140048). 2015-11-18 15:56:52 -08:00
Carsten "Tomcat" Book
983be2c090 Backed out changeset ddb0ac65cba2 (bug 1168113) for possibly causing crashes on fx-team on a CLOSED TREE 2015-11-19 16:26:31 +01:00
Tim Nguyen
a401aacea1 Bug 1225967 - Fix stretched eyedropper icon in color tooltip. r=bgrins 2015-11-19 07:14:55 -08:00
Brian Grinstead
c0be95ccf0 Bug 1225828 - Avoid 'Object in compartment marked as invisible to Debugger' exceptions in the Browser Console / Browser Toolbox;r=fitzgen 2015-11-19 07:11:56 -08:00
Alessio Placitelli
b6852d0c15 Bug 1222054 - Fix broken tests. r=gfritzsche 2015-11-10 07:41:00 +01:00
Alessio Placitelli
e1057fa366 Bug 1222054 - Route shutdown/saved-session pings through TelemetrySend. r=gfritzsche 2015-11-10 07:34:00 +01:00
Carsten "Tomcat" Book
bee53c8625 Merge mozilla-central to fx-team 2015-11-19 15:24:02 +01:00
Carsten "Tomcat" Book
8c38596e70 merge mozilla-inbound to mozilla-central a=merge 2015-11-19 14:44:11 +01:00
Carsten "Tomcat" Book
773942252b merge fx-team to mozilla-central a=merge 2015-11-19 14:37:25 +01:00
Carsten "Tomcat" Book
3d97dd3c39 merge b2g-inbound to mozilla-central a=merge 2015-11-19 14:31:06 +01:00
Carsten "Tomcat" Book
97a3535033 Backed out changeset 24c5d435977d (bug 1213421) for dt6 leak 2015-11-19 14:25:17 +01:00
Nigel Babu
8a5bc7a096 Backed out changeset 95069f2ce648 (bug 1182546) for Android M(c) bustage ON A CLOSED TREE 2015-11-19 14:26:33 +05:30
Nigel Babu
acd09ac1f8 Backed out changeset 3112d1e94a05 (bug 1182546) for Android M(c) bustage 2015-11-19 14:26:25 +05:30
Nigel Babu
174d79f200 Backed out changeset 9155ee3d42d8 (bug 1182546) for Android M(c) bustage 2015-11-19 14:26:20 +05:30
B2G Bumper Bot
02526b144b Bumping manifests a=b2g-bump 2015-11-18 19:53:10 -08:00
B2G Bumper Bot
8696f6d0fb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38edf6a5a770
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #33250 from evelynhung/issue-1225806

Bug 1225806 - handle activity when browser is completely ready, r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/2ea3dbc0b45a
Author: Evelyn Hung <jj.evelyn@gmail.com>
Desc: Bug 1225806 - handle activity when browser is completely ready
2015-11-18 19:50:25 -08:00
B2G Bumper Bot
28701b6c54 Bumping manifests a=b2g-bump 2015-11-18 17:18:12 -08:00
B2G Bumper Bot
4fc109beaa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/83b945c7daa5
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33257 from nullaus/bug1225559

Bug 1225559 - Output list of test files that will get run after apply…

========

https://hg.mozilla.org/integration/gaia-central/rev/7f5e1bc3d9bb
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1225559 - Output list of test files that will get run after applying the disabled test manifest.
2015-11-18 17:15:25 -08:00
B2G Bumper Bot
7af8101c95 Bumping manifests a=b2g-bump 2015-11-18 15:42:48 -08:00
B2G Bumper Bot
f64590e753 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4fe32f9cd853
Author: Hal Wine (admin) <hwine+ghadmin@mozilla.com>
Desc: Bug 1224628 - white space change to test bumper; r=hwine a=npotb
2015-11-18 15:41:02 -08:00
B2G Bumper Bot
774346ddf1 Bumping manifests a=b2g-bump 2015-11-18 15:08:50 -08:00
B2G Bumper Bot
175b8a1996 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/192abbddd14c
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #33243 from Archaeopteryx/safeModeManual

Bug 1225050 - fix instructions how to activate safe mode. r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/37f1a5c7806c
Author: Sebastian Hengst <archaeopteryx@coole-files.de>
Desc: Bug 1225050 - fix instructions how to activate safe mode. r?fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/19cd7f783ded
Author: Sean Lee <selee@mozilla.com>
Desc: Bug 1220528 - Configure FIREFOX_SYNC=1 for TV only.
2015-11-18 15:06:06 -08:00
B2G Bumper Bot
0941555e81 Bumping manifests a=b2g-bump 2015-11-18 14:48:52 -08:00
B2G Bumper Bot
4a67e40548 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/641b0a23c1ee
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33222 from KevinGrandon/bug_1225047_contacts_gaia_menu

Bug 1225047 - Convert contacts_list_overlay to use the gaia-menu web component

========

https://hg.mozilla.org/integration/gaia-central/rev/2199277d1195
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1225047 - Convert contacts_list_overlay to use the gaia-menu web component r=gsvelto
2015-11-18 14:46:09 -08:00
Carsten "Tomcat" Book
68fac75c59 merge mozilla-inbound to mozilla-central a=merge 2015-11-18 14:50:18 +01:00
Carsten "Tomcat" Book
6bb48ca9de merge fx-team to mozilla-central a=merge 2015-11-18 14:47:25 +01:00
Patrick Brosset
000d80826b Bug 1214887 - Use a long animation in browser_animation_updatedState.js to avoid intermittents. r=ttromey 2015-11-18 14:19:43 +01:00
B2G Bumper Bot
5a1654518c Bumping manifests a=b2g-bump 2015-11-18 02:24:33 -08:00
B2G Bumper Bot
3c4d149d62 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d02e42f3a17e
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33246 from nullaus/bug1225559

Bug 1225559 - Treat marionette-mocha errors as fatal. Always.

========

https://hg.mozilla.org/integration/gaia-central/rev/0894dadcfc19
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1225559 - Treat marionette-mocha errors as fatal. Always.
2015-11-18 02:23:10 -08:00
B2G Bumper Bot
6c3354d883 Bumping manifests a=b2g-bump 2015-11-18 02:15:33 -08:00