Commit Graph

44 Commits

Author SHA1 Message Date
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
Michael Comella
b9f9b17d7e Bug 1177774 - Disable warnings for "aText". r=margaret 2015-06-26 14:37:41 -07:00
Michael Comella
4b12caf31c Bug 1170804 - Fix bugs found by eslint in components/. r=margaret
A few errors still remain.
2015-06-24 21:56:23 -07:00
Kartikaya Gupta
a69e50d1c1 Bug 1148857 - Use a valid property string for password prompt dialogs. r=liuche 2015-03-30 11:13:00 -04:00
Shu-yu Guo
6cfc2eb110 Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo) 2014-09-15 16:30:46 -07:00
Birunthan Mohanathas
0b0a7a8b79 Bug 1054703 - Part 7: Flatten embedding/components/windowwatcher/{public,src}/ into parent directory. r=bsmedberg 2014-08-20 10:27:17 -07:00
Wes Johnston
59ff001675 Bug 1048000 - Expect undefined for non-matching regex groups. r=bnicholson 2014-08-13 14:53:34 -07:00
Mark Finkle
3d74530c83 Bug 989577 - Lazy load Prompt.jsm everywhere r=wesj 2014-07-29 15:48:40 -04:00
Wes Johnston
e69c647e2c Bug 1016348 - Treat prompt service boolean returns as real booleans. r=margaret 2014-05-27 14:43:43 -07:00
Wes Johnston
52b9859411 Bug 977592 - Don't autofocus the password field in auth dialogs. r=margaret 2014-03-04 08:31:06 -08:00
Wes Johnston
605d17315b Bug 931900 - Make null value parameter handling match Desktop. r=margaret 2014-02-19 13:17:33 -08:00
Wes Johnston
c89afdba0a Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats 2014-02-11 09:16:00 -08:00
Wes Johnston
9710331bfd Bug 921804 - Show checkboxes at the bottom of prompts. r=mfinkle 2013-12-17 10:15:14 -08:00
Mark Finkle
5a85f4e8b8 Bug 928756 - [geckoview] Convert prompt-based actions into separate GeckoView endpoints r=bnicholson 2013-11-06 17:59:11 -05:00
Wes Johnston
45a71b0761 Bug 923391 - Prompts should return values even if they're cancelled. r=mfinkle 2013-10-15 00:13:13 -07:00
Bobby Holley
2059b8d584 Bug 901364 - Remove a bunch of now-unused modal state tracking machinery. r=mrbkap 2013-08-12 12:54:51 -07:00
Nathan Froyd
57109c33a5 Bug 902938 - part 2 - update android code to use Services.androidBridge; r=mfinkle 2013-08-08 11:05:48 -04:00
Michael Boon
b2c8926fa8 Bug 872576 - Stop using deprecated for each ... in. r=mleibovic 2013-07-18 10:31:51 -04:00
Wes Johnston
822351d2fd Bug 877911 - Make prompt service use Prompts.jsm. r=margaret 2013-06-12 09:14:57 -07:00
Nick Alexander
70a239e3e0 Bug 860513 - QI fallback service to nsIPromptFactory in getPrompt. r=mfinkle 2013-04-11 11:01:52 -07:00
Mark Finkle
cdb88d1213 Bug 854340 - Firefox for Android cannot against loop + alert attack r=wesj 2013-03-27 00:53:24 -04:00
Margaret Leibovic
323c0ab7ff Bug 739757 - Update doorhanger notification strings. r=mfinkle,gbrown
* * *
Bug 739757 - (Part 1) Update strings for offline apps/indexedDB notifications. r=mfinkle
* * *
Bug 739757 - (Part 2) Update strings for content permissions prompts. r=mfinkle
* * *
Bug 739757 - (Part 3) Update click to play plugin strings to use "activate" instead of "play". r=mfinkle
* * *
Bug 739757 - (Part 4) Update popup blocked notifications. r=mfinkle
* * *
Bug 739757 - (Part 5) Update telemetry prompt strings. r=mfinkle
* * *
Bug 739757 - (Part 6) Update login manager strings. r=mfinkle
* * *
Bug 739757 - (Part 7) Update testDoorHanger to work with new strings. r=gbrown
2013-03-12 08:47:12 -07:00
Margaret Leibovic
939ff0f3b5 backout 14893b300874 for test failures 2013-03-06 16:47:33 +00:00
Margaret Leibovic
047cf4327b Bug 739757 - (Part 6) Update login manager strings. r=mfinkle 2013-03-06 13:02:46 +00:00
Brian Nicholson
0c9e18d8a2 Bug 837042 - Remove gecko property from sendMessageToJava. r=mfinkle 2013-02-01 17:36:38 -08:00
Frank Yan
eb09870302 Bug 611553 - Android: Make DOMWillOpenModalDialog a chrome-only event. r=mbrubeck 2013-01-16 13:10:20 -08:00
Kartikaya Gupta
79448dd0ee Bug 830175 - Turn buttons in the prompt service from objects with labels to just strings. r=wesj 2013-01-15 15:31:24 -05:00
Kyle Huey
76a2832eea Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-31 09:13:28 -07:00
Vicamo Yang
ea784216bd Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
c82a2d6fea Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
c34b7d9377 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
8078ab712e Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Wes Johnston
d911524ee9 Bug 789888 - Catch errors thrown using document objects that have been destroyed. r=mfinkle 2012-10-22 16:20:01 -07:00
Wes Johnston
c01f70c384 Bug 781318 - Autofocus textboxes in prompts. r=mbrubeck 2012-08-15 16:51:36 -04:00
Matt Brubeck
041f73a1ce Back out e8fae7f2ce39 (bug 781318) because of reftest failure 2012-08-15 19:48:31 -04:00
Wes Johnston
0be8535865 Bug 781318 - Autofocus textboxes in prompts. r=mbrubeck 2012-08-15 16:51:36 -04:00
Wes Johnston
88506d7594 Bug 777663 - Use localized string for password prompts. r=mbrubeck 2012-07-26 12:53:16 -07:00
Wes Johnston
5bd62fa930 Bug 702487 - Allow users to enter falsy values in prompt dialogs. r=mfinkle 2012-07-19 12:08:56 -07:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Mark Finkle
8e34c16ce8 Bug 734714 - Some prompts broken: 'aDomWin is null' in prompt service r=wesj 2012-03-12 15:53:45 -04:00
Margaret Leibovic
cd3f6a5b33 Bug 711624 - JS prompt dialog will appear in the foreground when loading the page with the code in the background. r=wesj 2012-03-06 13:56:16 -08:00
Wes Johnston
0be02b17da Bug 698917 - Remove & from prompt labels. r=mfinkle 2012-01-06 11:36:35 -08:00
Wes Johnston
0fecc09f35 Bug 700527 - Master password support for native fennec. r=mfinkle 2011-12-21 13:08:01 -08:00
Doug Turner
91813a81fd Bug 701833 - hg move /mobile to /mobile/android r=mfinkle CLOSED TREE 2011-11-17 09:24:55 -05:00