Commit Graph

904 Commits

Author SHA1 Message Date
Phil Ringnalda
d7618989ba Merge m-c to m-i 2016-01-23 18:18:48 -08:00
Phil Ringnalda
867dddb5d6 Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
Andrea Marchesini
8dc653160a Bug 1241893 - Remove non-used properties strings about about:profiles, r=ehsan 2016-01-23 01:51:35 +00:00
simplyblue
2e5297aa39 Bug 1172454 - The about:telemetry environment section should have expandable subsections. r=gfritzsche 2016-01-17 13:10:45 +05:30
Carsten "Tomcat" Book
0cfb6c0b29 Merge mozilla-central to fx-team 2016-01-21 12:30:07 +01:00
Andrea Marchesini
c3ee54f07c Bug 1239848 - Revert ProfileManager changes until a better UX/UI is ready, r=ehsan 2016-01-20 09:16:49 +00:00
Felipe Gomes
a224c7fc0a Bug 1241959 - Add a description of e10s blocked status to about:support. r=jimm 2016-01-22 14:42:30 -08:00
Wes Kocher
a56c3d12a1 Backed out changeset e7cfbfa5847c (bug 1241959) for browser_Troubleshoot.js failures 2016-01-22 14:42:04 -08:00
Felipe Gomes
2ed85b90c2 Bug 1241959 - Add a description of e10s blocked status to about:support. r=jimm 2016-01-22 17:34:29 -02:00
Dave Townsend
bc980ff197 Bug 1239810: UpdateUtils.jsm requires the update.locale file to be shipped regardless of whether the application update is included. r=nalexander,rstrong 2016-01-14 15:19:44 -08:00
Matthew Noorenberghe
a7ba5a5d9d Bug 1208145 - Back out changeset e4e3a8b66db4 (bug 1121291). rs=dolske
Generated via qbackout with no conflicts
2016-01-12 11:38:54 -08:00
Robert Helmer
2261f2ae24 Bug 1209344 - Link to about:debugging from about:addons. r=mossop 2016-01-05 12:19:59 -08:00
Robert Helmer
59bdb048ed Bug 1209344 - Remove debug button from about:addons. r=mossop 2016-01-05 12:19:15 -08:00
Shivin Yadav
a5ce5827c7 Bug 1197163 - Update reader view "Loading…" string to use ellipsis character. r=margaret" 2016-01-06 10:40:34 -05:00
Mark Finkle
69f2796b64 Bug 590127 - Remove toolkit implementation of about:addons r=margaret 2016-01-06 00:49:03 -05:00
Carsten "Tomcat" Book
f3a72c9035 merge mozilla-inbound to mozilla-central a=merge 2016-01-05 11:58:56 +01:00
Mark Finkle
3de9c85f3f Bug 1236416 - Remove some misc toolkit content UI from Fennec r=margaret 2016-01-04 21:35:13 -05:00
Mark Finkle
8499164610 Bug 1236409 - Remove toolkit impl of XUL prompt for nsICookiePromptService r=margaret 2016-01-04 20:40:00 -05:00
Mike Hommey
c676933ed5 Bug 1236259 - Quote MOZ_APP_ID; r=gps
This is glandium's suggested patch. Committing under his name reviewed
by me.
2016-01-04 10:58:42 -08:00
Mike Hommey
3f231e7e9d Bug 1235676 - Replace _ABS_DIST with ABS_DIST. r=mshal 2015-12-31 08:10:02 +09:00
Mike Hommey
367f0304f9 Bug 1235151 - Use #include in toolkit/locales/generic/install.rdf instead of -I on the preprocessor command line. r=mshal 2015-12-31 07:26:35 +09:00
Mike Hommey
df41419b96 Bug 1235151 - Factor all the install.rdfs used for langpacks. r=mshal
The only difference between all of them is the application id they target.
Interestingly, the Fennec one is still targetting the XUL appid, instead
of the Android one, which doesn't seem right.
2015-12-31 07:26:34 +09:00
Carsten "Tomcat" Book
a335baf068 merge mozilla-inbound to mozilla-central a=merge 2015-12-30 12:00:03 +01:00
chaithanya
bdbefe9fbb Bug 1226552 - Fix the raw ping data string for about:telemetry. r=gfritzsche 2015-12-29 09:50:00 +01:00
Andrea Marchesini
97656ad886 Bug 1235402 - Disable about:profile for android and b2g, r=ehsan 2015-12-29 18:42:47 +00:00
Andrea Marchesini
8d558c26b5 Bug 1234764 - ProfileManager should set the selectedProfile correctly, r=ehsan 2015-12-29 18:10:08 +00:00
penhlenh
9975f7ebba Bug 1232914: Allow switching between structured & raw ping data via radio button. r=dexter 2015-12-20 00:11:07 +07:00
Andrea Marchesini
dfbd4d9443 Bug 1232998 - Add an 'Open directory' button in about:profiles, r=ehsan 2015-12-18 02:02:00 +00:00
Andrea Marchesini
716c8af992 Bug 1233432 - pleaseSelectTitle and pleaseSelect were missing in the localization file for about:profiles, r=ehsan 2015-12-18 02:00:12 +00:00
Andrea Marchesini
e6c97dc7db Bug 1232629 - Replace ProfileManager with about:profiles, r=ehsan 2015-12-15 14:12:59 +00:00
Andrea Marchesini
43c8b0cfb3 Bug 1179129 - about:profiles, r=ehsan 2015-12-15 14:12:06 +00:00
penhlenh
20d1149b06 Bug 1223018: Rename about:telemetry 'System Information' section to 'Session Information'. r=gfritzsche 2015-11-17 22:07:25 +07:00
Mike Hommey
c248dd34b4 Bug 1222323 - Avoid passing extra defines to the compiler from config.mk. r=gps
C/C++ code should not be relying on XPI_NAME or AB_CD being defined, so
moving them out works.
2015-11-14 08:40:54 +09:00
simplyblue
b35ad172d9 Bug 1175519 - Expose raw ping json data on about:telemetry. r=gfritzsche 2015-11-06 19:27:53 +05:30
J. Ryan Stinnett
fa1c70413c Bug 1182722 - Fix l10n-check on Windows. r=me on a CLOSED TREE 2015-11-04 22:44:30 -06:00
J. Ryan Stinnett
cfecfe3268 Bug 1182722 - Move DevTools l10n files. r=ochameau,glandium,Pike,bgrins
Move DevTools l10n files under /devtools/client and /devtools/shared.
A script is attached to the bug for l10n repos to migrate their strings.
2015-11-04 15:35:53 -06:00
Chris H-C
429e0c2219 Bug 1220376 - Use %1$S instead of %1$s. r=gfritzsche
'%1$s' only takes the first character of the format parameter.
2015-11-02 06:37:00 -08:00
Chris H-C
6047eea25d bug 1163971 - Add a simple select to about:telemetry to allow viewing child payloads, when present. r=gfritzsche 2015-10-29 07:36:00 +01:00
Felipe Gomes
eb89aef75a Bug 1217044 - Experiment branch should be displayed in about:support. r=bsmedberg 2015-10-22 21:37:05 -02:00
Jared Wein
7a053f360d Bug 1205172 - Do Not Disturb Button for Push Notifications on Windows. r=MattN 2015-10-20 15:26:00 -04:00
Jared Wein
a95882da58 Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN 2015-10-15 22:58:56 -04:00
Kate McKinley
2460ff5a19 Bug 1207838 - Update text used for the security referrer command. r=ckerschb, r=jwalker, r=fkiefer 2015-09-28 15:11:02 -07:00
Phil Ringnalda
697aa20fc5 Back out changeset bb7e9c6a66c6 (bug 1209602) for crashing 2015-10-15 22:31:42 -07:00
Jared Wein
16f3c32e32 Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN 2015-10-15 22:58:56 -04:00
Jared Wein
bbc6d93eba Backout bug 1209602 for busting OSX on a CLOSED TREE. r=me 2015-10-15 23:19:10 -04:00
Jared Wein
8e117f0367 Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN 2015-10-15 22:58:56 -04:00
Jared Wein
ce02a6b2f3 Bug 1201397 - New layout of XUL Notifications. r=MattN 2015-10-15 22:58:56 -04:00
Carsten "Tomcat" Book
74653d8267 Merge m-c to fx-team 2015-10-08 16:11:56 +02:00
Johan K. Jensen
6b5b245a19 Bug 1207544 - Rename DPI to DPR in schreenshot gcli. r=jryans 2015-09-23 16:46:34 +02:00
Sebastian Hengst
de7ea82573 Bug 1210347 - Don't automatically uppercase the first character of the connection types in about:webrtc. r=mikedeboer 2015-10-08 12:55:57 +02:00