Commit Graph

1870 Commits

Author SHA1 Message Date
Wes Johnston
ff826334e8 Bug 1052276 - Use Toast.jsm in place of NativeWindow.toast. r=margaret 2014-08-14 13:53:44 -07:00
Wes Johnston
6ea49644cf Bug 1052276 - Move toast code to a jsm module. r=margaret 2014-08-14 13:48:46 -07:00
Margaret Leibovic
e741297fb2 Bug 1048444 - Don't store searches that happen in private browsing mode. r=bnicholson 2014-08-14 11:39:25 -07:00
Wes Johnston
b989727ead Bug 1052288 - Move PageActions to a jsm module. r=bnicholson 2014-08-13 21:38:37 -07:00
Wes Johnston
047c87f394 Bug 1042194 - Add a framework for adding widgets to error pages. r=margaret 2014-08-13 14:53:34 -07:00
Wes Johnston
8bf3b3a592 Bug 1052254 - Disable loading of file URLs in guest sessions. r=rnewman 2014-08-13 14:53:34 -07:00
Wes Johnston
823ec6cf97 Bug 1046941 - Disable downloads and extension installs in guest mode. r=margaret 2014-08-13 14:53:33 -07:00
Eugen Sawin
25ffc585f1 Bug 1046631 - Don't process meta-viewport tags from a new page load before displaying the new page. r=kats 2014-08-12 21:55:36 +02:00
Ms2ger
f069be120d Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst
This also includes a test that mozMatchesSelector is still exposed and works.

--HG--
rename : js/xpconnect/tests/chrome/test_mozMatchesSelector.xul => js/xpconnect/tests/chrome/test_matches.xul
rename : js/xpconnect/tests/mochitest/file_mozMatchesSelector.html => js/xpconnect/tests/mochitest/file_matches.html
2014-08-12 14:30:59 +02:00
Kartikaya Gupta
1eb1f9970b Bug 1046344 - Unbitrot and rearrange the old APZ glue code in Fennec. r=snorp 2014-08-08 17:42:20 -04:00
Myk Melez
caa4d0fafa Bug 918309 - Import and use public domain JNI.jsm implementation; r=wesj 2014-08-08 10:04:01 -07:00
Wes Johnston
91eaf2b770 Bug 910893 - Don't disable the try again button. r=margaret,benb 2014-08-08 09:06:35 -07:00
Awad Mackie
5ff21caba2 Bug 1044665 - Hide browser toolbar when double tapping in reader mode. r=lucasr 2014-07-27 14:34:00 -04:00
Brian Nicholson
0fa8a39a8e Bug 1047607 - Remove URL search hacks. r=margaret 2014-08-04 14:12:29 -07:00
Ed Morley
f1c5b33241 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-08-01 17:26:43 +01:00
Brad Lassey
11c8ea0f87 bug 1046971 - Add ability to stop mirroring a tab r=mfinkle 2014-07-31 19:42:30 -04:00
Brad Lassey
1ea4a323a4 bug 1046423 - "Mirror Tab" option is in menu even when there isn't a device to mirror to r=mfinkle 2014-07-31 19:42:28 -04:00
Mark Finkle
9f8d5dd918 Bug 1012677 - Investigate delayed initialization of nsILoginManager in Firefox for Android r=margaret 2014-07-31 16:49:31 -04:00
Fabrice Desré
cc7dd1764b backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me 2014-07-31 12:14:03 -07:00
Fabrice Desré
154ab0bbdf Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Mark Capella
fa83300f90 Bug 1023418 - (p0) Auto-selecting a phone number does not stop at element breaks, r=mfinkle 2014-07-30 11:29:54 -04:00
Fabrice Desré
6128f1e270 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Amogh Pradeep
015dd540ee Bug 1029548 - Add a toast notification for adding search engines from long tap. r=rnewman 2014-07-18 03:13:00 +02:00
Brad Lassey
5ec4264801 bug 1037015 - support tab casting to chromecast r=mfinkle 2014-07-29 13:59:22 -04:00
Richard Newman
78f71eccbb Bug 1037476 - A long data: URI can hang Fennec for a long time. r=mfinkle 2014-07-29 06:41:54 -07:00
Carsten "Tomcat" Book
57b3a22ea7 Merge mozilla-central to fx-team on a CLOSED TREE 2014-07-29 11:19:53 +02:00
Mark Finkle
38c085ea73 Bug 1043920 - Reader mode (ambient light detection) prevents device from sleeping r=margaret 2014-07-28 17:16:30 -04:00
Mark Finkle
b30e4d0ef1 Bug 1044255 - Fix 'storage.init is not a function' during startup r=margaret 2014-07-28 15:56:50 -04:00
Antonio M. Amaya
5178329fa5 Bug 1035867 - Fix WebappRT for the new Webapps implementation, r=myk. 2014-07-28 11:06:34 -07:00
Mark Capella
e8c976cdba Bug 1043539 - Tweak Browser:Quit to maintain existing support for add-ons, r=wesj, f=mfinkle 2014-07-25 00:23:53 -04:00
Carsten "Tomcat" Book
4b1ba0ae4a merge fx-team to mozilla-central a=merge 2014-07-23 16:05:22 +02:00
Myk Melez
190daa66ed Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle 2014-07-22 12:52:45 -07:00
Nick Alexander
c631970028 Bug 1041770 - Update missed reference. r=mrbkap
This was oversight from the landing of Bug 952201.  It manifested as:

E GeckoConsole(5812)          [JavaScript Error: "win is undefined" {file: "chrome://browser/content/browser.js" line: 5978}]

when trying to install a blocked add-on.
2014-07-21 15:02:38 -07:00
Trevor Saunders
0cdb19dabd bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug 2014-07-09 17:27:49 -04:00
Wes Johnston
b6e2107c4c Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
Brad Lassey
8feec65434 Bug 1006186 - Casting apps should be able to specify supported types themselves r=mfinkle 2014-07-18 08:43:45 -04:00
Brian Nicholson
3e43ea1aa3 Bug 854305 - Force search for all single word queries. r=mfinkle 2014-07-17 19:40:17 -07:00
Awad Mackie
e18461490a Bug 807990 - Scroll reader mode page by one page on double tap. r=lucasr,cwiiis 2014-07-02 16:13:00 +02:00
amoghbl1
6dabc971cc Bug 755228 - "'Add Search Engine' label on text input fields should be 'Add as Search Engine'". r=nalexander 2014-07-15 17:45:00 +02:00
Mark Capella
dc3e103db4 Bug 1030060 - Regression in Find-In-Page logic due to SelectionHandler change in bug 1011059, r=margaret, r=jchen 2014-07-16 03:23:05 -04:00
Wes Johnston
c7e0117f45 Bug 1004495 - Revamp notification handlers to work when Gecko is not running. r=bnicholson 2014-06-27 13:25:00 -07:00
Wes Johnston
35f5e1509d Bug 1014712 - Store ms tile image information for showing on about:home. r=rnewman,lucasr 2014-06-10 06:22:47 -07:00
Margaret Leibovic
101c3c1e74 Bug 1038227 - Record search history in Fennec. r=rnewman 2014-07-15 10:47:29 -07:00
Brian Nicholson
2d8c8c090a Bug 1035439 - Part 4: Change undoCloseTab to accept closed tab data. r=margaret 2014-07-14 17:21:14 -07:00
Carsten "Tomcat" Book
b7dbeeb58b merge fx-team to mozilla-central a=merge 2014-07-14 15:14:40 +02:00
Mark Finkle
7c14ea7592 Bug 1037217 - Listen for DOMLinkChanged as well as DOMLinkAdded to update favicons r=bnicholson 2014-07-12 09:44:28 -04:00
J. Ryan Stinnett
f00f6c6d36 Bug 1033079 - Part 2: Support multiple listening sockets. r=past 2014-07-10 14:15:00 -04:00
Brian Nicholson
f70c2775b4 Bug 1035335 - Don't convert number query for searches. r=mfinkle 2014-07-11 13:12:44 -07:00
James Hugman
7bf1f58b32 Bug 1003962 - force-set browser size to ensure we set CSS viewport size before doc checks it; r=myk 2014-07-11 09:24:37 -07:00
Myk Melez
eb2e2b5072 Backed out changeset a043578146a6 for incorrect attribution 2014-07-11 09:23:42 -07:00