Kartikaya Gupta
af764dab69
Bug 716863 - Abort uselessly continuing to fling subdocuments once they can't go any farther. r=Cwiiis
2012-01-21 12:44:44 -05:00
Kartikaya Gupta
93a30cadf3
Bug 716863 - Check for overscroll and bounce after iframes are flung. r=Cwiiis
2012-01-21 12:44:29 -05:00
Patrick Walton
6ba521126c
Bug 707956 - Restore original zoom scale on double rotation. r=kats
2012-01-20 21:14:03 -08:00
Ed Morley
bab898525d
Backout 56ad9ccfcd15 (bug 719494) for native Android M1 crashes
2012-01-21 03:19:53 +00:00
Brian Nicholson
fd4f87b1f7
Bug 715225 - Clean up menu contents. r=mbrubeck
2012-01-20 13:09:29 -08:00
Margaret Leibovic
7793f12ff8
Bug 719494 - Closing tabs is too slow sometimes. r=mbrubeck
2012-01-20 12:56:23 -08:00
Matt Brubeck
4a1a0d545b
Back out 47584f117727 and e05a8743389a (bug 717283) because of native Android startup crashes
2012-01-20 11:42:34 -08:00
Chris Lord
e6784b9101
Bug 717283 - Use tiles on-demand. r=pcwalton, snorp
...
Instead of tying the tile-buffer in MultiTileLayer directly to the back-buffer
of the page, make sure rendering is always aligned to the tile grid and use
tiles on-demand. This makes better use of tiles when panning/zooming, and opens
up the route for further optimisations.
2012-01-20 17:36:56 +00:00
Chris Lord
cc68b9d2cb
Bug 717283 - Store sub-tile metrics on the tile object. r=pcwalton
...
Instead of deriving sub-tile metrics on each iteration, create a SingleTileLayer
sub-class and store them there.
2012-01-20 17:35:14 +00:00
Kartikaya Gupta
4b4b0007c0
Bug 717085 - Ensure that when Gecko does a session-restore, it knows how big the screen is. r=pcwalton
2012-01-20 09:36:08 -05:00
Kartikaya Gupta
77b6ae578d
Bug 713780 - Stop using JSONStringer as it results in a performance regression. r=Cwiiis
2012-01-20 09:30:27 -05:00
Kartikaya Gupta
c2d9c05f1a
Bug 703347 - Add a background image visible during overscroll. r=Cwiiis
2012-01-20 09:27:09 -05:00
Alex Pakhotin
13d8a80a7f
Bug 711648 - Pre-commit underline is not shown for the composing text. r=blassey
2012-01-17 23:17:51 -08:00
Gian-Carlo Pascutto
4df3f751fd
Bug 713228 - Followup, fix misleading comment. DONTBUILD
2012-01-19 21:37:29 +01:00
Alex Pakhotin
fd93552a2b
Bug 712972 - Can't type mzl.la into awesome bar. r=blassey
2012-01-19 11:55:14 -08:00
Gian-Carlo Pascutto
bf205a0e23
Bug 713228 - Add bridge to access our own SQLite libraries from Java. r=blassey
2012-01-19 21:19:56 +01:00
Margaret Leibovic
2838e032cf
Bug 718846 - Don't show progress throbber on about:home. r=mfinkle
2012-01-19 11:44:16 -08:00
Lucas Rocha
148d0ef87b
Bug 709078 - Only load necessary cols on awesomescreen filter and about:home queries (r=blassey)
...
Top Sites in about:home doesn't need favicons and awesomescreen filter doesn't
need thumbnails.
2012-01-19 17:23:10 +00:00
Marco Bonardo
3b4763a031
Merge central to inbound
2012-01-19 11:36:52 +01:00
Marco Bonardo
088f004772
Merge last green PGO from inbound to central
2012-01-19 11:34:17 +01:00
Wes Johnston
c25815880f
Bug 713922 - Don't allow empty password for master password. r=mfinkle
2012-01-18 08:50:11 -08:00
James Willcox
f2a22733cd
Bug 707439 - Fix Flash plugin positioning
...
--HG--
extra : rebase_source : aaa41297d293ffde1aabe5632ade6c416b4d541f
2012-01-18 10:41:35 -05:00
Margaret Leibovic
7b680e26bf
Bug 706835 - Remove the new tab indicator animation on about:home load. r=mfinkle
2012-01-17 20:47:16 -08:00
James Willcox
415c8cbfb3
Bug 719233 - Only use direct texturing on whitelisted devices r=blassey
2012-01-18 20:41:28 -05:00
Brad Lassey
432123c2c4
bug 713503 - prefetch urls from known url shortening sites before gecko is running r=mfinkle
2012-01-09 23:50:56 -08:00
Brian Nicholson
11dc089fe2
Bug 712970 - Show 'tabs from last time' in about:home [r=mfinkle]
2012-01-17 22:40:43 -05:00
Brad Lassey
af43a68fb2
bug 711543 - Get thumbnail images of tabs loaded in the background, and display them in the tab menu r=mfinkle
2012-01-16 22:23:04 -05:00
Chris Peterson
3648c00eb8
Bug 717841 part 2 - Fix HistoryQueryTask's time range checks. r=lucasr f=dougt a=dougt
2012-01-12 17:38:08 -08:00
Chris Peterson
94df92ed70
Bug 717841 part 1 - Replace Date().getTime() calls with SystemClock.uptimeMillis or System.currentTimeMillis(). r=kats f=dougt a=dougt
2012-01-13 11:08:39 -08:00
Chris Peterson
091b07e6a9
Bug 709845 - Tab.java: fix checkstyle warnings about extra imports, missing access modifiers, trailing whitespace. r=dougt a=dougt
2012-01-17 10:26:58 -08:00
Chris Peterson
4e2415a615
Bug 709845 - Update history's URL after redirect. r=dougt a=dougt
2012-01-12 12:22:48 -08:00
Matt Brubeck
15294e47ec
Bug 712760 - Add some smaller font inflation size options [r=mfinkle]
2012-01-17 12:39:45 -08:00
Mounir Lamouri
23ead139c9
Bug 713687 - Part 4 - Network API Android backend: use enable/disable notifications to prevent listening when not needed. r=dougt
2012-01-16 15:01:07 +01:00
Mounir Lamouri
5495df48b0
Bug 713687 - Part 3 - Network API Android backend: make GeckoNetworkManager a singleton. r=dougt
2012-01-16 18:17:34 +01:00
Mounir Lamouri
4ab754f7a7
Bug 713687 - Part 2 - Network API Android backend: listen to network changes and notify the DOM. r=dougt
2012-01-17 19:40:39 +01:00
Mounir Lamouri
e6b1246ce3
Bug 713687 - Part 1 - Network API Android backend: get current information. r=dougt
2012-01-16 14:44:07 +01:00
Mounir Lamouri
4f38e10fd3
Bug 713377 - Part 2 - Don't build GeckoSmsManager.java when WebSMS backend is disabled. r=dougt,cjones
2012-01-17 19:38:04 +01:00
Mounir Lamouri
5eef973053
Bug 713377 - Part 1 - Add a --disable-websms-backend build option. r=blassey
2012-01-16 19:53:09 +01:00
Mounir Lamouri
527cfb43a6
Bug 674725 - Part AV - Port WebSMS to Android Native UI. r=blassey,dougt
2012-01-17 19:52:17 +01:00
Alex Pakhotin
0448eee932
Bug 717902 - Form autocomplete pop-up with the available suggestions is not displayed in landscape mode when HKB is used. r=blassey
2012-01-16 17:58:56 -08:00
Margaret Leibovic
e20385fa91
Bug 711206 - Use an empty title for awesombar on about:home. r=mfinkle
2012-01-17 14:57:21 -08:00
Geoff Brown
1995125191
Bug 716937 - Robocop: make testBookmark more reliable; r=jmaher
2012-01-18 13:44:47 -05:00
Lucas Rocha
61fbc9c6dc
Bug 704922 - Fix racy behaviour of bookmark checks in Tab (r=mfinkle)
2012-01-16 14:57:36 +00:00
Michael Kohler
2034fd5084
Bug 707711 - No way to delete bookmarks r=mfinkle
2012-01-15 16:51:23 -05:00
Justin Wood
94e66a942e
Merge m-c tip to m-i
2012-01-15 05:29:24 -05:00
Richard Newman
1fa3decec9
Bug 709339 - First mostly functional drop of native Sync. a=mobile
2012-01-14 09:20:31 -08:00
Richard Newman
ac1c2cffc0
Bug 709339 - add sync_options.xml to Android Makefile. a=mobile
2012-01-14 09:20:30 -08:00
Richard Newman
637ca5f271
Bug 717869 - fix BrowserProvider.generateGuid to not append trailing newlines. r=blassey
2012-01-14 09:20:30 -08:00
Alex Pakhotin
12fa880182
Bug 714950 - Unable to see characters typed in landscape fullscreen VKB. r=blassey
2012-01-06 18:27:09 -08:00
Margaret Leibovic
574b1aaa72
Bug 717284 - Update "Enable plugins" pref strings to be more l10n friendly. r=mfinkle
2012-01-13 11:38:30 -08:00