Carsten "Tomcat" Book
e258c4fe83
Merge m-c to fx-team
2015-10-01 14:16:12 +02:00
Carsten "Tomcat" Book
8e4b85e6dd
merge mozilla-inbound to mozilla-central a=merge
2015-10-01 12:39:25 +02:00
Mike de Boer
587b3adc2e
Bug 1184921: allow custom buttons to be added to the chatbox titlebar and implement one for Hello that closes the window when clicked. r=Standard8
2015-09-30 15:35:22 +02:00
Seth Fowler
fe09292c5c
Bug 1118926 (Part 2) - Remove remnants of -moz-resolution in JavaScript code. r=dolske
2015-09-30 17:00:56 -07:00
Wes Kocher
04308082d0
Merge m-c to inbound a=merge
2015-09-30 14:10:21 -07:00
Tooru Fujisawa
d1d1a3cc17
Bug 1207490 - Part 17: Fix string representation of stack in browser_windowopen_reflows.js. r=Gijs CLOSED TREE
2015-10-01 05:11:38 +09:00
Carsten "Tomcat" Book
8f3618216b
Merge mozilla-central to fx-team
2015-09-30 13:54:35 +02:00
Tooru Fujisawa
4f7ec6f629
Bug 1207490 - Part 5: Remove use of expression closure from browser/base/content/test/social/. r=Gijs
2015-09-23 17:56:55 +09:00
Tooru Fujisawa
4cc5faca8c
Bug 1207490 - Part 4: Remove use of expression closure from browser/base/content/test/plugins/. r=Gijs
2015-09-23 17:56:47 +09:00
Tooru Fujisawa
9d4a190b1a
Bug 1207490 - Part 3: Remove use of expression closure from browser/base/content/test/newtab/. r=Gijs
2015-09-23 17:56:40 +09:00
Tooru Fujisawa
6133b41176
Bug 1207490 - Part 2: Remove use of expression closure from browser/base/content/test/general/. r=dao
2015-09-23 17:56:32 +09:00
Zachary Carter
bdcb087ad8
Bug 1205286 - Make about:home Sync icon always link to about:preferences#sync r=markh
2015-09-29 16:49:21 -07:00
Neil Deakin
8aae37b0ad
Bug 1208789, clear starting node before traversing backwards by document, r=smaug
2015-09-29 14:49:34 -04:00
Bill McCloskey
1159864e94
Bug 967873 - Test changes for async removeTab (r=Gijs)
2015-10-01 21:18:05 -07:00
Bill McCloskey
2b48f45c47
Bug 967873 - Start TabView when starting tests that might lazily load it (r=Gijs)
2015-10-01 21:18:05 -07:00
Bill McCloskey
096aa70161
Bug 967873 - Make browser_relatedTabs.js not race in e10s (r=Gijs)
2015-10-01 21:18:04 -07:00
Brian Grinstead
89ee7afc59
Bug 1206916 - Crop permissions labels if there isn't enough space in the Control Center;r=paolo
2015-09-30 12:03:27 -07:00
Gijs Kruitbosch
ee5e92720f
Bug 636905 - part 3: flip prefs in tests to keep them working, r=jaws
2015-09-26 15:01:51 +01:00
Neil Deakin
806628383a
Bug 1199239, remove cpow usage from bookmark this page, r=mak
2015-09-25 21:14:43 -04:00
Paolo Amadini
e90219b405
Bug 1204486 - Simplify gIdentityHandler and show connection type in the fullscreen notification. r=ttaubert
2015-09-22 14:37:39 +01:00
Dave Townsend
f657500ff0
Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
...
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.
I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.
UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.
2015-09-14 11:04:19 -07:00
Xidorn Quan
4b27b1c6db
Bug 1207443 - Change browser_parsable_css.js to load stylesheets with chrome privilege. r=Gijs
2015-09-23 22:15:04 +10:00
Florian Quèze
2074069a60
Bug 862148 - remove the DATA_* and TYPE_* constants from nsISearchEngine, r=adw.
2015-09-23 12:05:37 +02:00
Mark Hammond
51d0946704
Bug 1206571 - ensure Sync UI is in correct state before Sync initialized. r=adw
2015-09-23 11:00:40 +10:00
Wes Kocher
9d138a0abc
Merge inbound to central, a=merge CLOSED TREE
2015-09-22 16:42:03 -07:00
Wes Kocher
69b522405d
Backed out 3 changesets (bug 1192924) for Android bustage CLOSED TREE
...
Backed out changeset 30d612836685 (bug 1192924)
Backed out changeset a6860f880e01 (bug 1192924)
Backed out changeset 10e1fa2cc23a (bug 1192924)
2015-09-22 11:02:55 -07:00
Gijs Kruitbosch
be51431fdf
Bug 1199289 - r=valentin,dao
2015-09-22 16:26:15 +01:00
Carsten "Tomcat" Book
ae9e49f806
Merge mozilla-central to mozilla-inbound
2015-09-22 12:49:44 +02:00
Jan-Ivar Bruaroey
9614e19203
Bug 1206982 - getUserMedia s/PermissionDeniedError/SecurityError/. r=jesup
2015-09-21 20:57:12 -04:00
J. Ryan Stinnett
b17c143421
Bug 912121 - Update misc. DevTools paths and comments. rs=devtools
2015-09-21 12:07:31 -05:00
Dave Townsend
eef8701d19
Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
...
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.
I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.
UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.
2015-09-14 11:04:19 -07:00
David Rajchenbach-Teller
92d08d3e02
Bug 1089695 - Async sanitize.js (newtab tests);r=ttaubert
2015-07-27 19:19:26 +02:00
David Rajchenbach-Teller
c95d591e6c
Bug 1089695 - Async sanitize.js;r=mak
2015-07-27 19:18:19 +02:00
Wes Kocher
9434a08a1e
Merge fx-team to central, a=merge
2015-09-18 13:58:09 -07:00
Mike de Boer
8e9d59cb36
Bug 1204577: remove invalid CSS properties from Loop/ Hello source files. r=Standard8
2015-09-18 13:20:59 +02:00
Xidorn Quan
edb6735353
Bug 1204149 - Fix entering DOM fullscreen in fullscreen mode for e10s. r=smaug
2015-09-18 09:33:54 +08:00
Wes Kocher
91ef0ee2b6
Merge inbound to central, a=merge
2015-09-17 14:59:11 -07:00
Neil Deakin
284eb81455
Bug 1191897, add a flag for popups which allow shortcut keys to not be consumed, fixes shortcuts not working when an e10s select popup is open, r=neil
2015-09-17 11:20:33 -04:00
Neil Deakin
23cb5b74b7
Bug 1168042, content process access key tests, r=masayuki
2015-09-18 08:19:20 -04:00
Gijs Kruitbosch
7d0ab95d50
Bug 1013518 - separate devtools css linting from general browser linting, r=jryans
2015-09-17 14:15:05 +01:00
Gijs Kruitbosch
c034a7ece1
Bug 1062821 - fix browser_parsable_css.js to actually catch errors, r=florian
2015-09-17 14:17:43 +01:00
Richard Barnes
ccd0c374b4
Bug 1204616 - Control Center should show full host name (w/ subdomains) in security block. r=MattN,liuche
2015-09-16 18:01:27 -07:00
Drew Willcoxon
7e7b5deb74
Bug 1198723 - Don't show the urlbar search suggestions opt-in if suggestions are enabled outside the opt-in. r=mak
2015-09-16 11:21:59 -07:00
Drew Willcoxon
9de02d378b
Bug 1186393 - Make urlbar search suggestions call decodeURIComponent on the engine name. r=mak
2015-09-16 11:16:41 -07:00
Wes Kocher
050b69a1d0
Merge mozilla-inbound to m-c a=merge CLOSED TREE
2015-09-16 10:52:53 -07:00
Tim Taubert
b7263b59e5
Bug 1193004 - Always show permissions section in the Control Center r=bgrins
2015-09-16 12:51:19 +02:00
Wes Kocher
4037741ef5
Merge m-c to inbound, a=merge
2015-09-15 17:20:16 -07:00
Florian Quèze
b05ea1aae3
Bug 1201973 - 'Stop Sharing' should also revoke persistent permissions granted to frames, r=Gijs.
2015-09-11 14:18:15 +02:00
Marina Samuel
fdc94e3b7f
Bug 1203577 - Remove hardcoded adgroup buckets. r=Mardak.
2015-09-14 14:44:51 -04:00
Carsten "Tomcat" Book
e49f54351d
Backed out 1 changesets (bug 1193004) for bc7 test failures
...
Backed out changeset 98f6e793e383 (bug 1193004 )
2015-09-14 15:18:25 +02:00