J. Ryan Stinnett
4ca92d7e54
Bug 1203159 - Remove DevTools support from webapprt. r=myk
...
To enable resource://devtools, all DevTools files are consolidated at the app
level. This means they are no longer available for sharing between multiple XUL
apps, such as browser and webapprt. We'll need to devise a new method to bring
this support back to webapprt if desired.
2015-10-21 12:22:57 -05:00
Carsten "Tomcat" Book
08997000eb
Backed out 2 changesets (bug 1202902
) to recking bug 1202902
to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902
)
Backed out changeset d70c7fe532c6 (bug 1202902
)
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
e7ef778c9d
Backed out 1 changesets (bug 1202902
) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902
)
--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00
Shu-yu Guo
d06b6030f6
Bug 1202902
- Scripted fix the world.
2015-10-06 14:00:31 -07:00
Tooru Fujisawa
39625ef8cd
Bug 1207499 - Part 11: Remove use of expression closure from webapprt/. r=felipe
...
--HG--
extra : commitid : IJfdu3EX6q6
extra : rebase_source : 1f3f0ccfb6a3be019a6756683cb760123564e593
2015-09-23 18:42:19 +09:00
J. Ryan Stinnett
efe328f1b2
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.
--HG--
extra : commitid : F2ItGm8ptRz
extra : rebase_source : b082fe4bf77e22e297e303fc601165ceff1c4cbc
2015-09-21 12:04:18 -05:00
Shu-yu Guo
64db2267cf
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Myk Melez
5f5a298ac6
Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj
2015-08-13 19:00:02 -07:00
Carsten "Tomcat" Book
6a7e108e0a
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
9d936dfa4a
Bug 1135261 - return new window from window.open in desktop runtime; r=marco,smaug,junior,wesj
2015-07-21 19:15:38 -07:00
Birunthan Mohanathas
3ffa8d565d
Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan
2015-05-21 21:49:30 +01:00
ziyunfei
e1db0f779e
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
Chris Peterson
b080003370
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
2353e2416e
Bug 1116769 - Use for each ... in instead of for ... of in webapprt downloads.js. r=myk
2015-01-05 22:40:24 -08:00
Chris Peterson
64ef7907ec
Bug 1108310 - Remove deprecated for-each-in loop and let blocks and fix strict mode warnings in webapprt/content/downloads/downloads. r=Unfocused
2014-11-30 00:29:07 -08:00
Vaibhav Agrawal
a1f9ec83ea
Bug 1089037 - Removing invalid mochitests and moving webapprt-content tests to a seperate "webapprtContent" folder in object directory. r=jmaher, marco
2014-11-13 12:30:00 +01:00
Marco Castelluccio
9097206f3c
Bug 911636 - Webapp Runtime migration to Downloads.jsm. r=myk, r=paolo
...
--HG--
rename : toolkit/mozapps/downloads/content/download.xml => webapprt/content/downloads/download.xml
rename : toolkit/mozapps/downloads/content/downloads.css => webapprt/content/downloads/downloads.css
rename : toolkit/mozapps/downloads/content/downloads.xul => webapprt/content/downloads/downloads.xul
rename : toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd => webapprt/locales/en-US/webapprt/downloads/downloads.dtd
rename : toolkit/themes/linux/mozapps/downloads/downloadIcon.png => webapprt/themes/linux/downloads/downloadIcon.png
rename : toolkit/themes/linux/mozapps/downloads/downloads.css => webapprt/themes/linux/downloads/downloads.css
rename : toolkit/themes/osx/mozapps/downloads/buttons.png => webapprt/themes/osx/downloads/buttons.png
rename : toolkit/themes/osx/mozapps/downloads/downloadIcon.png => webapprt/themes/osx/downloads/downloadIcon.png
rename : toolkit/themes/osx/mozapps/downloads/downloads.css => webapprt/themes/osx/downloads/downloads.css
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons-aero.png => webapprt/themes/windows/downloads/downloadButtons-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons.png => webapprt/themes/windows/downloads/downloadButtons.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon-aero.png => webapprt/themes/windows/downloads/downloadIcon-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon.png => webapprt/themes/windows/downloads/downloadIcon.png
rename : toolkit/themes/windows/mozapps/downloads/downloads-aero.css => webapprt/themes/windows/downloads/downloads-aero.css
rename : toolkit/themes/windows/mozapps/downloads/downloads.css => webapprt/themes/windows/downloads/downloads.css
2014-08-19 08:50:00 -04:00
Marco Castelluccio
34a2ae9360
Bug 1036117 - Make WebappRT users wait for the configuration to be loaded. r=myk
2014-07-15 01:35:43 +02:00
Myk Melez
e489aa6107
Bug 1033643 - notify webapps-registry-ready while becoming webapp; r=marco
2014-07-03 17:29:39 -07:00
Myk Melez
b28c7892a9
Bug 1033059 - await confirmInstall before calling startup > addInstalledApp; r=marco
2014-07-03 15:02:48 -07:00
Myk Melez
b176027f63
Bug 1033038 - identify harness window as a browserTestHarness; r=marco
2014-07-03 15:02:15 -07:00
Eddy Bruel
fd8a3e341e
Bug 1014141 - Fix a regression in the remote debugger;r=mar.castellucio;r=past
2014-06-18 15:26:53 +02:00
Marco Castelluccio
dea9c853b9
Bug 999653 - Don't manually set allAppsLaunchable but use SpecialPowers.setAllAppsLaunchable. r=fabrice
2014-04-24 04:06:00 +02:00
Paolo Amadini
3472025670
Bug 984806 - Convert to Promise.jsm in the Webapp Runtime. r=marco
2014-03-21 09:43:34 +01:00
Marco Castelluccio
7b491bf060
Bug 847518 - window.open(url, "_blank") should open in default browser. r=myk, r=bz
2014-02-27 11:56:48 -05:00
Jeroen van der Gun
5758957ce6
Bug 961377 - Extend webapp runtime to support tooltips in webapps like in the normal browser; r=felipe
2014-01-23 10:31:00 +00:00
Ricardo Palomares
28d7281711
Bug 929018 - Change to getUserMediaDialog.dtd entities naming to fit conventional naming scheme; r=myk
2013-10-28 08:21:13 -07:00
Marco Castelluccio
72956e1dee
Bug 774521 - Desktop Web Runtime UI implementation for mozGetUserMedia (Camera API). r=myk
2013-10-11 11:06:21 -04:00
Marco Castelluccio
66578ab0db
Bug 919683 - Fix regression from bug 880930. r=past
2013-09-24 14:28:50 -04:00
Marco Castelluccio
ca88179519
Bug 912301 - Exit fullscreen mode if the user navigates to an off-origin url. r=myk
2013-09-10 20:59:30 -04:00
Marco Castelluccio
85c05a8fa7
Bug 777428 - Make it possible to debug webapps running in desktop webapp runtime. r=past
2013-09-10 20:59:04 -04:00
Marco Castelluccio
8b0d6f6348
Bug 907324 - Fix regression from bug 776446. Menu separator in a popupset creates a weird statusbar. r=myk
2013-08-26 15:05:08 -04:00
Marco Castelluccio
f8f8b309a2
Bug 777236 - Implement the "fullscreen" app manifest attribute for web apps on desktop. r=myk
2013-08-26 15:04:17 -04:00
Ryan VanderMeulen
f0ff0e5947
Backed out 4 changesets (bug 747428, bug 907324, bug 899353, bug 747552) for mochitest-other assertions.
...
Backed out changeset ee2bf84036fb (bug 907324)
Backed out changeset 17f932a5856d (bug 899353)
Backed out changeset b277e7b08f88 (bug 747552)
Backed out changeset 6ae3b1195542 (bug 747428)
2013-08-26 12:25:49 -04:00
Marco Castelluccio
5f208d1b7f
Bug 907324 - Fix regression from bug 776446. Menu separator in a popupset creates a weird statusbar. r=myk
2013-08-26 10:32:31 -04:00
Marco Castelluccio
6aac95e3b9
Bug 851672 - Rename quitApplicationCmdMac.key to reflect reuse on Linux. r=tabraldes
2013-08-20 08:17:07 -04:00
Marco Castelluccio
eb63e1dd94
Bug 892837 - Support permissions in desktop webrt. r=myk
...
--HG--
rename : webapprt/content/mochitest.js => webapprt/content/mochitest-shared.js
2013-08-16 15:17:52 -04:00
Marco Castelluccio
502708d073
Bug 776446 - Cannot use contextmenu <menu> elements within the desktop webapp runtime. r=myk
2013-08-09 14:02:20 -04:00
Marco Castelluccio
8111a2cb5a
Bug 894979 - Serve tests from different origins. r=myk
2013-07-18 10:20:55 -04:00
Fabrice Desré
64ffd22065
Bug 777204 - Webapps.jsm broadcasts information to all content processes [r=gwagner]
2012-09-18 10:34:55 -07:00
Myk Melez
c45d593ca6
bug 770770: refactor webapp runtime test harness to reduce complexity/special-casing; r=adw
...
--HG--
extra : rebase_source : 183331b565d8c0577c9ba60a89f3c1ea6b11af9a
2012-08-14 15:27:26 -07:00
Myk Melez
5e9898d8e0
bug 772299 - <browser> widget's addProgressListener method should pass through aNotifyMask argument; r=gavin
2012-08-07 13:55:38 -07:00
Ryan VanderMeulen
1d2cfc69dd
Backout 4e54a6eb43d2 (bug 780686) and f10e4ac36ed2 (bug 772299) due to mochitest-other permaorange on a CLOSED TREE.
2012-08-07 20:32:09 -04:00
Myk Melez
88dff33f44
bug 772299 - <browser> widget's addProgressListener method should pass through aNotifyMask argument; r=gavin
...
--HG--
extra : rebase_source : 10c623c2adcb771312bb85896dbe7d4d9fc4d83c
2012-08-07 13:55:38 -07:00
Felipe Gomes
ffeebb6bf4
Bug 759502. Include URL of active window in URL field of webapp runtime crash reporter. r=gavin
2012-07-19 18:02:48 -07:00
Myk Melez
0299f30dac
bug 771395 - show origin of page in window title when it is different from webapp's origin; r=felipe
2012-07-10 15:07:31 -07:00
Felipe Gomes
034f824db7
Bug 769955. Change the window name to 'default' as nsXULWindow uses the window name to search for the icon to display. r=myk
2012-07-05 15:02:21 -07:00
Drew Willcoxon
9858334554
Bug 733631 - Create a unit test infrastructure for the webapp runtime. r=myk,felipc,ctalbert
2012-06-29 15:52:43 -07:00
Felipe Gomes
d47c4920d4
Bug 759619. Center webapp on screen on first run, and persist size and position values afterwards. r=myk
2012-06-28 22:27:09 -07:00
Myk Melez
14f62ec30c
bug 752666 - provide explicit mechanism to specify URL load target in webapp runtime; r=felipe
2012-06-11 12:22:08 -07:00