Commit Graph

1572 Commits

Author SHA1 Message Date
Max Li
5d671f65c0 Bug 960203 - Allow text selection handles to crossover in <input> and <textarea> elements. r=mleibovic 2014-01-25 16:15:31 -08:00
Wes Johnston
2ffb2189cc Bug 956900 - Close actionbar after paste. r=margaret 2014-01-27 14:58:32 -08:00
Martyn Haigh
75388a7f5a bug 957057 - refactor import in browser.js to make code easier to understand; r=wesj
--HG--
extra : rebase_source : 4014c863adc713de80975cafef81cdae00f5d09d
2014-01-24 21:12:08 -08:00
Myk Melez
01c2a7f857 bug 962858 - bypass native installation during automated tests; r=mfinkle,fabrice
--HG--
extra : rebase_source : bf4a585b4f7bee784d36a7338ba1f592bdedae94
2014-01-24 20:51:30 -08:00
Mark Finkle
aeb685eca7 Bug 962963 - Decouple tab expiration code r=margaret 2014-01-24 09:08:01 -05:00
Mark Finkle
078470e383 Bug 962963 - Be more aggressive about expiring tabs r=kats r=margaret 2014-01-24 09:07:58 -05:00
Wes Johnston
e55fdf4807 Bug 952112 - Scale share icon in actionbar. r=lucasr
--HG--
rename : mobile/android/base/resources/drawable-hdpi/copy.png => mobile/android/base/resources/drawable-hdpi/ab_copy.png
rename : mobile/android/base/resources/drawable-hdpi/cut.png => mobile/android/base/resources/drawable-hdpi/ab_cut.png
rename : mobile/android/base/resources/drawable-hdpi/paste.png => mobile/android/base/resources/drawable-hdpi/ab_paste.png
rename : mobile/android/base/resources/drawable-hdpi/select_all.png => mobile/android/base/resources/drawable-hdpi/ab_select_all.png
rename : mobile/android/base/resources/drawable-mdpi/copy.png => mobile/android/base/resources/drawable-mdpi/ab_copy.png
rename : mobile/android/base/resources/drawable-mdpi/cut.png => mobile/android/base/resources/drawable-mdpi/ab_cut.png
rename : mobile/android/base/resources/drawable-mdpi/paste.png => mobile/android/base/resources/drawable-mdpi/ab_paste.png
rename : mobile/android/base/resources/drawable-mdpi/select_all.png => mobile/android/base/resources/drawable-mdpi/ab_select_all.png
rename : mobile/android/base/resources/drawable-xhdpi/copy.png => mobile/android/base/resources/drawable-xhdpi/ab_copy.png
rename : mobile/android/base/resources/drawable-xhdpi/cut.png => mobile/android/base/resources/drawable-xhdpi/ab_cut.png
rename : mobile/android/base/resources/drawable-xhdpi/paste.png => mobile/android/base/resources/drawable-xhdpi/ab_paste.png
2014-01-16 13:33:00 -08:00
Wes Johnston
e7ab2c4d4b Bug 956782 - Swap order of search and share in actionbar. r=mfinkle 2014-01-15 13:40:00 -08:00
Joshua Dover
2897b6375b Bug 960159 - Dim System UI when scrolling down in reader mode. r=jimm 2014-01-22 11:56:11 -08:00
Reuben Morais
2bd5038fee Bug 961560 - Use a SUMO redirect for the Learn More URL in the missing plugin error message. r=margaret 2014-01-23 09:43:13 -05:00
Tim Taubert
e1ba7e638c Bug 957421 - Keep FxA pref names consistent r=markh,rnewman,nalexander 2014-01-21 14:13:45 +01:00
Myk Melez
74fb606537 Bug 961762 - wait until registryReady to use DOMApplicationRegistry API; r=wesj
--HG--
extra : rebase_source : 313e2af2a5afa73f7d6bfcd2055d83b96819ac27
2014-01-22 12:49:46 -08:00
Neil Rashbrook
6dfe1881c1 Bug 284673 Followup to bug 913734 to remove sepcial handling for now-removed now-unused policy machinery from about:config r=gavin 2014-01-22 21:38:57 +00:00
Martyn Haigh
abd615eb2f Bug 957056 - pass correct status argument to _initRuntime; r=wesj 2014-01-22 00:53:25 -08:00
Myk Melez
f7b1d7cea4 Bug 953328 - make about:apps work with synthetic APKs; r=wesj 2014-01-22 00:50:02 -08:00
Mark Finkle
d12647614b Bug 953381 - Basic media casting control bar r=wesj 2014-01-20 17:26:30 -05:00
Mark Finkle
9d9c34fcc6 Bug 953381 - Move CastingApps into a separate JS file r=wesj 2014-01-20 17:26:27 -05:00
Mark Finkle
dd04ac4545 Bug 953381 - Add generic support for casting a video to a second screen service r=wesj 2014-01-20 17:21:58 -05:00
Mark Finkle
ea326f6cdf Backout 032a3ba018db, It breaks <select> form element interactions (bug 961489, bug 961662) 2014-01-20 16:40:28 -05:00
Richard Newman
8a28311d97 Bug 961538 - Correctly extract bitmaps from stored icons in search preferences. r=mfinkle 2014-01-19 23:09:23 -08:00
Mark Capella
836eda8816 Bug 947284 - End text-selection handle is not visible when opting to select all text part II, r=margaret 2014-01-18 00:31:05 -05:00
Mark Finkle
54aac6f336 Bug 922342 - PermissionPromptHelper.jsm takes ~220ms on startup on a galaxy nexus r=wesj 2014-01-17 22:35:12 -05:00
Neil Bleasdale
f9ef00541a Bug 956484 - Move inline js from /mobile/android/chrome/content/aboutPrivateBrowsing.xhtml into separate js file. r=mbrubeck 2014-01-15 09:35:54 -05:00
Joshua Dover
0925e712bf Bug 953272 - Add selected attribute for prompts with multichoice. r=wesj 2014-01-14 11:27:02 -08:00
Mark Finkle
6b5d6f67b1 Bug 959789 - Unresponsive script dialog for ConsoleAPI.js on nfl.com gamecenter pages r=bnicholson 2014-01-14 23:55:55 -05:00
Margaret Leibovic
dd7e8c5d28 Bug 958192 - Use gecko messages to request current set of available panels from JS. r=lucasr 2014-01-14 15:08:10 -08:00
Neil Bleasdale
eab37d526d Bug 957052 - Move remaining event handlers out of mobile/android/chrome/content/aboutFeedback.xhtml into its js file. r=mleibovic 2014-01-14 10:14:10 -05:00
Errietta Kostala
e4b00bf18c Bug 948899 - Move inline scripts and styles into separate file for mobile/android/chrome/content/aboutAddons.xhtml. r=mleibovic 2014-01-14 09:49:08 -05:00
Matt Brubeck
60c874a550 Bug 958101 - Pass named params to onFindResult as object properties [r=evilpie] 2014-01-13 17:58:33 -08:00
Carsten "Tomcat" Book
6bfb7a88ab merge mozilla-inbound to mozilla-central 2014-01-13 12:43:23 +01:00
Mark Capella
adb698da95 Bug 951943 - SelectionHandler._updateCacheForSelection() Error: TypeError: rects[0] is undefined, r=margaret 2014-01-11 01:51:27 -05:00
Christian Legnitto
a7ce12665b Bug 935377 - Firefox should fix common scheme typos, r=dolske 2014-01-12 12:02:27 -08:00
Daniel Holbert
61a8578ef6 Bug 958734: Add extra layer of parens to fix JS warning in JSDOMParser.js. r=bnicholson 2014-01-10 15:28:51 -08:00
Myk Melez
c1dd0eaa2c bug 934756 - implement install/launch/uninstall flows for webapps on Android using synthetic APKs; r=wesj, fabrice
--HG--
extra : rebase_source : d97be65ec4c033f5eca37bc0b6f94979398fcf02
2014-01-09 10:18:55 -08:00
Joshua Dover
72035f9dc6 Bug 948849 - Forward nsIRequest's success status if not a HTTP request. r=bnicholson 2014-01-07 15:44:53 -08:00
Mark Capella
2b61a6e620 Bug 957259 - Error: "TypeError: caretPos is null" in SelectionHandler.js @ line: 585, r=margaret 2014-01-08 02:59:08 -05:00
Veeti Paananen
a3845252a1 Bug 951274 - Disable click on selected text to copy. r=mleibovic 2013-12-22 07:38:48 +02:00
Mark Capella
ad9e826d1a Bug 947284 - End text-selection handle is not visible when opting to select all text, r=margaret 2014-01-07 04:32:07 -05:00
Neil Bleasdale
d80d71c778 Bug 948897 - Move inline scripts and styles into separate file for mobile/android/chrome/content/aboutFeedback.xhtml. r=mbrubeck 2014-01-06 15:18:01 -05:00
Sofia Larsson
bfab5585fe Bug 922682 - Remove unused 'logic' for setting the viewport to simplify reflow-on-zoom code in browser.js. r=jwir3, r=kats 2014-01-06 09:58:08 -05:00
Richard Newman
c260865526 Bug 955805 - Normalize locale codes appropriately for each subsystem. r=mfinkle 2013-12-31 12:35:14 -08:00
Myk Melez
ad99dd5cef bug 953048 - use currentTarget to get marketplaceURL pref for list-item; r=mfinkle 2013-12-30 12:11:50 -08:00
Mark Finkle
6b9c6ba7dc Bug 952894 - Use existing triggers to clear open search engines state r=rnewman 2013-12-28 22:14:13 -05:00
Wes Kocher
dd72dd2a82 Merge fx-team to m-c 2013-12-20 18:28:28 -08:00
Tim Taubert
d041e15611 merge m-c to elm 2013-12-20 15:05:28 +01:00
Carsten "Tomcat" Book
8ba68170dd Backed out changeset 70befb4cf2f4 (bug 878935) for mochitest -4 and bc test failures 2013-12-20 12:42:54 +01:00
Carsten "Tomcat" Book
fdd77494b2 Backed out changeset b84baa03b9d1 (bug 868341) for mochitest -4 and bc testfailures 2013-12-20 12:42:16 +01:00
Tim Taubert
db5adb5385 merge m-c to elm 2013-12-19 15:52:32 +01:00
Nick Alexander
b5e6f7d0ff Bug 951883 - Part 2: Remove temporary compile time guards. r=me
--HG--
extra : rebase_source : 51325eeea8fc1d5b2e7cd84e8977072b030496c8
2013-12-18 15:13:26 -08:00
Margaret Leibovic
14305584be Bug 948894 - Fix typos. r=me 2013-12-18 13:52:21 -08:00