Mark Hammond
ef3a69b4dc
Bug 1201331 (part 1) - use a broadcaster to manage the Sync status. r=adw
...
This patch leverages broadcasters to keep the various sync UI elements sane.
Rather than adding yet another button ID to browser-syncui, we now just update
the broadcaster and let all the elements automagically get the attributes.
2015-12-03 10:05:03 +11:00
Michael Comella
7564cb24af
Bug 1209967 - test failures: Increase wait time when searching for a menu View. r=me
2015-12-01 16:48:09 -08:00
Michael Comella
a0e41084ee
Bug 1209967 - review: Set menu buttons visible in xml & remove dynamic visibility. r=me
2015-11-25 15:58:47 -08:00
Michael Comella
2732123e0b
Bug 1209967 - Fix AppMenuComponent to work on GB. r=sebastian
...
This required us to use the menu button to open the menu and check
if the menu is open by looking at more menu items due to intermittent
issues where the menu would not always be scrolled to the top (I
think Robotium scrolled the menu before it finished appearing so
we couldn't see the first item and failed the isOpen test).
2015-11-25 15:52:39 -08:00
Michael Comella
1d20c3118c
Bug 1209967 - Remove Asserts from BrowserApp. r=me
...
We added some Asserts but the robocop tests fail for an unknown reason. The
error was:
E/MessageQueue-JNI( 1972): java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation
I tried a few things but in the end just decided to remove them.
2015-11-25 11:39:23 -08:00
Michael Comella
232b0533aa
Bug 1209967 - Remove android:icons from GB menu. r=sebastian
...
ic_menu_back was not in the v11 folder so I moved the all-API asset to the v11
folder.
2015-11-17 17:03:07 -08:00
Michael Comella
d9c7cf8c5e
Bug 1209967 - Remove HardwareUtils.hasMenuButton. r=sebastian
2015-11-17 16:25:39 -08:00
Michael Comella
7e741da67f
Bug 1209967 - Toolbar: Always show the overflow menu.
...
This required us to use the custom menu inflater and panels on GB.
One side effect of this change is that the menu button no longer
closes the menu on GB. I tried to fix this but BrowserApp.onKeyDown
is not fired when the menu is open on GB and I'm not sure why that
is. However, I don't think it's worth my time to fix since it's GB.
2015-11-17 15:04:59 -08:00
Wes Kocher
a73b95a5ef
Backed out 2 changesets (bug 1193837) because the web extension tests are failing CLOSED TREE
...
Backed out changeset ebe2433705a5 (bug 1193837)
Backed out changeset c3307a5ac126 (bug 1193837)
2015-12-02 13:23:18 -08:00
Wes Kocher
1477d0b289
Backed out 2 changesets (bug 1190688) for browser_ext_tabs_executeScript.js permatimeouts
...
Backed out changeset 1d5e9f3d094d (bug 1190688)
Backed out changeset 4a10c564dfca (bug 1190688)
2015-12-02 11:22:31 -08:00
Michael Comella
cb5848480e
Bug 1227348 - Add default homepage radio buttons to homepage preference. r=margaret
2015-12-01 14:03:45 -08:00
Michael Comella
1ce0d7452b
Bug 1227348 - Remove imports, provide better access levels. r=margaret
2015-11-24 11:26:49 -08:00
Dave Townsend
f7cfa02fd4
Bug 1229097: Fix missed review comment by converting all rules to errors.
2015-12-02 10:18:30 -08:00
Dave Townsend
66dc5f5d28
Bug 1229097: Land an initial .eslintrc for browser and toolkit. r=gijs, r=Standard8
...
Currently all rules are commented out except eol-last.
2015-11-30 10:45:45 -08:00
Gijs Kruitbosch
7064bb92ac
Bug 1229831 - tab group migration code loses group titles, r=felipe
2015-12-02 17:31:22 +00:00
Brian Grinstead
5f1a24b878
Bug 1218455 - Special case 'this' to include in console autocompletion;r=fitzgen
2015-12-02 09:24:16 -08:00
Kris Maglione
fdb63701d2
Bug 1190688: Part 2 - [webext] Add tests for executeScript permission checks. r=billm
2015-12-01 20:47:08 -08:00
Kris Maglione
edaaa2b84b
Bug 1190688: Part 1 - [webext] Implement the activeTab permission. r=billm
2015-12-01 20:37:41 -08:00
Kris Maglione
d579dcd3a9
Bug 1193837: Part 2 - [webext] Enforce host matching and load URI restrictions on tabs.executeScript and insertCSS. r=billm
2015-12-01 20:32:18 -08:00
Kris Maglione
377e85efed
Bug 1193837: Part 1 - Cache the last known inner window ID of remote browsers in parent process. r=billm
2015-11-30 17:56:01 -08:00
Mark Banner
f4cfcf44c1
Bug 1229471 - LoopUI shouldn't try to use toolbar buttons in the hidden window. r=mikedeboer
2015-12-02 16:08:34 +00:00
Mark Banner
31da47be6c
Bug 1229351 - If the Loop button was removed from the toolbar will re-appear when the Loop system add-on is activated. r=Gijs
2015-12-02 16:08:34 +00:00
Florian Quèze
c70c8cde26
Bug 1227045 - fix intermittent test failures due to the cache file not being consistently saved before test-triggered restarts, r=mak.
2015-12-02 16:51:15 +01:00
Florian Quèze
e86baae747
Bug 1227045 - Save the new current engine when it has been set as a fallback after the previous current engine was removed, r=mak.
2015-12-02 16:51:15 +01:00
Tom Tromey
b25d8399f4
Bug 1225192 - remove leading whitespace before prettifying css; r=pbrosset
2015-12-02 08:27:26 -07:00
Tom Tromey
26c96bf4e5
Bug 1225192 - fix eslint complaints about css-logic.js; r=pbrosset
2015-12-02 08:27:25 -07:00
Patrick Brosset
cc9fdc2169
Bug 1171863 - Define all positions and sizes in percentage for auto-resize; r=tromey
...
Instead of having the various positions and sizes of elements of the timeline
defined in pixels, this defines them in % of the total width.
This way the animations, scrubber, etc... adapt as you resize the panel.
The only complex thing here is resizing the header and background. Both of
them are generated via javascript. To do this, they are now positioned and sized
in % too, so they resize when the window is resized, and after a debounced
delay, they get re-generated too.
2015-12-02 13:52:15 +01:00
Carsten "Tomcat" Book
05371c75fe
Merge mozilla-central to fx-team
2015-12-02 15:22:46 +01:00
Carsten "Tomcat" Book
0f9a85616c
merge mozilla-inbound to mozilla-central a=merge
2015-12-02 15:20:57 +01:00
Carsten "Tomcat" Book
276a90c5fc
merge fx-team to mozilla-central a=merge
2015-12-02 15:17:31 +01:00
Carsten "Tomcat" Book
e1b1fac3b0
merge b2g-inbound to mozilla-central a=merge
2015-12-02 15:14:12 +01:00
Mark Banner
9a77d3da71
Bug 1229492 - Hello fails on Linux as a system add-on due to trying to load platform.css that doesn't exist. r=mikedeboer
2015-12-02 13:05:39 +00:00
Carsten "Tomcat" Book
dbd4bade05
Backed out changeset fdbc50946db3 (bug 1223297) for test failures
2015-12-02 11:56:45 +01:00
Carsten "Tomcat" Book
c7cd1df369
Backed out changeset 720b3adb1df5 (bug 1137681) since this need to be out too on a CLOSED TREE
2015-12-02 11:50:27 +01:00
B2G Bumper Bot
6df720bcfe
Bumping manifests a=b2g-bump
2015-12-02 02:49:58 -08:00
B2G Bumper Bot
0fc6e684e4
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3835ad6d95f3
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33480 from ferjm/bug1228967.sign.in.after.empty.account
Bug 1228967 - Cannot sign back in after signing out of empty account.…
========
https://hg.mozilla.org/integration/gaia-central/rev/1179077941ea
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1228967 - Cannot sign back in after signing out of empty account. r=michielbdejong
========
https://hg.mozilla.org/integration/gaia-central/rev/bc071d10a355
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33481 from michielbdejong/1221234-enable-sync-on-the-phone
Bug 1221234 - Enable FxSync on the phone, r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/ce845a05c608
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1221234 - Enable FxSync on the phone, r=ferjm
2015-12-02 02:49:42 -08:00
Carsten "Tomcat" Book
964594e6de
Backed out changeset 7a9e01e904b0 (bug 1137681) for test bustage on a CLOSED TREE
2015-12-02 11:28:46 +01:00
B2G Bumper Bot
f66e4bb5fa
Bumping manifests a=b2g-bump
2015-12-02 02:25:13 -08:00
B2G Bumper Bot
3a3766ed71
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0f8a25a82566
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33361 from michielbdejong/1224203-network-timeouts
Bug 1224203 - Update Kinto.js to version 6ea1cf5 (1 December 2015), r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/a1a124742e23
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1224203 - Update Kinto.js to version 6ea1cf5 (1 Dec), r=ferjm
2015-12-02 02:24:57 -08:00
B2G Bumper Bot
17cc1754aa
Bumping manifests a=b2g-bump
2015-12-02 01:30:28 -08:00
B2G Bumper Bot
b1a511d6a1
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5aa9f72f6a50
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33470 from ferjm/bug1225450.iac.check.sync
Bug 1225450 - Check origin for Sync Inter-App-Communication (IAC). r=…
========
https://hg.mozilla.org/integration/gaia-central/rev/f9fa9902cc2c
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1225450 - Check origin for Sync Inter-App-Communication (IAC). r=michielbdejong
========
https://hg.mozilla.org/integration/gaia-central/rev/bfbf5c5feecb
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #33469 from azasypkin/bug-1229381-test-startup-limit
Bug 1229381 - [Raptor] "test-startup-limit" app is not included into Raptor distribution. r=eperelman
========
https://hg.mozilla.org/integration/gaia-central/rev/f476f67bddca
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1229381 - [Raptor] "test-startup-limit" app is not included into Raptor distribution. r=eperelman
2015-12-02 01:30:13 -08:00
Nigel Babu
7b7fe2e9ce
Backed out changeset 1e400c0266e5 (bug 1224887) for build bustage
...
ON A CLOSED TREE
2015-12-02 14:51:30 +05:30
Nigel Babu
83b61a4a2c
Backed out changeset df07a5d14903 (bug 1224887) for build bustage
...
Backed out changeset 0bc40a9a5804 (bug 1224887)
2015-12-02 14:51:20 +05:30
B2G Bumper Bot
2c1d9a5e63
Bumping manifests a=b2g-bump
2015-12-02 00:41:05 -08:00
B2G Bumper Bot
849f32f134
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/11741fdea798
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33211 from Phoxygen/bug1217761-edit_icon
Bug 1217761 - update gaia-icons for edit icon. r=wilsonpage
========
https://hg.mozilla.org/integration/gaia-central/rev/19d6e8ee09ba
Author: Augustin Trancart <augustin.trancart@phoxygen.com>
Desc: Bug 1217761 - update gaia-icons for edit icon.
Edit icon must be mirrored in downloads and call log view.
========
https://hg.mozilla.org/integration/gaia-central/rev/ffcbd2ee4808
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33343 from AlekoNN/bug_1179464
Bug 1179464 - Modyfying 'start communicating' phrase. r=stas
========
https://hg.mozilla.org/integration/gaia-central/rev/0571181f6351
Author: Alexey Yakimov <Alexey.Yakimov@harman.com>
Desc: Bug 1179464 - Modyfying 'start communicating' phrase R=AlekoNN
2015-12-02 00:40:35 -08:00
Nigel Babu
986ff39a5c
Backed out changeset 0d6721e243d3 (bug 1228339) for build bustage
...
CLOSED TREE
2015-12-02 14:09:40 +05:30
Alfredo Yang
22b5a849da
Bug 1224887: add OpenMax IL headers. r=jya, with actual patch
...
CLOSED TREE
2015-12-02 13:52:56 +05:30
Gregory Arndt
0079b70ec2
Bug 1227355 - Remove update channel environment variable from aries device config r=catlee a=b2g-otaneedsthis
2015-12-01 18:14:07 -06:00
Wes Kocher
acc1d9908c
Merge fx-team to central, a=merge
2015-12-01 16:07:14 -08:00
Wes Kocher
630a557841
Merge inbound to central, a=merge
2015-12-01 15:43:33 -08:00