Commit Graph

3856 Commits

Author SHA1 Message Date
Sriram Ramasubramanian
54e93e9f90 Bug 697180 - favicon replaced by default one [r=mfinkle] 2011-10-25 15:01:20 -07:00
Brian Nicholson
28b889b935 Bug 697299 - Disable preferences before Gecko is loaded. r=dougt 2011-10-25 16:12:44 -07:00
Rafael Ávila de Espíndola
a09e8acf9a Bug 674647 - Use build/macosx/mozconfig.leopard. r=armenzg. 2011-11-02 17:32:38 -04:00
Brian Nicholson
c61e02b06b Bug 695458 - Update Preferences [r=mfinkle] 2011-10-25 17:31:55 -04:00
Alex Pakhotin
370407efa9 Bug 694688 - Preferences activity. Asynchronous preferences initialization and update. Using JSON to pass data. [r=mfinkle] 2011-10-14 12:48:02 -07:00
Kartikaya Gupta
12ee2ab2dc Bug 695742 - Implement 'Save as PDF' [r=mfinkle]
Add a menu item that allows the user to save the page the
selected tab as a PDF. Currently this will list the generated
PDF as a download.
2011-10-25 11:51:23 -04:00
Fabrice Desré
fcb7aea477 Bug 696324 - Provide JS API for adding items to the Android menu [r=mfinkle] 2011-10-21 01:50:04 -04:00
Kartikaya Gupta
c6defdb953 Bug 696875 - Widget component interfaces not registered r=dougt
Change the XPIDL_MODULE in the widget/src/android folder to
be different from the one in widget/public, since this value
has to be unique across folders. Also include the new XPT in
the mobile android build.
2011-10-25 11:51:38 -04:00
Mark Finkle
f70f45c10f Bug 697117 - Clean up some errors found at runtime [r=lucasr] 2011-10-25 11:49:22 -04:00
Gian-Carlo Pascutto
65bca172d7 Add doorhanger notifications for Java UI. r=mfinkle 2011-10-25 14:00:37 +02:00
Mark Finkle
d5d18d17b7 Bug 696758 - Filter web progress messages sent to Java [r=mbrubeck] 2011-10-24 22:00:52 -04:00
eitan@monotonous.org
06c9146d5c Bug 696063 - UIReady signal needs to be ported r=mbrubeck 2011-10-24 17:34:17 -07:00
Margaret Leibovic
c81980ad46 Bug 695461 - Download notifications 2011-10-19 14:17:00 -04:00
Sriram Ramasubramanian
82120aae93 Bug 695152 - Tabs tray implementation for native UI. r=mfinkle
--HG--
extra : rebase_source : 81efd1c8844a1ecdf49be1ee28060c4e8198e23d
2011-10-24 12:20:27 -07:00
Fabrice Desré
fd1359624f Bug 696850 - Support chrome:// and resource:// uris in favicons [r=mfinkle] 2011-10-24 14:08:21 -07:00
Fabrice Desré
560b5a4967 Don't harcode the appID in nsAndroidStartup.cpp [r=ted] 2011-10-24 13:07:33 -07:00
Doug Turner
e8670cc25d Merge from m-c 2011-10-24 11:11:26 -07:00
Wes Johnston
566b8b773b Bug 694455 - Implement a prompt service for native ui fennec. r=mfinkle,blassey 2011-10-24 10:05:18 -07:00
Doug Turner
6c96336089 Bug 695836 - sync last screen and last uri preference. r=mfinkle 2011-10-23 21:11:29 -07:00
Mark Finkle
1960ce0243 Bug 696300 - Can't focus on text fields when switching to a new tab (better than nothing) [r=blassey] 2011-10-20 18:48:26 -04:00
Doug Turner
cd87328bf2 Bug 696300 - Make text fields focusable r=blassey 2011-10-20 22:27:50 -04:00
Justin Lebar
b79dd11cfa Bug 683777 - In an attempt to fix a crash in nsDocShell::InternalLoad, re-land bug 646641 with an extra null-check. r=smaug 2011-10-21 11:26:34 -04:00
Chris Lord
0e62473168 Improve panning, fix panning bugs. r=mfinkle
Fixes:
- Scrolling quickly in one direction, then in the other, has odd results
- Scroll occasionally goes in the wrong direction
- Scroll acceleration seems inconsistent with panning motion
- Scrolling after taps

Adds:
- Breakable axis-lock during manual panning
- Axis-lock during kinetic panning
- Linear regression to better estimate panning acceleration
- Tuned values for kinetic panning
2011-10-19 12:17:59 -04:00
Chris Lord
32ccd6d264 Improve pinch-to-zoom (a bit)
This patch corrects the maths so that pinch-to-zoom works semi-correctly.
Unfortunately, performance of this zooming method still sucks (I guess due to
relayout) and CSS zoom ends up making the page inaccessible to scrolling when
zooming in.
2011-10-19 12:13:36 -04:00
Chris Lord
62dde37d29 Improve kinetic panning and add constants to customise behaviour.
Increase the number of considered motion events and add some constants to
control the kinetic panning behaviour. This should make it a lot less glitchy.
2011-10-17 15:02:27 -04:00
Chris Lord
39e596a5df Implement scrolling of sub-frames. r=mfinkle
Implement scrolling of overflow divs, text-areas and iframes.
2011-10-15 17:44:05 -04:00
Matt Brubeck
ff4162e847 Bug 694622 - [birch] Don't spin the event loop when opening windows [r=mfinkle] 2011-10-15 13:27:03 -07:00
Doug Turner
c1ec3dfa53 Disable plugins on birch. They are causing ANR on the droid pro
--HG--
extra : rebase_source : 0ad7e38c50e61be05fad85c7b6bf40a88bee7666
2011-10-14 23:21:18 -07:00
Mark Finkle
3db50fe254 Fixes and nits to the Java Tab UI 2011-10-15 02:22:25 -04:00
Doug Turner
751543f2b6 #changeset: 78790:3f21e8a211ff
#tag:         qbase
#tag:         qtip
#tag:         tabs_in_nativeui
#tag:         tip
#user:        Sriram Ramasubramanian <sriram@mozilla.com>
#date:        Fri Oct 14 18:58:02 2011 -0700
#summary:     Support for tabs in native ui.
2011-10-14 22:35:15 -07:00
Matt Brubeck
fae32ada54 Bug 694622 - [birch] Handle links from other apps on the command line [r=mfinkle] 2011-10-14 19:58:04 -07:00
Matt Brubeck
ec7eee0bfb Back out dccf0928f904 because it broke URL loading 2011-10-14 13:19:07 -07:00
Mark Finkle
8bd5538b73 Bug 694637 - [birch] Add basic DOMTitleChanged and DOMLinkAdded support r=bnicholson 2011-10-14 16:07:17 -04:00
Matt Brubeck
a6d04b926d Bug 694622 - [birch] Update application ID for command-line handler registration [r=fabrice] 2011-10-14 12:08:58 -07:00
Doug Turner
0f41a84da7 moving setting browser.last.uri into DOMContentLoaded. removing hideLoadingScreen message 2011-10-14 11:23:41 -07:00
Doug Turner
1fbcdd7fb9 Fixing error in handleEvent
--HG--
extra : rebase_source : 7da570175e340eb1776e0f36366b9c3e75b95517
2011-10-14 10:56:52 -07:00
Doug Turner
888ef1bc19 Merge from mozilla-central 2011-10-14 10:22:33 -07:00
Doug Turner
593f6f6db1 Typo 2011-10-13 21:13:01 -07:00
Doug Turner
6a3ec0b9f4 Disable content sink prefs since we are now not e10s and these were tuned that way. 2011-10-13 20:45:49 -07:00
Fabrice Desré
2c9cb382ff Camera support for birch - using default Android camera app 2011-10-13 16:52:43 -07:00
Mark Finkle
6f83fa95e9 Use camelCase for sendMessageToJava 2011-10-13 16:47:29 -04:00
Mark Finkle
e4f5c0c426 Add basic support for multiple tabs/browsers 2011-10-13 16:06:41 -04:00
Doug Turner
2148831b5e Hook up session history and reload. 2011-10-13 11:13:41 -07:00
Chris Lord
c2644cd10f Implement kinetic panning
Implement simple kinetic panning. This doesn't change how the document is
scrolled, so scrolling iframes and overflow divs still doesn't work.
2011-10-13 11:13:59 -04:00
Mark Finkle
2cb6a66ba0 Bug 694136 - [birch] Refactor the browser JS and XUL files [r=fabrice r=kats] 2011-10-12 17:31:04 -04:00
Doug Turner
cfd7c401e8 Force offline = false to ensure we go online. 2011-10-12 13:37:58 -07:00
Fabrice Desré
1b49296698 Change XUL appID 2011-10-12 10:39:06 -07:00
Rail Aliiev
ac65d0d88e Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Sriram Ramasubramanian
6502544539 Bug 676621 - Toaster alert needs better Honeycomb styling 2011-11-04 13:43:32 -07:00
Fabrice Desré
9bef82dae6 Use DOMTitleChanged to track title changes 2011-10-11 16:57:11 -07:00
Matt Brubeck
800156d876 Back out dcc28a7cfa31, 13342c7d1fc3, f005ff7b0e2a (bug 692198, bug 692196, bug 692200) because of test failures 2011-10-13 12:17:06 -07:00
Doug Turner
a91516344f Let all javascript errors to to the nsConsoleService. This might be a perf hit, but i dont see it yet and it is *so* useful 2011-10-10 23:19:56 -07:00
Doug Turner
952b4094a1 Patch from https://github.com/snorp/mozilla-central faster branch. 2011-10-10 17:40:17 -07:00
James Willcox
9dda8e6754 Bug 692200 - Make 'plugins.force.wmode' pref override any other wmode r=jst
From 1c3c36534accbc956a5b88278ebc165626c8a8f0 Mon Sep 17 00:00:00 2001
This also enables the preference on Android. We need this because
the fix for bug 692200 breaks 32bit support, which is used
in 'transparent' (and probably other) wmodes. We force it
to 'opaque' to avoid this.
2011-10-05 14:43:16 -04:00
Matt Brubeck
3365a5dbba Bug 660887 - Double tap on an empty space on the tab bar should open a new tab [r=mfinkle] 2011-10-06 21:16:38 -07:00
Marco Bonardo
b478778440 Merge last green changeset from mozilla-inbound to mozilla-central 2011-10-13 15:48:46 +02:00
Mark Finkle
534f94fed2 Bug 689692 - Remove 'Recommended Add-ons' section on about:home part 2 [r=lucasr] 2011-10-13 07:57:41 -04:00
Mark Finkle
83c823b5ad Bug 689692 - Remove 'Recommended Add-ons' section on about:home part 1 [r=lucasr] 2011-10-13 07:57:39 -04:00
Ed Morley
9d7113226d Bug 696820 - Fix typo'd MOZ_CRASHREPORTER ifdefs; r=ted 2011-10-25 13:29:30 +01:00
Justin Lebar
1e241eedd7 Back out bug 683777 (backout of bug 646641) due to moth orange. 2011-10-12 23:03:00 -04:00
Justin Lebar
a88c6f614a Bug 683777 - Back out bug 646641 on suspicion of causing crashes. rs=smaug 2011-10-12 20:15:28 -04:00
Brad Lassey
2a0422ad2e bug 687265 - Front-end support for flash on Android Fennec r=mbrubeck,blassey,dolske,jst 2011-10-07 13:46:02 -04:00
Lucas Rocha
8dd785cc97 Bug 688802 - Tweak browser prompts to match planned design (r=wesj) 2011-10-12 18:00:01 +01:00
Lucas Rocha
5ff11de440 Bug 688802 - Tweak context popups to match planned design (r=wesj) 2011-10-12 18:00:01 +01:00
Lucas Rocha
a13c53c041 Bug 688802 - Tweak app menu to match planned design (r=wesj) 2011-10-12 18:00:01 +01:00
Lucas Rocha
2eecea2c3f Bug 688802 - Tweak awesome panels to match planned design (r=wesj) 2011-10-12 18:00:01 +01:00
Lucas Rocha
3bd8f82d6a Bug 691338 - Reuse same position when re-anchoring popup on resize event (r=wesj) 2011-10-12 17:06:18 +01:00
Lucas Rocha
2640c23aaf Bug 688574 - Use Weave constant for locked master password (r=mfinkle) 2011-10-12 15:13:25 +01:00
Lucas Rocha
42f2878127 Bug 688574 - Check sync username prefs key instead of using sync's API (r=mfinkle) 2011-10-12 15:13:25 +01:00
Lucas Rocha
bdbb7cc4b3 Bug 688574 - Don't use Weave.Service.isLoggedIn flag (r=philikon) 2011-10-12 15:13:21 +01:00
Matt Brubeck
18f7431fcb Merge mozilla-central to mozilla-inbound 2011-10-11 14:11:09 -07:00
Kyle Huey
6e35296786 Merge b-s to m-c. 2011-10-11 08:20:42 -04:00
Martijn Wargers
362d1ef51d Test for Bug 689403 - Option inside optgroup of multi-select doesn't trigger form select helper popup after it has been opened before [r=mbrubeck] 2011-10-10 18:02:49 -07:00
Kyle Huey
8f49d6e655 Merge m-c to b-s. 2011-10-09 18:19:28 -04:00
Gregory Szorc
60408a7712 Bug 687225 - Detect MSVC 2011 compiler. r=ted 2011-10-03 21:57:00 -04:00
Lucas Rocha
cbc9b56ab8 Bug 690900 - Remove unwanted dotted line borders from tabs popup (r=wesj) 2011-10-10 19:51:23 +01:00
Matt Brubeck
746cf20f8f Merge from mozilla-inbound to mozilla-central 2011-09-29 20:29:17 -07:00
Ehsan Akhgari
5e4dbdfba3 Backout changeset 32e9422afd8d (bug 687265) explicitly from mozilla-central 2011-09-29 20:29:11 -04:00
Ehsan Akhgari
c7d37d466b Merge mozilla-central into mozilla-inbound 2011-09-29 17:26:09 -04:00
Wes Johnston
43816a48bf Bug 675252 - Tests for using buildid in getLocales pref. r=mfinkle 2011-09-29 12:17:35 -07:00
Wes Johnston
20950d6b60 Bug 689702 - Test updating locale pref. r=mfinkle 2011-09-29 12:17:31 -07:00
Wes Johnston
23d7192363 Bug 689702 - Update getLocales pref dynamically. r=mfinkle 2011-09-29 12:17:26 -07:00
Mark Finkle
eba6e9f2ef Backout 39d5bb6c6d4d for reftest-2 failures on Android 2011-09-29 14:34:13 -04:00
Ehsan Akhgari
fc78bec76a Merge mozilla-central into mozila-inbound 2011-09-29 12:51:50 -04:00
Kyle Huey
55aea821c1 Bug 687332: Fix up LocaleRepository.jsm. r=mbrubeck 2011-09-29 12:06:36 -04:00
Michael Wu
d2b70213ac Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Matt Brubeck
7190cb9376 Bug 681995 - Zoom to viewport width by default instead of document width [r=mfinkle] 2011-09-28 18:29:22 -07:00
Vivien Nicolas
7b37824ea6 Bug 689494 - Don't resize the UI when dragging the tablet sidebar rightward [r=mbrubeck] 2011-09-28 17:29:29 -07:00
Matt Brubeck
3d16624646 Bug 689966 - Pref are initialized twice because of reference to nonexistent element [r=wesj] 2011-09-28 17:29:08 -07:00
Mark Finkle
30ce00b9ca Bug 687265 - Front-end support for flash on Android Fennec [r=mbrubeck r=blassey] 2011-09-29 10:44:03 -04:00
Sriram Ramasubramanian
8517df3350 Bug 677118 - Long tapping on link which has div inside does not show link context menu [r=mbrubeck,mfinkle] 2011-09-27 15:35:00 -07:00
Marco Bonardo
dce4bad08f Merge mozilla-central and mozilla-inbound 2011-10-08 09:41:37 +02:00
Mark Finkle
c1f794e468 Bug 689928 - White space in the left side of the tab bar [r=mbrubeck] 2011-10-07 22:18:00 -04:00
Mark Finkle
6248477982 Bug 692712 - Pre-filter recommended add-ons JSON instead of filtering at startup [r=wjohnston] 2011-10-07 22:13:45 -04:00
Martijn Wargers
e743cd9b82 Bug 691758 - [Tablet] Optgroup should not have checkbox in select popup helper, r=wjohnston 2011-10-07 16:06:58 -07:00
Matt Brubeck
7b9b87d629 Merge last green changeset of mozilla-inbound to mozilla-central 2011-10-07 12:06:20 -07:00
Matt Brubeck
1c36a281c4 Back out 979075e871e2 (bug 660887) because it breaks Tzoom
--HG--
extra : rebase_source : 94c839fbcf290222ec2f617644c66add434e6a27
2011-10-07 09:24:55 -07:00
Ed Morley
1c81e94b72 Merge last green changeset of mozilla-inbound to mozilla-central 2011-10-07 11:37:04 +01:00
Brian Smith
175ae5237c Bug 682329: Remove workaround that mobile is using to suppress the cert error dialog box, r=mark.finkle 2011-10-06 17:42:04 -07:00
Matt Brubeck
510bc848e2 Back out 52d001bbf7ff (Bug 690011) for failures in Android b-c (browser_find.js and others) on a CLOSED TREE 2011-10-06 15:16:35 -07:00
Matt Brubeck
00b12055b3 Back out ac1d5e94097a (bug 632072) because of kinetic panning issues 2011-10-06 09:49:47 -07:00
Wesley Johnston
9e0e0829b3 Backout 733ab06d6e09 for browser-chrome bustage 2011-10-07 14:32:28 -07:00
Mark Finkle
7d7e76f593 Bug 692767 - about:home shows tabs from last time with wrong encoding, non-ASCII characters are broken [r=mbrubeck] 2011-10-07 15:35:41 -04:00
Wes Johnston
d5106b6410 Bug 692445 - Fix behavior of change language button on about:home. r=mfinkle 2011-10-07 11:14:38 -07:00
Wes Johnston
6f4ecbed27 Bug 692536 - Prevent sending mousemove events if preventDefault is called on touchevents. r=mbrubeck 2011-10-07 11:12:34 -07:00
Oleg Romashin
c6f7fddeb3 Bug 691763 - Fennec Layout is broken on initial startup after landing. r=mbrubeck 2011-10-07 10:57:24 +01:00
Matt Brubeck
88ce26fac5 Bug 692357 (2/2): Factor sidebar grabbing logic out of dragger code [r=lucasr] 2011-10-06 22:51:37 -07:00
Matt Brubeck
f1c28b2187 Bug 692357 (1/2): ViewableAreaObserver should not depend on TabletSidebar [r=lucasr] 2011-10-06 22:51:21 -07:00
Matt Brubeck
004333a113 Bug 660887 - Double tap on an empty space on the tab bar should open a new tab [r=mfinkle] 2011-10-06 21:16:38 -07:00
Martijn Wargers
730292cb71 Bug 685197 - Multiple select options become unselected when tapping on multi-select [r=mbrubeck] 2011-10-06 19:58:31 -07:00
Wes Johnston
115aba078e Bug 692536 - Prevent sending mousemove events if preventDefault is called on touchevents. r=mbrubeck 2011-10-11 12:03:17 -07:00
Matt Brubeck
446a1a8009 Bug 690017 - Use -moz-crisp-edges scaling for favicons in tablet portrait tab menu [r=wesj] 2011-09-28 13:31:27 -07:00
Wes Johnston
4fd7a69c9e Bug 689562 - Fix highlight state for reload button. r=lucasr 2011-09-28 12:30:15 -07:00
Sriram Ramasubramanian
204f2b864c Bug 682412 - Theme settings on Honeycomb. r=mfinkle 2011-09-28 12:30:12 -07:00
Lucas Rocha
fdea173fa7 Bug 681944 - Immediately remove "empty" attribute from session-restored tabs (r=mfinkle)
Otherwise user will not be able to restore a closed tab if he closes it before the session-restored thumbnail is loaded.
2011-09-28 17:56:53 +01:00
Lucas Rocha
42b2e176fe Bug 689349 - Don't suggest values for password text boxes (r=mfinkle) 2011-09-28 17:50:19 +01:00
Lucas Rocha
a34e22a856 Bug 689524 - Show title on tabs showing about:home (r=mbrubeck) 2011-09-28 17:22:41 +01:00
Matt Brubeck
0ddc823077 Bug 689599 - Ensure postData is non-null before accessing it in Browser.loadURI [r=mfinkle] 2011-09-27 12:45:49 -07:00
Boris Zbarsky
b09cd1ed8c Version bump to 10.0a1 on CLOSED TREE 2011-09-27 13:19:35 -04:00
Mark Finkle
d011905a32 Revert to the old throbber in an effort to stop talos regressions [r=mbrubeck] 2011-09-27 11:11:52 -04:00
Doug Turner
93532c8e29 Bug 689252 - cleanup/remove geo.wifi.* preferences. r=jdm 2011-09-27 07:23:49 -07:00
Matt Brubeck
ff7228b25e Merge mozilla-central to mozilla-inbound 2011-09-26 19:09:08 -07:00
Wes Johnston
613085c85b Bug 677670 - Make the new tab popup work on tablets. r=mbrubeck 2011-09-26 18:28:54 -07:00
Wes Johnston
2f3a022d97 Bug 688677 - Polish up the actionbar. r=mbrubeck 2011-09-26 18:28:52 -07:00
Fabrice Desré
7e3d5fd944 Bug 689307 - Add an app shortcut to the homescreen [r=mfinkle] 2011-09-26 17:32:10 -07:00
Fabrice Desré
2b1103493c Bug 659188 - Android and media parts [r=blassey] [r=cpearce] 2011-09-26 17:25:41 -07:00
Fabrice Desré
5a5295587e Bug 593891 - Part 3 : Fennec nsICapturePicker implementation [r=mfinkle] 2011-09-26 17:25:41 -07:00
Oleg Romashin
3a32937c27 Bug 693216 - Fennec should take %U url argument. r=dougt 2011-10-10 07:34:00 +01:00
Ilkka Otsala
b96ee43df6 Bug 686289 - Harmattan custom MIME types need to be supported in Fennec. r=jbos,romaxa 2011-10-10 07:34:00 +01:00
Oonishi Atsushi
8f0353652d Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky 2011-11-10 15:01:11 +01:00
Gian-Carlo Pascutto
7555484c58 Bug 693389 - Update urlclassifier DB for Mozilla com->org move. r=dcamp 2011-11-09 17:22:59 +01:00
Marco Bonardo
6225eff2b8 Merge mozilla-central to mozilla-inbound 2011-11-08 23:58:10 +01:00
Christian Legnitto
79d77cff57 Bug 700688, Version bump 2011-11-08 09:12:57 -08:00
Joel Maher
c1ad5e1e7a Bug 700537 - disable addition browser-chrome tests which are orange on xul fennec. r=mfinkle 2011-11-08 12:00:00 -05:00
Wes Johnston
9e71a726a8 Bug 689025 - Language button has a label referencing location of intl.properties [r=mfinkle] 2011-09-26 14:27:02 -07:00
Matt Brubeck
66b188394b Bug 689267 - setting#prefs-uilanguage should have type="control" instead of "menulist" [r=wesj] 2011-09-26 14:25:12 -07:00
Mark Finkle
12a4e484d9 Bug 689158 - Try to fix browser_rememberPassword problems [r=mbrubeck] 2011-09-26 11:58:33 -04:00
Fabrice Desré
df93aff723 Bug 679194 - Add a permission prompt for mozApps.mgmt.list and mozApps.mgmt.uninstall [r=mfinkle] 2011-08-15 18:56:42 -07:00
Fabrice Desré
6b830db423 Bug 609043 - Add support for Open Web Apps [r=mfinkle] 2011-08-15 12:16:50 -07:00
Matt Brubeck
a3f6e40795 Bug 688168 - Make the sync dialog pretty on Honeycomb [r=wesj] 2011-09-23 16:37:26 -07:00
Wes Johnston
71fb624137 Bug 688693 - Tweak the portrait tabs menu. r=mfinkle 2011-09-23 16:02:27 -07:00
Wes Johnston
afcc11b623 Bug 688819 - Add strings for Fennec actionbar in preferences. r=mfinkle 2011-09-23 16:02:25 -07:00
Matt Brubeck
f9441a58d3 Bug 688840 - Switching from portrait to landscape breaks tab sidebar toggling [r=wesj] 2011-09-23 15:18:40 -07:00
Matt Brubeck
ffd738c5f5 Bug 688689 (2/2) - New throbber animation for Fennec [r=mfinkle] 2011-09-23 15:18:40 -07:00
Matt Brubeck
742d3eda81 Bug 688689 (1/2) - New colors for SSL endcaps in Fennec URL bar [r=mfinkle] 2011-09-23 15:18:39 -07:00
Lucas Rocha
68c5e5ec58 Bug 669199 - Remove ability to enable/disable sync from preferences UI (r=mbrubeck) 2011-09-23 13:17:58 -07:00
Matt Brubeck
add55ad469 Bug 688783 - Back out bug 641836 to fix keyboard issues until bug 669995 is fixed [r=mfinkle] 2011-09-23 13:16:38 -07:00
Wes Johnston
6b99a745fc Bug 658278 - Use locale picker in preferences UI. r=mfinkle 2011-09-23 11:27:28 -07:00
Matt Brubeck
cb9341623b Bug 688800 - Don't show curvy tab button and sidebar at the same time while dragging [r=mfinkle] 2011-09-23 11:07:58 -07:00
Matt Brubeck
5c72009dec Bug 688800 - [tablet] UI jumps when tapping in the tab sidebar [r=mfinkle] 2011-09-23 11:07:43 -07:00
Matt Brubeck
35104788d0 Bug 688640 - Fix oncommand handlers for boolean settings in Fennec [r=sriram] 2011-09-23 10:21:19 -07:00
Matt Brubeck
45a6d1a424 Bug 688581 - Tweak "New Tab" button in landscape tablet mode [r=lucasr] 2011-09-23 10:21:01 -07:00
Wes Johnston
525eeea0fc Bug 683150 - Style remotetabs messages on gingerbread and honeycomb. r=mbrubeck 2011-09-23 10:10:15 -07:00
Mark Finkle
095b891a52 Bug 678480 - First-run animation is busted and tab sidebar is visible at startup r=wjohnston 2011-09-22 22:31:06 -04:00
Matt Brubeck
84fd12a9a8 Bug 685308 (2/2) - Make tablet UI work in RTL locales [r=wesj] 2011-09-22 19:20:01 -07:00
Matt Brubeck
add2758d47 Bug 685308 (1/2) - Make tablet sidebar dragging work in RTL [r=mfinkle] 2011-09-22 19:19:57 -07:00
Matt Brubeck
c830717672 Bug 686417 - Allow dragging within the tab sidebar [r=mfinkle] 2011-09-22 19:19:12 -07:00
Matt Brubeck
9e083c0d5d Bug 686417 - Make the tab sidebar hideable in tablet mode [r=mfinkle] 2011-09-22 19:18:40 -07:00
Matt Brubeck
a71340c448 Bug 686417 - Cache the width of the sidebar in ViewableAreaObserver [r=mfinkle] 2011-09-22 19:17:46 -07:00
Matt Brubeck
f8127f13d4 Bug 688670 - Curvy tab button background is not flush with edge of tablet toolbar [r=wesj] DONTBUILD (Android CSS-only tweak) 2011-09-22 17:40:15 -07:00
Wes Johnston
0ade96d1c6 Bug 688505 - Use keyhole shape for back button on Honeycomb. r=mfinkle 2011-09-22 17:04:15 -07:00
Paul Biggar
ca975bca37 Change in-tree users of Array.prototype.splice to not rely on non-standard behavior of deleting all elements from |k| onward for |arr.splice(k)|. r=jwalden
--HG--
extra : rebase_source : b2f041ab27c500636598fe6213481c1a5f0989e8
2011-09-22 15:43:11 -07:00
Wes Johnston
e4d3d50d11 Bug 686745 - Allow scrolling the honeycomb app menu. r=mfinkle 2011-09-22 14:29:02 -07:00
Wes Johnston
1fed5d8f40 Bug 686533 - Fix vertical position of app menu. r=lucasr 2011-09-22 14:29:00 -07:00
Wes Johnston
dff1882d1b Bug 688432 - Remove arrow from search engine popup. r=mbrubeck 2011-09-22 14:28:58 -07:00
Philipp von Weitershausen
9e8fa250dc Bug 686579 - Kick off a sync immediately after setting up Sync on Fennec. r=mfinkle 2011-09-22 14:10:30 -07:00
Lucas Rocha
76fb8988e5 Bug 688162 - Nudge tab bar X's to the left (r=mbrubeck) 2011-09-22 11:05:44 -07:00
Matt Brubeck
5e6d0a4827 Bug 688481 - Let the urlbar stretch to fill the toolbar in tablet mode [r=wesj] 2011-09-22 11:04:46 -07:00
Matt Brubeck
b05c0ceb3c Bug 688488 - Add a border to the bottom of the toolbar in Honeycomb [r=lucasr] 2011-09-22 11:04:46 -07:00
Matt Brubeck
66a94a8f80 Bug 688467 - Update "close tab" X button asset on tablets [r=lucasr] 2011-09-22 11:04:45 -07:00
Lucas Rocha
2ba39836f7 Bug 685285 - Implement curvy design for tablet portrait mode (r=wesj) 2011-09-22 12:16:29 +01:00
Lucas Rocha
a9b26df18a Bug 685285 - Reduce main toolbar height to match planned design (r=wesj) 2011-09-22 12:16:29 +01:00
Masayuki Nakano
6fecf30153 Bug 543789 part.7 Dispatch compositionupdate event and set data value of compositionend event in all IME handling tests r=smaug, sr=roc 2011-09-22 18:17:41 +09:00
Mark Finkle
bd57593b1c Bug 687312 - Show a non-interactive UI as soon as possible on startup r=mbrubeck 2011-09-21 15:19:44 -04:00
Lucas Rocha
02f863e64a Bug 686524 - Align url/title text with the favicon; r=wesj
And add a bit of side padding to the url title as well.
2011-09-21 19:06:42 +01:00
Lucas Rocha
d154494f25 Bug 687646 - Adjust font size of URL bar text; r=wesj 2011-09-21 19:06:42 +01:00
Mark Finkle
7847c746e5 Bug 688087 - Don't prestart the content process during startup r=mbrubeck 2011-09-21 09:01:09 -04:00
Mark Finkle
8bb33dc7e1 Bug 687265 - Front-end support for flash on Android Fennec [r=mbrubeck r=blassey]
--HG--
extra : rebase_source : 39d5bb6c6d4d3165dcb10bded80a2aa9da7cb98e
2011-09-29 10:44:03 -04:00
Matt Brubeck
df59a505a7 Bug 689194 - Load ctypes.jsm in Fennec Contacts code only when it's needed [r=mfinkle] 2011-09-26 10:45:42 -07:00
Matt Brubeck
1ce41cf3e0 Merge from mozilla-central to mozilla-inbound 2011-09-26 10:44:16 -07:00
Lucas Rocha
03e8a854dc Bug 688796 - Change number of tabs in toolbar to be bold (r=mbrubeck) 2011-09-26 17:56:43 +01:00
Rafael Ávila de Espíndola
373697acc6 Bug 669953 - build debug builds with optimization. r=ted. 2011-10-11 12:30:08 -04:00
Benjamin Stover
32318f17ae Bug 632072 - Do not create new functions for every kinetic pan [r=mfinkle] 2011-02-07 09:53:27 -08:00
Matt Brubeck
ed065074ae Bug 692123 - browser-chrome test for bug 692123 [r=mfinkle] 2011-10-05 15:12:02 -07:00
Matt Brubeck
74fdeec347 Bug 692123 - Back/Escape key does not work to dismiss context menu [r=mfinkle] 2011-10-05 15:11:38 -07:00
Marco Bonardo
4210a16c75 Merge mozilla-central and mozilla-inbound 2011-10-05 13:01:20 +02:00
Lucas Rocha
00b77bf2c2 Bug 690870 - Bump magin_xtiny from 0.11mozmm to 0.15mozmm (r=mfinkle)
0.11 is too small and is causing rounding error in some cases (e.g. the sync
code description elements).
2011-10-05 11:00:14 +01:00
Philipp von Weitershausen
6a3b114a0c Merge services-central and mozilla-central 2011-10-04 12:49:21 -07:00
Philipp von Weitershausen
fa47b948ba Merge m-c to s-c 2011-10-03 15:37:50 -07:00
Philipp von Weitershausen
712225610b Bug 675823 - Part 5: Update strings. r=rnewman 2011-10-02 01:18:21 -07:00
Philipp von Weitershausen
46c7d56717 Bug 675823 - Part 3: Adjust mobile easy setup flow to show waiting message. r=rnewman 2011-10-02 01:16:37 -07:00
Philipp von Weitershausen
2036df0497 Bug 690616 - Part 2: Implement (for now empty) onPairingStart methods in UI. r=rnewman 2011-10-02 01:16:01 -07:00
Richard Newman
3f7e5007c0 Merge mozilla-central to services-central. 2011-10-01 12:36:37 -07:00
Allison Naaktgeboren
4be80f6a94 Bug 675820: "Set Up Sync" link at bottom of home tab: mobile. r=philikon, ui-r=faaborg 2011-09-30 21:43:19 -07:00
Matt Brubeck
f910be0580 Bug 684558 - browser-chrome test for escape key handling [r=mfinkle]
--HG--
rename : mobile/chrome/tests/browser_blank_02.html => mobile/chrome/tests/browser_blank_03.html
2011-09-30 21:30:49 -07:00
Matt Brubeck
e33c5f42f6 Bug 684558 - Key events are processed twice. [r=mfinkle] 2011-09-30 21:30:36 -07:00
Sriram Ramasubramanian
96cd608634 Bug 690849 - Fix the height of dialog buttons in honeycomb theme [r=wesj,mfinkle] DONTBUILD 2011-10-01 10:55:11 -07:00
Matt Brubeck
f98530a7fa Bug 690739 (2/2) - [TabletUI] Vertical swipes should scroll content, not the sidebar [r=mfinkle] 2011-09-30 15:06:37 -07:00
Matt Brubeck
106b417450 Back out cec9b916defe (bug 690739) because of Tzoom regression 2011-10-01 09:24:59 -07:00
Oleg Romashin
b5dacd415b Bug 683736 - Backspace key in form fields in desktop Linux Fennec goes back a page instead of deleting r=mbrubeck 2011-09-01 12:26:25 -07:00