Aryeh Gregor
76825e9b05
Bug 780035 - Don't cache font-style as CSS; r=ehsan
2012-08-14 12:10:43 +03:00
Jacek Caban
12a886bcb1
Bug 782204 - Fixed osfileutils.cpp compilation on case sensitive OSes r=dteller
...
--HG--
extra : rebase_source : 57687cc61a8af200fe499b47bb201d43b0b169ea
2012-08-14 11:17:53 +02:00
Jacek Caban
cfe0378f3a
Bug 781773 - nsLocalFileWin.cpp clean up r=bbondy
...
--HG--
extra : rebase_source : 98185fe262366e0212115d3a3e296bd95d6ffc85
2012-08-14 11:17:34 +02:00
Jonathan Watt
038a11cc95
Bug 782141 - Don't mix signed and unsigned variables in nsSVGFEMorphologyElement::Filter(), and clamp radii to 100000. r=roc.
2012-08-14 10:12:52 +01:00
Jonathan Watt
9625bcae6c
Bug 780963 - Make UpdateOverflow() on filter primitive frames a no-op. r=roc.
2012-08-14 10:04:24 +01:00
Chris Pearce
51ae0d8f06
Bug 782517 - Make nsFrame:MakeFrameName() annotate an iframe's src. r=roc
2012-08-14 17:39:11 +12:00
Brian Hackett
0a52ac842e
Preserve types when swapping objects, bug 774953. r=dvander
2012-08-13 23:25:16 -06:00
Doug Sherk
22ae74ed70
Bug 781734: Implement pinch threshold; fingers need to move a bit before page zooms r=gal
2012-08-13 21:08:38 -07:00
Doug Sherk
a92d1b87eb
Bug 781734: Decrease axis lock angle r=gal
2012-08-13 21:08:38 -07:00
Doug Sherk
723485177c
Bug 781734: When flinging many times successively in one direction, accelerate them more and more r=gal
2012-08-13 21:08:38 -07:00
Doug Sherk
f0b76dbaae
Bug 781734: Greatly increase friction on flings, remove pseudo-kinetic vs. static friction distinction r=gal
2012-08-13 21:08:38 -07:00
Doug Sherk
c54409d628
Bug 781734: Detect very light touches and pan the page r=gal
2012-08-13 21:08:38 -07:00
Chris Pearce
534ff03423
Bug 775965 - Ensure presentation persists across nsSubDocumentFrame reframes. r=roc
2012-08-14 16:06:44 +12:00
Chris Pearce
c0a35c0950
Bug 775965 - Make nsRootPresContext::mRegisteredPlugins a refptr hash table to the content object rather than weak refs to frames. r=roc
2012-08-14 16:06:42 +12:00
Dão Gottwald
932140b8ee
Bug 782043 - Get rid of the fullscreencontrol attribute. r=felipe
2012-08-14 06:04:33 +02:00
Simon Montagu
ea7a4c97c7
Don't split inline ancestors of bidi frames if we don't have any child frames after the split. Bug 779003, r=roc
2012-08-13 20:51:36 -07:00
Nicholas Nethercote
42f834ae9c
Bug 782487 - Remove traces of JSStaticAtom. r=billm.
...
--HG--
extra : rebase_source : 89e892e3e6ca04f0c19747f189535b3e3ae95d77
2012-08-13 20:02:51 -07:00
Chris Lord
c215eaddd1
Bug 782327 - Enable OMTC async video on Android. r=blassey
...
Set layers.async-video.enabled to true and remove the css rule that forced
nearest-neighbour scaling on video.
2012-08-13 23:03:36 -04:00
Chris Lord
8bf5620a83
Bug 782332 - Don't retain fixed-position tiles. r=bgirard
...
Retaining tiles on a fixed position layer often just results in rendering
artifacts. Don't do this.
2012-08-13 22:59:16 -04:00
Timothy Nikkel
2c8602f652
Bug 781086. Accidentally misplaced argument meant we were getting the min size instead of the pref size causing scroll bars to appear where they shouldn't. r=roc
2012-08-13 21:59:44 -05:00
Kartikaya Gupta
b59a68e777
Bug 765156 - Fix NPE from getHandler() returning null for a detached view. r=mfinkle
2012-08-13 22:56:27 -04:00
Chris Lord
906a062c5f
Bug 777260 - Fix invalidations on transform items in container layers. r=roc
...
Since Bug 758620, it's possible for an nsDisplayTransform to appear as the
child of a container layer. This caused problems when it was inactive, as the
invalidation would not be transformed in this case.
Fix this in FrameLayerBuilder by mandating that InvalidateThebesLayerContents
takes the untransformed invalidation and apply the transform in
BuildContainerLayer.
2012-08-13 22:54:38 -04:00
Chris Lord
3266d5fafb
Bug 777260 - Respect LAYER_ACTIVE_FORCE in ChildrenCanBeInactive. r=roc
...
ChildrenCanBeInactive returns false if any child items have active layer states,
but was only checking LAYER_ACTIVE and not LAYER_ACTIVE_FORCE.
2012-08-13 22:54:09 -04:00
Will Nayes
511e0df076
Bug 781956 - Don't close the wizard when using advance(pageId) on the last page. r=enn
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
79073c71c4
Bug 780499 - Companion testsuite. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
77b42beade
Bug 780499 - Rearrange setPosition constants. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
e10b180871
Bug 771927 - Companion testsuite. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
646fa86596
Bug 771927 - [OS.File] (de)serialize ArrayBuffer, C arrays, C pointers, Strings - Implementation. r=froydnj
2012-08-13 21:54:42 -04:00
Shian-Yow Wu
4d880de071
Bug 767375 - B2G network manager: expose IP Information of network interfaces (implementation). r=philikon
2012-08-13 21:54:42 -04:00
Shian-Yow Wu
8d186acbba
Bug 767375 - B2G network manager: expose IP Information of network interfaces (IDL). r=philikon
2012-08-13 21:54:42 -04:00
Alexander Boldyrev
51cb65d942
Bug 738866 - Implement WEBGL_depth_texture extension - r=jgilbert
2012-08-13 18:17:55 -07:00
Kyle Machulis
b82b733e51
Bug 781692: Always fire DOMRequests for Set functions in BluetoothAdapter
2012-08-13 17:57:54 -07:00
Brian Hackett
58ba9a31d4
Don't generate missing property ICs for non-native objects, bug 782146. r=luke
2012-08-13 18:51:52 -06:00
Kartikaya Gupta
a327b0debb
Bug 776906 - Remove unnecessary conversion of bitmap to PNG. r=blassey
2012-08-13 20:01:31 -04:00
Kartikaya Gupta
a7d6bcf45b
Bug 776906 - Remove unused enum. r=blassey
2012-08-13 20:01:31 -04:00
Kartikaya Gupta
0286b7c99c
Bug 776906 - Fix thumbnails on Nexus 7. r=blassey
2012-08-13 20:01:31 -04:00
Nicholas Nethercote
097e90db39
Bug 781722 - Loosen over-tight assertion in JS_GetGlobalForScopeChain.
...
--HG--
extra : rebase_source : eb94fcced7bc3584de4c43ca511d3d7c0ed3dc20
2012-08-12 16:40:58 -07:00
Nicholas Nethercote
ac1b5e8acd
No bug - Fix some JSString comments. r=luke, DONTBUILD because comment-only changes.
2012-08-13 16:35:45 -07:00
Ed Morley
e60b46a79a
Bug 782431 - Disable dom/imptests/editing/selecttest/* on Android for being permaorange
2012-08-13 23:09:29 +01:00
Nicholas Cameron
f31d62bd16
Bug 781943. nullptr macro. r=joe
2012-08-14 09:06:59 +12:00
Dão Gottwald
f188c69175
Bug 782375 - pageShowEventHandlers should check event.target rather than event.originalTarget. r=gavin
2012-08-13 22:39:50 +02:00
Dave Hylands
98cc77a342
Bug 781978 - Automounter should initialize ums.mode to zero. r=gwagner
...
From 5eb48be9af695ac2135b8508edb8a4b1e83acb56 Mon Sep 17 00:00:00 2001
r=gwagner
---
dom/system/gonk/AutoMounter.cpp | 19 ++++++++++++++++---
dom/system/gonk/AutoMounterSetting.cpp | 7 +++++--
dom/system/gonk/Volume.cpp | 12 +++++++++---
dom/system/gonk/nsVolumeService.cpp | 11 +++++++++--
4 files changed, 39 insertions(+), 10 deletions(-)
2012-08-08 15:44:59 -07:00
Nick Fitzgerald
bce08141dc
Bug 774471: Store source map URLs in the ScriptSource, not on each JSScript. r=jimb
2012-08-13 12:39:57 -07:00
Justin Lebar
47c4a17dd1
Bug 781320 - Part 4: Test that <iframe mozbrowser>'s name attribute is set when the iframe is created as a result of window.open. r=smaug
2012-08-13 15:19:10 -04:00
Justin Lebar
71ee834252
Bug 781320 - Part 3: Set <iframe mozbrowser>'s name for iframes created via window.open. r=smaug
2012-08-13 15:19:10 -04:00
Justin Lebar
7d969f5310
Bug 781320 - Part 2: Tests for forwarding <iframe mozbrowser>'s name from parent to child. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
a1ad57f852
Bug 781320 - Part 1: Sync iframe name down from parent to child in <iframe mozbrowser>. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
74392fedcf
Bug 780351 - Tests for ensuring that mozapp divides the window name namespace, but mozbrowser does not. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
233a0bf81b
Bug 780351 - Don't let code in different apps access each others' windows. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
02bd55ec18
Bug 780546 - Add test for opening named windows inside <iframe mozbrowser>. r=mounir
2012-08-13 15:19:09 -04:00