Commit Graph

170035 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
d22576b34d Backed out changeset efa293b98893 (bug 975792) for frequent failures on a CLOSED TREE 2014-02-25 13:35:41 +01:00
Carsten "Tomcat" Book
168bdc9673 Backed out changeset f3aa442c84e4 (bug 976418) for frequent test failures on a CLOSED TREE 2014-02-25 13:35:18 +01:00
Dão Gottwald
9d7e89d90c Bug 956491 - Don't use Toolbar-inverted.png for the tabbar on Win7 glass. r=jaws 2014-02-25 13:14:03 +01:00
Dão Gottwald
1642ebbf5f Bug 967752 - Use media queries instead of the more expensive vw unit to adjust the identity label for small windows. r=jaws 2014-02-25 13:12:40 +01:00
Gijs Kruitbosch
9c00acc7dd Bug 946873 - fix Australis bookmarks menu button (literal) edgecase, r=Unfocused
--HG--
extra : rebase_source : 04aa6fd21331bfe7d5f4d2f44d76680a111dc55d
2014-02-25 11:50:12 +00:00
Gijs Kruitbosch
589f7a7ea1 Bug 969853 - use label instead of title attribute for labels in customize palette, r=Unfocused
--HG--
extra : rebase_source : b4b9168cbf2ac80c083dce97e51739a50176b1f3
2014-02-25 11:50:05 +00:00
Florian Quèze
4f48223aa5 Bug 804611 - Add a way to grant/deny getUserMedia permissions persistently, r=jesup,dolske, ui-r=Boriss. 2014-02-25 12:50:42 +01:00
Mihai Sucan
83fe437fc4 Bug 975167 - Traceback in autocompletion while debugging; r=past 2014-02-21 21:06:20 +02:00
Sami Jaktholm
64b6e98181 Bug 915141 - WebConsole: Listen to the 'command' event of 'Log Request and Response Bodies' menuitems instead of 'click'; r=msucan 2014-02-25 13:44:36 +02:00
Sami Jaktholm
6314ade3f1 Bug 975707 - Links in Console load in Console's view on double-click, breaking Console till reopen; r=msucan 2014-02-25 13:44:36 +02:00
Lucas Rocha
46d116632c Bug 976122 - Fix HomePanels:Get handling in Home.jsm (r=margaret) 2014-02-25 11:28:58 +00:00
Lucas Rocha
498bf937fb Bug 972351 - Factor URL handling into PanelViewUrlHandler (r=margaret) 2014-02-25 10:41:57 +00:00
Marco Bonardo
04d4920f77 Bug 971713 - Device name field in Preferences should be inline. r=ttaubert 2014-02-25 11:17:04 +01:00
Nick Alexander
b5a10ff343 Bug 903528 - Follow-up: Fix build dependencies. a=bustage
The issue is that the preprocessed files need to be referenced as
$(CURDIR)/file to have Make handle the dependencies correctly.  To
allow this, this patch adds ANDROID_MANIFEST_FILE (defaulting to
AndroidManifest.xml) and uses it in the appropriate places.
2014-02-24 23:18:47 -08:00
Nick Alexander
bacdb74030 Bug 903528 - Follow-up: Fix AndroidEclipse project files. r=me 2014-02-24 21:26:41 -08:00
Brian Nicholson
dc81487a29 Bug 976033 - Make menu item drawable mutable. r=wesj 2014-02-24 21:05:49 -08:00
Wesley Johnston
8b70073f44 Bug 973013 - Pull PromptListAdapter into its own class. r=bnicholson 2014-02-06 16:16:00 -08:00
Wesley Johnston
cddf65eb6f Bug 973013 - Pull PromptListItem into its own class. r=bnicholson 2014-02-06 16:13:00 -08:00
Richard Newman
11b09e5feb Bug 976418 - Amend CursorDumper to log BLOBs. a=test-only 2014-02-24 20:26:51 -08:00
Wes Kocher
fd004666a8 Merge m-c to fx-team 2014-02-24 18:29:49 -08:00
Nick Alexander
72c39cbba9 Bug 903528 - Post: Add Eclipse project data to moz.build. r=rnewman 2014-02-24 18:24:46 -08:00
Nick Alexander
68115862e2 Bug 903528 - Part 2: Land and build Fennec JUnit 3 tests. r=rnewman
--HG--
rename : mobile/android/tests/moz.build => mobile/android/tests/browser/moz.build
2014-02-24 18:24:46 -08:00
Nick Alexander
3878f958ce Bug 903528 - Part 1: Rename background.apk to background-junit3.apk. r=rnewman
This is a cautionary move: when uploaded to infrastructure,
background.apk will not look so bad; but browser.apk is likely to
confuse folks. (These files will be in the same directory as
fennec-*apk, and sort earlier than that file.)

I considered including "tests" in the name, but decided not to make a
long name even longer.

This also renames the Android package. This is purely cosmetic, since
the package has no consumers (infrastructure, mach, etc). But this looks
nicer in IDEs: the generated classes fit into the class hierarchy.
2014-02-24 18:24:45 -08:00
Nick Alexander
3fa2a0ba88 Bug 903528 - Pre: Make classes.dex depend on ANDROID_EXTRA_JARS. r=glandium 2014-02-24 18:24:45 -08:00
Nick Alexander
e75929604d Bug 975622 - Follow-up: Fix test. r=bustage 2014-02-24 18:23:02 -08:00
Nick Alexander
3a7efa3b67 Bug 976353 - Part 2: Make AndroidEclipse backend install clean up defaults. r=rnewman
This installs:

* Remove unused imports
* Add missing '@Override' annotations
* Add missing '@Override' annotations to implementations of interface methods
* Add missing '@Deprecated' annotations
* Remove unnecessary casts
* Remove unnecessary '$NON-NLS$' tags
* Organize imports
* Remove trailing white spaces on all lines

The installation is "per project", when it could in theory be shared,
because it's quite difficult to actually arrange the sharing.  We'd need
to write into an Eclipse workspace (which we don't currently even know).
2014-02-24 18:14:05 -08:00
Nick Alexander
cf3f9db9fe Bug 976353 - Part 1: Make AndroidEclipse backend install formatting defaults. r=rnewman
The most important part here is 4 spaces, no tabs.  We can iterate on
other things over time.

The installation is "per project", when it could in theory be shared,
because it's quite difficult to actually arrange the sharing.  We'd need
to write into an Eclipse workspace (which we don't currently even know).
2014-02-24 18:14:05 -08:00
Nick Alexander
60bffe2072 Bug 975152 - Part 2: Make Fennec* projects sort nicely in Eclipse. r=bnicholson
This orders projects like:

Fennec
FennecResources
FennecResourcesBranding
...

which is in order of expected use.
2014-02-24 18:14:05 -08:00
Nick Alexander
0184f3901f Bug 975152 - Part 1: Include CrashReporter resources in Android Eclipse projects. r=bnicholson
The set of resources of all the Android library projects are processed
at once.  That means that the bi-directional dependency between the main
project resources and the crash reporter resources causes no build time
problems.  Therefore, this patch moves all the main project resources
into a library project (FennecResources) and adds an optional additional
library project (FennecCrashReporterResources).
2014-02-24 18:14:04 -08:00
Nick Alexander
e13d18de53 Bug 975152 - Part 0: Allow res=None in AndroidEclipseProjectData. r=bnicholson 2014-02-24 18:14:04 -08:00
Nick Alexander
9f9db33bf9 Bug 975622 - Part 2: Add post builder. r=bnicholson 2014-02-24 18:14:04 -08:00
Nick Alexander
95f3d08c3b Bug 975622 - Part 1: Rename existing builder and target to pre. r=bnicholson
--HG--
rename : python/mozbuild/mozbuild/backend/templates/android_eclipse/.externalToolBuilders/Builder.launch => python/mozbuild/mozbuild/backend/templates/android_eclipse/.externalToolBuilders/PreBuilder.launch
rename : python/mozbuild/mozbuild/backend/templates/android_eclipse/build.xml => python/mozbuild/mozbuild/backend/templates/android_eclipse/pre_build.xml
2014-02-24 18:14:03 -08:00
Wes Kocher
a2628aed68 Merge inbound to m-c 2014-02-24 17:45:16 -08:00
Wes Kocher
55d1d2f0db Backed out changeset 96fd88a4d311 (bug 974990) for WinXP PGO xpcshell orange
--HG--
rename : services/common/hawkclient.js => services/common/hawk.js
rename : services/common/tests/unit/test_hawkclient.js => services/common/tests/unit/test_hawk.js
2014-02-24 17:21:29 -08:00
Ryan VanderMeulen
7ae69b1e93 Backed out changeset 2b3bda5a4744 (bug 975169) for Marionette-webapi failures. 2014-02-24 15:04:53 -05:00
Ryan VanderMeulen
7e3b8744d1 Backed out 5 changesets (bug 951827) for causing bug 975820.
Backed out changeset 16b840c2de31 (bug 951827)
Backed out changeset 8fb155711dfe (bug 951827)
Backed out changeset 1109dba48e6b (bug 951827)
Backed out changeset 236ed76eea8b (bug 951827)
Backed out changeset 96cf7c13a8cb (bug 951827)
2014-02-24 14:52:14 -05:00
Gábor Molnár
adc92e4516 Bug 961616 - simple HTTP2 Cookie crumbling unit tests 2014-02-24 11:42:15 -08:00
Mike Habicher
7e8ee4b9dc Bug 975472 - fix crash in DOM error handler, r=dhylands 2014-02-24 13:01:21 -05:00
B2G Bumper Bot
8369c748b4 Bumping manifests a=b2g-bump 2014-02-24 09:56:16 -08:00
B2G Bumper Bot
3048d96ced Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e08d1fefea8
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 976124 - Python update clock/alarm locator for edit panel

========

https://hg.mozilla.org/integration/gaia-central/rev/ff0ee4cb91d1
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Update DM Strings r=kaze, arcturus" for causing gaia-unit test failures

This reverts commit 1e6949eaea6cb23be1de5955fc6b0827af7b40f0.

========

https://hg.mozilla.org/integration/gaia-central/rev/220f8c0a542e
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16567 from AndreiH/bug_976022

Bug 976022 - Intermittent test_clock_delete_alarm.TestClockDeleteAlarm

========

https://hg.mozilla.org/integration/gaia-central/rev/8d7f69f23759
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 976022 - Intermittent test_clock_delete_alarm.TestClockDeleteAlarm
2014-02-24 09:45:26 -08:00
B2G Bumper Bot
05d370116c Bumping manifests a=b2g-bump 2014-02-24 09:03:04 -08:00
B2G Bumper Bot
7586e9fce8 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c837312e085
Author: Jed Parsons <jedp@me.com>
Desc: Merge pull request #11816 from jedp/903134-mozbrowsererror

Bug 903134 - Clean up Trusted UI on mozbrowsererror; r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/2fd233067990
Author: Jed Parsons <jedp@me.com>
Desc: Bug 903134 - Clean up Trusted UI on mozbrowsererror, mozbrowserclose

========

https://hg.mozilla.org/integration/gaia-central/rev/ccee6c59b8c4
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 969413 - Make the edit mode bottom margin rule apply only to the relevant elements r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/7e89291b08ea
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #16107 from yor-mozilla-com/fix969996

Fix for bug 969996 r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/d1393f863c8b
Author: Yan Or <yor@mozilla.com>
Desc: Fix for bug 969996

Delay chunk rendering by grouping chunks into larger
sets before calling renderChunk.  First set size will
be the same as the current FIRST_CHUNK_SIZE (6).  Subsequent
sets will cap at INCREMENTAL_RENDER_SIZE (60).

The goal is to reduce reflows on rendering the call log.

Also fixed the following bugs:
  _groupCounter never gets incremented if there's only one log entry per day
  Change currDate and prevDate comparison to more readable form

Added unit tests for call log rendering of various sizes.
2014-02-24 09:02:54 -08:00
Ed Morley
36fdc97d0a Merge mozilla-central and b2g-inbound 2014-02-24 16:56:04 +00:00
B2G Bumper Bot
6ef86a89ec Bumping manifests a=b2g-bump 2014-02-24 07:57:48 -08:00
B2G Bumper Bot
70af44b1bd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3376c0645ebd
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #16370 from Rik/dsds-notification-965853

Bug 965853 - Display SIM indication in missed call notification r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/9212080ca7cd
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 965853 - Display SIM indication in missed call notification

Refactored mock_call to handle several handlers for one event type
Moved a few files to jshint linting
2014-02-24 07:57:38 -08:00
Sotaro Ikeda
50391c488c backout Bug 957323 2014-02-24 07:52:04 -08:00
Ed Morley
2035c99c9a Backed out changeset 49a1923db9be (bug 975792) for frequent robocop failures 2014-02-24 15:45:31 +00:00
Ed Morley
39fa62918f Backed out changeset 1f6450d61d3f (bug 975792) 2014-02-24 15:45:04 +00:00
B2G Bumper Bot
5ac8a8dc0e Bumping manifests a=b2g-bump 2014-02-24 07:32:57 -08:00
B2G Bumper Bot
7603ab709f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/766782d40fc2
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #16516 from zacc/bug_975374

Bug 975374 - Tag python tests with tag for manual smoketests

========

https://hg.mozilla.org/integration/gaia-central/rev/3737d04237d6
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 975374 - Tag python tests with tag for manual smoketests
2014-02-24 07:32:48 -08:00