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