Commit Graph

975 Commits

Author SHA1 Message Date
Brian Nicholson
150d8a6e2c Bug 834400 - Use bind() in download callbacks. r=mfinkle
--HG--
extra : rebase_source : a736b3f7d71d47230370e551f620b9362f45f265
2013-01-24 13:52:05 -08:00
Wes Johnston
c26d1095b8 backout 3167daa05ef4 2013-01-22 17:27:01 -08:00
Wes Johnston
6300069106 Bug 830760 - Don't zoom into fields on tablets or pages with metaviewports. r=kats 2013-01-22 15:26:09 -08:00
Wes Johnston
37d168a383 Bug 819037 - Set appId on browsers in webapps. r=mfinkle 2013-01-22 10:37:35 -08:00
Mark Finkle
b78e17c5a4 Bug 833050 - JS errors during startup r=kats a=android-only 2013-01-21 14:43:09 -05:00
Brian Nicholson
47042a13ec Bug 826644 - Hide "Open in New Tab" context menu option in private tabs. r=mfinkle 2013-01-18 14:38:43 -08:00
Gian-Carlo Pascutto
aa3af52a6a Bug 828963 - Implement WebRTC permissions UI for Android. r=mfinkle 2013-01-16 11:58:01 +01:00
Brian Nicholson
60884730a6 Bug 830893 - Remember private state for zombified tabs. r=mfinkle 2013-01-15 16:43:44 -08:00
Kartikaya Gupta
eaaae1b00c Bug 830175 - Turn buttons in the prompt service from objects with labels to just strings. r=wesj 2013-01-15 15:31:24 -05:00
Brian Nicholson
3bb66c45c9 Bug 820491 - Part 3: Whitespace cleanup in aboutDownloads.js. r=wesj 2013-01-14 13:47:24 -08:00
Brian Nicholson
7cc28a44fd Bug 820491 - Part 2: Fix DownloadManagerUI component. r=wesj 2013-01-14 13:47:24 -08:00
Brian Nicholson
943d6b0717 Bug 820491 - Part 1: Update download manager code to work with private downloads. r=wesj 2012-12-13 19:47:30 -05:00
Kartikaya Gupta
471ea0aa0b Bug 829670 - Fix some 'function does not always return a value' warnings on startup. r=wesj 2013-01-11 14:12:38 -05:00
Wes Johnston
6b1ec0ca0e Bug 824737 - Use ContentAreaUtils for saving images. r=mfinkle 2013-01-11 09:23:47 -08:00
Gene Lian
dabbff84f6 Bug 820206 - Validate "Webapps:*" message parameters in the parent process (part 3, test cases). r=fabrice, a=blocking-basecamp 2013-01-11 20:50:50 +08:00
Wes Johnston
7668fbc3ee Bug 828509 - Look up entire dom tree for available context menu items. r=mfinkle 2013-01-10 11:17:40 -08:00
Chris Lord
046d9f2e39 Bug 828345 - Maintain aspect ratio for clamping scrollport. r=kats
Make sure the clamping scroll-port maintains its aspect ratio on Android. This
fixes fixed position elements appearing to jitter after zooming out beyond the
page boundaries.
2013-01-10 17:32:44 +00:00
Alex Nagacevschi
b86492279b Bug 800188 - Add preliminary support RTL content in reader mode (r=lucasr) 2013-01-10 11:47:05 +00:00
Wes Johnston
3e1bd5d46d Bug 725018 - FormAssistant should reposition itself on viewport changes. r=kats,mleibovic 2013-01-09 11:37:01 -08:00
Wes Johnston
2023667741 Bug 725018 - Zoom to focused input fields. r=kats 2013-01-09 11:35:49 -08:00
Wes Johnston
fdcd35b69c Bug 827608 - Use html context menus for about:addons. r=minkle 2013-01-09 11:28:38 -08:00
Wes Johnston
89e364b4bd Bug 827608 - Use html context menus for about:downloads. r=bnicholson, r=minkle 2013-01-09 11:28:36 -08:00
Wes Johnston
ed50f7defd Bug 827608 - Use html context menus for about:apps. r=mfinkle 2013-01-09 11:28:35 -08:00
Brian Nicholson
7e5989aedc Bug 823325 - Hide thumb when selected tab changes. r=mfinkle 2013-01-08 14:02:18 -08:00
Brian Nicholson
e8fef31382 Bug 818065 - Part 2: Implement about:privatebrowsing. r=mfinkle 2013-01-07 15:29:45 -08:00
Sriram Ramasubramanian
c4baeb2b38 Bug 826487: Change "Open in New Private Tab" to "Open in Private Tab". [r=mfinkle] 2013-01-04 11:39:12 -08:00
Wes Johnston
072f53d2bd Bug 736321 - Support HTML Context menus in Fennec. r=mfinkle 2013-01-04 11:18:42 -08:00
Tetsuharu OHZEKI
f79fd0e1c7 Bug 826025 - Part 2: Add some variables to cache properties which are accessed many times. r=cpeterson 2013-01-03 17:18:44 -05:00
Tetsuharu OHZEKI
8630e72bff Bug 826025 - Part 1: Use "switch" instead of "else if" series in BrowserEventHandler.handleUserEvent(). r=cpeterson 2013-01-03 17:18:44 -05:00
Sriram Ramasubramanian
556751e152 Bug 826384: Kill post-install notification doorhanger. [r=mfinkle]
--HG--
rename : layout/forms/test/test_bug536567_perwindowpb.html => layout/forms/test/test_bug536567.html
extra : rebase_source : b37435accf4330afa0a5aeb0a8a175eec9eaa2d8
2013-01-03 14:10:32 -08:00
Tetsuharu OHZEKI
4619782530 Bug 826014 - Use strict equality operator in BrowserApp.observe(). r=cpeterson 2013-01-03 23:07:55 +09:00
Tetsuharu OHZEKI
2548c16210 Bug 825974 - Use "switch" instead of "else if" series in BrowserApp.observe().r=margaret.leibovic 2013-01-03 23:07:55 +09:00
Ed Morley
490e0e9457 Backout 17b390f86130 (bug 823325) for failures in test_bug590573.html 2013-01-03 10:03:29 +00:00
Brian Nicholson
6cfa47f74c Bug 823325 - Use timeout before calling browser.focus(). r=mfinkle 2013-01-02 15:05:21 -08:00
Theo Chevalier
8a727b4dc9 Bug 825464 - Skip any revision of TELEMETRY_DISPLAY_REV in tests & WebApp (long term fix). r=mak 2013-01-02 16:31:10 +01:00
Wes Johnston
ee1b04876f Bug 824475 - Add safety check before checking node.hasAttribute. r=kats 2012-12-27 15:26:39 -08:00
Tetsuharu OHZEKI
9a62476693 Bug 824516 - Fix regression in text selection introduced in bug 708048. r=kats 2012-12-25 01:06:40 -05:00
Cameron McCormack
428d0fa534 Back out 767debcb04d8 (bug 823325) for Android test_manyWindows.html failures. 2012-12-22 12:32:25 +11:00
Brian Nicholson
006663abdc Bug 823325 - Call blur() on onfocused browser. r=mfinkle 2012-12-20 20:46:23 -08:00
Kartikaya Gupta
62ae839049 Bug 666600 - Add a pref to control the default fallback zoom level of pages. r=mfinkle 2012-12-21 10:22:16 -05:00
Kartikaya Gupta
ce76dc8818 Bug 807447 - Respect the initial-scale meta-viewport property on initial page load. r=mbrubeck 2012-12-21 10:21:44 -05:00
Wes Johnston
79c005a680 Bug 708048 - Walk up tree to find a title for context menu items. r=kats 2012-12-20 12:11:31 -08:00
Sriram Raghuraman
82c626e3d0 Bug 715736 - Add 'Save as Wallpaper' Android functionality in context menu when viewing images. r=snorp,margaret 2012-12-17 23:00:01 +05:30
Wes Johnston
886ac3254e Bug 822655 - Fix 'Show Controls' string. r=margaret DONTBUILD 2012-12-19 09:42:26 -08:00
Brian Nicholson
b3958335d2 Bug 795045 - Part 3: Lock handle to caret position and add scrolling support. r=wesj 2012-12-18 22:58:10 -08:00
Theo Chevalier
977dbe79ca Bug 821998 - Installed web apps get stuck on splashscreen - do not finish loading. r=wesj 2012-12-15 20:02:28 +01:00
Kartikaya Gupta
a0022428f2 Bug 817134 - Delete dead code in java-land to display checkerboarding. r=blassey 2012-12-15 10:43:57 -05:00
Wesley Johnston
dcdf1e500c Bug 715258 - Favicons are of low quality for local/internal pages r=mfinkle 2012-12-13 23:32:25 -05:00
Ed Morley
b941e7cb18 Backout 042b44652822 (bug 715258) for breaking robocop & others on a CLOSED TREE 2012-12-14 09:26:00 +00:00
Wesley Johnston
e309831609 Bug 715258 - Favicons are of low quality for local/internal pages 2012-12-13 23:32:25 -05:00