Mike Hommey
eb3d1bf070
Bug 720737 - Set MOZ_LINKER_CACHE instead of CACHE_PATH. r=blassey
2012-01-25 10:36:58 +01:00
Matt Brubeck
9ebef28d3d
Bug 718296 - Use third-party fixup on location bar searches [r=wesj]
2012-01-24 18:39:22 -08:00
Wes Johnston
38dd91e9be
Bug 720058 - Follow up for review comments. r=bnicholson
2012-01-25 02:34:09 +01:00
Wes Johnston
2fd2e86804
Bug 719309 - Follow up. Rename a variable. r=mfinkle
2012-01-25 01:41:02 +01:00
Wes Johnston
0fabde575d
Bug 716595 - Don't alter selection if we cancel a select dialog. r=mleibovic
2012-01-25 01:31:33 +01:00
Wes Johnston
1e562aeed7
Bug 720058 - Only allow showing one select ui at a time. r=bnicholson
2012-01-25 01:31:33 +01:00
Wes Johnston
f379bd7585
Bug 715925 - Indent options in opt groups. r=sriram
2012-01-25 01:31:33 +01:00
Wes Johnston
8cf1ffe8b1
Bug 719309 - Hook up touch events pref and disable them for now. r=mfinkle
2012-01-25 01:31:33 +01:00
Wes Johnston
b4f82372f4
Bug 719240 - Delay sending touchmove events until touches have moved a minimum distance. r=mfinkle
2012-01-25 01:31:33 +01:00
Wes Johnston
38ab14764c
Bug 603008 - Only delay panning on pages with touch listeners. r=mfinkle
2012-01-25 01:31:33 +01:00
Wes Johnston
a02904d162
Bug 603008 - Android widget multitouch implementation. r=blassey,kats
2012-01-25 01:31:33 +01:00
Patrick Walton
918dd9c009
Bug 710533 - Tint the checkerboard with the background color of the page. r=Cwiiis
2012-01-23 20:10:24 -08:00
Margaret Leibovic
76f825221f
Bug 720427 - Save as PDF is using an invalid URI method. r=wesj
2012-01-24 09:16:56 -08:00
Margaret Leibovic
200f6a7f6a
Bug 720581 - Access static fields/methods in a static way. r=blassey
2012-01-24 09:16:48 -08:00
Margaret Leibovic
71fa6e1207
Bug 720574 - Remove unused variables and imports. r=mbrubeck
2012-01-24 09:16:39 -08:00
Margaret Leibovic
00d0922ed9
Bug 720048 - Move Tab:Foo listeners and associated tab logic into Tabs. r=mbrubeck
2012-01-24 09:16:26 -08:00
Margaret Leibovic
e6dfbac055
Bug 720494 - Move GeckoApp.handleAddTab logic into Tabs.addTab. r=mbrubeck
2012-01-24 09:16:18 -08:00
Margaret Leibovic
e1d4fe5aa0
Bug 719493 - Don't block on gecko to select a tab. r=mbrubeck
2012-01-24 09:15:52 -08:00
Margaret Leibovic
40ed5445f6
Bug 719494 - Closing tabs is too slow sometimes. r=mbrubeck
...
* * *
Bug 719494 - (Part 2) Add back closeTab in JS so that add-ons can use it
2012-01-24 09:15:41 -08:00
Lucas Rocha
6d2f24329e
Bug 710325 - Show addon icon in about:home (r=mfinkle)
2012-01-24 16:52:26 +00:00
Lucas Rocha
9322ee13b1
Bug 710325 - Thread-safety fix in Favicons (r=mfinkle)
...
Favicons may be requested from different threads and we have to ensure that
each favicon request gets a unique id.
2012-01-24 16:52:26 +00:00
Lucas Rocha
27befc2cf8
Bug 710325 - Show addon version in about:home (r=mfinkle)
2012-01-24 16:52:26 +00:00
Matt Brubeck
d4f6a11174
Bug 719795 - Crash when GeckoSmsManager.init is called more than once [r=blassey,mounir]
2012-01-24 08:06:47 -08:00
Matt Brubeck
d2233a8dc4
Bug 717283 - Fix build bustage caused by merge conflict in d8fc13006aa4
2012-01-24 08:06:27 -08:00
James Willcox
933b4a18d4
Bug 706684 - Add a small fix for Froyo devices r=kats
2012-01-24 11:02:40 -05:00
Chris Lord
cef8ea399b
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-24 15:39:53 +00:00
Chris Lord
baf63d1e38
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-24 15:38:29 +00:00
Kartikaya Gupta
15d67de2d0
Bug 718961 - Fix typo in event name. r=blassey
2012-01-24 10:00:42 -05:00
Geoff Brown
6a45f459c0
Bug 718829 - Robocop: make testNewtab more reliable; r=jmaher
2012-01-24 09:46:36 -05:00
Lucas Rocha
78cb8a546b
Bug 708414 - Invite users to set up sync on about:home (r=mfinkle)
2012-01-24 14:03:28 +00:00
Lucas Rocha
78d9dc9d36
Bug 708414 - Show message when there are no top sites to show in about:home (r=mfinkle)
2012-01-24 14:03:28 +00:00
Lucas Rocha
6ecabcaaba
Bug 708414 - Improve layout of about:home for top sites (r=mfinkle)
...
Don't rely on absolute margin values and apply proper layout rules instead.
2012-01-24 14:03:28 +00:00
Lucas Rocha
1ad336aa44
Bug 708414 - Add API to check if Fennec is running for the first time (r=blassey)
2012-01-24 14:03:28 +00:00
Simon Montagu
6d25747926
Remove unused forcedDetector property. Bug 713825, r=bz
2012-01-24 11:52:05 +02:00
Simon Montagu
4feaa1e8f3
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
2012-01-24 11:52:05 +02:00
Simon Montagu
07bbd70b32
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
2012-01-24 11:52:04 +02:00
Phil Ringnalda
68bc9fb0e8
Backed out changeset b77c0c621163 (bug 710533) for native ts bustage
2012-01-23 23:33:05 -08:00
Phil Ringnalda
1d1f061673
Back out 420d7b8ed59d for being a bad backout
2012-01-23 23:32:11 -08:00
Phil Ringnalda
4d92a24459
Backed out changeset b77c0c621163 (bug 710533) for native ts bustage
2012-01-23 22:53:07 -08:00
Chris Peterson
d962f6e833
Bug 701002 part 3 - JavaStackTrace: remove unused showErrorDialog() method. r=dougt
2012-01-18 13:56:56 -08:00
Chris Peterson
6dd4d28025
Bug 701002 part 1 - JavaStackTrace: consolidate reportJavaCrash() stack logging. r=dougt
2012-01-23 12:03:25 -08:00
Patrick Walton
9120d78e9d
Bug 710533 - Tint the checkerboard with the background color of the page. r=Cwiiis
2012-01-23 20:10:24 -08:00
Patrick Walton
29365a4489
Bug 706684 - Implement a simpler scale gesture listener on Android. r=Cwiiis
2012-01-23 19:18:24 -08:00
Brian Nicholson
d511ec6cf1
Bug 716906 - Add "Firefox Sync" item to settings. r=dougt
2012-01-23 14:39:04 -08:00
Brian Nicholson
89bd3b03fb
Bug 701824 - "Show character encoding" (Text encoding) preference should be hooked up. r=mfinkle
2012-01-23 13:47:48 -08:00
Brian Nicholson
cf60797c2f
Bug 719662 - Use nsIPrefLocalizedString for getComplexValue. r=mfinkle
2012-01-23 13:40:07 -08:00
Phil Ringnalda
11fa6b017c
Bug 702171 - ignore uncaught exceptions in browser_sessionstore.js so we can hear ourselves think over the constant yammering of "this.browser.fuzzyZoom is not a function", r=mbrubeck
...
--HG--
extra : rebase_source : 9e496216be05e2e5c901547d6b387e086244e67f
2012-01-22 09:43:53 -08:00
Ed Morley
c4c32df0c4
Backout 91eebc6bdb59 & 7d776b291014 (bug 717283) for Android native reftest crashes
2012-01-22 11:55:18 +00:00
Chris Lord
d70b23ac39
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-22 09:40:37 +00:00
Chris Lord
9426018c8c
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-22 09:40:26 +00:00