Wes Johnston
08aa1fb872
Bug 878418 - Move positioning of Open with context menu item. r=mfinkle
2013-09-06 15:29:04 -07:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Ed Morley
aa9cf18b40
Merge mozilla-central and b2g-inbound
2013-08-29 15:10:05 +01:00
Marco Castelluccio
d3da34b11a
Bug 910391 - Remove offline cache observer parameter from confirmInstall. r=fabrice
2013-08-29 10:00:33 -04:00
Marco Castelluccio
01f4d9ec2b
Bug 909911 - Remove webapps-sync-install and webapps-sync-uninstall observers. r=mfinkle, r=fabrice
2013-08-29 09:58:59 -04:00
Mark Capella
545a08c4e8
Bug 908861 - Prevent dismissal of text selection handles during drag, r=margaret
2013-08-28 15:45:42 -04:00
Mark Capella
51e5cefd5e
Bug 907271 - Fix startSelection() processing re: new text SelectionListener(), r=margaret
2013-08-28 20:44:03 -04:00
Marco Castelluccio
bfa66ae5ef
Bug 909573 - getManifestFor should accept a manifest url instead of an origin. r=fabrice
2013-08-28 08:10:55 -04:00
Brandon Benvie
3c85a195b1
Bug 909782 - TabLists inheriting from BrowserTabList need to be updated to change "iterator" to "getList". r=mbrubeck, r=mleibovic
2013-08-28 10:57:59 +02:00
Marco Castelluccio
6de8dfdd33
Bug 836547 - Remove obsolete AITC integration in Webapps.jsm. r=fabrice
2013-08-27 23:40:16 -04:00
Margaret Leibovic
3dc795b9ab
Bug 904279 - Only check defaultEngine for search suggestions. r=bnicholson
2013-08-27 13:42:32 -07:00
Chris Kitching
dff3dd1531
Bug 907918 - Set parent tab and preserve private-tab status when doing search-with-selection. r=mleibovic
2013-08-27 14:58:26 -04:00
Shilpan Bhagat
9c1360aa76
Bug 909400 - Show helperapps relevant pageaction on tabswitch. r=wesj
2013-08-26 13:23:33 -07:00
Marco Castelluccio
cd8ba5454f
Bug 838210 - Don't use file.exists() when not necessary (mobile). r=bnicholson, r=mfinkle
2013-08-27 08:50:22 -04:00
Ryan VanderMeulen
6fe61ab01e
Merge m-c to fx-team.
2013-08-26 20:21:33 -04:00
Wes Johnston
99761b3721
Bug 896121 - Disable share in guest mode. r=mfinkle
2013-08-26 16:41:13 -07:00
Justin Dolske
cc006be88d
Bug 355063 - Password manager does not work on script-generated forms, should use new DOMFormHasPassword event instead. r=mattn,jwilde,margaret
2013-08-23 20:28:11 -07:00
Shilpan Bhagat
3a3b0bf1f7
Bug 899376: PageActions for helper apps. r=wesj
2013-08-23 16:28:00 -07:00
Nathan Froyd
59855089b3
Bug 906088 - part 5 - send preference requests to JS through JNI and XPConnect rather than JSON; r=blassey,mfinkle
2013-08-16 12:18:43 -04:00
Nathan Froyd
b43f8d38c9
Bug 906088 - part 4 - refactor browser.js's getPreferences function into a JSON frontend and a "raw" backend; r=mfinkle
2013-08-16 11:48:31 -04:00
Nathan Froyd
9c90617394
Bug 905759 - part 3 - delete browser.js code for receiving telemetry events from Java; r=mfinkle
2013-08-15 15:27:07 -04:00
Nicolas Carlo
00621ae99f
Bug 906798 - Add periods to if statements in _stripHost function in aboutReader.js. r=margaret
2013-08-21 08:33:45 -04:00
Ed Morley
d58a607c99
Merge latest green fx-team changeset and mozilla-central
2013-08-21 12:56:05 +01:00
Federico Paolinelli
770cd6e9c0
Bug 566225 - Add framework to linkify phone numbers in pages, preffed off. r=wesj
2013-08-20 13:41:58 -07:00
Ryan VanderMeulen
988f90b952
Merge m-c to fig.
2013-08-20 16:33:28 -04:00
Mark Capella
35c63ae52d
Bug 906499 - Caret visibility persists after form submission, r=margaret
2013-08-20 14:50:57 -04:00
Lucas Rocha
ac5d380df7
Merge m-c to fig
2013-08-20 11:50:04 +01:00
Mark Capella
a8306550ce
Bug 903316 - Text selection handles are not dismissed after deleting selected text, r=margaret
2013-08-19 20:20:35 -04:00
Shilpan Bhagat
411ea457d2
Bug 900234 - Force priority pageactions to always be visible. r=wesj
2013-08-19 16:23:48 -07:00
Wes Johnston
a4a77666a9
Bug 808636 - Make urltext red on about:blocked. r=margaret
2013-08-19 15:14:37 -07:00
Lucas Rocha
6bf96e6131
Merge m-c into fig
2013-08-19 13:49:45 +01:00
Mark Capella
ee2d964bb5
Bug 864589 - Show/hide text selection handles if a selection is programatically added/removed, r=margaret, ehsan
2013-08-16 21:51:41 -04:00
Wes Kocher
7c850ea632
Backed out changeset 2404f5888de3 (bug 864589)
2013-08-16 16:09:46 -07:00
Mark Capella
4d820ba757
Bug 864589 - Show/hide text selection handles if a selection is programatically added/removed, r=margaret, ehsan
2013-08-16 16:45:42 -04:00
Nicolas Carlo
a9a0c70de9
Bug 892942 - Remove www., m. and mobile. from URLs in Reader Mode. r=margaret
2013-08-16 08:48:39 -04:00
Kartikaya Gupta
d802b5ccca
Bug 898877 - Ensure that viewport resizing behaviour due to dynamic toolbar is consistent. r=Cwiiis
...
In browser.js were two pieces of code that determined whether or not the CSS viewport
size should include the margins. These two pieces of code were inconsistent in that
one used rounding while the other used a fuzz. Also, one of them subtracted gViewportMargins
from gScreenHeight while the other added them. This patch makes the two pieces of code
consistent, and updates them to use a fuzz so that the CSS viewport is enlarged only
when dealing with pages that are equal to or larger than the screen (with the toolbar hidden).
2013-08-16 08:42:32 -04:00
Wes Johnston
e0f8ef1796
Bug 808636 - Restyle mobile error pages. r=margaret
2013-08-15 12:04:42 -07:00
Wes Johnston
549289da6a
Bug 901822 - Fix expanders in error pages. r=margaret
2013-08-15 12:04:36 -07:00
Mark Capella
4a0c7eedd6
Bug 903871 - JS crash in SelectionHandler during longtap text select on target page, r=margaret
2013-08-13 14:51:26 -04:00
Wes Johnston
4933a3c82a
Bug 904075 - Follow up to simplify code. r=margaret
2013-08-13 08:52:31 -07:00
Wes Johnston
5aa3e2ef64
Bug 904075 - Remove un-necessary check finding media links. r=margaret
2013-08-13 08:50:37 -07:00
Margaret Leibovic
b12855a17d
merge m-c into fig
...
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
2013-08-16 11:31:14 -07:00
Sriram Ramasubramanian
bbe8dd62c4
Merge m-c to fig.
2013-08-09 10:49:51 -07:00
Chris Kitching
f1a4b57f9c
Bug 902932 - Cleaning up problematic dead code in aboutAddons.js r=liuche
2013-08-08 18:51:27 -07:00
Margaret Leibovic
edbdd9ca7e
merge m-c to fig
2013-08-04 15:14:01 -07:00
Ryan VanderMeulen
93007c3658
Merge m-c to fx-team.
2013-08-02 17:09:31 -04:00
Wes Johnston
f36d020ed4
Bug 896350 - Don't close notifications unless explicitly requested to. r=blassey
2013-08-02 11:04:49 -07:00
Gijs Kruitbosch
f65bc5bc5b
Merge m-c to fx-team
2013-08-02 15:47:01 +02:00
Marco Castelluccio
19539a7071
Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice
2013-08-01 17:00:39 -07:00
Ryan VanderMeulen
53108c6053
Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
...
CLOSED TREE
2013-08-01 21:51:12 -04:00
Margaret Leibovic
cd31dec075
merge m-c into fig
2013-07-28 12:08:01 -07:00
Dão Gottwald
500ec2e26f
Bug 788422 - Use UserAgentOverrides.jsm as designed to fix YouTube on tablets. r=bnicholson
2013-07-27 16:18:25 +02:00
Kartikaya Gupta
78a2559c81
Bug 896547 - Fix regression due to incorrect change in 2765ec8ccf3b. r=Cwiiis
...
We use two different "pageWidth" calculations in browser.js, and the
regressing change switched from using one definition to the other. This
caused an infinite remeasure loop.
2013-08-12 13:26:08 -04:00
Max Li
0b5e997c41
Bug 904070 - Unlabelled button on addons screen. r=margaret
2013-08-12 10:47:09 -04:00
Ryan VanderMeulen
febf24bb96
Merge inbound to m-c.
2013-08-09 19:08:45 -04:00
Margaret Leibovic
b2c048be2d
merge m-c into fig
2013-07-22 12:11:05 -07:00
Mark Capella
359bf1675f
Bug 893529 - [fig] Allow Tap of reader list icon to open about:home READING LIST page, r=lucasr
2013-07-22 13:49:23 -04:00
Wes Johnston
6970ddc3f1
Bug 818987 - Links to media files should have an 'Open in app' option. r=wesj
2013-08-06 22:13:21 -07:00
Mark Capella
2578de14bf
Bug 766359 - Background update of add-ons/addons: Make success notification/toast more informative
2013-08-01 20:55:23 -04:00
Ryan VanderMeulen
506982a7d0
Merge m-c to inbound.
2013-08-01 20:25:21 -04:00
Marco Castelluccio
391654aa12
Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice
2013-08-01 17:00:39 -07:00
Ryan VanderMeulen
7fe0b0251b
Merge m-c to fx-team.
2013-08-01 16:35:13 -04:00
Wes Johnston
ddff2a6c30
Bug 895655 - Remove gecko object from pageactions messages. r=margaret
2013-08-01 15:45:44 -07:00
Margaret Leibovic
5ca18055eb
Bug 722902 - Make AMO more discoverable in the browser. r=mfinkle
...
--HG--
rename : mobile/android/themes/core/images/addons-amo-hdpi.png => mobile/android/themes/core/images/marketplace-logo.png
2013-08-01 09:31:49 -07:00
Nathan Froyd
7ec6b9edf1
Bug 908919 - Backout 1117002f074f:c03239a1493a (bug 906088) for causing Ts regressions; r=performance-is-job-1
2013-08-26 14:07:34 -04:00
Margaret Leibovic
63251ca7ae
Bug 896048 - Don't show site identity info when a page has loaded mixed content. r=wesj
2013-07-29 15:49:16 -07:00
Chris Kitching
401241c946
Bug 828254 - Add context menu item to query default search provider using selection. r=mleibovic
2013-07-29 12:17:32 -04:00
Mark Capella
1fa65593c1
Bug 896764 - Initially populate Find in Page string with current text selection, r=margaret
2013-07-28 16:36:47 -04:00
Shane Tully
9b0b59b6dc
Bug 857730 - Part 3: Add contacts API Javascript to Android. r=cpeterson
2013-07-18 15:01:00 -07:00
Shane Tully
762f18fc16
Bug 857730 - Part 2: Add permissions doorhanger. r=cpeterson
2013-07-23 11:09:00 -07:00
Brian Nicholson
1f9df2da35
Bug 887655 - Revert hiding the download notification on completion. r=margaret
2013-07-18 12:12:38 -07:00
Michael Boon
a0615b0d09
Bug 872576 - Stop using deprecated for each ... in. r=mleibovic
2013-07-18 10:31:51 -04:00
Gian-Carlo Pascutto
e6e8bd32fc
Bug 885768 - Cannot make a getUserMedia request within an iframe. r=mfinkle
2013-07-23 08:24:44 +02:00
Scott Johnson
9ed085af3a
Bug 808173: Add a switch for reflow-on-zoom to not activate when non-text elements are the target of a double-tap event. [r=kats]
2013-08-08 12:22:26 -05:00
Wes Johnston
6f6a6c5bd0
Bug 901821 - Use correct doc when handling clicks in error pages. r=mfinkle
2013-08-07 15:22:10 -07:00
Adrian May
8f4498e9f2
Bug 899167 - Change 'SelectedText' to 'TextSelection' and move handling from browser.js to TextSelection.js, r=margaret
2013-08-06 16:58:41 -04:00
Ryan VanderMeulen
a469a2f257
Backed out 2 changesets (bug 901151, bug 788073) for suspected robocop-2 orange.
...
Backed out changeset 6e7a45127e07 (bug 901151)
Backed out changeset bf050e52851f (bug 788073)
2013-08-06 15:28:46 -04:00
Wes Johnston
1964838197
Bug 901151 - Set source when firing mouse events. r=kats
2013-08-06 09:37:28 -07:00
Wes Johnston
227ae509ca
Bug 788073 - Use platform touch fluffing on Android. r=kats
2013-08-06 09:37:27 -07:00
Ryan VanderMeulen
1aea707926
Merge m-c to fx-team.
2013-08-06 10:16:50 -04:00
Gian-Carlo Pascutto
7a45806f08
Bug 772280 - Abort text selection if the selection is far off the click point. r=margaret
2013-08-06 10:38:32 +02:00
Shane Tully
a0f34716dc
Bug 901163 - Rename "Wallpaper:Set" message to match the function of "Set Image As". r=mleibovic
2013-08-05 14:21:28 -07:00
Wes Johnston
960781c8d9
Bug 901408 - Use correct resolveGeckoURI function. r=margaret
2013-08-05 14:14:23 -07:00
Chris Kitching
bcecdbe2b2
Bug 892113 - Dialog to manage installed search providers. r=liuche
2013-08-05 08:39:29 -07:00
Tim Taubert
7057b92364
Backed out changeset aa054b0f118b (bug 892113)
2013-08-03 04:15:01 -07:00
Chris Kitching
1133f02301
Bug 892113 - Dialog to manage installed search providers. r=liuche
2013-08-02 22:00:13 -07:00
Shilpan Bhagat
a81fd61939
Bug 886996 - Set as wallpaper now sets wallpapers using a chooser. r=margaret
2013-08-02 13:33:30 -07:00
Richard Newman
f43f0b0320
Bug 900694 - Part 2: BrowserHealthRecorder changes to track add-on uninstallation. r=nalexander
2013-08-01 20:22:18 -07:00
Chenxia Liu
f6c36a890a
Bug 888553 - Remote Debugging Part 2: Bring browser app to front on remote connection. r=lucasr
2013-07-31 15:38:48 -07:00
Mark Capella
7f15d4c0ce
Bug 900141 - Problems with new Context Menu Search, r=margaret
2013-07-31 18:25:37 -04:00
Shilpan Bhagat
7755afac2b
Bug 897710 - Reset reader active mode button on page load. r=wesj
2013-07-24 18:23:56 -07:00
Shilpan Bhagat
916aef0476
Bug 891736 - Make XUL menulist fire events. r=mfinkle
2013-07-31 10:31:46 -07:00
Wes Johnston
d394cb78fc
Bug 881251 - Add mute/unmute to media context menus. r=lucasr
2013-07-22 09:19:40 -07:00
Tom Schuster
c0bd78d712
Bug 868859 - Make chromeWindow.content work in e10s. r=bz
2013-05-08 23:16:46 +02:00
Wes Johnston
9d4f63d509
Bug 884075 - Add a javascript api for button toasts. r=margaret
2013-07-16 01:33:06 -07:00
Mark Capella
7223ddfaa5
Bug 845884 - Pages open with reader-mode do not restore correctly, r=margaret
2013-07-18 00:58:49 -04:00
Ryan VanderMeulen
cc6b678858
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
5711ac35d2
Bug 868859 - Make chromeWindow.content work in e10s. r=bz
2013-05-08 23:16:46 +02:00
Mark Finkle
5a400869a0
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
2b8f3d4986
Bug 902938 - part 2 - update android code to use Services.androidBridge; r=mfinkle
2013-08-08 11:05:48 -04:00
Botond Ballo
4cb0baff46
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
89ca5fbb0b
Bug 734877 - Updates to pageaction based on the new design. r=wesj
2013-07-15 17:19:05 -07:00
Ed Morley
3fe542508d
Backed out changeset f1d3ac351fdd (bug 884075)
2013-07-16 11:59:55 +01:00
Ed Morley
663d9e00bd
Backed out changeset 72b0a69fde77 (bug 734877)
2013-07-16 11:59:51 +01:00
Shilpan Bhagat
2e4888cd23
Bug 734877: Implement a page actions api. r=wesj
2013-07-15 17:19:05 -07:00
Wes Johnston
019836db33
Bug 884075 - Add a javascript api for button toasts. r=margaret
2013-07-16 01:33:06 -07:00
Mark Finkle
55a1384b12
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
85c917abe4
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
e7f82b9f49
Bug 891175 - Fix positioning of caret as fallout from widget scaling. r=jimm, margaret
2013-07-11 17:58:13 -04:00
Kartikaya Gupta
61089f4c3a
Bug 877602 - Refactor and clean up some code. No functional changes intended. r=Cwiiis
2013-07-11 12:50:14 -04:00
Kartikaya Gupta
b828b0147c
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
4a1771e49c
Bug 888144 - Add a "Maybe later" option for Feedback prompt. r=mleibovic
2013-07-11 10:43:36 -04:00
Sriram Ramasubramanian
207035c31f
Bug 884340: Allow addons to add menu items to tools. r=mfinkle, f=sriram
2013-07-08 22:47:10 -07:00
Wes Kocher
caec20aa32
Backout d5720a99657f for oranges on a CLOSED TREE
2013-07-10 15:06:45 -07:00
Chris Kitching
eec3243c1f
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
8d55588b14
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
9de9cc8c3c
Bug 890697 - Unlabeled button on the web apps screen. r=mfinkle
2013-07-08 16:21:19 -04:00
Margaret Leibovic
504eb1cf77
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
7c400dc164
Bug 803207 - Kill GetDevicePixelsPerMetaViewportPixel and use widget scaling correctly on Fennec. r=mbrubeck
2013-07-04 09:02:29 -04:00
Wes Kocher
94aca7fea5
Backout bug 872806 for multiple android test failures
2013-07-02 23:47:46 -07:00
Margaret Leibovic
7523ec9754
Bug 872806 - (Part 1) /system distribution support for add-ons. r=mfinkle
2013-07-02 21:40:45 -07:00
Scott Johnson
8fce66a029
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
b62238b9a9
Bug 888836 - Turn off audio channels for non apps. r=mfinkle
2013-07-01 14:46:30 -07:00
Chenxia Liu
961b7f4b7c
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
2efea53f15
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
527f5a8b3c
Bug 866787 - Support orientation in manfiest for packaged apps. r=mfinkle
2013-06-28 11:19:34 -07:00
Nick Alexander
f0ec9e6ba3
Bug 887840 - Add viewport to Android about:healthreport wrapper. r=rnewman
2013-06-28 10:30:55 -07:00
Richard Newman
ccf78e8bcd
Bug 886156 - Part 1: belt-and-braces safety in initialization of ProfileInformationCache. r=nalexander
2013-06-25 22:34:42 -07:00
James Hugman
228b79b0ec
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
35fb20e4a7
Merge s-c to m-c
2013-06-22 15:50:51 -07:00
Richard Newman
4183555b92
Merge m-c to s-c.
2013-06-22 11:58:51 -07:00
Nick Alexander
8c06db6464
Bug 885582 - Append version number query parameter to Android about:healthreport URL. r=rnewman
2013-06-21 17:42:46 -07:00
Nick Alexander
fa2746cfd2
Bug 882745 - Add LaunchUpdater message to Android about:healthreport wrapper. r=rnewman
2013-06-21 14:00:40 -07:00
Nick Alexander
790f330ec7
Bug 879555 - Add ShowSettings message to Android about:healthreport wrapper. r=rnewman
2013-06-21 14:00:40 -07:00
Richard Newman
99bbc881ed
Bug 885042 - Remove vestigial add-on ignoring code. r=gps
2013-06-20 18:39:14 -07:00
Nicolas Carlo
bdc734b300
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
8ccd4abde2
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
5604435af7
Bug 860581 - Add support for Mixed Content Blocking. r=wesj
2013-06-21 20:36:38 -07:00
Margaret Leibovic
42edd8d348
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
24699fc626
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
759d45e79e
Backed out changeset 72affddbc575 (bug 860782) for mochitest-bc orange.
2013-06-20 15:07:31 -04:00
James Hugman
a1f26cfb98
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
47e57df0f0
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
1b2fc55d63
Bug 884694 - Fix the android preference to always enable plugins, r=margaret
2013-06-19 17:01:46 -04:00
Timothy Nikkel
d0a02501d7
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
7c48823e90
Bug 872142 - Make selecthelper use async prompts. r=bnicholson
2013-06-13 14:19:04 -07:00
Richard Newman
87d52b34f8
Bug 882319 - Page load fixes for first release. r=nalexander
2013-06-12 16:17:48 -07:00
Wes Johnston
e2c420c39b
Bug 874401 - Show an ongoing notification when webrtc is active. r=mfinkle
2013-06-11 12:14:43 -07:00
Richard Newman
c4865281e8
Bug 881763 - Append /mobile/ to about:healthreport URL. r=trivial
2013-06-11 09:29:37 -07:00
Mark Capella
57652d7851
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
7b8fbcb01d
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
f3d7666cee
Merge mozilla-central into mozilla-inbound
2013-06-09 19:03:37 -04:00
Richard Newman
7eb58c5052
Merge m-c to s-c.
2013-06-07 13:04:39 -07:00
Richard Newman
c3f0c6a173
Bug 880549 - Include add-on blocklist state in payload. r=mfinkle
2013-06-07 10:20:59 -07:00
Wes Johnston
1001929a6c
Bug 870063 - Make context menus use async prompt service. r=mfinkle
2013-06-05 10:04:11 -07:00
Scott Johnson
807c4e8412
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
10d885d829
Bug 877200 - Make history menu use async prompts. r=mfinkle
2013-06-03 09:20:45 -07:00
Wes Johnston
d690940572
Bug 872147 - Make FeedHandler use async prompts. r=mfinkle
2013-06-03 09:20:45 -07:00
Wes Johnston
930bf4daab
Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle
2013-06-03 09:20:44 -07:00
Margaret Leibovic
34288bd4dd
Bug 878692 - Form history should use FormHistory.jsm instead of nsIFormHistory2. r=wesj
2013-06-04 15:59:50 -07:00
Nicolas Carlo
da672121e7
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
09a251680e
Bug 779497 - Clear addons list inside of async callback. r=wesj
2013-06-03 12:55:46 -07:00
Ryan VanderMeulen
69145aa804
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
4ff8c5dfa4
Bug 870063 - Fix context menu typo. r=mfinkle
2013-06-03 10:22:09 -07:00
Wes Johnston
80113af956
Bug 877200 - Make history menu use async prompts. r=mfinkle
2013-06-03 09:20:45 -07:00
Wes Johnston
5a6a497045
Bug 872147 - Make FeedHandler use async prompts. r=mfinkle
2013-06-03 09:20:45 -07:00
Wes Johnston
64cfbc65b9
Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle
2013-06-03 09:20:44 -07:00
Wes Johnston
8e13486670
Bug 870063 - Make context menus use async prompt service. r=mfinkle
2013-06-03 09:20:44 -07:00
Margaret Leibovic
97c84b18b0
Bug 867354 - Don't prompt for feedback in distribution builds. r=mfinkle
2013-06-03 08:37:29 -07:00
Margaret Leibovic
034f4c27fa
Bug 874888 - Update privacy policy link URL on about:rights for Fennec. r=wesj
2013-06-03 08:37:29 -07:00
Jim Blandy
78b89f1c5a
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
03ab87f879
Backout b0e571a21e22 for wrong bug number
2013-06-02 10:18:15 +03:00
Jim Blandy
3923f3e983
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
816e6cfe91
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
6cf43a077e
Bug 867567 - JavaScript Error: "TypeError: focused is null". r=kats
2013-06-07 15:20:09 -04:00
Nick Alexander
23648dc3f2
Bug 876473 - Provide Java-generated Firefox Health Report to about:healthreport. r=rnewman
2013-05-30 17:42:57 -07:00
Richard Newman
8a4af7f535
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
98d64881a1
Bug 862377 - Show spinners on webrtc doorhangers. r=lucasr
2013-05-30 15:18:47 -07:00
Kartikaya Gupta
059609fb24
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
5ffa4dd231
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
3ae3695236
Bug 871514 - Remove "click" from update strings to accomodate touch devices. r=kats
2013-05-29 20:37:35 -04:00
Brad Lassey
6f7c102372
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
1d8637f8fc
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
346b933b6f
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
976a27069c
Bug 862445 - Adjust reader mode content layout for serif fonts, r=lucasr, f=margaret
2013-05-24 19:10:33 -04:00
Kartikaya Gupta
94b9a1509c
Bug 868742 - Use scroll(Left|Top)Max to detect scrollable elements. r=mfinkle
2013-05-24 15:44:26 -04:00
Kartikaya Gupta
a01e442f54
Bug 868212 - Silence JS warning about undefined property. r=cpeterson
2013-05-22 15:50:54 -04:00
Margaret Leibovic
acbb7e3da2
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
a57fd68dc5
Bug 872962 - (Part 2) Clean up indentation. r=lucasr
2013-05-21 13:32:10 -07:00
Margaret Leibovic
64761330cf
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
a6bb6bc6d9
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
Scott Johnson
dd3b05d803
Bug 847872: Make reflow-on-zoom happen on double-tap only. [r=blassey]
2013-05-16 08:54:54 -05:00
Wes Johnston
289f172cd9
Bug 871464 - Follow up to fix nit. r=margaret
2013-05-15 00:31:09 -07:00
Wes Johnston
53540c03eb
Bug 871464 - Preference screen should observe changes to gecko prefs. r=margaret
2013-05-14 23:45:51 -07:00
Margaret Leibovic
b18dc45e49
Bug 871014 - (Part 3) Represent typeface choices more visually. r=bnicholson
2013-05-14 14:55:44 -07:00
Margaret Leibovic
5c7693bdf5
Bug 871014 - (Part 2) Replace +/- font size setting UI with something more visual. r=bnicholson
2013-05-14 14:55:43 -07:00
Margaret Leibovic
20da89520a
Bug 871014 - (Part 1) Remove "margins" setting from reader mode menu. r=bnicholson
2013-05-14 14:55:43 -07:00
Tetsuharu OHZEKI
68ea38522e
Bug 868845 - Convert to use gecko preference service about the preference of show url in address bar. r=wesj
2013-05-14 08:29:31 -04:00
Bruce Wu
1f1d8216b9
Bug 726015 - Fennec display Offline mode message when suppose to display connectionFailure. r=mfinkle
...
When there are no active connection (no wifi or cellular data), Fennec display:
netError = Firefox is currently in offline mode and can't browse the Web.
when it is suppose to use
connectionFailure = Firefox can't establish a connection to the server at %S.
2013-05-13 17:24:40 -04:00
Ed Morley
eca0e1dc6d
Merge mozilla-central and inbound
2013-05-13 10:22:42 +01:00