Margaret Leibovic
14eea75795
Bug 1247324 - Disable Switchboard in automation. r=gbrown,mfinkle
...
MozReview-Commit-ID: ItqHBIEdD0Q
2016-02-18 12:03:51 -05:00
Patrick Brosset
200d44d356
Bug 1245654 - Make the inspector shortcut start the pick mode again; r=bgrins
...
MozReview-Commit-ID: 9qImivhKhKf
2016-02-18 17:52:33 +01:00
Jared Wein
eae0552623
Bug 1243838 - Rewrite test_contextmenu.html (-> browser_contextmenu.html) to run in e10s. r=mconley
...
MozReview-Commit-ID: 6PAnlSKe28F
2016-02-18 15:36:23 -05:00
Jared Wein
c273785177
Bug 1219794 - Show the bookmark popup for new bookmarks and autoclose if no interaction. r=mak
...
MozReview-Commit-ID: FSx0bB4KqpQ
2016-02-18 15:36:22 -05:00
Tanner Parker
870ff650d3
Bug 1210420 - Use correct background color for the network devtools panel. r=ntim
...
MozReview-Commit-ID: BZdY1EebYRS
2016-02-17 15:37:00 +01:00
chaithanya
afb1e7d3e4
Bug 1243435 Remove unused prefs toolkit.telemetry.prompted / toolkit.telemetry.notifiedOptOut from test suites r=Dexter
...
MozReview-Commit-ID: 83IOB4Xvf8I
2016-02-18 10:51:24 -08:00
Matthew Noorenberghe
38307328d4
Bug 1228671 - Make some notification telemetry opt-out. r=bsmedberg
...
MozReview-Commit-ID: 2ZeiJnZaebA
2016-02-18 10:43:28 -08:00
Priyen
a887b77429
Bug 1245722 - Replace org.mozilla.gecko.sync.Utils.getLanguageTag with Locales.getLanguageTag. r=nalexander
...
The code at was duplicated for build reasons that no longer apply.
MozReview-Commit-ID: Hk7n9beobsY
2016-02-14 21:59:24 -06:00
Shane Caraveo
fed2d211f3
Bug 1243806 fix linux hidpi, r=gijs
2016-02-18 10:25:37 -08:00
Shane Caraveo
c0b01eed79
Bug 1248693 fix pocket addon version, r=gijs
2016-02-18 10:20:55 -08:00
Margaret Leibovic
1c1ecdc48e
Bug 1245497 - (Part 2) Measure FENNEC_GECKOAPP_STARTUP_ACTION when we handle a new intent. r=mcomella
...
MozReview-Commit-ID: IOlo2kzRhzh
2016-02-03 12:22:06 -05:00
Margaret Leibovic
d1fe17d2d4
Bug 1245497 - (Part 1) Update FENNEC_GECKOAPP_STARTUP_ACTION to measure homescreen shortcut launches. r=mcomella
...
MozReview-Commit-ID: CkvS3eP5wTy
2016-02-03 12:08:15 -05:00
Carsten "Tomcat" Book
5fc9c08ceb
Merge mozilla-central to fx-team
2016-02-18 14:04:37 +01:00
Carsten "Tomcat" Book
7e40c87998
Backed out changeset b4a09e08d866 (bug 1242628) for test failures in test_List_01.html
2016-02-18 13:58:45 +01:00
Carsten "Tomcat" Book
f14d6c92b4
merge fx-team to mozilla-central a=merge
2016-02-18 12:41:52 +01:00
Carsten "Tomcat" Book
f8289f4f90
merge mozilla-inbound to mozilla-central a=merge
2016-02-18 12:01:24 +01:00
Nick Alexander
bda6ae718e
Bug 1074258 - Follow-up: Force Gradle JVM to use utf-8 encoding. r=me
...
MozReview-Commit-ID: J7emtEFBbvX
2016-02-17 22:45:47 -08:00
Morris Tseng
500e06b11f
Bug 1244118 - Shutdown threadpool when xpcom-shutdown-threads happened. r=roc
2016-02-18 14:18:22 +08:00
Kyle Machulis
8b6039d3e9
Bug 1237834 - Make sure plugin test_getauthenticationinfo adds auth info in both parent and child process; r=mccr8
2016-02-17 21:16:48 -08:00
Nick Alexander
4ee589c821
Bug 1248698 - Add TaskCluster job definition for "android-api-15-frontend". r=dustin,me
...
This already had review, landed, and got backed out in Bug 1247375.
The backout was just a precaution; this should work fine, and be
scheduled just like android-b2gdroid is scheduled.
MozReview-Commit-ID: C3I7HOrcfFf
2016-02-17 19:49:42 -08:00
Nick Alexander
20ef13feb2
Bug 1074258 - Expand entities at build time when copying strings.xml in Gradle. r=me
...
DONTBUILD NPOTB
Android Studio (and IntelliJ) does not correctly handle &entity;
definitions in Android strings.xml files. Strings with entities (in
Fennec, all of them) are rendered in the IDE as blank. This patch
expands the entities when copying for use by Gradle, improving the IDE
integration.
MozReview-Commit-ID: 2T6CzoKc7v8
2016-02-17 17:16:51 -08:00
Nick Alexander
02e58071f5
Bug 1233882 - Post: Update Android Gradle plugin to 1.5.0. r=me
...
MozReview-Commit-ID: 96Ot6X6d3rl
2016-02-17 19:16:41 -08:00
Nick Alexander
ccec523945
Bug 1233882 - Post: Make Gradle app manifest package be org.mozilla.gecko. r=me
...
MozReview-Commit-ID: 7YP0mShKc0S
2016-02-17 16:18:13 -08:00
Nick Alexander
ee75d8a77d
Bug 1233882 - Fold base Gradle project into app Gradle project. r=sebastian,mcomella
...
DONTBUILD NPOTB
Using the real Android manifest tripped up Robolectric, so I've taken
the easy way out and added a dummy TestGeckoApplication; see comment
in the code.
MozReview-Commit-ID: 4fCY504UgPu
2016-02-17 19:25:54 -08:00
Michael Comella
efd611eed3
Bug 1244861 - Gzip outgoing telemetry pings. r=rnewman
...
This commit adds the GzipNonChunkedCompressingEntity which is necessary because
the telemetry servers don't support chunked uploading, which the built in
GzipCompressingEntity does.
I tested this on my local device and logs for successful uploads were sent for
both the testing gzip server as well as the official telemetry server. My data
correctly appears on the former and I did not check the latter.
MozReview-Commit-ID: 4bCNiRYyqFD
2016-02-17 18:20:20 -08:00
Michael Comella
6d6156efb2
Bug 1249150 - Remove FakeProfileTestCase. r=nalexander
...
MozReview-Commit-ID: Ksz68WSJLyy
2016-02-17 15:35:29 -08:00
David Rajchenbach-Teller
5200445118
Bug 1246277 - Don't forget to register nsPerformanceStatsService on non-Nightly;r=me
...
MozReview-Commit-ID: EsaLZ8oB9r5
2016-02-17 23:47:36 +01:00
Brian Birtles
8afda8f7c6
No bug - Fix whitespace and four test descriptions in keyframe-effect tests; r=whitespace-only DONTBUILD
2016-02-18 13:30:07 +09:00
Kris Maglione
d0f4eaa603
Bug 1247493: [webext] Implement the tabId
property of windows.create. r=billm
...
MozReview-Commit-ID: Jw4KvvUqkBh
2016-02-17 11:46:19 -08:00
Matthew Wein
27c50bb811
Bug 1242557 - Import missing commands API schema file. r=kmag
2016-02-17 14:44:59 -05:00
bsilverberg
5a4705a15c
Bug 1248978 - Fix spelling error in page.js. r=jdm
...
MozReview-Commit-ID: LrZ4EZmwUy
2016-02-17 10:01:27 -05:00
Mark Hammond
b9f268b21f
Bug 1244479 - ensure search and clear icons in Synced Tabs sidebar are always visible. r=Gijs
2016-02-17 17:54:00 +01:00
Greg Tatum
9a1758ae73
Bug 1242628 - Add ability to remove a single snapshot from the list -r=fitzgen
2016-02-17 06:19:00 +01:00
Julian Descottes
22619dc7cb
Bug 1237885 - fix add-rules_01 intermittent by splitting in two tests;r=gl
...
Intermittent test add-rules_01 has been split in two test. The original test
was checking trying to create a set of rules first using the "add rule" button
and then using the context menu.
add-rules_01 only tests using the "add rule" button now. The context-menu tests
have been moved to add-rules_05. Both tests are well under 45 seconds on Linux
debug.
2016-02-12 12:35:51 +01:00
Alexandre Poirot
ce33445cef
Bug 1249049 - Fix gDevTools is undefined exception when debugging workers. r=ejpbruel
2016-02-18 02:30:12 -08:00
Mark Banner
5a25e5e299
Bug 1245666 - Add license for Loop's slideshow code. r=gerv
2016-02-18 10:13:34 +00:00
Alessio Placitelli
674551fae1
Bug 1243893 - Force values to true/false if the expected type is boolean in the environment. r=gfritzsche
2016-02-16 09:48:00 +01:00
Alessio Placitelli
9b72be84e0
Bug 1243893 - Telemetry in-tree docs conflict with actual pings. r=gfritzsche
2016-02-16 07:36:00 +01:00
Mark Hammond
d5340edd58
Bug 1244481 - ensure Synced Tabs sidebar and its twisties work with rtl layouts. r=Gijs
2016-02-18 18:16:11 +11:00
Nicholas Nethercote
edae2b07e6
Bug 1247850 - Shrink NameTableKey in nsStaticCaseInsensitiveNameTable. r=froydnj,erahm.
...
This patch removes NameTableEntry::mString. This requires adding mNameArray to
NameTableKey so that we can index off it in matchNameKeysCaseInsensitive().
This change saves 41.5 KiB per process.
2016-02-12 16:55:51 +11:00
Boris Zbarsky
a2a4df452b
Bug 1216751 part 5. Remove the now-unnecessary value iterator infrastructure, since it's entirely handled via the %ArrayPrototype% methods now. r=qdot
2016-02-17 22:58:07 -05:00
Boris Zbarsky
40ad677ae7
Bug 1216751 part 4. Implement forEach for iterable interfaces. r=qdot
2016-02-17 22:58:04 -05:00
Boris Zbarsky
75f36aaf95
Bug 1216751 part 3. For pair iterators, @@iterator should be an alias for "entries". Similarly for maplikes and "entries" and setlikes and "values". r=qdot
2016-02-17 22:58:02 -05:00
Boris Zbarsky
352810bf10
Bug 1216751 part 2. For value iterators, "entries", "keys", and "values" must just come from Array.prototype. r=qdot
2016-02-17 22:58:00 -05:00
Boris Zbarsky
af429614fe
Bug 1216751 part 1. Restrict value iterators to interfaces that have indexed properties and pair iterators to interfaces that do not have indexed properties. r=qdot
2016-02-17 22:57:57 -05:00
Boris Zbarsky
7571ac8483
Bug 1248233. Make js::ReportOutOfMemory respect the autoJSAPIOwnsErrorReporting() flag on the context options. r=luke
2016-02-17 22:56:42 -05:00
Boris Zbarsky
2ad08651e7
Bug 1248719. Fix things so that taking ownership of error reporting on an AutoJSAPI on a worker is OK even if that AutoJSAPI was initialized without an explicit global. r=bholley
2016-02-17 22:56:36 -05:00
Daniel Holbert
82f8a5e482
Bug 1247733 part 4: Add xpcshell test for nsIStandardURL setDefaultPort() API. r=valentin
2016-02-17 19:24:42 -08:00
Daniel Holbert
190d63f1e1
Bug 1247733 part 3: Add mochitest to ensure that SVG <use> is rendered correctly in documents that have been upgraded using HSTS. r=valentin
2016-02-17 19:24:40 -08:00
Daniel Holbert
6e5d395ba3
Bug 1247733 part 2: Give nsIStandardURL an API to set its default port, and use it when upgrading HTTP connections to HTTPS. r=valentin
2016-02-17 19:24:36 -08:00