Robert O'Callahan
|
a4ddd253a6
|
Bug 537890. Part 11: Introduce _TO_INT_TWIPS macros and have some _TO_TWIPS callers use _TO_INT_TWIPS instead. r=dbaron
|
2010-08-13 21:59:16 +12:00 |
|
Robert O'Callahan
|
f3efde653e
|
Bug 537890. Part 10: Fix nsPresContext and nsIDeviceContext unit-conversion methods to be explicit about using CSS logical units instead of physical units. r=dbaron
|
2010-08-13 21:58:04 +12:00 |
|
Robert O'Callahan
|
51543642bb
|
Bug 537890. Part 9: Make accessibility's font-size text attribute return 'pt' values calculated as 4/3 of a px, not based on the DPI of the user's monitor. r=surkov
|
2010-08-13 21:58:02 +12:00 |
|
Robert O'Callahan
|
f9627dc357
|
Bug 537890. Part 7: Tests for pt/pc/mm/cm/in not being physical units, and for mozmm being physical units. r=dbaron
|
2010-08-13 21:58:02 +12:00 |
|
Robert O'Callahan
|
ec0ed23afc
|
Bug 537890. Part 6: Switch DPI dynamically when the window moves across screens or the screen mode changes. r=dbaron
|
2010-08-13 21:58:02 +12:00 |
|
Robert O'Callahan
|
3e8e830840
|
Bug 537890. Part 5: Make pc, in, mm and cm be a fixed number of CSS pixels. r=dbaron
|
2010-08-13 21:58:02 +12:00 |
|
Robert O'Callahan
|
bd0e4c32ea
|
Bug 537890. Part 4.5: Create 'mozmm' unit for physical millimeters on screen devices. r=dbaron
|
2010-08-13 21:58:02 +12:00 |
|
Robert O'Callahan
|
973ebcc0ad
|
Bug 537890. Part 4: Make points be a fixed number of CSS pixels. r=dbaron
|
2010-08-13 21:58:01 +12:00 |
|
Robert O'Callahan
|
21d0bce532
|
Bug 537890. Part 3: Remove gfxPlatform::GetDPI(). r=vlad
|
2010-08-13 21:58:01 +12:00 |
|
Robert O'Callahan
|
af7fdb42ac
|
Bug 537890. Part 8: Define MM_PER_INCH_FLOAT. r=dbaron
|
2010-08-13 21:57:57 +12:00 |
|
Robert O'Callahan
|
4d8488759d
|
Bug 537890. Part 2: Get DPI values for Mac, Windows, and X. r=jmathies,josh,karlt
|
2010-08-13 21:57:55 +12:00 |
|
Robert O'Callahan
|
8e26cbaebe
|
Bug 537890. Part 1: Add nsIWidget::GetDPI and nsIWidget::GetDefaultScale and use them to set up device contexts. r=vlad,sr=dbaron
|
2010-08-13 21:57:48 +12:00 |
|
Robert O'Callahan
|
07ca177c02
|
Bug 579621. Don't create widgets for chrome subdocuments of chrome windows. r=tnikkel
|
2010-08-13 21:57:48 +12:00 |
|
Timothy Nikkel
|
7e149ba847
|
Bug 579621. Fix print preview tests to be content subdocuments. r=roc
|
2010-08-13 21:57:29 +12:00 |
|
Robert O'Callahan
|
b216eeb8e3
|
Bug 579258. Remove dead nsIWidget::Scroll code. r=karlt,a=joe
|
2010-08-13 21:56:31 +12:00 |
|
Robert O'Callahan
|
0b542b46ed
|
Bug 579258. Remove the 'before move' region parameter to ComputeVisibility. r=tnikkel,a=joe
|
2010-08-13 21:55:54 +12:00 |
|
Robert O'Callahan
|
b004c93cb1
|
Bug 579258. Change IsVaryingRelativeToMovingFrame to take the 'moving frame' as a direct parameter instead of getting it from the builder. r=tnikkel,a=joe
|
2010-08-13 21:54:37 +12:00 |
|
Frank Yan
|
f3d089fd38
|
Bug 565966, Disable browse-by-name by default, r+a=beltzner
|
2010-08-13 20:33:00 +12:00 |
|
Ted Mielczarek
|
8fab075132
|
Bug 576053, enable compiling Breakpad on Mac OS X/x86-64 by default, r=mitchel.field a=blocking2.0
--HG--
extra : rebase_source : 72b603ac7e197dec6eff823cdb0778380221ccbe
|
2010-08-13 17:19:16 +12:00 |
|
Nick Thomas
|
3b69dbad7a
|
Bug 576760, no longer need to force components.list, r=bhearsum, a=NPOTB
--HG--
extra : rebase_source : c3aeb9a63dd362f616fec89a0ddb72c34c10d2b6
|
2010-08-13 17:17:49 +12:00 |
|
Josh Aas
|
45db82ea6b
|
Backed out changeset 452db8c688ba, bug 578868.
|
2010-08-13 04:23:13 -04:00 |
|
Josh Aas
|
f87c958485
|
Bug 578868: Only load plugin libraries into the main process when absolutely necessary. r=benwa sr=bsmedberg
|
2010-08-13 02:42:42 -04:00 |
|
Josh Aas
|
71c191fda5
|
Bug 584965: Improve key event handling for Cocoa widgets, follow Cocoa event propagation model properly. Fixes bug 582052 and bug 379199. r=smichaud
|
2010-08-13 02:38:40 -04:00 |
|
Josh Aas
|
80d4ee8c62
|
Bug 586713: Null check to fix crash in Mac OS X native menu code. r=bz
|
2010-08-13 02:33:09 -04:00 |
|
Johnny Stenback
|
dca6e957d0
|
Fixing bustage from the fix for bug 582228.
|
2010-08-13 00:14:46 -07:00 |
|
Michael Wu
|
a76dd02852
|
Bug 556644: Fix bustage in l10n repack code
|
2010-08-12 23:03:24 -07:00 |
|
Byron Milligan
|
4dfda2d6d2
|
Bug 193911. Increase the disk cache size from 50 megs to 250 megs. This will show a significant increase in talos numbers, and it will thus look like a cpu usage regression since all of talos now fits in the cache. r=cbiesinger@gmail.com, sr=bzbarsky@mit.edu, a=jst@mozilla.org
|
2010-08-12 16:19:59 -07:00 |
|
Mike Hommey
|
7543a4e737
|
Bug 586625 - Fix ARM verbose assembly output for BLX. r=jbramley
--HG--
extra : convert_revision : c85f9265a76b8914139ef34bad7d93e1f7b47786
|
2010-08-12 14:47:58 +02:00 |
|
Mike Hommey
|
8d86e167eb
|
Bug 586224 - Use clz on android even for armv5 target. r=jbramley
--HG--
extra : convert_revision : 5a56d9f0b2d6170442b51c111b7050aa8c795bc8
|
2010-08-12 10:14:50 +02:00 |
|
Mike Hommey
|
c6b2a7baa2
|
Bug 586303 - Fix lirasm test string creation. r=jbramley
--HG--
extra : rebase_source : c79890b778d16ef9b28e9cbfd0139dc03e97a525
extra : convert_revision : f7ae2958e265c6c9e5ee2588ba8c24b5365cc5cf
|
2010-08-12 10:10:24 +02:00 |
|
Jeff Walden
|
78b50ef7f3
|
Bug 516255 - Fix attributes on arguments[i]: index properties on arguments should be enumerable, configurable, and writable. r=dmandelin
|
2010-08-11 23:27:40 -07:00 |
|
Jeff Walden
|
d5c4a25d9e
|
Bug 516255 - Tests for arguments object functionality inside and outside of strict mode. r=dmandelin
|
2010-08-11 23:27:37 -07:00 |
|
Jeff Walden
|
24f0559035
|
Bug 516255 - Eagerly copy initial parameter values into the arguments object when a function's parameters might be mutated, and rely on normal resolution behavior in the remaining cases when parameters are never modified. r=dmandelin
|
2010-08-11 23:27:33 -07:00 |
|
Jeff Walden
|
b87fb56e06
|
Bug 516255 - Start analyzing named-parameter assignments in strict mode functions to determine when to eagerly create an arguments object and when creation can be deferred. r=dmandelin
|
2010-08-11 23:27:03 -07:00 |
|
Jeff Walden
|
88db90ddd5
|
Bug 516255 - Use different classes for arguments objects created inside and outside strict mode code, with slightly different ops, in preparation for implementing strict mode arguments objects' less magical functionality. r=dmandelin
|
2010-08-11 23:26:59 -07:00 |
|
Blair McBride
|
1b8df72776
|
Bug 584053 - Intermittent failure in browser_manualupdates.js Update item should have version number of the update - Got 1.0, expected 1.1, r=Mossop a=test only
|
2010-08-12 15:30:10 +12:00 |
|
Michael Wu
|
7bab579428
|
Bug 556644 - Turn on omnijar via confvars.sh, r=bsmedberg a=blocking2.0
|
2010-08-18 20:05:17 -07:00 |
|
Michael Wu
|
093b556e28
|
Bug 556644 - Do omnijar packing in dist/firefox instead of installer staging, r=khuey a=blocking2.0
|
2010-08-18 20:02:19 -07:00 |
|
Ms2ger
|
6d2108bc39
|
Bug 583076 - fix a number of build warnings in accessible/, r=surkov, a=benjamin
|
2010-08-19 11:14:50 +09:00 |
|
Alexander Surkov
|
cdc5b187ce
|
Bug 587938 - content radomly disappears or isn't being created at all for NVDA's virtual buffer, effective August 16, 2010, r=marcoz, ginn.chen, a=beltzner
|
2010-08-19 11:14:14 +09:00 |
|
Timothy Nikkel
|
86f1f98226
|
Bug 587944. Need to clear are target frame when we clear our target content. r=smaug a=blocking 130078 which blocks
|
2010-08-18 20:16:58 -05:00 |
|
Timothy Nikkel
|
f2fbddac07
|
Bug 572599. If we get an event on a child widget that is in a disconnected view subtree the view subtree might not have a root widget. r=roc
|
2010-08-18 20:16:58 -05:00 |
|
Timothy Nikkel
|
cc09403fac
|
Bug 587542. If painting is suppressed in the presshell, drop invalidations that come through the view subsystem as well as through the usual frame invalidation path. r=roc
|
2010-08-18 20:16:58 -05:00 |
|
Timothy Nikkel
|
fcaca91e69
|
Bug 587539. When we get a paint event for a widget in a disconnected view subtree there isn't a display root widget. r=roc
|
2010-08-18 20:16:58 -05:00 |
|
Timothy Nikkel
|
b7b5763383
|
Bug 587534. When we unregister a plugin for geometry updates make sure to hide the plugin in case it hasn't been hidden yet. r=roc
|
2010-08-18 20:16:58 -05:00 |
|
Ehren Metcalfe
|
0d71672eb0
|
Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only
|
2010-08-18 18:06:17 -07:00 |
|
Ehren Metcalfe
|
20f9e7eb23
|
Bug 575720 - static checking suite: use Dehydra multiple-arg support + fix method signature comparison in several scripts r=taras
|
2010-08-18 18:06:05 -07:00 |
|
Ehren Metcalfe
|
eb502f10f4
|
Bug 576214 - fix NS_STACK_CLASS analysis for Dehydra with GCC 4.5 r=taras
|
2010-08-18 18:05:49 -07:00 |
|
Ehren Metcalfe
|
bcaf9afcb5
|
Bug 572819 - static checking suite: port esp analyses to Dehydra with GCC 4.5 r=taras
|
2010-08-18 18:05:35 -07:00 |
|
Ehren Metcalfe
|
89f08aef5e
|
Bug 573786 - Script to detect static initializers r=taras
|
2010-08-18 18:04:39 -07:00 |
|