Commit Graph

9467 Commits

Author SHA1 Message Date
Olivier Yiptong
5ed6e530ee Bug 1224950 - Limit Message-Using Remote New Tab to Nightly and Aurora r=mconley 2015-11-19 16:51:45 -05:00
Nigel Babu
58d7521b76 Backed out 8 changesets (bug 1171708) for bustage in it's own tests ON A CLOSED TREE
Backed out changeset cae56980cbec (bug 1171708)
Backed out changeset c60c33f9b573 (bug 1171708)
Backed out changeset 96830bc690b6 (bug 1171708)
Backed out changeset e1fcd236bdd3 (bug 1171708)
Backed out changeset 9a48c1d22248 (bug 1171708)
Backed out changeset 020345f46fbd (bug 1171708)
Backed out changeset 6098e098d9eb (bug 1171708)
Backed out changeset c67eefd6cf4d (bug 1171708)
2015-11-19 17:49:38 +05:30
Gijs Kruitbosch
96edfb91b1 Bug 1222786 - make tab groups removal warning in tab groups UI more prominent, r=jaws 2015-11-18 12:33:26 +00:00
Mike Conley
5dc49eb06f Bug 1171708 - Add tests for async window flushing. r=billm 2015-11-17 12:26:33 -05:00
Mike Conley
be5c94abaf Bug 1171708 - Rewrite browser_490040.js to be more Task-y. r=billm 2015-11-11 14:16:02 -05:00
Mike Conley
553aa53756 Bug 1171708 - Rewrite browser_354894_perwindowpb.js to be more Task-y. r=billm 2015-11-17 12:25:36 -05:00
Mike Conley
ce94d24c64 Bug 1171708 - Fix SessionStore tests to account for async window flushing. r=billm 2015-11-16 16:17:29 -05:00
Mike Conley
f69a055f8b Bug 1171708 - Have SessionStore asynchronous collect window information on close. r=billm 2015-11-12 14:21:21 -05:00
Mike Conley
228817e0ed 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
ef42ad5239 Bug 1171708 - Add flushWindow method to TabStateFlusher. r=billm 2015-11-06 13:09:14 -05:00
Wes Kocher
c4904390c0 Backed out 8 changesets (bug 1171708) for browser_354894_perwindowpb.js failures CLOSED TREE
Backed out changeset a1ac4564029c (bug 1171708)
Backed out changeset 9f55b32f4440 (bug 1171708)
Backed out changeset 7031b88f0200 (bug 1171708)
Backed out changeset c4b23403e71f (bug 1171708)
Backed out changeset 32196b22b454 (bug 1171708)
Backed out changeset 4778fe17087a (bug 1171708)
Backed out changeset 451741a8b932 (bug 1171708)
Backed out changeset 82c9750d88e2 (bug 1171708)
2015-11-18 16:32:24 -08:00
Mike Conley
6844f788c5 Bug 1171708 - Add tests for async window flushing. r=billm 2015-11-17 12:26:33 -05:00
Mike Conley
df4b8a5736 Bug 1171708 - Rewrite browser_490040.js to be more Task-y. r=billm 2015-11-11 14:16:02 -05:00
Mike Conley
8e9526e951 Bug 1171708 - Rewrite browser_354894_perwindowpb.js to be more Task-y. r=billm 2015-11-17 12:25:36 -05:00
Mike Conley
bdc8b1e81f Bug 1171708 - Fix SessionStore tests to account for async window flushing. r=billm 2015-11-16 16:17:29 -05:00
Mike Conley
98f5faeb26 Bug 1171708 - Have SessionStore asynchronous collect window information on close. r=billm 2015-11-12 14:21:21 -05:00
Mike Conley
1f589cdde5 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
7506a60704 Bug 1171708 - Add flushWindow method to TabStateFlusher. r=billm 2015-11-06 13:09:14 -05:00
Kris Maglione
c130d42dee Bug 1218443: [webext] Fix some instances of window listeners not being added correctly. r=billm 2015-11-15 19:34:09 -08:00
Mike Conley
80848113fc Backout fix for bug 1175267 (76a433881e4b) for causing bug 1213650. 2015-11-18 12:20:29 -05:00
Jared Wein
6b0925f5dc Bug 1225648 - Remove duplicate skipDefaultBrowser code and fix double-counting error when tracking prompt counts. r=Gijs 2015-11-18 11:37:29 -05:00
Mike de Boer
c746b826b7 Bug 1048850 - Part 6: make sure our mochi tests don't depend on mozLoopAPI anymore and move relevant ones to xpcshell. r=Standard8 2015-11-18 17:09:44 +01:00
Mike de Boer
727d292a29 Bug 1048850 - Part 5: ui-showcase adjustments to remove its dependency on navigator.mozLoop. r=Standard8 2015-11-18 17:09:41 +01:00
Mike de Boer
de629c6a5f Bug 1048850 - Part 4: update mocha tests and karma runs to not rely on mozLoop anymore. r=Standard8 2015-11-18 17:09:39 +01:00
Mike de Boer
73d7eba142 Bug 1048850 - Part 3: transition from the navigator.mozLoop API to the RemotePageManager API. r=Standard8 2015-11-18 17:09:36 +01:00
Mike de Boer
b8d9a3acb4 Bug 1048850 - Part 1: add a client part that can be used to request data from the Loop API or subscribe to incoming push messages. r=Standard8 2015-11-18 17:09:31 +01:00
Carsten "Tomcat" Book
c174650f77 merge mozilla-inbound to mozilla-central a=merge 2015-11-18 14:50:18 +01:00
Phil Ringnalda
486de7958d Back out 6fa3b2df62cc (bug 1218443) for browser_ext_pageAction_context.js leaks
CLOSED TREE
2015-11-17 22:38:20 -08:00
Kris Maglione
9eae7db350 Bug 1218443: [webext] Fix some instances of window listeners not being added correctly. r=billm 2015-11-15 19:34:09 -08:00
Kris Maglione
5dcb9a58ba Bug 1215893: [webext] Check capturing event listeners for the correct target. r=billm 2015-11-14 23:30:52 -08:00
Wes Kocher
4f8aaef5a9 Merge m-c to inbound, a=merge 2015-11-17 13:23:01 -08:00
David Critchley
8f749faf68 Bug 1201902 - Add new feedback link to Loop's panel menu. r=Standard8 2015-11-17 14:15:43 +00:00
Carsten "Tomcat" Book
7f1285ea6f Merge mozilla-central to fx-team 2015-11-17 12:35:11 +01:00
Carsten "Tomcat" Book
75cecd4a58 merge mozilla-inbound to mozilla-central a=merge 2015-11-17 12:26:16 +01:00
Jeremy Francispillai
9e3f12f819 Bug 1119872 - Changed "Restore default engines" button action to also reset the selected engine to the default engine, r=florian. 2015-11-17 11:59:16 +01:00
Kris Maglione
b1ead318c5 Bug 1190321: [webext] Complete test coverage for the browserAction API. r=gabor 2015-11-15 02:01:44 -08:00
Olivier Yiptong
1503d59207 Bug 1210478 - Add Meta URL resolution in RemoteNewTabLocation r=mconley 2015-11-13 05:36:21 -05:00
Gijs Kruitbosch
7f3dace517 Bug 1221947 - part 1: add BYTOUCH flag to nsIFocusManager, r=jaws,smaug
IGNORE IDL
2015-11-12 16:35:20 +00:00
Kris Maglione
8cbc9f09e7 Bug 1224961: Remove non-standard JS features from WebExtension code 2015-11-02 18:09:09 -08:00
Kris Maglione
ecd4604ef5 Bug 1213433: [webext] Add enable and disable methods to browserAction API. r=gabor 2015-10-28 02:27:29 -07:00
Masatoshi Kimura
20f51a2ad8 Bug 933917 - Follow-up: Remove about:permissions from nsModule.cpp. r=dao 2015-11-16 13:09:42 -08:00
Mark Banner
ee55d64a94 Follow-up to bug 1213984 - remove the obsolete LoopStorage.jsm. rs=dmose over irc. NPOTB DONTBUILD 2015-11-16 20:24:04 +00:00
Mark Banner
d57e699583 Bug 1224556 - Default fallback icon for Loop's rooms with no context is no longer displayed. r=mikedeboer 2015-11-16 17:57:18 +00:00
Phil Ringnalda
7e0444d9c9 Bug 1185403 - Disable browser/components/preferences/in-content/tests/browser_healthreport.js for frequent failures 2015-11-14 14:35:12 -08:00
Phil Ringnalda
014c62cecf Merge m-i to m-c, a=merge 2015-11-14 13:22:10 -08:00
David Critchley
01b26430c8 Bug 1219600 - Add a fallback method for handling Hello room titles, r=Mardak 2015-11-13 16:59:26 -08:00
Fernando Campo
74a429fd26 Bug 1222034 - [LinkClicker] Letterbox should be grey when sharing tabs. r=dmose 2015-11-12 06:51:00 +01:00
Carsten "Tomcat" Book
36d289b18e Merge mozilla-central to fx-team 2015-11-13 14:37:10 +01:00
Dão Gottwald
e4bd37e7e3 Bug 933917 - Remove about:permissions. r=MattN 2015-11-13 11:18:27 +01:00
Nicholas Parmar
48790566e3 Bug 842356 - Set focus to downloads list box in about:downloads page on page load if list not empty, and made background and focus ring transparent if list empty. r=mak 2015-11-11 21:18:00 +01:00