Nick Alexander
0085b53d8d
Bug 1220892 - Part 3: Remove Task sub-classes. r=mcomella
...
--HG--
extra : commitid : 17ZIKjkJ8OE
extra : rebase_source : 2b75ff0db176019548c601e31b07ce385ad216a5
extra : histedit_source : 2e90bb0d2a628e38e1a379f346c980e9d1c25178
2015-11-30 15:47:50 -08:00
Nick Alexander
4fc6268fba
Bug 1220892 - Part 2: Remove Activity sub-classes. r=mcomella
...
--HG--
extra : commitid : 5VlhtXO87jE
extra : rebase_source : bd14d631ddfc04ac33800baea3c72f5ebdbcba1f
extra : histedit_source : 3d963cbdf58b711493184d1f3532ad5d4b129f9c
2015-11-30 14:59:44 -08:00
Nick Alexander
3e1c5ea1e5
Bug 1220892 - Part 1: Remove MOZ_ANDROID_NATIVE_ACCOUNTS_UI. r=mcomella
...
--HG--
extra : commitid : 3drJfjq0uyX
extra : rebase_source : 67a2e524b90f78e8f719e1f8efc9a84a6f9a19dd
extra : histedit_source : 68805f753e785e2d935ee221ba5243597ec24f92
2015-11-30 14:32:17 -08:00
Nick Alexander
1ffe5e6606
Bug 1225456 - Don't launch about:accounts when MOZ_ANDROID_NATIVE_ACCOUNT_UI=1. r=vivek
...
I haven't been able to test this, since the patch is relevant to Nightly
but the behaviour doesn't happen.
--HG--
extra : commitid : EQ5qVuEduv1
extra : rebase_source : adfa48984bdab71b22f86394149e78051385ae57
extra : histedit_source : 7dc7262ad08168213d4b11d5015ce1fddb450c6f
2015-11-27 12:35:36 -08:00
Mark Hammond
18989b2ba8
Bug 1201331 (part 5) - Use a new non-animated icon for the sync button. r=Gijs
2015-12-03 10:05:04 +11:00
Mark Hammond
a795eb0690
Bug 1201331 (part 4) - replace "Tabs from other devices" with "Synced Tabs" on menus and history panel. r=Gijs
2015-12-03 10:05:03 +11:00
Mark Hammond
64831b8ba3
Bug 1201331 (part 3) - add a Synced Tabs panel. r=Gijs
2015-12-03 10:05:03 +11:00
Mark Hammond
c0c731c7d0
Bug 1201331 (part 2) - update tests that use the sync-button as a placeholder for "generic XUL button". r=Gijs
2015-12-03 10:05:03 +11:00
Mark Hammond
a9596f0e57
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
eca5fa9352
Bug 1209967 - test failures: Increase wait time when searching for a menu View. r=me
...
--HG--
extra : commitid : 2GgNWMHNhMm
extra : rebase_source : e9e06254860902dbc8205189db52cef839c2f659
2015-12-01 16:48:09 -08:00
Michael Comella
195fa6db5f
Bug 1209967 - review: Set menu buttons visible in xml & remove dynamic visibility. r=me
...
--HG--
extra : commitid : Adr5XQoRyOj
extra : rebase_source : 8bbc8b9426fa10c0f71f8240761d39f7c1bea739
2015-11-25 15:58:47 -08:00
Michael Comella
95ef1a16d3
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).
--HG--
extra : commitid : CvdAxG8eqKw
extra : rebase_source : 85b7f795ccc2711d5b2a53d477caeb83484cee9b
2015-11-25 15:52:39 -08:00
Michael Comella
ac250a8e1c
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.
--HG--
extra : commitid : vhLV0zb3vp
extra : rebase_source : 714e35ffada24587636c75cc882757f93a509a17
2015-11-25 11:39:23 -08:00
Michael Comella
2d025d29a9
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.
--HG--
rename : mobile/android/base/resources/drawable-hdpi/ic_menu_back.png => mobile/android/base/resources/drawable-hdpi-v11/ic_menu_back.png
rename : mobile/android/base/resources/drawable-xhdpi/ic_menu_back.png => mobile/android/base/resources/drawable-xhdpi-v11/ic_menu_back.png
extra : commitid : ASnzeySsrYa
extra : rebase_source : ede08d251cbcd03a74dfdca02627229e8dd0aa8a
2015-11-17 17:03:07 -08:00
Michael Comella
d42a0e5fb2
Bug 1209967 - Remove HardwareUtils.hasMenuButton. r=sebastian
...
--HG--
extra : commitid : DjNdSMFqC5b
extra : rebase_source : 984016dae4cd58af8ecf92c39f13f71f8ccea4b2
2015-11-17 16:25:39 -08:00
Michael Comella
4fde2d1869
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.
--HG--
extra : commitid : D6r3O8bmcqP
extra : rebase_source : ec59d37483da7db42d252ddee672a04de8e9e203
2015-11-17 15:04:59 -08:00
Wes Kocher
66050f6f32
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
fdc2d1bcff
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
6092606eef
Bug 1227348 - Add default homepage radio buttons to homepage preference. r=margaret
...
--HG--
extra : commitid : EyUoDoJAiHG
extra : rebase_source : 1e8c7e7a2ebdc357a24cd68f668cd670c4916f18
2015-12-01 14:03:45 -08:00
Michael Comella
278a244439
Bug 1227348 - Remove imports, provide better access levels. r=margaret
...
--HG--
extra : commitid : DSl44w0r0xM
extra : rebase_source : 2706f0a069fea995f5666df2a74be2777dc25060
2015-11-24 11:26:49 -08:00
Dave Townsend
a1ab52f9e5
Bug 1229097: Fix missed review comment by converting all rules to errors.
...
--HG--
extra : commitid : JsE6aaObHHx
2015-12-02 10:18:30 -08:00
Dave Townsend
fc88dbf721
Bug 1229097: Land an initial .eslintrc for browser and toolkit. r=gijs, r=Standard8
...
Currently all rules are commented out except eol-last.
--HG--
extra : commitid : LNskOtOlV0S
extra : rebase_source : f58910dde85902a33d0c148df19d18244b7202a4
2015-11-30 10:45:45 -08:00
Gijs Kruitbosch
a1d2cbe369
Bug 1229831 - tab group migration code loses group titles, r=felipe
...
--HG--
extra : commitid : KTKQdwPfrDm
extra : rebase_source : 89f76dba7cac7fae2e8da250752bc72b882c1cac
extra : amend_source : 05ffb2bfcf9eb33097b910d82d10ea085c95e0a4
2015-12-02 17:31:22 +00:00
Brian Grinstead
c35cd26b68
Bug 1218455
- Special case 'this' to include in console autocompletion;r=fitzgen
...
--HG--
extra : commitid : 5DSbxvVyd3w
2015-12-02 09:24:16 -08:00
Kris Maglione
0776c5fb47
Bug 1190688: Part 2 - [webext] Add tests for executeScript permission checks. r=billm
...
--HG--
extra : commitid : EEVPrB3WgcX
extra : rebase_source : 98f6f3363287429c8211c28f50e5a8abb0a66a01
2015-12-01 20:47:08 -08:00
Kris Maglione
de25656504
Bug 1190688: Part 1 - [webext] Implement the activeTab permission. r=billm
...
--HG--
extra : commitid : 3fCvT7O5Oax
extra : rebase_source : 6df43947daa552eb318bf74a3c71792889328618
2015-12-01 20:37:41 -08:00
Kris Maglione
6c8390c592
Bug 1193837: Part 2 - [webext] Enforce host matching and load URI restrictions on tabs.executeScript and insertCSS. r=billm
...
--HG--
extra : commitid : AHQ6RpQNa70
extra : rebase_source : 913662702f1a06a7773fd31e93eb095cab6b37d7
2015-12-01 20:32:18 -08:00
Kris Maglione
0f0eb46ae3
Bug 1193837: Part 1 - Cache the last known inner window ID of remote browsers in parent process. r=billm
...
--HG--
extra : commitid : 1xpKE9udP68
extra : rebase_source : 7627cdca7e7b0d8abb321b034b1c11a6db3b0eb7
2015-11-30 17:56:01 -08:00
Mark Banner
49fbc4cc87
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
b62903e4e0
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
5bf82e8de0
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
1486293294
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
8f69e173dd
Bug 1225192 - remove leading whitespace before prettifying css; r=pbrosset
2015-12-02 08:27:26 -07:00
Tom Tromey
375dcc04c9
Bug 1225192 - fix eslint complaints about css-logic.js; r=pbrosset
2015-12-02 08:27:25 -07:00
Patrick Brosset
5d815b1193
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.
--HG--
extra : commitid : XRFyYaY2uz
extra : histedit_source : d2ed20a625eaf22672af9c2eb4603189d65a4145%2Cf1153001150848ace5c512e5894c3b72593dfd0d
2015-12-02 13:52:15 +01:00
Carsten "Tomcat" Book
5f468985d9
Merge mozilla-central to fx-team
2015-12-02 15:22:46 +01:00
Carsten "Tomcat" Book
5adcabb340
merge mozilla-inbound to mozilla-central a=merge
2015-12-02 15:20:57 +01:00
Carsten "Tomcat" Book
541bf4c5e1
merge fx-team to mozilla-central a=merge
2015-12-02 15:17:31 +01:00
Carsten "Tomcat" Book
65582a0685
merge b2g-inbound to mozilla-central a=merge
2015-12-02 15:14:12 +01:00
Mark Banner
60f7f63fa5
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
8230cd1d11
Backed out changeset fdbc50946db3 (bug 1223297) for test failures
...
--HG--
extra : rebase_source : 0ca7ee0d62d633bc7462fae75787050e8d6463d5
2015-12-02 11:56:45 +01:00
Carsten "Tomcat" Book
1e57fae9f1
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
52617b5f9e
Bumping manifests a=b2g-bump
2015-12-02 02:49:58 -08:00
B2G Bumper Bot
524a9f2bc6
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
44cd9f4db8
Backed out changeset 7a9e01e904b0 (bug 1137681) for test bustage on a CLOSED TREE
2015-12-02 11:28:46 +01:00
B2G Bumper Bot
fb3c6435da
Bumping manifests a=b2g-bump
2015-12-02 02:25:13 -08:00
B2G Bumper Bot
b89a6ac527
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
83cbdce996
Bumping manifests a=b2g-bump
2015-12-02 01:30:28 -08:00
B2G Bumper Bot
aa40d99114
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
cc17273b85
Backed out changeset 1e400c0266e5 (bug 1224887) for build bustage
...
ON A CLOSED TREE
2015-12-02 14:51:30 +05:30