Commit Graph

199 Commits

Author SHA1 Message Date
Marco Bonardo
088f004772 Merge last green PGO from inbound to central 2012-01-19 11:34:17 +01:00
Wes Johnston
68c0d15133 Bug 716161 - Don't allow clicking disabled selects. r=mfinkle 2012-01-18 08:49:48 -08:00
Mark Finkle
6debfcbb02 Bug 704415 - Style the Add-on Manager [r=wesj] 2012-01-17 23:09:09 -05:00
Margaret Leibovic
5cbd100b34 Bug 718499 - Save as PDF saves content from the wrong tab. r=mfinkle 2012-01-18 12:53:12 -08:00
Mark Finkle
8b5d9e6cdf Bug 718257 - Syntax error breaks add-on install restart doorhanger [r=mbrubeck] 2012-01-15 11:50:03 -05:00
Brad Lassey
58bc88d22e bug 713874 - Black thumbnails are produced by GeckoSoftwareLayerClient.getBitmap() r=mfinkle 2012-01-13 13:10:13 -05:00
Jonathan Kew
b1adbbce36 Backed out changeset ba3335f34100 (bug 713874) for Android build failures. 2012-01-14 22:19:31 +00:00
Brad Lassey
5357ae134e bug 713874 - Black thumbnails are produced by GeckoSoftwareLayerClient.getBitmap() r=mfinkle
--HG--
extra : rebase_source : 18d463ca4c44610a07ba7de582c6f114404eab8f
2012-01-13 13:10:13 -05:00
Margaret Leibovic
592ece2076 Bug 710704 - Make click events work properly in frames. r=wesj 2012-01-12 17:01:32 -08:00
Margaret Leibovic
a8098e442c Bug 711993 - Catch exception thrown by uri.host in PermissionsHelper observer. r=mfinkle 2012-01-12 13:29:14 -08:00
Kartikaya Gupta
5dbe06895e Bug 715326 - Don't round the page size in browser.js. r=pcwalton
Rounding the page size before sending it to Java serves no real
purpose, and introduces rounding errors that I have observed to
be up to a couple of pixels, depending on the screen size and page
dimensions.
2012-01-12 22:47:33 -05:00
Brian Nicholson
40657a3206 Bug 709888 - Remove UA switcher. r=mfinkle 2012-01-12 12:26:26 -08:00
Mark Finkle
0ca84ffb3a Bug 717231 - Downloads are not added to the Download Manager (stock ICS 4.0.3) [r=mbrubeck] 2012-01-12 15:16:31 -05:00
Matt Brubeck
79464a5537 Bug 714285 - Fix bug in text input context menu matching [r=wesj] 2012-01-11 16:36:11 -08:00
Matt Brubeck
6ace19ac3d Bug 714920 - Don't include Copy All or Select All in context menu for empty fields [r=mfinkle] 2012-01-11 13:59:39 -08:00
Brian Nicholson
9bea6c4562 Bug 697858 - Save restore state in bundle. r=mfinkle 2012-01-09 11:09:53 -08:00
Margaret Leibovic
44b79e5958 Bug 710835 - Listen for input events instead of composition* events for form autocomplete. r=mfinkle 2012-01-10 16:25:23 -08:00
Brian Nicholson
9ed4be4301 Bug 715673 - Hande browser-lastwindow-close events. r=mfinkle 2012-01-09 11:56:30 -08:00
Brian Nicholson
01ee52648b Bug 715388 - Don't show telemetry doorhanger for session restore. r=mfinkle 2012-01-09 11:51:07 -08:00
Margaret Leibovic
2ffa604881 Bug 716722 - Remove unnecessary code and use Services.jsm in sanitize.js. r=mbrubeck 2012-01-09 15:59:14 -08:00
Margaret Leibovic
329c212bc4 Bug 714787 - When clearing site permissions, also clear content prefs that keep track of how many times a permission was granted. r=dougt 2012-01-06 16:48:29 -08:00
Ed Morley
23079e1cbb Backout a9f4c0795560 (bug 715673), 05dfaf51fa83 (bug 715388) & af32a0da45c9 (bug 697858) for native Android test failures 2012-01-09 22:45:30 +00:00
Brian Nicholson
56d1151526 Bug 715673 - Hande browser-lastwindow-close events r=mfinkle 2012-01-09 11:56:30 -08:00
Brian Nicholson
ef65ebdaaf Bug 715388 - Don't show telemetry doorhanger for session restore r=mfinkle 2012-01-09 11:51:07 -08:00
Brian Nicholson
2c9124a331 Bug 697858 - Save restore state in bundle [r=mfinkle] 2012-01-09 11:09:53 -08:00
Patrick Walton
a731c7e15a Bug 708746 - Part 4: Remove viewport metadata updates that occur after the document is shown. r=mbrubeck 2012-01-06 16:42:47 -08:00
Patrick Walton
7fe42fef53 Bug 708746 - Part 3: Don't display a document until we've changed the browser size to match its viewport. r=kats 2012-01-06 16:42:46 -08:00
Patrick Walton
915dc13738 Bug 708746 - Part 2: Key viewport metadata to each content document instead of each tab. r=mbrubeck 2012-01-06 16:42:44 -08:00
Margaret Leibovic
ae3594e9a9 Bug 715730 - Flash app restarts after clicking a selection when click to play is turned on. r=mfinkle 2012-01-06 11:57:45 -08:00
Matt Brubeck
85277118d7 Bug 714789 - Don't show "Open in new tab" for non-openable links [r=mfinkle] 2012-01-06 11:44:33 -08:00
Wes Johnston
00c734c9d4 Bug 715303 - Fire focus when clicking select elements. r=mfinkle 2012-01-06 11:36:36 -08:00
Mark Finkle
000092c9ba Bug 715347 - Add basic Download Manager support [r=mbrubeck] 2012-01-06 09:34:34 -05:00
Kartikaya Gupta
37a2ec2e34 Bug 715011 - Check the computed style instead of the element style to determine scrollableness. r=Cwiiis 2012-01-04 13:24:56 -05:00
Mark Finkle
ce69d4152d Bug 708597 - Download toaster notification is displayed only for the first download [r=margaret] 2012-01-04 23:36:57 -05:00
Patrick Walton
37040a8f9f Bug 709492 - Part 3: Tie viewport updates to drawing to avoid page transition flicker. r=kats 2012-01-03 22:55:04 -08:00
Patrick Walton
5d1122e7e9 Bug 709492 - Part 2: Forward the painting suppression flag from the presentation shell to the Android widget code. r=kats 2012-01-03 22:54:51 -08:00
Mark Finkle
817d2c46c9 Bug 711515 - Opening links from external apps doesn't work if session restore is active [r=mbrubeck] 2012-01-04 01:21:49 -05:00
Mark Finkle
e674c30132 Bug 714602 - Use defaultPrevented instead of the deprecated getPreventDefault() [r=mbrubeck] 2012-01-03 13:57:36 -05:00
Patrick Walton
d075492ab2 Backed out bug 709492 due to breakage with external urls. r=backout 2011-12-30 18:47:06 -05:00
Patrick Walton
2031047064 Bug 714230 - Unsuppress drawing for background tabs when they're shown. r=kats 2011-12-30 14:04:47 -08:00
Kartikaya Gupta
76e35d12eb Bug 712761 - Fix returning incorrect object from openURI. r=dougt 2011-12-27 00:58:18 -05:00
Mark Finkle
422c8452a8 Bug 714234 - Handle window.close() via DOMWindowClose r=wesj 2011-12-30 14:48:21 -05:00
Kartikaya Gupta
60ba88826b Bug 709924 - Adjust viewportExcess after scrollIntoView(). r=Cwiiis
We need to adjust the viewportExcess after calling scrollIntoView() because
Gecko may not properly scroll the item into view. This happens because
Gecko is unaware of the actual visible content area being affected by the
applied zoom.
2011-12-29 22:30:47 -05:00
Mark Finkle
adddb57f80 Bug 713887 - Javascript error when using the menu quit to quit fennec r=mbrubeck 2011-12-29 23:35:53 -05:00
Patrick Walton
92f6456e90 Bug 709492 - Part 5: Reset the metadata instead of updating it when a new page is shown. r=kats 2011-12-29 15:10:31 -08:00
Patrick Walton
0fff0f0bdd Bug 709492 - Part 4: Hide the page when navigating, and expose it when the new page appears. r=kats 2011-12-29 15:10:30 -08:00
Patrick Walton
a09787cb39 Bug 709492 - Part 2: Implement draw suppression. r=kats 2011-12-29 15:10:27 -08:00
Robert O'Callahan
9a2ceddbc8 Bug 591718. Fix mobile browser test to handle getBoundingClientRect including a transform. r=mfinkle 2011-12-30 11:14:04 +13:00
Julien Vermet
01974ead00 Bug 699543 - "Show a 'new tab' toast alert when opening a background tab" [r=mbrubeck] 2011-11-27 06:49:00 -08:00
Kartikaya Gupta
8b735d9513 Bug 710297 - Send page size updates to Java more often during load. r=Cwiiis 2011-12-27 00:57:27 -05:00
Steffen Wilberg
c56a6e3240 Bug 713072: Bring the 'Licensing information' link in about: in line with the other links. r=mfinkle 2011-12-27 14:26:18 +01:00
Geoff Lankow
c801a48c75 Backed out 3 changesets (bug 710297, bug 712386, bug 712761) for perma-orange on Android native m1 and m2
Backed out changeset 3b1e6033d3ff (bug 712761)
Backed out changeset bb41941cdf9d (bug 710297)
Backed out changeset d4f9960e286a (bug 712386)
2011-12-28 01:00:02 +13:00
Margaret Leibovic
ae82e69c1b Bug 712588 - Clear location not available in 'Clear Site Settings' [r=mfinkle] 2011-12-22 11:50:44 -08:00
Mark Finkle
d58ced4180 Bug 713600 - MasterPassword helper is missing _tokenName [r=blassey] 2011-12-27 01:07:44 -05:00
Kartikaya Gupta
776d9d3ad3 Bug 712761 - Fix returning incorrect object from openURI. r=dougt 2011-12-27 00:58:18 -05:00
Kartikaya Gupta
bd69e07903 Bug 710297 - Send page size updates to Java more often during load. r=Cwiiis 2011-12-27 00:57:27 -05:00
Steffen Wilberg
d38f10bc2f Bug 712766: Replace the buildid by an easily readable build date in about:. r=mfinkle 2011-12-21 23:20:02 +01:00
Mark Finkle
c0153da69a Bug 712414 - Throbber does not stop after running on pages that use document.write without document.close [r=mbrubeck] 2011-12-21 16:34:02 -05:00
Wes Johnston
a91160fa34 Bug 700527 - Master password support for native fennec. r=mfinkle 2011-12-21 13:08:01 -08:00
Matt Brubeck
9beb79c27a Bug 709921 - (followup) Update strings about:config to say "Settings" instead of "Preferences" [r=mfinkle] 2011-12-21 11:20:06 -08:00
Steffen Wilberg
858ebcd006 Bug 704588 - New design for about: = about:firefox = about:fennec to match about:home. ui-spec by ibarlow, r=mfinkle 2011-12-21 11:40:31 +00:00
Ed Morley
6084e70492 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-21 12:11:14 +00:00
Patrick Walton
16beb9fe59 Bug 712527 - Save and restore the deck's selected panel when removing a tab. r=mfinkle 2011-12-20 21:13:20 -08:00
Matt Brubeck
0e987f36e0 Bug 709921 - (1/2) Clean up unused localization files [r=mfinkle]
--HG--
rename : mobile/android/locales/en-US/chrome/preferences.dtd => mobile/android/locales/en-US/chrome/aboutHome.dtd
2011-12-20 08:33:22 -08:00
Brian Nicholson
7e66688065 Bug 697858 - Restore tabs from previous session, including history [r=mfinkle] 2011-12-20 20:41:45 -05:00
Margaret Leibovic
46a35a688e Bug 710885 - In some cases tapping to activate Flash does not activate Flash. r=mfinkle 2011-12-20 13:26:01 -08:00
Margaret Leibovic
c793a7040f Bug 710703 - Use "plugins" instead of "flash" in strings. r=mfinkle 2011-12-19 11:43:39 -08:00
Matt Brubeck
73adaab87c Bug 699052 - Android back button should close the selected tab and return to the parent tab when possible [r=mfinkle] 2011-12-19 10:44:52 -08:00
Kartikaya Gupta
4b76dae543 Bug 711232 - Fix multiple useless zooms during page load. r=pcwalton 2011-12-16 17:01:02 -05:00
Kartikaya Gupta
6c2c87e744 Bug 708745 - Do a better job of opening new tabs. r=mfinkle 2011-12-16 17:01:03 -05:00
Wes Johnston
4dd5300b6c Bug 708273 - Add save image support. r=mfinkle 2011-12-19 08:44:48 -08:00
Mark Finkle
a60f7d9bf4 Bug 711855 - Unable to access the Add-Ons Manager - URL is not valid and cannot be loaded [r=mbrubeck] 2011-12-19 01:28:44 -05:00
Matt Brubeck
dde6ccdccc Merge mozilla-central to mozilla-inbound 2011-12-18 08:22:53 -08:00
Doug Turner
1961b6a4c9 Backout of de081ef87383 2011-12-17 21:52:36 -08:00
Doug Turner
f9a8bfd666 Backout of b407ff123b6f 2011-12-17 21:52:19 -08:00
Kartikaya Gupta
0da2ea7675 Bug 708745 - Do a better job of opening new tabs. r=mfinkle 2011-12-16 17:01:03 -05:00
Kartikaya Gupta
6400f16533 Bug 711232 - Fix multiple useless zooms during page load. r=pcwalton 2011-12-16 17:01:02 -05:00
Mark Finkle
4dd8e37e7b Bug 703378 - Native Fennec executes javascript: urls pasted or typed into the awesome bar [r=mbrubeck] 2011-12-16 14:32:32 -05:00
Masayuki Nakano
d82ad83346 Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin 2011-12-16 22:38:45 +09:00
Margaret Leibovic
497010a089 Bug 706876 - Create "Clear Site Settings" menuitem. r=mfinkle 2011-12-17 13:50:09 -08:00
Matt Brubeck
206f46bb11 Bug 703029 - Add text inflation font size prefs to the UI [r=mfinkle] 2011-12-15 10:43:56 -08:00
Matt Brubeck
3670abddbb Bug 710578 - Pages without contentDocument cause JSON exception in handleLocationChange [r=mfinkle a=javascript] 2011-12-14 16:36:29 -05:00
Sriram Ramasubramanian
90c2cc8371 Bug 695444 - Form history autocomplete. r=mfinkle a=android-only 2011-12-06 16:44:08 -08:00
Margaret Leibovic
9e29357fce Bug 707665 - Save as PDF option should be disabled for about:home and any XUL documents. r=mfinkle a=android-only 2011-12-13 16:23:35 -08:00
Wes Johnston
ae86d30802 Bug 697265 - Support clipboard operations in edit fields [r=mfinkle a=android-only] 2011-12-13 19:17:56 -05:00
Margaret Leibovic
a82ff315ba Bug 702653 - Add prefs for flash activation on demand/always on/off. r=mfinkle a=no-cpp 2011-12-13 14:28:45 -08:00
Chris Lord
b77fdce4a3 Bug 708683 - Guard more rigorously against bad viewport updates. r=kats a=android-only
Check more values in browser.js when updating the viewport, and restructure
the JSON conversion in Java so that it's easier to tell what value caused a
bad viewport if it comes from Java.
2011-12-13 14:12:07 -05:00
Mark Finkle
dc12898494 Bug 704415 - Style the Add-on Manager (phase 1) [r=mbrubeck a=javascript] 2011-12-13 13:42:51 -05:00
Mark Finkle
57eedcd517 Bug 701374 - Show go or search icon in awesomescreen field, as appropriate [r=lucasr a=android-only] 2011-12-13 11:31:35 -05:00
Kartikaya Gupta
324193aaae Bug 709805 - Avoid viewport changes on background tabs. r=pcwalton a=js-only 2011-12-12 13:53:39 -05:00
Mark Finkle
75c8d2510e Bug 709048 - Over usage of haptic buzz [r=mbrubeck a=khuey] 2011-12-11 20:56:19 -05:00
Margaret Leibovic
490887fde0 Bug 708464 - Create click to play UI for fennec native. r=mfinkle 2011-12-09 14:04:19 -08:00
Wes Johnston
ddc29785e4 Bug 705145 - Multiple selection lists cannot be scrolled r=mfinkle 2011-12-09 12:03:21 -05:00
Patrick Walton
2249c14cc9 Bug 707935 - Prevent page size changes until document.readyState reads "complete". r=kats 2011-12-08 21:30:26 -08:00
Brian Nicholson
ee59b1d79f Bug 708185 - Remove homepage preference [r=dougt] 2011-12-08 13:42:00 -08:00
Mark Finkle
d1feebd3b8 Bug 708379 - Haptic buzz when tapping on clickable elements [r=blassey] 2011-12-08 15:42:55 -05:00
Mark Finkle
20cda4349a Bug 696433 - Improve link rel scanning for favicons [r=mbrubeck] 2011-12-08 08:56:43 -05:00
Mark Finkle
77aefa4612 Bug 704970 - Favicon missing on URL bar; visible in awesome screen [r=mbrubeck] 2011-12-08 08:56:41 -05:00
Mark Finkle
ef3ebad836 Bug 706882 - Bad viewport description on startup [r=mbrubeck] 2011-12-07 22:21:03 -05:00
Brian Nicholson
fdca4ff694 Bug 701376 - show search engine(s) when there are no/few awesomebar results [r=mfinkle] 2011-12-07 17:52:07 -08:00