Commit Graph

4437 Commits

Author SHA1 Message Date
Lucas Rocha
ba065756e1 Bug 704922 - Fix racy behaviour of bookmark checks in Tab (r=mfinkle) 2012-01-16 14:57:36 +00:00
Phil Ringnalda
20b0b33e49 Back out bccc0adeebd7 (bug 715198) for test failures aplenty 2012-01-15 18:45:03 -08:00
bjarne@runitsoft.com
89bb21fc35 Bug 715198 - browser is loading compressed data directly to the page, r=Josh Aas
--HG--
extra : rebase_source : e700c1427bae274fdc6882def455345c24c8064d
2012-01-15 12:15:00 -08:00
Michael Kohler
76ecedadb8 Bug 707711 - No way to delete bookmarks r=mfinkle 2012-01-15 16:51:23 -05:00
Mark Finkle
bd523ce797 Bug 718257 - Syntax error breaks add-on install restart doorhanger [r=mbrubeck] 2012-01-15 11:50:03 -05:00
Mark Finkle
e48478c27c Bug 717739 - turn off non-native sync [r=mbrubeck] 2012-01-15 11:49:53 -05:00
Justin Wood
9e5a881c42 Merge m-c tip to m-i 2012-01-15 05:29:24 -05:00
Richard Newman
88ff884946 Bug 709339 - First mostly functional drop of native Sync. a=mobile 2012-01-14 09:20:31 -08:00
Richard Newman
2b222659e0 Bug 709339 - add sync_options.xml to Android Makefile. a=mobile 2012-01-14 09:20:30 -08:00
Richard Newman
09887034f7 Bug 717869 - fix BrowserProvider.generateGuid to not append trailing newlines. r=blassey 2012-01-14 09:20:30 -08:00
Alex Pakhotin
48820df337 Bug 714950 - Unable to see characters typed in landscape fullscreen VKB. r=blassey 2012-01-06 18:27:09 -08:00
Margaret Leibovic
ffb38a14ad Bug 717284 - Update "Enable plugins" pref strings to be more l10n friendly. r=mfinkle 2012-01-13 11:38:30 -08:00
Margaret Leibovic
091ab3599b Bug 710704 - Make click events work properly in frames. r=wesj 2012-01-12 17:01:32 -08:00
Margaret Leibovic
87d96efb99 Bug 711993 - Catch exception thrown by uri.host in PermissionsHelper observer. r=mfinkle 2012-01-12 13:29:14 -08:00
Doug Turner
f875263117 Bug 712576 - On Android, we place a criteria on the location provider such that it must return a 'fine' grain location. It could be that this prevents some location providers -- ones that have network but not a GPS backed device -- from working. r=jdm 2012-01-13 16:01:58 -08:00
Lucas Rocha
ca69f1d59f Bug 699793 - Clear favicon urls database when history is cleared (r=blassey) 2012-01-13 16:21:20 +00:00
Kartikaya Gupta
d33025d8bc Bug 715836 - Ensure the UI is only modified from the UI thread. r=pcwalton 2012-01-13 07:03:22 -05:00
Kartikaya Gupta
7c67e3822a Bug 715836 - (Cleanup) Remove unused functions. r=pcwalton 2012-01-13 07:03:22 -05:00
Kartikaya Gupta
38a9f42d19 Bug 715326 - Fix viewport position when zooming up a page that is smaller than the viewport on both axes. r=pcwalton
Take a page that has width PW and height PH, where PW is less
than the viewport width VW and PH is less than the viewport height
VH, and VW/PW > VH/PH. If we scale this up to fit the viewport,
then the vertical viewport position ends up scrolled to the bottom
(or partway to the bottom depending on how long the page is). This
fixes that by shifting the focal point in this case.
2012-01-12 22:47:56 -05:00
Kartikaya Gupta
b2cee1434e 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
Ed Morley
17f04a78f4 Merge mozilla-central to mozilla-inbound 2012-01-13 03:19:46 +00:00
Doug Turner
ba6c3bf88f Bug 704467 - Crash in mozalloc_abort | __swrite | dexDataMapAlloc. Protect against a bad class cast. r=wesj 2012-01-12 09:59:59 -08:00
Brad Lassey
6043d47e41 bug 711136 - thumbnails on about:home are really poor quality r=mfinkle 2012-01-11 00:09:48 -08:00
Dmitrij Petters
2f5f748999 Bug 714767 - Grey horizontal band on bottom layer of URLBar [r=mbrubeck] 2012-01-11 16:58:19 -08:00
Matt Brubeck
721d5c3c5a Bug 714285 - Fix bug in text input context menu matching [r=wesj] 2012-01-11 16:36:11 -08:00
Matt Brubeck
13a1590242 Bug 712307 - Update the urlbar icons for Android fennec [r=bnicholson] 2012-01-11 16:36:11 -08:00
Matt Brubeck
c80f8e909f Bug 715211 - Update tab menu icons for Android fennec [r=wesj] 2012-01-11 13:59:55 -08:00
Matt Brubeck
d96cb63674 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
Lucas Rocha
6cf70f0479 Bug 707150 - Enable local bookmarks/history database (r=blassey) 2012-01-11 19:47:19 +00:00
Lucas Rocha
567bfd0cb1 Bug 707150 - Fix NullPointerException when getting IS_FOLDER (r=blassey) 2012-01-11 19:47:19 +00:00
Wes Johnston
55fbec3b94 Bug 709078 - Add logging for awesomebar query times. r=lucasr 2012-01-11 10:53:39 -08:00
Ed Morley
13a0a7914c Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-11 17:01:05 +00:00
Benjamin Smedberg
f85430f5f5 Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted 2012-01-11 11:28:21 -05:00
Ed Morley
e0e562f3ef Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2012-01-11 02:39:31 +00:00
Axel Hecht
96eed1ae6c bug 716842, make sure that l10n repacks have mobile/locales/Makefile, r=aki 2012-01-10 11:10:22 +01:00
Richard Newman
e4010f25e4 Bug 716811 - Local DB calls getAsBoolean for IS_FOLDER, schema uses integers, ClassCastException results. r=blassey 2012-01-10 00:28:48 -08:00
Brian Nicholson
01c81dfb00 Bug 715673 - Hande browser-lastwindow-close events. r=mfinkle 2012-01-09 11:56:30 -08:00
Brian Nicholson
66b3083fa1 Bug 715388 - Don't show telemetry doorhanger for session restore. r=mfinkle 2012-01-09 11:51:07 -08:00
Kartikaya Gupta
5000112b52 Bug 716937 - Make the testBookmark test actually pass. r=jmaher
Previously it would type in a URL and then attempt to verify it
as something else. Fix so that it doesn't try to verify a wrong
URL.
2012-01-10 14:15:18 -05:00
Lucas Rocha
8fd87cb8ed Bug 716089 - Fix query syntax for filtering URLs on local DB (r=blassey) 2012-01-10 09:09:32 -08:00
Brian Nicholson
1e663bbff4 Bug 709888 - Remove UA switcher. r=mfinkle 2012-01-12 12:26:26 -08:00
Mark Finkle
158b1d0c69 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
Kartikaya Gupta
269fcac4a9 Bug 713011 - Add a check to ensure we are running on the correct thread. r=blassey 2012-01-11 17:08:14 -05:00
Matt Brubeck
89654fa96e Bug 711199 - Update menu icons for Android 2.2 and 2.3 [r=lucasr] 2012-01-12 08:30:16 -08:00
David Zbarsky
36d49f44a6 Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug 2012-01-10 15:19:54 +01:00
Richard Newman
a5e8bbe3ca Bug 717056 - more setup strings for Android Sync. r=blassey 2012-01-10 22:56:43 -08:00
Brian Nicholson
5d27905034 Bug 697858 - Save restore state in bundle. r=mfinkle 2012-01-09 11:09:53 -08:00
Margaret Leibovic
3231a98fa6 Bug 715889 - Don't try to show the form autocomplete popup in full-screen VKB. r=mfinkle 2012-01-10 17:38:58 -08:00
Margaret Leibovic
c17d0381c8 Bug 710835 - Listen for input events instead of composition* events for form autocomplete. r=mfinkle 2012-01-10 16:25:23 -08:00
Brad Lassey
6af65a3e2d bug 713874 - Black thumbnails are produced by GeckoSoftwareLayerClient.getBitmap() r=mfinkle 2012-01-13 13:10:13 -05:00