Ryan Hankins
db6d36f08c
Bug 1268848 - Safe Browsing preferences graying out inconsistency. r=gpascutto
2016-05-03 11:34:59 -05:00
Hector Zhao
595c6f2f19
Bug 1268369 - Expose distribution.id as part of the appinfo configuration. r=Gijs
...
MozReview-Commit-ID: 4q7FVNgZtiK
--HG--
extra : transplant_source : %8E%89%14%D0%EB%A9l%C3%C5%98%EFk%84k%06%FC%21%B9%3D%5C
2016-04-28 15:23:55 +08:00
Tom Tromey
4383c1a8b1
Bug 1265787 - add javascript CSS lexer to devtools; r=pbro
...
MozReview-Commit-ID: BgbACHTTMtX
--HG--
extra : transplant_source : %A3iN%27%23%04g%91%06%2CsB%24%ABA%E9%81%D2%EA%8C
2016-04-29 11:21:22 -06:00
Jan Odvarko
099c9858d7
Bug 1263404 - Fix condition in hasChildren; r=jryans
2016-05-03 19:57:21 +02:00
Kris Maglione
cbbcfb6099
Bug 1269871: Wait until background script is ready before starting test. r=me
...
MozReview-Commit-ID: FqjgaETfF2C
--HG--
extra : rebase_source : ded89a9d1ca25b3fa0d35c552a8fc30cdfc85951
2016-05-03 22:09:33 -07:00
Chenxia Liu
96c4efc128
Bug 1269661 - Checkstyle violations in history panel code. r=mcomella
...
MozReview-Commit-ID: CHuVsqhDuUw
--HG--
extra : rebase_source : 864016a3a0e63f8b80f2653d7325d93d0102fe2a
2016-05-03 12:55:38 -07:00
Michael Comella
8e50768a95
Bug 1243585 - review: Address comments. r=me
...
MozReview-Commit-ID: FrPLa7U57B7
--HG--
extra : rebase_source : 658c3a739a679a17e47822284bd55dfc40cd9e75
2016-05-03 16:37:42 -07:00
Michael Comella
88ce3a891a
Bug 1243585 - Move ping builders -> pingbuilders/. r=sebastian
...
This overwrites a commit I did at the beginning, but fixing the version control
would have been a waste of time.
MozReview-Commit-ID: Ry9WRpTf8s
--HG--
rename : mobile/android/base/java/org/mozilla/gecko/telemetry/core/TelemetryCorePingBuilder.java => mobile/android/base/java/org/mozilla/gecko/telemetry/pingbuilders/TelemetryCorePingBuilder.java
rename : mobile/android/base/java/org/mozilla/gecko/telemetry/TelemetryPingBuilder.java => mobile/android/base/java/org/mozilla/gecko/telemetry/pingbuilders/TelemetryPingBuilder.java
rename : mobile/android/tests/background/junit4/src/org/mozilla/gecko/telemetry/TestTelemetryPingBuilder.java => mobile/android/tests/background/junit4/src/org/mozilla/gecko/telemetry/pingbuilders/TestTelemetryPingBuilder.java
extra : rebase_source : 55ff9e25b8ba49ba29a3111b92b77a16a4ffc788
2016-04-29 15:31:56 -07:00
Michael Comella
5d14a65678
Bug 1243585 - Stop IntentService if there is a connection failure. r=sebastian
...
I would have folded this but I screwed up but the version control is getting
messy.
MozReview-Commit-ID: 3LaYkrao4dD
--HG--
extra : rebase_source : 2fe2f6ced974b6fe55ecaed0c34caef58ed8c11a
2016-04-29 15:18:07 -07:00
Michael Comella
fb5dd484ed
Bug 1243585 - Add short-circuits when there are no pings. r=sebastian
...
Ideally, we'd just not run the service but skimming, I see no clean way to do
that with the existing code.
MozReview-Commit-ID: HRU1PAmYoil
--HG--
extra : rebase_source : 63074ae8dcd2613ff90d3f431fe2e58f51364e03
2016-04-29 15:21:10 -07:00
Michael Comella
e90e46946b
Bug 1243585 - Rename JSONFilePingStore -> TelemetryJSONFilePingStore. r=sebastian
...
I would have done this sooner but it's a version control nightmare.
I made the change because it's harder to grep for logs when the logtag doesn't
include "Telemetry".
MozReview-Commit-ID: GD8Cb8D5CRy
--HG--
rename : mobile/android/base/java/org/mozilla/gecko/telemetry/stores/JSONFilePingStore.java => mobile/android/base/java/org/mozilla/gecko/telemetry/stores/TelemetryJSONFilePingStore.java
rename : mobile/android/tests/background/junit4/src/org/mozilla/gecko/telemetry/stores/TestJSONFilePingStore.java => mobile/android/tests/background/junit4/src/org/mozilla/gecko/telemetry/stores/TestTelemetryJSONFilePingStore.java
extra : rebase_source : 754912d199c84ab166b58a3ddd7c4f0e8d80bde3
2016-04-28 17:10:19 -07:00
Michael Comella
cb50c8be44
Bug 1243585 - Get server url from prefs at upload time. r=sebastian
...
There is less to store on disk and it's probably more correct.
MozReview-Commit-ID: KAJAE1M7Fzv
--HG--
extra : rebase_source : ef226ea7b7d0ce03e216eb640dff30245551cc55
2016-04-28 16:23:18 -07:00
Michael Comella
beda502b71
Bug 1243585 - Create CorePingBuilder in BrowserApp. r=sebastian
...
Note: this is the first commit expected to compile.
MozReview-Commit-ID: Fc8uRkJAXgB
--HG--
extra : rebase_source : c34096f6123fa898b3b3553b2914122f4ff92143
2016-04-28 16:01:15 -07:00
Michael Comella
c2e588090f
Bug 1243585 - Add methods to CorePingBuilder to generate a builder. r=sebastian
...
Thoughts:
* An alternative design put this code in a CorePingUtil but I decided these
methods are tied closely to the TelemetryCorePingBuilder.
* Adding these methods makes it less clear what the class is about (without
filtering on public methods that is).
I'm not sure what the best trade-off is.
Note: this is not yet expected to compile.
MozReview-Commit-ID: FQYFP3ioewN
--HG--
extra : rebase_source : 660c66cb5bb38928b9e532e1861ff7c8c3169187
2016-04-28 16:01:07 -07:00
Michael Comella
6b6e47cfcb
Bug 1243585 - Remove unused BackgroundService & related code. r=sebastian
...
Note: this is still not expected to compile.
MozReview-Commit-ID: KTMyKTHm1RS
--HG--
extra : rebase_source : 8cfc2e306f3f23bbc077571f266f5f3e6444067a
2016-04-20 14:26:57 -07:00
Michael Comella
b50372bc52
Bug 1243585 - Revise TelemetryUploadService for new store. r=sebastian
...
Note: this is still not expected to compile.
MozReview-Commit-ID: nadP0VfCG7
--HG--
extra : rebase_source : ca957fd03140ebd7132410d80cc53abb111dbcde
2016-04-28 17:51:47 -07:00
Michael Comella
daf1884121
Bug 1243585 - Add JSONFilePingStore with tests. r=sebastian
...
Note: not expected to compile.
MozReview-Commit-ID: 5RTQk5m3zTx
--HG--
extra : rebase_source : 1d5aa98b5c54fe6b213fe88bd91e13b5c334a7fb
2016-04-28 17:05:25 -07:00
Michael Comella
0959e38680
Bug 1243585 - Add UploadAllPingsImmediatelyScheduler and tests. r=sebastian
...
Note: still does not compile.
MozReview-Commit-ID: 7NuLecUSTVa
--HG--
extra : rebase_source : aa6a65f89f72a6c4029e73fe8dc5af6a06c6ef51
2016-04-28 14:57:00 -07:00
Michael Comella
05d3028eb6
Bug 1243585 - Add TelemetryDispatcher. r=sebastian
...
Note: for version control and review simplicity, this does not yet compile.
MozReview-Commit-ID: EvccGtseOKT
--HG--
extra : rebase_source : 9572d2df3a306ca4b51b1af464a21161db66ba78
2016-04-28 15:36:56 -07:00
Michael Comella
864a2a07af
Bug 1243585 - Add interfaces to be used by dispatcher. r=sebastian
...
MozReview-Commit-ID: B4evdPj5Jsl
--HG--
extra : rebase_source : 6a668ecd464bb5966e0c00ebfd96b6006c6a400d
2016-04-28 14:38:21 -07:00
Michael Comella
27f4871f75
Bug 1243585 - Move Intent constants into UploadService. r=sebastian
...
I'm thinking it's better to have constants with the classes they're most
closely associated with rather than one giant constants file because it becomes
hard to find anything in a large constants file.
MozReview-Commit-ID: D3SCkW3vbRM
--HG--
extra : rebase_source : 37611c82f84ba011c763554c6793bef63c093faa
2016-04-19 08:49:07 -07:00
Michael Comella
cf8a4c46d6
Bug 1243585 - Create telemtry/core/ pkg and move files accordingly. r=sebastian
...
MozReview-Commit-ID: 8cqtwzPbvHp
--HG--
rename : mobile/android/base/java/org/mozilla/gecko/telemetry/pings/TelemetryPing.java => mobile/android/base/java/org/mozilla/gecko/telemetry/TelemetryPing.java
rename : mobile/android/base/java/org/mozilla/gecko/telemetry/pings/TelemetryPingBuilder.java => mobile/android/base/java/org/mozilla/gecko/telemetry/TelemetryPingBuilder.java
rename : mobile/android/base/java/org/mozilla/gecko/telemetry/pings/TelemetryCorePingBuilder.java => mobile/android/base/java/org/mozilla/gecko/telemetry/core/TelemetryCorePingBuilder.java
rename : mobile/android/tests/background/junit4/src/org/mozilla/gecko/telemetry/pings/TestTelemetryPingBuilder.java => mobile/android/tests/background/junit4/src/org/mozilla/gecko/telemetry/TestTelemetryPingBuilder.java
extra : rebase_source : 7d36d4fdf590c34c052fef3619bc44c5f0b06d73
2016-04-28 14:24:26 -07:00
Brian Grinstead
f1f118fd67
Bug 1269763 - Convert instances of toolbox.frame.contentWindow to toolbox.win;r=jdescottes
...
MozReview-Commit-ID: 2jPa6K6io40
2016-05-03 15:46:24 -07:00
Michael Comella
85a595cf4e
Bug 1266554 - Add note to core ping version history to explain discrepancy. r=gfritzsche
...
MozReview-Commit-ID: CHJW3eabXp4
--HG--
extra : rebase_source : b8ebf1eee0028b892bd7ba3fec01faa409de6e0a
2016-05-02 10:19:55 -07:00
Robert Strong
2d65e121cd
Bug 1269503 - Cleanup app update mochitest-chrome test names. r=mhowell
...
--HG--
rename : toolkit/mozapps/update/tests/chrome/test_0021_check_billboard.xul => toolkit/mozapps/update/tests/chrome/test_0012_check_billboard.xul
rename : toolkit/mozapps/update/tests/chrome/test_0017_check_staging_basic.xul => toolkit/mozapps/update/tests/chrome/test_0013_check_basic_staging.xul
rename : toolkit/mozapps/update/tests/chrome/test_0031_available_basic.xul => toolkit/mozapps/update/tests/chrome/test_0021_available_basic.xul
rename : toolkit/mozapps/update/tests/chrome/test_0041_available_billboard.xul => toolkit/mozapps/update/tests/chrome/test_0022_available_billboard.xul
2016-05-03 11:30:43 -07:00
Eddy Bruel
957da1ca53
Bug 1268461 - Decouple OriginalSourceFront from OriginalSourceActor;r=jryans
2016-05-03 18:31:00 +02:00
Georg Fritzsche
00fd93517c
Bug 1261063
- Part 4 - Use a count histogram for WebRTC call counts. r=jesup
2016-05-03 18:07:45 +02:00
Georg Fritzsche
658a338acf
Bug 1261063
- Part 3 - Make RasterImage use the public Telemetry API. r=tnikkel
2016-05-03 18:07:45 +02:00
Georg Fritzsche
07cec5f2f4
Bug 1261063
- Part 2 - Expose C++ function to clear Telemetry histograms. r=chutten
2016-05-03 18:07:45 +02:00
Georg Fritzsche
db7169cb38
Bug 1261063
- Part 1 - Remove public Telemetry functions that return raw histogram instances. r=chutten
...
Note that GetKeyedHistogramById(ID, const nsAString&) was declared, but never had an implementation.
2016-05-03 18:07:44 +02:00
Georg Fritzsche
5beacc7b4b
Bug 1269318 - Skip alert_emails and bug_numbers checks for use counters. r=chutten
2016-05-03 18:07:44 +02:00
Alexandre Poirot
dca4ae52c4
Bug 1266128 - Show tabs in about:debugging. r=janx
...
--HG--
rename : devtools/client/aboutdebugging/components/moz.build => devtools/client/aboutdebugging/components/tabs/moz.build
2016-05-03 09:06:32 -07:00
Alexandre Poirot
5e23dabcd8
Bug 1266128 - Send tabListChanged messages when tab title changes. r=jryans
2016-05-03 09:06:31 -07:00
Alexandre Poirot
4355049b47
Bug 1266128 - Rename about debugging Tab(s) to Panel(s). r=janx
...
--HG--
rename : devtools/client/aboutdebugging/components/addons-controls.js => devtools/client/aboutdebugging/components/addons/controls.js
rename : devtools/client/aboutdebugging/components/addons-install-error.js => devtools/client/aboutdebugging/components/addons/install-error.js
rename : devtools/client/aboutdebugging/components/addons-tab.js => devtools/client/aboutdebugging/components/addons/panel.js
rename : devtools/client/aboutdebugging/components/addon-target.js => devtools/client/aboutdebugging/components/addons/target.js
rename : devtools/client/aboutdebugging/components/tab-header.js => devtools/client/aboutdebugging/components/panel-header.js
rename : devtools/client/aboutdebugging/components/tab-menu-entry.js => devtools/client/aboutdebugging/components/panel-menu-entry.js
rename : devtools/client/aboutdebugging/components/tab-menu.js => devtools/client/aboutdebugging/components/panel-menu.js
rename : devtools/client/aboutdebugging/components/workers-tab.js => devtools/client/aboutdebugging/components/workers/panel.js
rename : devtools/client/aboutdebugging/components/service-worker-target.js => devtools/client/aboutdebugging/components/workers/service-worker-target.js
rename : devtools/client/aboutdebugging/components/worker-target.js => devtools/client/aboutdebugging/components/workers/target.js
2016-05-03 09:06:31 -07:00
Alexandre Poirot
8cbb062041
Bug 1265599 - Fix gcli toolbox button status when toolbox goes on and off. r=jwalker
2016-05-03 09:06:30 -07:00
Brian Grinstead
234d71531a
Bug 1269497 - eslint fixes for Menu API;r=jdescottes
...
MozReview-Commit-ID: 9iSJgWUBRbp
2016-05-03 07:42:20 -07:00
Brian Grinstead
c77eeb7c73
Bug 1269497 - Provide toolbox.win getter to make lines shorter in tests;r=jdescottes
...
MozReview-Commit-ID: 9KuWzsyHQGF
2016-05-03 07:41:20 -07:00
Brian Grinstead
847bb23a7f
Bug 1269497 - Add 'visible' support to MenuItem API;r=jdescottes
...
MozReview-Commit-ID: Fl3OO3kCNxQ
2016-05-03 07:40:33 -07:00
Carsten "Tomcat" Book
f9e0bb9939
Merge mozilla-central to fx-team
2016-05-03 16:19:57 +02:00
Carsten "Tomcat" Book
4f94a090a0
merge mozilla-inbound to mozilla-central a=merge
2016-05-03 16:17:32 +02:00
Carsten "Tomcat" Book
dabe843f8b
Backed out changeset d6cca05b4e9f (bug 1217031) for issues in 2d.pattern.image.incomplete.immediate.html
2016-05-03 12:20:24 +02:00
Carsten "Tomcat" Book
caa14246b6
Backed out changeset 094a64103807 (bug 1269692
) for bustage on a CLOSED TREE
2016-05-03 12:13:49 +02:00
Christoph Kerschbaumer
2d199cd96d
Bug 1268396 - Add testcase for nsIDocShell::APP_TYPE_EDITOR. r=bz
2016-05-03 11:15:04 +02:00
Michael Kohler
0dace514c4
Bug 1256854 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_bug_618078_network_exceptions.js r=linclark
2016-05-02 12:28:00 +02:00
Michael Kohler
7eac34a913
Bug 1256863 - [ESLint] Fix ESLint issues in devtools/client/webconsole/test/browser_webconsole_bug_646025_console_file_location.js r=linclark
2016-05-02 12:28:00 +02:00
Julian Descottes
f41452912d
Bug 1268466 - ruleview: create new rule <style> el in frame document;r=tromey
...
To create new rules, style elements are added to the content document.
For nodes located in an iframe, the style element should be added to the
ownerDocument of this particular node.
MozReview-Commit-ID: 7ynd7YU3WeL
--HG--
extra : rebase_source : 48e989e229b7972101c2761c881127244530273d
2016-04-30 16:41:54 +02:00
Valentin Gosu
b962c08e1f
Bug 1269080 - Convert NS_ERROR to NS_WARNING when setting an invalid scheme in nsSimpleURI. r=mcmanus
2016-04-30 17:08:33 +03:00
Carsten "Tomcat" Book
69c6270ec3
Backed out changeset 2cfbc2cd8ba3 (bug 1220307) for causing merge conflicts when merging to mozilla-central
...
--HG--
extra : rebase_source : b51c46fa0c5490e3e81c9dfcfe0b7b88d6b970cc
2016-05-03 12:01:45 +02:00
Carsten "Tomcat" Book
44c8e23809
Backed out changeset b1a5d5739f66 (bug 1220307)
...
--HG--
extra : rebase_source : e611cc0a2b400a4b8623c407536c9d17eddf8212
2016-05-03 12:01:23 +02:00
Carsten "Tomcat" Book
858cd92560
Backed out changeset 06914d791e0d (bug 1220307)
...
--HG--
extra : rebase_source : 971015c1e3a1eb2040dabe287f1cb65bb6ae66a5
2016-05-03 12:01:21 +02:00