Commit Graph

1414 Commits

Author SHA1 Message Date
Ryan VanderMeulen
36db7aa648 Merge m-c to fx-team. 2013-08-26 20:21:33 -04:00
Wes Johnston
e708e47c0c Bug 896121 - Disable share in guest mode. r=mfinkle 2013-08-26 16:41:13 -07:00
Justin Dolske
9e89664f18 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
feb19f78fa Bug 899376: PageActions for helper apps. r=wesj 2013-08-23 16:28:00 -07:00
Nathan Froyd
dc5ea528d5 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
d2c7a42e64 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
dbd0f67664 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
164140298f 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
12a7449b72 Merge latest green fx-team changeset and mozilla-central 2013-08-21 12:56:05 +01:00
Federico Paolinelli
a283015e65 Bug 566225 - Add framework to linkify phone numbers in pages, preffed off. r=wesj 2013-08-20 13:41:58 -07:00
Ryan VanderMeulen
6a4eaae47c Merge m-c to fig. 2013-08-20 16:33:28 -04:00
Mark Capella
3e0a510f8c Bug 906499 - Caret visibility persists after form submission, r=margaret 2013-08-20 14:50:57 -04:00
Lucas Rocha
87fe449d08 Merge m-c to fig 2013-08-20 11:50:04 +01:00
Mark Capella
d1e07bd069 Bug 903316 - Text selection handles are not dismissed after deleting selected text, r=margaret 2013-08-19 20:20:35 -04:00
Shilpan Bhagat
c787e9a571 Bug 900234 - Force priority pageactions to always be visible. r=wesj 2013-08-19 16:23:48 -07:00
Wes Johnston
0ffb59da71 Bug 808636 - Make urltext red on about:blocked. r=margaret 2013-08-19 15:14:37 -07:00
Lucas Rocha
9aa6590925 Merge m-c into fig 2013-08-19 13:49:45 +01:00
Mark Capella
0d5545ac39 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
ad2cf0b4fb Backed out changeset 2404f5888de3 (bug 864589) 2013-08-16 16:09:46 -07:00
Mark Capella
437a43e9ca 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
5ba778e8c9 Bug 892942 - Remove www., m. and mobile. from URLs in Reader Mode. r=margaret 2013-08-16 08:48:39 -04:00
Kartikaya Gupta
97276614c4 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
f85c185a57 Bug 808636 - Restyle mobile error pages. r=margaret 2013-08-15 12:04:42 -07:00
Wes Johnston
1ed12ce116 Bug 901822 - Fix expanders in error pages. r=margaret 2013-08-15 12:04:36 -07:00
Mark Capella
aecc09afa2 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
e3a588daf7 Bug 904075 - Follow up to simplify code. r=margaret 2013-08-13 08:52:31 -07:00
Wes Johnston
8f3dce7f8b Bug 904075 - Remove un-necessary check finding media links. r=margaret 2013-08-13 08:50:37 -07:00
Margaret Leibovic
12912ff426 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
7a6405f632 Merge m-c to fig. 2013-08-09 10:49:51 -07:00
Chris Kitching
e3a308396c Bug 902932 - Cleaning up problematic dead code in aboutAddons.js r=liuche 2013-08-08 18:51:27 -07:00
Margaret Leibovic
7f5104c74c merge m-c to fig 2013-08-04 15:14:01 -07:00
Ryan VanderMeulen
466d68f6c5 Merge m-c to fx-team. 2013-08-02 17:09:31 -04:00
Wes Johnston
0588403e08 Bug 896350 - Don't close notifications unless explicitly requested to. r=blassey 2013-08-02 11:04:49 -07:00
Gijs Kruitbosch
735e85d471 Merge m-c to fx-team 2013-08-02 15:47:01 +02:00
Marco Castelluccio
9c533e25da 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
b30ebe7513 Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
CLOSED TREE
2013-08-01 21:51:12 -04:00
Margaret Leibovic
6804b8467f merge m-c into fig 2013-07-28 12:08:01 -07:00
Dão Gottwald
09a823da6b Bug 788422 - Use UserAgentOverrides.jsm as designed to fix YouTube on tablets. r=bnicholson 2013-07-27 16:18:25 +02:00
Kartikaya Gupta
8a9580723f 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
6e498e0b65 Bug 904070 - Unlabelled button on addons screen. r=margaret 2013-08-12 10:47:09 -04:00
Ryan VanderMeulen
8afe7e8fed Merge inbound to m-c. 2013-08-09 19:08:45 -04:00
Margaret Leibovic
c146eaf09b merge m-c into fig 2013-07-22 12:11:05 -07:00
Mark Capella
a429baf45e 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
e640b936ff 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
cf0ba6435b Bug 766359 - Background update of add-ons/addons: Make success notification/toast more informative 2013-08-01 20:55:23 -04:00
Ryan VanderMeulen
069fb73e22 Merge m-c to inbound. 2013-08-01 20:25:21 -04:00
Marco Castelluccio
b36df368eb 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
08d6011fa3 Merge m-c to fx-team. 2013-08-01 16:35:13 -04:00
Wes Johnston
79328ac542 Bug 895655 - Remove gecko object from pageactions messages. r=margaret 2013-08-01 15:45:44 -07:00
Margaret Leibovic
898cf1cbdb 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
b4f16a0b95 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
36a854c624 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
1b21a7065f 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
0d8bb92df1 Bug 896764 - Initially populate Find in Page string with current text selection, r=margaret 2013-07-28 16:36:47 -04:00
Shane Tully
c191e83aa7 Bug 857730 - Part 3: Add contacts API Javascript to Android. r=cpeterson 2013-07-18 15:01:00 -07:00
Shane Tully
2afa381cf9 Bug 857730 - Part 2: Add permissions doorhanger. r=cpeterson 2013-07-23 11:09:00 -07:00
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
Gian-Carlo Pascutto
1b60d0f165 Bug 885768 - Cannot make a getUserMedia request within an iframe. r=mfinkle 2013-07-23 08:24:44 +02:00
Scott Johnson
32f3d3f870 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
5c1b58494c Bug 901821 - Use correct doc when handling clicks in error pages. r=mfinkle 2013-08-07 15:22:10 -07:00
Adrian May
e094efd370 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
9f9396c0d9 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
da5f722915 Bug 901151 - Set source when firing mouse events. r=kats 2013-08-06 09:37:28 -07:00
Wes Johnston
f244448055 Bug 788073 - Use platform touch fluffing on Android. r=kats 2013-08-06 09:37:27 -07:00
Ryan VanderMeulen
0edb7edfa2 Merge m-c to fx-team. 2013-08-06 10:16:50 -04:00
Gian-Carlo Pascutto
cc9bc61f9b 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
637adb41f4 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
a3a0921281 Bug 901408 - Use correct resolveGeckoURI function. r=margaret 2013-08-05 14:14:23 -07:00
Chris Kitching
655d0704c2 Bug 892113 - Dialog to manage installed search providers. r=liuche 2013-08-05 08:39:29 -07:00
Tim Taubert
0e23852adc Backed out changeset aa054b0f118b (bug 892113) 2013-08-03 04:15:01 -07:00
Chris Kitching
3414ae30b1 Bug 892113 - Dialog to manage installed search providers. r=liuche 2013-08-02 22:00:13 -07:00
Shilpan Bhagat
f8227ab819 Bug 886996 - Set as wallpaper now sets wallpapers using a chooser. r=margaret 2013-08-02 13:33:30 -07:00
Richard Newman
8d70b740c6 Bug 900694 - Part 2: BrowserHealthRecorder changes to track add-on uninstallation. r=nalexander 2013-08-01 20:22:18 -07:00
Chenxia Liu
0066126a4a 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
8f4a6da9d0 Bug 900141 - Problems with new Context Menu Search, r=margaret 2013-07-31 18:25:37 -04:00
Shilpan Bhagat
33029f5ed8 Bug 897710 - Reset reader active mode button on page load. r=wesj 2013-07-24 18:23:56 -07:00
Shilpan Bhagat
8932ac97af Bug 891736 - Make XUL menulist fire events. r=mfinkle 2013-07-31 10:31:46 -07:00
Wes Johnston
3597a7a4f3 Bug 881251 - Add mute/unmute to media context menus. r=lucasr 2013-07-22 09:19:40 -07: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