Commit Graph

173178 Commits

Author SHA1 Message Date
Nick Alexander
58d8245ff4 Bug 979537 - Make geckoview_resources.zip include res/values/strings.xml. r=trivial
The commit looks large, but it's trivial: just replacing $(android_res_files) with $(all_resources) in

+geckoview_resources.zip: $(all_resources) $(GLOBAL_DEPS)

It looks bigger because it needs to move below the definition of $(all_resources).
2014-03-12 17:22:27 -07:00
Nick Alexander
947f8f4ee9 Bug 979388 - Make aapt invocation rebuild R.java. r=glandium
This commit adds an empty recipe to dependencies of .aapt.deps, which
forces the appropriate gecko-R.jar rebuild.  This is because Make treats
targets with no recipe at all differently than targets with an empty
recipe, in a way that defeats our dependencies.

What appeared to be happening is the following:

Touch a resource.  On the next build, .aapt.deps is stale, so aapt is
invoked, which generates R.java, and we touch .aapt.deps.

Now R.java depends on .aapt.deps, but this does not appear to force Make
to consider targets that depend on R.java to be stale.  A target that
depends on R.java (such as gecko-R.jar) itself compares timestamps and
finds that gecko-R.jar is newer than R.java (from the previous build),
and this comparison appears to happen before aapt is invoked.  So even
though .aapt.deps is seen to be stale, and by transitivity R.java is
stale, this does not mark gecko-R.jar as stale.  The timestamp check
between R.java and gecko-R.jar appears to happen *before* aapt is
invoked.

On the second build following the update, the R.java generated in the
previous build is newer than gecko-R.jar, triggering the observed
rebuild of gecko-R.jar.
2014-03-12 17:22:27 -07:00
Nick Alexander
8d9f2b08c6 Bug 982138 - Ignore #* in aapt invocations in mobile/android/base. r=blassey 2014-03-12 17:22:27 -07:00
Drew Willcoxon
09029ce2f6 Bug 975528 - Add search component tests for Bing searches. r=MattN,gavin 2014-03-12 16:56:00 -07:00
Shane Caraveo
6a8d317944 Bug 978483 [Australis] add sidebar button image for winXP, r=Gijs 2014-03-12 16:48:30 -07:00
Tim Taubert
cb7dfd454c Backed out changeset 92f37b7106a4 (bug 970769) on a CLOSED TREE r=bustage 2014-03-12 16:33:59 -07:00
Tim Taubert
a819ca7c65 Bug 970769 - MenuBar flickers when I click History/Tools menu in the first time r=markh 2014-03-12 15:35:46 -07:00
Mike de Boer
ce53212f9a [Australis] Bug 980445: adjust Bookmarks button border state on hover and panel open. r=mconley 2014-03-12 23:37:12 +01:00
Chris Karlof
3da7bdaa3a Bug 982848: Don't clear syncKeyBundle in BrowserID Identity manager during failures to fetch token. r=markh
--HG--
extra : rebase_source : 42bccbef9e86cbc2f9e6113656acdddd04844f67
2014-03-12 14:31:18 -07:00
Gijs Kruitbosch
85365e1d69 Bug 981418 - add onBeforeCreated handler for Australis widgets so add-ons have warning when their widget is created, and fix a race condition in the panelmultiview code that showed up in the automated test, r=jaws 2014-03-11 23:50:57 +00:00
Gavin Sharp
60c57a6264 Bug 966342: Tools menu shows "Sync now" to unverified users in some cases, r=markh
Changes include:
- have gSyncUI._needsSetup check Weave.Service.identity._signedInUser (if already set) and return true if the user is not verified
- make the menuitem hiding/showing code in gSyncUI.updateUI a bit easier to follow

--HG--
extra : rebase_source : b5a99354e13db798ea3d0380391db1993bf36408
2014-03-10 17:24:07 -07:00
Gijs Kruitbosch
a7ec4024dd Bug 981548 - bookmark star animation disables click on bookmarks widget during transition, r=mak
--HG--
extra : rebase_source : a4f5f1ba45da12269eae0ca05cc366b14cdec906
2014-03-10 21:28:06 +00:00
Gijs Kruitbosch
22d311eb28 Bug 978309 - add custom arrows for Australis bookmarks menu panel on Windows and Linux, r=mikedeboer
--HG--
extra : rebase_source : 61e9c45b52714e41d74f2743863693af595a2d89
2014-03-11 00:59:16 +00:00
Gijs Kruitbosch
82578a68e9 Bug 982027 - moving item around in Australis' customize mode shouldn't remove custom context menu, r=jaws
--HG--
extra : rebase_source : 5d756bcfe2a7906f15d69405b8b23070ac293ec9
2014-03-11 12:29:25 +00:00
Wes Kocher
88ad61a22a Backed out changeset f8f0091f945c (bug 918507) for pushing win8debug m-bc logs over the limit 2014-03-11 17:15:44 -07:00
Mark Capella
ae80dc6181 Bug 981310 - Displayed error tapping navbar under input element after URL TextSelection, r=jimm 2014-03-11 19:25:28 -04:00
Chris Karlof
2faf3c1b66 Bug 981140 - Make the FxA signup uri pref and path explicitly reference signup. r=markh 2014-03-11 15:58:27 -07:00
Wes Kocher
1bf9f76377 Backed out changeset c6fc27e68f45 (bug 953012) for mochitest-mc bustage 2014-03-11 15:39:31 -07:00
Wes Kocher
e8bf779de6 Backed out changeset 4f50ba79c6ff (bug 912900) for m-oth bustage 2014-03-11 15:32:15 -07:00
Girish Sharma
6cc0fe6b61 Bug 965872 - Storage Inspector - actor for cookies, local storage and session storage, r=jwalker 2014-03-12 03:36:43 +05:30
Jan Keromnes
932b84b942 Bug 974498 - Refactor XPIProvider's private zip utilities into a ZipUtils.jsm. r=Mossop 2014-03-11 17:01:29 -04:00
Jan Keromnes
902f8046ea Bug 973188 - Make the Developer HUD API nicer for Gaia test integration. r=21 2014-03-11 17:01:29 -04:00
Ratnadeep Debnath
dd9a59db21 Bug 912900 - Show open tabs in connected device's Firefox in AppManager. r=jryans 2014-03-11 17:01:29 -04:00
Chuck Lee
da91fc2965 Bug 972628 - Remove redundant network while loading network config. r=vchang 2014-03-10 16:48:13 +08:00
B2G Bumper Bot
6c21e273f5 Bumping manifests a=b2g-bump 2014-03-13 06:01:27 -07:00
B2G Bumper Bot
3998ece808 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/40471bfa7ae5
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #17151 from chirarobert/xfail_test_dialer_find_contact

Bug 983088 - Xfail test_dialer_find_contact with Bug 983054

========

https://hg.mozilla.org/integration/gaia-central/rev/925e5c16f2e3
Author: chirarobert <robert.chira@softvision.ro>
Desc: Bug 983088 - Xfail test_dialer_find_contact with Bug 983054
2014-03-13 05:50:24 -07:00
B2G Bumper Bot
8a485558ca Bumping manifests a=b2g-bump 2014-03-13 05:22:50 -07:00
B2G Bumper Bot
d753224958 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7f3c076db8bb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #17119 from KevinGrandon/bug_982571_contacts_mock_jshint

Bug 982571 - [Contacts] JSHint fixes for contact unit test mocks r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/8dc5f248cd53
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 982571 - [Contacts] JSHint fixes for contact unit test mocks r=arcturus
2014-03-13 05:22:39 -07:00
Carsten "Tomcat" Book
3f68e5ec9d Merge mozilla-central to b2g-inbound 2014-03-13 13:18:27 +01:00
B2G Bumper Bot
1b55b3ac8a Bumping manifests a=b2g-bump 2014-03-13 04:51:40 -07:00
B2G Bumper Bot
692756b14b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e2e335ae3d3
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #17029 from bebef1987/test_contacts

Bug 973269 - Intermittent TEST-UNEXPECTED-FAIL | test_edit_contact.py

========

https://hg.mozilla.org/integration/gaia-central/rev/f0c34abe2e79
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 973269 - Intermittent TEST-UNEXPECTED-FAIL | test_edit_contact.py test_edit_contact.TestContacts.test_edit_contacttest
2014-03-13 04:50:24 -07:00
B2G Bumper Bot
4bad98d0bc Bumping manifests a=b2g-bump 2014-03-13 04:30:59 -07:00
B2G Bumper Bot
eb3728c794 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d5288fdb345c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 917537 - Turn back on modify_event_test.js it was disabled because of intermittent failures"

This reverts commit 99479a8c5e487a3c8a5430ac3aab37f0e2d67a20.
2014-03-13 04:25:23 -07:00
B2G Bumper Bot
5b1424d3fe Bumping manifests a=b2g-bump 2014-03-13 04:16:23 -07:00
B2G Bumper Bot
bf326d14ab Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/866d611e6368
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 969472 - [B2G][Calendar] Events can still be tapped on and viewed when no calendar accounts are activated"

This reverts commit 0c9fe5806586fe46de83a787ada4fecc893081f0.
2014-03-13 04:10:23 -07:00
B2G Bumper Bot
be28f39892 Bumping manifests a=b2g-bump 2014-03-13 03:51:02 -07:00
B2G Bumper Bot
fe3713ee22 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/30b018d94ee9
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #17121 from jmcanterafonseca/fix_bday_date

Bug 980650 - Contact birthday is always off by 1

========

https://hg.mozilla.org/integration/gaia-central/rev/04dbe759564c
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 980650 - Contact birthday is always off by 1
2014-03-13 03:45:27 -07:00
Bevis Tseng
90fbd7053c Bug 976897 - Define new notification between NetworkManager and outer modules to prevent the race condition of setting routes and using network interface. r=vyang. 2014-03-10 12:36:42 +09:00
Vicamo Yang
eda9ff20bd Bug 980354 - 2/2: add more test cases for storage full event. r=hsinyi 2014-03-13 13:44:53 +09:00
Vicamo Yang
d10a4b1236 Bug 980354 - 1/2: add mmdb_head.js and run mmdb test cases in chrome context. r=hsinyi 2014-03-13 13:44:49 +09:00
Vicamo Yang
459e5b28cf Bug 944625 - B2G Emulator-x86: fix undeclared __NR_sendto, __NR_recvfrom. r=jld,kang 2014-03-13 13:44:43 +09:00
Wes Kocher
a07bbe4b3e Merge m-c to b-i 2014-03-12 21:22:36 -07:00
B2G Bumper Bot
60d06b1b61 Bumping manifests a=b2g-bump 2014-03-12 19:16:24 -07:00
B2G Bumper Bot
90fc745ef0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3981aa44b3b0
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #17088 from gaye/bug-974731

Bug 974731 - Failing calendar marionette test create_event_test.js

========

https://hg.mozilla.org/integration/gaia-central/rev/75405ef01833
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 974731 - Failing calendar marionette test create_event_test.js
2014-03-12 19:10:23 -07:00
Wes Kocher
be053452c9 Merge m-c to b2g-inbound 2014-03-12 19:00:47 -07:00
B2G Bumper Bot
91d730a124 Bumping manifests a=b2g-bump 2014-03-12 18:51:00 -07:00
B2G Bumper Bot
254d936e42 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b2849bce85ef
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #17066 from steveck-chung/message-image-downsample

Bug 949779 - Modify the SMS app to use the new downsample-and-decode image feature when resizing images. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/cf80aebd5ca3
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 949779 - Modify the SMS app to use the new downsample-and-decode image feature when resizing images
2014-03-12 18:45:25 -07:00
B2G Bumper Bot
3420177fe5 Bumping manifests a=b2g-bump 2014-03-12 18:11:21 -07:00
B2G Bumper Bot
b32db1365f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3b717211b3f4
Author: Jed Parsons <jedp@me.com>
Desc: Merge pull request #17141 from SamPenrose/982479-CustomEvent-fix

use correct parameter for CustomEvent constructor; r=jedp

========

https://hg.mozilla.org/integration/gaia-central/rev/dffee4b38bc0
Author: Sam Penrose <spenrose@mozilla.com>
Desc: use correct parameter for CustomEvent constructor
2014-03-12 18:05:22 -07:00
B2G Bumper Bot
5b0bbadb31 Bumping manifests a=b2g-bump 2014-03-12 16:01:25 -07:00