Commit Graph

173113 Commits

Author SHA1 Message Date
Tim Taubert
6463f93f80 Bug 970769 - MenuBar flickers when I click History/Tools menu in the first time r=markh 2014-03-12 18:14:05 -07:00
Mike de Boer
6d7273e398 [Australis] Bug 978309: Introduce a checked state for toolbar buttons with type=checkbox. r=Gijs 2014-03-13 00:42:36 +01:00
Matteo Ferretti
6387e1e919 Bug 959640 - "Have a default icon for add-on SDK widgets in Australis' customization view" r=gijs
--HG--
extra : rebase_source : f435e4b8901fd8100fc78c39d74d0e8b250a0fa5
2014-03-12 08:36:00 +01:00
Nick Alexander
2a693e3f20 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
28663ebee3 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
fbd080396b Bug 982138 - Ignore #* in aapt invocations in mobile/android/base. r=blassey 2014-03-12 17:22:27 -07:00
Drew Willcoxon
8ff494069b Bug 975528 - Add search component tests for Bing searches. r=MattN,gavin 2014-03-12 16:56:00 -07:00
Shane Caraveo
8f98b0f308 Bug 978483 [Australis] add sidebar button image for winXP, r=Gijs 2014-03-12 16:48:30 -07:00
Tim Taubert
7192454e4a Backed out changeset 92f37b7106a4 (bug 970769) on a CLOSED TREE r=bustage 2014-03-12 16:33:59 -07:00
Tim Taubert
b04a0d5bc5 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
1357b1b13a [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
f69e659748 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
5c6c687def 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
660bcc0971 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
ffcb6f7d1d 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
d60f2425b4 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
815b1834cb 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
4666486723 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
ff024b59ab Bug 981310 - Displayed error tapping navbar under input element after URL TextSelection, r=jimm 2014-03-11 19:25:28 -04:00
Chris Karlof
9e95cbfb16 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
833dcdc683 Backed out changeset c6fc27e68f45 (bug 953012) for mochitest-mc bustage 2014-03-11 15:39:31 -07:00
Wes Kocher
a3215a3aeb Backed out changeset 4f50ba79c6ff (bug 912900) for m-oth bustage 2014-03-11 15:32:15 -07:00
Girish Sharma
2556e27bde Bug 965872 - Storage Inspector - actor for cookies, local storage and session storage, r=jwalker 2014-03-12 03:36:43 +05:30
Jan Keromnes
568db05ae8 Bug 974498 - Refactor XPIProvider's private zip utilities into a ZipUtils.jsm. r=Mossop 2014-03-11 17:01:29 -04:00
Jan Keromnes
b0d87dad18 Bug 973188 - Make the Developer HUD API nicer for Gaia test integration. r=21 2014-03-11 17:01:29 -04:00
Ratnadeep Debnath
528f2c4c91 Bug 912900 - Show open tabs in connected device's Firefox in AppManager. r=jryans 2014-03-11 17:01:29 -04:00
Bevis Tseng
2c55576445 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
e1a8e672b5 Bug 980354 - 2/2: add more test cases for storage full event. r=hsinyi 2014-03-13 13:44:53 +09:00
Vicamo Yang
220885d16f 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
3bcd1c9eb8 Bug 944625 - B2G Emulator-x86: fix undeclared __NR_sendto, __NR_recvfrom. r=jld,kang 2014-03-13 13:44:43 +09:00
Wes Kocher
7a3239038d Merge m-c to b-i 2014-03-12 21:22:36 -07:00
B2G Bumper Bot
63352859fa Bumping manifests a=b2g-bump 2014-03-12 19:16:24 -07:00
B2G Bumper Bot
55713700d5 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
df6dd96d5f Merge m-c to b2g-inbound 2014-03-12 19:00:47 -07:00
B2G Bumper Bot
c4736f6ba5 Bumping manifests a=b2g-bump 2014-03-12 18:51:00 -07:00
B2G Bumper Bot
40d1ffff4e 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
3514f533c9 Bumping manifests a=b2g-bump 2014-03-12 18:11:21 -07:00
B2G Bumper Bot
1892594f0e 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
c957df3149 Bumping manifests a=b2g-bump 2014-03-12 16:01:25 -07:00
B2G Bumper Bot
c4d4c47cd0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7f2f6573014c
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #17044 from DouglasSherk/dsds-calltext

Bug 980208 - [DSDS][Dialer] Display default SIM and long tap indicator on call button. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/fb6eaad66782
Author: DouglasSherk <github@sherk.me>
Desc: Bug 980208 - [DSDS][Dialer] Display default SIM and long tap indicator on call button. r=Rik
2014-03-12 15:55:23 -07:00
Jed Davis
f8d175ce14 Bug 977859 - Drop uid 0 in all content processes immediately after fork. r=bent r=kang
Now all regular child processes, including preallocated, are deprivileged.
Only Nuwa needs uid 0, because each of its children has a different uid/gid.
2014-03-12 15:48:15 -07:00
Jed Davis
b756489606 Bug 976398 - Check camera permissions directly instead of using Unix groups. r=mwu r=bent
Loosely based on the code used to check PRemoteOpenFile.
2014-03-12 15:48:15 -07:00
Ryan VanderMeulen
ae5156977e Merge m-c to b2g-inbound. 2014-03-08 01:26:52 -08:00
B2G Bumper Bot
1409e3921b Bumping manifests a=b2g-bump 2014-03-11 12:11:39 -07:00
B2G Bumper Bot
a16e0e3da7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8dfc05371d7f
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #16848 from benfrancis/978371

Bug 978371 - Fix editing bookmark URLs r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/be625f9a3e41
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 978371 - Fix editing bookmark URLs
2014-03-11 12:10:23 -07:00
B2G Bumper Bot
ed57e852cd Bumping manifests a=b2g-bump 2014-03-11 11:51:00 -07:00
B2G Bumper Bot
0c0de1aed1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6195441c7748
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #17087 from etiennesegonzac/bug-980984-incoming-alert-from-system

Bug 980984 - Alert the user of an incoming from the system app to improve performance r=alive, rik

========

https://hg.mozilla.org/integration/gaia-central/rev/b15ab79f660a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 980984 - Alert the user of an incoming from the system app to improve performance.
r=alive, rik
2014-03-11 11:45:25 -07:00
B2G Bumper Bot
2a4bfce681 Bumping manifests a=b2g-bump 2014-03-11 11:41:26 -07:00
B2G Bumper Bot
e47183f91a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/30948612490a
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #17074 from millermedeiros/981441-dst-day-view

Bug 981441 - DST bug in day_view_test.js results in "TEST-UNEXPECTED-FAIL | day view events longer than 2h click after event end" during the day daylight time begins r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/a57be6acbe8e
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 981441 - DST bug in day_view_test.js results in "TEST-UNEXPECTED-FAIL | day view events longer than 2h click after event end" during the day daylight time begins

========

https://hg.mozilla.org/integration/gaia-central/rev/ae68e52eec42
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #16685 from DouglasSherk/dsds

Bug 946866 - [DSDS][Dialer][SMS] On-the-fly SIM change when calling, supporting refactors. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/68a2f4f1d760
Author: DouglasSherk <github@sherk.me>
Desc: Bug 946866 - [DSDS][Dialer][SMS] On-the-fly SIM change when calling, supporting refactors. r=Rik
2014-03-11 11:35:22 -07:00
B2G Bumper Bot
ede97620c5 Bumping manifests a=b2g-bump 2014-03-11 11:11:39 -07:00