Commit Graph

340 Commits

Author SHA1 Message Date
Nathan Froyd
3d195c119c Bug 1207188 - delete useless MOZ_DEBUG define in webapprt's moz.build; r=mshal 2015-09-22 00:47:45 -04:00
Masatoshi Kimura
1e5d7d8513 Bug 647621 - Implement document.charset and update document.inputEncoding to the latest spec. r=bz 2015-09-23 09:32:29 +09:00
Carsten "Tomcat" Book
ae9e49f806 Merge mozilla-central to mozilla-inbound 2015-09-22 12:49:44 +02:00
Carsten "Tomcat" Book
420432e990 merge mozilla-inbound to mozilla-central a=merge 2015-09-22 12:35:13 +02:00
Jan-Ivar Bruaroey
9614e19203 Bug 1206982 - getUserMedia s/PermissionDeniedError/SecurityError/. r=jesup 2015-09-21 20:57:12 -04:00
J. Ryan Stinnett
2dada8f365 Bug 912121 - Rewrite require / import to match source tree. rs=devtools
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location.  Here we rewrite all require and import calls to match the new
location that these files are installed to.
2015-09-21 12:04:18 -05:00
Nathan Froyd
135da787b0 Bug 1206801 - fix broken CONFIG['DEBUG'] checks in moz.build files; r=mshal
These were supposed to be CONFIG['MOZ_DEBUG'].  webapprt doesn't use the
define it set up, however, so it was deleted rather than fixed.
2015-09-21 22:32:15 -04:00
Shu-yu Guo
37989840cd Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Ryan VanderMeulen
f6a84499b5 Merge m-c to inbound. a=merge 2015-08-30 22:12:12 -04:00
Myk Melez
b5e9862192 Bug 1199826 - identify bug components for webapprt directories; r=marco 2015-08-30 15:44:28 -07:00
Nicholas Nethercote
12fec02dfb Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
Myk Melez
fd3b47df9f Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj 2015-08-13 19:00:02 -07:00
Alexandre Poirot
9d24dbfeaf Bug 1192863 - Use client/main.js instead of dbg-server.jsm. r=jryans 2015-08-13 10:57:14 -07:00
Jan-Ivar Bruaroey
1ded5f09d6 Bug 1189060 - let webrtcUI.jsm etc. block initial Offer/Answer exchange through hook. r=florian,fabrice,mfinkle,mt 2015-08-07 15:22:30 -04:00
Alexandre Poirot
0939709730 Bug 1190452 - Always import toolkit/devtools/server/main.js as CommonJS module. r=jryans 2015-08-10 05:38:56 -07:00
Nathan Froyd
06e0f76a2f Bug 1185637 - part 1 - move APP_VERSION defines into moz.build; r=glandium 2015-07-20 14:35:31 -04:00
Carsten "Tomcat" Book
f2345a6dbc Backed out changeset 35c6e7e9c205 (bug 1135261) for test failures in gij in bookmark_edit_test.js on a CLOSED TREE 2015-07-22 08:13:08 +02:00
Myk Melez
728d37cb3d Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj 2015-07-21 19:15:38 -07:00
Wes Kocher
7c5846192e Merge fx-team to central, a=merge 2015-07-21 16:08:37 -07:00
Myk Melez
920f80e684 Bug 1185764 - stop asserting that obsolete traceActor set; r=marco 2015-07-21 02:55:01 -07:00
Xidorn Quan
78af55b64d Bug 1160017 part 1 - Remove fullscreen permission code from nsDocument. r=smaug 2015-07-21 20:50:20 +10:00
Boris Zbarsky
980b01eecd Bug 909154. Remove the prefixed mozRequestAnimationFrame and its accoutrements. r=bkelly 2015-07-20 10:14:24 -04:00
Ryan VanderMeulen
65af61e939 Merge inbound to m-c. a=merge 2015-07-01 16:37:26 -04:00
Myk Melez
7349767fd3 Bug 1179045 - stop checking for obsolete tablist properties; r=marco 2015-07-01 08:44:36 -07:00
Myk Melez
fe9a95bcd7 Bug 1080088 - disable broken mozPay implementation in desktop runtime; r=marco 2015-07-01 08:44:36 -07:00
Marco Castelluccio
6d1e0a4266 Bug 1179059 - Remove "storage" permission check because it doesn't exist anymore. r=myk 2015-06-30 17:50:00 -04:00
Myk Melez
4eb07e7938 Bug 1168737 - specify runtime with command-line arg on Mac for tests; r=jmaher,marco 2015-06-26 09:22:40 -07:00
L. David Baron
f3ac7875b7 Back out changeset cd741d3ae78a (bug 1168737) for mochitest failures on Mac OS X 10.10.
CLOSED TREE

Failures were:
2358 INFO TEST-UNEXPECTED-FAIL | toolkit/webapps/tests/test_webapp_runtime_executable_update.xul | Test timed out. - expected PASS
2359 INFO TEST-UNEXPECTED-FAIL | toolkit/webapps/tests/test_webapp_runtime_executable_update.xul | Webapp runtime executable has been replaced - got 256, expected 42
2362 INFO TEST-UNEXPECTED-ERROR | toolkit/webapps/tests/test_webapp_runtime_executable_update.xul | called finish() multiple times
2015-06-20 22:51:48 -07:00
Myk Melez
ae4a4f738f Bug 1168737 - specify runtime with command-line arg on Mac for tests; r=jmaher,marco 2015-06-20 11:15:03 -07:00
Sylvestre Ledru
d5d1f7b0cf Bug 1145175 - Include the beta version in 'About Firefox' r=glandium
This should not have any effect on nightly or aurora.
Also fix browser/installer/windows/Makefile.in
webapprt/win/Makefile.in to use the variable instead
of the file
2015-06-12 11:54:28 +02:00
Kartikaya Gupta
a5062a41a0 Bug 1160285 - Add a staticruntime version of mfbt and link some stuff against it. r=glandium 2015-05-27 17:22:29 -04:00
Birunthan Mohanathas
fe337d7c5e Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan 2015-05-21 21:49:30 +01:00
Xidorn Quan
3f8dcdda35 Bug 1157685 - Remove full-screen-api.content-only pref and its friends. r=smaug 2015-05-15 14:39:25 +12:00
Myk Melez
f93ed67d20 bug 1125394 - launch runtime executable stub from test app bundle on Mac; r=jmaher,marco 2015-05-06 16:27:33 -07:00
ziyunfei
649e7033e4 Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Francois Marier
37e736087c Bug 1147212 - Add support for goog-unwanted-shavar. r=gcp,r=matej,r=smaug 2015-04-22 21:01:37 +12:00
Ryan VanderMeulen
125c120695 Merge inbound to m-c. a=merge 2015-04-17 15:44:37 -04:00
Gijs Kruitbosch
0556aa7972 Bug 1154218 - get rid of webapprt's downloads-aero.css, r=dao,marco 2015-04-14 13:27:44 +01:00
Ehsan Akhgari
c05c22901f Bug 1148942 - Ensure that the registration of empty service workers succeeds; r=bent 2015-04-16 18:18:20 -04:00
Nick Desaulniers
8323e73c03 Bug 768521 - Suppress blocklist for desktopRT. r=myk 2015-02-23 10:11:31 -08:00
Nick Desaulniers
e3ac921d80 Bug 1144266 - Change runtime reference from obsolete aurora to firefoxdeveloperedition. r=myk 2015-03-17 16:22:00 -04:00
Masatoshi Kimura
479877822a Bug 1127339 - Move SSLv3 detection out of aboutNetError.xhtml. r=gijs 2015-02-21 17:20:23 +09:00
Paolo Amadini
d16d2efda7 Bug 1114624 - Don't register the legacy nsIDownloadManager implementation of nsITransfer by default anymore. r=mak,marco,margaret,fabrice 2015-02-05 11:19:01 +00:00
Brian O'Keefe
adedd377be Bug 870366 - Part 2: Move PREF_JS_EXPORTS to moz.build (easy moves). r=gps 2015-01-20 13:07:03 -05:00
Jan Varga
e1f128e2a0 Bug 1123637 - Remove all code relevant to quota prompts; r=bent,ehsan 2015-01-22 09:40:42 +01:00
Chris Peterson
fbecf5ce62 Bug 1116769 - Change webapprt downloadItems to a Map and remove nonstandard for-each-in loops. r=mak 2015-01-05 23:43:45 -08:00
Marco Castelluccio
7ddc38cf96 Bug 1116765 - Fix browser_noperm.js test to consider indexedDB an always allowed permission. r=myk 2014-12-31 07:05:00 +01:00
Marco Castelluccio
27a03428bc Bug 1116775 - Handle rejection in WebappManager::doUninstall. r=myk 2014-12-31 07:41:00 +01:00
Marco Castelluccio
d18224a3ae Bug 1116771 - Fix browser_getUserMedia permission denied error message. r=myk 2014-12-31 07:40:00 +01:00
Marco Castelluccio
27f926c000 Bug 1116756 - Handle WebappOSUtils.uninstall promise rejection when running webapprt-chrome tests. r=myk 2014-12-31 05:04:00 +01:00