Commit Graph

1353 Commits

Author SHA1 Message Date
Brian Nicholson
fab2f97dd2 Bug 887655 - Revert hiding the download notification on completion. r=margaret 2013-07-18 12:12:38 -07:00
Michael Boon
af635ae7f1 Bug 872576 - Stop using deprecated for each ... in. r=mleibovic 2013-07-18 10:31:51 -04:00
Tom Schuster
8e3e74bfea Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
Wes Johnston
47c86eb614 Bug 884075 - Add a javascript api for button toasts. r=margaret 2013-07-16 01:33:06 -07:00
Mark Capella
8125a256a2 Bug 845884 - Pages open with reader-mode do not restore correctly, r=margaret 2013-07-18 00:58:49 -04:00
Ryan VanderMeulen
5131a6768c Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
Backed out changeset 0ded4854067b (bug 886903)
Backed out changeset ca8afb897e13 (bug 893858)
Backed out changeset c15f503a96cc (bug 868859)
Backed out changeset 6a788f399a7f (bug 868859)
2013-07-17 12:43:59 -04:00
Tom Schuster
cb80974d17 Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
Mark Finkle
f3b49b50e2 Bug 894882 - Make sure the correct host is displayed when prompting for WebRTC from iframes r=wesj 2013-07-17 09:19:19 -04:00
Nathan Froyd
fbf9745457 Bug 902938 - part 2 - update android code to use Services.androidBridge; r=mfinkle 2013-08-08 11:05:48 -04:00
Botond Ballo
63b9e22ebb Bug 834613 - Hook up prefs formhelper.mode and formhelper.autozoom. Remove formhelper.autozoom.caret and formhelper.restore. r=kats 2013-07-16 09:12:56 -04:00
Shilpan Bhagat
2ecb8f3c44 Bug 734877 - Updates to pageaction based on the new design. r=wesj 2013-07-15 17:19:05 -07:00
Ed Morley
6ee7452cbb Backed out changeset f1d3ac351fdd (bug 884075) 2013-07-16 11:59:55 +01:00
Ed Morley
4ea7189c86 Backed out changeset 72b0a69fde77 (bug 734877) 2013-07-16 11:59:51 +01:00
Shilpan Bhagat
a46d91589e Bug 734877: Implement a page actions api. r=wesj 2013-07-15 17:19:05 -07:00
Wes Johnston
f2132c1a35 Bug 884075 - Add a javascript api for button toasts. r=margaret 2013-07-16 01:33:06 -07:00
Mark Finkle
b84e559fe1 Bug 886496 - When doing lazy tab restoration, set the <browser>s in question to display:none until restored (Part 2) r=bnicholson 2013-07-13 00:34:38 -04:00
Mark Finkle
5a1c4394b2 Bug 886496 - When doing lazy tab restoration, set the <browser>s in question to display:none until restored r=bnicholson 2013-07-12 08:44:23 -04:00
Kartikaya Gupta
c5c99d98ec Bug 891175 - Fix positioning of caret as fallout from widget scaling. r=jimm, margaret 2013-07-11 17:58:13 -04:00
Kartikaya Gupta
d5273138cc Bug 877602 - Refactor and clean up some code. No functional changes intended. r=Cwiiis 2013-07-11 12:50:14 -04:00
Kartikaya Gupta
58d955292d Bug 877602 - Ensure the viewport-remeasure code runs when it's supposed to. r=Cwiiis 2013-07-11 12:49:39 -04:00
Nicolas Carlo
065d685651 Bug 888144 - Add a "Maybe later" option for Feedback prompt. r=mleibovic 2013-07-11 10:43:36 -04:00
Sriram Ramasubramanian
1075e2de0f Bug 884340: Allow addons to add menu items to tools. r=mfinkle, f=sriram 2013-07-08 22:47:10 -07:00
Wes Kocher
bef69b1b16 Backout d5720a99657f for oranges on a CLOSED TREE 2013-07-10 15:06:45 -07:00
Chris Kitching
4f5e5b9b03 Bug 828254 - Add context menu item to query default search provider using selection. r=mleibovic 2013-07-10 10:05:01 -04:00
Yura Zenevich
7bda4c9e6a Bug 890976 - removing an erroneous semilcolon that causes a SyntaxError when loading WebAppRT.js. r=mfinkle
---
 mobile/android/chrome/content/WebAppRT.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
2013-07-09 16:25:56 -04:00
Max Li
8aa47839aa Bug 890697 - Unlabeled button on the web apps screen. r=mfinkle 2013-07-08 16:21:19 -04:00
Margaret Leibovic
f9eaed895c Bug 872806 - (Part 1) Update DirectoryProvider to handle returning distribution location in JS. r=mfinkle 2013-07-05 07:37:00 -07:00
Kartikaya Gupta
61cece35c8 Bug 803207 - Kill GetDevicePixelsPerMetaViewportPixel and use widget scaling correctly on Fennec. r=mbrubeck 2013-07-04 09:02:29 -04:00
Wes Kocher
6bb10fd404 Backout bug 872806 for multiple android test failures 2013-07-02 23:47:46 -07:00
Margaret Leibovic
9fe6d80539 Bug 872806 - (Part 1) /system distribution support for add-ons. r=mfinkle 2013-07-02 21:40:45 -07:00
Scott Johnson
b741a6aa9d Bug 878931: Add a FontSizeInflation() method to Element in order to retrieve font size inflation to use during reflow-on-zoom. [r=kats,mounir]
The reflow-on-zoom behavior needs a more robust determination of the font size inflation, so
that it can adjust its behavior depending on whether font size inflation has been
enabled for a given element's text. This patch also modifies the behavior of reflow-
on-zoom such that it will zoom in to piece of text, with reflow, if the minimum
specified font size in the font size inflation preferences is greater than the
current font size, with font size inflation, of the element.
2013-07-02 09:04:27 -05:00
Wes Johnston
f5a6116cae Bug 888836 - Turn off audio channels for non apps. r=mfinkle 2013-07-01 14:46:30 -07:00
Chenxia Liu
56a65270ed Bug 888374 - crash: Clicking link in about:healthreport for Choose what I share. r=nalexander 2013-06-28 16:38:51 -07:00
Wes Johnston
7f71db3897 Bug 888145 - Use browser content windows when deciding whether to ignore location changes. r=mfinkle 2013-06-28 11:23:13 -07:00
Wes Johnston
48bd75bfb9 Bug 866787 - Support orientation in manfiest for packaged apps. r=mfinkle 2013-06-28 11:19:34 -07:00
Nick Alexander
7ee9ffae94 Bug 887840 - Add viewport to Android about:healthreport wrapper. r=rnewman 2013-06-28 10:30:55 -07:00
Richard Newman
8e6f65f046 Bug 886156 - Part 1: belt-and-braces safety in initialization of ProfileInformationCache. r=nalexander 2013-06-25 22:34:42 -07:00
James Hugman
695cfe0d52 Bug 860782 - Move Android permission install to first run, from install. r=wesj, r=fabrice
* * *
Bug 860782 - Use app when requesting permissions. r=mfinkle
* * *
Bug 860782 - Disable permissions tests on platforms where they shouldn't work. r=mfinkle
2013-06-20 12:51:18 -04:00
Phil Ringnalda
daffa2e519 Merge s-c to m-c 2013-06-22 15:50:51 -07:00
Richard Newman
c1c1c0749c Merge m-c to s-c. 2013-06-22 11:58:51 -07:00
Nick Alexander
2130002cc4 Bug 885582 - Append version number query parameter to Android about:healthreport URL. r=rnewman 2013-06-21 17:42:46 -07:00
Nick Alexander
3482bbe14a Bug 882745 - Add LaunchUpdater message to Android about:healthreport wrapper. r=rnewman 2013-06-21 14:00:40 -07:00
Nick Alexander
350639fa3f Bug 879555 - Add ShowSettings message to Android about:healthreport wrapper. r=rnewman 2013-06-21 14:00:40 -07:00
Richard Newman
b8b9ddfca7 Bug 885042 - Remove vestigial add-on ignoring code. r=gps 2013-06-20 18:39:14 -07:00
Nicolas Carlo
f4780e334f Bug 875852 - Make ambient light changes in auto-mode for Reader more reliable and less sensitive in aboutReader.js. r=margaret 2013-06-18 11:53:51 -04:00
Federico Paolinelli
8ea9775a05 Bug 880661 - Corrected check for default handler existence. Added check for download's mimeinfo not nullness. r=margaret; 2013-06-17 13:06:53 -04:00
Margaret Leibovic
8422ac2b9c Bug 860581 - Add support for Mixed Content Blocking. r=wesj 2013-06-21 20:36:38 -07:00
Margaret Leibovic
a9a13fce6a Bug 885357 - Migrate "plugins.click_to_play" pref to "plugin.default.state" on upgrade. r=wesj 2013-06-21 20:36:32 -07:00
Chenxia Liu
396a5fdc24 Bug 877725 - Provide user visible opt in UI for cell tower and wifi data collection and reporting. r=wesj 2013-06-20 12:11:26 -07:00
Ryan VanderMeulen
6c78c365af Backed out changeset 72affddbc575 (bug 860782) for mochitest-bc orange. 2013-06-20 15:07:31 -04:00
James Hugman
35d7b3e729 Bug 860782 - Move Android permission install to first run, from install. r=wesj, r=fabrice 2013-06-20 12:51:18 -04:00
Justin Dolske
cb13a2c9c8 Bug 839961 - Refactor login manager's content actions into a separate JSM. (mobile and metro changes) r=mfinkle 2013-06-19 16:30:53 -07:00
Benjamin Smedberg
9933acdae5 Bug 884694 - Fix the android preference to always enable plugins, r=margaret 2013-06-19 17:01:46 -04:00
Timothy Nikkel
c26d21aac5 Bug 876562. Fix scrollport size calculation that didn't make a lot of sense. r=kats
It was taking the min over two values that weren't in the same unit (the first in CSS pixels, the second in dev pixels).
2013-06-14 10:53:39 -05:00
Wes Johnston
26f0b8126f Bug 872142 - Make selecthelper use async prompts. r=bnicholson 2013-06-13 14:19:04 -07:00
Richard Newman
36f15f3418 Bug 882319 - Page load fixes for first release. r=nalexander 2013-06-12 16:17:48 -07:00
Wes Johnston
a8120ccde6 Bug 874401 - Show an ongoing notification when webrtc is active. r=mfinkle 2013-06-11 12:14:43 -07:00
Richard Newman
89b9cb4f30 Bug 881763 - Append /mobile/ to about:healthreport URL. r=trivial 2013-06-11 09:29:37 -07:00
Mark Capella
45fefe70e1 Bug 802093 - Reader Mode:Update reading list button state if the list is empty, r=lucasr
--HG--
rename : mobile/android/themes/core/images/reader-list-icon-hdpi.png => mobile/android/themes/core/images/reader-list-on-icon-hdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-mdpi.png => mobile/android/themes/core/images/reader-list-on-icon-mdpi.png
rename : mobile/android/themes/core/images/reader-list-icon-xhdpi.png => mobile/android/themes/core/images/reader-list-on-icon-xhdpi.png
2013-06-10 12:25:35 -04:00
Federico Paolinelli
12b42cd596 Bug 684380 - Add context menu to add mail / phone links to address book. r=mfinkle 2013-06-10 12:17:56 -04:00
Ehsan Akhgari
7a53ac5557 Merge mozilla-central into mozilla-inbound 2013-06-09 19:03:37 -04:00
Richard Newman
44d17bb857 Merge m-c to s-c. 2013-06-07 13:04:39 -07:00
Richard Newman
53c7f478d1 Bug 880549 - Include add-on blocklist state in payload. r=mfinkle 2013-06-07 10:20:59 -07:00
Wes Johnston
27ea33d1ef Bug 870063 - Make context menus use async prompt service. r=mfinkle 2013-06-05 10:04:11 -07:00
Scott Johnson
1aecd6d964 Bug 873721: Remove positioning code for reflow-on-zoom when pinch-zooming to provide a better user experience.[r=kats]
Now that double-tap reflow-on-zoom has landed, we need to be a bit more careful about how the position maintenance code for reflow-on-zoom happens and which events trigger it. This patch removes the code that previously did position maintenence for reflow-on-zoom during a pinch-zoom event, but adds back the onPinchFinish() handler so that when pinch-zooming out, we can reset the max line box width if it changed due to a double-tap zoom event previously encountered.
2013-06-05 09:30:37 -05:00
Wes Johnston
000d7f03ff Bug 877200 - Make history menu use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
a612b04bf5 Bug 872147 - Make FeedHandler use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
ef223b63c9 Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Margaret Leibovic
18b4183d2b Bug 878692 - Form history should use FormHistory.jsm instead of nsIFormHistory2. r=wesj 2013-06-04 15:59:50 -07:00
Nicolas Carlo
e55e78abae Bug 879088 - Replace XPCOMUtils.defineLazyGetter with XPCOMUtils.defineLazyModuleGetter where modules are loaded in browser.js, AddonUpdateService.js, and SessionStore.js. r=margaret 2013-06-06 12:37:21 -04:00
Brian Nicholson
901e70fa7b Bug 779497 - Clear addons list inside of async callback. r=wesj 2013-06-03 12:55:46 -07:00
Ryan VanderMeulen
f644566996 Backed out 7 changesets (bug 872147, bug 872143, bug 877467, bug 877200, bug 870063, bug 872149) for robocop-2 failures on a CLOSED TREE.
Backed out changeset 3a1e8e7ac07e (bug 870063)
Backed out changeset 8904d2bf5da0 (bug 877200)
Backed out changeset 80455a25276b (bug 872149)
Backed out changeset c3b5567f1271 (bug 872147)
Backed out changeset d3106edd4a5a (bug 872143)
Backed out changeset 4fd2ae88da98 (bug 870063)
Backed out changeset 1797dc46e862 (bug 877467)
2013-06-03 15:04:51 -04:00
Wes Johnston
34ee49f116 Bug 870063 - Fix context menu typo. r=mfinkle 2013-06-03 10:22:09 -07:00
Wes Johnston
8c49bb4fbe Bug 877200 - Make history menu use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
184a6d5e0a Bug 872147 - Make FeedHandler use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
5b37bbda6b Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
8c0740ba6b Bug 870063 - Make context menus use async prompt service. r=mfinkle 2013-06-03 09:20:44 -07:00
Margaret Leibovic
1b11bb7d23 Bug 867354 - Don't prompt for feedback in distribution builds. r=mfinkle 2013-06-03 08:37:29 -07:00
Margaret Leibovic
0850036d43 Bug 874888 - Update privacy policy link URL on about:rights for Fennec. r=wesj 2013-06-03 08:37:29 -07:00
Jim Blandy
6e250c165d Bug 870081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice 2013-06-02 10:19:41 +03:00
Panos Astithas
c44e64a862 Backout b0e571a21e22 for wrong bug number 2013-06-02 10:18:15 +03:00
Jim Blandy
6cc708a8d0 Bug 871081: Share a common RootActor implementation amongst browser, Fennec, B2G, and xpcshell tests. r=past,mfinkle,fabrice
--HG--
rename : browser/devtools/debugger/test/browser_dbg_listtabs.js => browser/devtools/debugger/test/browser_dbg_listtabs-01.js
2013-05-17 15:17:00 +03:00
Jim Blandy
2d0a298590 Use DebuggerServer.addGlobalActor to register ChromeDebuggerActor, instead of writing out code with the same effect (bug 863936). r=past,mfinkle,fabrice 2013-04-19 17:33:00 +03:00
Marcos A. Di Pietro
8fa8aefe46 Bug 867567 - JavaScript Error: "TypeError: focused is null". r=kats 2013-06-07 15:20:09 -04:00
Nick Alexander
ea78e648ef Bug 876473 - Provide Java-generated Firefox Health Report to about:healthreport. r=rnewman 2013-05-30 17:42:57 -07:00
Richard Newman
652c32c997 Bug 875400 - Part 2: provide add-ons and pref changes to FHR. r=mfinkle
* * *
Bug 875400 - Part 2a: review comments.
* * *
Bug 875400 - Part 2b: add flag to ignore add-ons.
2013-05-30 17:42:56 -07:00
Wes Johnston
5939a0d1fb Bug 862377 - Show spinners on webrtc doorhangers. r=lucasr 2013-05-30 15:18:47 -07:00
Kartikaya Gupta
b2018ae86d Bug 797615 - Guard against isBrowserContentDocumentDisplayed returning true prematurely. r=Cwiiis
Prior to this change, isBrowserContentDocumentDisplayed returned false
from the time that the isFirstPaint flag was set in layout to the time
that layout handed off the rendered document to the compositor. However
the way the function is used meant that it needs to return false until
the compositor actually composites the "first-paint" rendering,
otherwise other events can sneak in and run before the compositor. This
patch moves the tracking for the flag into GeckoLayerClient so that it
can be queried and modified synchronously from both the Gecko thread in
browser.js and the compositor thread in setFirstPaintViewport.
2013-05-30 09:55:23 -04:00
Federico Paolinelli
f34ec3b8c6 Bug 696911 - In case the downloaded file is opened automatically with the default application, hide the download notification. It is let visible if the download is completed while in background. r=margaret 2013-05-30 08:10:01 -04:00
Shane Tully
ea015805a7 Bug 871514 - Remove "click" from update strings to accomodate touch devices. r=kats 2013-05-29 20:37:35 -04:00
Brad Lassey
2a4c2c0de9 bug 872137 - Make history menu use PromptService asynchronously r=wesj
--HG--
extra : rebase_source : 59a3dc928967a3cf89001f77fb4d7ffd8cd07129
2013-05-28 20:14:41 -04:00
Wes Johnston
cc1f25a8bd Bug 875119 - Create a Prompt.jsm to simplify advanced interactions with the native prompts. r=mfinkle 2013-05-28 16:36:19 -07:00
Federico Paolinelli
454716d0f1 Bug 746976 - Tapping a download notification for unknown files types should open the download manager to the download. r=wesj 2013-05-28 16:31:27 -07:00
Mark Capella
c48e7ad323 Bug 862445 - Adjust reader mode content layout for serif fonts, r=lucasr, f=margaret 2013-05-24 19:10:33 -04:00
Kartikaya Gupta
0f6b955613 Bug 868742 - Use scroll(Left|Top)Max to detect scrollable elements. r=mfinkle 2013-05-24 15:44:26 -04:00
Kartikaya Gupta
99e10f8002 Bug 868212 - Silence JS warning about undefined property. r=cpeterson 2013-05-22 15:50:54 -04:00
Margaret Leibovic
a8c86a1a4d Bug 873429 - Be sure to dismiss form autocomplete popup when there are no suggestions. r=mfinkle 2013-05-21 13:32:10 -07:00
Margaret Leibovic
f4a71c7461 Bug 872962 - (Part 2) Clean up indentation. r=lucasr 2013-05-21 13:32:10 -07:00
Margaret Leibovic
4ea59554e7 Bug 872962 - Wait for reflow before calculating position of text style popup menu. r=lucasr 2013-05-21 13:32:10 -07:00
Margaret Leibovic
37fd6c54ef Bug 872005 - Remove "Add to Reading List" context menu until we have a better UX For adding things that reader mode can't parse. r=mfinkle 2013-05-20 10:35:03 -07:00