Commit Graph

1463 Commits

Author SHA1 Message Date
Chenxia Liu
a744354b48 Bug 937769 - JS Error: Error in invoking addEngine, no onError. r=lucasr 2013-11-18 10:17:46 -08:00
Chenxia Liu
c4eedb156d Bug 852608 - Part 3: Add UI for adding a search engine. r=lucasr 2013-11-06 15:21:56 -08:00
Chenxia Liu
773ca272ed Bug 852608 - Part 2: Support adding search engines. r=lucasr 2013-11-06 15:21:56 -08:00
Chenxia Liu
579c0f4be1 Bug 852608 - Part 1: Support opensearch <rel="search"> tag. r=lucasr 2013-11-06 15:21:56 -08:00
Mark Finkle
115cc337dc Bug 928756 - [geckoview] Convert prompt-based actions into separate GeckoView endpoints r=bnicholson 2013-11-06 17:59:11 -05:00
Mark Finkle
8f0f084fed Bug 880119 - Improve the API for GeckoView r=blassey 2013-11-06 17:56:23 -05:00
Stefan Sobering
8b52db17b7 Bug 893774 - Allow passing of `null' for aButtons param in doorhanger.show. r=mleibovic 2013-11-06 00:24:18 -06:00
Mark Capella
4933bbe732 Bug 840144 - Make about:config prettier on Android. r=wesj 2013-11-05 22:10:30 -08:00
Wes Johnston
bd47dc3b6e Bug 932816 - Added a 'persistent' flag to the api in order to avoid to clear downloads notifications; r=wesj 2013-11-05 22:08:15 -08:00
Wes Johnston
7f52fc2a17 Bug 933275 - Switching WebrtcUI.js to use the new notifications.jsm api; r=wesj 2013-11-05 22:07:55 -08:00
Wes Johnston
a4487dcd21 Bug 932641 - Update Open in app to new API. r=margaret 2013-11-01 12:21:32 -07:00
Federico Paolinelli
c6d99b7273 Bug 909932 - Implemented a Notifications.jsm module to expose rich notification api to addons; r=wesj 2013-11-01 12:06:07 -07:00
Noppanit Charassinvichai
592eb6440e Bug 774696 - Default icon for about:apps. r=wesj 2013-10-31 22:01:24 +00:00
Margaret Leibovic
a763cbfef9 Bug 932694 - Show apps container when installed apps are found. r=mfinkle 2013-11-01 07:45:32 -07:00
Kartikaya Gupta
b6add35df3 Bug 732971 - For Fennec move the resolution from the top-level presShell to the content presShell. r=BenWa
The bulk of this patch is fixing up pieces of code that infer the resolution
as the inverse of the scaling transform on the root layer. This used to be
how various bits of gfx code obtained the resolution, but now that we can set
the resolution on the actual presShell that contains the content, we can also
just read the resolution from the FrameMetrics directly.
2013-10-29 09:27:50 -04:00
Jim Chen
92a7206249 Bug 717878 - Enable scrolling single-line text inputs; r=kats 2013-10-26 14:34:51 -04:00
Mark Finkle
5b5a314d0e Bug 926102 - Firefox for Android offers cert error overrides for HSTS sites, even though the override will never be honored r=margaret 2013-10-24 05:50:59 -04:00
Carsten "Tomcat" Book
0e4e01758c Merge mozilla-inbound to Mozilla-Central 2013-10-24 07:05:29 +02:00
Carsten "Tomcat" Book
7c12a85f9d Merge b2g-inbound to Mozilla-Central 2013-10-24 06:50:15 +02:00
Margaret Leibovic
9a0c2ce901 Bug 880281 - Make Marketplace more discoverable in about:apps. r=mfinkle 2013-10-23 11:14:11 +01:00
Mark Capella
98a86d973c Bug 912983 - Text selection "cursor" persists on blur, r=margaret 2013-10-22 18:46:43 -04:00
Mark Capella
ffe96c09df Bug 928163 - Allow or disallow proper text selection caret display based on HTML <input> type, r=margaret 2013-10-22 18:46:43 -04:00
Wes Johnston
bf13dfbe0f Bug 780379 - Show a custom intent chooser for downloads that can be downloaded by an external app. r=mfinkle
--HG--
rename : mobile/android/chrome/content/HelperApps.js => mobile/android/modules/HelperApps.jsm
2013-10-17 16:30:47 -07:00
Matt Brubeck
f36b9f2deb Bug 928439 - Show HelperApp pageaction for selected tab only [r=wesj] 2013-10-18 10:25:20 -07:00
Mark Capella
5fc9f0a5b9 Bug 927911: Don't try to attach SelectionHandler carets to disabled input elements, r=margaret 2013-10-18 01:28:17 -04:00
Mark Capella
9deb76cc82 Bug 925983 - Misc javascript error in aboutReader on restart with multiple tabs in readermode, r=lucasr 2013-10-18 01:28:17 -04:00
Mark Capella
7c74c4095d Bug 926015 - Bypass update of Viewport metadata when no documentElement exists, r=kats 2013-10-18 01:28:17 -04:00
Federico Paolinelli
7a622bd0d6 Bug 921776 - Notification completed not showing when download was started from a private tab. r=wesj 2013-10-17 15:18:35 -07:00
Kartikaya Gupta
80b4127cbe Bug 927863 - Back out 14207ffc2b2f (bug 911574) for breaking iframe scrolling. r=backout 2013-10-17 16:37:03 -04:00
Michael Henretty
2e8b5819b3 Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Jonathan Kew
fb7d534da2 bug 877203 pt 2 - remove obsolete/redundant font names from CSS in mobile/android. r=blassey 2013-10-23 22:04:40 +02:00
Richard Newman
3de32b69d2 Bug 922694 - Part 4: grab Accept-Locale pref in FHR. r=mcomella 2013-10-16 18:56:27 -07:00
Jim Chen
a778985024 Bug 917685 - Catch error thrown by nsILoadContext.associatedWindow; r=mfinkle 2013-10-16 10:51:23 -04:00
Georg Fritzsche
e121225a3e Bug 920927 - Update plugin overlay handling on mobile. r=margaret 2013-10-15 10:35:50 +02:00
Federico Paolinelli
0e0f89ea71 Bug 921776 - Forced notifications to keep the same timestamp to preserve the order they are displayed in; fixed current notification mechanism in notification handler to update correctly the current foreground notification; r=wesj 2013-10-14 13:38:57 -07:00
Mark Capella
c9416dbfc0 Bug 923086 - "Add to reading list" button does not save it's state, r=lucasr
Part 2 - Actual final bug solution, tie into Part 1
2013-10-14 09:58:16 -04:00
Mark Capella
13148e5eb5 Bug 923086 - "Add to reading list" button does not save it's state, r=lucasr
Part 1 - Ensure readinglist banner not visible until state is finalized
2013-10-14 09:58:16 -04:00
Mina Almasry
a4c51500ad Bug 698437 - Allow spatial navigation with directional controller. r=kats 2013-10-12 13:59:50 -04:00
Gavin Sharp
992c46c5f1 Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice 2013-10-08 14:00:48 -07:00
Reuben Morais
f707258233 Backed out 2 changesets (bug 899574) for breaking Gaia tests
--HG--
rename : dom/tests/mochitest/notification/desktop-notification/create_notification.html => dom/tests/mochitest/notification/create_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/notification_common.js => dom/tests/mochitest/notification/notification_common.js
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html => dom/tests/mochitest/notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html => dom/tests/mochitest/notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html => dom/tests/mochitest/notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html => dom/tests/mochitest/notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul => dom/tests/mochitest/notification/test_system_principal.xul
2013-10-07 14:41:13 -04:00
Michael Henretty
46d59dbe62 Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Ms2ger
4c35b806f8 Merge m-c to inbound. 2013-10-03 11:09:17 +02:00
Mark Finkle
9bcd8ec267 Bug 922329 - HelperApps.getAppsForUri does not check for empty results and throws r=wesj 2013-10-01 23:43:23 -04:00
Ryan VanderMeulen
391b5cf7a5 Merge m-c to inbound. 2013-10-01 17:23:59 -04:00
Scott Johnson
b0b7d88ca3 Bug 878935: Pause painting while reflow-on-zoom is in progress to provide a better user experience. [r=kats] 2013-10-01 14:52:13 -05:00
Margaret Leibovic
2f8728c39e Bug 921023 - Properly re-enable mixed content blocking. r=mfinkle 2013-10-01 11:42:42 -04:00
Marco Castelluccio
46b658604e Bug 921527 - Enable the mozTCPSocket API for web apps on Android. r=wesj 2013-09-30 14:00:02 -04:00
Kartikaya Gupta
c7e7d36612 Bug 911574 - Allow subframe panning on the body. r=wesj 2013-09-27 13:57:45 -04:00
Mina Almasry
4b7620a0c7 Bug 813379 - Fennec hints to necko when search engines become visible. r=margaret 2013-09-30 10:59:40 -04:00
Wes Kocher
d2da167e7e Backed out changeset 5a520e97e6a5 (bug 911574) under suspicion of causing robocop1-1 orange. 2013-09-27 20:12:59 -07:00