Chris Lord
413fbf7cd0
Bug 716403 - Resize viewport dynamically on Android. r=kats,mfinkle
...
This causes the viewport size to differ, depending on the length of the page.
This has the effect of pages that size themselves to the size of the window
always having the toolbar visible, making sites like Google Maps more usable.
2013-03-01 15:46:34 +00:00
Chris Lord
1461d5cf81
Bug 716403 - Make the top of the page accessible with the toolbar visible. r=kats
...
This makes it possible to scroll to the top of the page with the toolbar visible
in Firefox for Android. It also causes JavaScript scrolling to position 0 to
expose the toolbar.
2013-03-01 15:46:34 +00:00
Chris Lord
077631a00a
Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
...
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-01 15:46:33 +00:00
Wes Johnston
f8fe6e5a6c
Bug 716403 - Dynamically hide the location bar when scrolling. r=kats
...
Intercept touch events and use them to pan the location bar on and off the
screen, depending on its current location. Also dynamically show/hide the
location bar when loading pages.
2013-03-01 15:46:33 +00:00
Jonathan Watt
faf2237d71
Bug 843725 - Add support for changing the value of <input type=range> using the up/down/left/right/pgup/pgdn/home/end keys. r=mounir, r=smaug.
2013-03-01 15:34:06 +00:00
Kartikaya Gupta
7a6618a4fc
Bug 845804 - Reuse OpenTempFile from nsMemoryInfoDumper in nsCycleCollector.cpp. r=njn
2013-03-01 10:41:17 -05:00
Josh Matthews
89c1bddb73
Backed out changeset 61e57c281b9a (bug 844561) CLOSED TREE
2013-03-01 10:35:31 -05:00
Victor Porof
a9a9729e97
Bug 846186 - Tilt error flooding error console (TypeError: mouseLerp is undefined), r=rcampbell
2013-03-01 11:49:19 +02:00
Ryan VanderMeulen
802155ba07
Merge inbound to m-c.
2013-02-28 22:28:03 -05:00
L. David Baron
3c1156d59c
Bug 404077: Adjust annotations of expected assertions.
2013-02-28 17:59:07 -08:00
Ryan VanderMeulen
2f8259daf4
Backed out 4 changesets (bug 722299) for B2G mochitest failures on a CLOSED TREE.
2013-02-28 20:44:53 -05:00
Makoto Kato
2c144420df
Bug 842918 - Update symbols.def if autoconf is changed. r=ted
2013-03-01 10:13:30 +09:00
Richard Newman
baec447cb8
Bug 846463 - Android Nightlies fail to build due to missing /services/sync/locales/Makefile. r=gps
2013-02-28 16:48:29 -08:00
Seth Fowler
4384e9077f
Bug 846028 - Coalesce invalidations in VectorImage. r=dholbert
2013-02-28 16:43:43 -08:00
Sriram Ramasubramanian
cf7a1db162
Bug 845511: Accessibility strings for tabs ui. [r=mfinkle]
...
--HG--
extra : rebase_source : d98af982cea4c526070f03f647dc668013a0b1d5
2013-02-28 16:29:20 -08:00
Hannes Verschore
e2b6aac88b
Bug 843023: IonMonkey: Inline Math.pow when result is expected to be intger, r=sstangl
2013-03-01 01:22:55 +01:00
Mounir Lamouri
f7d21913df
Bug 375008 - Clicking a disabled element should not cause a focus change. r=Enn
2013-03-01 00:15:59 +00:00
Nicholas Nethercote
ac52e6f319
Bug 839376 (part 14) - More exact rooting in shell/js.cpp. r=sfink.
...
--HG--
extra : rebase_source : 5dbacfb158ff5ea3935c0378f1c691006cb013a8
2013-02-28 15:03:17 -08:00
Gary Kwong
e6fc44184f
Bug 846519 - Running bootstrap.py throws a "NameError: global name HOMEBREW_PACKAGES is not defined" error. r=gps DONTBUILD (NPOTB)
2013-02-28 14:52:18 -08:00
Blake Kaplan
43ae09558d
Bug 846067 - Add a missing interface to the QI impl. r=jlebar
...
--HG--
extra : rebase_source : 3f2d51ba19092cb85a1f481bdfe75a8a5d2dbd9e
2013-02-28 14:36:55 -08:00
Sriram Ramasubramanian
c99bfaba53
Bug 821848: Cursor is not seen in private mode. [r=bnicholson]
2013-02-28 15:27:56 -08:00
Sriram Ramasubramanian
f0f0101a49
Bug 846396: Settings screen in blue. [r=wesj]
2013-02-28 15:27:51 -08:00
David Keeler
fb9e612e8b
bug 841350 - register pageshow handler earlier in browser.js r=ttaubert
2013-02-28 14:53:00 -08:00
Gregory Szorc
c6cc3859af
Bug 845089 - Followup: Handle Windows paths when detecting external source directories; r=khuey
...
This is related to work that landed in part 20 of bug 784841.
2013-02-28 14:25:10 -08:00
Simon Montagu
13751f7ffa
Tests for bug 722299, r=honza.b
2013-02-28 14:04:48 -08:00
Simon Montagu
86d405f644
Changes to existing tests caused by bug 722299, r=honza.b
2013-02-28 14:04:48 -08:00
Simon Montagu
d1f3e7f7fc
Add a pref to disable the IDN whitelist. Bug 722299, r=honza.b
2013-02-28 14:04:48 -08:00
Simon Montagu
cc94daa8b0
New algorithm for when to display IDNs as Unicode. Bug 722299, r=honza.b
2013-02-28 14:04:48 -08:00
Steve Fink
d7df2816c1
Bug 845519 - Spot-fix Unrooted-related problems. r=terrence
...
--HG--
extra : rebase_source : d725080582e51c4d6385b0adbb188933641988bd
2013-02-28 13:24:47 -08:00
Gregory Szorc
7083b6aa9f
Bug 784841 - Part ∞: Unicorns and rainbows on a CLOSED TREE
2013-02-28 16:51:53 +01:00
Ms2ger
c6832bb745
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Ms2ger
c512245107
Merge m-c to m-i on a CLOSED TREE.
2013-02-28 14:42:12 +01:00
Ed Morley
1b556e75bc
Bug 404077 - Adjust annotations of expected assertions; r=me on a CLOSED TREE
2013-02-28 13:24:36 +00:00
Gregory Szorc
682d60f84a
Bug 784841 - Part 20: Fixes to support building external projects; r=glandium
...
This is extremely hacky. It will likely need many refinements as we
figure out how we want external projects to be handled.
2013-02-28 12:56:40 +01:00
Ed Morley
e9e48c1faa
Backed out changeset b01c5df06269 (bug 841717) for causing bug 846106 on a CLOSED TREE
2013-02-28 11:34:44 +00:00
Ed Morley
de970a903d
Backed out changeset 4d45bcf676f9 (bug 835722) for causing bug 843677 on a CLOSED TREE
2013-02-28 11:29:03 +00:00
Ms2ger
1d54d70126
Merge mozilla-central to build-system.
2013-02-28 12:11:53 +01:00
Ms2ger
578cb797a7
Merge services-central to m-c.
2013-02-28 12:08:14 +01:00
Ms2ger
870cfccf07
Merge fx-team to m-c.
2013-02-28 12:06:24 +01:00
O S K Chaitanya
11409d7c18
Bug 594019 - Make the calculation in nsSVGMaskFrame::ComputeMaskAlpha one-pass. r=longsonr
2013-02-28 09:50:38 +00:00
Matt Woodrow
1de129a04c
Bug 846144 - Don't optimize backgrounds to an ImageLayer if they have border-radius clipping. r=roc
2013-02-28 21:49:30 +13:00
Henri Sivonen
d09f84d087
Bug 840476 - Add telemetry probe for character encoding override situation. r=smaug.
2013-02-28 10:44:57 +02:00
Jan de Mooij
6c55b391b3
Bug 845841 - Don't inline object element read if the value may be a string. r=bhackett
2013-02-28 09:40:17 +01:00
Sriram Ramasubramanian
15c976f003
Bug 827208: Cache the delegate that consumed the MotionEvent. [r=bnicholson]
2013-02-27 23:58:09 -08:00
Alexander Surkov
e651e2782a
Bug 845134 - enable logging in focus/test_focusedChild.html
2013-02-28 14:35:17 +09:00
L. David Baron
1e95975352
Bug 404077: Adjust annotations of expected assertions.
2013-02-27 23:41:31 -08:00
Trevor Saunders
0a6bc5d085
backout d74b3403dfe0 for busting android (--werror for unused var) on a CLOSED TREE
2013-02-28 02:37:52 -05:00
Phil Ringnalda
03cdba0d6e
Back out 49b4afb3ab2f (bug 845134) as the single most unlikely cause of Android build bustage in the history of computing, on a CLOSED TREE
2013-02-27 23:15:11 -08:00
L. David Baron
5fbc66f981
Bug 404077: Adjust annotations of expected assertions. CLOSED TREE
2013-02-27 21:44:26 -08:00
Gregory Szorc
27c42e83c6
Merge mozilla-central into build-system
...
The 3 merged files had no conflicts and were manually verified to ensure
no incompatible changes crept in.
2013-02-27 21:02:02 -08:00