Brad Lassey
c349068ffe
bug 701380 - Implement a native about:home (start page) r=mfinkle
...
--HG--
extra : rebase_source : 3b61498dc4a17fbec21531bd831994f81fb85532
2011-11-29 01:38:35 -05:00
Doug Turner
e14a1263dc
bug 705726 - No need to schedule redraw when conntecting gecko. r=pwalton
...
--HG--
extra : rebase_source : 684e1bd83e010b213416c5bb715c16c07c3b74ea
2011-11-29 15:30:33 -08:00
Doug Turner
fd66d7f7e3
no bug - remove content sink prefs and use default. r=pwalton
...
--HG--
extra : rebase_source : bcb4a50cb5e86b5566c1b81a896bc0079daa6490
2011-11-29 15:27:39 -08:00
Matt Brubeck
56ea9fee69
Bug 706215 - Send viewport updates from JS when metadata changes [r=mfinkle]
2011-11-29 14:45:18 -08:00
Matt Brubeck
9133e6f193
Bug 706160 - Don't auto-scale frameset pages [r=mfinkle]
2011-11-29 12:58:31 -08:00
Brian Nicholson
297189d240
Bug 697857 - User Agent Switcher [r=mfinkle]
2011-11-29 10:43:29 -08:00
Steffen Wilberg
7e13c782bd
Bug 705850: Change about:config placeholder text from 'Filter Preferences' to 'Search Preferences'. r=mfinkle
2011-11-29 19:03:58 +01:00
Matt Brubeck
697444d318
Clean up whitespace in browser.js (no bug - whitespace-only change)
2011-11-29 09:42:43 -08:00
Matt Brubeck
734e19cab8
Bug 694901 - (2/2) Set default zoom level based on viewport [r=mfinkle]
2011-11-29 09:35:26 -08:00
Matt Brubeck
0ddaaecca9
Bug 694901 - (1/2) Set viewport size based on meta[name="viewport"] tag [r=mfinkle]
2011-11-29 09:35:26 -08:00
Kartikaya Gupta
8ebe010aaa
Bug 702983 - Reset viewport on opening new tab [r=Cwiiis]
...
Track the last-known viewport size in browser.js, and
open new tabs with that size.
2011-11-29 09:58:54 -05:00
Kartikaya Gupta
8d0a8a6b27
Bug 704950 - Update viewport as needed [r=Cwiiis]
...
Force updates to the Java-side viewport from
browser.js when loading a new page and switching
tabs. Ensure the scroll position and zoom are also
reset when needed.
2011-11-29 09:58:43 -05:00
Kartikaya Gupta
104abf1f74
Bug 704950 - Add a message to update the Java viewport [r=Cwiiis]
...
Add a Viewport:Update message that can be sent from browser.js
to the Java side to force an update to the viewport information.
2011-11-29 09:58:35 -05:00
Kartikaya Gupta
4a2aa490d5
Bug 704950 - Remove java guess to reset viewport [r=Cwiiis]
...
This removes the "mNewContent" java-side guess as to when
gecko has loaded new content.
2011-11-29 09:58:22 -05:00
Mark Finkle
ef583c8cb7
Backout beea574981d2, e3266cb5a2a7 - tree is burning (no bug)
2011-11-29 08:42:22 -05:00
Brad Lassey
568e97033e
follow up to bug 701380 to fix build bustage r=me
2011-11-29 08:13:03 -05:00
Brad Lassey
6846d03611
bug 701380 - Implement a native about:home (start page) r=mfinkle
2011-11-29 01:38:35 -05:00
Doug Turner
1d5339a13a
Bug 701627 - slashdot.org doesn't fire MozScrolledAreaChanged events as the page gets bigger while loading. r=mfinkle
2011-11-28 21:40:53 -08:00
Steffen Wilberg
914f5fc925
Bug 703920: In about:config, filter prefs when pressing the enter key, and close the keyboard. Remove the Filter button. r=mfinkle
2011-11-28 21:04:42 +01:00
Lucas Rocha
afefb31925
Bug 705105 - Only dismiss VKB when selecting lazy-loaded tabs in AwesomeBar (r=mfinkle)
2011-11-28 10:34:54 +00:00
L. David Baron
377f7d1a7f
Turn down the sizing for font inflation a bit (bug 627842), at least until we sort out Android dpi issues. (Bug 705278)
2011-11-27 11:42:19 -08:00
Alex Pakhotin
bed47cbf6c
Bug 704721 - [ICS/Honeycomb] - VKB backspace key dismisses keyboard and deletes two characters only on the URL bar. r=blassey
2011-11-24 18:19:52 -08:00
L. David Baron
84b3393f4c
Enable font size inflation for Android native mobile browser. (Bug 627842, patch 18)
...
This applies the same patch made to the default preferences of XUL
fennec (mobile/xul/app/mobile.js) in Bug 627842, patch 4 (changeset
d3e230bec2f9, r=roc) to the default preferences of Android Fennec.
2011-11-24 15:40:14 -08:00
L. David Baron
ab42ceb8c9
Merge mozilla-central to birch.
2011-11-24 15:28:46 -08:00
Steffen Wilberg
a143dac0b2
Bug 703923 follow-up: remove trailing whitespace from config.xhtml. rubber-stamp-r=mfinkle
2011-11-24 19:40:25 +01:00
Steffen Wilberg
a4fc2aecba
Bug 703923: Disable 'Reset' buttons in about:config on prefs with default values. r=mfinkle
2011-11-24 19:37:40 +01:00
L. David Baron
b98f691766
Add reftest annotations for failure state on Mac OS X 10.7 (Lion) so we can enable the reftest suite on Lion unit test machines. (Bug 700503)
...
This marks 4 gradient-related tests previously marked as failing on Mac
as failing on only 10.5 and 10.6, since they pass on 10.7.
It also marks one Arabic-shaping-related test as failing, for which bug
705044 has been filed.
2011-11-24 09:14:37 -08:00
Lucas Rocha
e29471b786
Bug 701374 - Show go or search icon in awesomescreen entry (r=mfinkle)
2011-11-24 16:54:39 +00:00
Ed Morley
6603663db5
Merge last green changeset of mozilla-inbound to mozilla-central
2011-11-24 15:50:30 +00:00
Rob Campbell
1951e17923
merge fx-team to m-c
2011-11-24 11:44:28 -04:00
Dao Gottwald
7c18e11657
Bug 700333 - Highlighter close button has a bogus hover state on Windows; r=rcampbell
2011-11-24 09:22:20 -04:00
Andrew McCreight
c1272e0158
Bug 668855, part 6: test weak maps and the cycle collector. r=gal
2011-11-24 07:35:57 -05:00
Chris Lord
fbc9d23069
Bug 704516 - Blacklist HTC's flash-lite plugin. r=snorp
...
Not sure what HTC's plugin does, but it breaks the usage of the Adobe Flash
plugin for us, so blacklist it.
2011-11-24 11:29:15 +00:00
Jonathan Kew
7056934aed
bug 701637 - clean up mark-skipping loops in gsub/gpos code. r=behdad
2011-11-24 07:13:40 +00:00
Alex Pakhotin
5e76922a0f
Bug 704156 - Unable to overwrite selection in awesome bar using HKB. r=blassey
2011-11-23 23:11:06 -08:00
Brad Lassey
22d4dc5205
bug 704217 - Quit doesn't work before Gecko is up r=dougt
2011-11-24 02:04:26 -05:00
Doug Turner
c9a51c38d7
no bug - revert content sink perfs back. r=mfinkle
2011-11-23 20:53:50 -08:00
Heather Arthur
d18cd79b81
Bug 702342 - Filter Button should remain popped up when unchecking a suboption if any of the other suboptions remain checked. r=msucan
2011-11-23 19:02:23 -08:00
Heather Arthur
eb35df5d5b
Bug 653427 - Prompt to save file before closing Scratchpad window, r=msucan
2011-11-23 18:49:03 -08:00
L. David Baron
9316570c37
Run existing tests without font size inflation, even when it is enabled. (Bug 627842, patch 17) r=roc
2011-11-23 18:48:24 -08:00
L. David Baron
20e2347ed6
Add reftest harness for testing font inflation and add reftests for basic features. (Bug 627842, patch 16) r=roc
2011-11-23 18:48:24 -08:00
L. David Baron
0e6b37ad63
Make other users of font metrics (other than MathML and XUL) honor font size inflation. (Bug 627842, patch 15) r=roc
...
This does not address users of font metrics in layout/mathml/ (for text
size and alignment issues) or in layout/xul (for text size and sizing of
listbox and tree widgets): see all the callers of GetFontMetricsFor*
in those directories.
2011-11-23 18:48:23 -08:00
L. David Baron
00c3df434c
Pass nsFontMetrics to the GetEllipsis function rather than computing them again. (Bug 627842, patch 14) r=matspal
2011-11-23 18:48:23 -08:00
L. David Baron
d765f6035f
Apply font size inflation to list bullets. (Bug 627842, patch 13) r=roc
...
Note that this doesn't do anything about the indentation of the list, so
for large inflation there may end up being overlap as a result.
2011-11-23 18:48:23 -08:00
L. David Baron
a825911696
Apply font size inflation to heights of inlines. (Bug 627842, patch 12) r=roc
2011-11-23 18:48:23 -08:00
L. David Baron
1e5ca9ce1a
Apply font size inflation to line heights. (Bug 627842, patch 11) r=roc
...
Since font size inflation applies to the text after style data
computation, we must separately apply this inflation to line heights.
2011-11-23 18:48:23 -08:00
L. David Baron
af0ddba78e
Remove the unused context parameter to MeasureCharClippedText. (Bug 627842, patch 10) r=roc
2011-11-23 18:48:23 -08:00
L. David Baron
93a3cc8415
Apply font size inflation to text. (Bug 627842, patch 9) r=roc
...
This applies the font size inflation to reflow and painting of text
frames. However, it does not (by design) apply to intrinsic width
computation, since the inflation is itself a function of the containers
width, which can depend on the intrinsic width.
2011-11-23 18:48:23 -08:00
L. David Baron
f1feb010c8
Pass block's reflow state to nsTextFrame::UnionAdditionalOverflow. (Bug 627842, patch 8) r=roc
2011-11-23 18:48:23 -08:00
L. David Baron
8b75e4b142
Use the text run's font group for the tab width instead of recomputing it from the frame. (Bug 627842, patch 7) r=roc
2011-11-23 18:48:23 -08:00