Commit Graph

217006 Commits

Author SHA1 Message Date
Asaf Romano
b2b26d2937 Bug 1103960 - aNewParentGuid isn't passed to onItemMoved by PlacesUtils.bookmarks.update. r=mak. 2014-11-25 14:16:46 +02:00
Asaf Romano
aa7ad700f4 Bug 1096856 - fetch({ url }) should exclude tags. r=mak 2014-11-25 14:00:53 +02:00
Asaf Romano
03d1546776 Bug 1096837 - Allow PlacesUtils.bookmarks.update({ parentGuid, index: DEFAULT_INDEX }). r=mak 2014-11-25 13:33:28 +02:00
Asaf Romano
09ed72721e Bug 1085291 - A bookmark node that is inserted by live-update code is missing bookmarkGuid value. r=mak (Relanding with the test file included this time). 2014-11-25 11:43:26 +02:00
Carsten "Tomcat" Book
5f58a7c2e6 Backed out changeset 6db486ed2de1 (bug 1085291) for breaking Builds on a CLOSED TREE 2014-11-25 09:25:11 +01:00
Carsten "Tomcat" Book
4c9e3ef230 Backed out changeset 3c91378ef39b (bug 1102339) for suspicion of breaking non-Android builds on a CLOSED TREE 2014-11-25 08:43:36 +01:00
Carsten "Tomcat" Book
d3352efd24 Backed out changeset 5be12b2b704f (bug 1102488) 2014-11-25 08:42:58 +01:00
Carsten "Tomcat" Book
e6b8e2e9a1 Backed out changeset e3a52be782f7 (bug 1102488) 2014-11-25 08:42:57 +01:00
Carsten "Tomcat" Book
83d74e0363 Backed out changeset ae7b2705bfa7 (bug 1102488) 2014-11-25 08:42:55 +01:00
Carsten "Tomcat" Book
8f370481ce Backed out changeset 51e6a0c2187b (bug 1102488) 2014-11-25 08:42:54 +01:00
Carsten "Tomcat" Book
0bb3a967c9 Backed out changeset f264f1d096a1 (bug 1102488) 2014-11-25 08:42:50 +01:00
Asaf Romano
e53a970c6c Bug 1103636 - PlacesTransactions.Remove(guids), PlacesTransactions.RemoveBookmarksForUrls. r=mak. 2014-11-25 09:26:42 +02:00
Asaf Romano
f542a66ba4 Bug 1103622 - PlacesTransactions.Annotate for multiple items. r=mak. 2014-11-25 09:20:00 +02:00
Asaf Romano
4c32a7493a Bug 1085291 - A bookmark node that is inserted by live-update code is missing bookmarkGuid value. r=mak. 2014-11-25 09:06:37 +02:00
Richard Newman
1c2fb6a55c Bug 1101527 - Don't set locales after Gecko startup. r=nchen,bnicholson 2014-11-24 22:16:26 -08:00
Nick Alexander
8e81b7d007 Bug 1102488 - Part 3: Output preprocessed files into generated/preprocessed. r=rnewman
The preprocessed files, all of which are constant exports, are exposed
in the new constants JAR.

--HG--
extra : rebase_source : f82988bd98e2390889057982d322add509b2d1c9
extra : source : 05cf424592e66f30c9a6c92f07bb5d9cdf1595a6
2014-11-20 14:25:52 -08:00
Nick Alexander
e8f33cb1e8 Bug 1102488 - Part 2: Don't preprocess GeckoLoader. r=rnewman
I replaced the compile-time ANDROID_PACKAGE_NAME with the run-time
context.getPackageName() for two reasons:

1) I claim this is more correct.  It's hard to imagine Fennec working
with ANDROID_PACKAGE_NAME != context.getPackageName(), but right here
we should use the run-time, not the build-time state.

2) GeckoLoader is part of GeckoView, and as such it shouldn't assume
anything about the package it's running as.

GeckoView consumers may ship for multiple architectures, so we
shouldn't assume anything about the build-time architecture, but the
reference to MOZ_CPU_ABI is purely diagnostic.  There are substantive
changes to make here; we'll cross that bridge some other time.

--HG--
extra : rebase_source : 65b374746f1630fd7c7c201a50bc2ff9dd29090d
extra : source : 48fc328377d41596900fa924b21378ba65a0df1f
2014-11-20 14:39:10 -08:00
Nick Alexander
c0d969b9e7 Bug 1102488 - Part 1: Factor out constants JAR. r=rnewman
The constants JAR contains AppConstants and SysInfo.  SysInfo depended
on HardwareUtils for one function, which can (should?) be in SysInfo
anyway, so I moved it.

Both SysInfo and AppConstants should be available to Robocop tests,
but they are compiled too early to access RobocopTarget.  Since
nothing in GeckoView should know about GeckoView, I moved the
annotation to the Fennec-level proguard.cfg.

--HG--
extra : rebase_source : cdba5f056a41ec28f190dd7ebf82213a358cb3a8
extra : source : d2c14599cbab6c476465a6ba142c7c2501895cb3
2014-11-24 15:37:30 -08:00
Nick Alexander
e69d5e234f Bug 1102488 - Part 0: Make FxAccountConstants independent of Logger. r=rnewman
--HG--
extra : rebase_source : 5f85ea54b5afa611868c856a1027461d6c711b5f
extra : source : 8d1d39582e497c2c47400740304bdc98f0aef0a7
2014-11-20 15:07:35 -08:00
Nick Alexander
ad9821f977 Bug 1102488 - Pre: Remove unused cruft. r=rnewman
I am thrilled that we no longer generate any Java files with "package
@ANDROID_PACKAGE_NAME@;".  Progress, a little at a time!

--HG--
extra : rebase_source : f5211b309488adbab3ad47e63f1a3920093a85d8
extra : source : fa85f8d8b182fad743556a012a982daad121f0b1
2014-11-20 14:05:57 -08:00
Nick Alexander
4d3964dda8 Bug 1102339 - Don't generate widget/Themed*.java. r=rnewman
This lands the widget/Themed*.java sources into the tree and provides
a simple script for regenerating them in the source tree.  Use it
like:

<edit mobile/android/base/widget/ThemedView.java.frag>
$ ./mach python mobile/android/base/widget/generate_themed_views.py
$ hg diff
... changes to Themed*java

--HG--
extra : rebase_source : c32966b91ac0c1c5719532e3b558c123c3d02c7e
extra : source : 4bcc69eb4a27db09b2423c52c22a0c07baffd7d0
2014-11-21 11:04:58 -08:00
Phil Ringnalda
c17cd63da0 Back out a5c944be6248 (bug 1031404) for mochitest-chrome bustage
CLOSED TREE
2014-11-24 19:58:57 -08:00
Gijs Kruitbosch
6345cfae6e Bug 1100914 - switch telemetry to use an array of strings to indicate all states, r=jaws,f=bwinton 2014-11-20 16:07:46 +00:00
Gijs Kruitbosch
f7a8e2e54a Bug 1100079 - enable update badging on Nightly, r=gavin 2014-11-18 19:39:47 +00:00
Gijs Kruitbosch
f10b8e8fbd Bug 1101976 - fix start-at/end-at support because of odd test formats with mochitest-browser, r=ted 2014-11-20 00:02:09 +00:00
Wes Kocher
ba0622f84f Merge m-c to fx-team a=merge 2014-11-24 17:13:20 -08:00
Wes Kocher
f2866151a2 Bug 1104301 - Re-disable this test on linux after an accidental reenabling. r=me a=merge 2014-11-24 16:23:51 -08:00
Wes Kocher
8673b64949 Merge inbound to m-c a=merge 2014-11-24 16:55:25 -08:00
Wes Kocher
59d7edeb8e Merge fx-team to m-c a=merge 2014-11-24 16:28:02 -08:00
Ryan VanderMeulen
240fa20d5e Backed out changesets 9beb53e53951, 4420bb4e5e7c, de1da65301a8, and cd9c2aaf1343 (bug 970307) for causing frequent B2G debug mochitest-11 crashes. 2014-11-24 17:18:27 -05:00
B2G Bumper Bot
3df09f8345 Bumping manifests a=b2g-bump 2014-11-24 11:56:57 -08:00
B2G Bumper Bot
6054e133b8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8879d60a0cc3
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #26402 from albertopq/1100157-ambient-pointer

Bug 1100157 - Utility tray is hard to pull with ambient indicator r=etienne_s

========

https://hg.mozilla.org/integration/gaia-central/rev/3703e3467c4f
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1100157 - Utility tray is hard to pull with ambient indicator
2014-11-24 11:51:53 -08:00
B2G Bumper Bot
f379045d35 Bumping manifests a=b2g-bump 2014-11-24 10:30:33 -08:00
B2G Bumper Bot
1660f2bcd0 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac3824a2f55d
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #26113 from arcturus/bug-1093002

Bug 1093002 - [Flame][v2.1][Contact]The title name of contact list changes after you lock and unlock the screen. r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/43f6a8a364cd
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1093002 - [Flame][v2.1][Contact]The title name of contact list changes after you lock and unlock the screen. r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/7b458731fa66
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #26248 from etiennesegonzac/bug-1096704

Bug 1096704 - Prevent rocketbar trigger during an edge gesture. r=alive, aus

========

https://hg.mozilla.org/integration/gaia-central/rev/ca637d80bbbd
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1096704 - Prevent rocketbar trigger during an edge gesture.

(cherry picked from commit 4d4f7b91c958f6cee8a13a4fe43c25840c142911)

========

https://hg.mozilla.org/integration/gaia-central/rev/379d4f97e650
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #26255 from azasypkin/bug-1100915-usage-lazy-loader

Bug 1100915 - [Usage][Refactoring] Use LazyLoader to load views. r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/20ab4fa32430
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1100915 - [Usage][Refactoring] Use LazyLoader to load views. r=salva
2014-11-24 10:30:18 -08:00
Kartikaya Gupta
e1fc5aa9d8 Bug 1056388 - Add assertions as per TODO. r=botond 2014-11-24 13:23:57 -05:00
B2G Bumper Bot
47667837c8 Bumping manifests a=b2g-bump 2014-11-24 09:56:39 -08:00
B2G Bumper Bot
1939c6c50a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4f37233ad65c
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #26335 from ADLR-es/highlight-accented

Bug 1088706 - Accented characters like ñ are not highlighted after doing...

========

https://hg.mozilla.org/integration/gaia-central/rev/a95c571b0a95
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1088706 - Accented characters like ñ are not highlighted after doing a search with them
2014-11-24 09:47:01 -08:00
B2G Bumper Bot
34818aee6b Bumping manifests a=b2g-bump 2014-11-24 09:03:36 -08:00
Boris Zbarsky
4e05fcb08b Bug 1096011. Warning when failing to create a JS implemntation for a Web IDL binding should include the implementation contract. r=peterv 2014-11-24 11:57:49 -05:00
Boris Zbarsky
18dda4a9ef Bug 1067541. Image preloads should not keep going once the actual image has started and gotten canceled. r=peterv 2014-11-24 11:57:49 -05:00
Boris Zbarsky
9e4dea333d Bug 1093112. Make sure that our <script> has been parsed before we attach XBL bindings that call functions from it. r=bholley 2014-11-24 11:57:49 -05:00
B2G Bumper Bot
4d8cffce78 Bumping manifests a=b2g-bump 2014-11-24 07:33:39 -08:00
B2G Bumper Bot
f5a8cb81d6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b77cf5f403df
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #26295 from bebef1987/test_ring

Bug 1097085 - Write test Verify that the Ringer Tone can be changed

========

https://hg.mozilla.org/integration/gaia-central/rev/71cd2652126c
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc: Bug 1097085 - Write test Verify that the Ringer Tone can be changed
2014-11-24 07:32:01 -08:00
B2G Bumper Bot
0e2ef3fb50 Bumping manifests a=b2g-bump 2014-11-24 07:21:43 -08:00
B2G Bumper Bot
1e728716cf Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2bc0835fa473
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #26073 from bebef1987/auto_on

Bug 1097088 - Write test Battery Turn on Automatically options

========

https://hg.mozilla.org/integration/gaia-central/rev/fcb2aedab6d6
Author: bebef1987 <florin.strugariu@softvision.ro>
Desc: Bug 1097088 - Write test Battery Turn on Automatically options

========

https://hg.mozilla.org/integration/gaia-central/rev/40ae98e858d2
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #26291 from chirarobert/bug_1096920

Bug 1096920 - Add test to delete entire call log when it has several cal...

========

https://hg.mozilla.org/integration/gaia-central/rev/8a87bf40a887
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1096920 - Add test to delete entire call log when it has several calls, All tab
2014-11-24 07:12:05 -08:00
B2G Bumper Bot
8a717fe094 Bumping manifests a=b2g-bump 2014-11-24 06:28:26 -08:00
B2G Bumper Bot
53e9bf9b3e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2cbbf8fbe5ac
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #26408 from gasolin/master

Revert "Merge pull request #25791 from gasolin/issue-1089511-3"

========

https://hg.mozilla.org/integration/gaia-central/rev/79f818a4dce5
Author: gasolin <gasolin@gmail.com>
Desc: Revert "Merge pull request #25791 from gasolin/issue-1089511-3"

This reverts commit 60d2ad46dcd3c608b1ebbc885f17216c507a204c, reversing
changes made to 929a3e9be64ec0d685ae75efbd4aaa4d7fd7cc08.
2014-11-24 06:26:54 -08:00
B2G Bumper Bot
d97f56d160 Bumping manifests a=b2g-bump 2014-11-24 06:01:58 -08:00
B2G Bumper Bot
1f18499550 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/40771a5e6982
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1091719 - When setting a new alarm the header text is not centered" for test failures

This reverts commit 9e7fb692195d7fdf820eaa99f6e76c57830b34eb.

========

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

Bug 1102889 - Remove unnecessary mozasyncpanzoom attribute from remote iframes

========

https://hg.mozilla.org/integration/gaia-central/rev/4e0202ef5e57
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1102889 - Remove unnecessary mozasyncpanzoom attribute from remote iframes r=crdlc r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/51dfa425227e
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #26407 from viorelaioia/revert_commit

Revert "Bug 1103910 - Xfail test_settings_bluetooth.py because of Bug 11...

========

https://hg.mozilla.org/integration/gaia-central/rev/5c6fa3a36021
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Revert "Bug 1103910 - Xfail test_settings_bluetooth.py because of Bug 1102885"

This reverts commit 23b9233724c0f9a29ca658f0f9462812dea5e4a6.
2014-11-24 05:56:55 -08:00
Carsten "Tomcat" Book
0e2f2f08b2 Merge mozilla-central to b2g-inbound 2014-11-24 14:18:59 +01:00